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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/dist/index.cjs.js +1 -1
  2. package/dist/index.esm.js +1 -1
  3. package/dist/index.umd.js +1 -1
  4. package/lib/affix/index.js +22 -30
  5. package/lib/alert/index.js +22 -30
  6. package/lib/animate-number/index.js +10 -14
  7. package/lib/backtop/index.js +22 -32
  8. package/lib/badge/index.js +18 -24
  9. package/lib/breadcrumb/index.js +23 -31
  10. package/lib/button/index.js +26 -36
  11. package/lib/card/index.js +33 -47
  12. package/lib/cascader/index.js +619 -649
  13. package/lib/checkbox/index.js +34 -44
  14. package/lib/code-diff/index.js +79 -83
  15. package/lib/collapse/index.js +33 -39
  16. package/lib/collapse-transition/index.js +14 -20
  17. package/lib/color-picker/index.js +596 -612
  18. package/lib/config-provider/index.js +26 -34
  19. package/lib/container/index.js +21 -27
  20. package/lib/date-picker/index.js +622 -644
  21. package/lib/dialog/index.js +87 -101
  22. package/lib/directives/index.js +429 -437
  23. package/lib/divider/index.js +15 -21
  24. package/lib/dropdown/index.js +31 -43
  25. package/lib/exception/index.js +49 -55
  26. package/lib/fixed-navbar/index.js +14 -20
  27. package/lib/form/index.js +610 -634
  28. package/lib/icon/angle-double-down-line.js +12 -14
  29. package/lib/icon/angle-double-left-line.js +12 -14
  30. package/lib/icon/angle-double-left.js +12 -14
  31. package/lib/icon/angle-double-right-line.js +12 -14
  32. package/lib/icon/angle-double-right.js +12 -14
  33. package/lib/icon/angle-double-up-line.js +12 -14
  34. package/lib/icon/angle-down-fill.js +12 -14
  35. package/lib/icon/angle-down-line.js +12 -14
  36. package/lib/icon/angle-down.js +12 -14
  37. package/lib/icon/angle-left.js +12 -14
  38. package/lib/icon/angle-right.js +12 -14
  39. package/lib/icon/angle-up-fill.js +12 -14
  40. package/lib/icon/angle-up.js +12 -14
  41. package/lib/icon/archive-fill.js +12 -14
  42. package/lib/icon/arrows-left.js +12 -14
  43. package/lib/icon/arrows-right.js +12 -14
  44. package/lib/icon/assistant.js +12 -14
  45. package/lib/icon/audio-fill.js +12 -14
  46. package/lib/icon/bk.js +12 -14
  47. package/lib/icon/circle.js +12 -14
  48. package/lib/icon/close-line.js +12 -14
  49. package/lib/icon/close.js +12 -14
  50. package/lib/icon/code.js +12 -14
  51. package/lib/icon/cog-shape.js +12 -14
  52. package/lib/icon/collapse-left.js +12 -14
  53. package/lib/icon/copy-shape.js +12 -14
  54. package/lib/icon/copy.js +12 -14
  55. package/lib/icon/data-shape.js +12 -14
  56. package/lib/icon/del.js +12 -14
  57. package/lib/icon/doc-fill.js +12 -14
  58. package/lib/icon/done.js +12 -14
  59. package/lib/icon/down-shape.js +12 -14
  60. package/lib/icon/down-small.js +12 -14
  61. package/lib/icon/edit-line.js +12 -14
  62. package/lib/icon/ellipsis.js +12 -14
  63. package/lib/icon/enlarge-line.js +12 -14
  64. package/lib/icon/error.js +12 -14
  65. package/lib/icon/excel-fill.js +12 -14
  66. package/lib/icon/exclamation-circle-shape.js +12 -14
  67. package/lib/icon/eye.js +12 -14
  68. package/lib/icon/filliscreen-line.js +12 -14
  69. package/lib/icon/fix-line.js +12 -14
  70. package/lib/icon/fix-shape.js +12 -14
  71. package/lib/icon/folder-open.js +12 -14
  72. package/lib/icon/folder-shape-open.js +12 -14
  73. package/lib/icon/folder-shape.js +12 -14
  74. package/lib/icon/folder.js +12 -14
  75. package/lib/icon/funnel.js +12 -14
  76. package/lib/icon/grag-fill.js +12 -14
  77. package/lib/icon/help-document-fill.js +12 -14
  78. package/lib/icon/help-fill.js +12 -14
  79. package/lib/icon/help.js +12 -14
  80. package/lib/icon/image-fill.js +12 -14
  81. package/lib/icon/img-error.js +12 -14
  82. package/lib/icon/img-placehoulder.js +12 -14
  83. package/lib/icon/info-line.js +12 -14
  84. package/lib/icon/info.js +12 -14
  85. package/lib/icon/left-shape.js +12 -14
  86. package/lib/icon/left-turn-line.js +12 -14
  87. package/lib/icon/loading.js +12 -14
  88. package/lib/icon/narrow-line.js +12 -14
  89. package/lib/icon/original.js +12 -14
  90. package/lib/icon/pdf-fill.js +12 -14
  91. package/lib/icon/play-shape.js +12 -14
  92. package/lib/icon/plus.js +12 -14
  93. package/lib/icon/ppt-fill.js +12 -14
  94. package/lib/icon/qq.js +12 -14
  95. package/lib/icon/right-shape.js +12 -14
  96. package/lib/icon/right-turn-line.js +12 -14
  97. package/lib/icon/search.js +12 -14
  98. package/lib/icon/share.js +12 -14
  99. package/lib/icon/spinner.js +12 -14
  100. package/lib/icon/success.js +12 -14
  101. package/lib/icon/switcher-loading.js +12 -14
  102. package/lib/icon/text-all.js +12 -14
  103. package/lib/icon/text-file.js +12 -14
  104. package/lib/icon/text-fill.js +12 -14
  105. package/lib/icon/transfer.js +12 -14
  106. package/lib/icon/tree-application-shape.js +12 -14
  107. package/lib/icon/unfull-screen.js +12 -14
  108. package/lib/icon/unvisible.js +12 -14
  109. package/lib/icon/up-shape.js +12 -14
  110. package/lib/icon/upload.js +12 -14
  111. package/lib/icon/video-fill.js +12 -14
  112. package/lib/icon/warn.js +12 -14
  113. package/lib/icon/weixin-pro.js +12 -14
  114. package/lib/icon/weixin.js +12 -14
  115. package/lib/image/index.js +324 -340
  116. package/lib/index.js +1 -1
  117. package/lib/info-box/index.js +87 -101
  118. package/lib/input/index.js +321 -333
  119. package/lib/link/index.js +18 -26
  120. package/lib/loading/index.js +19 -25
  121. package/lib/locale/index.js +3 -3
  122. package/lib/menu/index.js +32 -40
  123. package/lib/message/index.js +41 -47
  124. package/lib/modal/index.js +29 -39
  125. package/lib/navigation/index.js +19 -27
  126. package/lib/notify/index.js +27 -37
  127. package/lib/overflow-title/index.js +29 -41
  128. package/lib/pagination/index.js +46 -62
  129. package/lib/plugin-popover/index.js +5 -7
  130. package/lib/plugins/index.js +5 -7
  131. package/lib/pop-confirm/index.js +33 -49
  132. package/lib/popover/index.js +345 -361
  133. package/lib/popover2/index.js +10 -14
  134. package/lib/process/index.js +74 -78
  135. package/lib/progress/index.js +20 -26
  136. package/lib/radio/index.js +31 -39
  137. package/lib/rate/index.js +19 -25
  138. package/lib/resize-layout/index.js +22 -30
  139. package/lib/scrollbar/index.js +25 -25
  140. package/lib/search-select/index.js +513 -537
  141. package/lib/select/index.js +547 -591
  142. package/lib/shared/index.js +49 -57
  143. package/lib/sideslider/index.js +79 -89
  144. package/lib/slider/index.js +75 -85
  145. package/lib/steps/index.js +72 -78
  146. package/lib/swiper/index.js +18 -24
  147. package/lib/switcher/index.js +22 -30
  148. package/lib/tab/index.js +321 -335
  149. package/lib/table/index.js +606 -666
  150. package/lib/table-column/index.js +9 -13
  151. package/lib/tag/index.js +26 -36
  152. package/lib/tag-input/index.js +352 -380
  153. package/lib/time-picker/index.js +9 -13
  154. package/lib/timeline/index.js +15 -21
  155. package/lib/transfer/index.js +40 -56
  156. package/lib/tree/index.js +76 -100
  157. package/lib/upload/index.js +562 -574
  158. package/lib/virtual-render/index.js +43 -55
  159. package/package.json +1 -1
