bkui-vue 2.0.2-beta.8 → 2.0.2-beta.9

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 (167) hide show
  1. package/dist/index.cjs.js +16 -16
  2. package/dist/index.esm.js +4328 -4317
  3. package/dist/index.umd.js +24 -24
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/index.js +22 -30
  7. package/lib/alert/index.js +22 -30
  8. package/lib/animate-number/index.js +10 -14
  9. package/lib/backtop/index.js +22 -32
  10. package/lib/badge/index.js +18 -24
  11. package/lib/breadcrumb/index.js +23 -31
  12. package/lib/button/index.js +26 -36
  13. package/lib/card/index.js +33 -47
  14. package/lib/cascader/index.js +644 -672
  15. package/lib/checkbox/index.js +34 -44
  16. package/lib/code-diff/index.js +79 -83
  17. package/lib/collapse/index.js +33 -39
  18. package/lib/collapse-transition/index.js +14 -20
  19. package/lib/color-picker/index.js +624 -640
  20. package/lib/config-provider/index.js +26 -34
  21. package/lib/container/index.js +21 -27
  22. package/lib/date-picker/index.js +650 -672
  23. package/lib/dialog/index.js +87 -101
  24. package/lib/directives/index.js +512 -520
  25. package/lib/divider/index.js +15 -21
  26. package/lib/dropdown/index.js +31 -43
  27. package/lib/exception/index.js +49 -55
  28. package/lib/fixed-navbar/index.js +14 -20
  29. package/lib/form/index.js +638 -662
  30. package/lib/icon/angle-double-down-line.js +12 -14
  31. package/lib/icon/angle-double-left-line.js +12 -14
  32. package/lib/icon/angle-double-left.js +12 -14
  33. package/lib/icon/angle-double-right-line.js +12 -14
  34. package/lib/icon/angle-double-right.js +12 -14
  35. package/lib/icon/angle-double-up-line.js +12 -14
  36. package/lib/icon/angle-down-fill.js +12 -14
  37. package/lib/icon/angle-down-line.js +12 -14
  38. package/lib/icon/angle-down.js +12 -14
  39. package/lib/icon/angle-left.js +12 -14
  40. package/lib/icon/angle-right.js +12 -14
  41. package/lib/icon/angle-up-fill.js +12 -14
  42. package/lib/icon/angle-up.js +12 -14
  43. package/lib/icon/archive-fill.js +12 -14
  44. package/lib/icon/arrows-left.js +12 -14
  45. package/lib/icon/arrows-right.js +12 -14
  46. package/lib/icon/assistant.js +12 -14
  47. package/lib/icon/audio-fill.js +12 -14
  48. package/lib/icon/bk.js +12 -14
  49. package/lib/icon/circle.js +12 -14
  50. package/lib/icon/close-line.js +12 -14
  51. package/lib/icon/close.js +12 -14
  52. package/lib/icon/code.js +12 -14
  53. package/lib/icon/cog-shape.js +12 -14
  54. package/lib/icon/collapse-left.js +12 -14
  55. package/lib/icon/copy-shape.js +12 -14
  56. package/lib/icon/copy.js +12 -14
  57. package/lib/icon/data-shape.js +12 -14
  58. package/lib/icon/del.js +12 -14
  59. package/lib/icon/doc-fill.js +12 -14
  60. package/lib/icon/done.js +12 -14
  61. package/lib/icon/down-shape.js +12 -14
  62. package/lib/icon/down-small.js +12 -14
  63. package/lib/icon/edit-line.js +12 -14
  64. package/lib/icon/ellipsis.js +12 -14
  65. package/lib/icon/enlarge-line.js +12 -14
  66. package/lib/icon/error.js +12 -14
  67. package/lib/icon/excel-fill.js +12 -14
  68. package/lib/icon/exclamation-circle-shape.js +12 -14
  69. package/lib/icon/eye.js +12 -14
  70. package/lib/icon/filliscreen-line.js +12 -14
  71. package/lib/icon/fix-line.js +12 -14
  72. package/lib/icon/fix-shape.js +12 -14
  73. package/lib/icon/folder-open.js +12 -14
  74. package/lib/icon/folder-shape-open.js +12 -14
  75. package/lib/icon/folder-shape.js +12 -14
  76. package/lib/icon/folder.js +12 -14
  77. package/lib/icon/funnel.js +12 -14
  78. package/lib/icon/grag-fill.js +12 -14
  79. package/lib/icon/help-document-fill.js +12 -14
  80. package/lib/icon/help-fill.js +12 -14
  81. package/lib/icon/help.js +12 -14
  82. package/lib/icon/image-fill.js +12 -14
  83. package/lib/icon/img-error.js +12 -14
  84. package/lib/icon/img-placehoulder.js +12 -14
  85. package/lib/icon/info-line.js +12 -14
  86. package/lib/icon/info.js +12 -14
  87. package/lib/icon/left-shape.js +12 -14
  88. package/lib/icon/left-turn-line.js +12 -14
  89. package/lib/icon/loading.js +12 -14
  90. package/lib/icon/narrow-line.js +12 -14
  91. package/lib/icon/original.js +12 -14
  92. package/lib/icon/pdf-fill.js +12 -14
  93. package/lib/icon/play-shape.js +12 -14
  94. package/lib/icon/plus.js +12 -14
  95. package/lib/icon/ppt-fill.js +12 -14
  96. package/lib/icon/qq.js +12 -14
  97. package/lib/icon/right-shape.js +12 -14
  98. package/lib/icon/right-turn-line.js +12 -14
  99. package/lib/icon/search.js +12 -14
  100. package/lib/icon/share.js +12 -14
  101. package/lib/icon/spinner.js +12 -14
  102. package/lib/icon/success.js +12 -14
  103. package/lib/icon/switcher-loading.js +12 -14
  104. package/lib/icon/text-all.js +12 -14
  105. package/lib/icon/text-file.js +12 -14
  106. package/lib/icon/text-fill.js +12 -14
  107. package/lib/icon/transfer.js +12 -14
  108. package/lib/icon/tree-application-shape.js +12 -14
  109. package/lib/icon/unfull-screen.js +12 -14
  110. package/lib/icon/unvisible.js +12 -14
  111. package/lib/icon/up-shape.js +12 -14
  112. package/lib/icon/upload.js +12 -14
  113. package/lib/icon/video-fill.js +12 -14
  114. package/lib/icon/warn.js +12 -14
  115. package/lib/icon/weixin-pro.js +12 -14
  116. package/lib/icon/weixin.js +12 -14
  117. package/lib/image/index.js +324 -340
  118. package/lib/index.js +1 -1
  119. package/lib/info-box/index.js +87 -101
  120. package/lib/input/index.js +327 -342
  121. package/lib/input/input.d.ts +4 -4
  122. package/lib/link/index.js +18 -26
  123. package/lib/loading/index.js +19 -25
  124. package/lib/locale/index.js +3 -3
  125. package/lib/menu/index.js +32 -40
  126. package/lib/message/index.js +41 -47
  127. package/lib/modal/index.js +29 -39
  128. package/lib/navigation/index.js +19 -27
  129. package/lib/notify/index.js +27 -37
  130. package/lib/overflow-title/index.js +29 -41
  131. package/lib/pagination/index.js +46 -62
  132. package/lib/pop-confirm/index.js +33 -49
  133. package/lib/popover/index.js +345 -361
  134. package/lib/popover2/index.js +10 -14
  135. package/lib/process/index.js +74 -78
  136. package/lib/progress/index.js +20 -26
  137. package/lib/radio/index.js +31 -39
  138. package/lib/rate/index.js +19 -25
  139. package/lib/resize-layout/index.js +22 -30
  140. package/lib/scrollbar/index.js +25 -25
  141. package/lib/search-select/index.js +509 -531
  142. package/lib/select/index.js +543 -585
  143. package/lib/shared/index.js +49 -57
  144. package/lib/sideslider/index.js +81 -91
  145. package/lib/slider/index.js +75 -85
  146. package/lib/steps/index.js +72 -78
  147. package/lib/swiper/index.js +18 -24
  148. package/lib/switcher/index.js +22 -30
  149. package/lib/tab/index.js +321 -335
  150. package/lib/table/index.js +602 -660
  151. package/lib/table-column/index.js +9 -13
  152. package/lib/tag/index.js +26 -36
  153. package/lib/tag-input/index.js +348 -374
  154. package/lib/time-picker/index.js +9 -13
  155. package/lib/timeline/index.js +15 -21
  156. package/lib/transfer/index.js +40 -56
  157. package/lib/tree/index.d.ts +4 -0
  158. package/lib/tree/index.js +123 -123
  159. package/lib/tree/props.d.ts +1 -0
  160. package/lib/tree/tree.css +18 -0
  161. package/lib/tree/tree.d.ts +2 -0
  162. package/lib/tree/tree.less +24 -0
  163. package/lib/tree/tree.variable.css +18 -0
  164. package/lib/tree/use-node-action.d.ts +1 -1
  165. package/lib/upload/index.js +562 -574
  166. package/lib/virtual-render/index.js +43 -55
  167. package/package.json +1 -1
