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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/dist/index.cjs.js +17 -17
  2. package/dist/index.esm.js +1570 -1574
  3. package/dist/index.umd.js +16 -16
  4. package/lib/affix/index.js +30 -22
  5. package/lib/alert/index.js +30 -22
  6. package/lib/animate-number/index.js +14 -10
  7. package/lib/backtop/index.js +32 -22
  8. package/lib/badge/index.js +24 -18
  9. package/lib/breadcrumb/index.js +31 -23
  10. package/lib/button/index.js +36 -26
  11. package/lib/card/index.js +47 -33
  12. package/lib/cascader/index.js +651 -619
  13. package/lib/checkbox/index.js +44 -34
  14. package/lib/code-diff/index.js +83 -79
  15. package/lib/collapse/index.js +39 -33
  16. package/lib/collapse-transition/index.js +20 -14
  17. package/lib/color-picker/index.js +617 -594
  18. package/lib/components.d.ts +1 -2
  19. package/lib/components.js +1 -2
  20. package/lib/config-provider/index.js +34 -26
  21. package/lib/container/index.js +27 -21
  22. package/lib/date-picker/index.js +649 -620
  23. package/lib/dialog/index.js +101 -87
  24. package/lib/directives/index.js +445 -430
  25. package/lib/divider/index.js +21 -15
  26. package/lib/dropdown/index.js +43 -31
  27. package/lib/exception/index.js +55 -49
  28. package/lib/fixed-navbar/index.js +20 -14
  29. package/lib/form/index.js +639 -608
  30. package/lib/icon/angle-double-down-line.js +14 -12
  31. package/lib/icon/angle-double-left-line.js +14 -12
  32. package/lib/icon/angle-double-left.js +14 -12
  33. package/lib/icon/angle-double-right-line.js +14 -12
  34. package/lib/icon/angle-double-right.js +14 -12
  35. package/lib/icon/angle-double-up-line.js +14 -12
  36. package/lib/icon/angle-down-fill.js +14 -12
  37. package/lib/icon/angle-down-line.js +14 -12
  38. package/lib/icon/angle-down.js +14 -12
  39. package/lib/icon/angle-left.js +14 -12
  40. package/lib/icon/angle-right.js +14 -12
  41. package/lib/icon/angle-up-fill.js +14 -12
  42. package/lib/icon/angle-up.js +14 -12
  43. package/lib/icon/archive-fill.js +14 -12
  44. package/lib/icon/arrows-left.js +14 -12
  45. package/lib/icon/arrows-right.js +14 -12
  46. package/lib/icon/assistant.js +14 -12
  47. package/lib/icon/audio-fill.js +14 -12
  48. package/lib/icon/bk.js +14 -12
  49. package/lib/icon/circle.js +14 -12
  50. package/lib/icon/close-line.js +14 -12
  51. package/lib/icon/close.js +14 -12
  52. package/lib/icon/code.js +14 -12
  53. package/lib/icon/cog-shape.js +14 -12
  54. package/lib/icon/collapse-left.js +14 -12
  55. package/lib/icon/copy-shape.js +14 -12
  56. package/lib/icon/copy.js +14 -12
  57. package/lib/icon/data-shape.js +14 -12
  58. package/lib/icon/del.js +14 -12
  59. package/lib/icon/doc-fill.js +14 -12
  60. package/lib/icon/done.js +14 -12
  61. package/lib/icon/down-shape.js +14 -12
  62. package/lib/icon/down-small.js +14 -12
  63. package/lib/icon/edit-line.js +14 -12
  64. package/lib/icon/ellipsis.js +14 -12
  65. package/lib/icon/enlarge-line.js +14 -12
  66. package/lib/icon/error.js +14 -12
  67. package/lib/icon/excel-fill.js +14 -12
  68. package/lib/icon/exclamation-circle-shape.js +14 -12
  69. package/lib/icon/eye.js +14 -12
  70. package/lib/icon/filliscreen-line.js +14 -12
  71. package/lib/icon/fix-line.js +14 -12
  72. package/lib/icon/fix-shape.js +14 -12
  73. package/lib/icon/folder-open.js +14 -12
  74. package/lib/icon/folder-shape-open.js +14 -12
  75. package/lib/icon/folder-shape.js +14 -12
  76. package/lib/icon/folder.js +14 -12
  77. package/lib/icon/funnel.js +14 -12
  78. package/lib/icon/grag-fill.js +14 -12
  79. package/lib/icon/help-document-fill.js +14 -12
  80. package/lib/icon/help-fill.js +14 -12
  81. package/lib/icon/help.js +14 -12
  82. package/lib/icon/image-fill.js +14 -12
  83. package/lib/icon/img-error.js +14 -12
  84. package/lib/icon/img-placehoulder.js +14 -12
  85. package/lib/icon/info-line.js +14 -12
  86. package/lib/icon/info.js +14 -12
  87. package/lib/icon/left-shape.js +14 -12
  88. package/lib/icon/left-turn-line.js +14 -12
  89. package/lib/icon/loading.js +14 -12
  90. package/lib/icon/narrow-line.js +14 -12
  91. package/lib/icon/original.js +14 -12
  92. package/lib/icon/pdf-fill.js +14 -12
  93. package/lib/icon/play-shape.js +14 -12
  94. package/lib/icon/plus.js +14 -12
  95. package/lib/icon/ppt-fill.js +14 -12
  96. package/lib/icon/qq.js +14 -12
  97. package/lib/icon/right-shape.js +14 -12
  98. package/lib/icon/right-turn-line.js +14 -12
  99. package/lib/icon/search.js +14 -12
  100. package/lib/icon/share.js +14 -12
  101. package/lib/icon/spinner.js +14 -12
  102. package/lib/icon/success.js +14 -12
  103. package/lib/icon/switcher-loading.js +14 -12
  104. package/lib/icon/text-all.js +14 -12
  105. package/lib/icon/text-file.js +14 -12
  106. package/lib/icon/text-fill.js +14 -12
  107. package/lib/icon/transfer.js +14 -12
  108. package/lib/icon/tree-application-shape.js +14 -12
  109. package/lib/icon/unfull-screen.js +14 -12
  110. package/lib/icon/unvisible.js +14 -12
  111. package/lib/icon/up-shape.js +14 -12
  112. package/lib/icon/upload.js +14 -12
  113. package/lib/icon/video-fill.js +14 -12
  114. package/lib/icon/warn.js +14 -12
  115. package/lib/icon/weixin-pro.js +14 -12
  116. package/lib/icon/weixin.js +14 -12
  117. package/lib/image/index.js +342 -326
  118. package/lib/index.d.ts +0 -1
  119. package/lib/index.js +1 -2
  120. package/lib/info-box/index.js +101 -87
  121. package/lib/input/index.js +335 -323
  122. package/lib/link/index.js +26 -18
  123. package/lib/loading/index.js +25 -19
  124. package/lib/locale/index.js +3 -3
  125. package/lib/menu/index.js +40 -32
  126. package/lib/message/index.js +47 -41
  127. package/lib/modal/index.js +39 -29
  128. package/lib/navigation/index.js +27 -19
  129. package/lib/notify/index.js +37 -27
  130. package/lib/overflow-title/index.js +41 -29
  131. package/lib/pagination/index.js +62 -46
  132. package/lib/pop-confirm/index.js +49 -33
  133. package/lib/popover/index.js +363 -347
  134. package/lib/popover2/index.js +14 -10
  135. package/lib/process/index.js +78 -74
  136. package/lib/progress/index.js +26 -20
  137. package/lib/radio/index.js +39 -31
  138. package/lib/rate/index.js +25 -19
  139. package/lib/resize-layout/index.js +30 -22
  140. package/lib/scrollbar/index.js +25 -25
  141. package/lib/search-select/index.js +436 -419
  142. package/lib/select/index.js +490 -453
  143. package/lib/shared/index.js +57 -49
  144. package/lib/sideslider/index.js +89 -79
  145. package/lib/slider/index.js +85 -75
  146. package/lib/steps/index.js +78 -72
  147. package/lib/swiper/index.js +24 -18
  148. package/lib/switcher/index.js +30 -22
  149. package/lib/tab/index.js +337 -323
  150. package/lib/table/index.js +565 -512
  151. package/lib/table-column/index.js +13 -9
  152. package/lib/tag/index.js +36 -26
  153. package/lib/tag-input/index.js +376 -355
  154. package/lib/time-picker/index.js +13 -9
  155. package/lib/timeline/index.js +21 -15
  156. package/lib/transfer/index.js +56 -40
  157. package/lib/tree/index.js +100 -76
  158. package/lib/upload/index.js +584 -572
  159. package/lib/virtual-render/index.js +55 -43
  160. package/package.json +1 -1
  161. package/lib/plugin-popover/index.d.ts +0 -27
  162. package/lib/plugin-popover/index.js +0 -65
  163. package/lib/plugins/index.d.ts +0 -1
  164. package/lib/plugins/index.js +0 -64
