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

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
@@ -7,24 +7,15 @@ import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
8
8
  /******/ var __webpack_modules__ = ({
9
9
 
10
- /***/ 205:
11
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
10
+ /***/ 2439:
11
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
12
12
 
13
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
14
- /* harmony export */ "default": () => (/* binding */ toPropertyKey)
15
- /* harmony export */ });
16
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7545);
17
- /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9824);
13
+ module.exports = __webpack_require__(2527);
18
14
 
19
15
 
20
- function toPropertyKey(t) {
21
- var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
22
- return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
23
- }
24
-
25
16
  /***/ }),
26
17
 
27
- /***/ 1043:
18
+ /***/ 7430:
28
19
  /***/ ((module) => {
29
20
 
30
21
  /**
@@ -74,7 +65,296 @@ module.exports = ExecutionEnvironment;
74
65
 
75
66
  /***/ }),
76
67
 
77
- /***/ 2586:
68
+ /***/ 6377:
69
+ /***/ ((module) => {
70
+
71
+ /**
72
+ * Copyright 2004-present Facebook. All Rights Reserved.
73
+ *
74
+ * @providesModule UserAgent_DEPRECATED
75
+ */
76
+
77
+ /**
78
+ * Provides entirely client-side User Agent and OS detection. You should prefer
79
+ * the non-deprecated UserAgent module when possible, which exposes our
80
+ * authoritative server-side PHP-based detection to the client.
81
+ *
82
+ * Usage is straightforward:
83
+ *
84
+ * if (UserAgent_DEPRECATED.ie()) {
85
+ * // IE
86
+ * }
87
+ *
88
+ * You can also do version checks:
89
+ *
90
+ * if (UserAgent_DEPRECATED.ie() >= 7) {
91
+ * // IE7 or better
92
+ * }
93
+ *
94
+ * The browser functions will return NaN if the browser does not match, so
95
+ * you can also do version compares the other way:
96
+ *
97
+ * if (UserAgent_DEPRECATED.ie() < 7) {
98
+ * // IE6 or worse
99
+ * }
100
+ *
101
+ * Note that the version is a float and may include a minor version number,
102
+ * so you should always use range operators to perform comparisons, not
103
+ * strict equality.
104
+ *
105
+ * **Note:** You should **strongly** prefer capability detection to browser
106
+ * version detection where it's reasonable:
107
+ *
108
+ * http://www.quirksmode.org/js/support.html
109
+ *
110
+ * Further, we have a large number of mature wrapper functions and classes
111
+ * which abstract away many browser irregularities. Check the documentation,
112
+ * grep for things, or ask on javascript@lists.facebook.com before writing yet
113
+ * another copy of "event || window.event".
114
+ *
115
+ */
116
+
117
+ var _populated = false;
118
+
119
+ // Browsers
120
+ var _ie, _firefox, _opera, _webkit, _chrome;
121
+
122
+ // Actual IE browser for compatibility mode
123
+ var _ie_real_version;
124
+
125
+ // Platforms
126
+ var _osx, _windows, _linux, _android;
127
+
128
+ // Architectures
129
+ var _win64;
130
+
131
+ // Devices
132
+ var _iphone, _ipad, _native;
133
+
134
+ var _mobile;
135
+
136
+ function _populate() {
137
+ if (_populated) {
138
+ return;
139
+ }
140
+
141
+ _populated = true;
142
+
143
+ // To work around buggy JS libraries that can't handle multi-digit
144
+ // version numbers, Opera 10's user agent string claims it's Opera
145
+ // 9, then later includes a Version/X.Y field:
146
+ //
147
+ // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
148
+ var uas = navigator.userAgent;
149
+ 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);
150
+ var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
151
+
152
+ _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
153
+ _ipad = /\b(iP[ao]d)/.exec(uas);
154
+ _android = /Android/i.exec(uas);
155
+ _native = /FBAN\/\w+;/i.exec(uas);
156
+ _mobile = /Mobile/i.exec(uas);
157
+
158
+ // Note that the IE team blog would have you believe you should be checking
159
+ // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
160
+ // from either x64 or ia64; so ultimately, you should just check for Win64
161
+ // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
162
+ // Windows will send 'WOW64' instead.
163
+ _win64 = !!(/Win64/.exec(uas));
164
+
165
+ if (agent) {
166
+ _ie = agent[1] ? parseFloat(agent[1]) : (
167
+ agent[5] ? parseFloat(agent[5]) : NaN);
168
+ // IE compatibility mode
169
+ if (_ie && document && document.documentMode) {
170
+ _ie = document.documentMode;
171
+ }
172
+ // grab the "true" ie version from the trident token if available
173
+ var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
174
+ _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
175
+
176
+ _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
177
+ _opera = agent[3] ? parseFloat(agent[3]) : NaN;
178
+ _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
179
+ if (_webkit) {
180
+ // We do not add the regexp to the above test, because it will always
181
+ // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
182
+ // the userAgent string.
183
+ agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
184
+ _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
185
+ } else {
186
+ _chrome = NaN;
187
+ }
188
+ } else {
189
+ _ie = _firefox = _opera = _chrome = _webkit = NaN;
190
+ }
191
+
192
+ if (os) {
193
+ if (os[1]) {
194
+ // Detect OS X version. If no version number matches, set _osx to true.
195
+ // Version examples: 10, 10_6_1, 10.7
196
+ // Parses version number as a float, taking only first two sets of
197
+ // digits. If only one set of digits is found, returns just the major
198
+ // version number.
199
+ var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
200
+
201
+ _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
202
+ } else {
203
+ _osx = false;
204
+ }
205
+ _windows = !!os[2];
206
+ _linux = !!os[3];
207
+ } else {
208
+ _osx = _windows = _linux = false;
209
+ }
210
+ }
211
+
212
+ var UserAgent_DEPRECATED = {
213
+
214
+ /**
215
+ * Check if the UA is Internet Explorer.
216
+ *
217
+ *
218
+ * @return float|NaN Version number (if match) or NaN.
219
+ */
220
+ ie: function() {
221
+ return _populate() || _ie;
222
+ },
223
+
224
+ /**
225
+ * Check if we're in Internet Explorer compatibility mode.
226
+ *
227
+ * @return bool true if in compatibility mode, false if
228
+ * not compatibility mode or not ie
229
+ */
230
+ ieCompatibilityMode: function() {
231
+ return _populate() || (_ie_real_version > _ie);
232
+ },
233
+
234
+
235
+ /**
236
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
237
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
238
+ * this when we don't need it -- tracked by #601957.
239
+ */
240
+ ie64: function() {
241
+ return UserAgent_DEPRECATED.ie() && _win64;
242
+ },
243
+
244
+ /**
245
+ * Check if the UA is Firefox.
246
+ *
247
+ *
248
+ * @return float|NaN Version number (if match) or NaN.
249
+ */
250
+ firefox: function() {
251
+ return _populate() || _firefox;
252
+ },
253
+
254
+
255
+ /**
256
+ * Check if the UA is Opera.
257
+ *
258
+ *
259
+ * @return float|NaN Version number (if match) or NaN.
260
+ */
261
+ opera: function() {
262
+ return _populate() || _opera;
263
+ },
264
+
265
+
266
+ /**
267
+ * Check if the UA is WebKit.
268
+ *
269
+ *
270
+ * @return float|NaN Version number (if match) or NaN.
271
+ */
272
+ webkit: function() {
273
+ return _populate() || _webkit;
274
+ },
275
+
276
+ /**
277
+ * For Push
278
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
279
+ */
280
+ safari: function() {
281
+ return UserAgent_DEPRECATED.webkit();
282
+ },
283
+
284
+ /**
285
+ * Check if the UA is a Chrome browser.
286
+ *
287
+ *
288
+ * @return float|NaN Version number (if match) or NaN.
289
+ */
290
+ chrome : function() {
291
+ return _populate() || _chrome;
292
+ },
293
+
294
+
295
+ /**
296
+ * Check if the user is running Windows.
297
+ *
298
+ * @return bool `true' if the user's OS is Windows.
299
+ */
300
+ windows: function() {
301
+ return _populate() || _windows;
302
+ },
303
+
304
+
305
+ /**
306
+ * Check if the user is running Mac OS X.
307
+ *
308
+ * @return float|bool Returns a float if a version number is detected,
309
+ * otherwise true/false.
310
+ */
311
+ osx: function() {
312
+ return _populate() || _osx;
313
+ },
314
+
315
+ /**
316
+ * Check if the user is running Linux.
317
+ *
318
+ * @return bool `true' if the user's OS is some flavor of Linux.
319
+ */
320
+ linux: function() {
321
+ return _populate() || _linux;
322
+ },
323
+
324
+ /**
325
+ * Check if the user is running on an iPhone or iPod platform.
326
+ *
327
+ * @return bool `true' if the user is running some flavor of the
328
+ * iPhone OS.
329
+ */
330
+ iphone: function() {
331
+ return _populate() || _iphone;
332
+ },
333
+
334
+ mobile: function() {
335
+ return _populate() || (_iphone || _ipad || _android || _mobile);
336
+ },
337
+
338
+ nativeApp: function() {
339
+ // webviews inside of the native apps
340
+ return _populate() || _native;
341
+ },
342
+
343
+ android: function() {
344
+ return _populate() || _android;
345
+ },
346
+
347
+ ipad: function() {
348
+ return _populate() || _ipad;
349
+ }
350
+ };
351
+
352
+ module.exports = UserAgent_DEPRECATED;
353
+
354
+
355
+ /***/ }),
356
+
357
+ /***/ 3541:
78
358
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
79
359
 