@@ -7,35 +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__) => {
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);
18
-
19
-
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
- /***/ }),
26
-
27
- /***/ 592:
10
+ /***/ 2439:
28
11
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
29
12
 
30
- var x = (y) => {
31
- var x = {}; __webpack_require__.d(x, y); return x
32
- }
33
- var y = (x) => (() => (x))
34
- module.exports = x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover) });
13
+ module.exports = __webpack_require__(2527);
14
+
35
15
 
36
16
  /***/ }),
37
17
 
38
- /***/ 1043:
18
+ /***/ 7430:
39
19
  /***/ ((module) => {
40
20
 
41
21
  /**
@@ -85,7 +65,296 @@ module.exports = ExecutionEnvironment;
85
65
 
86
66
  /***/ }),
87
67
 
88
- /***/ 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:
89
358
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
90
359
 
91
360
  /**
@@ -101,7 +370,7 @@ module.exports = ExecutionEnvironment;
101
370
 
102
371
 
103
372
 
104
- var ExecutionEnvironment = __webpack_require__(1043);
373
+ var ExecutionEnvironment = __webpack_require__(7430);
105
374
 
106
375
  var useHasFeature;
107
376
  if (ExecutionEnvironment.canUseDOM) {
@@ -134,91 +403,28 @@ function isEventSupported(eventNameSuffix, capture) {
134
403
  }
135
404
 
136
405
  var eventName = 'on' + eventNameSuffix;
137
- var isSupported = eventName in document;
138
-
139
- if (!isSupported) {
140
- var element = document.createElement('div');
141
- element.setAttribute(eventName, 'return;');
142
- isSupported = typeof element[eventName] === 'function';
143
- }
144
-
145
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
146
- // This is the only way to test support for the `wheel` event in IE9+.
147
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
148
- }
149
-
150
- return isSupported;
151
- }
152
-
153
- module.exports = isEventSupported;
154
-
155
-
156
- /***/ }),
157
-
158
- /***/ 2880:
159
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
160
-
161
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
162
- /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
163
- /* harmony export */ });
164
- function _nonIterableSpread() {
165
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
166
- }
167
-
168
- /***/ }),
169
-
170
- /***/ 3492:
171
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
172
-
173
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
174
- /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
175
- /* harmony export */ });
176
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
177
-
178
- function _arrayWithoutHoles(arr) {
179
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
180
- }
181
-
182
- /***/ }),
183
-
184
- /***/ 4430:
185
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
186
-
187
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
188
- /* harmony export */ "default": () => (/* binding */ _iterableToArray)
189
- /* harmony export */ });
190
- function _iterableToArray(iter) {
191
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
192
- }
193
-
194
- /***/ }),
195
-
196
- /***/ 4586:
197
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
198
-
199
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
200
- /* harmony export */ "default": () => (/* binding */ _defineProperty)
201
- /* harmony export */ });
202
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
203
-
204
- function _defineProperty(obj, key, value) {
205
- key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
206
- if (key in obj) {
207
- Object.defineProperty(obj, key, {
208
- value: value,
209
- enumerable: true,
210
- configurable: true,
211
- writable: true
212
- });
213
- } else {
214
- obj[key] = value;
406
+ var isSupported = eventName in document;
407
+
408
+ if (!isSupported) {
409
+ var element = document.createElement('div');
410
+ element.setAttribute(eventName, 'return;');
411
+ isSupported = typeof element[eventName] === 'function';
215
412
  }
216
- return obj;
413
+
414
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
415
+ // This is the only way to test support for the `wheel` event in IE9+.
416
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
417
+ }
418
+
419
+ return isSupported;
217
420
  }
