bkui-vue 2.0.2-beta.1 → 2.0.2-beta.3

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 (159) hide show
  1. package/dist/index.cjs.js +1 -1
  2. package/dist/index.esm.js +1 -1
  3. package/dist/index.umd.js +1 -1
  4. package/lib/affix/index.js +22 -30
  5. package/lib/alert/index.js +22 -30
  6. package/lib/animate-number/index.js +10 -14
  7. package/lib/backtop/index.js +22 -32
  8. package/lib/badge/index.js +18 -24
  9. package/lib/breadcrumb/index.js +23 -31
  10. package/lib/button/index.js +26 -36
  11. package/lib/card/index.js +33 -47
  12. package/lib/cascader/index.js +619 -649
  13. package/lib/checkbox/index.js +34 -44
  14. package/lib/code-diff/index.js +79 -83
  15. package/lib/collapse/index.js +33 -39
  16. package/lib/collapse-transition/index.js +14 -20
  17. package/lib/color-picker/index.js +596 -612
  18. package/lib/config-provider/index.js +26 -34
  19. package/lib/container/index.js +21 -27
  20. package/lib/date-picker/index.js +622 -644
  21. package/lib/dialog/index.js +87 -101
  22. package/lib/directives/index.js +429 -437
  23. package/lib/divider/index.js +15 -21
  24. package/lib/dropdown/index.js +31 -43
  25. package/lib/exception/index.js +49 -55
  26. package/lib/fixed-navbar/index.js +14 -20
  27. package/lib/form/index.js +610 -634
  28. package/lib/icon/angle-double-down-line.js +12 -14
  29. package/lib/icon/angle-double-left-line.js +12 -14
  30. package/lib/icon/angle-double-left.js +12 -14
  31. package/lib/icon/angle-double-right-line.js +12 -14
  32. package/lib/icon/angle-double-right.js +12 -14
  33. package/lib/icon/angle-double-up-line.js +12 -14
  34. package/lib/icon/angle-down-fill.js +12 -14
  35. package/lib/icon/angle-down-line.js +12 -14
  36. package/lib/icon/angle-down.js +12 -14
  37. package/lib/icon/angle-left.js +12 -14
  38. package/lib/icon/angle-right.js +12 -14
  39. package/lib/icon/angle-up-fill.js +12 -14
  40. package/lib/icon/angle-up.js +12 -14
  41. package/lib/icon/archive-fill.js +12 -14
  42. package/lib/icon/arrows-left.js +12 -14
  43. package/lib/icon/arrows-right.js +12 -14
  44. package/lib/icon/assistant.js +12 -14
  45. package/lib/icon/audio-fill.js +12 -14
  46. package/lib/icon/bk.js +12 -14
  47. package/lib/icon/circle.js +12 -14
  48. package/lib/icon/close-line.js +12 -14
  49. package/lib/icon/close.js +12 -14
  50. package/lib/icon/code.js +12 -14
  51. package/lib/icon/cog-shape.js +12 -14
  52. package/lib/icon/collapse-left.js +12 -14
  53. package/lib/icon/copy-shape.js +12 -14
  54. package/lib/icon/copy.js +12 -14
  55. package/lib/icon/data-shape.js +12 -14
  56. package/lib/icon/del.js +12 -14
  57. package/lib/icon/doc-fill.js +12 -14
  58. package/lib/icon/done.js +12 -14
  59. package/lib/icon/down-shape.js +12 -14
  60. package/lib/icon/down-small.js +12 -14
  61. package/lib/icon/edit-line.js +12 -14
  62. package/lib/icon/ellipsis.js +12 -14
  63. package/lib/icon/enlarge-line.js +12 -14
  64. package/lib/icon/error.js +12 -14
  65. package/lib/icon/excel-fill.js +12 -14
  66. package/lib/icon/exclamation-circle-shape.js +12 -14
  67. package/lib/icon/eye.js +12 -14
  68. package/lib/icon/filliscreen-line.js +12 -14
  69. package/lib/icon/fix-line.js +12 -14
  70. package/lib/icon/fix-shape.js +12 -14
  71. package/lib/icon/folder-open.js +12 -14
  72. package/lib/icon/folder-shape-open.js +12 -14
  73. package/lib/icon/folder-shape.js +12 -14
  74. package/lib/icon/folder.js +12 -14
  75. package/lib/icon/funnel.js +12 -14
  76. package/lib/icon/grag-fill.js +12 -14
  77. package/lib/icon/help-document-fill.js +12 -14
  78. package/lib/icon/help-fill.js +12 -14
  79. package/lib/icon/help.js +12 -14
  80. package/lib/icon/image-fill.js +12 -14
  81. package/lib/icon/img-error.js +12 -14
  82. package/lib/icon/img-placehoulder.js +12 -14
  83. package/lib/icon/info-line.js +12 -14
  84. package/lib/icon/info.js +12 -14
  85. package/lib/icon/left-shape.js +12 -14
  86. package/lib/icon/left-turn-line.js +12 -14
  87. package/lib/icon/loading.js +12 -14
  88. package/lib/icon/narrow-line.js +12 -14
  89. package/lib/icon/original.js +12 -14
  90. package/lib/icon/pdf-fill.js +12 -14
  91. package/lib/icon/play-shape.js +12 -14
  92. package/lib/icon/plus.js +12 -14
  93. package/lib/icon/ppt-fill.js +12 -14
  94. package/lib/icon/qq.js +12 -14
  95. package/lib/icon/right-shape.js +12 -14
  96. package/lib/icon/right-turn-line.js +12 -14
  97. package/lib/icon/search.js +12 -14
  98. package/lib/icon/share.js +12 -14
  99. package/lib/icon/spinner.js +12 -14
  100. package/lib/icon/success.js +12 -14
  101. package/lib/icon/switcher-loading.js +12 -14
  102. package/lib/icon/text-all.js +12 -14
  103. package/lib/icon/text-file.js +12 -14
  104. package/lib/icon/text-fill.js +12 -14
  105. package/lib/icon/transfer.js +12 -14
  106. package/lib/icon/tree-application-shape.js +12 -14
  107. package/lib/icon/unfull-screen.js +12 -14
  108. package/lib/icon/unvisible.js +12 -14
  109. package/lib/icon/up-shape.js +12 -14
  110. package/lib/icon/upload.js +12 -14
  111. package/lib/icon/video-fill.js +12 -14
  112. package/lib/icon/warn.js +12 -14
  113. package/lib/icon/weixin-pro.js +12 -14
  114. package/lib/icon/weixin.js +12 -14
  115. package/lib/image/index.js +324 -340
  116. package/lib/index.js +1 -1
  117. package/lib/info-box/index.js +87 -101
  118. package/lib/input/index.js +321 -333
  119. package/lib/link/index.js +18 -26
  120. package/lib/loading/index.js +19 -25
  121. package/lib/locale/index.js +3 -3
  122. package/lib/menu/index.js +32 -40
  123. package/lib/message/index.js +41 -47
  124. package/lib/modal/index.js +29 -39
  125. package/lib/navigation/index.js +19 -27
  126. package/lib/notify/index.js +27 -37
  127. package/lib/overflow-title/index.js +29 -41
  128. package/lib/pagination/index.js +46 -62
  129. package/lib/plugin-popover/index.js +5 -7
  130. package/lib/plugins/index.js +5 -7
  131. package/lib/pop-confirm/index.js +33 -49
  132. package/lib/popover/index.js +345 -361
  133. package/lib/popover2/index.js +10 -14
  134. package/lib/process/index.js +74 -78
  135. package/lib/progress/index.js +20 -26
  136. package/lib/radio/index.js +31 -39
  137. package/lib/rate/index.js +19 -25
  138. package/lib/resize-layout/index.js +22 -30
  139. package/lib/scrollbar/index.js +25 -25
  140. package/lib/search-select/index.js +513 -537
  141. package/lib/select/index.js +547 -591
  142. package/lib/shared/index.js +49 -57
  143. package/lib/sideslider/index.js +79 -89
  144. package/lib/slider/index.js +75 -85
  145. package/lib/steps/index.js +72 -78
  146. package/lib/swiper/index.js +18 -24
  147. package/lib/switcher/index.js +22 -30
  148. package/lib/tab/index.js +321 -335
  149. package/lib/table/index.js +606 -666
  150. package/lib/table-column/index.js +9 -13
  151. package/lib/tag/index.js +26 -36
  152. package/lib/tag-input/index.js +352 -380
  153. package/lib/time-picker/index.js +9 -13
  154. package/lib/timeline/index.js +15 -21
  155. package/lib/transfer/index.js +40 -56
  156. package/lib/tree/index.js +76 -100
  157. package/lib/upload/index.js +562 -574
  158. package/lib/virtual-render/index.js +43 -55
  159. package/package.json +1 -1