@@ -1,21 +1,41 @@
1
1
  import "../styles/reset.css";
2
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
2
3
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
3
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
4
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
6
6
  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
- /***/ 2439:
11
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
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);
12
18
 
13
- module.exports = __webpack_require__(2527);
14
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:
28
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
29
+
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) });
15
35
 
16
36
  /***/ }),
17
37
 
18
- /***/ 7430:
38
+ /***/ 1043:
19
39
  /***/ ((module) => {
20
40
 
21
41
  /**
@@ -65,296 +85,7 @@ module.exports = ExecutionEnvironment;
65
85
 
66
86
  /***/ }),
67
87
 
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:
88
+ /***/ 2586:
358
89
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
359
90
 
360
91
  /**
@@ -370,7 +101,7 @@ module.exports = UserAgent_DEPRECATED;
370
101
 
371
102
 
372
103
 
373
- var ExecutionEnvironment = __webpack_require__(7430);
104
+ var ExecutionEnvironment = __webpack_require__(1043);
374
105
 
375
106
  var useHasFeature;
376
107
  if (ExecutionEnvironment.canUseDOM) {
@@ -424,7 +155,70 @@ module.exports = isEventSupported;
424
155
 
425
156
  /***/ }),
426
157
 
427
- /***/ 2527:
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;
215
+ }
216
+ return obj;
217
+ }
218
+
219
+ /***/ }),
220
+
221
+ /***/ 5022:
428
222
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
429
223
 