218
421
 
422
+ module.exports = isEventSupported;
423
+
424
+
219
425
  /***/ }),
220
426
 
221
- /***/ 5022:
427
+ /***/ 2527:
222
428
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
223
429
 
224
430
  /**
@@ -235,9 +441,9 @@ function _defineProperty(obj, key, value) {
235
441
 
236
442
 
237
443
 
238
- var UserAgent_DEPRECATED = __webpack_require__(7416);
444
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
239
445
 
240
- var isEventSupported = __webpack_require__(2586);
446
+ var isEventSupported = __webpack_require__(3541);
241
447
 
242
448
 
243
449
  // Reasonable defaults
@@ -369,440 +575,174 @@ function normalizeWheel(/*object*/ event) /*object*/ {
369
575
 
370
576
  if ((pX || pY) && event.deltaMode) {
371
577
  if (event.deltaMode == 1) { // delta in LINE units
372
- pX *= LINE_HEIGHT;
373
- pY *= LINE_HEIGHT;
374
- } else { // delta in PAGE units
375
- pX *= PAGE_HEIGHT;
376
- pY *= PAGE_HEIGHT;
377
- }
378
- }
379
-
380
- // Fall-back if spin cannot be determined
381
- if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
382
- if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
383
-
384
- return { spinX : sX,
385
- spinY : sY,
386
- pixelX : pX,
387
- pixelY : pY };
388
- }
389
-
390
-
391
- /**
392
- * The best combination if you prefer spinX + spinY normalization. It favors
393
- * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
394
- * 'wheel' event, making spin speed determination impossible.
395
- */
396
- normalizeWheel.getEventType = function() /*string*/ {
397
- return (UserAgent_DEPRECATED.firefox())
398
- ? 'DOMMouseScroll'
399
- : (isEventSupported('wheel'))
400
- ? 'wheel'
401
- : 'mousewheel';
402
- };
403
-
404
- module.exports = normalizeWheel;
405
-
406
-
407
- /***/ }),
408
-
409
- /***/ 5153:
410
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
411
-
412
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
413
- /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
414
- /* harmony export */ });
415
- /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3492);
416
- /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4430);
417
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7985);
418
- /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2880);
419
-
420
-
421
-
422
-
423
- function _toConsumableArray(arr) {
424
- 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"])();
425
- }
426
-
427
- /***/ }),
428
-
429
- /***/ 5166:
430
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
431
-
432
- var x = (y) => {
433
- var x = {}; __webpack_require__.d(x, y); return x
434
- }
435
- var y = (x) => (() => (x))
436
- module.exports = x({ ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName) });
437
-
438
- /***/ }),
439
-
440
- /***/ 5286:
441
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
442
-
443
- var x = (y) => {
444
- var x = {}; __webpack_require__.d(x, y); return x
445
- }
446
- var y = (x) => (() => (x))
447
- module.exports = x({ ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render) });
448
-
449
- /***/ }),
450
-
451
- /***/ 6284:
452
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
453
-
454
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
455
- /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
456
- /* harmony export */ });
457
- function _arrayLikeToArray(arr, len) {
458
- if (len == null || len > arr.length) len = arr.length;
459
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
460
- return arr2;
461
- }
462
-
463
- /***/ }),
464
-
465
- /***/ 7416:
466
- /***/ ((module) => {
467
-
468
- /**
469
- * Copyright 2004-present Facebook. All Rights Reserved.
470
- *
471
- * @providesModule UserAgent_DEPRECATED
472
- */
473
-
474
- /**
475
- * Provides entirely client-side User Agent and OS detection. You should prefer
476
- * the non-deprecated UserAgent module when possible, which exposes our
477
- * authoritative server-side PHP-based detection to the client.
478
- *
479
- * Usage is straightforward:
480
- *
481
- * if (UserAgent_DEPRECATED.ie()) {
482
- * // IE
483
- * }
484
- *
485
- * You can also do version checks:
486
- *
487
- * if (UserAgent_DEPRECATED.ie() >= 7) {
488
- * // IE7 or better
489
- * }
490
- *
491
- * The browser functions will return NaN if the browser does not match, so
492
- * you can also do version compares the other way:
493
- *
494
- * if (UserAgent_DEPRECATED.ie() < 7) {
495
- * // IE6 or worse
496
- * }
497
- *
498
- * Note that the version is a float and may include a minor version number,
499
- * so you should always use range operators to perform comparisons, not
500
- * strict equality.
501
- *
502
- * **Note:** You should **strongly** prefer capability detection to browser
503
- * version detection where it's reasonable:
504
- *
505
- * http://www.quirksmode.org/js/support.html
506
- *
507
- * Further, we have a large number of mature wrapper functions and classes
508
- * which abstract away many browser irregularities. Check the documentation,
509
- * grep for things, or ask on javascript@lists.facebook.com before writing yet
510
- * another copy of "event || window.event".
511
- *
512
- */
513
-
514
- var _populated = false;
515
-
516
- // Browsers
517
- var _ie, _firefox, _opera, _webkit, _chrome;
518
-
519
- // Actual IE browser for compatibility mode
520
- var _ie_real_version;
521
-
522
- // Platforms
523
- var _osx, _windows, _linux, _android;
524
-
525
- // Architectures
526
- var _win64;
527
-
528
- // Devices
529
- var _iphone, _ipad, _native;
530
-
531
- var _mobile;
532
-
533
- function _populate() {
534
- if (_populated) {
535
- return;
536
- }
537
-
538
- _populated = true;
539
-
540
- // To work around buggy JS libraries that can't handle multi-digit
541
- // version numbers, Opera 10's user agent string claims it's Opera
542
- // 9, then later includes a Version/X.Y field:
543
- //
544
- // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
545
- var uas = navigator.userAgent;
546
- 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);
547
- var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
548
-
549
- _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
550
- _ipad = /\b(iP[ao]d)/.exec(uas);
551
- _android = /Android/i.exec(uas);
552
- _native = /FBAN\/\w+;/i.exec(uas);
553
- _mobile = /Mobile/i.exec(uas);
554
-
555
- // Note that the IE team blog would have you believe you should be checking
556
- // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
557
- // from either x64 or ia64; so ultimately, you should just check for Win64
558
- // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
559
- // Windows will send 'WOW64' instead.
560
- _win64 = !!(/Win64/.exec(uas));
561
-
562
- if (agent) {
563
- _ie = agent[1] ? parseFloat(agent[1]) : (
564
- agent[5] ? parseFloat(agent[5]) : NaN);
565
- // IE compatibility mode
566
- if (_ie && document && document.documentMode) {
567
- _ie = document.documentMode;
568
- }
569
- // grab the "true" ie version from the trident token if available
570
- var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
571
- _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
572
-
573
- _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
574
- _opera = agent[3] ? parseFloat(agent[3]) : NaN;
575
- _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
576
- if (_webkit) {
577
- // We do not add the regexp to the above test, because it will always
578
- // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
579
- // the userAgent string.
580
- agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
581
- _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
582
- } else {
583
- _chrome = NaN;
584
- }
585
- } else {
586
- _ie = _firefox = _opera = _chrome = _webkit = NaN;
587
- }
588
-
589
- if (os) {
590
- if (os[1]) {
591
- // Detect OS X version. If no version number matches, set _osx to true.
592
- // Version examples: 10, 10_6_1, 10.7
593
- // Parses version number as a float, taking only first two sets of
594
- // digits. If only one set of digits is found, returns just the major
595
- // version number.
596
- var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
597
-
598
- _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
599
- } else {
600
- _osx = false;
601
- }
602
- _windows = !!os[2];
603
- _linux = !!os[3];
604
- } else {
605
- _osx = _windows = _linux = false;
606
- }
607
- }
608
-
609
- var UserAgent_DEPRECATED = {
610
-
611
- /**
612
- * Check if the UA is Internet Explorer.
613
- *
614
- *
615
- * @return float|NaN Version number (if match) or NaN.
616
- */
617
- ie: function() {
618
- return _populate() || _ie;
619
- },
620
-
621
- /**
622
- * Check if we're in Internet Explorer compatibility mode.
623
- *
624
- * @return bool true if in compatibility mode, false if
625
- * not compatibility mode or not ie
626
- */
627
- ieCompatibilityMode: function() {
628
- return _populate() || (_ie_real_version > _ie);
629
- },
578
+ pX *= LINE_HEIGHT;
579
+ pY *= LINE_HEIGHT;
580
+ } else { // delta in PAGE units
581
+ pX *= PAGE_HEIGHT;
582
+ pY *= PAGE_HEIGHT;
583
+ }
584
+ }
630
585
 