@@ -19,207 +19,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__ from "../
19
19
  import "../checkbox/checkbox.less";
20
20
  /******/ var __webpack_modules__ = ({
21
21
 
22
- /***/ 205:
23
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
24
-
25
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
26
- /* harmony export */ "default": () => (/* binding */ toPropertyKey)
27
- /* harmony export */ });
28
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7545);
29
- /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9824);
30
-
31
-
32
- function toPropertyKey(t) {
33
- var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
34
- return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
35
- }
36
-
37
- /***/ }),
38
-
39
- /***/ 1043:
40
- /***/ ((module) => {
41
-
42
- /**
43
- * Copyright (c) 2015, Facebook, Inc.
44
- * All rights reserved.
45
- *
46
- * This source code is licensed under the BSD-style license found in the
47
- * LICENSE file in the root directory of this source tree. An additional grant
48
- * of patent rights can be found in the PATENTS file in the same directory.
49
- *
50
- * @providesModule ExecutionEnvironment
51
- */
52
-
53
- /*jslint evil: true */
54
-
55
-
56
-
57
- var canUseDOM = !!(
58
- typeof window !== 'undefined' &&
59
- window.document &&
60
- window.document.createElement
61
- );
62
-
63
- /**
64
- * Simple, lightweight module assisting with the detection and context of
65
- * Worker. Helps avoid circular dependencies and allows code to reason about
66
- * whether or not they are in a Worker, even if they never include the main
67
- * `ReactWorker` dependency.
68
- */
69
- var ExecutionEnvironment = {
70
-
71
- canUseDOM: canUseDOM,
72
-
73
- canUseWorkers: typeof Worker !== 'undefined',
74
-
75
- canUseEventListeners:
76
- canUseDOM && !!(window.addEventListener || window.attachEvent),
77
-
78
- canUseViewport: canUseDOM && !!window.screen,
79
-
80
- isInWorker: !canUseDOM // For now, this is true - might change in the future.
81
-
82
- };
83
-
84
- module.exports = ExecutionEnvironment;
85
-
86
-
87
- /***/ }),
88
-
89
- /***/ 2586:
90
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
91
-
92
- /**
93
- * Copyright 2013-2015, Facebook, Inc.
94
- * All rights reserved.
95
- *
96
- * This source code is licensed under the BSD-style license found in the
97
- * LICENSE file in the root directory of this source tree. An additional grant
98
- * of patent rights can be found in the PATENTS file in the same directory.
99
- *
100
- * @providesModule isEventSupported
101
- */
102
-
103
-
104
-
105
- var ExecutionEnvironment = __webpack_require__(1043);
106
-
107
- var useHasFeature;
108
- if (ExecutionEnvironment.canUseDOM) {
109
- useHasFeature =
110
- document.implementation &&
111
- document.implementation.hasFeature &&
112
- // always returns true in newer browsers as per the standard.
113
- // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
114
- document.implementation.hasFeature('', '') !== true;
115
- }
116
-
117
- /**
118
- * Checks if an event is supported in the current execution environment.
119
- *
120
- * NOTE: This will not work correctly for non-generic events such as `change`,
121
- * `reset`, `load`, `error`, and `select`.
122
- *
123
- * Borrows from Modernizr.
124
- *
125
- * @param {string} eventNameSuffix Event name, e.g. "click".
126
- * @param {?boolean} capture Check if the capture phase is supported.
127
- * @return {boolean} True if the event is supported.
128
- * @internal
129
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
130
- */
131
- function isEventSupported(eventNameSuffix, capture) {
132
- if (!ExecutionEnvironment.canUseDOM ||
133
- capture && !('addEventListener' in document)) {
134
- return false;
135
- }
136
-
137
- var eventName = 'on' + eventNameSuffix;
138
- var isSupported = eventName in document;
139
-
140
- if (!isSupported) {
141
- var element = document.createElement('div');
142
- element.setAttribute(eventName, 'return;');
143
- isSupported = typeof element[eventName] === 'function';
144
- }
145
-
146
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
147
- // This is the only way to test support for the `wheel` event in IE9+.
148
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
149
- }
150
-
151
- return isSupported;
152
- }
153
-
154
- module.exports = isEventSupported;
155
-
156
-
157
- /***/ }),
158
-
159
- /***/ 2880:
160
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
161
-
162
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
163
- /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
164
- /* harmony export */ });
165
- function _nonIterableSpread() {
166
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
167
- }
168
-
169
- /***/ }),
170
-
171
- /***/ 3492:
172
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
173
-
174
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
175
- /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
176
- /* harmony export */ });
177
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
178
-
179
- function _arrayWithoutHoles(arr) {
180
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
181
- }
182
-
183
- /***/ }),
184
-
185
- /***/ 4430:
186
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
187
-
188
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
189
- /* harmony export */ "default": () => (/* binding */ _iterableToArray)
190
- /* harmony export */ });
191
- function _iterableToArray(iter) {
192
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
193
- }
194
-
195
- /***/ }),
196
-
197
- /***/ 4586:
198
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
199
-
200
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
201
- /* harmony export */ "default": () => (/* binding */ _defineProperty)
202
- /* harmony export */ });
203
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
204
-
205
- function _defineProperty(obj, key, value) {
206
- key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
207
- if (key in obj) {
208
- Object.defineProperty(obj, key, {
209
- value: value,
210
- enumerable: true,
211
- configurable: true,
212
- writable: true
213
- });
214
- } else {
215
- obj[key] = value;
216
- }
217
- return obj;
218
- }
219
-
220
- /***/ }),
221
-
222
- /***/ 4923:
22
+ /***/ 5235:
223
23
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
224
24
 
225
25
 
@@ -230,7 +30,7 @@ __webpack_require__.d(__webpack_exports__, {
230
30
 
231
31
  // UNUSED EXPORTS: bkEllipsis, bkEllipsisInstance, bkLoading, clickoutside, mousewheel, overflowTitle
232
32
 
233
- ;// ../../packages/directives/src/clickoutside.ts
33
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
234
34
  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; } } }; }
