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
@@ -3,12 +3,11 @@ import "./search-select.less";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
4
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
6
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
6
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
10
10
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
11
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
12
11
  import "../popover/popover.less";
13
12
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__ from "../checkbox";
14
13
  import "../checkbox/checkbox.less";
@@ -16,15 +15,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_radio_d36f24cf__ from "../rad
16
15
  import "../radio/radio.less";
17
16
  /******/ var __webpack_modules__ = ({
18
17
 
19
- /***/ 2439:
20
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
21
-
22
- module.exports = __webpack_require__(2527);
23
-
24
-
25
- /***/ }),
26
-
27
- /***/ 7430:
18
+ /***/ 1043:
28
19
  /***/ ((module) => {
29
20
 
30
21
  /**
@@ -74,296 +65,7 @@ module.exports = ExecutionEnvironment;
74
65
 
75
66
  /***/ }),
76
67
 
77
- /***/ 6377:
78
- /***/ ((module) => {
79
-
80
- /**
81
- * Copyright 2004-present Facebook. All Rights Reserved.
82
- *
83
- * @providesModule UserAgent_DEPRECATED
84
- */
85
-
86
- /**
87
- * Provides entirely client-side User Agent and OS detection. You should prefer
88
- * the non-deprecated UserAgent module when possible, which exposes our
89
- * authoritative server-side PHP-based detection to the client.
90
- *
91
- * Usage is straightforward:
92
- *
93
- * if (UserAgent_DEPRECATED.ie()) {
94
- * // IE
95
- * }
96
- *
97
- * You can also do version checks:
98
- *
99
- * if (UserAgent_DEPRECATED.ie() >= 7) {
100
- * // IE7 or better
101
- * }
102
- *
103
- * The browser functions will return NaN if the browser does not match, so
104
- * you can also do version compares the other way:
105
- *
106
- * if (UserAgent_DEPRECATED.ie() < 7) {
107
- * // IE6 or worse
108
- * }
109
- *
110
- * Note that the version is a float and may include a minor version number,
111
- * so you should always use range operators to perform comparisons, not
112
- * strict equality.
113
- *
114
- * **Note:** You should **strongly** prefer capability detection to browser
115
- * version detection where it's reasonable:
116
- *
117
- * http://www.quirksmode.org/js/support.html
118
- *
119
- * Further, we have a large number of mature wrapper functions and classes
120
- * which abstract away many browser irregularities. Check the documentation,
121
- * grep for things, or ask on javascript@lists.facebook.com before writing yet
122
- * another copy of "event || window.event".
123
- *
124
- */
125
-
126
- var _populated = false;
127
-
128
- // Browsers
129
- var _ie, _firefox, _opera, _webkit, _chrome;
130
-
131
- // Actual IE browser for compatibility mode
132
- var _ie_real_version;
133
-
134
- // Platforms
135
- var _osx, _windows, _linux, _android;
136
-
137
- // Architectures
138
- var _win64;
139
-
140
- // Devices
141
- var _iphone, _ipad, _native;
142
-
143
- var _mobile;
144
-
145
- function _populate() {
146
- if (_populated) {
147
- return;
148
- }
149
-
150
- _populated = true;
151
-
152
- // To work around buggy JS libraries that can't handle multi-digit
153
- // version numbers, Opera 10's user agent string claims it's Opera
154
- // 9, then later includes a Version/X.Y field:
155
- //
156
- // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
157
- var uas = navigator.userAgent;
158
- 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);
159
- var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
160
-
161
- _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
162
- _ipad = /\b(iP[ao]d)/.exec(uas);
163
- _android = /Android/i.exec(uas);
164
- _native = /FBAN\/\w+;/i.exec(uas);
165
- _mobile = /Mobile/i.exec(uas);
166
-
167
- // Note that the IE team blog would have you believe you should be checking
168
- // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
169
- // from either x64 or ia64; so ultimately, you should just check for Win64
170
- // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
171
- // Windows will send 'WOW64' instead.
172
- _win64 = !!(/Win64/.exec(uas));
173
-
174
- if (agent) {
175
- _ie = agent[1] ? parseFloat(agent[1]) : (
176
- agent[5] ? parseFloat(agent[5]) : NaN);
177
- // IE compatibility mode
178
- if (_ie && document && document.documentMode) {
179
- _ie = document.documentMode;
180
- }
181
- // grab the "true" ie version from the trident token if available
182
- var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
183
- _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
184
-
185
- _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
186
- _opera = agent[3] ? parseFloat(agent[3]) : NaN;
187
- _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
188
- if (_webkit) {
189
- // We do not add the regexp to the above test, because it will always
190
- // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
191
- // the userAgent string.
192
- agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
193
- _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
194
- } else {
195
- _chrome = NaN;
196
- }
197
- } else {
198
- _ie = _firefox = _opera = _chrome = _webkit = NaN;
199
- }
200
-
201
- if (os) {
202
- if (os[1]) {
203
- // Detect OS X version. If no version number matches, set _osx to true.
204
- // Version examples: 10, 10_6_1, 10.7
205
- // Parses version number as a float, taking only first two sets of
206
- // digits. If only one set of digits is found, returns just the major
207
- // version number.
208
- var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
209
-
210
- _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
211
- } else {
212
- _osx = false;
213
- }
214
- _windows = !!os[2];
215
- _linux = !!os[3];
216
- } else {
217
- _osx = _windows = _linux = false;
218
- }
219
- }
220
-
221
- var UserAgent_DEPRECATED = {
222
-
223
- /**
224
- * Check if the UA is Internet Explorer.
225
- *
226
- *
227
- * @return float|NaN Version number (if match) or NaN.
228
- */
229
- ie: function() {
230
- return _populate() || _ie;
231
- },
232
-
233
- /**
234
- * Check if we're in Internet Explorer compatibility mode.
235
- *
236
- * @return bool true if in compatibility mode, false if
237
- * not compatibility mode or not ie
238
- */
239
- ieCompatibilityMode: function() {
240
- return _populate() || (_ie_real_version > _ie);
241
- },
242
-
243
-
244
- /**
245
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
246
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
247
- * this when we don't need it -- tracked by #601957.
248
- */
249
- ie64: function() {
250
- return UserAgent_DEPRECATED.ie() && _win64;
251
- },
252
-
253
- /**
254
- * Check if the UA is Firefox.
255
- *
256
- *
257
- * @return float|NaN Version number (if match) or NaN.
258
- */
259
- firefox: function() {
260
- return _populate() || _firefox;
261
- },
262
-
263
-
264
- /**
265
- * Check if the UA is Opera.
266
- *
267
- *
268
- * @return float|NaN Version number (if match) or NaN.
269
- */
270
- opera: function() {
271
- return _populate() || _opera;
272
- },
273
-
274
-
275
- /**
276
- * Check if the UA is WebKit.
277
- *
278
- *
279
- * @return float|NaN Version number (if match) or NaN.
280
- */
281
- webkit: function() {
282
- return _populate() || _webkit;
283
- },
284
-
285
- /**
286
- * For Push
287
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
288
- */
289
- safari: function() {
290
- return UserAgent_DEPRECATED.webkit();
291
- },
292
-
293
- /**
294
- * Check if the UA is a Chrome browser.
295
- *
296
- *
297
- * @return float|NaN Version number (if match) or NaN.
298
- */
299
- chrome : function() {
300
- return _populate() || _chrome;
301
- },
302
-
303
-
304
- /**
305
- * Check if the user is running Windows.
306
- *
307
- * @return bool `true' if the user's OS is Windows.
308
- */
309
- windows: function() {
310
- return _populate() || _windows;
311
- },
312
-
313
-
314
- /**
315
- * Check if the user is running Mac OS X.
316
- *
317
- * @return float|bool Returns a float if a version number is detected,
318
- * otherwise true/false.
319
- */
320
- osx: function() {
321
- return _populate() || _osx;
322
- },
323
-
324
- /**
325
- * Check if the user is running Linux.
326
- *
327
- * @return bool `true' if the user's OS is some flavor of Linux.
328
- */
329
- linux: function() {
330
- return _populate() || _linux;
331
- },
332
-
333
- /**
334
- * Check if the user is running on an iPhone or iPod platform.
335
- *
336
- * @return bool `true' if the user is running some flavor of the
337
- * iPhone OS.
338
- */
339
- iphone: function() {
340
- return _populate() || _iphone;
341
- },
342
-
343
- mobile: function() {
344
- return _populate() || (_iphone || _ipad || _android || _mobile);
345
- },
346
-
347
- nativeApp: function() {
348
- // webviews inside of the native apps
349
- return _populate() || _native;
350
- },
351
-
352
- android: function() {
353
- return _populate() || _android;
354
- },
355
-
356
- ipad: function() {
357
- return _populate() || _ipad;
358
- }
359
- };
360
-
361
- module.exports = UserAgent_DEPRECATED;
362
-
363
-
364
- /***/ }),
365
-
366
- /***/ 3541:
68
+ /***/ 2586:
367
69
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
368
70
 