@@ -26,7 +26,15 @@ import "../tag/tag.less";
26
26
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__ from "lodash/debounce";
27
27
  /******/ var __webpack_modules__ = ({
28
28
 
29
- /***/ 1043:
29
+ /***/ 2439:
30
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
31
+
32
+ module.exports = __webpack_require__(2527);
33
+
34
+
35
+ /***/ }),
36
+
37
+ /***/ 7430:
30
38
  /***/ ((module) => {
31
39
 
32
40
  /**
@@ -76,7 +84,296 @@ module.exports = ExecutionEnvironment;
76
84
 
77
85
  /***/ }),
78
86
 
79
- /***/ 2586:
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:
80
377
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
81
378
 
82
379
  /**
@@ -92,7 +389,7 @@ module.exports = ExecutionEnvironment;
92
389
 
93
390
 
94
391
 
95
- var ExecutionEnvironment = __webpack_require__(1043);
392
+ var ExecutionEnvironment = __webpack_require__(7430);
96
393
 
97
394
  var useHasFeature;
98
395
  if (ExecutionEnvironment.canUseDOM) {
@@ -135,34 +432,18 @@ function isEventSupported(eventNameSuffix, capture) {
135
432
 
136
433
  if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
137
434
  // This is the only way to test support for the `wheel` event in IE9+.
138
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
139
- }
140
-
141
- return isSupported;
142
- }
143
-
144
- module.exports = isEventSupported;
145
-
146
-
147
- /***/ }),
148
-
149
- /***/ 4319:
150
- /***/ ((module) => {
151
-
152
- function _typeof(o) {
153
- "@babel/helpers - typeof";
154
-
155
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
156
- return typeof o;
157
- } : function (o) {
158
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
159
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
435
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
436
+ }
437
+
438
+ return isSupported;
160
439
  }
161
- module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
440
+
441
+ module.exports = isEventSupported;
442
+
162
443
 
163
444
  /***/ }),
164
445
 