80
360
  /**
@@ -90,7 +370,7 @@ module.exports = ExecutionEnvironment;
90
370
 
91
371
 
92
372
 
93
- var ExecutionEnvironment = __webpack_require__(1043);
373
+ var ExecutionEnvironment = __webpack_require__(7430);
94
374
 
95
375
  var useHasFeature;
96
376
  if (ExecutionEnvironment.canUseDOM) {
@@ -144,70 +424,7 @@ module.exports = isEventSupported;
144
424
 
145
425
  /***/ }),
146
426
 
147
- /***/ 2880:
148
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
149
-
150
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
151
- /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
152
- /* harmony export */ });
153
- function _nonIterableSpread() {
154
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
155
- }
156
-
157
- /***/ }),
158
-
159
- /***/ 3492:
160
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
161
-
162
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
163
- /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
164
- /* harmony export */ });
165
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
166
-
167
- function _arrayWithoutHoles(arr) {
168
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
169
- }
170
-
171
- /***/ }),
172
-
173
- /***/ 4430:
174
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
175
-
176
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
177
- /* harmony export */ "default": () => (/* binding */ _iterableToArray)
178
- /* harmony export */ });
179
- function _iterableToArray(iter) {
180
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
181
- }
182
-
183
- /***/ }),
184
-
185
- /***/ 4586:
186
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
187
-
188
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
189
- /* harmony export */ "default": () => (/* binding */ _defineProperty)
190
- /* harmony export */ });
191
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
192
-
193
- function _defineProperty(obj, key, value) {
194
- key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
195
- if (key in obj) {
196
- Object.defineProperty(obj, key, {
197
- value: value,
198
- enumerable: true,
199
- configurable: true,
200
- writable: true
201
- });
202
- } else {
203
- obj[key] = value;
204
- }
205
- return obj;
206
- }
207
-
208
- /***/ }),
209
-
210
- /***/ 5022:
427
+ /***/ 2527:
211
428
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
212
429
 