430
224
  /**
@@ -441,9 +235,9 @@ module.exports = isEventSupported;
441
235
 
442
236
 
443
237
 
444
- var UserAgent_DEPRECATED = __webpack_require__(6377);
238
+ var UserAgent_DEPRECATED = __webpack_require__(7416);
445
239
 
446
- var isEventSupported = __webpack_require__(3541);
240
+ var isEventSupported = __webpack_require__(2586);
447
241
 
448
242
 
449
243
  // Reasonable defaults
@@ -612,25 +406,49 @@ module.exports = normalizeWheel;
612
406
 
613
407
  /***/ }),
614
408
 
615
- /***/ 9253:
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:
616
430
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
617
431
 
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 });
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) });
621
437
 
622
438
  /***/ }),
623
439
 
624
- /***/ 6609:
440
+ /***/ 5286:
625
441
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
626
442
 
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 });
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) });
630
448
 
631
449
  /***/ }),
632
450
 
633
- /***/ 926:
451
+ /***/ 6284:
634
452
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
635
453
 
636
454
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -644,128 +462,296 @@ function _arrayLikeToArray(arr, len) {
644
462
 
645
463
  /***/ }),
646
464
 
647
- /***/ 74:
648
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
465
+ /***/ 7416:
466
+ /***/ ((module) => {
649
467
 
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);
468
+ /**
469
+ * Copyright 2004-present Facebook. All Rights Reserved.
470
+ *
471
+ * @providesModule UserAgent_DEPRECATED
472
+ */
654
473
 
655
- function _arrayWithoutHoles(arr) {
656
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
657
- }
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));
658
561
 