165
- /***/ 5022:
446
+ /***/ 2527:
166
447
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
167
448
 
168
449
  /**
@@ -179,9 +460,9 @@ module.exports = _typeof, module.exports.__esModule = true, module.exports["defa
179
460
 
180
461
 
181
462
 
182
- var UserAgent_DEPRECATED = __webpack_require__(7416);
463
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
183
464
 
184
- var isEventSupported = __webpack_require__(2586);
465
+ var isEventSupported = __webpack_require__(3541);
185
466
 
186
467
 
187
468
  // Reasonable defaults
@@ -350,32 +631,10 @@ module.exports = normalizeWheel;
350
631
 
351
632
  /***/ }),
352
633
 
353
- /***/ 5799:
354
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
355
-
356
- // TODO(Babel 8): Remove this file.
357
-
358
- var runtime = __webpack_require__(7048)();
359
- module.exports = runtime;
360
-
361
- // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
362
- try {
363
- regeneratorRuntime = runtime;
364
- } catch (accidentalStrictMode) {
365
- if (typeof globalThis === "object") {
366
- globalThis.regeneratorRuntime = runtime;
367
- } else {
368
- Function("r", "regeneratorRuntime = r")(runtime);
369
- }
370
- }
371
-
372
-
373
- /***/ }),
374
-
375
- /***/ 7048:
634
+ /***/ 7609:
376
635
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
377
636
 