586
+ // Fall-back if spin cannot be determined
587
+ if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
588
+ if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
631
589
 
632
- /**
633
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
634
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
635
- * this when we don't need it -- tracked by #601957.
636
- */
637
- ie64: function() {
638
- return UserAgent_DEPRECATED.ie() && _win64;
639
- },
590
+ return { spinX : sX,
591
+ spinY : sY,
592
+ pixelX : pX,
593
+ pixelY : pY };
594
+ }
640
595
 
641
- /**
642
- * Check if the UA is Firefox.
643
- *
644
- *
645
- * @return float|NaN Version number (if match) or NaN.
646
- */
647
- firefox: function() {
648
- return _populate() || _firefox;
649
- },
650
596
 
597
+ /**
598
+ * The best combination if you prefer spinX + spinY normalization. It favors
599
+ * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
600
+ * 'wheel' event, making spin speed determination impossible.
601
+ */
602
+ normalizeWheel.getEventType = function() /*string*/ {
603
+ return (UserAgent_DEPRECATED.firefox())
604
+ ? 'DOMMouseScroll'
605
+ : (isEventSupported('wheel'))
606
+ ? 'wheel'
607
+ : 'mousewheel';
608
+ };
651
609
 
652
- /**
653
- * Check if the UA is Opera.
654
- *
655
- *
656
- * @return float|NaN Version number (if match) or NaN.
657
- */
658
- opera: function() {
659
- return _populate() || _opera;
660
- },
610
+ module.exports = normalizeWheel;
661
611
 