213
430
  /**
@@ -224,9 +441,9 @@ function _defineProperty(obj, key, value) {
224
441
 
225
442
 
226
443
 
227
- var UserAgent_DEPRECATED = __webpack_require__(7416);
444
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
228
445
 
229
- var isEventSupported = __webpack_require__(2586);
446
+ var isEventSupported = __webpack_require__(3541);
230
447
 
231
448
 
232
449
  // Reasonable defaults
@@ -395,49 +612,25 @@ module.exports = normalizeWheel;
395
612
 
396
613
  /***/ }),
397
614
 
398
- /***/ 5153:
399
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
400
-
401
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
402
- /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
403
- /* harmony export */ });
404
- /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3492);
405
- /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4430);
406
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7985);
407
- /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2880);
408
-
409
-
410
-
411
-
412
- function _toConsumableArray(arr) {
413
- return (0,_arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr) || (0,_iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__["default"])(arr) || (0,_unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__["default"])(arr) || (0,_nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__["default"])();
414
- }
415
-
416
- /***/ }),
417
-
418
- /***/ 5166:
615
+ /***/ 9253:
419
616
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
420
617
 
421
- var x = (y) => {
422
- var x = {}; __webpack_require__.d(x, y); return x
423
- }
424
- var y = (x) => (() => (x))
425
- module.exports = x({ ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName) });
618
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
619
+ var y = x => () => x
620
+ module.exports = x({ ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName });
426
621
 