369
71
  /**
@@ -379,7 +81,7 @@ module.exports = UserAgent_DEPRECATED;
379
81
 
380
82
 
381
83
 
382
- var ExecutionEnvironment = __webpack_require__(7430);
84
+ var ExecutionEnvironment = __webpack_require__(1043);
383
85
 
384
86
  var useHasFeature;
385
87
  if (ExecutionEnvironment.canUseDOM) {
@@ -433,7 +135,23 @@ module.exports = isEventSupported;
433
135
 
434
136
  /***/ }),
435
137
 
436
- /***/ 2527:
138
+ /***/ 4319:
139
+ /***/ ((module) => {
140
+
141
+ function _typeof(o) {
142
+ "@babel/helpers - typeof";
143
+
144
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
145
+ return typeof o;
146
+ } : function (o) {
147
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
148
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
149
+ }
150
+ module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
151
+
152
+ /***/ }),
153
+
154
+ /***/ 5022:
437
155
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
438
156
 
439
157
  /**
@@ -450,9 +168,9 @@ module.exports = isEventSupported;
450
168
 
451
169
 
452
170
 
453
- var UserAgent_DEPRECATED = __webpack_require__(6377);
171
+ var UserAgent_DEPRECATED = __webpack_require__(7416);
454
172
 
455
- var isEventSupported = __webpack_require__(3541);
173
+ var isEventSupported = __webpack_require__(2586);
456
174
 
457
175
 
458
176
  // Reasonable defaults
@@ -621,10 +339,32 @@ module.exports = normalizeWheel;
621
339
 
622
340
  /***/ }),