662
612
 
663
- /**
664
- * Check if the UA is WebKit.
665
- *
666
- *
667
- * @return float|NaN Version number (if match) or NaN.
668
- */
669
- webkit: function() {
670
- return _populate() || _webkit;
671
- },
613
+ /***/ }),
672
614
 
673
- /**
674
- * For Push
675
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
676
- */
677
- safari: function() {
678
- return UserAgent_DEPRECATED.webkit();
679
- },
615
+ /***/ 563:
616
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
680
617
 
681
- /**
682
- * Check if the UA is a Chrome browser.
683
- *
684
- *
685
- * @return float|NaN Version number (if match) or NaN.
686
- */
687
- chrome : function() {
688
- return _populate() || _chrome;
689
- },
618
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
619
+ var y = x => () => x
620
+ module.exports = x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover });
690
621
 
622
+ /***/ }),
691
623
 
692
- /**
693
- * Check if the user is running Windows.
694
- *
695
- * @return bool `true' if the user's OS is Windows.
696
- */
697
- windows: function() {
698
- return _populate() || _windows;
699
- },
624
+ /***/ 9253:
625
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
700
626
 
627
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
628
+ var y = x => () => x
629
+ module.exports = x({ ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName });
701
630
 
702
- /**
703
- * Check if the user is running Mac OS X.
704
- *
705
- * @return float|bool Returns a float if a version number is detected,
706
- * otherwise true/false.
707
- */
708
- osx: function() {
709
- return _populate() || _osx;
710
- },
631
+ /***/ }),
711
632
 