427
622
  /***/ }),
428
623
 
429
- /***/ 5286:
624
+ /***/ 6609:
430
625
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
431
626
 
432
- var x = (y) => {
433
- var x = {}; __webpack_require__.d(x, y); return x
434
- }
435
- var y = (x) => (() => (x))
436
- module.exports = x({ ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render) });
627
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
628
+ var y = x => () => x
629
+ module.exports = x({ ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render });
437
630
 
438
631
  /***/ }),
439
632
 
440
- /***/ 6284:
633
+ /***/ 926:
441
634
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
442
635
 
443
636
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -451,296 +644,128 @@ function _arrayLikeToArray(arr, len) {
451
644
 
452
645
  /***/ }),
453
646
 
454
- /***/ 7416:
455
- /***/ ((module) => {
456
-
457
- /**
458
- * Copyright 2004-present Facebook. All Rights Reserved.
459
- *
460
- * @providesModule UserAgent_DEPRECATED
461
- */
462
-
463
- /**
464
- * Provides entirely client-side User Agent and OS detection. You should prefer
465
- * the non-deprecated UserAgent module when possible, which exposes our
466
- * authoritative server-side PHP-based detection to the client.
467
- *
468
- * Usage is straightforward:
469
- *
470
- * if (UserAgent_DEPRECATED.ie()) {
471
- * // IE
472
- * }
473
- *
474
- * You can also do version checks:
475
- *
476
- * if (UserAgent_DEPRECATED.ie() >= 7) {
477
- * // IE7 or better
478
- * }
479
- *
480
- * The browser functions will return NaN if the browser does not match, so
481
- * you can also do version compares the other way:
482
- *
483
- * if (UserAgent_DEPRECATED.ie() < 7) {
484
- * // IE6 or worse
485
- * }
486
- *
487
- * Note that the version is a float and may include a minor version number,
488
- * so you should always use range operators to perform comparisons, not
489
- * strict equality.
490
- *
491
- * **Note:** You should **strongly** prefer capability detection to browser
492
- * version detection where it's reasonable:
493
- *
494
- * http://www.quirksmode.org/js/support.html
495
- *
496
- * Further, we have a large number of mature wrapper functions and classes
497
- * which abstract away many browser irregularities. Check the documentation,
498
- * grep for things, or ask on javascript@lists.facebook.com before writing yet
499
- * another copy of "event || window.event".
500
- *
501
- */
502
-
503
- var _populated = false;
504
-
505
- // Browsers
506
- var _ie, _firefox, _opera, _webkit, _chrome;
507
-
508
- // Actual IE browser for compatibility mode
509
- var _ie_real_version;
510
-
511
- // Platforms
512
- var _osx, _windows, _linux, _android;
513
-
514
- // Architectures
515
- var _win64;
516
-
517
- // Devices
518
- var _iphone, _ipad, _native;
519
-
520
- var _mobile;
521
-
522
- function _populate() {
523
- if (_populated) {
524
- return;
525
- }
526
-
527
- _populated = true;
528
-
529
- // To work around buggy JS libraries that can't handle multi-digit
530
- // version numbers, Opera 10's user agent string claims it's Opera
531
- // 9, then later includes a Version/X.Y field:
532
- //
533
- // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
534
- var uas = navigator.userAgent;
535
- 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);
536
- var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
537
-
538
- _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
539
- _ipad = /\b(iP[ao]d)/.exec(uas);
540
- _android = /Android/i.exec(uas);
541
- _native = /FBAN\/\w+;/i.exec(uas);
542
- _mobile = /Mobile/i.exec(uas);
647
+ /***/ 74:
648
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
543
649
 
544
- // Note that the IE team blog would have you believe you should be checking
545
- // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
546
- // from either x64 or ia64; so ultimately, you should just check for Win64
547
- // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
548
- // Windows will send 'WOW64' instead.
549
- _win64 = !!(/Win64/.exec(uas));
650
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
651
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
652
+ /* harmony export */ });
653
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
550
654
 
