Comparing version 1.1.21 to 1.1.22
@@ -41,3 +41,3 @@ { | ||
"name": "bpui.js", | ||
"version": "1.1.21" | ||
"version": "1.1.22" | ||
} |
'use strict'; | ||
/** | ||
* Copyright (c) 2020 Copyright bp All Rights Reserved. | ||
* Copyright (c) 2020 Copyright bpui All Rights Reserved. | ||
* Author: lipengxiang | ||
@@ -6,0 +6,0 @@ * Date: 2020-02-17 15:05 |
@@ -14,2 +14,3 @@ exports.ComponentName = { | ||
uploader: 'uploader', | ||
select: 'select', | ||
} |
'use strict'; | ||
/** | ||
* Copyright (c) 2020 Copyright bp All Rights Reserved. | ||
* Copyright (c) 2020 Copyright bpui All Rights Reserved. | ||
* Author: lipengxiang | ||
@@ -77,2 +77,7 @@ * Date: 2020-02-24 21:53 | ||
}, | ||
{ | ||
name: 'select', | ||
style: function() { return require('../../../@bpui/select/style/_index.scss') }, | ||
lib: function() { return import('../../../@bpui/select') }, | ||
}, | ||
] |
'use strict'; | ||
/** | ||
* Copyright (c) 2020 Copyright bp All Rights Reserved. | ||
* Copyright (c) 2020 Copyright bpui All Rights Reserved. | ||
* Author: lipengxiang | ||
@@ -72,2 +72,7 @@ * Date: 2020-02-24 21:53 | ||
{ | ||
name: 'select', | ||
style: function() { require(['@bpui/select/style/_index.scss']) }, | ||
lib: function () { return import('@bpui/select') }, | ||
}, | ||
{ | ||
name: 'button', | ||
@@ -74,0 +79,0 @@ style: function () { return require(['@bpui/button/style/_index.scss']) }, |
'use strict'; | ||
/** | ||
* Copyright (c) 2020 Copyright bp All Rights Reserved. | ||
* Copyright (c) 2020 Copyright bpui All Rights Reserved. | ||
* Author: lipengxiang | ||
@@ -6,0 +6,0 @@ * Date: 2020-02-24 21:53 |
@@ -192,2 +192,6 @@ | ||
}); | ||
Object.defineProperty(Instance, 'bpPickerCell', { | ||
get: function () { return componentInstance.getComponent('picker').default.bpPickerCell; }, | ||
enumerable: true | ||
}); | ||
Object.defineProperty(Instance, 'PickerDateDatasource', { | ||
@@ -241,2 +245,10 @@ get: function () { return componentInstance.getComponent('picker').default.PickerDateDatasource; }, | ||
}); | ||
Object.defineProperty(Instance, 'bpSelect', { | ||
get: function () { return componentInstance.getComponent('select').default.bpSelect; }, | ||
enumerable: true | ||
}); | ||
Object.defineProperty(Instance, 'bpSelectOption', { | ||
get: function () { return componentInstance.getComponent('select').default.bpSelectOption; }, | ||
enumerable: true | ||
}); | ||
@@ -243,0 +255,0 @@ |
'use strict'; | ||
/** | ||
* Copyright (c) 2020 Copyright bp All Rights Reserved. | ||
* Copyright (c) 2020 Copyright bpui All Rights Reserved. | ||
* Author: lipengxiang | ||
@@ -77,2 +77,7 @@ * Date: 2020-02-24 21:53 | ||
}, | ||
{ | ||
name: 'select', | ||
style: function() { return require('../../../@bpui/select/style/_index.scss') }, | ||
lib: function() { return require('../../../@bpui/select') }, | ||
}, | ||
] |
'use strict'; | ||
/** | ||
* Copyright (c) 2020 Copyright bp All Rights Reserved. | ||
* Copyright (c) 2020 Copyright bpui All Rights Reserved. | ||
* Author: lipengxiang | ||
@@ -75,2 +75,7 @@ * Date: 2020-02-24 21:53 | ||
}, | ||
{ | ||
name: 'select', | ||
style: function() { return require('@bpui/select/style/_index.scss') }, | ||
lib: function () { return require('@bpui/select') }, | ||
}, | ||
] |
'use strict'; | ||
/** | ||
* Copyright (c) 2020 Copyright bp All Rights Reserved. | ||
* Copyright (c) 2020 Copyright bpui All Rights Reserved. | ||
* Author: lipengxiang | ||
@@ -6,0 +6,0 @@ * Date: 2020-02-24 21:53 |
'use strict'; | ||
/** | ||
* Copyright (c) 2020 Copyright bp All Rights Reserved. | ||
* Copyright (c) 2020 Copyright bpui All Rights Reserved. | ||
* Author: lipengxiang | ||
@@ -6,0 +6,0 @@ * Date: 2020-02-24 22:46 |
'use strict'; | ||
/** | ||
* Copyright (c) 2021 Originforest Co.,Ltd. All Rights Reserved. | ||
* Copyright (c) 2021 bp Co.,Ltd. All Rights Reserved. | ||
* Author: brian.li | ||
@@ -6,0 +6,0 @@ * Date: 2021-08-30 14:54 |
@@ -14,2 +14,3 @@ import "@bpui/libs/types"; | ||
export * from "@bpui/uploader/types"; | ||
export * from '@bpui/select/types'; | ||
@@ -28,3 +29,4 @@ export enum ComponentName { | ||
popover = "popover", | ||
uploader = "uploader" | ||
uploader = "uploader", | ||
select = 'select', | ||
} | ||
@@ -31,0 +33,0 @@ |
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
32177
873
14