659
- /***/ }),
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;
660
572
 
661
- /***/ 6666:
662
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
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
+ }
663
588
 
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);
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);
668
597
 
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
- });
598
+ _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
599
+ } else {
600
+ _osx = false;
601
+ }
602
+ _windows = !!os[2];
603
+ _linux = !!os[3];
678
604
  } else {
679
- obj[key] = value;
605
+ _osx = _windows = _linux = false;
680
606
  }
681
- return obj;
682
607
  }
683
608
 
684
- /***/ }),
609
+ var UserAgent_DEPRECATED = {
685
610
 
686
- /***/ 1079:
687
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
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
+ },
688
620
 
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
- }
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
+ },
695
630
 
696
- /***/ }),
697
631
 
698
- /***/ 6098:
699
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
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
+ },
700
640
 
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
- }
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
+ },
707
650
 
708
- /***/ }),
709
651
 
710
- /***/ 7930:
711
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
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
+ },
712
661
 
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);
720
662
 
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
+ },
672
+
673
+ /**
674
+ * For Push
675
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
676
+ */
677
+ safari: function() {
678
+ return UserAgent_DEPRECATED.webkit();
679
+ },
721
680
 
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
+ },
722
690
 
723
691
 
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
- }
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
+ },
727
700
 
728
- /***/ }),
729
701
 
730
- /***/ 9745:
731
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
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
+ },
732
711
 
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);
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
+ },
737
720
 
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
- }
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
+ },
748
730
 
749
- /***/ }),
731
+ mobile: function() {
732
+ return _populate() || (_iphone || _ipad || _android || _mobile);
733
+ },
750
734
 
751
- /***/ 3795:
752
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
735
+ nativeApp: function() {
736
+ // webviews inside of the native apps
737
+ return _populate() || _native;
738
+ },
753
739
 
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);
740
+ android: function() {
741
+ return _populate() || _android;
742
+ },
743
+
744
+ ipad: function() {
745
+ return _populate() || _ipad;
746
+ }
747
+ };
759
748
 
749
+ module.exports = UserAgent_DEPRECATED;
760
750
 
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
- }
765
751
 
766
752
  /***/ }),
767
753
 
768
- /***/ 6522:
754
+ /***/ 7545:
769
755
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
770
756
 
771
757
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -783,13 +769,13 @@ function _typeof(o) {
783
769
 
784
770
  /***/ }),
785
771
 
786
- /***/ 9147:
772
+ /***/ 7985:
787
773
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
788
774
 
789
775
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
790
776
  /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
791
777
  /* harmony export */ });
792
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
778
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
793
779
 
794
780
  function _unsupportedIterableToArray(o, minLen) {
795
781
  if (!o) return;
@@ -800,6 +786,35 @@ function _unsupportedIterableToArray(o, minLen) {
800
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);
801
787
  }
802
788
 
789
+ /***/ }),
790
+
791
+ /***/ 8283:
792
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
793
+
794
+ module.exports = __webpack_require__(5022);
795
+
796
+
797
+ /***/ }),
798
+
799
+ /***/ 9824:
800
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
801
+
802
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
803
+ /* harmony export */ "default": () => (/* binding */ toPrimitive)
804
+ /* harmony export */ });
805
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
806
+
807
+ function toPrimitive(t, r) {
808
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
809
+ var e = t[Symbol.toPrimitive];
810
+ if (void 0 !== e) {
811
+ var i = e.call(t, r || "default");
812
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
813
+ throw new TypeError("@@toPrimitive must return a primitive value.");
814
+ }
815
+ return ("string" === r ? String : Number)(t);
816
+ }
817
+
803
818
  /***/ })