235
35
  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); }
236
36
  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; }
@@ -357,14 +157,12 @@ ClickOutside.install = function (app) {
357
157
  };
358
158
  /* harmony default export */ const clickoutside = ((/* unused pure expression or super */ null && (ClickOutside)));
359
159
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
360
- var esm_typeof = __webpack_require__(7545);
361
- ;// external "../plugin-popover"
362
- var x = (y) => {
363
- var x = {}; __webpack_require__.d(x, y); return x
364
- }
365
- var y = (x) => (() => (x))
366
- const plugin_popover_namespaceObject = x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"]) });
367
- ;// ../../packages/directives/src/ellipsis.ts
160
+ var esm_typeof = __webpack_require__(6522);
161
+ ;// CONCATENATED MODULE: external "../plugin-popover"
162
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
163
+ var y = x => () => x
164
+ const plugin_popover_namespaceObject = x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
165
+ ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
368
166
 
369
167
  /*
370
168
  * Tencent is pleased to support the open source community by making
@@ -475,9 +273,9 @@ var ellipsis = {
475
273
  };
476
274
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
477
275
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
478
- var normalize_wheel = __webpack_require__(8283);
276
+ var normalize_wheel = __webpack_require__(2439);
479
277
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
480
- ;// ../../packages/directives/src/mousewheel.ts
278
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
481
279
  /*
482
280
  * Tencent is pleased to support the open source community by making
483
281
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -520,20 +318,18 @@ var mousewheel = {
520
318
  };
521
319
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
522
320
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
523
- var defineProperty = __webpack_require__(4586);
321
+ var defineProperty = __webpack_require__(6666);
524
322
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
525
- var toConsumableArray = __webpack_require__(5153);
323
+ var toConsumableArray = __webpack_require__(7930);
526
324
  // EXTERNAL MODULE: external "vue"
527
- var external_vue_ = __webpack_require__(5286);
325
+ var external_vue_ = __webpack_require__(6609);
528
326
  // EXTERNAL MODULE: external "../shared"
529
- var shared_ = __webpack_require__(5166);
530
- ;// external "@popperjs/core"
531
- var core_x = (y) => {
532
- var x = {}; __webpack_require__.d(x, y); return x
533
- }
534
- var core_y = (x) => (() => (x))
535
- const core_namespaceObject = core_x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
536
- ;// ../../packages/directives/src/tooltips.ts
327
+ var shared_ = __webpack_require__(9253);
328
+ ;// CONCATENATED MODULE: external "@popperjs/core"
329
+ var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
330
+ var core_y = x => () => x
331
+ const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
332
+ ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
537
333
 
538
334
 
539
335
 
@@ -825,19 +621,15 @@ function hide(el) {
825
621
  }
826
622
  }
827
623
  /* harmony default export */ const src_tooltips = (tooltips);
828
- ;// external "../loading"
829
- var external_loading_x = (y) => {
830
- var x = {}; __webpack_require__.d(x, y); return x
831
- }
832
- var external_loading_y = (x) => (() => (x))
624
+ ;// CONCATENATED MODULE: external "../loading"
625
+ var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
626
+ var external_loading_y = x => () => x
833
627
  const external_loading_namespaceObject = external_loading_x({ });
834
- ;// external "../overflow-title"
835
- var external_overflow_title_x = (y) => {
836
- var x = {}; __webpack_require__.d(x, y); return x
837
- }
838
- var external_overflow_title_y = (x) => (() => (x))
628
+ ;// CONCATENATED MODULE: external "../overflow-title"
629
+ var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
630
+ var external_overflow_title_y = x => () => x
839
631
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
840
- ;// ../../packages/directives/src/index.ts
632
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
841
633
  /*
842
634
  * Tencent is pleased to support the open source community by making
843
635
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -873,9 +665,17 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
873
665
 
874
666
  /***/ }),
875
667
 
876
- /***/ 5022:
668
+ /***/ 2439:
877
669
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
878
670
 
