bkui-vue 2.0.2-beta.4 → 2.0.2-beta.6

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.
Files changed (166) hide show
  1. package/dist/index.cjs.js +21 -21
  2. package/dist/index.esm.js +1588 -1583
  3. package/dist/index.umd.js +16 -16
  4. package/lib/affix/index.js +30 -22
  5. package/lib/alert/index.js +30 -22
  6. package/lib/animate-number/index.js +14 -10
  7. package/lib/backtop/index.js +32 -22
  8. package/lib/badge/index.js +24 -18
  9. package/lib/breadcrumb/index.js +31 -23
  10. package/lib/button/index.js +36 -26
  11. package/lib/card/index.js +47 -33
  12. package/lib/cascader/index.js +651 -619
  13. package/lib/checkbox/index.js +44 -34
  14. package/lib/code-diff/index.js +83 -79
  15. package/lib/collapse/index.js +39 -33
  16. package/lib/collapse-transition/index.js +20 -14
  17. package/lib/color-picker/index.js +617 -594
  18. package/lib/components.d.ts +1 -2
  19. package/lib/components.js +1 -2
  20. package/lib/config-provider/index.js +34 -26
  21. package/lib/container/index.js +27 -21
  22. package/lib/date-picker/index.js +649 -620
  23. package/lib/dialog/index.js +101 -87
  24. package/lib/directives/index.js +445 -430
  25. package/lib/divider/index.js +21 -15
  26. package/lib/dropdown/index.js +43 -31
  27. package/lib/exception/index.js +55 -49
  28. package/lib/fixed-navbar/index.js +20 -14
  29. package/lib/form/index.js +639 -608
  30. package/lib/icon/angle-double-down-line.js +14 -12
  31. package/lib/icon/angle-double-left-line.js +14 -12
  32. package/lib/icon/angle-double-left.js +14 -12
  33. package/lib/icon/angle-double-right-line.js +14 -12
  34. package/lib/icon/angle-double-right.js +14 -12
  35. package/lib/icon/angle-double-up-line.js +14 -12
  36. package/lib/icon/angle-down-fill.js +14 -12
  37. package/lib/icon/angle-down-line.js +14 -12
  38. package/lib/icon/angle-down.js +14 -12
  39. package/lib/icon/angle-left.js +14 -12
  40. package/lib/icon/angle-right.js +14 -12
  41. package/lib/icon/angle-up-fill.js +14 -12
  42. package/lib/icon/angle-up.js +14 -12
  43. package/lib/icon/archive-fill.js +14 -12
  44. package/lib/icon/arrows-left.js +14 -12
  45. package/lib/icon/arrows-right.js +14 -12
  46. package/lib/icon/assistant.js +14 -12
  47. package/lib/icon/audio-fill.js +14 -12
  48. package/lib/icon/bk.js +14 -12
  49. package/lib/icon/circle.js +14 -12
  50. package/lib/icon/close-line.js +14 -12
  51. package/lib/icon/close.js +14 -12
  52. package/lib/icon/code.js +14 -12
  53. package/lib/icon/cog-shape.js +14 -12
  54. package/lib/icon/collapse-left.js +14 -12
  55. package/lib/icon/copy-shape.js +14 -12
  56. package/lib/icon/copy.js +14 -12
  57. package/lib/icon/data-shape.js +14 -12
  58. package/lib/icon/del.js +14 -12
  59. package/lib/icon/doc-fill.js +14 -12
  60. package/lib/icon/done.js +14 -12
  61. package/lib/icon/down-shape.js +14 -12
  62. package/lib/icon/down-small.js +14 -12
  63. package/lib/icon/edit-line.js +14 -12
  64. package/lib/icon/ellipsis.js +14 -12
  65. package/lib/icon/enlarge-line.js +14 -12
  66. package/lib/icon/error.js +14 -12
  67. package/lib/icon/excel-fill.js +14 -12
  68. package/lib/icon/exclamation-circle-shape.js +14 -12
  69. package/lib/icon/eye.js +14 -12
  70. package/lib/icon/filliscreen-line.js +14 -12
  71. package/lib/icon/fix-line.js +14 -12
  72. package/lib/icon/fix-shape.js +14 -12
  73. package/lib/icon/folder-open.js +14 -12
  74. package/lib/icon/folder-shape-open.js +14 -12
  75. package/lib/icon/folder-shape.js +14 -12
  76. package/lib/icon/folder.js +14 -12
  77. package/lib/icon/funnel.js +14 -12
  78. package/lib/icon/grag-fill.js +14 -12
  79. package/lib/icon/help-document-fill.js +14 -12
  80. package/lib/icon/help-fill.js +14 -12
  81. package/lib/icon/help.js +14 -12
  82. package/lib/icon/image-fill.js +14 -12
  83. package/lib/icon/img-error.js +14 -12
  84. package/lib/icon/img-placehoulder.js +14 -12
  85. package/lib/icon/info-line.js +14 -12
  86. package/lib/icon/info.js +14 -12
  87. package/lib/icon/left-shape.js +14 -12
  88. package/lib/icon/left-turn-line.js +14 -12
  89. package/lib/icon/loading.js +14 -12
  90. package/lib/icon/narrow-line.js +14 -12
  91. package/lib/icon/original.js +14 -12
  92. package/lib/icon/pdf-fill.js +14 -12
  93. package/lib/icon/play-shape.js +14 -12
  94. package/lib/icon/plus.js +14 -12
  95. package/lib/icon/ppt-fill.js +14 -12
  96. package/lib/icon/qq.js +14 -12
  97. package/lib/icon/right-shape.js +14 -12
  98. package/lib/icon/right-turn-line.js +14 -12
  99. package/lib/icon/search.js +14 -12
  100. package/lib/icon/share.js +14 -12
  101. package/lib/icon/spinner.js +14 -12
  102. package/lib/icon/success.js +14 -12
  103. package/lib/icon/switcher-loading.js +14 -12
  104. package/lib/icon/text-all.js +14 -12
  105. package/lib/icon/text-file.js +14 -12
  106. package/lib/icon/text-fill.js +14 -12
  107. package/lib/icon/transfer.js +14 -12
  108. package/lib/icon/tree-application-shape.js +14 -12
  109. package/lib/icon/unfull-screen.js +14 -12
  110. package/lib/icon/unvisible.js +14 -12
  111. package/lib/icon/up-shape.js +14 -12
  112. package/lib/icon/upload.js +14 -12
  113. package/lib/icon/video-fill.js +14 -12
  114. package/lib/icon/warn.js +14 -12
  115. package/lib/icon/weixin-pro.js +14 -12
  116. package/lib/icon/weixin.js +14 -12
  117. package/lib/image/index.js +342 -326
  118. package/lib/index.d.ts +0 -1
  119. package/lib/index.js +1 -2
  120. package/lib/info-box/index.js +101 -87
  121. package/lib/input/index.js +335 -323
  122. package/lib/link/index.js +26 -18
  123. package/lib/loading/index.js +25 -19
  124. package/lib/locale/index.js +3 -3
  125. package/lib/menu/index.js +40 -32
  126. package/lib/message/index.js +47 -41
  127. package/lib/modal/index.js +39 -29
  128. package/lib/navigation/index.js +27 -19
  129. package/lib/notify/index.js +37 -27
  130. package/lib/overflow-title/index.js +41 -29
  131. package/lib/pagination/index.js +62 -46
  132. package/lib/pop-confirm/index.d.ts +16 -2
  133. package/lib/pop-confirm/index.js +62 -38
  134. package/lib/pop-confirm/pop-confirm.d.ts +5 -1
  135. package/lib/popover/index.js +363 -347
  136. package/lib/popover2/index.js +14 -10
  137. package/lib/process/index.js +78 -74
  138. package/lib/progress/index.js +26 -20
  139. package/lib/radio/index.js +39 -31
  140. package/lib/rate/index.js +25 -19
  141. package/lib/resize-layout/index.js +30 -22
  142. package/lib/scrollbar/index.js +25 -25
  143. package/lib/search-select/index.js +436 -419
  144. package/lib/select/index.js +490 -453
  145. package/lib/shared/index.js +57 -49
  146. package/lib/sideslider/index.js +89 -79
  147. package/lib/slider/index.js +85 -75
  148. package/lib/steps/index.js +78 -72
  149. package/lib/swiper/index.js +24 -18
  150. package/lib/switcher/index.js +30 -22
  151. package/lib/tab/index.js +337 -323
  152. package/lib/table/index.js +565 -512
  153. package/lib/table-column/index.js +13 -9
  154. package/lib/tag/index.js +36 -26
  155. package/lib/tag-input/index.js +376 -355
  156. package/lib/time-picker/index.js +13 -9
  157. package/lib/timeline/index.js +21 -15
  158. package/lib/transfer/index.js +56 -40
  159. package/lib/tree/index.js +100 -76
  160. package/lib/upload/index.js +584 -572
  161. package/lib/virtual-render/index.js +55 -43
  162. package/package.json +1 -1
  163. package/lib/plugin-popover/index.d.ts +0 -27
  164. package/lib/plugin-popover/index.js +0 -65
  165. package/lib/plugins/index.d.ts +0 -1
  166. package/lib/plugins/index.js +0 -64