551
- if (agent) {
552
- _ie = agent[1] ? parseFloat(agent[1]) : (
553
- agent[5] ? parseFloat(agent[5]) : NaN);
554
- // IE compatibility mode
555
- if (_ie && document && document.documentMode) {
556
- _ie = document.documentMode;
557
- }
558
- // grab the "true" ie version from the trident token if available
559
- var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
560
- _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
655
+ function _arrayWithoutHoles(arr) {
656
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
657
+ }
561
658
 
562
- _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
563
- _opera = agent[3] ? parseFloat(agent[3]) : NaN;
564
- _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
565
- if (_webkit) {
566
- // We do not add the regexp to the above test, because it will always
567
- // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
568
- // the userAgent string.
569
- agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
570
- _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
571
- } else {
572
- _chrome = NaN;
573
- }
574
- } else {
575
- _ie = _firefox = _opera = _chrome = _webkit = NaN;
576
- }
659
+ /***/ }),
577
660
 
578
- if (os) {
579
- if (os[1]) {
580
- // Detect OS X version. If no version number matches, set _osx to true.
581
- // Version examples: 10, 10_6_1, 10.7
582
- // Parses version number as a float, taking only first two sets of
583
- // digits. If only one set of digits is found, returns just the major
584
- // version number.
585
- var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
661
+ /***/ 6666:
662
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
586
663
 
587
- _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
588
- } else {
589
- _osx = false;
590
- }
591
- _windows = !!os[2];
592
- _linux = !!os[3];
664
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
665
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
666
+ /* harmony export */ });
667
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
668
+
669
+ function _defineProperty(obj, key, value) {
670
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
671
+ if (key in obj) {
672
+ Object.defineProperty(obj, key, {
673
+ value: value,
674
+ enumerable: true,
675
+ configurable: true,
676
+ writable: true
677
+ });
593
678
  } else {
594
- _osx = _windows = _linux = false;
679
+ obj[key] = value;
595
680
  }
681
+ return obj;
596
682
  }
597
683
 
598
- var UserAgent_DEPRECATED = {
599
-
600
- /**
601
- * Check if the UA is Internet Explorer.
602
- *
603
- *
604
- * @return float|NaN Version number (if match) or NaN.
605
- */
606
- ie: function() {
607
- return _populate() || _ie;
608
- },
609
-
610
- /**
611
- * Check if we're in Internet Explorer compatibility mode.
612
- *
613
- * @return bool true if in compatibility mode, false if
614
- * not compatibility mode or not ie
615
- */
616
- ieCompatibilityMode: function() {
617
- return _populate() || (_ie_real_version > _ie);
618
- },
684
+ /***/ }),
619
685
 
686
+ /***/ 1079:
687
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
620
688
 