671
+ module.exports = __webpack_require__(2527);
672
+
673
+
674
+ /***/ }),
675
+
676
+ /***/ 7430:
677
+ /***/ ((module) => {
678
+
879
679
  /**
880
680
  * Copyright (c) 2015, Facebook, Inc.
881
681
  * All rights reserved.
@@ -884,38 +684,447 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
884
684
  * LICENSE file in the root directory of this source tree. An additional grant
885
685
  * of patent rights can be found in the PATENTS file in the same directory.
886
686
  *
887
- * @providesModule normalizeWheel
888
- * @typechecks
687
+ * @providesModule ExecutionEnvironment
889
688
  */
890
689
 
690
+ /*jslint evil: true */
691
+
692
+
693
+
694
+ var canUseDOM = !!(
695
+ typeof window !== 'undefined' &&
696
+ window.document &&
697
+ window.document.createElement
698
+ );
699
+
700
+ /**
701
+ * Simple, lightweight module assisting with the detection and context of
702
+ * Worker. Helps avoid circular dependencies and allows code to reason about
703
+ * whether or not they are in a Worker, even if they never include the main
704
+ * `ReactWorker` dependency.
705
+ */
706
+ var ExecutionEnvironment = {
891
707
 
708
+ canUseDOM: canUseDOM,
892
709
 
893
- var UserAgent_DEPRECATED = __webpack_require__(7416);
710
+ canUseWorkers: typeof Worker !== 'undefined',
894
711
 
895
- var isEventSupported = __webpack_require__(2586);
712
+ canUseEventListeners:
713
+ canUseDOM && !!(window.addEventListener || window.attachEvent),
896
714
 
715
+ canUseViewport: canUseDOM && !!window.screen,
897
716
 
898
- // Reasonable defaults
899
- var PIXEL_STEP = 10;
900
- var LINE_HEIGHT = 40;
901
- var PAGE_HEIGHT = 800;
717
+ isInWorker: !canUseDOM // For now, this is true - might change in the future.
718
+
719
+ };
720
+
721
+ module.exports = ExecutionEnvironment;
722
+
723
+
724
+ /***/ }),
725
+
726
+ /***/ 6377:
727
+ /***/ ((module) => {
902
728
 
903
729
  /**
904
- * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
905
- * complicated, thus this doc is long and (hopefully) detailed enough to answer
906
- * your questions.
730
+ * Copyright 2004-present Facebook. All Rights Reserved.
907
731
  *
908
- * If you need to react to the mouse wheel in a predictable way, this code is
909
- * like your bestest friend. * hugs *
732
+ * @providesModule UserAgent_DEPRECATED
733
+ */
734
+
735
+ /**
736
+ * Provides entirely client-side User Agent and OS detection. You should prefer
737
+ * the non-deprecated UserAgent module when possible, which exposes our
738
+ * authoritative server-side PHP-based detection to the client.
910
739
  *
911
- * As of today, there are 4 DOM event types you can listen to:
740
+ * Usage is straightforward:
912
741
  *
913
- * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
914
- * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
915
- * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
916
- * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
742
+ * if (UserAgent_DEPRECATED.ie()) {
743
+ * // IE
744
+ * }
917
745
  *
918
- * So what to do? The is the best:
746
+ * You can also do version checks:
747
+ *
748
+ * if (UserAgent_DEPRECATED.ie() >= 7) {
749
+ * // IE7 or better
750
+ * }
751
+ *
752
+ * The browser functions will return NaN if the browser does not match, so
753
+ * you can also do version compares the other way:
754
+ *
755
+ * if (UserAgent_DEPRECATED.ie() < 7) {
756
+ * // IE6 or worse
757
+ * }
758
+ *
759
+ * Note that the version is a float and may include a minor version number,
760
+ * so you should always use range operators to perform comparisons, not
761
+ * strict equality.
762
+ *
763
+ * **Note:** You should **strongly** prefer capability detection to browser
764
+ * version detection where it's reasonable:
765
+ *
766
+ * http://www.quirksmode.org/js/support.html
767
+ *
768
+ * Further, we have a large number of mature wrapper functions and classes
769
+ * which abstract away many browser irregularities. Check the documentation,
770
+ * grep for things, or ask on javascript@lists.facebook.com before writing yet
771
+ * another copy of "event || window.event".
772
+ *
773
+ */
774
+
775
+ var _populated = false;
776
+
777
+ // Browsers
778
+ var _ie, _firefox, _opera, _webkit, _chrome;
779
+
780
+ // Actual IE browser for compatibility mode
781
+ var _ie_real_version;
782
+
783
+ // Platforms
784
+ var _osx, _windows, _linux, _android;
785
+
786
+ // Architectures
787
+ var _win64;
788
+
789
+ // Devices
790
+ var _iphone, _ipad, _native;
791
+
792
+ var _mobile;
793
+
794
+ function _populate() {
795
+ if (_populated) {
796
+ return;
797
+ }
798
+
799
+ _populated = true;
800
+
801
+ // To work around buggy JS libraries that can't handle multi-digit
802
+ // version numbers, Opera 10's user agent string claims it's Opera
803
+ // 9, then later includes a Version/X.Y field:
804
+ //
805
+ // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
806
+ var uas = navigator.userAgent;
807
+ 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);
808
+ var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
809
+
810
+ _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
811
+ _ipad = /\b(iP[ao]d)/.exec(uas);
812
+ _android = /Android/i.exec(uas);
813
+ _native = /FBAN\/\w+;/i.exec(uas);
814
+ _mobile = /Mobile/i.exec(uas);
815
+
816
+ // Note that the IE team blog would have you believe you should be checking
817
+ // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
818
+ // from either x64 or ia64; so ultimately, you should just check for Win64
819
+ // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
820
+ // Windows will send 'WOW64' instead.
821
+ _win64 = !!(/Win64/.exec(uas));
822
+
823
+ if (agent) {
824
+ _ie = agent[1] ? parseFloat(agent[1]) : (
825
+ agent[5] ? parseFloat(agent[5]) : NaN);
826
+ // IE compatibility mode
827
+ if (_ie && document && document.documentMode) {
828
+ _ie = document.documentMode;
829
+ }
830
+ // grab the "true" ie version from the trident token if available
831
+ var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
832
+ _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
833
+
834
+ _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
835
+ _opera = agent[3] ? parseFloat(agent[3]) : NaN;
836
+ _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
837
+ if (_webkit) {
838
+ // We do not add the regexp to the above test, because it will always
839
+ // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
840
+ // the userAgent string.
841
+ agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
842
+ _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
843
+ } else {
844
+ _chrome = NaN;
845
+ }
846
+ } else {
847
+ _ie = _firefox = _opera = _chrome = _webkit = NaN;
848
+ }
849
+
850
+ if (os) {
851
+ if (os[1]) {
852
+ // Detect OS X version. If no version number matches, set _osx to true.
853
+ // Version examples: 10, 10_6_1, 10.7
854
+ // Parses version number as a float, taking only first two sets of
855
+ // digits. If only one set of digits is found, returns just the major
856
+ // version number.
857
+ var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
858
+
859
+ _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
860
+ } else {
861
+ _osx = false;
862
+ }
863
+ _windows = !!os[2];
864
+ _linux = !!os[3];
865
+ } else {
866
+ _osx = _windows = _linux = false;
867
+ }
868
+ }
869
+
870
+ var UserAgent_DEPRECATED = {
871
+
872
+ /**
873
+ * Check if the UA is Internet Explorer.
874
+ *
875
+ *
876
+ * @return float|NaN Version number (if match) or NaN.
877
+ */
878
+ ie: function() {
879
+ return _populate() || _ie;
880
+ },
881
+
882
+ /**
883
+ * Check if we're in Internet Explorer compatibility mode.
884
+ *
885
+ * @return bool true if in compatibility mode, false if
886
+ * not compatibility mode or not ie
887
+ */
888
+ ieCompatibilityMode: function() {
889
+ return _populate() || (_ie_real_version > _ie);
890
+ },
891
+
892
+
893
+ /**
894
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
895
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
896
+ * this when we don't need it -- tracked by #601957.
897
+ */
898
+ ie64: function() {
899
+ return UserAgent_DEPRECATED.ie() && _win64;
900
+ },
901
+
902
+ /**
903
+ * Check if the UA is Firefox.
904
+ *
905
+ *
906
+ * @return float|NaN Version number (if match) or NaN.
907
+ */
908
+ firefox: function() {
909
+ return _populate() || _firefox;
910
+ },
911
+
912
+
913
+ /**
914
+ * Check if the UA is Opera.
915
+ *
916
+ *
917
+ * @return float|NaN Version number (if match) or NaN.
918
+ */
919
+ opera: function() {
920
+ return _populate() || _opera;
921
+ },
922
+
923
+
924
+ /**
925
+ * Check if the UA is WebKit.
926
+ *
927
+ *
928
+ * @return float|NaN Version number (if match) or NaN.
929
+ */
930
+ webkit: function() {
931
+ return _populate() || _webkit;
932
+ },
933
+
934
+ /**
935
+ * For Push
936
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
937
+ */
938
+ safari: function() {
939
+ return UserAgent_DEPRECATED.webkit();
940
+ },
941
+
942
+ /**
943
+ * Check if the UA is a Chrome browser.
944
+ *
945
+ *
946
+ * @return float|NaN Version number (if match) or NaN.
947
+ */
948
+ chrome : function() {
949
+ return _populate() || _chrome;
950
+ },
951
+
952
+
953
+ /**
954
+ * Check if the user is running Windows.
955
+ *
956
+ * @return bool `true' if the user's OS is Windows.
957
+ */
958
+ windows: function() {
959
+ return _populate() || _windows;
960
+ },
961
+
962
+
963
+ /**
964
+ * Check if the user is running Mac OS X.
965
+ *
966
+ * @return float|bool Returns a float if a version number is detected,
967
+ * otherwise true/false.
968
+ */
969
+ osx: function() {
970
+ return _populate() || _osx;
971
+ },
972
+
973
+ /**
974
+ * Check if the user is running Linux.
975
+ *
976
+ * @return bool `true' if the user's OS is some flavor of Linux.
977
+ */
978
+ linux: function() {
979
+ return _populate() || _linux;
980
+ },
981
+
982
+ /**
983
+ * Check if the user is running on an iPhone or iPod platform.
984
+ *
985
+ * @return bool `true' if the user is running some flavor of the
986
+ * iPhone OS.
987
+ */
988
+ iphone: function() {
989
+ return _populate() || _iphone;
990
+ },
991
+
992
+ mobile: function() {
993
+ return _populate() || (_iphone || _ipad || _android || _mobile);
994
+ },
995
+
996
+ nativeApp: function() {
997
+ // webviews inside of the native apps
998
+ return _populate() || _native;
999
+ },
1000
+
1001
+ android: function() {
1002
+ return _populate() || _android;
1003
+ },
1004
+
1005
+ ipad: function() {
1006
+ return _populate() || _ipad;
1007
+ }
1008
+ };
1009
+
1010
+ module.exports = UserAgent_DEPRECATED;
1011
+
1012
+
1013
+ /***/ }),
1014
+
1015
+ /***/ 3541:
1016
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1017
+
1018
+ /**
1019
+ * Copyright 2013-2015, Facebook, Inc.
1020
+ * All rights reserved.
1021
+ *
1022
+ * This source code is licensed under the BSD-style license found in the
1023
+ * LICENSE file in the root directory of this source tree. An additional grant
1024
+ * of patent rights can be found in the PATENTS file in the same directory.
1025
+ *
1026
+ * @providesModule isEventSupported
1027
+ */
1028
+
1029
+
1030
+
1031
+ var ExecutionEnvironment = __webpack_require__(7430);
1032
+
1033
+ var useHasFeature;
1034
+ if (ExecutionEnvironment.canUseDOM) {
1035
+ useHasFeature =
1036
+ document.implementation &&
1037
+ document.implementation.hasFeature &&
1038
+ // always returns true in newer browsers as per the standard.
1039
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
1040
+ document.implementation.hasFeature('', '') !== true;
1041
+ }
1042
+
1043
+ /**
1044
+ * Checks if an event is supported in the current execution environment.
1045
+ *
1046
+ * NOTE: This will not work correctly for non-generic events such as `change`,
1047
+ * `reset`, `load`, `error`, and `select`.
1048
+ *
1049
+ * Borrows from Modernizr.
1050
+ *
1051
+ * @param {string} eventNameSuffix Event name, e.g. "click".
1052
+ * @param {?boolean} capture Check if the capture phase is supported.
1053
+ * @return {boolean} True if the event is supported.
1054
+ * @internal
1055
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
1056
+ */
1057
+ function isEventSupported(eventNameSuffix, capture) {
1058
+ if (!ExecutionEnvironment.canUseDOM ||
1059
+ capture && !('addEventListener' in document)) {
1060
+ return false;
1061
+ }
1062
+
1063
+ var eventName = 'on' + eventNameSuffix;
1064
+ var isSupported = eventName in document;
1065
+
1066
+ if (!isSupported) {
1067
+ var element = document.createElement('div');
1068
+ element.setAttribute(eventName, 'return;');
1069
+ isSupported = typeof element[eventName] === 'function';
1070
+ }
1071
+
1072
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
1073
+ // This is the only way to test support for the `wheel` event in IE9+.
1074
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
1075
+ }
1076
+
1077
+ return isSupported;
1078
+ }
1079
+
1080
+ module.exports = isEventSupported;
1081
+
1082
+
1083
+ /***/ }),
1084
+
1085
+ /***/ 2527:
1086
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1087
+
1088
+ /**
1089
+ * Copyright (c) 2015, Facebook, Inc.
1090
+ * All rights reserved.
1091
+ *
1092
+ * This source code is licensed under the BSD-style license found in the
1093
+ * LICENSE file in the root directory of this source tree. An additional grant
1094
+ * of patent rights can be found in the PATENTS file in the same directory.
1095
+ *
1096
+ * @providesModule normalizeWheel
1097
+ * @typechecks
1098
+ */
1099
+
1100
+
1101
+
1102
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
1103
+
1104
+ var isEventSupported = __webpack_require__(3541);
1105
+
1106
+
1107
+ // Reasonable defaults
1108
+ var PIXEL_STEP = 10;
1109
+ var LINE_HEIGHT = 40;
1110
+ var PAGE_HEIGHT = 800;
1111
+
1112
+ /**
1113
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
1114
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
1115
+ * your questions.
1116
+ *
1117
+ * If you need to react to the mouse wheel in a predictable way, this code is
1118
+ * like your bestest friend. * hugs *
1119
+ *
1120
+ * As of today, there are 4 DOM event types you can listen to:
1121
+ *
1122
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
1123
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
1124
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
1125
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
1126
+ *
1127
+ * So what to do? The is the best:
919
1128
  *
920
1129
  * normalizeWheel.getEventType();
921
1130
  *
@@ -1061,49 +1270,25 @@ module.exports = normalizeWheel;
1061
1270
 
1062
1271
  /***/ }),
