bkui-vue 2.0.1-beta.111 → 2.0.1-beta.113

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.
@@ -1,3 +1,4 @@
1
+ import { useTagsOverflow } from './common';
1
2
  declare const TagInput: {
2
3
  new (...args: any[]): {
3
4
  $: import("vue").ComponentInternalInstance;
@@ -17,16 +18,16 @@ declare const TagInput: {
17
18
  searchKey?: string | string[];
18
19
  allowCreate?: boolean;
19
20
  collapseTags?: boolean;
21
+ contentWidth?: number;
22
+ displayKey?: string;
20
23
  tooltipKey?: string;
21
24
  saveKey?: string;
22
- displayKey?: string;
23
25
  hasDeleteIcon?: boolean;
24
26
  useGroup?: boolean;
25
27
  clearTextSpace?: boolean;
26
28
  maxData?: number;
27
29
  maxResult?: number;
28
30
  contentMaxHeight?: number;
29
- contentWidth?: number;
30
31
  allowNextFocus?: boolean;
31
32
  allowAutoMatch?: boolean;
32
33
  isAsyncList?: boolean;
@@ -410,7 +411,7 @@ declare const TagInput: {
410
411
  default: boolean;
411
412
  };
412
413
  tagOverflowTips: {
413
- type: import("vue").PropType<Partial<import("../directives/tooltips").IOptions>>;
414
+ type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
414
415
  default: () => {};
415
416
  };
416
417
  }>> & {
@@ -494,16 +495,16 @@ declare const TagInput: {
494
495
  searchKey: string | string[];
495
496
  allowCreate: boolean;
496
497
  collapseTags: boolean;
498
+ contentWidth: number;
499
+ displayKey: string;
497
500
  tooltipKey: string;
498
501
  saveKey: string;
499
- displayKey: string;
500
502
  hasDeleteIcon: boolean;
501
503
  useGroup: boolean;
502
504
  clearTextSpace: boolean;
503
505
  maxData: number;
504
506
  maxResult: number;
505
507
  contentMaxHeight: number;
506
- contentWidth: number;
507
508
  allowNextFocus: boolean;
508
509
  allowAutoMatch: boolean;
509
510
  isAsyncList: boolean;
@@ -828,7 +829,7 @@ declare const TagInput: {
828
829
  default: boolean;
829
830
  };
830
831
  tagOverflowTips: {
831
- type: import("vue").PropType<Partial<import("../directives/tooltips").IOptions>>;
832
+ type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
832
833
  default: () => {};
833
834
  };
834
835
  }>> & {
@@ -1199,7 +1200,7 @@ declare const TagInput: {
1199
1200
  default: boolean;
1200
1201
  };
1201
1202
  tagOverflowTips: {
1202
- type: import("vue").PropType<Partial<import("../directives/tooltips").IOptions>>;
1203
+ type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
1203
1204
  default: () => {};
1204
1205
  };
1205
1206
  }>> & {
@@ -1283,16 +1284,16 @@ declare const TagInput: {
1283
1284
  searchKey: string | string[];
1284
1285
  allowCreate: boolean;
1285
1286
  collapseTags: boolean;
1287
+ contentWidth: number;
1288
+ displayKey: string;
1286
1289
  tooltipKey: string;
1287
1290
  saveKey: string;
1288
- displayKey: string;
1289
1291
  hasDeleteIcon: boolean;
1290
1292
  useGroup: boolean;
1291
1293
  clearTextSpace: boolean;
1292
1294
  maxData: number;
1293
1295
  maxResult: number;
1294
1296
  contentMaxHeight: number;
1295
- contentWidth: number;
1296
1297
  allowNextFocus: boolean;
1297
1298
  allowAutoMatch: boolean;
1298
1299
  isAsyncList: boolean;
@@ -1301,3 +1302,4 @@ declare const TagInput: {
1301
1302
  tagOverflowTips: {};
1302
1303
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
1303
1304
  export default TagInput;
1305
+ export { useTagsOverflow, TagInput };
@@ -39,7 +39,9 @@ var __webpack_exports__ = {};
39
39
 
40
40
  // EXPORTS
41
41
  __webpack_require__.d(__webpack_exports__, {
42
- "default": () => (/* binding */ src)
42
+ TagInput: () => (/* binding */ TagInput),
43
+ "default": () => (/* binding */ src),
44
+ useTagsOverflow: () => (/* reexport */ useTagsOverflow)
43
45
  });
44
46
 
45
47
  ;// CONCATENATED MODULE: external "../shared"
@@ -56,87 +58,6 @@ function _typeof(obj) {
56
58
  return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
57
59
  }, _typeof(obj);
58
60
  }
59
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
60
- function _arrayWithHoles(arr) {
61
- if (Array.isArray(arr)) return arr;
62
- }
63
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
64
- function _iterableToArrayLimit(arr, i) {
65
- var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
66
- if (null != _i) {
67
- var _s,
68
- _e,
69
- _x,
70
- _r,
71
- _arr = [],
72
- _n = !0,
73
- _d = !1;
74
- try {
75
- if (_x = (_i = _i.call(arr)).next, 0 === i) {
76
- if (Object(_i) !== _i) return;
77
- _n = !1;
78
- } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
79
- } catch (err) {
80
- _d = !0, _e = err;
81
- } finally {
82
- try {
83
- if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
84
- } finally {
85
- if (_d) throw _e;
86
- }
87
- }
88
- return _arr;
89
- }
90
- }
91
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
92
- function _arrayLikeToArray(arr, len) {
93
- if (len == null || len > arr.length) len = arr.length;
94
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
95
- return arr2;
96
- }
97
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
98
-
99
- function _unsupportedIterableToArray(o, minLen) {
100
- if (!o) return;
101
- if (typeof o === "string") return _arrayLikeToArray(o, minLen);
102
- var n = Object.prototype.toString.call(o).slice(8, -1);
103
- if (n === "Object" && o.constructor) n = o.constructor.name;
104
- if (n === "Map" || n === "Set") return Array.from(o);
105
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
106
- }
107
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
108
- function _nonIterableRest() {
109
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
110
- }
111
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
112
-
113
-
114
-
115
-
116
- function _slicedToArray(arr, i) {
117
- return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
118
- }
119
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
120
-
121
- function _arrayWithoutHoles(arr) {
122
- if (Array.isArray(arr)) return _arrayLikeToArray(arr);
123
- }
124
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
125
- function _iterableToArray(iter) {
126
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
127
- }
128
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
129
- function _nonIterableSpread() {
130
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
131
- }
132
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
133
-
134
-
135
-
136
-
137
- function _toConsumableArray(arr) {
138
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
139
- }
140
61
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
141
62
 
142
63
  function _toPrimitive(input, hint) {
@@ -172,46 +93,47 @@ function _defineProperty(obj, key, value) {
172
93
  }
173
94
  return obj;
174
95
  }
96
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
97
+ function _arrayLikeToArray(arr, len) {
98
+ if (len == null || len > arr.length) len = arr.length;
99
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
100
+ return arr2;
101
+ }
102
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
103
+
104
+ function _arrayWithoutHoles(arr) {
105
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
106
+ }
107
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
108
+ function _iterableToArray(iter) {
109
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
110
+ }
111
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
112
+
113
+ function _unsupportedIterableToArray(o, minLen) {
114
+ if (!o) return;
115
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
116
+ var n = Object.prototype.toString.call(o).slice(8, -1);
117
+ if (n === "Object" && o.constructor) n = o.constructor.name;
118
+ if (n === "Map" || n === "Set") return Array.from(o);
119
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
120
+ }
121
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
122
+ function _nonIterableSpread() {
123
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
124
+ }
125
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
126
+
127
+
128
+
129
+
130
+ function _toConsumableArray(arr) {
131
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
132
+ }
175
133
  ;// CONCATENATED MODULE: external "vue"
176
134
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
177
135
  var external_vue_y = x => () => x
178
136
  const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["markRaw"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.markRaw, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["toRefs"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRefs, ["vModelText"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vModelText, ["vShow"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vShow, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
179
- ;// CONCATENATED MODULE: external "../config-provider"
180
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
181
- var config_provider_y = x => () => x
182
- const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
183
- ;// CONCATENATED MODULE: external "../directives"
184
- var directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
185
- var directives_y = x => () => x
186
- const directives_namespaceObject = directives_x({ ["bkTooltips"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.bkTooltips });
187
- ;// CONCATENATED MODULE: external "../icon"
188
- var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
189
- var icon_y = x => () => x
190
- const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error });
191
- ;// CONCATENATED MODULE: external "../loading"
192
- var loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
193
- var loading_y = x => () => x
194
- const loading_namespaceObject = loading_x({ ["BkLoadingSize"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__.BkLoadingSize, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__["default"] });
195
- ;// CONCATENATED MODULE: external "../loading/loading.less"
196
- var loading_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
197
- var loading_less_y = x => () => x
198
- const loading_less_namespaceObject = loading_less_x({ });
199
- ;// CONCATENATED MODULE: external "../popover"
200
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
201
- var popover_y = x => () => x
202
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
203
- ;// CONCATENATED MODULE: external "../popover/popover.less"
204
- var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
205
- var popover_less_y = x => () => x
206
- const popover_less_namespaceObject = popover_less_x({ });
207
- ;// CONCATENATED MODULE: external "lodash/debounce"
208
- var debounce_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
209
- var debounce_y = x => () => x
210
- const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"] });
211
- ;// CONCATENATED MODULE: external "lodash/trim"
212
- var trim_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
213
- var trim_y = x => () => x
214
- const trim_namespaceObject = trim_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_trim_5cdad98c__["default"] });
215
137
  ;// CONCATENATED MODULE: ../../packages/tag-input/src/common.ts
216
138
 
217
139
 
@@ -393,6 +315,86 @@ var useTagsOverflow = function useTagsOverflow(tagInputRef, collapseTags, select
393
315
  overflowTagIndex: overflowTagIndex
394
316
  };
395
317
  };
318
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
319
+ function _arrayWithHoles(arr) {
320
+ if (Array.isArray(arr)) return arr;
321
+ }
322
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
323
+ function _iterableToArrayLimit(arr, i) {
324
+ var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
325
+ if (null != _i) {
326
+ var _s,
327
+ _e,
328
+ _x,
329
+ _r,
330
+ _arr = [],
331
+ _n = !0,
332
+ _d = !1;
333
+ try {
334
+ if (_x = (_i = _i.call(arr)).next, 0 === i) {
335
+ if (Object(_i) !== _i) return;
336
+ _n = !1;
337
+ } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
338
+ } catch (err) {
339
+ _d = !0, _e = err;
340
+ } finally {
341
+ try {
342
+ if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
343
+ } finally {
344
+ if (_d) throw _e;
345
+ }
346
+ }
347
+ return _arr;
348
+ }
349
+ }
350
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
351
+ function _nonIterableRest() {
352
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
353
+ }
354
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
355
+
356
+
357
+
358
+
359
+ function _slicedToArray(arr, i) {
360
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
361
+ }
362
+ ;// CONCATENATED MODULE: external "../config-provider"
363
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
364
+ var config_provider_y = x => () => x
365
+ const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
366
+ ;// CONCATENATED MODULE: external "../directives"
367
+ var directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
368
+ var directives_y = x => () => x
369
+ const directives_namespaceObject = directives_x({ ["bkTooltips"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.bkTooltips });
370
+ ;// CONCATENATED MODULE: external "../icon"
371
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
372
+ var icon_y = x => () => x
373
+ const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error });
374
+ ;// CONCATENATED MODULE: external "../loading"
375
+ var loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
376
+ var loading_y = x => () => x
377
+ const loading_namespaceObject = loading_x({ ["BkLoadingSize"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__.BkLoadingSize, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__["default"] });
378
+ ;// CONCATENATED MODULE: external "../loading/loading.less"
379
+ var loading_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
380
+ var loading_less_y = x => () => x
381
+ const loading_less_namespaceObject = loading_less_x({ });
382
+ ;// CONCATENATED MODULE: external "../popover"
383
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
384
+ var popover_y = x => () => x
385
+ const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
386
+ ;// CONCATENATED MODULE: external "../popover/popover.less"
387
+ var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
388
+ var popover_less_y = x => () => x
389
+ const popover_less_namespaceObject = popover_less_x({ });
390
+ ;// CONCATENATED MODULE: external "lodash/debounce"
391
+ var debounce_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
392
+ var debounce_y = x => () => x
393
+ const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"] });
394
+ ;// CONCATENATED MODULE: external "lodash/trim"
395
+ var trim_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
396
+ var trim_y = x => () => x
397
+ const trim_namespaceObject = trim_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_trim_5cdad98c__["default"] });
396
398
  ;// CONCATENATED MODULE: ../../packages/tag-input/src/list-tag-render.tsx
397
399
 
398
400
  /*
@@ -1706,7 +1708,11 @@ function tag_input_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
1706
1708
  */
1707
1709
 
1708
1710
 
1711
+
1709
1712
  var TagInput = (0,shared_namespaceObject.withInstall)(tag_input);
1710
1713
  /* harmony default export */ const src = (TagInput);
1714
+
1715
+ var __webpack_exports__TagInput = __webpack_exports__.TagInput;
1711
1716
  var __webpack_exports__default = __webpack_exports__["default"];
1712
- export { __webpack_exports__default as default };
1717
+ var __webpack_exports__useTagsOverflow = __webpack_exports__.useTagsOverflow;
1718
+ export { __webpack_exports__TagInput as TagInput, __webpack_exports__default as default, __webpack_exports__useTagsOverflow as useTagsOverflow };
@@ -297,7 +297,7 @@ declare const _default: import("vue").DefineComponent<{
297
297
  default: boolean;
298
298
  };
299
299
  tagOverflowTips: {
300
- type: import("vue").PropType<Partial<import("../directives/tooltips").IOptions>>;
300
+ type: import("vue").PropType<Partial<import("../directives").IOptions>>;
301
301
  default: () => {};
302
302
  };
303
303
  }, {
@@ -655,7 +655,7 @@ declare const _default: import("vue").DefineComponent<{
655
655
  default: boolean;
656
656
  };
657
657
  tagOverflowTips: {
658
- type: import("vue").PropType<Partial<import("../directives/tooltips").IOptions>>;
658
+ type: import("vue").PropType<Partial<import("../directives").IOptions>>;
659
659
  default: () => {};
660
660
  };
661
661
  }>> & {
@@ -682,16 +682,16 @@ declare const _default: import("vue").DefineComponent<{
682
682
  searchKey: string | string[];
683
683
  allowCreate: boolean;
684
684
  collapseTags: boolean;
685
+ contentWidth: number;
686
+ displayKey: string;
685
687
  tooltipKey: string;
686
688
  saveKey: string;
687
- displayKey: string;
688
689
  hasDeleteIcon: boolean;
689
690
  useGroup: boolean;
690
691
  clearTextSpace: boolean;
691
692
  maxData: number;
692
693
  maxResult: number;
693
694
  contentMaxHeight: number;
694
- contentWidth: number;
695
695
  allowNextFocus: boolean;
696
696
  allowAutoMatch: boolean;
697
697
  isAsyncList: boolean;
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType, VNode } from 'vue';
2
- import { IOptions } from '../directives/tooltips';
2
+ import { type IOptions } from '../directives';
3
3
  declare const tagProps: () => {
4
4
  modelValue: import("vue-types").VueTypeDef<string[]> & {
5
5
  default: () => string[];
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { IOptions } from '../directives/tooltips';
2
+ import { type IOptions } from '../directives';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  node: import("vue-types").VueTypeValidableDef<{
5
5
  [key: string]: any;
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<{
60
60
  default: () => {};
61
61
  };
62
62
  }>>, {
63
- tooltipKey: string;
64
63
  displayKey: string;
64
+ tooltipKey: string;
65
65
  tagOverflowTips: {};
66
66
  node: {
67
67
  [key: string]: any;
@@ -31,8 +31,8 @@ declare const Transfer: {
31
31
  title?: string[];
32
32
  extCls?: string;
33
33
  multiple?: boolean;
34
- displayKey?: string;
35
34
  searchPlaceholder?: string;
35
+ displayKey?: string;
36
36
  sortable?: boolean;
37
37
  settingKey?: string;
38
38
  sortKey?: string;
@@ -198,8 +198,8 @@ declare const Transfer: {
198
198
  title: string[];
199
199
  extCls: string;
200
200
  multiple: boolean;
201
- displayKey: string;
202
201
  searchPlaceholder: string;
202
+ displayKey: string;
203
203
  sortable: boolean;
204
204
  settingKey: string;
205
205
  sortKey: string;
@@ -422,8 +422,8 @@ declare const Transfer: {
422
422
  title: string[];
423
423
  extCls: string;
424
424
  multiple: boolean;
425
- displayKey: string;
426
425
  searchPlaceholder: string;
426
+ displayKey: string;
427
427
  sortable: boolean;
428
428
  settingKey: string;
429
429
  sortKey: string;
@@ -178,8 +178,8 @@ declare const _default: import("vue").DefineComponent<{
178
178
  title: string[];
179
179
  extCls: string;
180
180
  multiple: boolean;
181
- displayKey: string;
182
181
  searchPlaceholder: string;
182
+ displayKey: string;
183
183
  sortable: boolean;
184
184
  settingKey: string;
185
185
  sortKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.1-beta.111",
3
+ "version": "2.0.1-beta.113",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",