621
- /**
622
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
623
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
624
- * this when we don't need it -- tracked by #601957.
625
- */
626
- ie64: function() {
627
- return UserAgent_DEPRECATED.ie() && _win64;
628
- },
689
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
690
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
691
+ /* harmony export */ });
692
+ function _iterableToArray(iter) {
693
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
694
+ }
629
695
 
630
- /**
631
- * Check if the UA is Firefox.
632
- *
633
- *
634
- * @return float|NaN Version number (if match) or NaN.
635
- */
636
- firefox: function() {
637
- return _populate() || _firefox;
638
- },
696
+ /***/ }),
639
697
 
698
+ /***/ 6098:
699
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
640
700
 
641
- /**
642
- * Check if the UA is Opera.
643
- *
644
- *
645
- * @return float|NaN Version number (if match) or NaN.
646
- */
647
- opera: function() {
648
- return _populate() || _opera;
649
- },
701
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
702
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
703
+ /* harmony export */ });
704
+ function _nonIterableSpread() {
705
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
706
+ }
650
707
 
708
+ /***/ }),
651
709
 
652
- /**
653
- * Check if the UA is WebKit.
654
- *
655
- *
656
- * @return float|NaN Version number (if match) or NaN.
657
- */
658
- webkit: function() {
659
- return _populate() || _webkit;
660
- },
710
+ /***/ 7930:
711
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
661
712
 
662
- /**
663
- * For Push
664
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
665
- */
666
- safari: function() {
667
- return UserAgent_DEPRECATED.webkit();
668
- },
713
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
714
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
715
+ /* harmony export */ });
716
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
717
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
718
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
719
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
669
720
 
670
- /**
671
- * Check if the UA is a Chrome browser.
672
- *
673
- *
674
- * @return float|NaN Version number (if match) or NaN.
675
- */
676
- chrome : function() {
677
- return _populate() || _chrome;
678
- },
679
721
 
680
722
 
681
- /**
682
- * Check if the user is running Windows.
683
- *
684
- * @return bool `true' if the user's OS is Windows.
685
- */
686
- windows: function() {
687
- return _populate() || _windows;
688
- },
689
723
 
724
+ function _toConsumableArray(arr) {
725
+ return (0,_arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr) || (0,_iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__["default"])(arr) || (0,_unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__["default"])(arr) || (0,_nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__["default"])();
726
+ }
690
727
 
691
- /**
692
- * Check if the user is running Mac OS X.
693
- *
694
- * @return float|bool Returns a float if a version number is detected,
695
- * otherwise true/false.
696
- */
697
- osx: function() {
698
- return _populate() || _osx;
699
- },
728
+ /***/ }),
700
729
 
701
- /**
702
- * Check if the user is running Linux.
703
- *
704
- * @return bool `true' if the user's OS is some flavor of Linux.
705
- */
706
- linux: function() {
707
- return _populate() || _linux;
708
- },
730
+ /***/ 9745:
731
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
709
732
 
710
- /**
711
- * Check if the user is running on an iPhone or iPod platform.
712
- *
713
- * @return bool `true' if the user is running some flavor of the
714
- * iPhone OS.
715
- */
716
- iphone: function() {
717
- return _populate() || _iphone;
718
- },
733
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
734
+ /* harmony export */ "default": () => (/* binding */ toPrimitive)
735
+ /* harmony export */ });
736
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
719
737
 
720
- mobile: function() {
721
- return _populate() || (_iphone || _ipad || _android || _mobile);
722
- },
738
+ function toPrimitive(t, r) {
739
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
740
+ var e = t[Symbol.toPrimitive];
741
+ if (void 0 !== e) {
742
+ var i = e.call(t, r || "default");
743
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
744
+ throw new TypeError("@@toPrimitive must return a primitive value.");
745
+ }
746
+ return ("string" === r ? String : Number)(t);
747
+ }
723
748
 
724
- nativeApp: function() {
725
- // webviews inside of the native apps
726
- return _populate() || _native;
727
- },
749
+ /***/ }),
728
750
 