1063
1272
 
1064
- /***/ 5153:
1065
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1066
-
1067
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1068
- /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1069
- /* harmony export */ });
1070
- /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3492);
1071
- /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4430);
1072
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7985);
1073
- /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2880);
1074
-
1075
-
1076
-
1077
-
1078
- function _toConsumableArray(arr) {
1079
- 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"])();
1080
- }
1081
-
1082
- /***/ }),
1083
-
1084
- /***/ 5166:
1273
+ /***/ 9253:
1085
1274
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1086
1275
 
1087
- var x = (y) => {
1088
- var x = {}; __webpack_require__.d(x, y); return x
1089
- }
1090
- var y = (x) => (() => (x))
1091
- module.exports = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["arrayEqual"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.arrayEqual), ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["capitalize"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.capitalize), ["debounce"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.debounce), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["withInstallProps"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps) });
1276
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1277
+ var y = x => () => x
1278
+ module.exports = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["arrayEqual"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.arrayEqual, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["capitalize"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.capitalize, ["debounce"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.debounce, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps });
1092
1279
 
1093
1280
  /***/ }),
1094
1281
 
1095
- /***/ 5286:
1282
+ /***/ 6609:
1096
1283
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1097
1284
 
1098
- var x = (y) => {
1099
- var x = {}; __webpack_require__.d(x, y); return x
1100
- }
1101
- var y = (x) => (() => (x))
1102
- module.exports = x({ ["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), ["mergeProps"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.mergeProps), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["reactive"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.reactive), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["toRefs"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.toRefs), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
1285
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1286
+ var y = x => () => x
1287
+ module.exports = x({ ["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, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["toRefs"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRefs, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
1103
1288
 
1104
1289
  /***/ }),
1105
1290
 
1106
- /***/ 6284:
1291
+ /***/ 926:
1107
1292
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1108
1293
 
1109
1294
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1117,296 +1302,128 @@ function _arrayLikeToArray(arr, len) {
1117
1302
 
1118
1303
  /***/ }),
1119
1304
 
1120
- /***/ 7416:
1121
- /***/ ((module) => {
1122
-
1123
- /**
1124
- * Copyright 2004-present Facebook. All Rights Reserved.
1125
- *
1126
- * @providesModule UserAgent_DEPRECATED
1127
- */
1128
-
1129
- /**
1130
- * Provides entirely client-side User Agent and OS detection. You should prefer
1131
- * the non-deprecated UserAgent module when possible, which exposes our
1132
- * authoritative server-side PHP-based detection to the client.
1133
- *
1134
- * Usage is straightforward:
1135
- *
1136
- * if (UserAgent_DEPRECATED.ie()) {
1137
- * // IE
1138
- * }
1139
- *
1140
- * You can also do version checks:
1141
- *
1142
- * if (UserAgent_DEPRECATED.ie() >= 7) {
1143
- * // IE7 or better
1144
- * }
1145
- *
1146
- * The browser functions will return NaN if the browser does not match, so
1147
- * you can also do version compares the other way:
1148
- *
1149
- * if (UserAgent_DEPRECATED.ie() < 7) {
1150
- * // IE6 or worse
1151
- * }
1152
- *
1153
- * Note that the version is a float and may include a minor version number,
1154
- * so you should always use range operators to perform comparisons, not
1155
- * strict equality.
1156
- *
1157
- * **Note:** You should **strongly** prefer capability detection to browser
1158
- * version detection where it's reasonable:
1159
- *
1160
- * http://www.quirksmode.org/js/support.html
1161
- *
1162
- * Further, we have a large number of mature wrapper functions and classes
1163
- * which abstract away many browser irregularities. Check the documentation,
1164
- * grep for things, or ask on javascript@lists.facebook.com before writing yet
1165
- * another copy of "event || window.event".
1166
- *
1167
- */
1168
-
1169
- var _populated = false;
1170
-
1171
- // Browsers
1172
- var _ie, _firefox, _opera, _webkit, _chrome;
1173
-
1174
- // Actual IE browser for compatibility mode
1175
- var _ie_real_version;
1176
-
1177
- // Platforms
1178
- var _osx, _windows, _linux, _android;
1179
-
1180
- // Architectures
1181
- var _win64;
1182
-
1183
- // Devices
1184
- var _iphone, _ipad, _native;
1185
-
1186
- var _mobile;
1187
-
1188
- function _populate() {
1189
- if (_populated) {
1190
- return;
1191
- }
1192
-
1193
- _populated = true;
1194
-
1195
- // To work around buggy JS libraries that can't handle multi-digit
1196
- // version numbers, Opera 10's user agent string claims it's Opera
1197
- // 9, then later includes a Version/X.Y field:
1198
- //
1199
- // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
1200
- var uas = navigator.userAgent;
1201
- 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);
1202
- var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
1203
-
1204
- _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
1205
- _ipad = /\b(iP[ao]d)/.exec(uas);
1206
- _android = /Android/i.exec(uas);
1207
- _native = /FBAN\/\w+;/i.exec(uas);
1208
- _mobile = /Mobile/i.exec(uas);
1305
+ /***/ 74:
1306
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1209
1307
 
1210
- // Note that the IE team blog would have you believe you should be checking
1211
- // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
1212
- // from either x64 or ia64; so ultimately, you should just check for Win64
1213
- // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
1214
- // Windows will send 'WOW64' instead.
1215
- _win64 = !!(/Win64/.exec(uas));
1308
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1309
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
1310
+ /* harmony export */ });
1311
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1216
1312
 
1217
- if (agent) {
1218
- _ie = agent[1] ? parseFloat(agent[1]) : (
1219
- agent[5] ? parseFloat(agent[5]) : NaN);
1220
- // IE compatibility mode
1221
- if (_ie && document && document.documentMode) {
1222
- _ie = document.documentMode;
1223
- }
1224
- // grab the "true" ie version from the trident token if available
1225
- var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
1226
- _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
1313
+ function _arrayWithoutHoles(arr) {
1314
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
1315
+ }
1227
1316
 
1228
- _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
1229
- _opera = agent[3] ? parseFloat(agent[3]) : NaN;
1230
- _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
1231
- if (_webkit) {
1232
- // We do not add the regexp to the above test, because it will always
1233
- // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
1234
- // the userAgent string.
1235
- agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
1236
- _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
1237
- } else {
1238
- _chrome = NaN;
1239
- }
1240
- } else {
1241
- _ie = _firefox = _opera = _chrome = _webkit = NaN;
1242
- }
1317
+ /***/ }),
1243
1318
 
1244
- if (os) {
1245
- if (os[1]) {
1246
- // Detect OS X version. If no version number matches, set _osx to true.
1247
- // Version examples: 10, 10_6_1, 10.7
1248
- // Parses version number as a float, taking only first two sets of
1249
- // digits. If only one set of digits is found, returns just the major
1250
- // version number.
1251
- var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
1319
+ /***/ 6666:
1320
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1252
1321
 
1253
- _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
1254
- } else {
1255
- _osx = false;
1256
- }
1257
- _windows = !!os[2];
1258
- _linux = !!os[3];
1322
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1323
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
1324
+ /* harmony export */ });
1325
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
1326
+
1327
+ function _defineProperty(obj, key, value) {
1328
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
1329
+ if (key in obj) {
1330
+ Object.defineProperty(obj, key, {
1331
+ value: value,
1332
+ enumerable: true,
1333
+ configurable: true,
1334
+ writable: true
1335
+ });
1259
1336
  } else {
1260
- _osx = _windows = _linux = false;
1337
+ obj[key] = value;
1261
1338
  }
1339
+ return obj;
1262
1340
  }