623
341
 
624
- /***/ 7609:
342
+ /***/ 5799:
625
343
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
626
344
 
627
- var _typeof = (__webpack_require__(7425)["default"]);
345
+ // TODO(Babel 8): Remove this file.
346
+
347
+ var runtime = __webpack_require__(7048)();
348
+ module.exports = runtime;
349
+
350
+ // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
351
+ try {
352
+ regeneratorRuntime = runtime;
353
+ } catch (accidentalStrictMode) {
354
+ if (typeof globalThis === "object") {
355
+ globalThis.regeneratorRuntime = runtime;
356
+ } else {
357
+ Function("r", "regeneratorRuntime = r")(runtime);
358
+ }
359
+ }
360
+
361
+
362
+ /***/ }),
363
+
364
+ /***/ 7048:
365
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
366
+
367
+ var _typeof = (__webpack_require__(4319)["default"]);
628
368
  function _regeneratorRuntime() {
629
369
  "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
630
370
  module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
@@ -929,43 +669,302 @@ function _regeneratorRuntime() {
929
669
  }
930
670
  module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
931
671
 
932
- /***/ }),
672
+ /***/ }),
673
+
674
+ /***/ 7416:
675
+ /***/ ((module) => {
676
+
677
+ /**
678
+ * Copyright 2004-present Facebook. All Rights Reserved.
679
+ *
680
+ * @providesModule UserAgent_DEPRECATED
681
+ */
682
+
683
+ /**
684
+ * Provides entirely client-side User Agent and OS detection. You should prefer
685
+ * the non-deprecated UserAgent module when possible, which exposes our
686
+ * authoritative server-side PHP-based detection to the client.
687
+ *
688
+ * Usage is straightforward:
689
+ *
690
+ * if (UserAgent_DEPRECATED.ie()) {
691
+ * // IE
692
+ * }
693
+ *
694
+ * You can also do version checks:
695
+ *
696
+ * if (UserAgent_DEPRECATED.ie() >= 7) {
697
+ * // IE7 or better
698
+ * }
699
+ *
700
+ * The browser functions will return NaN if the browser does not match, so
701
+ * you can also do version compares the other way:
702
+ *
703
+ * if (UserAgent_DEPRECATED.ie() < 7) {
704
+ * // IE6 or worse
705
+ * }
706
+ *
707
+ * Note that the version is a float and may include a minor version number,
708
+ * so you should always use range operators to perform comparisons, not
709
+ * strict equality.
710
+ *
711
+ * **Note:** You should **strongly** prefer capability detection to browser
712
+ * version detection where it's reasonable:
713
+ *
714
+ * http://www.quirksmode.org/js/support.html
715
+ *
716
+ * Further, we have a large number of mature wrapper functions and classes
717
+ * which abstract away many browser irregularities. Check the documentation,
718
+ * grep for things, or ask on javascript@lists.facebook.com before writing yet
719
+ * another copy of "event || window.event".
720
+ *
721
+ */
722
+
723
+ var _populated = false;
933
724
 
934
- /***/ 7425:
935
- /***/ ((module) => {
725
+ // Browsers
726
+ var _ie, _firefox, _opera, _webkit, _chrome;
936
727
 
937
- function _typeof(o) {
938
- "@babel/helpers - typeof";
728
+ // Actual IE browser for compatibility mode
729
+ var _ie_real_version;
939
730
 
940
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
941
- return typeof o;
942
- } : function (o) {
943
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
944
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
945
- }
946
- module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
731
+ // Platforms
732
+ var _osx, _windows, _linux, _android;
947
733
 
948
- /***/ }),
734
+ // Architectures
735
+ var _win64;
949
736
 
950
- /***/ 2841:
951
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
737
+ // Devices
738
+ var _iphone, _ipad, _native;
952
739
 
953
- // TODO(Babel 8): Remove this file.
740
+ var _mobile;
954
741
 
955
- var runtime = __webpack_require__(7609)();
956
- module.exports = runtime;
742
+ function _populate() {
743
+ if (_populated) {
744
+ return;
745
+ }
957
746
 
958
- // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
959
- try {
960
- regeneratorRuntime = runtime;
961
- } catch (accidentalStrictMode) {
962
- if (typeof globalThis === "object") {
963
- globalThis.regeneratorRuntime = runtime;
747
+ _populated = true;
748
+
749
+ // To work around buggy JS libraries that can't handle multi-digit
750
+ // version numbers, Opera 10's user agent string claims it's Opera
751
+ // 9, then later includes a Version/X.Y field:
752
+ //
753
+ // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
754
+ var uas = navigator.userAgent;
755
+ 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);
756
+ var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
757
+
758
+ _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
759
+ _ipad = /\b(iP[ao]d)/.exec(uas);
760
+ _android = /Android/i.exec(uas);
761
+ _native = /FBAN\/\w+;/i.exec(uas);
762
+ _mobile = /Mobile/i.exec(uas);
763
+
764
+ // Note that the IE team blog would have you believe you should be checking
765
+ // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
766
+ // from either x64 or ia64; so ultimately, you should just check for Win64
767
+ // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
768
+ // Windows will send 'WOW64' instead.
769
+ _win64 = !!(/Win64/.exec(uas));
770
+
771
+ if (agent) {
772
+ _ie = agent[1] ? parseFloat(agent[1]) : (
773
+ agent[5] ? parseFloat(agent[5]) : NaN);
774
+ // IE compatibility mode
775
+ if (_ie && document && document.documentMode) {
776
+ _ie = document.documentMode;
777
+ }
778
+ // grab the "true" ie version from the trident token if available
779
+ var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
780
+ _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
781
+
782
+ _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
783
+ _opera = agent[3] ? parseFloat(agent[3]) : NaN;
784
+ _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
785
+ if (_webkit) {
786
+ // We do not add the regexp to the above test, because it will always
787
+ // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
788
+ // the userAgent string.
789
+ agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
790
+ _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
791
+ } else {
792
+ _chrome = NaN;
793
+ }
964
794
  } else {
965
- Function("r", "regeneratorRuntime = r")(runtime);
795
+ _ie = _firefox = _opera = _chrome = _webkit = NaN;
796
+ }
797
+
798
+ if (os) {
799
+ if (os[1]) {
800
+ // Detect OS X version. If no version number matches, set _osx to true.
801
+ // Version examples: 10, 10_6_1, 10.7
802
+ // Parses version number as a float, taking only first two sets of
803
+ // digits. If only one set of digits is found, returns just the major
804
+ // version number.
805
+ var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
806
+
807
+ _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
808
+ } else {
809
+ _osx = false;
810
+ }
811
+ _windows = !!os[2];
812
+ _linux = !!os[3];
813
+ } else {
814
+ _osx = _windows = _linux = false;
966
815
  }
967
816
  }
968
817
 
818
+ var UserAgent_DEPRECATED = {
819
+
820
+ /**
821
+ * Check if the UA is Internet Explorer.
822
+ *
823
+ *
824
+ * @return float|NaN Version number (if match) or NaN.
825
+ */
826
+ ie: function() {
827
+ return _populate() || _ie;
828
+ },
829
+
830
+ /**
831
+ * Check if we're in Internet Explorer compatibility mode.
832
+ *
833
+ * @return bool true if in compatibility mode, false if
834
+ * not compatibility mode or not ie
835
+ */
836
+ ieCompatibilityMode: function() {
837
+ return _populate() || (_ie_real_version > _ie);
838
+ },
839
+
840
+
841
+ /**
842
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
843
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
844
+ * this when we don't need it -- tracked by #601957.
845
+ */
846
+ ie64: function() {
847
+ return UserAgent_DEPRECATED.ie() && _win64;
848
+ },
849
+
850
+ /**
851
+ * Check if the UA is Firefox.
852
+ *
853
+ *
854
+ * @return float|NaN Version number (if match) or NaN.
855
+ */
856
+ firefox: function() {
857
+ return _populate() || _firefox;
858
+ },
859
+
860
+
861
+ /**
862
+ * Check if the UA is Opera.
863
+ *
864
+ *
865
+ * @return float|NaN Version number (if match) or NaN.
866
+ */
867
+ opera: function() {
868
+ return _populate() || _opera;
869
+ },
870
+
871
+
872
+ /**
873
+ * Check if the UA is WebKit.
874
+ *
875
+ *
876
+ * @return float|NaN Version number (if match) or NaN.
877
+ */
878
+ webkit: function() {
879
+ return _populate() || _webkit;
880
+ },
881
+
882
+ /**
883
+ * For Push
884
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
885
+ */
886
+ safari: function() {
887
+ return UserAgent_DEPRECATED.webkit();
888
+ },
889
+
890
+ /**
891
+ * Check if the UA is a Chrome browser.
892
+ *
893
+ *
894
+ * @return float|NaN Version number (if match) or NaN.
895
+ */
896
+ chrome : function() {
897
+ return _populate() || _chrome;
898
+ },
899
+
900
+
901
+ /**
902
+ * Check if the user is running Windows.
903
+ *
904
+ * @return bool `true' if the user's OS is Windows.
905
+ */
906
+ windows: function() {
907
+ return _populate() || _windows;
908
+ },
909
+
910
+
911
+ /**
912
+ * Check if the user is running Mac OS X.
913
+ *
914
+ * @return float|bool Returns a float if a version number is detected,
915
+ * otherwise true/false.
916
+ */
917
+ osx: function() {
918
+ return _populate() || _osx;
919
+ },
920
+
921
+ /**
922
+ * Check if the user is running Linux.
923
+ *
924
+ * @return bool `true' if the user's OS is some flavor of Linux.
925
+ */
926
+ linux: function() {
927
+ return _populate() || _linux;
928
+ },
929
+
930
+ /**
931
+ * Check if the user is running on an iPhone or iPod platform.
932
+ *
933
+ * @return bool `true' if the user is running some flavor of the
934
+ * iPhone OS.
935
+ */
936
+ iphone: function() {
937
+ return _populate() || _iphone;
938
+ },
939
+
940
+ mobile: function() {
941
+ return _populate() || (_iphone || _ipad || _android || _mobile);
942
+ },
943
+
944
+ nativeApp: function() {
945
+ // webviews inside of the native apps
946
+ return _populate() || _native;
947
+ },
948
+
949
+ android: function() {
950
+ return _populate() || _android;
951
+ },
952
+
953
+ ipad: function() {
954
+ return _populate() || _ipad;
955
+ }
956
+ };
957
+
958
+ module.exports = UserAgent_DEPRECATED;
959
+
960
+
961
+ /***/ }),
962
+
963
+ /***/ 8283:
964
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
965
+
966
+ module.exports = __webpack_require__(5022);
967
+
969
968
 
970
969
  /***/ })