729
- android: function() {
730
- return _populate() || _android;
731
- },
751
+ /***/ 3795:
752
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
732
753
 
733
- ipad: function() {
734
- return _populate() || _ipad;
735
- }
736
- };
754
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
755
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
756
+ /* harmony export */ });
757
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
758
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
737
759
 
738
- module.exports = UserAgent_DEPRECATED;
739
760
 
761
+ function toPropertyKey(t) {
762
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
763
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
764
+ }
740
765
 
741
766
  /***/ }),
742
767
 
743
- /***/ 7545:
768
+ /***/ 6522:
744
769
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
745
770
 
746
771
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -758,13 +783,13 @@ function _typeof(o) {
758
783
 
759
784
  /***/ }),
760
785
 
761
- /***/ 7985:
786
+ /***/ 9147:
762
787
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
763
788
 
764
789
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
765
790
  /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
766
791
  /* harmony export */ });
767
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
792
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
768
793
 
769
794
  function _unsupportedIterableToArray(o, minLen) {
770
795
  if (!o) return;
@@ -775,35 +800,6 @@ function _unsupportedIterableToArray(o, minLen) {
775
800
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
776
801
  }
777
802
 
778
- /***/ }),
779
-
780
- /***/ 8283:
781
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
782
-
783
- module.exports = __webpack_require__(5022);
784
-
785
-
786
- /***/ }),
787
-
788
- /***/ 9824:
789
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
790
-
791
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
792
- /* harmony export */ "default": () => (/* binding */ toPrimitive)
793
- /* harmony export */ });
794
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
795
-
796
- function toPrimitive(t, r) {
797
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
798
- var e = t[Symbol.toPrimitive];
799
- if (void 0 !== e) {
800
- var i = e.call(t, r || "default");
801
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
802
- throw new TypeError("@@toPrimitive must return a primitive value.");
803
- }
804
- return ("string" === r ? String : Number)(t);
805
- }
806
-
807
803
  /***/ })
808
804
 
809
805
  /******/ });
@@ -864,6 +860,8 @@ function toPrimitive(t, r) {
864
860
  /******/
865
861
  /************************************************************************/
866
862
  var __webpack_exports__ = {};
863
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
864
+ (() => {
867
865
 
868
866
  // EXPORTS
869
867
  __webpack_require__.d(__webpack_exports__, {
@@ -876,7 +874,7 @@ __webpack_require__.d(__webpack_exports__, {
876
874
  overflowTitle: () => (/* reexport */ external_overflow_title_namespaceObject.overflowTitle)
877
875
  });
878
876
 
879
- ;// ../../packages/directives/src/clickoutside.ts
877
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
880
878
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _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; } } }; }
881
879
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _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 _arrayLikeToArray(o, minLen); }
882
880
  function _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; }
@@ -1003,14 +1001,12 @@ ClickOutside.install = function (app) {
1003
1001
  };
1004
1002
  /* harmony default export */ const clickoutside = (ClickOutside);
1005
1003
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1006
- var esm_typeof = __webpack_require__(7545);
1007
- ;// external "../plugin-popover"
1008
- var x = (y) => {
1009
- var x = {}; __webpack_require__.d(x, y); return x
1010
- }
1011
- var y = (x) => (() => (x))
1012
- const plugin_popover_namespaceObject = x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"]) });
1013
- ;// ../../packages/directives/src/ellipsis.ts
1004
+ var esm_typeof = __webpack_require__(6522);
1005
+ ;// CONCATENATED MODULE: external "../plugin-popover"
1006
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1007
+ var y = x => () => x
1008
+ const plugin_popover_namespaceObject = x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
1009
+ ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1014
1010
 
1015
1011
  /*
1016
1012
  * Tencent is pleased to support the open source community by making
@@ -1121,9 +1117,9 @@ var ellipsis = {
1121
1117
  };
1122
1118
  /* harmony default export */ const src_ellipsis = (ellipsis);