1263
1341
 
1264
- var UserAgent_DEPRECATED = {
1265
-
1266
- /**
1267
- * Check if the UA is Internet Explorer.
1268
- *
1269
- *
1270
- * @return float|NaN Version number (if match) or NaN.
1271
- */
1272
- ie: function() {
1273
- return _populate() || _ie;
1274
- },
1275
-
1276
- /**
1277
- * Check if we're in Internet Explorer compatibility mode.
1278
- *
1279
- * @return bool true if in compatibility mode, false if
1280
- * not compatibility mode or not ie
1281
- */
1282
- ieCompatibilityMode: function() {
1283
- return _populate() || (_ie_real_version > _ie);
1284
- },
1342
+ /***/ }),
1285
1343
 
1344
+ /***/ 1079:
1345
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1286
1346
 
1287
- /**
1288
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
1289
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
1290
- * this when we don't need it -- tracked by #601957.
1291
- */
1292
- ie64: function() {
1293
- return UserAgent_DEPRECATED.ie() && _win64;
1294
- },
1347
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1348
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
1349
+ /* harmony export */ });
1350
+ function _iterableToArray(iter) {
1351
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1352
+ }
1295
1353
 
1296
- /**
1297
- * Check if the UA is Firefox.
1298
- *
1299
- *
1300
- * @return float|NaN Version number (if match) or NaN.
1301
- */
1302
- firefox: function() {
1303
- return _populate() || _firefox;
1304
- },
1354
+ /***/ }),
1305
1355
 
1356
+ /***/ 6098:
1357
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1306
1358
 
1307
- /**
1308
- * Check if the UA is Opera.
1309
- *
1310
- *
1311
- * @return float|NaN Version number (if match) or NaN.
1312
- */
1313
- opera: function() {
1314
- return _populate() || _opera;
1315
- },
1359
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1360
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
1361
+ /* harmony export */ });
1362
+ function _nonIterableSpread() {
1363
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1364
+ }
1316
1365
 
1366
+ /***/ }),
1317
1367
 
1318
- /**
1319
- * Check if the UA is WebKit.
1320
- *
1321
- *
1322
- * @return float|NaN Version number (if match) or NaN.
1323
- */
1324
- webkit: function() {
1325
- return _populate() || _webkit;
1326
- },
1368
+ /***/ 7930:
1369
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1327
1370
 
1328
- /**
1329
- * For Push
1330
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
1331
- */
1332
- safari: function() {
1333
- return UserAgent_DEPRECATED.webkit();
1334
- },
1371
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1372
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1373
+ /* harmony export */ });
1374
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
1375
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
1376
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
1377
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
1335
1378
 