712
- /**
713
- * Check if the user is running Linux.
714
- *
715
- * @return bool `true' if the user's OS is some flavor of Linux.
716
- */
717
- linux: function() {
718
- return _populate() || _linux;
719
- },
633
+ /***/ 6609:
634
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
720
635
 
721
- /**
722
- * Check if the user is running on an iPhone or iPod platform.
723
- *
724
- * @return bool `true' if the user is running some flavor of the
725
- * iPhone OS.
726
- */
727
- iphone: function() {
728
- return _populate() || _iphone;
729
- },
636
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
637
+ var y = x => () => x
638
+ module.exports = x({ ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render });
730
639
 
731
- mobile: function() {
732
- return _populate() || (_iphone || _ipad || _android || _mobile);
733
- },
640
+ /***/ }),
734
641
 
735
- nativeApp: function() {
736
- // webviews inside of the native apps
737
- return _populate() || _native;
738
- },
642
+ /***/ 926:
643
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
739
644
 
740
- android: function() {
741
- return _populate() || _android;
742
- },
645
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
646
+ /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
647
+ /* harmony export */ });
648
+ function _arrayLikeToArray(arr, len) {
649
+ if (len == null || len > arr.length) len = arr.length;
650
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
651
+ return arr2;
652
+ }
743
653
 
744
- ipad: function() {
745
- return _populate() || _ipad;
746
- }
747
- };
654
+ /***/ }),
748
655
 
749
- module.exports = UserAgent_DEPRECATED;
656
+ /***/ 74:
657
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
658
+
659
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
660
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
661
+ /* harmony export */ });
662
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
750
663
 
664
+ function _arrayWithoutHoles(arr) {
665
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
666
+ }
751
667
 
752
668
  /***/ }),
753
669
 
754
- /***/ 7545:
670
+ /***/ 6666:
755
671
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
756
672
 
757
673
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
758
- /* harmony export */ "default": () => (/* binding */ _typeof)
674
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
759
675
  /* harmony export */ });
760
- function _typeof(o) {
761
- "@babel/helpers - typeof";
676
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
762
677
 
763
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
764
- return typeof o;
765
- } : function (o) {
766
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
767
- }, _typeof(o);
678
+ function _defineProperty(obj, key, value) {
679
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
680
+ if (key in obj) {
681
+ Object.defineProperty(obj, key, {
682
+ value: value,
683
+ enumerable: true,
684
+ configurable: true,
685
+ writable: true
686
+ });
687
+ } else {
688
+ obj[key] = value;
689
+ }
690
+ return obj;
768
691
  }