1123
1119
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
1124
- var normalize_wheel = __webpack_require__(8283);
1120
+ var normalize_wheel = __webpack_require__(2439);
1125
1121
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
1126
- ;// ../../packages/directives/src/mousewheel.ts
1122
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
1127
1123
  /*
1128
1124
  * Tencent is pleased to support the open source community by making
1129
1125
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1166,20 +1162,18 @@ var mousewheel = {
1166
1162
  };
1167
1163
  /* harmony default export */ const src_mousewheel = (mousewheel);
1168
1164
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1169
- var defineProperty = __webpack_require__(4586);
1165
+ var defineProperty = __webpack_require__(6666);
1170
1166
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1171
- var toConsumableArray = __webpack_require__(5153);
1167
+ var toConsumableArray = __webpack_require__(7930);
1172
1168
  // EXTERNAL MODULE: external "vue"
1173
- var external_vue_ = __webpack_require__(5286);
1169
+ var external_vue_ = __webpack_require__(6609);
1174
1170
  // EXTERNAL MODULE: external "../shared"
1175
- var shared_ = __webpack_require__(5166);
1176
- ;// external "@popperjs/core"
1177
- var core_x = (y) => {
1178
- var x = {}; __webpack_require__.d(x, y); return x
1179
- }
1180
- var core_y = (x) => (() => (x))
1181
- const core_namespaceObject = core_x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
1182
- ;// ../../packages/directives/src/tooltips.ts
1171
+ var shared_ = __webpack_require__(9253);
1172
+ ;// CONCATENATED MODULE: external "@popperjs/core"
1173
+ var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1174
+ var core_y = x => () => x
1175
+ const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
1176
+ ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
1183
1177
 
1184
1178
 
1185
1179
 
@@ -1471,19 +1465,15 @@ function hide(el) {
1471
1465
  }
1472
1466
  }
1473
1467
  /* harmony default export */ const src_tooltips = (tooltips);
1474
- ;// external "../loading"
1475
- var external_loading_x = (y) => {
1476
- var x = {}; __webpack_require__.d(x, y); return x
1477
- }
1478
- var external_loading_y = (x) => (() => (x))
1479
- const external_loading_namespaceObject = external_loading_x({ ["vBkloading"]: () => (__WEBPACK_EXTERNAL_MODULE__loading_4d683b23__.vBkloading) });
1480
- ;// external "../overflow-title"
1481
- var external_overflow_title_x = (y) => {
1482
- var x = {}; __webpack_require__.d(x, y); return x
1483
- }
1484
- var external_overflow_title_y = (x) => (() => (x))
1485
- const external_overflow_title_namespaceObject = external_overflow_title_x({ ["overflowTitle"]: () => (__WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__.overflowTitle) });
1486
- ;// ../../packages/directives/src/index.ts
1468
+ ;// CONCATENATED MODULE: external "../loading"
1469
+ var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1470
+ var external_loading_y = x => () => x
1471
+ const external_loading_namespaceObject = external_loading_x({ ["vBkloading"]: () => __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__.vBkloading });
1472
+ ;// CONCATENATED MODULE: external "../overflow-title"
1473
+ var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1474
+ var external_overflow_title_y = x => () => x
1475
+ const external_overflow_title_namespaceObject = external_overflow_title_x({ ["overflowTitle"]: () => __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__.overflowTitle });
1476
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
1487
1477
  /*
1488
1478
  * Tencent is pleased to support the open source community by making
1489
1479
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1516,6 +1506,8 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ ["ov
1516
1506
 
1517
1507
 
1518
1508
  // export { createInstance as bkEllipsisInstance } from './ellipsis';
1509
+ })();
1510
+
1519
1511
  var __webpack_exports__bkEllipsis = __webpack_exports__.bkEllipsis;
1520
1512
  var __webpack_exports__bkEllipsisInstance = __webpack_exports__.bkEllipsisInstance;
1521
1513
  var __webpack_exports__bkLoading = __webpack_exports__.bkLoading;