378
- var _typeof = (__webpack_require__(4319)["default"]);
637
+ var _typeof = (__webpack_require__(7425)["default"]);
379
638
  function _regeneratorRuntime() {
380
639
  "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
381
640
  module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
@@ -589,392 +848,133 @@ function _regeneratorRuntime() {
589
848
  }), e.keys = function (t) {
590
849
  var e = Object(t),
591
850
  r = [];
592
- for (var n in e) r.push(n);
593
- return r.reverse(), function next() {
594
- for (; r.length;) {
595
- var t = r.pop();
596
- if (t in e) return next.value = t, next.done = !1, next;
597
- }
598
- return next.done = !0, next;
599
- };
600
- }, e.values = values, Context.prototype = {
601
- constructor: Context,
602
- reset: function reset(e) {
603
- if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
604
- },
605
- stop: function stop() {
606
- this.done = !0;
607
- var t = this.tryEntries[0].completion;
608
- if ("throw" === t.type) throw t.arg;
609
- return this.rval;
610
- },
611
- dispatchException: function dispatchException(e) {
612
- if (this.done) throw e;
613
- var r = this;
614
- function handle(n, o) {
615
- return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
616
- }
617
- for (var o = this.tryEntries.length - 1; o >= 0; --o) {
618
- var i = this.tryEntries[o],
619
- a = i.completion;
620
- if ("root" === i.tryLoc) return handle("end");
621
- if (i.tryLoc <= this.prev) {
622
- var c = n.call(i, "catchLoc"),
623
- u = n.call(i, "finallyLoc");
624
- if (c && u) {
625
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
626
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
627
- } else if (c) {
628
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
629
- } else {
630
- if (!u) throw new Error("try statement without catch or finally");
631
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
632
- }
633
- }
634
- }
635
- },
636
- abrupt: function abrupt(t, e) {
637
- for (var r = this.tryEntries.length - 1; r >= 0; --r) {
638
- var o = this.tryEntries[r];
639
- if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
640
- var i = o;
641
- break;
642
- }
643
- }
644
- i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
645
- var a = i ? i.completion : {};
646
- return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
647
- },
648
- complete: function complete(t, e) {
649
- if ("throw" === t.type) throw t.arg;
650
- return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
651
- },
652
- finish: function finish(t) {
653
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
654
- var r = this.tryEntries[e];
655
- if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
656
- }
657
- },
658
- "catch": function _catch(t) {
659
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
660
- var r = this.tryEntries[e];
661
- if (r.tryLoc === t) {
662
- var n = r.completion;
663
- if ("throw" === n.type) {
664
- var o = n.arg;
665
- resetTryEntry(r);
666
- }
667
- return o;
668
- }
669
- }
670
- throw new Error("illegal catch attempt");
671
- },
672
- delegateYield: function delegateYield(e, r, n) {
673
- return this.delegate = {
674
- iterator: values(e),
675
- resultName: r,
676
- nextLoc: n
677
- }, "next" === this.method && (this.arg = t), y;
678
- }
679
- }, e;
680
- }
681
- module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
682
-
683
- /***/ }),
684
-
685
- /***/ 7416:
686
- /***/ ((module) => {
687
-
688
- /**
689
- * Copyright 2004-present Facebook. All Rights Reserved.
690
- *
691
- * @providesModule UserAgent_DEPRECATED
692
- */
693
-
694
- /**
695
- * Provides entirely client-side User Agent and OS detection. You should prefer
696
- * the non-deprecated UserAgent module when possible, which exposes our
697
- * authoritative server-side PHP-based detection to the client.
698
- *
699
- * Usage is straightforward:
700
- *
701
- * if (UserAgent_DEPRECATED.ie()) {
702
- * // IE
703
- * }
704
- *
705
- * You can also do version checks:
706
- *
707
- * if (UserAgent_DEPRECATED.ie() >= 7) {
708
- * // IE7 or better
709
- * }
710
- *
711
- * The browser functions will return NaN if the browser does not match, so
712
- * you can also do version compares the other way:
713
- *
714
- * if (UserAgent_DEPRECATED.ie() < 7) {
715
- * // IE6 or worse
716
- * }
717
- *
718
- * Note that the version is a float and may include a minor version number,
719
- * so you should always use range operators to perform comparisons, not
720
- * strict equality.
721
- *
722
- * **Note:** You should **strongly** prefer capability detection to browser
723
- * version detection where it's reasonable:
724
- *
725
- * http://www.quirksmode.org/js/support.html
726
- *
727
- * Further, we have a large number of mature wrapper functions and classes
728
- * which abstract away many browser irregularities. Check the documentation,
729
- * grep for things, or ask on javascript@lists.facebook.com before writing yet
730
- * another copy of "event || window.event".
731
- *
732
- */
733
-
734
- var _populated = false;
735
-
736
- // Browsers
737
- var _ie, _firefox, _opera, _webkit, _chrome;
738
-
739
- // Actual IE browser for compatibility mode
740
- var _ie_real_version;
741
-
742
- // Platforms
743
- var _osx, _windows, _linux, _android;
744
-
745
- // Architectures
746
- var _win64;
747
-
748
- // Devices
749
- var _iphone, _ipad, _native;
750
-
751
- var _mobile;
752
-
753
- function _populate() {
754
- if (_populated) {
755
- return;
756
- }
757
-
758
- _populated = true;
759
-
760
- // To work around buggy JS libraries that can't handle multi-digit
761
- // version numbers, Opera 10's user agent string claims it's Opera
762
- // 9, then later includes a Version/X.Y field:
763
- //
764
- // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
765
- var uas = navigator.userAgent;
766
- 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);
767
- var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
768
-
769
- _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
770
- _ipad = /\b(iP[ao]d)/.exec(uas);
771
- _android = /Android/i.exec(uas);
772
- _native = /FBAN\/\w+;/i.exec(uas);
773
- _mobile = /Mobile/i.exec(uas);
774
-
775
- // Note that the IE team blog would have you believe you should be checking
776
- // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
777
- // from either x64 or ia64; so ultimately, you should just check for Win64
778
- // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
779
- // Windows will send 'WOW64' instead.
780
- _win64 = !!(/Win64/.exec(uas));
781
-
782
- if (agent) {
783
- _ie = agent[1] ? parseFloat(agent[1]) : (
784
- agent[5] ? parseFloat(agent[5]) : NaN);
785
- // IE compatibility mode
786
- if (_ie && document && document.documentMode) {
787
- _ie = document.documentMode;
788
- }
789
- // grab the "true" ie version from the trident token if available
790
- var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
791
- _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
792
-
793
- _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
794
- _opera = agent[3] ? parseFloat(agent[3]) : NaN;
795
- _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
796
- if (_webkit) {
797
- // We do not add the regexp to the above test, because it will always
798
- // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
799
- // the userAgent string.
800
- agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
801
- _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
802
- } else {
803
- _chrome = NaN;
804
- }
805
- } else {
806
- _ie = _firefox = _opera = _chrome = _webkit = NaN;
807
- }
808
-
809
- if (os) {
810
- if (os[1]) {
811
- // Detect OS X version. If no version number matches, set _osx to true.
812
- // Version examples: 10, 10_6_1, 10.7
813
- // Parses version number as a float, taking only first two sets of
814
- // digits. If only one set of digits is found, returns just the major
815
- // version number.
816
- var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
817
-
818
- _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
819
- } else {
820
- _osx = false;
851
+ for (var n in e) r.push(n);
852
+ return r.reverse(), function next() {
853
+ for (; r.length;) {
854
+ var t = r.pop();
855
+ if (t in e) return next.value = t, next.done = !1, next;
856
+ }
857
+ return next.done = !0, next;
858
+ };
859
+ }, e.values = values, Context.prototype = {
860
+ constructor: Context,
861
+ reset: function reset(e) {
862
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
863
+ },
864
+ stop: function stop() {
865
+ this.done = !0;
866
+ var t = this.tryEntries[0].completion;
867
+ if ("throw" === t.type) throw t.arg;
868
+ return this.rval;
869
+ },
870
+ dispatchException: function dispatchException(e) {
871
+ if (this.done) throw e;
872
+ var r = this;
873
+ function handle(n, o) {
874
+ return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
875
+ }
876
+ for (var o = this.tryEntries.length - 1; o >= 0; --o) {
877
+ var i = this.tryEntries[o],
878
+ a = i.completion;
879
+ if ("root" === i.tryLoc) return handle("end");
880
+ if (i.tryLoc <= this.prev) {
881
+ var c = n.call(i, "catchLoc"),
882
+ u = n.call(i, "finallyLoc");
883
+ if (c && u) {
884
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
885
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
886
+ } else if (c) {
887
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
888
+ } else {
889
+ if (!u) throw new Error("try statement without catch or finally");
890
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
891
+ }
892
+ }
893
+ }
894
+ },
895
+ abrupt: function abrupt(t, e) {
896
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
897
+ var o = this.tryEntries[r];
898
+ if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
899
+ var i = o;
900
+ break;
901
+ }
902
+ }
903
+ i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
904
+ var a = i ? i.completion : {};
905
+ return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
906
+ },
907
+ complete: function complete(t, e) {
908
+ if ("throw" === t.type) throw t.arg;
909
+ return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
910
+ },
911
+ finish: function finish(t) {
912
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
913
+ var r = this.tryEntries[e];
914
+ if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
915
+ }
916
+ },
917
+ "catch": function _catch(t) {
918
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
919
+ var r = this.tryEntries[e];
920
+ if (r.tryLoc === t) {
921
+ var n = r.completion;
922
+ if ("throw" === n.type) {
923
+ var o = n.arg;
924
+ resetTryEntry(r);
925
+ }
926
+ return o;
927
+ }
928
+ }
929
+ throw new Error("illegal catch attempt");
930
+ },
931
+ delegateYield: function delegateYield(e, r, n) {
932
+ return this.delegate = {
933
+ iterator: values(e),
934
+ resultName: r,
935
+ nextLoc: n
936
+ }, "next" === this.method && (this.arg = t), y;
821
937
  }