@@ -7,7 +7,7 @@ import "../checkbox/checkbox.less";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_isEqual_ce045a54__ from "lodash/isEqual";
10
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
10
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
11
11
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
12
12
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
13
13
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
@@ -15,7 +15,6 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_input_d525237e__ from "../inp
15
15
  import "../input/input.less";
16
16
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__ from "../loading";
17
17
  import "../loading/loading.less";
18
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
19
18
  import "../popover/popover.less";
20
19
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_virtual_render_927587a8__ from "../virtual-render";
21
20
  import "../virtual-render/virtual-render.less";
@@ -26,15 +25,7 @@ import "../tag/tag.less";
26
25
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__ from "lodash/debounce";
27
26
  /******/ var __webpack_modules__ = ({
28
27
 
29
- /***/ 2439:
30
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
31
-
32
- module.exports = __webpack_require__(2527);
33
-
34
-
35
- /***/ }),
36
-
37
- /***/ 7430:
28
+ /***/ 1043:
38
29
  /***/ ((module) => {
39
30
 
40
31
  /**
@@ -84,296 +75,7 @@ module.exports = ExecutionEnvironment;
84
75
 
85
76
  /***/ }),
86
77
 
87
- /***/ 6377:
88
- /***/ ((module) => {
89
-
90
- /**
91
- * Copyright 2004-present Facebook. All Rights Reserved.
92
- *
93
- * @providesModule UserAgent_DEPRECATED
94
- */
95
-
96
- /**
97
- * Provides entirely client-side User Agent and OS detection. You should prefer
98
- * the non-deprecated UserAgent module when possible, which exposes our
99
- * authoritative server-side PHP-based detection to the client.
100
- *
101
- * Usage is straightforward:
102
- *
103
- * if (UserAgent_DEPRECATED.ie()) {
104
- * // IE
105
- * }
106
- *
107
- * You can also do version checks:
108
- *
109
- * if (UserAgent_DEPRECATED.ie() >= 7) {
110
- * // IE7 or better
111
- * }
112
- *
113
- * The browser functions will return NaN if the browser does not match, so
114
- * you can also do version compares the other way:
115
- *
116
- * if (UserAgent_DEPRECATED.ie() < 7) {
117
- * // IE6 or worse
118
- * }
119
- *
120
- * Note that the version is a float and may include a minor version number,
121
- * so you should always use range operators to perform comparisons, not
122
- * strict equality.
123
- *
124
- * **Note:** You should **strongly** prefer capability detection to browser
125
- * version detection where it's reasonable:
126
- *
127
- * http://www.quirksmode.org/js/support.html
128
- *
129
- * Further, we have a large number of mature wrapper functions and classes
130
- * which abstract away many browser irregularities. Check the documentation,
131
- * grep for things, or ask on javascript@lists.facebook.com before writing yet
132
- * another copy of "event || window.event".
133
- *
134
- */
135
-
136
- var _populated = false;
137
-
138
- // Browsers
139
- var _ie, _firefox, _opera, _webkit, _chrome;
140
-
141
- // Actual IE browser for compatibility mode
142
- var _ie_real_version;
143
-
144
- // Platforms
145
- var _osx, _windows, _linux, _android;
146
-
147
- // Architectures
148
- var _win64;
149
-
150
- // Devices
151
- var _iphone, _ipad, _native;
152
-
153
- var _mobile;
154
-
155
- function _populate() {
156
- if (_populated) {
157
- return;
158
- }
159
-
160
- _populated = true;
161
-
162
- // To work around buggy JS libraries that can't handle multi-digit
163
- // version numbers, Opera 10's user agent string claims it's Opera
164
- // 9, then later includes a Version/X.Y field:
165
- //
166
- // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
167
- var uas = navigator.userAgent;
168
- var agent = /(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(uas);
169
- var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
170
-
171
- _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
172
- _ipad = /\b(iP[ao]d)/.exec(uas);
173
- _android = /Android/i.exec(uas);
174
- _native = /FBAN\/\w+;/i.exec(uas);
175
- _mobile = /Mobile/i.exec(uas);
176
-
177
- // Note that the IE team blog would have you believe you should be checking
178
- // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
179
- // from either x64 or ia64; so ultimately, you should just check for Win64
180
- // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
181
- // Windows will send 'WOW64' instead.
182
- _win64 = !!(/Win64/.exec(uas));
183
-
184
- if (agent) {
185
- _ie = agent[1] ? parseFloat(agent[1]) : (
186
- agent[5] ? parseFloat(agent[5]) : NaN);
187
- // IE compatibility mode
188
- if (_ie && document && document.documentMode) {
189
- _ie = document.documentMode;
190
- }
191
- // grab the "true" ie version from the trident token if available
192
- var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
193
- _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
194
-
195
- _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
196
- _opera = agent[3] ? parseFloat(agent[3]) : NaN;
197
- _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
198
- if (_webkit) {
199
- // We do not add the regexp to the above test, because it will always
200
- // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
201
- // the userAgent string.
202
- agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
203
- _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
204
- } else {
205
- _chrome = NaN;
206
- }
207
- } else {
208
- _ie = _firefox = _opera = _chrome = _webkit = NaN;
209
- }
210
-
211
- if (os) {
212
- if (os[1]) {
213
- // Detect OS X version. If no version number matches, set _osx to true.
214
- // Version examples: 10, 10_6_1, 10.7
215
- // Parses version number as a float, taking only first two sets of
216
- // digits. If only one set of digits is found, returns just the major
217
- // version number.
218
- var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
219
-
220
- _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
221
- } else {
222
- _osx = false;
223
- }
224
- _windows = !!os[2];
225
- _linux = !!os[3];
226
- } else {
227
- _osx = _windows = _linux = false;
228
- }
229
- }
230
-
231
- var UserAgent_DEPRECATED = {
232
-
233
- /**
234
- * Check if the UA is Internet Explorer.
235
- *
236
- *
237
- * @return float|NaN Version number (if match) or NaN.
238
- */
239
- ie: function() {
240
- return _populate() || _ie;
241
- },
242
-
243
- /**
244
- * Check if we're in Internet Explorer compatibility mode.
245
- *
246
- * @return bool true if in compatibility mode, false if
247
- * not compatibility mode or not ie
248
- */
249
- ieCompatibilityMode: function() {
250
- return _populate() || (_ie_real_version > _ie);
251
- },
252
-
253
-
254
- /**
255
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
256
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
257
- * this when we don't need it -- tracked by #601957.
258
- */
259
- ie64: function() {
260
- return UserAgent_DEPRECATED.ie() && _win64;
261
- },
262
-
263
- /**
264
- * Check if the UA is Firefox.
265
- *
266
- *
267
- * @return float|NaN Version number (if match) or NaN.
268
- */
269
- firefox: function() {
270
- return _populate() || _firefox;
271
- },
272
-
273
-
274
- /**
275
- * Check if the UA is Opera.
276
- *
277
- *
278
- * @return float|NaN Version number (if match) or NaN.
279
- */
280
- opera: function() {
281
- return _populate() || _opera;
282
- },
283
-
284
-
285
- /**
286
- * Check if the UA is WebKit.
287
- *
288
- *
289
- * @return float|NaN Version number (if match) or NaN.
290
- */
291
- webkit: function() {
292
- return _populate() || _webkit;
293
- },
294
-
295
- /**
296
- * For Push
297
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
298
- */
299
- safari: function() {
300
- return UserAgent_DEPRECATED.webkit();
301
- },
302
-
303
- /**
304
- * Check if the UA is a Chrome browser.
305
- *
306
- *
307
- * @return float|NaN Version number (if match) or NaN.
308
- */
309
- chrome : function() {
310
- return _populate() || _chrome;
311
- },
312
-
313
-
314
- /**
315
- * Check if the user is running Windows.
316
- *
317
- * @return bool `true' if the user's OS is Windows.
318
- */
319
- windows: function() {
320
- return _populate() || _windows;
321
- },
322
-
323
-
324
- /**
325
- * Check if the user is running Mac OS X.
326
- *
327
- * @return float|bool Returns a float if a version number is detected,
328
- * otherwise true/false.
329
- */
330
- osx: function() {
331
- return _populate() || _osx;
332
- },
333
-
334
- /**
335
- * Check if the user is running Linux.
336
- *
337
- * @return bool `true' if the user's OS is some flavor of Linux.
338
- */
339
- linux: function() {
340
- return _populate() || _linux;
341
- },
342
-
343
- /**
344
- * Check if the user is running on an iPhone or iPod platform.
345
- *
346
- * @return bool `true' if the user is running some flavor of the
347
- * iPhone OS.
348
- */
349
- iphone: function() {
350
- return _populate() || _iphone;
351
- },
352
-
353
- mobile: function() {
354
- return _populate() || (_iphone || _ipad || _android || _mobile);
355
- },
356
-
357
- nativeApp: function() {
358
- // webviews inside of the native apps
359
- return _populate() || _native;
360
- },
361
-
362
- android: function() {
363
- return _populate() || _android;
364
- },
365
-
366
- ipad: function() {
367
- return _populate() || _ipad;
368
- }
369
- };
370
-
371
- module.exports = UserAgent_DEPRECATED;
372
-
373
-
374
- /***/ }),
375
-
376
- /***/ 3541:
78
+ /***/ 2586:
377
79
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
378
80
 
379
81
  /**
@@ -389,7 +91,7 @@ module.exports = UserAgent_DEPRECATED;
389
91
 
390
92
 
391
93
 
392
- var ExecutionEnvironment = __webpack_require__(7430);
94
+ var ExecutionEnvironment = __webpack_require__(1043);
393
95
 
394
96
  var useHasFeature;
395
97
  if (ExecutionEnvironment.canUseDOM) {
@@ -443,7 +145,23 @@ module.exports = isEventSupported;
443
145
 
444
146
  /***/ }),