971
970
 
@@ -1027,8 +1026,6 @@ try {
1027
1026
  /******/
1028
1027
  /************************************************************************/
1029
1028
  var __webpack_exports__ = {};
1030
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1031
- (() => {
1032
1029
 
1033
1030
  // EXPORTS
1034
1031
  __webpack_require__.d(__webpack_exports__, {
@@ -1036,11 +1033,13 @@ __webpack_require__.d(__webpack_exports__, {
1036
1033
  "default": () => (/* binding */ src)
1037
1034
  });
1038
1035
 
1039
- ;// CONCATENATED MODULE: external "../shared"
1040
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1041
- var y = x => () => x
1042
- const shared_namespaceObject = x({ ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["debounce"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.debounce, ["random"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.random, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
1043
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1036
+ ;// external "../shared"
1037
+ var x = (y) => {
1038
+ var x = {}; __webpack_require__.d(x, y); return x
1039
+ }
1040
+ var y = (x) => (() => (x))
1041
+ const shared_namespaceObject = x({ ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["debounce"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.debounce), ["random"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.random), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
1042
+ ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1044
1043
  function _typeof(o) {
1045
1044
  "@babel/helpers - typeof";
1046
1045
 
@@ -1050,7 +1049,7 @@ function _typeof(o) {
1050
1049
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1051
1050
  }, _typeof(o);
1052
1051
  }
1053
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
1052
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
1054
1053
 
1055
1054
  function toPrimitive(t, r) {
1056
1055
  if ("object" != _typeof(t) || !t) return t;
@@ -1062,14 +1061,14 @@ function toPrimitive(t, r) {
1062
1061
  }
1063
1062
  return ("string" === r ? String : Number)(t);
1064
1063
  }
1065
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1064
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1066
1065
 
1067
1066
 
1068
1067
  function toPropertyKey(t) {
1069
1068
  var i = toPrimitive(t, "string");
1070
1069
  return "symbol" == _typeof(i) ? i : String(i);
1071
1070
  }
1072
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1071
+ ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1073
1072
 
1074
1073
  function _defineProperty(obj, key, value) {
1075
1074
  key = toPropertyKey(key);
@@ -1085,15 +1084,19 @@ function _defineProperty(obj, key, value) {
1085
1084
  }
1086
1085
  return obj;
1087
1086
  }
1088
- ;// CONCATENATED MODULE: external "vue"
1089
- var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1090
- var external_vue_y = x => () => x
1091
- const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["shallowRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.shallowRef, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
1092
- ;// CONCATENATED MODULE: external "../config-provider"
1093
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1094
- var config_provider_y = x => () => x
1095
- const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
1096
- ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
1087
+ ;// external "vue"
1088
+ var external_vue_x = (y) => {
1089
+ var x = {}; __webpack_require__.d(x, y); return x
1090
+ }
1091
+ var external_vue_y = (x) => (() => (x))
1092
+ const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Fragment), ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["createTextVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode), ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["inject"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.inject), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["onBeforeUnmount"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["provide"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.provide), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["shallowRef"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.shallowRef), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
1093
+ ;// external "../config-provider"
1094
+ var config_provider_x = (y) => {
1095
+ var x = {}; __webpack_require__.d(x, y); return x
1096
+ }
1097
+ var config_provider_y = (x) => (() => (x))
1098
+ const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale), ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
1099
+ ;// ../../packages/directives/src/clickoutside.ts
1097
1100
  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; } } }; }
1098
1101
  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); }
1099
1102
  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; }
@@ -1219,11 +1222,13 @@ ClickOutside.install = function (app) {
1219
1222
  app.directive('bkTooltips', ClickOutside);
1220
1223
  };
1221
1224
  /* harmony default export */ const clickoutside = (ClickOutside);
1222
- ;// CONCATENATED MODULE: external "../plugin-popover"
1223
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1224
- var plugin_popover_y = x => () => x
1225
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
1226
- ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1225
+ ;// external "../popover"
1226
+ var popover_x = (y) => {
1227
+ var x = {}; __webpack_require__.d(x, y); return x
1228
+ }
1229
+ var popover_y = (x) => (() => (x))
1230
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover), ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"]) });
1231
+ ;// ../../packages/directives/src/ellipsis.ts
1227
1232
 
1228
1233
  /*
1229
1234
  * Tencent is pleased to support the open source community by making
@@ -1300,7 +1305,7 @@ var createInstance = function createInstance(el, binding) {
1300
1305
  onContentMouseenter: handleContentEnter,
1301
1306
  onContentMouseleave: handleContentLeave
1302
1307
  });
1303
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
1308
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
1304
1309
  }, 300);
1305
1310
  };
1306
1311
  var handleMouseLeave = function handleMouseLeave() {
@@ -1334,9 +1339,9 @@ var ellipsis = {
1334
1339
  };
1335
1340
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
1336
1341
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
1337
- var normalize_wheel = __webpack_require__(2439);
1342
+ var normalize_wheel = __webpack_require__(8283);
1338
1343
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
1339
- ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
1344
+ ;// ../../packages/directives/src/mousewheel.ts
1340
1345
  /*
1341
1346
  * Tencent is pleased to support the open source community by making
1342
1347
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1378,22 +1383,22 @@ var mousewheel = {
1378
1383
  }
1379
1384
  };
1380
1385
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
1381
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1386
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1382
1387
  function arrayLikeToArray_arrayLikeToArray(arr, len) {
1383
1388
  if (len == null || len > arr.length) len = arr.length;
1384
1389
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1385
1390
  return arr2;
1386
1391
  }
1387
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1392
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1388
1393
 
1389
1394
  function _arrayWithoutHoles(arr) {
1390
1395
  if (Array.isArray(arr)) return arrayLikeToArray_arrayLikeToArray(arr);
1391
1396
  }
1392
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1397
+ ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1393
1398
  function _iterableToArray(iter) {
1394
1399
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1395
1400
  }
1396
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1401
+ ;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1397
1402
 
1398
1403
  function unsupportedIterableToArray_unsupportedIterableToArray(o, minLen) {
1399
1404
  if (!o) return;
@@ -1403,11 +1408,11 @@ function unsupportedIterableToArray_unsupportedIterableToArray(o, minLen) {
1403
1408
  if (n === "Map" || n === "Set") return Array.from(o);
1404
1409
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray_arrayLikeToArray(o, minLen);
1405
1410
  }
1406
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1411
+ ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1407
1412
  function _nonIterableSpread() {
1408
1413
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1409
1414
  }
1410
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1415
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1411
1416
 
1412
1417
 
1413
1418
 
@@ -1415,11 +1420,13 @@ function _nonIterableSpread() {
1415
1420
  function _toConsumableArray(arr) {
1416
1421
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || unsupportedIterableToArray_unsupportedIterableToArray(arr) || _nonIterableSpread();
1417
1422
  }
1418
- ;// CONCATENATED MODULE: external "@popperjs/core"
1419
- var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1420
- var core_y = x => () => x
1421
- const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
1422
- ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
1423
+ ;// external "@popperjs/core"
1424
+ var core_x = (y) => {
1425
+ var x = {}; __webpack_require__.d(x, y); return x
1426
+ }
1427
+ var core_y = (x) => (() => (x))
1428
+ const core_namespaceObject = core_x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
1429
+ ;// ../../packages/directives/src/tooltips.ts
1423
1430
 
1424
1431
 
1425
1432
 
@@ -1711,15 +1718,19 @@ function hide(el) {
1711
1718
  }
1712
1719
  }
1713
1720
  /* harmony default export */ const src_tooltips = ((/* unused pure expression or super */ null && (tooltips)));
1714
- ;// CONCATENATED MODULE: external "../loading"
1715
- var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1716
- var external_loading_y = x => () => x
1721
+ ;// external "../loading"
1722
+ var external_loading_x = (y) => {
1723
+ var x = {}; __webpack_require__.d(x, y); return x
1724
+ }
1725
+ var external_loading_y = (x) => (() => (x))
1717
1726
  const external_loading_namespaceObject = external_loading_x({ });
1718
- ;// CONCATENATED MODULE: external "../overflow-title"
1719
- var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1720
- var external_overflow_title_y = x => () => x
1727
+ ;// external "../overflow-title"
1728
+ var external_overflow_title_x = (y) => {
1729
+ var x = {}; __webpack_require__.d(x, y); return x
1730
+ }
1731
+ var external_overflow_title_y = (x) => (() => (x))
1721
1732
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
1722
- ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
1733
+ ;// ../../packages/directives/src/index.ts
1723
1734
  /*
1724
1735
  * Tencent is pleased to support the open source community by making
1725
1736
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1752,11 +1763,13 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
1752
1763
 
1753
1764
 
1754
1765
  // export { createInstance as bkEllipsisInstance } from './ellipsis';
1755
- ;// CONCATENATED MODULE: external "../icon"
1756
- var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1757
- var icon_y = x => () => x
1758
- const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error, ["ExclamationCircleShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.ExclamationCircleShape, ["Search"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Search });
1759
- ;// CONCATENATED MODULE: ../../node_modules/@blueking/fork-resize-detector/esm/index.js
1766
+ ;// external "../icon"
1767
+ var icon_x = (y) => {
1768
+ var x = {}; __webpack_require__.d(x, y); return x
1769
+ }
1770
+ var icon_y = (x) => (() => (x))
1771
+ const icon_namespaceObject = icon_x({ ["Close"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close), ["Error"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error), ["ExclamationCircleShape"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.ExclamationCircleShape), ["Search"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Search) });
1772
+ ;// ../../node_modules/@blueking/fork-resize-detector/esm/index.js
1760
1773
  var raf = null;
1761
1774
  function requestAnimationFrame (callback) {
1762
1775
  if (!raf) {
@@ -2072,11 +2085,11 @@ function resetTriggers (elem) {
2072
2085
 
2073
2086
 
2074
2087
 
2075
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
2088
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
2076
2089
  function _arrayWithHoles(arr) {
2077
2090
  if (Array.isArray(arr)) return arr;
2078
2091
  }
2079
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
2092
+ ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
2080
2093
  function _iterableToArrayLimit(r, l) {
2081
2094
  var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
2082
2095
  if (null != t) {
@@ -2104,11 +2117,11 @@ function _iterableToArrayLimit(r, l) {
2104
2117
  return a;
2105
2118
  }
2106
2119
  }
2107
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
2120
+ ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
2108
2121
  function _nonIterableRest() {
2109
2122
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2110
2123
  }
2111
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
2124
+ ;// ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
2112
2125
 
2113
2126
 
2114
2127
 
@@ -2116,7 +2129,7 @@ function _nonIterableRest() {
2116
2129
  function _slicedToArray(arr, i) {
2117
2130
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || unsupportedIterableToArray_unsupportedIterableToArray(arr, i) || _nonIterableRest();
2118
2131
  }
2119
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
2132
+ ;// ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
2120
2133
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
2121
2134
  try {
2122
2135
  var info = gen[key](arg);
@@ -2148,39 +2161,45 @@ function _asyncToGenerator(fn) {
2148
2161
  };
2149
2162
  }
2150
2163
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/regenerator/index.js
2151
- var regenerator = __webpack_require__(2841);
2164
+ var regenerator = __webpack_require__(5799);
2152
2165
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
2153
- ;// CONCATENATED MODULE: external "../popover"
2154
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2155
- var popover_y = x => () => x
2156
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
2157
- ;// CONCATENATED MODULE: external "../popover/popover.less"
2158
- var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2159
- var popover_less_y = x => () => x
2166
+ ;// external "../popover/popover.less"
2167
+ var popover_less_x = (y) => {
2168
+ var x = {}; __webpack_require__.d(x, y); return x
2169
+ }
2170
+ var popover_less_y = (x) => (() => (x))
2160
2171
  const popover_less_namespaceObject = popover_less_x({ });
2161
- ;// CONCATENATED MODULE: external "../checkbox"
2162
- var checkbox_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2163
- var checkbox_y = x => () => x
2164
- const checkbox_namespaceObject = checkbox_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"] });
2165
- ;// CONCATENATED MODULE: external "../checkbox/checkbox.less"
2166
- var checkbox_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2167
- var checkbox_less_y = x => () => x
2172
+ ;// external "../checkbox"
2173
+ var checkbox_x = (y) => {
2174
+ var x = {}; __webpack_require__.d(x, y); return x
2175
+ }
2176
+ var checkbox_y = (x) => (() => (x))
2177
+ const checkbox_namespaceObject = checkbox_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"]) });
2178
+ ;// external "../checkbox/checkbox.less"
2179
+ var checkbox_less_x = (y) => {
2180
+ var x = {}; __webpack_require__.d(x, y); return x
2181
+ }
2182
+ var checkbox_less_y = (x) => (() => (x))
2168
2183
  const checkbox_less_namespaceObject = checkbox_less_x({ });
2169
- ;// CONCATENATED MODULE: external "../radio"
2170
- var radio_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2171
- var radio_y = x => () => x
2172
- const radio_namespaceObject = radio_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_radio_d36f24cf__["default"] });
2173
- ;// CONCATENATED MODULE: external "../radio/radio.less"
2174
- var radio_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2175
- var radio_less_y = x => () => x
2184
+ ;// external "../radio"
2185
+ var radio_x = (y) => {
2186
+ var x = {}; __webpack_require__.d(x, y); return x
2187
+ }
2188
+ var radio_y = (x) => (() => (x))
2189
+ const radio_namespaceObject = radio_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_radio_d36f24cf__["default"]) });
2190
+ ;// external "../radio/radio.less"
2191
+ var radio_less_x = (y) => {
2192
+ var x = {}; __webpack_require__.d(x, y); return x
2193
+ }
2194
+ var radio_less_y = (x) => (() => (x))
2176
2195
  const radio_less_namespaceObject = radio_less_x({ });
2177
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
2196
+ ;// ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
2178
2197
  function _classCallCheck(instance, Constructor) {
2179
2198
  if (!(instance instanceof Constructor)) {
2180
2199
  throw new TypeError("Cannot call a class as a function");
2181
2200
  }
2182
2201
  }
2183
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/createClass.js
2202
+ ;// ../../node_modules/@babel/runtime/helpers/esm/createClass.js
2184
2203
 
2185
2204
  function _defineProperties(target, props) {
2186
2205
  for (var i = 0; i < props.length; i++) {
@@ -2199,7 +2218,7 @@ function _createClass(Constructor, protoProps, staticProps) {
2199
2218
  });
2200
2219
  return Constructor;
2201
2220
  }
2202
- ;// CONCATENATED MODULE: ../../packages/search-select/src/utils.ts
2221
+ ;// ../../packages/search-select/src/utils.ts
2203
2222
 
2204
2223
 
2205
2224
 
@@ -2463,7 +2482,7 @@ var SelectedItem = /*#__PURE__*/function () {
2463
2482
  }]);
2464
2483
  return SelectedItem;
2465
2484
  }();