1336
- /**
1337
- * Check if the UA is a Chrome browser.
1338
- *
1339
- *
1340
- * @return float|NaN Version number (if match) or NaN.
1341
- */
1342
- chrome : function() {
1343
- return _populate() || _chrome;
1344
- },
1345
1379
 
1346
1380
 
1347
- /**
1348
- * Check if the user is running Windows.
1349
- *
1350
- * @return bool `true' if the user's OS is Windows.
1351
- */
1352
- windows: function() {
1353
- return _populate() || _windows;
1354
- },
1355
1381
 
1382
+ function _toConsumableArray(arr) {
1383
+ 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"])();
1384
+ }
1356
1385
 
1357
- /**
1358
- * Check if the user is running Mac OS X.
1359
- *
1360
- * @return float|bool Returns a float if a version number is detected,
1361
- * otherwise true/false.
1362
- */
1363
- osx: function() {
1364
- return _populate() || _osx;
1365
- },
1386
+ /***/ }),
1366
1387
 
1367
- /**
1368
- * Check if the user is running Linux.
1369
- *
1370
- * @return bool `true' if the user's OS is some flavor of Linux.
1371
- */
1372
- linux: function() {
1373
- return _populate() || _linux;
1374
- },
1388
+ /***/ 9745:
1389
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1375
1390
 
1376
- /**
1377
- * Check if the user is running on an iPhone or iPod platform.
1378
- *
1379
- * @return bool `true' if the user is running some flavor of the
1380
- * iPhone OS.
1381
- */
1382
- iphone: function() {
1383
- return _populate() || _iphone;
1384
- },
1391
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1392
+ /* harmony export */ "default": () => (/* binding */ toPrimitive)
1393
+ /* harmony export */ });
1394
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
1385
1395
 
1386
- mobile: function() {
1387
- return _populate() || (_iphone || _ipad || _android || _mobile);
1388
- },
1396
+ function toPrimitive(t, r) {
1397
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
1398
+ var e = t[Symbol.toPrimitive];
1399
+ if (void 0 !== e) {
1400
+ var i = e.call(t, r || "default");
1401
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
1402
+ throw new TypeError("@@toPrimitive must return a primitive value.");
1403
+ }
1404
+ return ("string" === r ? String : Number)(t);
1405
+ }
1389
1406
 
1390
- nativeApp: function() {
1391
- // webviews inside of the native apps
1392
- return _populate() || _native;
1393
- },
1407
+ /***/ }),
1394
1408
 
1395
- android: function() {
1396
- return _populate() || _android;
1397
- },
1409
+ /***/ 3795:
1410
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1398
1411
 
1399
- ipad: function() {
1400
- return _populate() || _ipad;
1401
- }
1402
- };
1412
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1413
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
1414
+ /* harmony export */ });
1415
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
1416
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
1403
1417
 
1404
- module.exports = UserAgent_DEPRECATED;
1405
1418
 
1419
+ function toPropertyKey(t) {
1420
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
1421
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
1422
+ }
1406
1423
 
1407
1424
  /***/ }),
1408
1425
 
1409
- /***/ 7545:
1426
+ /***/ 6522:
1410
1427
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1411
1428
 
1412
1429
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1424,13 +1441,13 @@ function _typeof(o) {
1424
1441
 
1425
1442
  /***/ }),
1426
1443
 
1427
- /***/ 7985:
1444
+ /***/ 9147:
1428
1445
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1429
1446
 
1430
1447
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1431
1448
  /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1432
1449
  /* harmony export */ });
1433
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
1450
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1434
1451
 
1435
1452
  function _unsupportedIterableToArray(o, minLen) {
1436
1453
  if (!o) return;
@@ -1441,35 +1458,6 @@ function _unsupportedIterableToArray(o, minLen) {
1441
1458
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1442
1459
  }
1443
1460
 
1444
- /***/ }),
1445
-
1446
- /***/ 8283:
1447
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1448
-
1449
- module.exports = __webpack_require__(5022);
1450
-
1451
-
1452
- /***/ }),
1453
-
1454
- /***/ 9824:
1455
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1456
-
1457
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1458
- /* harmony export */ "default": () => (/* binding */ toPrimitive)
1459
- /* harmony export */ });
1460
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
1461
-
1462
- function toPrimitive(t, r) {
1463
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
1464
- var e = t[Symbol.toPrimitive];
1465
- if (void 0 !== e) {
1466
- var i = e.call(t, r || "default");
1467
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
1468
- throw new TypeError("@@toPrimitive must return a primitive value.");
1469
- }
1470
- return ("string" === r ? String : Number)(t);
1471
- }
1472
-
1473
1461
  /***/ })
1474
1462
 
1475
1463
  /******/ });