445
147
 
446
- /***/ 2527:
148
+ /***/ 4319:
149
+ /***/ ((module) => {
150
+
151
+ function _typeof(o) {
152
+ "@babel/helpers - typeof";
153
+
154
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
155
+ return typeof o;
156
+ } : function (o) {
157
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
158
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
159
+ }
160
+ module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
161
+
162
+ /***/ }),
163
+
164
+ /***/ 5022:
447
165
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
448
166
 
449
167
  /**
@@ -460,9 +178,9 @@ module.exports = isEventSupported;
460
178
 
461
179
 
462
180
 
463
- var UserAgent_DEPRECATED = __webpack_require__(6377);
181
+ var UserAgent_DEPRECATED = __webpack_require__(7416);
464
182
 
465
- var isEventSupported = __webpack_require__(3541);
183
+ var isEventSupported = __webpack_require__(2586);
466
184
 
467
185
 
468
186
  // Reasonable defaults
@@ -631,10 +349,32 @@ module.exports = normalizeWheel;
631
349
 
632
350
  /***/ }),
633
351
 
634
- /***/ 7609:
352
+ /***/ 5799:
635
353
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
636
354
 
637
- var _typeof = (__webpack_require__(7425)["default"]);
355
+ // TODO(Babel 8): Remove this file.
356
+
357
+ var runtime = __webpack_require__(7048)();
358
+ module.exports = runtime;
359
+
360
+ // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
361
+ try {
362
+ regeneratorRuntime = runtime;
363
+ } catch (accidentalStrictMode) {
364
+ if (typeof globalThis === "object") {
365
+ globalThis.regeneratorRuntime = runtime;
366
+ } else {
367
+ Function("r", "regeneratorRuntime = r")(runtime);
368
+ }
369
+ }
370
+
371
+
372
+ /***/ }),
373
+
374
+ /***/ 7048:
375
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
376
+
377
+ var _typeof = (__webpack_require__(4319)["default"]);
638
378
  function _regeneratorRuntime() {
639
379
  "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
640
380
  module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
@@ -939,43 +679,302 @@ function _regeneratorRuntime() {
939
679
  }
940
680
  module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
941
681
 
942
- /***/ }),
682
+ /***/ }),
683
+
684
+ /***/ 7416:
685
+ /***/ ((module) => {
686
+
687
+ /**
688
+ * Copyright 2004-present Facebook. All Rights Reserved.
689
+ *
690
+ * @providesModule UserAgent_DEPRECATED
691
+ */
692
+
693
+ /**
694
+ * Provides entirely client-side User Agent and OS detection. You should prefer
695
+ * the non-deprecated UserAgent module when possible, which exposes our
696
+ * authoritative server-side PHP-based detection to the client.
697
+ *
698
+ * Usage is straightforward:
699
+ *
700
+ * if (UserAgent_DEPRECATED.ie()) {
701
+ * // IE
702
+ * }
703
+ *
704
+ * You can also do version checks:
705
+ *
706
+ * if (UserAgent_DEPRECATED.ie() >= 7) {
707
+ * // IE7 or better
708
+ * }
709
+ *
710
+ * The browser functions will return NaN if the browser does not match, so
711
+ * you can also do version compares the other way:
712
+ *
713
+ * if (UserAgent_DEPRECATED.ie() < 7) {
714
+ * // IE6 or worse
715
+ * }
716
+ *
717
+ * Note that the version is a float and may include a minor version number,
718
+ * so you should always use range operators to perform comparisons, not
719
+ * strict equality.
720
+ *
721
+ * **Note:** You should **strongly** prefer capability detection to browser
722
+ * version detection where it's reasonable:
723
+ *
724
+ * http://www.quirksmode.org/js/support.html
725
+ *
726
+ * Further, we have a large number of mature wrapper functions and classes
727
+ * which abstract away many browser irregularities. Check the documentation,
728
+ * grep for things, or ask on javascript@lists.facebook.com before writing yet
729
+ * another copy of "event || window.event".
730
+ *
731
+ */
732
+
733
+ var _populated = false;
943
734
 
944
- /***/ 7425:
945
- /***/ ((module) => {
735
+ // Browsers
736
+ var _ie, _firefox, _opera, _webkit, _chrome;
946
737
 
947
- function _typeof(o) {
948
- "@babel/helpers - typeof";
738
+ // Actual IE browser for compatibility mode
739
+ var _ie_real_version;
949
740
 
950
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
951
- return typeof o;
952
- } : function (o) {
953
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
954
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
955
- }
956
- module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
741
+ // Platforms
742
+ var _osx, _windows, _linux, _android;
957
743
 
958
- /***/ }),
744
+ // Architectures
745
+ var _win64;
959
746
 
960
- /***/ 2841:
961
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
747
+ // Devices
748
+ var _iphone, _ipad, _native;
962
749
 
963
- // TODO(Babel 8): Remove this file.
750
+ var _mobile;
964
751
 
965
- var runtime = __webpack_require__(7609)();
966
- module.exports = runtime;
752
+ function _populate() {
753
+ if (_populated) {
754
+ return;
755
+ }
967
756
 
968
- // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
969
- try {
970
- regeneratorRuntime = runtime;
971
- } catch (accidentalStrictMode) {
972
- if (typeof globalThis === "object") {
973
- globalThis.regeneratorRuntime = runtime;
757
+ _populated = true;
758
+
759
+ // To work around buggy JS libraries that can't handle multi-digit
760
+ // version numbers, Opera 10's user agent string claims it's Opera
761
+ // 9, then later includes a Version/X.Y field:
762
+ //
763
+ // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
764
+ var uas = navigator.userAgent;
765
+ var agent = /(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(uas);
766
+ var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
767
+
768
+ _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
769
+ _ipad = /\b(iP[ao]d)/.exec(uas);
770
+ _android = /Android/i.exec(uas);
771
+ _native = /FBAN\/\w+;/i.exec(uas);
772
+ _mobile = /Mobile/i.exec(uas);
773
+
774
+ // Note that the IE team blog would have you believe you should be checking
775
+ // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
776
+ // from either x64 or ia64; so ultimately, you should just check for Win64
777
+ // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
778
+ // Windows will send 'WOW64' instead.
779
+ _win64 = !!(/Win64/.exec(uas));
780
+
781
+ if (agent) {
782
+ _ie = agent[1] ? parseFloat(agent[1]) : (
783
+ agent[5] ? parseFloat(agent[5]) : NaN);
784
+ // IE compatibility mode
785
+ if (_ie && document && document.documentMode) {
786
+ _ie = document.documentMode;
787
+ }
788
+ // grab the "true" ie version from the trident token if available
789
+ var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
790
+ _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
791
+
792
+ _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
793
+ _opera = agent[3] ? parseFloat(agent[3]) : NaN;
794
+ _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
795
+ if (_webkit) {
796
+ // We do not add the regexp to the above test, because it will always
797
+ // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
798
+ // the userAgent string.
799
+ agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
800
+ _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
801
+ } else {
802
+ _chrome = NaN;
803
+ }
974
804
  } else {
975
- Function("r", "regeneratorRuntime = r")(runtime);
805
+ _ie = _firefox = _opera = _chrome = _webkit = NaN;
806
+ }
807
+
808
+ if (os) {
809
+ if (os[1]) {
810
+ // Detect OS X version. If no version number matches, set _osx to true.
811
+ // Version examples: 10, 10_6_1, 10.7
812
+ // Parses version number as a float, taking only first two sets of
813
+ // digits. If only one set of digits is found, returns just the major
814
+ // version number.
815
+ var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
816
+
817
+ _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
818
+ } else {
819
+ _osx = false;
820
+ }
821
+ _windows = !!os[2];
822
+ _linux = !!os[3];
823
+ } else {
824
+ _osx = _windows = _linux = false;
976
825
  }
977
826
  }
978
827
 
828
+ var UserAgent_DEPRECATED = {
829
+
830
+ /**
831
+ * Check if the UA is Internet Explorer.
832
+ *
833
+ *
834
+ * @return float|NaN Version number (if match) or NaN.
835
+ */
836
+ ie: function() {
837
+ return _populate() || _ie;
838
+ },
839
+
840
+ /**
841
+ * Check if we're in Internet Explorer compatibility mode.
842
+ *
843
+ * @return bool true if in compatibility mode, false if
844
+ * not compatibility mode or not ie
845
+ */
846
+ ieCompatibilityMode: function() {
847
+ return _populate() || (_ie_real_version > _ie);
848
+ },
849
+
850
+
851
+ /**
852
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
853
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
854
+ * this when we don't need it -- tracked by #601957.
855
+ */
856
+ ie64: function() {
857
+ return UserAgent_DEPRECATED.ie() && _win64;
858
+ },
859
+
860
+ /**
861
+ * Check if the UA is Firefox.
862
+ *
863
+ *
864
+ * @return float|NaN Version number (if match) or NaN.
865
+ */
866
+ firefox: function() {
867
+ return _populate() || _firefox;
868
+ },
869
+
870
+
871
+ /**
872
+ * Check if the UA is Opera.
873
+ *
874
+ *
875
+ * @return float|NaN Version number (if match) or NaN.
876
+ */
877
+ opera: function() {
878
+ return _populate() || _opera;
879
+ },
880
+
881
+
882
+ /**
883
+ * Check if the UA is WebKit.
884
+ *
885
+ *
886
+ * @return float|NaN Version number (if match) or NaN.
887
+ */
888
+ webkit: function() {
889
+ return _populate() || _webkit;
890
+ },
891
+
892
+ /**
893
+ * For Push
894
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
895
+ */
896
+ safari: function() {
897
+ return UserAgent_DEPRECATED.webkit();
898
+ },
899
+
900
+ /**
901
+ * Check if the UA is a Chrome browser.
902
+ *
903
+ *
904
+ * @return float|NaN Version number (if match) or NaN.
905
+ */
906
+ chrome : function() {
907
+ return _populate() || _chrome;
908
+ },
909
+
910
+
911
+ /**
912
+ * Check if the user is running Windows.
913
+ *
914
+ * @return bool `true' if the user's OS is Windows.
915
+ */
916
+ windows: function() {
917
+ return _populate() || _windows;
918
+ },
919
+
920
+
921
+ /**
922
+ * Check if the user is running Mac OS X.
923
+ *
924
+ * @return float|bool Returns a float if a version number is detected,
925
+ * otherwise true/false.
926
+ */
927
+ osx: function() {
928
+ return _populate() || _osx;
929
+ },
930
+
931
+ /**
932
+ * Check if the user is running Linux.
933
+ *
934
+ * @return bool `true' if the user's OS is some flavor of Linux.
935
+ */
936
+ linux: function() {
937
+ return _populate() || _linux;
938
+ },
939
+
940
+ /**
941
+ * Check if the user is running on an iPhone or iPod platform.
942
+ *
943
+ * @return bool `true' if the user is running some flavor of the
944
+ * iPhone OS.
945
+ */
946
+ iphone: function() {
947
+ return _populate() || _iphone;
948
+ },
949
+
950
+ mobile: function() {
951
+ return _populate() || (_iphone || _ipad || _android || _mobile);
952
+ },
953
+
954
+ nativeApp: function() {
955
+ // webviews inside of the native apps
956
+ return _populate() || _native;
957
+ },
958
+
959
+ android: function() {
960
+ return _populate() || _android;
961
+ },
962
+
963
+ ipad: function() {
964
+ return _populate() || _ipad;
965
+ }
966
+ };
967
+
968
+ module.exports = UserAgent_DEPRECATED;
969
+
970
+
971
+ /***/ }),
972
+
973
+ /***/ 8283:
974
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
975
+
976
+ module.exports = __webpack_require__(5022);
977
+
979
978
 
980
979
  /***/ })
981
980
 
@@ -1037,8 +1036,6 @@ try {
1037
1036
  /******/
1038
1037
  /************************************************************************/
1039
1038
  var __webpack_exports__ = {};
1040
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1041
- (() => {
1042
1039
 
1043
1040
  // EXPORTS
1044
1041
  __webpack_require__.d(__webpack_exports__, {
@@ -1049,11 +1046,13 @@ __webpack_require__.d(__webpack_exports__, {
1049
1046
  useHover: () => (/* reexport */ useHover)
1050
1047
  });
1051
1048
 
1052
- ;// CONCATENATED MODULE: external "../shared"
1053
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1054
- var y = x => () => x
1055
- const shared_namespaceObject = x({ ["InputBehaviorType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.InputBehaviorType, ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["RenderType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.RenderType, ["SelectedType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.SelectedType, ["SelectedTypeEnum"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.SelectedTypeEnum, ["SizeEnum"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.SizeEnum, ["TagThemeType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.TagThemeType, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes, ["observerResize"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.observerResize, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["useFormItem"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps });
1056
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
1049
+ ;// external "../shared"
1050
+ var x = (y) => {
1051
+ var x = {}; __webpack_require__.d(x, y); return x
1052
+ }
1053
+ var y = (x) => (() => (x))
1054
+ const shared_namespaceObject = x({ ["InputBehaviorType"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.InputBehaviorType), ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["RenderType"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.RenderType), ["SelectedType"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.SelectedType), ["SelectedTypeEnum"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.SelectedTypeEnum), ["SizeEnum"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.SizeEnum), ["TagThemeType"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.TagThemeType), ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["classes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes), ["observerResize"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.observerResize), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["useFormItem"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem), ["withInstallProps"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps) });
1055
+ ;// ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
1057
1056
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
1058
1057
  try {
1059
1058
  var info = gen[key](arg);
@@ -1085,13 +1084,15 @@ function _asyncToGenerator(fn) {
1085
1084
  };
1086
1085
  }
1087
1086
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/regenerator/index.js
1088
- var regenerator = __webpack_require__(2841);
1087
+ var regenerator = __webpack_require__(5799);
1089
1088
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
1090
- ;// CONCATENATED MODULE: external "vue"
1091
- var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1092
- var external_vue_y = x => () => x
1093
- 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, ["customRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.customRef, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["getCurrentInstance"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeMount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeMount, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["toRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRef, ["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 });
1094
- ;// CONCATENATED MODULE: ../../packages/select/src/common.ts
1089
+ ;// external "vue"
1090
+ var external_vue_x = (y) => {
1091
+ var x = {}; __webpack_require__.d(x, y); return x
1092
+ }
1093
+ var external_vue_y = (x) => (() => (x))
1094
+ 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), ["customRef"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.customRef), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["getCurrentInstance"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance), ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["inject"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.inject), ["mergeProps"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.mergeProps), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["onBeforeMount"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onBeforeMount), ["onBeforeUnmount"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["provide"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.provide), ["reactive"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.reactive), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["toRef"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.toRef), ["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) });
1095
+ ;// ../../packages/select/src/common.ts
1095
1096
 
1096
1097
 
1097
1098
  /*
@@ -1274,7 +1275,7 @@ function isInViewPort(el, client) {
1274
1275
  clientBottom = _client$getBoundingCl.bottom;
1275
1276
  return elTop >= clientTop && elBottom <= clientBottom;
1276
1277
  }
1277
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1278
+ ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1278
1279
  function _typeof(o) {
1279
1280
  "@babel/helpers - typeof";
1280
1281
 
@@ -1284,7 +1285,7 @@ function _typeof(o) {
1284
1285
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1285
1286
  }, _typeof(o);
1286
1287
  }
1287
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
1288
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
1288
1289
 
1289
1290
  function toPrimitive(t, r) {
1290
1291
  if ("object" != _typeof(t) || !t) return t;
@@ -1296,14 +1297,14 @@ function toPrimitive(t, r) {
1296
1297
  }
1297
1298
  return ("string" === r ? String : Number)(t);
1298
1299
  }
1299
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1300
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1300
1301
 
1301
1302
 
1302
1303
  function toPropertyKey(t) {
1303
1304
  var i = toPrimitive(t, "string");
1304
1305
  return "symbol" == _typeof(i) ? i : String(i);
1305
1306
  }
1306
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1307
+ ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1307
1308
 
1308
1309
  function _defineProperty(obj, key, value) {
1309
1310
  key = toPropertyKey(key);
@@ -1319,27 +1320,37 @@ function _defineProperty(obj, key, value) {
1319
1320
  }
1320
1321
  return obj;
1321
1322
  }
1322
- ;// CONCATENATED MODULE: external "../checkbox"
1323
- var checkbox_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1324
- var checkbox_y = x => () => x
1325
- const checkbox_namespaceObject = checkbox_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"] });
1326
- ;// CONCATENATED MODULE: external "../checkbox/checkbox.less"
1327
- var checkbox_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1328
- var checkbox_less_y = x => () => x
1323
+ ;// external "../checkbox"
1324
+ var checkbox_x = (y) => {
1325
+ var x = {}; __webpack_require__.d(x, y); return x
1326
+ }
1327
+ var checkbox_y = (x) => (() => (x))
1328
+ const checkbox_namespaceObject = checkbox_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"]) });
1329
+ ;// external "../checkbox/checkbox.less"
1330
+ var checkbox_less_x = (y) => {
1331
+ var x = {}; __webpack_require__.d(x, y); return x
1332
+ }
1333
+ var checkbox_less_y = (x) => (() => (x))
1329
1334
  const checkbox_less_namespaceObject = checkbox_less_x({ });
1330
- ;// CONCATENATED MODULE: external "../config-provider"
1331
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1332
- var config_provider_y = x => () => x
1333
- 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 });
1334
- ;// CONCATENATED MODULE: external "../icon"
1335
- var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1336
- var icon_y = x => () => x
1337
- const icon_namespaceObject = icon_x({ ["AngleDown"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDown, ["AngleUpFill"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUpFill, ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["Done"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Done, ["Search"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Search, ["TextAll"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.TextAll });
1338
- ;// CONCATENATED MODULE: external "lodash/isEqual"
1339
- var isEqual_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1340
- var isEqual_y = x => () => x
1341
- const isEqual_namespaceObject = isEqual_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isEqual_ce045a54__["default"] });
1342
- ;// CONCATENATED MODULE: ../../packages/select/src/option.tsx
1335
+ ;// external "../config-provider"
1336
+ var config_provider_x = (y) => {
1337
+ var x = {}; __webpack_require__.d(x, y); return x
1338
+ }
1339
+ var config_provider_y = (x) => (() => (x))
1340
+ 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) });
1341
+ ;// external "../icon"
1342
+ var icon_x = (y) => {
1343
+ var x = {}; __webpack_require__.d(x, y); return x
1344
+ }
1345
+ var icon_y = (x) => (() => (x))
1346
+ const icon_namespaceObject = icon_x({ ["AngleDown"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDown), ["AngleUpFill"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUpFill), ["Close"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close), ["Done"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Done), ["Search"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Search), ["TextAll"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.TextAll) });
1347
+ ;// external "lodash/isEqual"
1348
+ var isEqual_x = (y) => {
1349
+ var x = {}; __webpack_require__.d(x, y); return x
1350
+ }
1351
+ var isEqual_y = (x) => (() => (x))
1352
+ const isEqual_namespaceObject = isEqual_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isEqual_ce045a54__["default"]) });
1353
+ ;// ../../packages/select/src/option.tsx
1343
1354
 
1344
1355
 
1345
1356
  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; }
@@ -1524,22 +1535,22 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1524
1535
  }, null)]), [[external_vue_namespaceObject.vShow, this.visible]]);
1525
1536
  }
1526
1537
  }));
1527
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1538
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1528
1539
  function _arrayLikeToArray(arr, len) {
1529
1540
  if (len == null || len > arr.length) len = arr.length;
1530
1541
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1531
1542
  return arr2;
1532
1543
  }
1533
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1544
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1534
1545
 
1535
1546
  function _arrayWithoutHoles(arr) {
1536
1547
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1537
1548
  }
1538
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1549
+ ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1539
1550
  function _iterableToArray(iter) {
1540
1551
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1541
1552
  }
1542
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1553
+ ;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1543
1554
 
1544
1555
  function _unsupportedIterableToArray(o, minLen) {
1545
1556
  if (!o) return;
@@ -1549,11 +1560,11 @@ function _unsupportedIterableToArray(o, minLen) {
1549
1560
  if (n === "Map" || n === "Set") return Array.from(o);
1550
1561
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
1551
1562
  }
1552
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1563
+ ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1553
1564
  function _nonIterableSpread() {
1554
1565
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1555
1566
  }
1556
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1567
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1557
1568
 
1558
1569
 
1559
1570
 
@@ -1561,7 +1572,7 @@ function _nonIterableSpread() {
1561
1572
  function _toConsumableArray(arr) {
1562
1573
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1563
1574
  }
1564
- ;// CONCATENATED MODULE: ../../packages/select/src/optionGroup.tsx
1575
+ ;// ../../packages/select/src/optionGroup.tsx
1565
1576
 
1566
1577
 
1567
1578
 
@@ -1671,7 +1682,7 @@ function optionGroup_objectSpread(e) { for (var r = 1; r < arguments.length; r++
1671
1682
  }, [(_this$$slots$default = (_this$$slots = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots)]), [[external_vue_namespaceObject.vShow, !this.groupCollapse]])]), [[external_vue_namespaceObject.vShow, this.visible]]);
1672
1683
  }
1673
1684
  }));
1674
- ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
1685
+ ;// ../../packages/directives/src/clickoutside.ts
1675
1686
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = clickoutside_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
1676
1687
  function clickoutside_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return clickoutside_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return clickoutside_arrayLikeToArray(o, minLen); }
1677
1688
  function clickoutside_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; }
@@ -1797,11 +1808,13 @@ ClickOutside.install = function (app) {
1797
1808
  app.directive('bkTooltips', ClickOutside);
1798
1809
  };
1799
1810
  /* harmony default export */ const clickoutside = (ClickOutside);
1800
- ;// CONCATENATED MODULE: external "../plugin-popover"
1801
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1802
- var plugin_popover_y = x => () => x
1803
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
1804
- ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1811
+ ;// external "../popover"
1812
+ var popover_x = (y) => {
1813
+ var x = {}; __webpack_require__.d(x, y); return x
1814
+ }
1815
+ var popover_y = (x) => (() => (x))
1816
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover), ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"]) });
1817
+ ;// ../../packages/directives/src/ellipsis.ts
1805
1818
 
1806
1819
  /*
1807
1820
  * Tencent is pleased to support the open source community by making
@@ -1878,7 +1891,7 @@ var createInstance = function createInstance(el, binding) {
1878
1891
  onContentMouseenter: handleContentEnter,
1879
1892
  onContentMouseleave: handleContentLeave
1880
1893
  });
1881
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
1894
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
1882
1895
  }, 300);
1883
1896
  };
1884
1897
  var handleMouseLeave = function handleMouseLeave() {
@@ -1912,9 +1925,9 @@ var ellipsis = {
1912
1925
  };
1913
1926
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
1914
1927
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
1915
- var normalize_wheel = __webpack_require__(2439);
1928
+ var normalize_wheel = __webpack_require__(8283);
1916
1929
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
1917
- ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
1930
+ ;// ../../packages/directives/src/mousewheel.ts
1918
1931
  /*
1919
1932
  * Tencent is pleased to support the open source community by making
1920
1933
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1956,11 +1969,13 @@ var mousewheel = {
1956
1969
  }
1957
1970
  };
1958
1971
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
1959
- ;// CONCATENATED MODULE: external "@popperjs/core"
1960
- var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1961
- var core_y = x => () => x
1962
- const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
1963
- ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
1972
+ ;// external "@popperjs/core"
1973
+ var core_x = (y) => {
1974
+ var x = {}; __webpack_require__.d(x, y); return x
1975
+ }
1976
+ var core_y = (x) => (() => (x))
1977
+ const core_namespaceObject = core_x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
1978
+ ;// ../../packages/directives/src/tooltips.ts
1964
1979
 
1965
1980
 
1966
1981
 
@@ -2252,15 +2267,19 @@ function hide(el) {
2252
2267
  }
2253
2268
  }
2254
2269
  /* harmony default export */ const src_tooltips = (tooltips);
2255
- ;// CONCATENATED MODULE: external "../loading"
2256
- var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2257
- var external_loading_y = x => () => x
2270
+ ;// external "../loading"
2271
+ var external_loading_x = (y) => {
2272
+ var x = {}; __webpack_require__.d(x, y); return x
2273
+ }
2274
+ var external_loading_y = (x) => (() => (x))
2258
2275
  const external_loading_namespaceObject = external_loading_x({ });
2259
- ;// CONCATENATED MODULE: external "../overflow-title"
2260
- var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2261
- var external_overflow_title_y = x => () => x
2276
+ ;// external "../overflow-title"
2277
+ var external_overflow_title_x = (y) => {
2278
+ var x = {}; __webpack_require__.d(x, y); return x
2279
+ }
2280
+ var external_overflow_title_y = (x) => (() => (x))
2262
2281
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
2263
- ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
2282
+ ;// ../../packages/directives/src/index.ts
2264
2283
  /*
2265
2284
  * Tencent is pleased to support the open source community by making
2266
2285
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -2293,43 +2312,55 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
2293
2312
 
2294
2313
 
2295
2314
  // export { createInstance as bkEllipsisInstance } from './ellipsis';
2296
- ;// CONCATENATED MODULE: external "../input"
2297
- var input_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2298
- var input_y = x => () => x
2299
- const input_namespaceObject = input_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_input_d525237e__["default"] });
2300
- ;// CONCATENATED MODULE: external "../input/input.less"
2301
- var input_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2302
- var input_less_y = x => () => x
2315
+ ;// external "../input"
2316
+ var input_x = (y) => {
2317
+ var x = {}; __webpack_require__.d(x, y); return x
2318
+ }
2319
+ var input_y = (x) => (() => (x))
2320
+ const input_namespaceObject = input_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_input_d525237e__["default"]) });
2321
+ ;// external "../input/input.less"
2322
+ var input_less_x = (y) => {
2323
+ var x = {}; __webpack_require__.d(x, y); return x
2324
+ }
2325
+ var input_less_y = (x) => (() => (x))
2303
2326
  const input_less_namespaceObject = input_less_x({ });
2304
- ;// CONCATENATED MODULE: external "../loading"
2305
- var loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2306
- var loading_y = x => () => x
2307
- const loading_namespaceObject = loading_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__["default"] });
2308
- ;// CONCATENATED MODULE: external "../loading/loading.less"
2309
- var loading_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2310
- var loading_less_y = x => () => x
2327
+ ;// external "../loading"
2328
+ var loading_x = (y) => {
2329
+ var x = {}; __webpack_require__.d(x, y); return x
2330
+ }
2331
+ var loading_y = (x) => (() => (x))
2332
+ const loading_namespaceObject = loading_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__["default"]) });
2333
+ ;// external "../loading/loading.less"
2334
+ var loading_less_x = (y) => {
2335
+ var x = {}; __webpack_require__.d(x, y); return x
2336
+ }
2337
+ var loading_less_y = (x) => (() => (x))
2311
2338
  const loading_less_namespaceObject = loading_less_x({ });
2312
- ;// CONCATENATED MODULE: external "../popover"
2313
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2314
- var popover_y = x => () => x
2315
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
2316
- ;// CONCATENATED MODULE: external "../popover/popover.less"
2317
- var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2318
- var popover_less_y = x => () => x
2339
+ ;// external "../popover/popover.less"
2340
+ var popover_less_x = (y) => {
2341
+ var x = {}; __webpack_require__.d(x, y); return x
2342
+ }
2343
+ var popover_less_y = (x) => (() => (x))
2319
2344
  const popover_less_namespaceObject = popover_less_x({ });
2320
- ;// CONCATENATED MODULE: external "../virtual-render"
2321
- var virtual_render_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2322
- var virtual_render_y = x => () => x
2323
- const virtual_render_namespaceObject = virtual_render_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_virtual_render_927587a8__["default"] });
2324
- ;// CONCATENATED MODULE: external "../virtual-render/virtual-render.less"
2325
- var virtual_render_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2326
- var virtual_render_less_y = x => () => x
2345
+ ;// external "../virtual-render"
2346
+ var virtual_render_x = (y) => {
2347
+ var x = {}; __webpack_require__.d(x, y); return x
2348
+ }
2349
+ var virtual_render_y = (x) => (() => (x))
2350
+ const virtual_render_namespaceObject = virtual_render_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_virtual_render_927587a8__["default"]) });
2351
+ ;// external "../virtual-render/virtual-render.less"
2352
+ var virtual_render_less_x = (y) => {
2353
+ var x = {}; __webpack_require__.d(x, y); return x
2354
+ }
2355
+ var virtual_render_less_y = (x) => (() => (x))
2327
2356
  const virtual_render_less_namespaceObject = virtual_render_less_x({ });
2328
- ;// CONCATENATED MODULE: external "lodash/merge"
2329
- var merge_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2330
- var merge_y = x => () => x
2331
- const merge_namespaceObject = merge_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_merge_cf99375a__["default"] });
2332
- ;// CONCATENATED MODULE: ../../packages/select/src/pinyin/dict.js
2357
+ ;// external "lodash/merge"
2358
+ var merge_x = (y) => {
2359
+ var x = {}; __webpack_require__.d(x, y); return x
2360
+ }
2361
+ var merge_y = (x) => (() => (x))
2362
+ const merge_namespaceObject = merge_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_merge_cf99375a__["default"]) });
2363
+ ;// ../../packages/select/src/pinyin/dict.js
2333
2364
  /*
2334
2365
  * Tencent is pleased to support the open source community by making
2335
2366
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3227,7 +3258,7 @@ const EXCEPTIONS = {
3227
3258
  EXCEPTIONS,
3228
3259
  });
3229
3260
 
3230
- ;// CONCATENATED MODULE: ../../packages/select/src/pinyin/core.js
3261
+ ;// ../../packages/select/src/pinyin/core.js
3231
3262
  /*
3232
3263
  * Tencent is pleased to support the open source community by making
3233
3264
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3394,7 +3425,7 @@ function parse(str) {
3394
3425
  },
3395
3426
  });
3396
3427
 
3397
- ;// CONCATENATED MODULE: ../../packages/select/src/pinyin/patchers/56l.js
3428
+ ;// ../../packages/select/src/pinyin/patchers/56l.js
3398
3429
  /*
3399
3430
  * Tencent is pleased to support the open source community by making
3400
3431
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3487,7 +3518,7 @@ function shouldPatch(toToken) {
3487
3518
  shouldPatch,
3488
3519
  });
3489
3520
 
3490
- ;// CONCATENATED MODULE: ../../packages/select/src/pinyin/index.js
3521
+ ;// ../../packages/select/src/pinyin/index.js
3491
3522
  /*
3492
3523
  * Tencent is pleased to support the open source community by making
3493
3524
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3527,23 +3558,31 @@ if (core.isSupported() && _56l.shouldPatch(core.genToken)) {
3527
3558
 
3528
3559
  /* harmony default export */ const pinyin = (core);
3529
3560
 
3530
- ;// CONCATENATED MODULE: external "../overflow-title"
3531
- var overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
3532
- var overflow_title_y = x => () => x
3533
- const overflow_title_namespaceObject = overflow_title_x({ ["OverflowTitle"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_overflow_title_051a85a5__.OverflowTitle });
3534
- ;// CONCATENATED MODULE: external "../tag"
3535
- var tag_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
3536
- var tag_y = x => () => x
3537
- const tag_namespaceObject = tag_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_d74826be__["default"] });
3538
- ;// CONCATENATED MODULE: external "../tag/tag.less"
3539
- var tag_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
3540
- var tag_less_y = x => () => x
3561
+ ;// external "../overflow-title"
3562
+ var overflow_title_x = (y) => {
3563
+ var x = {}; __webpack_require__.d(x, y); return x
3564
+ }
3565
+ var overflow_title_y = (x) => (() => (x))
3566
+ const overflow_title_namespaceObject = overflow_title_x({ ["OverflowTitle"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_overflow_title_051a85a5__.OverflowTitle) });
3567
+ ;// external "../tag"
3568
+ var tag_x = (y) => {
3569
+ var x = {}; __webpack_require__.d(x, y); return x
3570
+ }
3571
+ var tag_y = (x) => (() => (x))
3572
+ const tag_namespaceObject = tag_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_d74826be__["default"]) });
3573
+ ;// external "../tag/tag.less"
3574
+ var tag_less_x = (y) => {
3575
+ var x = {}; __webpack_require__.d(x, y); return x
3576
+ }
3577
+ var tag_less_y = (x) => (() => (x))
3541
3578
  const tag_less_namespaceObject = tag_less_x({ });
3542
- ;// CONCATENATED MODULE: external "lodash/debounce"
3543
- var debounce_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
3544
- var debounce_y = x => () => x
3545
- const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"] });
3546
- ;// CONCATENATED MODULE: ../../packages/select/src/selectTagInput.tsx
3579
+ ;// external "lodash/debounce"
3580
+ var debounce_x = (y) => {
3581
+ var x = {}; __webpack_require__.d(x, y); return x
3582
+ }
3583
+ var debounce_y = (x) => (() => (x))
3584
+ const debounce_namespaceObject = debounce_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"]) });
3585
+ ;// ../../packages/select/src/selectTagInput.tsx
3547
3586
 
3548
3587
 
3549
3588
  /*
@@ -3794,7 +3833,7 @@ const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTER
3794
3833
  }, null)]), (_this$$slots5 = this.$slots) === null || _this$$slots5 === void 0 || (_this$$slots5$suffix = _this$$slots5.suffix) === null || _this$$slots5$suffix === void 0 ? void 0 : _this$$slots5$suffix.call(_this$$slots5)]);
3795
3834
  }
3796
3835
  }));
3797
- ;// CONCATENATED MODULE: ../../packages/select/src/select.tsx
3836
+ ;// ../../packages/select/src/select.tsx
3798
3837
 
3799
3838
 
3800
3839
 
@@ -4991,7 +5030,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4991
5030
  })]);
4992
5031
  }
4993
5032
  }));
4994
- ;// CONCATENATED MODULE: ../../packages/select/src/index.ts
5033
+ ;// ../../packages/select/src/index.ts
4995
5034
  /*
4996
5035
  * Tencent is pleased to support the open source community by making
4997
5036
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -5028,8 +5067,6 @@ var BkSelect = (0,shared_namespaceObject.withInstallProps)(src_select, {
5028
5067
  });
5029
5068
  /* harmony default export */ const src = (BkSelect);
5030
5069
 
5031
- })();
5032
-
5033
5070
  var __webpack_exports__BkOption = __webpack_exports__.BkOption;
5034
5071
  var __webpack_exports__BkOptionGroup = __webpack_exports__.BkOptionGroup;
5035
5072
  var __webpack_exports__BkSelect = __webpack_exports__.BkSelect;