822
- _windows = !!os[2];
823
- _linux = !!os[3];
824
- } else {
825
- _osx = _windows = _linux = false;
826
- }
938
+ }, e;
827
939
  }
940
+ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
828
941
 
829
- var UserAgent_DEPRECATED = {
830
-
831
- /**
832
- * Check if the UA is Internet Explorer.
833
- *
834
- *
835
- * @return float|NaN Version number (if match) or NaN.
836
- */
837
- ie: function() {
838
- return _populate() || _ie;
839
- },
840
-
841
- /**
842
- * Check if we're in Internet Explorer compatibility mode.
843
- *
844
- * @return bool true if in compatibility mode, false if
845
- * not compatibility mode or not ie
846
- */
847
- ieCompatibilityMode: function() {
848
- return _populate() || (_ie_real_version > _ie);
849
- },
850
-
851
-
852
- /**
853
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
854
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
855
- * this when we don't need it -- tracked by #601957.
856
- */
857
- ie64: function() {
858
- return UserAgent_DEPRECATED.ie() && _win64;
859
- },
860
-
861
- /**
862
- * Check if the UA is Firefox.
863
- *
864
- *
865
- * @return float|NaN Version number (if match) or NaN.
866
- */
867
- firefox: function() {
868
- return _populate() || _firefox;
869
- },
870
-
871
-
872
- /**
873
- * Check if the UA is Opera.
874
- *
875
- *
876
- * @return float|NaN Version number (if match) or NaN.
877
- */
878
- opera: function() {
879
- return _populate() || _opera;
880
- },
881
-
882
-
883
- /**
884
- * Check if the UA is WebKit.
885
- *
886
- *
887
- * @return float|NaN Version number (if match) or NaN.
888
- */
889
- webkit: function() {
890
- return _populate() || _webkit;
891
- },
892
-
893
- /**
894
- * For Push
895
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
896
- */
897
- safari: function() {
898
- return UserAgent_DEPRECATED.webkit();
899
- },
900
-
901
- /**
902
- * Check if the UA is a Chrome browser.
903
- *
904
- *
905
- * @return float|NaN Version number (if match) or NaN.
906
- */
907
- chrome : function() {
908
- return _populate() || _chrome;
909
- },
910
-
911
-
912
- /**
913
- * Check if the user is running Windows.
914
- *
915
- * @return bool `true' if the user's OS is Windows.
916
- */
917
- windows: function() {
918
- return _populate() || _windows;
919
- },
942
+ /***/ }),
920
943
 
944
+ /***/ 7425:
945
+ /***/ ((module) => {
921
946
 
922
- /**
923
- * Check if the user is running Mac OS X.
924
- *
925
- * @return float|bool Returns a float if a version number is detected,
926
- * otherwise true/false.
927
- */
928
- osx: function() {
929
- return _populate() || _osx;
930
- },
947
+ function _typeof(o) {
948
+ "@babel/helpers - typeof";
931
949
 
932
- /**
933
- * Check if the user is running Linux.
934
- *
935
- * @return bool `true' if the user's OS is some flavor of Linux.
936
- */
937
- linux: function() {
938
- return _populate() || _linux;
939
- },
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;
940
957
 
941
- /**
942
- * Check if the user is running on an iPhone or iPod platform.
943
- *
944
- * @return bool `true' if the user is running some flavor of the
945
- * iPhone OS.
946
- */
947
- iphone: function() {
948
- return _populate() || _iphone;
949
- },
958
+ /***/ }),
950
959
 
951
- mobile: function() {
952
- return _populate() || (_iphone || _ipad || _android || _mobile);
953
- },
960
+ /***/ 2841:
961
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
954
962
 
955
- nativeApp: function() {
956
- // webviews inside of the native apps
957
- return _populate() || _native;
958
- },
963
+ // TODO(Babel 8): Remove this file.
959
964
 
960
- android: function() {
961
- return _populate() || _android;
962
- },
965
+ var runtime = __webpack_require__(7609)();
966
+ module.exports = runtime;
963
967
 
964
- ipad: function() {
965
- return _populate() || _ipad;
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;
974
+ } else {
975
+ Function("r", "regeneratorRuntime = r")(runtime);
966
976
  }
967
- };
968
-
969
- module.exports = UserAgent_DEPRECATED;
970
-
971
-
972
- /***/ }),
973
-
974
- /***/ 8283:
975
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
976
-
977
- module.exports = __webpack_require__(5022);
977
+ }
978
978
 
979
979
 
980
980
  /***/ })
@@ -1037,6 +1037,8 @@ module.exports = __webpack_require__(5022);
1037
1037
  /******/
1038
1038
  /************************************************************************/
1039
1039
  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