804
819
 
805
820
  /******/ });
@@ -860,8 +875,6 @@ function _unsupportedIterableToArray(o, minLen) {
860
875
  /******/
861
876
  /************************************************************************/
862
877
  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
- (() => {
865
878
 
866
879
  // EXPORTS
867
880
  __webpack_require__.d(__webpack_exports__, {
@@ -874,7 +887,7 @@ __webpack_require__.d(__webpack_exports__, {
874
887
  overflowTitle: () => (/* reexport */ external_overflow_title_namespaceObject.overflowTitle)
875
888
  });
876
889
 
877
- ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
890
+ ;// ../../packages/directives/src/clickoutside.ts
878
891
  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; } } }; }
879
892
  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); }
880
893
  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; }
@@ -1001,12 +1014,10 @@ ClickOutside.install = function (app) {
1001
1014
  };
1002
1015
  /* harmony default export */ const clickoutside = (ClickOutside);
1003
1016
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
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
1017
+ var esm_typeof = __webpack_require__(7545);
1018
+ // EXTERNAL MODULE: external "../popover"
1019
+ var popover_ = __webpack_require__(592);
1020
+ ;// ../../packages/directives/src/ellipsis.ts
1010
1021
 
1011
1022
  /*
1012
1023
  * Tencent is pleased to support the open source community by making
@@ -1083,7 +1094,7 @@ var createInstance = function createInstance(el, binding) {
1083
1094
  onContentMouseenter: handleContentEnter,
1084
1095
  onContentMouseleave: handleContentLeave
1085
1096
  });
1086
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
1097
+ instance = (0,popover_.$bkPopover)(targetOptions);
1087
1098
  }, 300);
1088
1099
  };
1089
1100
  var handleMouseLeave = function handleMouseLeave() {
@@ -1117,9 +1128,9 @@ var ellipsis = {
1117
1128
  };
1118
1129
  /* harmony default export */ const src_ellipsis = (ellipsis);
1119
1130
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
1120
- var normalize_wheel = __webpack_require__(2439);
1131
+ var normalize_wheel = __webpack_require__(8283);
1121
1132
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
1122
- ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
1133
+ ;// ../../packages/directives/src/mousewheel.ts
1123
1134
  /*
1124
1135
  * Tencent is pleased to support the open source community by making
1125
1136
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1162,18 +1173,20 @@ var mousewheel = {
1162
1173
  };
1163
1174
  /* harmony default export */ const src_mousewheel = (mousewheel);
1164
1175
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1165
- var defineProperty = __webpack_require__(6666);
1176
+ var defineProperty = __webpack_require__(4586);
1166
1177
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1167
- var toConsumableArray = __webpack_require__(7930);
1178
+ var toConsumableArray = __webpack_require__(5153);
1168
1179
  // EXTERNAL MODULE: external "vue"
1169
- var external_vue_ = __webpack_require__(6609);
1180
+ var external_vue_ = __webpack_require__(5286);
1170
1181
  // EXTERNAL MODULE: external "../shared"
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
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
1177
1190
 
1178
1191
 
1179
1192
 
@@ -1465,15 +1478,19 @@ function hide(el) {
1465
1478
  }
1466
1479
  }
1467
1480
  /* harmony default export */ const src_tooltips = (tooltips);
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
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
1477
1494
  /*
1478
1495
  * Tencent is pleased to support the open source community by making
1479
1496
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1506,8 +1523,6 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ ["ov
1506
1523
 
1507
1524
 
1508
1525
  // export { createInstance as bkEllipsisInstance } from './ellipsis';
1509
- })();
1510
-
1511
1526
  var __webpack_exports__bkEllipsis = __webpack_exports__.bkEllipsis;
1512
1527
  var __webpack_exports__bkEllipsisInstance = __webpack_exports__.bkEllipsisInstance;
1513
1528
  var __webpack_exports__bkLoading = __webpack_exports__.bkLoading;