@@ -1530,6 +1518,8 @@ function toPrimitive(t, r) {
1530
1518
  /******/
1531
1519
  /************************************************************************/
1532
1520
  var __webpack_exports__ = {};
1521
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1522
+ (() => {
1533
1523
 
1534
1524
  // EXPORTS
1535
1525
  __webpack_require__.d(__webpack_exports__, {
@@ -1539,78 +1529,56 @@ __webpack_require__.d(__webpack_exports__, {
1539
1529
  });
1540
1530
 
1541
1531
  // EXTERNAL MODULE: external "../shared"
1542
- var shared_ = __webpack_require__(5166);
1532
+ var shared_ = __webpack_require__(9253);
1543
1533
  // EXTERNAL MODULE: external "vue"
1544
- var external_vue_ = __webpack_require__(5286);
1545
- ;// external "vue-types"
1546
- var x = (y) => {
1547
- var x = {}; __webpack_require__.d(x, y); return x
1548
- }
1549
- var y = (x) => (() => (x))
1550
- const external_vue_types_namespaceObject = x({ ["array"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.array), ["object"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.object) });
1551
- ;// external "../config-provider"
1552
- var config_provider_x = (y) => {
1553
- var x = {}; __webpack_require__.d(x, y); return x
1554
- }
1555
- var config_provider_y = (x) => (() => (x))
1556
- 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) });
1534
+ var external_vue_ = __webpack_require__(6609);
1535
+ ;// CONCATENATED MODULE: external "vue-types"
1536
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1537
+ var y = x => () => x
1538
+ const external_vue_types_namespaceObject = x({ ["array"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.array, ["object"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.object });
1539
+ ;// CONCATENATED MODULE: external "../config-provider"
1540
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1541
+ var config_provider_y = x => () => x
1542
+ 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 });
1557
1543
  // EXTERNAL MODULE: ../../packages/directives/src/index.ts + 8 modules
1558
- var src = __webpack_require__(4923);
1559
- ;// external "../icon"
1560
- var icon_x = (y) => {
1561
- var x = {}; __webpack_require__.d(x, y); return x
1562
- }
1563
- var icon_y = (x) => (() => (x))
1564
- const icon_namespaceObject = icon_x({ ["AngleRight"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleRight), ["AngleUp"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUp), ["Close"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close), ["Error"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error), ["Spinner"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Spinner) });
1565
- ;// external "../popover"
1566
- var popover_x = (y) => {
1567
- var x = {}; __webpack_require__.d(x, y); return x
1568
- }
1569
- var popover_y = (x) => (() => (x))
1570
- const popover_namespaceObject = popover_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"]) });
1571
- ;// external "../popover/popover.less"
1572
- var popover_less_x = (y) => {
1573
- var x = {}; __webpack_require__.d(x, y); return x
1574
- }
1575
- var popover_less_y = (x) => (() => (x))
1544
+ var src = __webpack_require__(5235);
1545
+ ;// CONCATENATED MODULE: external "../icon"
1546
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1547
+ var icon_y = x => () => x
1548
+ const icon_namespaceObject = icon_x({ ["AngleRight"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleRight, ["AngleUp"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUp, ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error, ["Spinner"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Spinner });
1549
+ ;// CONCATENATED MODULE: external "../popover"
1550
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1551
+ var popover_y = x => () => x
1552
+ const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
1553
+ ;// CONCATENATED MODULE: external "../popover/popover.less"
1554
+ var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1555
+ var popover_less_y = x => () => x
1576
1556
  const popover_less_namespaceObject = popover_less_x({ });
1577
- ;// external "../select"
1578
- var select_x = (y) => {
1579
- var x = {}; __webpack_require__.d(x, y); return x
1580
- }
1581
- var select_y = (x) => (() => (x))
1582
- const select_namespaceObject = select_x({ ["useHover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_select_1a0d1ad7__.useHover) });
1583
- ;// external "../tag"
1584
- var tag_x = (y) => {
1585
- var x = {}; __webpack_require__.d(x, y); return x
1586
- }
1587
- var tag_y = (x) => (() => (x))
1588
- const tag_namespaceObject = tag_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_d74826be__["default"]) });
1589
- ;// external "../tag/tag.less"
1590
- var tag_less_x = (y) => {
1591
- var x = {}; __webpack_require__.d(x, y); return x
1592
- }
1593
- var tag_less_y = (x) => (() => (x))
1557
+ ;// CONCATENATED MODULE: external "../select"
1558
+ var select_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1559
+ var select_y = x => () => x
1560
+ const select_namespaceObject = select_x({ ["useHover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_select_1a0d1ad7__.useHover });
1561
+ ;// CONCATENATED MODULE: external "../tag"
1562
+ var tag_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1563
+ var tag_y = x => () => x
1564
+ const tag_namespaceObject = tag_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_d74826be__["default"] });
1565
+ ;// CONCATENATED MODULE: external "../tag/tag.less"
1566
+ var tag_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1567
+ var tag_less_y = x => () => x
1594
1568
  const tag_less_namespaceObject = tag_less_x({ });
1595
- ;// external "../tag-input"
1596
- var tag_input_x = (y) => {
1597
- var x = {}; __webpack_require__.d(x, y); return x
1598
- }
1599
- var tag_input_y = (x) => (() => (x))
1600
- const tag_input_namespaceObject = tag_input_x({ ["useTagsOverflow"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_input_bee9f515__.useTagsOverflow) });
1601
- ;// external "../checkbox"
1602
- var checkbox_x = (y) => {
1603
- var x = {}; __webpack_require__.d(x, y); return x
1604
- }
1605
- var checkbox_y = (x) => (() => (x))
1606
- const checkbox_namespaceObject = checkbox_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"]) });
1607
- ;// external "../checkbox/checkbox.less"
1608
- var checkbox_less_x = (y) => {
1609
- var x = {}; __webpack_require__.d(x, y); return x
1610
- }
1611
- var checkbox_less_y = (x) => (() => (x))
1569
+ ;// CONCATENATED MODULE: external "../tag-input"
1570
+ var tag_input_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1571
+ var tag_input_y = x => () => x
1572
+ const tag_input_namespaceObject = tag_input_x({ ["useTagsOverflow"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_input_bee9f515__.useTagsOverflow });
1573
+ ;// CONCATENATED MODULE: external "../checkbox"
1574
+ var checkbox_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1575
+ var checkbox_y = x => () => x
1576
+ const checkbox_namespaceObject = checkbox_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"] });
1577
+ ;// CONCATENATED MODULE: external "../checkbox/checkbox.less"
1578
+ var checkbox_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1579
+ var checkbox_less_y = x => () => x
1612
1580
  const checkbox_less_namespaceObject = checkbox_less_x({ });
1613
- ;// ../../packages/cascader/src/cascader-panel.tsx
1581
+ ;// CONCATENATED MODULE: ../../packages/cascader/src/cascader-panel.tsx
1614
1582
 
1615
1583
  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; } } }; }
1616
1584
  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); }
@@ -1977,15 +1945,15 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1977
1945
  })]);
1978
1946
  }
1979
1947
  }));
1980
- ;// ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
1948
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
1981
1949
  function _classCallCheck(instance, Constructor) {
1982
1950
  if (!(instance instanceof Constructor)) {
1983
1951
  throw new TypeError("Cannot call a class as a function");
1984
1952
  }
1985
1953
  }
1986
1954
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1987
- var toPropertyKey = __webpack_require__(205);
1988
- ;// ../../node_modules/@babel/runtime/helpers/esm/createClass.js
1955
+ var toPropertyKey = __webpack_require__(3795);
1956
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/createClass.js
1989
1957
 
1990
1958
  function _defineProperties(target, props) {
1991
1959
  for (var i = 0; i < props.length; i++) {
@@ -2004,7 +1972,7 @@ function _createClass(Constructor, protoProps, staticProps) {
2004
1972
  });
2005
1973
  return Constructor;
2006
1974
  }
2007
- ;// ../../packages/cascader/src/node.ts
1975
+ ;// CONCATENATED MODULE: ../../packages/cascader/src/node.ts
2008
1976
 
2009
1977
 
2010
1978
  /*
@@ -2201,7 +2169,7 @@ var Node = /*#__PURE__*/function () {
2201
2169
  return Node;
2202
2170
  }();
2203
2171
  /* harmony default export */ const src_node = (Node);
2204
- ;// ../../packages/cascader/src/store.ts
2172
+ ;// CONCATENATED MODULE: ../../packages/cascader/src/store.ts
2205
2173
 
2206
2174
 
2207
2175
  /*
@@ -2355,7 +2323,7 @@ var Store = /*#__PURE__*/function () {
2355
2323
  return Store;
2356
2324
  }();
2357
2325
  /* harmony default export */ const src_store = (Store);
2358
- ;// ../../packages/cascader/src/cascader.tsx
2326
+ ;// CONCATENATED MODULE: ../../packages/cascader/src/cascader.tsx
2359
2327
 
2360
2328
  /*
2361
2329
  * Tencent is pleased to support the open source community by making
@@ -2852,7 +2820,7 @@ var Store = /*#__PURE__*/function () {
2852
2820
  }, [suffixIcon(), popoverRender()])]);
2853
2821
  }
2854
2822
  }));
2855
- ;// ../../packages/cascader/src/index.ts
2823
+ ;// CONCATENATED MODULE: ../../packages/cascader/src/index.ts
2856
2824
  /*
2857
2825
  * Tencent is pleased to support the open source community by making
2858
2826
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -2886,6 +2854,8 @@ var BkCascader = (0,shared_.withInstallProps)(cascader, {
2886
2854
  });
2887
2855
  /* harmony default export */ const cascader_src = (BkCascader);
2888
2856
 
2857
+ })();
2858
+
2889
2859
  var __webpack_exports__BkCascader = __webpack_exports__.BkCascader;
2890
2860
  var __webpack_exports__BkCascaderPanel = __webpack_exports__.BkCascaderPanel;
2891
2861
  var __webpack_exports__default = __webpack_exports__["default"];