+ (() => {
1040
1042
 
1041
1043
  // EXPORTS
1042
1044
  __webpack_require__.d(__webpack_exports__, {
@@ -1047,13 +1049,11 @@ __webpack_require__.d(__webpack_exports__, {
1047
1049
  useHover: () => (/* reexport */ useHover)
1048
1050
  });
1049
1051
 
1050
- ;// external "../shared"
1051
- var x = (y) => {
1052
- var x = {}; __webpack_require__.d(x, y); return x
1053
- }
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
- ;// ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
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
1057
1057
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
1058
1058
  try {
1059
1059
  var info = gen[key](arg);
@@ -1085,15 +1085,13 @@ function _asyncToGenerator(fn) {
1085
1085
  };
1086
1086
  }
1087
1087
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/regenerator/index.js
1088
- var regenerator = __webpack_require__(5799);
1088
+ var regenerator = __webpack_require__(2841);
1089
1089
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
1090
- ;// external "vue"
1091
- var external_vue_x = (y) => {
1092
- var x = {}; __webpack_require__.d(x, y); return x
1093
- }
1094
- var external_vue_y = (x) => (() => (x))
1095
- 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) });
1096
- ;// ../../packages/select/src/common.ts
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
1097
1095
 
1098
1096
 
1099
1097
  /*
@@ -1276,7 +1274,7 @@ function isInViewPort(el, client) {
1276
1274
  clientBottom = _client$getBoundingCl.bottom;
1277
1275
  return elTop >= clientTop && elBottom <= clientBottom;
1278
1276
  }
1279
- ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1277
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1280
1278
  function _typeof(o) {
1281
1279
  "@babel/helpers - typeof";
1282
1280
 
@@ -1286,7 +1284,7 @@ function _typeof(o) {
1286
1284
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1287
1285
  }, _typeof(o);
1288
1286
  }
1289
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
1287
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
1290
1288
 
1291
1289
  function toPrimitive(t, r) {
1292
1290
  if ("object" != _typeof(t) || !t) return t;
@@ -1298,14 +1296,14 @@ function toPrimitive(t, r) {
1298
1296
  }
1299
1297
  return ("string" === r ? String : Number)(t);
1300
1298
  }
1301
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1299
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1302
1300
 
1303
1301
 
1304
1302
  function toPropertyKey(t) {
1305
1303
  var i = toPrimitive(t, "string");
1306
1304
  return "symbol" == _typeof(i) ? i : String(i);
1307
1305
  }
1308
- ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1306
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1309
1307
 
1310
1308
  function _defineProperty(obj, key, value) {
1311
1309
  key = toPropertyKey(key);
@@ -1321,37 +1319,27 @@ function _defineProperty(obj, key, value) {
1321
1319
  }
1322
1320
  return obj;
1323
1321
  }
1324
- ;// external "../checkbox"
1325
- var checkbox_x = (y) => {
1326
- var x = {}; __webpack_require__.d(x, y); return x
1327
- }
1328
- var checkbox_y = (x) => (() => (x))
1329
- const checkbox_namespaceObject = checkbox_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"]) });
1330
- ;// external "../checkbox/checkbox.less"
1331
- var checkbox_less_x = (y) => {
1332
- var x = {}; __webpack_require__.d(x, y); return x
1333
- }
1334
- var checkbox_less_y = (x) => (() => (x))
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
1335
1329
  const checkbox_less_namespaceObject = checkbox_less_x({ });
1336
- ;// external "../config-provider"
1337
- var config_provider_x = (y) => {
1338
- var x = {}; __webpack_require__.d(x, y); return x
1339
- }
1340
- var config_provider_y = (x) => (() => (x))
1341
- 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) });
1342
- ;// external "../icon"
1343
- var icon_x = (y) => {
1344
- var x = {}; __webpack_require__.d(x, y); return x
1345
- }
1346
- var icon_y = (x) => (() => (x))
1347
- 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) });
1348
- ;// external "lodash/isEqual"
1349
- var isEqual_x = (y) => {
1350
- var x = {}; __webpack_require__.d(x, y); return x
1351
- }
1352
- var isEqual_y = (x) => (() => (x))
1353
- const isEqual_namespaceObject = isEqual_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isEqual_ce045a54__["default"]) });
1354
- ;// ../../packages/select/src/option.tsx
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
1355
1343
 
1356
1344
 
1357
1345
  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; }
@@ -1536,22 +1524,22 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1536
1524
  }, null)]), [[external_vue_namespaceObject.vShow, this.visible]]);
1537
1525
  }
1538
1526
  }));
1539
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1527
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1540
1528
  function _arrayLikeToArray(arr, len) {
1541
1529
  if (len == null || len > arr.length) len = arr.length;
1542
1530
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1543
1531
  return arr2;
1544
1532
  }
1545
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1533
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1546
1534
 
1547
1535
  function _arrayWithoutHoles(arr) {
1548
1536
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1549
1537
  }
1550
- ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1538
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1551
1539
  function _iterableToArray(iter) {
1552
1540
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1553
1541
  }
1554
- ;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1542
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1555
1543
 
1556
1544
  function _unsupportedIterableToArray(o, minLen) {
1557
1545
  if (!o) return;
@@ -1561,11 +1549,11 @@ function _unsupportedIterableToArray(o, minLen) {
1561
1549
  if (n === "Map" || n === "Set") return Array.from(o);
1562
1550
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
1563
1551
  }
1564
- ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1552
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1565
1553
  function _nonIterableSpread() {
1566
1554
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1567
1555
  }
1568
- ;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1556
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1569
1557
 
1570
1558
 
1571
1559
 
@@ -1573,7 +1561,7 @@ function _nonIterableSpread() {
1573
1561
  function _toConsumableArray(arr) {
1574
1562
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1575
1563
  }
1576
- ;// ../../packages/select/src/optionGroup.tsx
1564
+ ;// CONCATENATED MODULE: ../../packages/select/src/optionGroup.tsx
1577
1565
 
1578
1566
 
1579
1567
 
@@ -1683,7 +1671,7 @@ function optionGroup_objectSpread(e) { for (var r = 1; r < arguments.length; r++
1683
1671
  }, [(_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]]);
1684
1672
  }
1685
1673
  }));
1686
- ;// ../../packages/directives/src/clickoutside.ts
1674
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
1687
1675
  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; } } }; }
1688
1676
  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); }
1689
1677
  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; }
@@ -1809,13 +1797,11 @@ ClickOutside.install = function (app) {
1809
1797
  app.directive('bkTooltips', ClickOutside);
1810
1798
  };
1811
1799
  /* harmony default export */ const clickoutside = (ClickOutside);
1812
- ;// external "../plugin-popover"
1813
- var plugin_popover_x = (y) => {
1814
- var x = {}; __webpack_require__.d(x, y); return x
1815
- }
1816
- var plugin_popover_y = (x) => (() => (x))
1817
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"]) });
1818
- ;// ../../packages/directives/src/ellipsis.ts
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
1819
1805
 
1820
1806
  /*
1821
1807
  * Tencent is pleased to support the open source community by making
@@ -1926,9 +1912,9 @@ var ellipsis = {
1926
1912
  };
1927
1913
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
1928
1914
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
1929
- var normalize_wheel = __webpack_require__(8283);
1915
+ var normalize_wheel = __webpack_require__(2439);
1930
1916
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
1931
- ;// ../../packages/directives/src/mousewheel.ts
1917
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
1932
1918
  /*
1933
1919
  * Tencent is pleased to support the open source community by making
1934
1920
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1970,13 +1956,11 @@ var mousewheel = {
1970
1956
  }
1971
1957
  };
1972
1958
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
1973
- ;// external "@popperjs/core"
1974
- var core_x = (y) => {
1975
- var x = {}; __webpack_require__.d(x, y); return x
1976
- }
1977
- var core_y = (x) => (() => (x))
1978
- const core_namespaceObject = core_x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
1979
- ;// ../../packages/directives/src/tooltips.ts
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
1980
1964
 
1981
1965
 
1982
1966
 
@@ -2268,19 +2252,15 @@ function hide(el) {
2268
2252
  }
2269
2253
  }
2270
2254
  /* harmony default export */ const src_tooltips = (tooltips);
2271
- ;// external "../loading"
2272
- var external_loading_x = (y) => {
2273
- var x = {}; __webpack_require__.d(x, y); return x
2274
- }
2275
- var external_loading_y = (x) => (() => (x))
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
2276
2258
  const external_loading_namespaceObject = external_loading_x({ });
2277
- ;// external "../overflow-title"
2278
- var external_overflow_title_x = (y) => {
2279
- var x = {}; __webpack_require__.d(x, y); return x
2280
- }
2281
- var external_overflow_title_y = (x) => (() => (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
2282
2262
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
2283
- ;// ../../packages/directives/src/index.ts
2263
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
2284
2264
  /*
2285
2265
  * Tencent is pleased to support the open source community by making
2286
2266
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -2313,61 +2293,43 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
2313
2293
 
2314
2294
 
2315
2295
  // export { createInstance as bkEllipsisInstance } from './ellipsis';
2316
- ;// external "../input"
2317
- var input_x = (y) => {
2318
- var x = {}; __webpack_require__.d(x, y); return x
2319
- }
2320
- var input_y = (x) => (() => (x))
2321
- const input_namespaceObject = input_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_input_d525237e__["default"]) });
2322
- ;// external "../input/input.less"
2323
- var input_less_x = (y) => {
2324
- var x = {}; __webpack_require__.d(x, y); return x
2325
- }
2326
- var input_less_y = (x) => (() => (x))
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
2327
2303
  const input_less_namespaceObject = input_less_x({ });
2328
- ;// external "../loading"
2329
- var loading_x = (y) => {
2330
- var x = {}; __webpack_require__.d(x, y); return x
2331
- }
2332
- var loading_y = (x) => (() => (x))
2333
- const loading_namespaceObject = loading_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__["default"]) });
2334
- ;// external "../loading/loading.less"
2335
- var loading_less_x = (y) => {
2336
- var x = {}; __webpack_require__.d(x, y); return x
2337
- }
2338
- var loading_less_y = (x) => (() => (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
2339
2311
  const loading_less_namespaceObject = loading_less_x({ });
2340
- ;// external "../popover"
2341
- var popover_x = (y) => {
2342
- var x = {}; __webpack_require__.d(x, y); return x
2343
- }
2344
- var popover_y = (x) => (() => (x))
2345
- const popover_namespaceObject = popover_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"]) });
2346
- ;// external "../popover/popover.less"
2347
- var popover_less_x = (y) => {
2348
- var x = {}; __webpack_require__.d(x, y); return x
2349
- }
2350
- var popover_less_y = (x) => (() => (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
2351
2319
  const popover_less_namespaceObject = popover_less_x({ });
2352
- ;// external "../virtual-render"
2353
- var virtual_render_x = (y) => {
2354
- var x = {}; __webpack_require__.d(x, y); return x
2355
- }
2356
- var virtual_render_y = (x) => (() => (x))
2357
- const virtual_render_namespaceObject = virtual_render_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_virtual_render_927587a8__["default"]) });
2358
- ;// external "../virtual-render/virtual-render.less"
2359
- var virtual_render_less_x = (y) => {
2360
- var x = {}; __webpack_require__.d(x, y); return x
2361
- }
2362
- var virtual_render_less_y = (x) => (() => (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
2363
2327
  const virtual_render_less_namespaceObject = virtual_render_less_x({ });
2364
- ;// external "lodash/merge"
2365
- var merge_x = (y) => {
2366
- var x = {}; __webpack_require__.d(x, y); return x
2367
- }
2368
- var merge_y = (x) => (() => (x))
2369
- const merge_namespaceObject = merge_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_merge_cf99375a__["default"]) });
2370
- ;// ../../packages/select/src/pinyin/dict.js
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
2371
2333
  /*
2372
2334
  * Tencent is pleased to support the open source community by making
2373
2335
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3265,7 +3227,7 @@ const EXCEPTIONS = {
3265
3227
  EXCEPTIONS,
3266
3228
  });
3267
3229
 
3268
- ;// ../../packages/select/src/pinyin/core.js
3230
+ ;// CONCATENATED MODULE: ../../packages/select/src/pinyin/core.js
3269
3231
  /*
3270
3232
  * Tencent is pleased to support the open source community by making
3271
3233
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3432,7 +3394,7 @@ function parse(str) {
3432
3394
  },
3433
3395
  });
3434
3396
 
3435
- ;// ../../packages/select/src/pinyin/patchers/56l.js
3397
+ ;// CONCATENATED MODULE: ../../packages/select/src/pinyin/patchers/56l.js
3436
3398
  /*
3437
3399
  * Tencent is pleased to support the open source community by making
3438
3400
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3525,7 +3487,7 @@ function shouldPatch(toToken) {
3525
3487
  shouldPatch,
3526
3488
  });
3527
3489
 
3528
- ;// ../../packages/select/src/pinyin/index.js
3490
+ ;// CONCATENATED MODULE: ../../packages/select/src/pinyin/index.js
3529
3491
  /*
3530
3492
  * Tencent is pleased to support the open source community by making
3531
3493
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3565,31 +3527,23 @@ if (core.isSupported() && _56l.shouldPatch(core.genToken)) {
3565
3527
 
3566
3528
  /* harmony default export */ const pinyin = (core);
3567
3529
 
3568
- ;// external "../overflow-title"
3569
- var overflow_title_x = (y) => {
3570
- var x = {}; __webpack_require__.d(x, y); return x
3571
- }
3572
- var overflow_title_y = (x) => (() => (x))
3573
- const overflow_title_namespaceObject = overflow_title_x({ ["OverflowTitle"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_overflow_title_051a85a5__.OverflowTitle) });
3574
- ;// external "../tag"
3575
- var tag_x = (y) => {
3576
- var x = {}; __webpack_require__.d(x, y); return x
3577
- }
3578
- var tag_y = (x) => (() => (x))
3579
- const tag_namespaceObject = tag_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_d74826be__["default"]) });
3580
- ;// external "../tag/tag.less"
3581
- var tag_less_x = (y) => {
3582
- var x = {}; __webpack_require__.d(x, y); return x
3583
- }
3584
- var tag_less_y = (x) => (() => (x))
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
3585
3541
  const tag_less_namespaceObject = tag_less_x({ });