769
692
 
770
693
  /***/ }),
771
694
 
772
- /***/ 7985:
695
+ /***/ 1079:
773
696
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
774
697
 
775
698
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
776
- /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
699
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
777
700
  /* harmony export */ });
778
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
701
+ function _iterableToArray(iter) {
702
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
703
+ }
779
704
 
780
- function _unsupportedIterableToArray(o, minLen) {
781
- if (!o) return;
782
- if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
783
- var n = Object.prototype.toString.call(o).slice(8, -1);
784
- if (n === "Object" && o.constructor) n = o.constructor.name;
785
- if (n === "Map" || n === "Set") return Array.from(o);
786
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
705
+ /***/ }),
706
+
707
+ /***/ 6098:
708
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
709
+
710
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
711
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
712
+ /* harmony export */ });
713
+ function _nonIterableSpread() {
714
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
787
715
  }
788
716
 
789
717
  /***/ }),
790
718
 
791
- /***/ 8283:
792
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
719
+ /***/ 7930:
720
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
721
+
722
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
723
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
724
+ /* harmony export */ });
725
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
726
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
727
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
728
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
729
+
730
+
793
731
 
794
- module.exports = __webpack_require__(5022);
795
732
 
733
+ function _toConsumableArray(arr) {
734
+ 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"])();
735
+ }
796
736
 
797
737
  /***/ }),
798
738
 
799
- /***/ 9824:
739
+ /***/ 9745:
800
740
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
801
741
 
802
742
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
803
743
  /* harmony export */ "default": () => (/* binding */ toPrimitive)
804
744
  /* harmony export */ });
805
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
745
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
806
746
 
807
747
  function toPrimitive(t, r) {
808
748
  if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
@@ -815,6 +755,60 @@ function toPrimitive(t, r) {
815
755
  return ("string" === r ? String : Number)(t);
816
756
  }
817
757
 
758
+ /***/ }),
759
+
760
+ /***/ 3795:
761
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
762
+
763
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
764
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
765
+ /* harmony export */ });
766
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
767
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
768
+
769
+
770
+ function toPropertyKey(t) {
771
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
772
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
773
+ }
774
+
775
+ /***/ }),
776
+
777
+ /***/ 6522:
778
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
779
+
780
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
781
+ /* harmony export */ "default": () => (/* binding */ _typeof)
782
+ /* harmony export */ });
783
+ function _typeof(o) {
784
+ "@babel/helpers - typeof";
785
+
786
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
787
+ return typeof o;
788
+ } : function (o) {
789
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
790
+ }, _typeof(o);
791
+ }
792
+
793
+ /***/ }),
794
+
795
+ /***/ 9147:
796
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
797
+
798
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
799
+ /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
800
+ /* harmony export */ });
801
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
802
+
803
+ function _unsupportedIterableToArray(o, minLen) {
804
+ if (!o) return;
805
+ if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
806
+ var n = Object.prototype.toString.call(o).slice(8, -1);
807
+ if (n === "Object" && o.constructor) n = o.constructor.name;
808
+ if (n === "Map" || n === "Set") return Array.from(o);
809
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
810
+ }
811
+
818
812
  /***/ })
819
813
 
820
814
  /******/ });
@@ -875,6 +869,8 @@ function toPrimitive(t, r) {
875
869
  /******/
876
870
  /************************************************************************/
877
871
  var __webpack_exports__ = {};
872
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
873
+ (() => {
878
874
 
879
875
  // EXPORTS
880
876
  __webpack_require__.d(__webpack_exports__, {
@@ -887,7 +883,7 @@ __webpack_require__.d(__webpack_exports__, {
887
883
  overflowTitle: () => (/* reexport */ external_overflow_title_namespaceObject.overflowTitle)
888
884
  });
889
885
 
890
- ;// ../../packages/directives/src/clickoutside.ts
886
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
891
887
  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; } } }; }
892
888
  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); }
893
889
  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; }
@@ -1014,10 +1010,10 @@ ClickOutside.install = function (app) {
1014
1010
  };
1015
1011
  /* harmony default export */ const clickoutside = (ClickOutside);
1016
1012
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1017
- var esm_typeof = __webpack_require__(7545);
1013
+ var esm_typeof = __webpack_require__(6522);
1018
1014
  // EXTERNAL MODULE: external "../popover"