2466
- ;// CONCATENATED MODULE: ../../packages/search-select/src/menu.tsx
2485
+ ;// ../../packages/search-select/src/menu.tsx
2467
2486
 
2468
2487
  /*
2469
2488
  * Tencent is pleased to support the open source community by making
@@ -2705,7 +2724,7 @@ var SelectedItem = /*#__PURE__*/function () {
2705
2724
  })]), getListMenu()]);
2706
2725
  }
2707
2726
  }));
2708
- ;// CONCATENATED MODULE: ../../packages/search-select/src/input.tsx
2727
+ ;// ../../packages/search-select/src/input.tsx
2709
2728
 
2710
2729
 
2711
2730
 
@@ -3807,7 +3826,7 @@ function input_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { va
3807
3826
  });
3808
3827
  }
3809
3828
  }));
3810
- ;// CONCATENATED MODULE: ../../packages/search-select/src/selected.tsx
3829
+ ;// ../../packages/search-select/src/selected.tsx
3811
3830
 
3812
3831
 
3813
3832
  function selected_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -3974,7 +3993,7 @@ function selected_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
3974
3993
  })]);
3975
3994
  }
3976
3995
  }));
3977
- ;// CONCATENATED MODULE: ../../packages/search-select/src/search-select.tsx
3996
+ ;// ../../packages/search-select/src/search-select.tsx
3978
3997
 
3979
3998
 
3980
3999
  function search_select_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -4428,7 +4447,7 @@ var SearchSelectProps = {
4428
4447
  }, null), this.validateStr || ''])])]);
4429
4448
  }
4430
4449
  }));
4431
- ;// CONCATENATED MODULE: ../../packages/search-select/src/index.ts
4450
+ ;// ../../packages/search-select/src/index.ts
4432
4451
  /*
4433
4452
  * Tencent is pleased to support the open source community by making
4434
4453
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -4459,8 +4478,6 @@ var SearchSelectProps = {
4459
4478
  var BkSearchSelect = (0,shared_namespaceObject.withInstall)(search_select);
4460
4479
  /* harmony default export */ const src = (BkSearchSelect);
4461
4480
 
4462
- })();
4463
-
4464
4481
  var __webpack_exports__BkSearchSelect = __webpack_exports__.BkSearchSelect;
4465
4482
  var __webpack_exports__default = __webpack_exports__["default"];
4466
4483
  export { __webpack_exports__BkSearchSelect as BkSearchSelect, __webpack_exports__default as default };