3586
- ;// external "lodash/debounce"
3587
- var debounce_x = (y) => {
3588
- var x = {}; __webpack_require__.d(x, y); return x
3589
- }
3590
- var debounce_y = (x) => (() => (x))
3591
- const debounce_namespaceObject = debounce_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"]) });
3592
- ;// ../../packages/select/src/selectTagInput.tsx
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
3593
3547
 
3594
3548
 
3595
3549
  /*
@@ -3840,7 +3794,7 @@ const debounce_namespaceObject = debounce_x({ ["default"]: () => (__WEBPACK_EXTE
3840
3794
  }, 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)]);
3841
3795
  }
3842
3796
  }));
3843
- ;// ../../packages/select/src/select.tsx
3797
+ ;// CONCATENATED MODULE: ../../packages/select/src/select.tsx
3844
3798
 
3845
3799
 
3846
3800
 
@@ -5037,7 +4991,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
5037
4991
  })]);
5038
4992
  }
5039
4993
  }));
5040
- ;// ../../packages/select/src/index.ts
4994
+ ;// CONCATENATED MODULE: ../../packages/select/src/index.ts
5041
4995
  /*
5042
4996
  * Tencent is pleased to support the open source community by making
5043
4997
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -5074,6 +5028,8 @@ var BkSelect = (0,shared_namespaceObject.withInstallProps)(src_select, {
5074
5028
  });
5075
5029
  /* harmony default export */ const src = (BkSelect);
5076
5030
 
5031
+ })();
5032
+
5077
5033
  var __webpack_exports__BkOption = __webpack_exports__.BkOption;
5078
5034
  var __webpack_exports__BkOptionGroup = __webpack_exports__.BkOptionGroup;
5079
5035
  var __webpack_exports__BkSelect = __webpack_exports__.BkSelect;