1019
- var popover_ = __webpack_require__(592);
1020
- ;// ../../packages/directives/src/ellipsis.ts
1015
+ var popover_ = __webpack_require__(563);
1016
+ ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1021
1017
 
1022
1018
  /*
1023
1019
  * Tencent is pleased to support the open source community by making
@@ -1128,9 +1124,9 @@ var ellipsis = {
1128
1124
  };
1129
1125
  /* harmony default export */ const src_ellipsis = (ellipsis);
1130
1126
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
1131
- var normalize_wheel = __webpack_require__(8283);
1127
+ var normalize_wheel = __webpack_require__(2439);
1132
1128
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
1133
- ;// ../../packages/directives/src/mousewheel.ts
1129
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
1134
1130
  /*
1135
1131
  * Tencent is pleased to support the open source community by making
1136
1132
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1173,20 +1169,18 @@ var mousewheel = {
1173
1169
  };
1174
1170
  /* harmony default export */ const src_mousewheel = (mousewheel);
1175
1171
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1176
- var defineProperty = __webpack_require__(4586);
1172
+ var defineProperty = __webpack_require__(6666);
1177
1173
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1178
- var toConsumableArray = __webpack_require__(5153);
1174
+ var toConsumableArray = __webpack_require__(7930);
1179
1175
  // EXTERNAL MODULE: external "vue"
1180
- var external_vue_ = __webpack_require__(5286);
1176
+ var external_vue_ = __webpack_require__(6609);
1181
1177
  // EXTERNAL MODULE: external "../shared"
1182
- var shared_ = __webpack_require__(5166);
1183
- ;// external "@popperjs/core"
1184
- var x = (y) => {
1185
- var x = {}; __webpack_require__.d(x, y); return x
1186
- }
1187
- var y = (x) => (() => (x))
1188
- const core_namespaceObject = x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
1189
- ;// ../../packages/directives/src/tooltips.ts
1178
+ var shared_ = __webpack_require__(9253);
1179
+ ;// CONCATENATED MODULE: external "@popperjs/core"
1180
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1181
+ var y = x => () => x
1182
+ const core_namespaceObject = x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
1183
+ ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
1190
1184
 
1191
1185
 
1192
1186
 
@@ -1478,19 +1472,15 @@ function hide(el) {
1478
1472
  }
1479
1473
  }
1480
1474
  /* harmony default export */ const src_tooltips = (tooltips);
1481
- ;// external "../loading"
1482
- var external_loading_x = (y) => {
1483
- var x = {}; __webpack_require__.d(x, y); return x
1484
- }
1485
- var external_loading_y = (x) => (() => (x))
1486
- const external_loading_namespaceObject = external_loading_x({ ["vBkloading"]: () => (__WEBPACK_EXTERNAL_MODULE__loading_4d683b23__.vBkloading) });
1487
- ;// external "../overflow-title"
1488
- var external_overflow_title_x = (y) => {
1489
- var x = {}; __webpack_require__.d(x, y); return x
1490
- }
1491
- var external_overflow_title_y = (x) => (() => (x))
1492
- const external_overflow_title_namespaceObject = external_overflow_title_x({ ["overflowTitle"]: () => (__WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__.overflowTitle) });
1493
- ;// ../../packages/directives/src/index.ts
1475
+ ;// CONCATENATED MODULE: external "../loading"
1476
+ var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1477
+ var external_loading_y = x => () => x
1478
+ const external_loading_namespaceObject = external_loading_x({ ["vBkloading"]: () => __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__.vBkloading });
1479
+ ;// CONCATENATED MODULE: external "../overflow-title"
1480
+ var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1481
+ var external_overflow_title_y = x => () => x
1482
+ const external_overflow_title_namespaceObject = external_overflow_title_x({ ["overflowTitle"]: () => __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__.overflowTitle });
1483
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
1494
1484
  /*
1495
1485
  * Tencent is pleased to support the open source community by making
1496
1486
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1523,6 +1513,8 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ ["ov
1523
1513
 
1524
1514
 
1525
1515
  // export { createInstance as bkEllipsisInstance } from './ellipsis';
1516
+ })();
1517
+
1526
1518
  var __webpack_exports__bkEllipsis = __webpack_exports__.bkEllipsis;
1527
1519
  var __webpack_exports__bkEllipsisInstance = __webpack_exports__.bkEllipsisInstance;
1528
1520
  var __webpack_exports__bkLoading = __webpack_exports__.bkLoading;