bkui-vue 2.0.1-beta.13 → 2.0.1-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +4 -11
- package/dist/index.umd.js +7 -7
- package/lib/button/index.js +0 -1
- package/lib/container/index.js +0 -1
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/panel/date-range.d.ts +4 -4
- package/lib/dist.index.js +0 -1
- package/lib/form/index.js +0 -1
- package/lib/image/index.js +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +1 -1
- package/lib/input/index.js +0 -1
- package/lib/plugin-popover/index.js +0 -1
- package/lib/popover/index.js +0 -1
- package/lib/preset.d.ts +1 -0
- package/lib/preset.js +1 -0
- package/lib/progress/index.js +0 -1
- package/lib/select/index.js +0 -2
- package/lib/table/index.js +0 -1
- package/package.json +8 -6
package/lib/button/index.js
CHANGED
@@ -162,7 +162,6 @@ var buttonProps = {
|
|
162
162
|
}
|
163
163
|
};
|
164
164
|
/* harmony default export */ const src_button = ((0,external_vue_namespaceObject.defineComponent)({
|
165
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
166
165
|
name: 'Button',
|
167
166
|
props: buttonProps,
|
168
167
|
emits: ['click', 'mouseover'],
|
package/lib/container/index.js
CHANGED
@@ -116,7 +116,6 @@ var colProps = {
|
|
116
116
|
push: shared_namespaceObject.PropTypes.number.def(0)
|
117
117
|
};
|
118
118
|
/* harmony default export */ const col = ((0,external_vue_namespaceObject.defineComponent)({
|
119
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
120
119
|
name: 'Col',
|
121
120
|
props: colProps,
|
122
121
|
emits: [],
|
package/lib/date-picker/index.js
CHANGED
@@ -3515,6 +3515,7 @@ var timeRangeProps = {
|
|
3515
3515
|
|
3516
3516
|
function date_range_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
3517
3517
|
function date_range_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? date_range_ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : date_range_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
3518
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
3518
3519
|
/*
|
3519
3520
|
* Tencent is pleased to support the open source community by making
|
3520
3521
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
@@ -56,7 +56,7 @@ declare const dateRangePanelProps: {
|
|
56
56
|
readonly default: "yyyy-MM-dd";
|
57
57
|
};
|
58
58
|
readonly timePickerOptions: {
|
59
|
-
readonly type: PropType<Record<string,
|
59
|
+
readonly type: PropType<Record<string, unknown>>;
|
60
60
|
readonly default: () => {};
|
61
61
|
};
|
62
62
|
readonly shortcutSelectedIndex: {
|
@@ -120,7 +120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
120
120
|
readonly default: "yyyy-MM-dd";
|
121
121
|
};
|
122
122
|
readonly timePickerOptions: {
|
123
|
-
readonly type: PropType<Record<string,
|
123
|
+
readonly type: PropType<Record<string, unknown>>;
|
124
124
|
readonly default: () => {};
|
125
125
|
};
|
126
126
|
readonly shortcutSelectedIndex: {
|
@@ -255,7 +255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
255
255
|
readonly default: "yyyy-MM-dd";
|
256
256
|
};
|
257
257
|
readonly timePickerOptions: {
|
258
|
-
readonly type: PropType<Record<string,
|
258
|
+
readonly type: PropType<Record<string, unknown>>;
|
259
259
|
readonly default: () => {};
|
260
260
|
};
|
261
261
|
readonly shortcutSelectedIndex: {
|
@@ -273,7 +273,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
273
273
|
readonly confirm: boolean;
|
274
274
|
readonly clearable: boolean;
|
275
275
|
readonly format: string;
|
276
|
-
readonly timePickerOptions:
|
276
|
+
readonly timePickerOptions: Record<string, unknown>;
|
277
277
|
readonly splitPanels: boolean;
|
278
278
|
readonly shortcuts: DatePickerShortcutsType;
|
279
279
|
readonly shortcutClose: boolean;
|
package/lib/dist.index.js
CHANGED
package/lib/form/index.js
CHANGED
@@ -266,7 +266,6 @@ var formEvents = {
|
|
266
266
|
}
|
267
267
|
};
|
268
268
|
/* harmony default export */ const src_form = ((0,external_vue_namespaceObject.defineComponent)({
|
269
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
270
269
|
name: 'Form',
|
271
270
|
props: formProps,
|
272
271
|
emits: formEvents,
|
package/lib/image/index.js
CHANGED
@@ -125,7 +125,6 @@ var propsImageViever = {
|
|
125
125
|
|
126
126
|
|
127
127
|
/* harmony default export */ const src_image = ((0,external_vue_namespaceObject.defineComponent)({
|
128
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
129
128
|
name: 'Image',
|
130
129
|
props: propsImage,
|
131
130
|
emits: ['loaded', 'error', 'close', 'change'],
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
@@ -23,10 +23,10 @@
|
|
23
23
|
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
24
24
|
* IN THE SOFTWARE.
|
25
25
|
*/
|
26
|
+
// import './styles';
|
26
27
|
export * from './components';
|
27
28
|
export * from './hooks';
|
28
29
|
export { default } from './preset';
|
29
30
|
export * from './config-provider';
|
30
31
|
export * from './directives';
|
31
32
|
export * as plugins from './plugins';
|
32
|
-
export const version = "2.0.1-beta.13";
|
package/lib/input/index.js
CHANGED
@@ -808,7 +808,6 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_definePro
|
|
808
808
|
return true;
|
809
809
|
}), EVENTS.INPUT, EventFunction), EVENTS.KEYPRESS, EventFunction), EVENTS.KEYDOWN, EventFunction), EVENTS.KEYUP, EventFunction), EVENTS.ENTER, EventFunction), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_inputEmitEventsType, EVENTS.PASTE, PastEventFunction), EVENTS.COMPOSITIONSTART, CompositionEventFunction), EVENTS.COMPOSITIONUPDATE, CompositionEventFunction), EVENTS.COMPOSITIONEND, CompositionEventFunction));
|
810
810
|
/* harmony default export */ const input = ((0,external_vue_namespaceObject.defineComponent)({
|
811
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
812
811
|
name: 'Input',
|
813
812
|
directives: {
|
814
813
|
bkTooltips: directives_namespaceObject.bkTooltips
|
@@ -3566,7 +3566,6 @@ function _isSlot(s) {
|
|
3566
3566
|
/* harmony default export */ const popover = ((0,external_vue_namespaceObject.defineComponent)({
|
3567
3567
|
name: 'Popover',
|
3568
3568
|
components: {
|
3569
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
3570
3569
|
Content: content,
|
3571
3570
|
Arrow: src_arrow,
|
3572
3571
|
Root: root
|
package/lib/popover/index.js
CHANGED
@@ -3569,7 +3569,6 @@ function _isSlot(s) {
|
|
3569
3569
|
/* harmony default export */ const popover = ((0,external_vue_namespaceObject.defineComponent)({
|
3570
3570
|
name: 'Popover',
|
3571
3571
|
components: {
|
3572
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
3573
3572
|
Content: content,
|
3574
3573
|
Arrow: src_arrow,
|
3575
3574
|
Root: root
|
package/lib/preset.d.ts
CHANGED
package/lib/preset.js
CHANGED
package/lib/progress/index.js
CHANGED
@@ -334,7 +334,6 @@ var progressType = {
|
|
334
334
|
})
|
335
335
|
};
|
336
336
|
/* harmony default export */ const progress = ((0,external_vue_namespaceObject.defineComponent)({
|
337
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
338
337
|
name: 'Progress',
|
339
338
|
props: progressType,
|
340
339
|
setup: function setup() {
|
package/lib/select/index.js
CHANGED
@@ -732,7 +732,6 @@ function isInViewPort(el, client) {
|
|
732
732
|
|
733
733
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
734
734
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
735
|
-
/* eslint-disable vue/no-reserved-component-names */
|
736
735
|
/*
|
737
736
|
* Tencent is pleased to support the open source community by making
|
738
737
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
@@ -2550,7 +2549,6 @@ function select_unsupportedIterableToArray(o, minLen) { if (!o) return; if (type
|
|
2550
2549
|
function select_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
2551
2550
|
function select_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
2552
2551
|
function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? select_ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : select_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
2553
|
-
/* eslint-disable vue/no-reserved-component-names */
|
2554
2552
|
/*
|
2555
2553
|
* Tencent is pleased to support the open source community by making
|
2556
2554
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
package/lib/table/index.js
CHANGED
@@ -24020,7 +24020,6 @@ function table_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { va
|
|
24020
24020
|
|
24021
24021
|
|
24022
24022
|
/* harmony default export */ const table = ((0,external_vue_namespaceObject.defineComponent)({
|
24023
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
24024
24023
|
name: 'Table',
|
24025
24024
|
props: tableProps,
|
24026
24025
|
emits: EMIT_EVENT_TYPES,
|
package/package.json
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "bkui-vue",
|
3
|
-
"version": "2.0.1-beta.
|
4
|
-
"workspaces":
|
5
|
-
"packages
|
6
|
-
|
7
|
-
|
8
|
-
|
3
|
+
"version": "2.0.1-beta.14",
|
4
|
+
"workspaces": {
|
5
|
+
"packages": [
|
6
|
+
"packages/**",
|
7
|
+
"scripts/cli",
|
8
|
+
"site"
|
9
|
+
]
|
10
|
+
},
|
9
11
|
"files": [
|
10
12
|
"lib",
|
11
13
|
"dist"
|