bkui-vue 2.0.2-beta.12 → 2.0.2-beta.14

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 (231) hide show
  1. package/dist/index.cjs.js +159 -133
  2. package/dist/index.esm.js +21441 -17749
  3. package/dist/index.umd.js +159 -133
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.variable.css +1 -0
  7. package/lib/affix/index.js +30 -22
  8. package/lib/alert/alert.variable.css +1 -0
  9. package/lib/alert/index.js +30 -22
  10. package/lib/animate-number/index.js +14 -10
  11. package/lib/backtop/backtop.variable.css +1 -0
  12. package/lib/backtop/index.js +32 -22
  13. package/lib/badge/badge.variable.css +1 -0
  14. package/lib/badge/index.js +24 -18
  15. package/lib/breadcrumb/breadcrumb.variable.css +1 -0
  16. package/lib/breadcrumb/index.js +31 -23
  17. package/lib/button/button.variable.css +1 -0
  18. package/lib/button/index.js +36 -26
  19. package/lib/card/card.variable.css +1 -0
  20. package/lib/card/index.js +47 -33
  21. package/lib/cascader/cascader.variable.css +1 -0
  22. package/lib/cascader/index.js +651 -625
  23. package/lib/checkbox/checkbox.variable.css +1 -0
  24. package/lib/checkbox/index.js +45 -35
  25. package/lib/code-diff/code-diff.variable.css +1 -0
  26. package/lib/code-diff/index.js +83 -79
  27. package/lib/collapse/collapse.variable.css +1 -0
  28. package/lib/collapse/index.js +39 -33
  29. package/lib/collapse-transition/collapse-transition.variable.css +1 -0
  30. package/lib/collapse-transition/index.js +20 -14
  31. package/lib/color-picker/color-picker.variable.css +1 -0
  32. package/lib/color-picker/index.js +610 -597
  33. package/lib/config-provider/config-provider.variable.css +1 -0
  34. package/lib/config-provider/index.js +34 -26
  35. package/lib/container/container.variable.css +1 -0
  36. package/lib/container/index.js +27 -21
  37. package/lib/date-picker/date-picker.variable.css +1 -0
  38. package/lib/date-picker/index.js +642 -623
  39. package/lib/dialog/dialog.variable.css +1 -0
  40. package/lib/dialog/index.js +101 -87
  41. package/lib/directives/index.js +439 -434
  42. package/lib/divider/divider.variable.css +1 -0
  43. package/lib/divider/index.js +21 -15
  44. package/lib/dropdown/dropdown.variable.css +1 -0
  45. package/lib/dropdown/index.js +43 -31
  46. package/lib/exception/exception.variable.css +1 -0
  47. package/lib/exception/index.js +55 -49
  48. package/lib/fixed-navbar/fixed-navbar.variable.css +1 -0
  49. package/lib/fixed-navbar/index.js +20 -14
  50. package/lib/form/form.variable.css +1 -0
  51. package/lib/form/index.js +632 -611
  52. package/lib/icon/angle-double-down-line.js +14 -12
  53. package/lib/icon/angle-double-left-line.js +14 -12
  54. package/lib/icon/angle-double-left.js +14 -12
  55. package/lib/icon/angle-double-right-line.js +14 -12
  56. package/lib/icon/angle-double-right.js +14 -12
  57. package/lib/icon/angle-double-up-line.js +14 -12
  58. package/lib/icon/angle-down-fill.js +14 -12
  59. package/lib/icon/angle-down-line.js +14 -12
  60. package/lib/icon/angle-down.js +14 -12
  61. package/lib/icon/angle-left.js +14 -12
  62. package/lib/icon/angle-right.js +14 -12
  63. package/lib/icon/angle-up-fill.js +14 -12
  64. package/lib/icon/angle-up.js +14 -12
  65. package/lib/icon/archive-fill.js +14 -12
  66. package/lib/icon/arrows-left.js +14 -12
  67. package/lib/icon/arrows-right.js +14 -12
  68. package/lib/icon/assistant.js +14 -12
  69. package/lib/icon/audio-fill.js +14 -12
  70. package/lib/icon/bk.js +14 -12
  71. package/lib/icon/circle.js +14 -12
  72. package/lib/icon/close-line.js +14 -12
  73. package/lib/icon/close.js +14 -12
  74. package/lib/icon/code.js +14 -12
  75. package/lib/icon/cog-shape.js +14 -12
  76. package/lib/icon/collapse-left.js +14 -12
  77. package/lib/icon/copy-shape.js +14 -12
  78. package/lib/icon/copy.js +14 -12
  79. package/lib/icon/data-shape.js +14 -12
  80. package/lib/icon/del.js +14 -12
  81. package/lib/icon/doc-fill.js +14 -12
  82. package/lib/icon/done.js +14 -12
  83. package/lib/icon/down-shape.js +14 -12
  84. package/lib/icon/down-small.js +14 -12
  85. package/lib/icon/edit-line.js +14 -12
  86. package/lib/icon/ellipsis.js +14 -12
  87. package/lib/icon/enlarge-line.js +14 -12
  88. package/lib/icon/error.js +14 -12
  89. package/lib/icon/excel-fill.js +14 -12
  90. package/lib/icon/exclamation-circle-shape.js +14 -12
  91. package/lib/icon/eye.js +14 -12
  92. package/lib/icon/filliscreen-line.js +14 -12
  93. package/lib/icon/fix-line.js +14 -12
  94. package/lib/icon/fix-shape.js +14 -12
  95. package/lib/icon/folder-open.js +14 -12
  96. package/lib/icon/folder-shape-open.js +14 -12
  97. package/lib/icon/folder-shape.js +14 -12
  98. package/lib/icon/folder.js +14 -12
  99. package/lib/icon/funnel.js +14 -12
  100. package/lib/icon/grag-fill.js +14 -12
  101. package/lib/icon/help-document-fill.js +14 -12
  102. package/lib/icon/help-fill.js +14 -12
  103. package/lib/icon/help.js +14 -12
  104. package/lib/icon/image-fill.js +14 -12
  105. package/lib/icon/img-error.js +14 -12
  106. package/lib/icon/img-placehoulder.js +14 -12
  107. package/lib/icon/info-line.js +14 -12
  108. package/lib/icon/info.js +14 -12
  109. package/lib/icon/left-shape.js +14 -12
  110. package/lib/icon/left-turn-line.js +14 -12
  111. package/lib/icon/loading.js +14 -12
  112. package/lib/icon/narrow-line.js +14 -12
  113. package/lib/icon/original.js +14 -12
  114. package/lib/icon/pdf-fill.js +14 -12
  115. package/lib/icon/play-shape.js +14 -12
  116. package/lib/icon/plus.js +14 -12
  117. package/lib/icon/ppt-fill.js +14 -12
  118. package/lib/icon/qq.js +14 -12
  119. package/lib/icon/right-shape.js +14 -12
  120. package/lib/icon/right-turn-line.js +14 -12
  121. package/lib/icon/search.js +14 -12
  122. package/lib/icon/share.js +14 -12
  123. package/lib/icon/spinner.js +14 -12
  124. package/lib/icon/success.js +14 -12
  125. package/lib/icon/switcher-loading.js +14 -12
  126. package/lib/icon/text-all.js +14 -12
  127. package/lib/icon/text-file.js +14 -12
  128. package/lib/icon/text-fill.js +14 -12
  129. package/lib/icon/transfer.js +14 -12
  130. package/lib/icon/tree-application-shape.js +14 -12
  131. package/lib/icon/unfull-screen.js +14 -12
  132. package/lib/icon/unvisible.js +14 -12
  133. package/lib/icon/up-shape.js +14 -12
  134. package/lib/icon/upload.js +14 -12
  135. package/lib/icon/video-fill.js +14 -12
  136. package/lib/icon/warn.js +14 -12
  137. package/lib/icon/weixin-pro.js +14 -12
  138. package/lib/icon/weixin.js +14 -12
  139. package/lib/image/image-viewer.variable.css +1 -0
  140. package/lib/image/image.variable.css +1 -0
  141. package/lib/image/index.js +341 -328
  142. package/lib/index.js +1 -1
  143. package/lib/info-box/index.js +101 -87
  144. package/lib/info-box/info-box.variable.css +1 -0
  145. package/lib/input/index.js +334 -325
  146. package/lib/input/input.variable.css +1 -0
  147. package/lib/link/index.js +26 -18
  148. package/lib/link/link.variable.css +1 -0
  149. package/lib/loading/index.js +25 -19
  150. package/lib/loading/loading.variable.css +1 -0
  151. package/lib/locale/index.js +3 -3
  152. package/lib/menu/index.js +40 -32
  153. package/lib/menu/menu.variable.css +1 -0
  154. package/lib/menu/submenu.variable.css +1 -0
  155. package/lib/message/index.js +48 -42
  156. package/lib/message/message.variable.css +1 -0
  157. package/lib/modal/index.js +39 -29
  158. package/lib/modal/modal.variable.css +1 -0
  159. package/lib/navigation/index.js +27 -19
  160. package/lib/navigation/navigation.variable.css +1 -0
  161. package/lib/notify/index.js +37 -27
  162. package/lib/notify/notify.variable.css +1 -0
  163. package/lib/overflow-title/index.js +41 -29
  164. package/lib/pagination/index.js +62 -46
  165. package/lib/pagination/pagination.variable.css +1 -0
  166. package/lib/pop-confirm/index.d.ts +584 -0
  167. package/lib/pop-confirm/index.js +56 -36
  168. package/lib/pop-confirm/pop-confirm.d.ts +292 -0
  169. package/lib/pop-confirm/pop-confirm.variable.css +1 -0
  170. package/lib/pop-confirm/props.d.ts +146 -0
  171. package/lib/popover/index.js +362 -349
  172. package/lib/popover/popover.variable.css +1 -0
  173. package/lib/popover2/index.js +14 -10
  174. package/lib/process/index.js +78 -74
  175. package/lib/process/process.variable.css +1 -0
  176. package/lib/progress/index.js +26 -20
  177. package/lib/progress/progress.variable.css +1 -0
  178. package/lib/radio/index.js +39 -31
  179. package/lib/radio/radio.variable.css +1 -0
  180. package/lib/rate/index.js +25 -19
  181. package/lib/rate/rate.variable.css +1 -0
  182. package/lib/resize-layout/index.js +30 -22
  183. package/lib/resize-layout/resize-layout.variable.css +1 -0
  184. package/lib/scrollbar/css/scrollbar.variable.css +1 -0
  185. package/lib/scrollbar/index.js +25 -25
  186. package/lib/search-select/index.js +435 -416
  187. package/lib/search-select/search-select.variable.css +1 -0
  188. package/lib/select/index.js +489 -450
  189. package/lib/select/select.variable.css +1 -0
  190. package/lib/shared/index.js +57 -49
  191. package/lib/sideslider/index.js +89 -79
  192. package/lib/sideslider/sideslider.variable.css +1 -0
  193. package/lib/slider/index.js +85 -75
  194. package/lib/slider/slider.variable.css +1 -0
  195. package/lib/steps/index.js +78 -72
  196. package/lib/steps/steps.variable.css +1 -0
  197. package/lib/styles/mixins/animate.variable.css +1 -0
  198. package/lib/styles/mixins/popper.variable.css +1 -0
  199. package/lib/styles/mixins/scroll.variable.css +1 -0
  200. package/lib/styles/reset.variable.css +1 -0
  201. package/lib/swiper/index.js +24 -18
  202. package/lib/swiper/swiper.variable.css +1 -0
  203. package/lib/switcher/index.js +30 -22
  204. package/lib/switcher/switcher.variable.css +1 -0
  205. package/lib/tab/index.js +336 -325
  206. package/lib/tab/tab.variable.css +1 -0
  207. package/lib/table/index.js +564 -509
  208. package/lib/table/plugins/head-filter.variable.css +1 -0
  209. package/lib/table/plugins/head-sort.variable.css +1 -0
  210. package/lib/table/plugins/settings.variable.css +1 -0
  211. package/lib/table/table.variable.css +1 -0
  212. package/lib/table-column/index.js +13 -9
  213. package/lib/tag/index.js +36 -26
  214. package/lib/tag/tag.variable.css +1 -0
  215. package/lib/tag-input/index.js +375 -352
  216. package/lib/tag-input/tag-input.variable.css +1 -0
  217. package/lib/time-picker/index.js +13 -9
  218. package/lib/time-picker/time-picker.variable.css +1 -0
  219. package/lib/timeline/index.js +21 -15
  220. package/lib/timeline/timeline.variable.css +1 -0
  221. package/lib/transfer/index.js +56 -40
  222. package/lib/transfer/transfer.variable.css +1 -0
  223. package/lib/tree/index.js +17431 -91
  224. package/lib/tree/tree.css +28 -0
  225. package/lib/tree/tree.less +33 -2
  226. package/lib/tree/tree.variable.css +29 -0
  227. package/lib/upload/index.js +584 -572
  228. package/lib/upload/upload.variable.css +1 -0
  229. package/lib/virtual-render/index.js +55 -43
  230. package/lib/virtual-render/virtual-render.variable.css +1 -0
  231. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  import "../styles/reset.css";
2
2
  import "./cascader.less";
3
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
3
4
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
4
5
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
5
6
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
6
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__ from "vue-types";
@@ -18,7 +18,181 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__ from "../
18
18
  import "../checkbox/checkbox.less";
19
19
  /******/ var __webpack_modules__ = ({
20
20
 
21
- /***/ 668:
21
+ /***/ 205:
22
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
23
+
24
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
25
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
26
+ /* harmony export */ });
27
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7545);
28
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9824);
29
+
30
+
31
+ function toPropertyKey(t) {
32
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
33
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
34
+ }
35
+
36
+ /***/ }),
37
+
38
+ /***/ 592:
39
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
40
+
41
+ var x = (y) => {
42
+ var x = {}; __webpack_require__.d(x, y); return x
43
+ }
44
+ var y = (x) => (() => (x))
45
+ module.exports = x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover), ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"]) });
46
+
47
+ /***/ }),
48
+
49
+ /***/ 1043:
50
+ /***/ ((module) => {
51
+
52
+ /**
53
+ * Copyright (c) 2015, Facebook, Inc.
54
+ * All rights reserved.
55
+ *
56
+ * This source code is licensed under the BSD-style license found in the
57
+ * LICENSE file in the root directory of this source tree. An additional grant
58
+ * of patent rights can be found in the PATENTS file in the same directory.
59
+ *
60
+ * @providesModule ExecutionEnvironment
61
+ */
62
+
63
+ /*jslint evil: true */
64
+
65
+
66
+
67
+ var canUseDOM = !!(
68
+ typeof window !== 'undefined' &&
69
+ window.document &&
70
+ window.document.createElement
71
+ );
72
+
73
+ /**
74
+ * Simple, lightweight module assisting with the detection and context of
75
+ * Worker. Helps avoid circular dependencies and allows code to reason about
76
+ * whether or not they are in a Worker, even if they never include the main
77
+ * `ReactWorker` dependency.
78
+ */
79
+ var ExecutionEnvironment = {
80
+
81
+ canUseDOM: canUseDOM,
82
+
83
+ canUseWorkers: typeof Worker !== 'undefined',
84
+
85
+ canUseEventListeners:
86
+ canUseDOM && !!(window.addEventListener || window.attachEvent),
87
+
88
+ canUseViewport: canUseDOM && !!window.screen,
89
+
90
+ isInWorker: !canUseDOM // For now, this is true - might change in the future.
91
+
92
+ };
93
+
94
+ module.exports = ExecutionEnvironment;
95
+
96
+
97
+ /***/ }),
98
+
99
+ /***/ 2586:
100
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
101
+
102
+ /**
103
+ * Copyright 2013-2015, Facebook, Inc.
104
+ * All rights reserved.
105
+ *
106
+ * This source code is licensed under the BSD-style license found in the
107
+ * LICENSE file in the root directory of this source tree. An additional grant
108
+ * of patent rights can be found in the PATENTS file in the same directory.
109
+ *
110
+ * @providesModule isEventSupported
111
+ */
112
+
113
+
114
+
115
+ var ExecutionEnvironment = __webpack_require__(1043);
116
+
117
+ var useHasFeature;
118
+ if (ExecutionEnvironment.canUseDOM) {
119
+ useHasFeature =
120
+ document.implementation &&
121
+ document.implementation.hasFeature &&
122
+ // always returns true in newer browsers as per the standard.
123
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
124
+ document.implementation.hasFeature('', '') !== true;
125
+ }
126
+
127
+ /**
128
+ * Checks if an event is supported in the current execution environment.
129
+ *
130
+ * NOTE: This will not work correctly for non-generic events such as `change`,
131
+ * `reset`, `load`, `error`, and `select`.
132
+ *
133
+ * Borrows from Modernizr.
134
+ *
135
+ * @param {string} eventNameSuffix Event name, e.g. "click".
136
+ * @param {?boolean} capture Check if the capture phase is supported.
137
+ * @return {boolean} True if the event is supported.
138
+ * @internal
139
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
140
+ */
141
+ function isEventSupported(eventNameSuffix, capture) {
142
+ if (!ExecutionEnvironment.canUseDOM ||
143
+ capture && !('addEventListener' in document)) {
144
+ return false;
145
+ }
146
+
147
+ var eventName = 'on' + eventNameSuffix;
148
+ var isSupported = eventName in document;
149
+
150
+ if (!isSupported) {
151
+ var element = document.createElement('div');
152
+ element.setAttribute(eventName, 'return;');
153
+ isSupported = typeof element[eventName] === 'function';
154
+ }
155
+
156
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
157
+ // This is the only way to test support for the `wheel` event in IE9+.
158
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
159
+ }
160
+
161
+ return isSupported;
162
+ }
163
+
164
+ module.exports = isEventSupported;
165
+
166
+
167
+ /***/ }),
168
+
169
+ /***/ 2880:
170
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
171
+
172
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
173
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
174
+ /* harmony export */ });
175
+ function _nonIterableSpread() {
176
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
177
+ }
178
+
179
+ /***/ }),
180
+
181
+ /***/ 3492:
182
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
183
+
184
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
185
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
186
+ /* harmony export */ });
187
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
188
+
189
+ function _arrayWithoutHoles(arr) {
190
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
191
+ }
192
+
193
+ /***/ }),
194
+
195
+ /***/ 4193:
22
196
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23
197
 
24
198
 
@@ -29,7 +203,7 @@ __webpack_require__.d(__webpack_exports__, {
29
203
 
30
204
  // UNUSED EXPORTS: bkEllipsis, bkEllipsisInstance, bkLoading, clickoutside, mousewheel, overflowTitle
31
205
 
32
- ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
206
+ ;// ../../packages/directives/src/clickoutside.ts
33
207
  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; } } }; }
34
208
  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); }
35
209
  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; }
@@ -156,10 +330,10 @@ ClickOutside.install = function (app) {
156
330
  };
157
331
  /* harmony default export */ const clickoutside = ((/* unused pure expression or super */ null && (ClickOutside)));
158
332
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
159
- var esm_typeof = __webpack_require__(6522);
333
+ var esm_typeof = __webpack_require__(7545);
160
334
  // EXTERNAL MODULE: external "../popover"
161
- var popover_ = __webpack_require__(563);
162
- ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
335
+ var popover_ = __webpack_require__(592);
336
+ ;// ../../packages/directives/src/ellipsis.ts
163
337
 
164
338
  /*
165
339
  * Tencent is pleased to support the open source community by making
@@ -270,9 +444,9 @@ var ellipsis = {
270
444
  };
271
445
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
272
446
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
273
- var normalize_wheel = __webpack_require__(2439);
447
+ var normalize_wheel = __webpack_require__(8283);
274
448
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
275
- ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
449
+ ;// ../../packages/directives/src/mousewheel.ts
276
450
  /*
277
451
  * Tencent is pleased to support the open source community by making
278
452
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -315,18 +489,20 @@ var mousewheel = {
315
489
  };
316
490
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
317
491
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
318
- var defineProperty = __webpack_require__(6666);
492
+ var defineProperty = __webpack_require__(4586);
319
493
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
320
- var toConsumableArray = __webpack_require__(7930);
494
+ var toConsumableArray = __webpack_require__(5153);
321
495
  // EXTERNAL MODULE: external "vue"
322
- var external_vue_ = __webpack_require__(6609);
496
+ var external_vue_ = __webpack_require__(5286);
323
497
  // EXTERNAL MODULE: external "../shared"
324
- var shared_ = __webpack_require__(9253);
325
- ;// CONCATENATED MODULE: external "@popperjs/core"
326
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
327
- var y = x => () => x
328
- const core_namespaceObject = x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
329
- ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
498
+ var shared_ = __webpack_require__(5166);
499
+ ;// external "@popperjs/core"
500
+ var x = (y) => {
501
+ var x = {}; __webpack_require__.d(x, y); return x
502
+ }
503
+ var y = (x) => (() => (x))
504
+ const core_namespaceObject = x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
505
+ ;// ../../packages/directives/src/tooltips.ts
330
506
 
331
507
 
332
508
 
@@ -391,9 +567,6 @@ var tooltips = {
391
567
  hide(el);
392
568
  }, 100);
393
569
  });
394
- el.addEventListener('click', function () {
395
- hide(el);
396
- });
397
570
  popper.addEventListener('mouseleave', function () {
398
571
  clearTimeout(delayTimeout);
399
572
  hideTimeout = setTimeout(function () {
@@ -407,7 +580,7 @@ var tooltips = {
407
580
  show(el);
408
581
  clearTimeout(delayTimeout);
409
582
  }, opts.delay);
410
- } else if (popper.hasAttribute('data-show')) {
583
+ } else if (!el.contains(event.target) && popper.hasAttribute('data-show')) {
411
584
  hide(el);
412
585
  }
413
586
  });
@@ -618,15 +791,19 @@ function hide(el) {
618
791
  }
619
792
  }
620
793
  /* harmony default export */ const src_tooltips = (tooltips);
621
- ;// CONCATENATED MODULE: external "../loading"
622
- var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
623
- var external_loading_y = x => () => x
794
+ ;// external "../loading"
795
+ var external_loading_x = (y) => {
796
+ var x = {}; __webpack_require__.d(x, y); return x
797
+ }
798
+ var external_loading_y = (x) => (() => (x))
624
799
  const external_loading_namespaceObject = external_loading_x({ });
625
- ;// CONCATENATED MODULE: external "../overflow-title"
626
- var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
627
- var external_overflow_title_y = x => () => x
800
+ ;// external "../overflow-title"
801
+ var external_overflow_title_x = (y) => {
802
+ var x = {}; __webpack_require__.d(x, y); return x
803
+ }
804
+ var external_overflow_title_y = (x) => (() => (x))
628
805
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
629
- ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
806
+ ;// ../../packages/directives/src/index.ts
630
807
  /*
631
808
  * Tencent is pleased to support the open source community by making
632
809
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -662,16 +839,45 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
662
839
 
663
840
  /***/ }),
664
841
 
665
- /***/ 2439:
666
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
842
+ /***/ 4430:
843
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
844
+
845
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
846
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
847
+ /* harmony export */ });
848
+ function _iterableToArray(iter) {
849
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
850
+ }
851
+
852
+ /***/ }),
853
+
854
+ /***/ 4586:
855
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
667
856
 
668
- module.exports = __webpack_require__(2527);
857
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
858
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
859
+ /* harmony export */ });
860
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
669
861
 
862
+ function _defineProperty(obj, key, value) {
863
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
864
+ if (key in obj) {
865
+ Object.defineProperty(obj, key, {
866
+ value: value,
867
+ enumerable: true,
868
+ configurable: true,
869
+ writable: true
870
+ });
871
+ } else {
872
+ obj[key] = value;
873
+ }
874
+ return obj;
875
+ }
670
876
 
671
877
  /***/ }),
672
878
 
673
- /***/ 7430:
674
- /***/ ((module) => {
879
+ /***/ 5022:
880
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
675
881
 
676
882
  /**
677
883
  * Copyright (c) 2015, Facebook, Inc.
@@ -681,445 +887,36 @@ module.exports = __webpack_require__(2527);
681
887
  * LICENSE file in the root directory of this source tree. An additional grant
682
888
  * of patent rights can be found in the PATENTS file in the same directory.
683
889
  *
684
- * @providesModule ExecutionEnvironment
685
- */
686
-
687
- /*jslint evil: true */
688
-
689
-
690
-
691
- var canUseDOM = !!(
692
- typeof window !== 'undefined' &&
693
- window.document &&
694
- window.document.createElement
695
- );
696
-
697
- /**
698
- * Simple, lightweight module assisting with the detection and context of
699
- * Worker. Helps avoid circular dependencies and allows code to reason about
700
- * whether or not they are in a Worker, even if they never include the main
701
- * `ReactWorker` dependency.
890
+ * @providesModule normalizeWheel
891
+ * @typechecks
702
892
  */
703
- var ExecutionEnvironment = {
704
-
705
- canUseDOM: canUseDOM,
706
-
707
- canUseWorkers: typeof Worker !== 'undefined',
708
-
709
- canUseEventListeners:
710
- canUseDOM && !!(window.addEventListener || window.attachEvent),
711
-
712
- canUseViewport: canUseDOM && !!window.screen,
713
893
 
714
- isInWorker: !canUseDOM // For now, this is true - might change in the future.
715
894
 
716
- };
717
895
 
718
- module.exports = ExecutionEnvironment;
896
+ var UserAgent_DEPRECATED = __webpack_require__(7416);
719
897
 
898
+ var isEventSupported = __webpack_require__(2586);
720
899
 
721
- /***/ }),
722
900
 
723
- /***/ 6377:
724
- /***/ ((module) => {
901
+ // Reasonable defaults
902
+ var PIXEL_STEP = 10;
903
+ var LINE_HEIGHT = 40;
904
+ var PAGE_HEIGHT = 800;
725
905
 
726
906
  /**
727
- * Copyright 2004-present Facebook. All Rights Reserved.
907
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
908
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
909
+ * your questions.
728
910
  *
729
- * @providesModule UserAgent_DEPRECATED
730
- */
731
-
732
- /**
733
- * Provides entirely client-side User Agent and OS detection. You should prefer
734
- * the non-deprecated UserAgent module when possible, which exposes our
735
- * authoritative server-side PHP-based detection to the client.
911
+ * If you need to react to the mouse wheel in a predictable way, this code is
912
+ * like your bestest friend. * hugs *
736
913
  *
737
- * Usage is straightforward:
914
+ * As of today, there are 4 DOM event types you can listen to:
738
915
  *
739
- * if (UserAgent_DEPRECATED.ie()) {
740
- * // IE
741
- * }
742
- *
743
- * You can also do version checks:
744
- *
745
- * if (UserAgent_DEPRECATED.ie() >= 7) {
746
- * // IE7 or better
747
- * }
748
- *
749
- * The browser functions will return NaN if the browser does not match, so
750
- * you can also do version compares the other way:
751
- *
752
- * if (UserAgent_DEPRECATED.ie() < 7) {
753
- * // IE6 or worse
754
- * }
755
- *
756
- * Note that the version is a float and may include a minor version number,
757
- * so you should always use range operators to perform comparisons, not
758
- * strict equality.
759
- *
760
- * **Note:** You should **strongly** prefer capability detection to browser
761
- * version detection where it's reasonable:
762
- *
763
- * http://www.quirksmode.org/js/support.html
764
- *
765
- * Further, we have a large number of mature wrapper functions and classes
766
- * which abstract away many browser irregularities. Check the documentation,
767
- * grep for things, or ask on javascript@lists.facebook.com before writing yet
768
- * another copy of "event || window.event".
769
- *
770
- */
771
-
772
- var _populated = false;
773
-
774
- // Browsers
775
- var _ie, _firefox, _opera, _webkit, _chrome;
776
-
777
- // Actual IE browser for compatibility mode
778
- var _ie_real_version;
779
-
780
- // Platforms
781
- var _osx, _windows, _linux, _android;
782
-
783
- // Architectures
784
- var _win64;
785
-
786
- // Devices
787
- var _iphone, _ipad, _native;
788
-
789
- var _mobile;
790
-
791
- function _populate() {
792
- if (_populated) {
793
- return;
794
- }
795
-
796
- _populated = true;
797
-
798
- // To work around buggy JS libraries that can't handle multi-digit
799
- // version numbers, Opera 10's user agent string claims it's Opera
800
- // 9, then later includes a Version/X.Y field:
801
- //
802
- // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
803
- var uas = navigator.userAgent;
804
- 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);
805
- var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
806
-
807
- _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
808
- _ipad = /\b(iP[ao]d)/.exec(uas);
809
- _android = /Android/i.exec(uas);
810
- _native = /FBAN\/\w+;/i.exec(uas);
811
- _mobile = /Mobile/i.exec(uas);
812
-
813
- // Note that the IE team blog would have you believe you should be checking
814
- // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
815
- // from either x64 or ia64; so ultimately, you should just check for Win64
816
- // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
817
- // Windows will send 'WOW64' instead.
818
- _win64 = !!(/Win64/.exec(uas));
819
-
820
- if (agent) {
821
- _ie = agent[1] ? parseFloat(agent[1]) : (
822
- agent[5] ? parseFloat(agent[5]) : NaN);
823
- // IE compatibility mode
824
- if (_ie && document && document.documentMode) {
825
- _ie = document.documentMode;
826
- }
827
- // grab the "true" ie version from the trident token if available
828
- var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
829
- _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
830
-
831
- _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
832
- _opera = agent[3] ? parseFloat(agent[3]) : NaN;
833
- _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
834
- if (_webkit) {
835
- // We do not add the regexp to the above test, because it will always
836
- // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
837
- // the userAgent string.
838
- agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
839
- _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
840
- } else {
841
- _chrome = NaN;
842
- }
843
- } else {
844
- _ie = _firefox = _opera = _chrome = _webkit = NaN;
845
- }
846
-
847
- if (os) {
848
- if (os[1]) {
849
- // Detect OS X version. If no version number matches, set _osx to true.
850
- // Version examples: 10, 10_6_1, 10.7
851
- // Parses version number as a float, taking only first two sets of
852
- // digits. If only one set of digits is found, returns just the major
853
- // version number.
854
- var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
855
-
856
- _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
857
- } else {
858
- _osx = false;
859
- }
860
- _windows = !!os[2];
861
- _linux = !!os[3];
862
- } else {
863
- _osx = _windows = _linux = false;
864
- }
865
- }
866
-
867
- var UserAgent_DEPRECATED = {
868
-
869
- /**
870
- * Check if the UA is Internet Explorer.
871
- *
872
- *
873
- * @return float|NaN Version number (if match) or NaN.
874
- */
875
- ie: function() {
876
- return _populate() || _ie;
877
- },
878
-
879
- /**
880
- * Check if we're in Internet Explorer compatibility mode.
881
- *
882
- * @return bool true if in compatibility mode, false if
883
- * not compatibility mode or not ie
884
- */
885
- ieCompatibilityMode: function() {
886
- return _populate() || (_ie_real_version > _ie);
887
- },
888
-
889
-
890
- /**
891
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
892
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
893
- * this when we don't need it -- tracked by #601957.
894
- */
895
- ie64: function() {
896
- return UserAgent_DEPRECATED.ie() && _win64;
897
- },
898
-
899
- /**
900
- * Check if the UA is Firefox.
901
- *
902
- *
903
- * @return float|NaN Version number (if match) or NaN.
904
- */
905
- firefox: function() {
906
- return _populate() || _firefox;
907
- },
908
-
909
-
910
- /**
911
- * Check if the UA is Opera.
912
- *
913
- *
914
- * @return float|NaN Version number (if match) or NaN.
915
- */
916
- opera: function() {
917
- return _populate() || _opera;
918
- },
919
-
920
-
921
- /**
922
- * Check if the UA is WebKit.
923
- *
924
- *
925
- * @return float|NaN Version number (if match) or NaN.
926
- */
927
- webkit: function() {
928
- return _populate() || _webkit;
929
- },
930
-
931
- /**
932
- * For Push
933
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
934
- */
935
- safari: function() {
936
- return UserAgent_DEPRECATED.webkit();
937
- },
938
-
939
- /**
940
- * Check if the UA is a Chrome browser.
941
- *
942
- *
943
- * @return float|NaN Version number (if match) or NaN.
944
- */
945
- chrome : function() {
946
- return _populate() || _chrome;
947
- },
948
-
949
-
950
- /**
951
- * Check if the user is running Windows.
952
- *
953
- * @return bool `true' if the user's OS is Windows.
954
- */
955
- windows: function() {
956
- return _populate() || _windows;
957
- },
958
-
959
-
960
- /**
961
- * Check if the user is running Mac OS X.
962
- *
963
- * @return float|bool Returns a float if a version number is detected,
964
- * otherwise true/false.
965
- */
966
- osx: function() {
967
- return _populate() || _osx;
968
- },
969
-
970
- /**
971
- * Check if the user is running Linux.
972
- *
973
- * @return bool `true' if the user's OS is some flavor of Linux.
974
- */
975
- linux: function() {
976
- return _populate() || _linux;
977
- },
978
-
979
- /**
980
- * Check if the user is running on an iPhone or iPod platform.
981
- *
982
- * @return bool `true' if the user is running some flavor of the
983
- * iPhone OS.
984
- */
985
- iphone: function() {
986
- return _populate() || _iphone;
987
- },
988
-
989
- mobile: function() {
990
- return _populate() || (_iphone || _ipad || _android || _mobile);
991
- },
992
-
993
- nativeApp: function() {
994
- // webviews inside of the native apps
995
- return _populate() || _native;
996
- },
997
-
998
- android: function() {
999
- return _populate() || _android;
1000
- },
1001
-
1002
- ipad: function() {
1003
- return _populate() || _ipad;
1004
- }
1005
- };
1006
-
1007
- module.exports = UserAgent_DEPRECATED;
1008
-
1009
-
1010
- /***/ }),
1011
-
1012
- /***/ 3541:
1013
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1014
-
1015
- /**
1016
- * Copyright 2013-2015, Facebook, Inc.
1017
- * All rights reserved.
1018
- *
1019
- * This source code is licensed under the BSD-style license found in the
1020
- * LICENSE file in the root directory of this source tree. An additional grant
1021
- * of patent rights can be found in the PATENTS file in the same directory.
1022
- *
1023
- * @providesModule isEventSupported
1024
- */
1025
-
1026
-
1027
-
1028
- var ExecutionEnvironment = __webpack_require__(7430);
1029
-
1030
- var useHasFeature;
1031
- if (ExecutionEnvironment.canUseDOM) {
1032
- useHasFeature =
1033
- document.implementation &&
1034
- document.implementation.hasFeature &&
1035
- // always returns true in newer browsers as per the standard.
1036
- // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
1037
- document.implementation.hasFeature('', '') !== true;
1038
- }
1039
-
1040
- /**
1041
- * Checks if an event is supported in the current execution environment.
1042
- *
1043
- * NOTE: This will not work correctly for non-generic events such as `change`,
1044
- * `reset`, `load`, `error`, and `select`.
1045
- *
1046
- * Borrows from Modernizr.
1047
- *
1048
- * @param {string} eventNameSuffix Event name, e.g. "click".
1049
- * @param {?boolean} capture Check if the capture phase is supported.
1050
- * @return {boolean} True if the event is supported.
1051
- * @internal
1052
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
1053
- */
1054
- function isEventSupported(eventNameSuffix, capture) {
1055
- if (!ExecutionEnvironment.canUseDOM ||
1056
- capture && !('addEventListener' in document)) {
1057
- return false;
1058
- }
1059
-
1060
- var eventName = 'on' + eventNameSuffix;
1061
- var isSupported = eventName in document;
1062
-
1063
- if (!isSupported) {
1064
- var element = document.createElement('div');
1065
- element.setAttribute(eventName, 'return;');
1066
- isSupported = typeof element[eventName] === 'function';
1067
- }
1068
-
1069
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
1070
- // This is the only way to test support for the `wheel` event in IE9+.
1071
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
1072
- }
1073
-
1074
- return isSupported;
1075
- }
1076
-
1077
- module.exports = isEventSupported;
1078
-
1079
-
1080
- /***/ }),
1081
-
1082
- /***/ 2527:
1083
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1084
-
1085
- /**
1086
- * Copyright (c) 2015, Facebook, Inc.
1087
- * All rights reserved.
1088
- *
1089
- * This source code is licensed under the BSD-style license found in the
1090
- * LICENSE file in the root directory of this source tree. An additional grant
1091
- * of patent rights can be found in the PATENTS file in the same directory.
1092
- *
1093
- * @providesModule normalizeWheel
1094
- * @typechecks
1095
- */
1096
-
1097
-
1098
-
1099
- var UserAgent_DEPRECATED = __webpack_require__(6377);
1100
-
1101
- var isEventSupported = __webpack_require__(3541);
1102
-
1103
-
1104
- // Reasonable defaults
1105
- var PIXEL_STEP = 10;
1106
- var LINE_HEIGHT = 40;
1107
- var PAGE_HEIGHT = 800;
1108
-
1109
- /**
1110
- * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
1111
- * complicated, thus this doc is long and (hopefully) detailed enough to answer
1112
- * your questions.
1113
- *
1114
- * If you need to react to the mouse wheel in a predictable way, this code is
1115
- * like your bestest friend. * hugs *
1116
- *
1117
- * As of today, there are 4 DOM event types you can listen to:
1118
- *
1119
- * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
1120
- * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
1121
- * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
1122
- * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
916
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
917
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
918
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
919
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
1123
920
  *
1124
921
  * So what to do? The is the best:
1125
922
  *
@@ -1267,34 +1064,49 @@ module.exports = normalizeWheel;
1267
1064
 
1268
1065
  /***/ }),
1269
1066
 
1270
- /***/ 563:
1271
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1067
+ /***/ 5153:
1068
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1069
+
1070
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1071
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1072
+ /* harmony export */ });
1073
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3492);
1074
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4430);
1075
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7985);
1076
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2880);
1077
+
1272
1078
 
1273
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1274
- var y = x => () => x
1275
- module.exports = x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
1079
+
1080
+
1081
+ function _toConsumableArray(arr) {
1082
+ 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"])();
1083
+ }
1276
1084
 
1277
1085
  /***/ }),
1278
1086
 
1279
- /***/ 9253:
1087
+ /***/ 5166:
1280
1088
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1281
1089
 
1282
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1283
- var y = x => () => x
1284
- 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 });
1090
+ var x = (y) => {
1091
+ var x = {}; __webpack_require__.d(x, y); return x
1092
+ }
1093
+ var y = (x) => (() => (x))
1094
+ 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) });
1285
1095
 
1286
1096
  /***/ }),
1287
1097
 
1288
- /***/ 6609:
1098
+ /***/ 5286:
1289
1099
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1290
1100
 
1291
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1292
- var y = x => () => x
1293
- 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 });
1101
+ var x = (y) => {
1102
+ var x = {}; __webpack_require__.d(x, y); return x
1103
+ }
1104
+ var y = (x) => (() => (x))
1105
+ 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) });
1294
1106
 
1295
1107
  /***/ }),
1296
1108
 
1297
- /***/ 926:
1109
+ /***/ 6284:
1298
1110
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1299
1111
 
1300
1112
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1308,128 +1120,296 @@ function _arrayLikeToArray(arr, len) {
1308
1120
 
1309
1121
  /***/ }),
1310
1122
 
1311
- /***/ 74:
1312
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1123
+ /***/ 7416:
1124
+ /***/ ((module) => {
1313
1125
 
1314
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1315
- /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
1316
- /* harmony export */ });
1317
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1126
+ /**
1127
+ * Copyright 2004-present Facebook. All Rights Reserved.
1128
+ *
1129
+ * @providesModule UserAgent_DEPRECATED
1130
+ */
1318
1131
 
1319
- function _arrayWithoutHoles(arr) {
1320
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
1321
- }
1132
+ /**
1133
+ * Provides entirely client-side User Agent and OS detection. You should prefer
1134
+ * the non-deprecated UserAgent module when possible, which exposes our
1135
+ * authoritative server-side PHP-based detection to the client.
1136
+ *
1137
+ * Usage is straightforward:
1138
+ *
1139
+ * if (UserAgent_DEPRECATED.ie()) {
1140
+ * // IE
1141
+ * }
1142
+ *
1143
+ * You can also do version checks:
1144
+ *
1145
+ * if (UserAgent_DEPRECATED.ie() >= 7) {
1146
+ * // IE7 or better
1147
+ * }
1148
+ *
1149
+ * The browser functions will return NaN if the browser does not match, so
1150
+ * you can also do version compares the other way:
1151
+ *
1152
+ * if (UserAgent_DEPRECATED.ie() < 7) {
1153
+ * // IE6 or worse
1154
+ * }
1155
+ *
1156
+ * Note that the version is a float and may include a minor version number,
1157
+ * so you should always use range operators to perform comparisons, not
1158
+ * strict equality.
1159
+ *
1160
+ * **Note:** You should **strongly** prefer capability detection to browser
1161
+ * version detection where it's reasonable:
1162
+ *
1163
+ * http://www.quirksmode.org/js/support.html
1164
+ *
1165
+ * Further, we have a large number of mature wrapper functions and classes
1166
+ * which abstract away many browser irregularities. Check the documentation,
1167
+ * grep for things, or ask on javascript@lists.facebook.com before writing yet
1168
+ * another copy of "event || window.event".
1169
+ *
1170
+ */
1171
+
1172
+ var _populated = false;
1173
+
1174
+ // Browsers
1175
+ var _ie, _firefox, _opera, _webkit, _chrome;
1176
+
1177
+ // Actual IE browser for compatibility mode
1178
+ var _ie_real_version;
1179
+
1180
+ // Platforms
1181
+ var _osx, _windows, _linux, _android;
1182
+
1183
+ // Architectures
1184
+ var _win64;
1185
+
1186
+ // Devices
1187
+ var _iphone, _ipad, _native;
1188
+
1189
+ var _mobile;
1190
+
1191
+ function _populate() {
1192
+ if (_populated) {
1193
+ return;
1194
+ }
1195
+
1196
+ _populated = true;
1197
+
1198
+ // To work around buggy JS libraries that can't handle multi-digit
1199
+ // version numbers, Opera 10's user agent string claims it's Opera
1200
+ // 9, then later includes a Version/X.Y field:
1201
+ //
1202
+ // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
1203
+ var uas = navigator.userAgent;
1204
+ 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);
1205
+ var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
1206
+
1207
+ _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
1208
+ _ipad = /\b(iP[ao]d)/.exec(uas);
1209
+ _android = /Android/i.exec(uas);
1210
+ _native = /FBAN\/\w+;/i.exec(uas);
1211
+ _mobile = /Mobile/i.exec(uas);
1212
+
1213
+ // Note that the IE team blog would have you believe you should be checking
1214
+ // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
1215
+ // from either x64 or ia64; so ultimately, you should just check for Win64
1216
+ // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
1217
+ // Windows will send 'WOW64' instead.
1218
+ _win64 = !!(/Win64/.exec(uas));
1322
1219
 
1323
- /***/ }),
1220
+ if (agent) {
1221
+ _ie = agent[1] ? parseFloat(agent[1]) : (
1222
+ agent[5] ? parseFloat(agent[5]) : NaN);
1223
+ // IE compatibility mode
1224
+ if (_ie && document && document.documentMode) {
1225
+ _ie = document.documentMode;
1226
+ }
1227
+ // grab the "true" ie version from the trident token if available
1228
+ var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
1229
+ _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
1324
1230
 
1325
- /***/ 6666:
1326
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1231
+ _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
1232
+ _opera = agent[3] ? parseFloat(agent[3]) : NaN;
1233
+ _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
1234
+ if (_webkit) {
1235
+ // We do not add the regexp to the above test, because it will always
1236
+ // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
1237
+ // the userAgent string.
1238
+ agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
1239
+ _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
1240
+ } else {
1241
+ _chrome = NaN;
1242
+ }
1243
+ } else {
1244
+ _ie = _firefox = _opera = _chrome = _webkit = NaN;
1245
+ }
1327
1246
 
1328
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1329
- /* harmony export */ "default": () => (/* binding */ _defineProperty)
1330
- /* harmony export */ });
1331
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
1247
+ if (os) {
1248
+ if (os[1]) {
1249
+ // Detect OS X version. If no version number matches, set _osx to true.
1250
+ // Version examples: 10, 10_6_1, 10.7
1251
+ // Parses version number as a float, taking only first two sets of
1252
+ // digits. If only one set of digits is found, returns just the major
1253
+ // version number.
1254
+ var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
1332
1255
 
1333
- function _defineProperty(obj, key, value) {
1334
- key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
1335
- if (key in obj) {
1336
- Object.defineProperty(obj, key, {
1337
- value: value,
1338
- enumerable: true,
1339
- configurable: true,
1340
- writable: true
1341
- });
1256
+ _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
1257
+ } else {
1258
+ _osx = false;
1259
+ }
1260
+ _windows = !!os[2];
1261
+ _linux = !!os[3];
1342
1262
  } else {
1343
- obj[key] = value;
1263
+ _osx = _windows = _linux = false;
1344
1264
  }
1345
- return obj;
1346
1265
  }
1347
1266
 
1348
- /***/ }),
1267
+ var UserAgent_DEPRECATED = {
1349
1268
 
1350
- /***/ 1079:
1351
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1269
+ /**
1270
+ * Check if the UA is Internet Explorer.
1271
+ *
1272
+ *
1273
+ * @return float|NaN Version number (if match) or NaN.
1274
+ */
1275
+ ie: function() {
1276
+ return _populate() || _ie;
1277
+ },
1352
1278
 
1353
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1354
- /* harmony export */ "default": () => (/* binding */ _iterableToArray)
1355
- /* harmony export */ });
1356
- function _iterableToArray(iter) {
1357
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1358
- }
1279
+ /**
1280
+ * Check if we're in Internet Explorer compatibility mode.
1281
+ *
1282
+ * @return bool true if in compatibility mode, false if
1283
+ * not compatibility mode or not ie
1284
+ */
1285
+ ieCompatibilityMode: function() {
1286
+ return _populate() || (_ie_real_version > _ie);
1287
+ },
1359
1288
 
1360
- /***/ }),
1361
1289
 
1362
- /***/ 6098:
1363
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1290
+ /**
1291
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
1292
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
1293
+ * this when we don't need it -- tracked by #601957.
1294
+ */
1295
+ ie64: function() {
1296
+ return UserAgent_DEPRECATED.ie() && _win64;
1297
+ },
1364
1298
 
1365
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1366
- /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
1367
- /* harmony export */ });
1368
- function _nonIterableSpread() {
1369
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1370
- }
1299
+ /**
1300
+ * Check if the UA is Firefox.
1301
+ *
1302
+ *
1303
+ * @return float|NaN Version number (if match) or NaN.
1304
+ */
1305
+ firefox: function() {
1306
+ return _populate() || _firefox;
1307
+ },
1371
1308
 
1372
- /***/ }),
1373
1309
 
1374
- /***/ 7930:
1375
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1310
+ /**
1311
+ * Check if the UA is Opera.
1312
+ *
1313
+ *
1314
+ * @return float|NaN Version number (if match) or NaN.
1315
+ */
1316
+ opera: function() {
1317
+ return _populate() || _opera;
1318
+ },
1376
1319
 
1377
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1378
- /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1379
- /* harmony export */ });
1380
- /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
1381
- /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
1382
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
1383
- /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
1384
1320
 
1321
+ /**
1322
+ * Check if the UA is WebKit.
1323
+ *
1324
+ *
1325
+ * @return float|NaN Version number (if match) or NaN.
1326
+ */
1327
+ webkit: function() {
1328
+ return _populate() || _webkit;
1329
+ },
1330
+
1331
+ /**
1332
+ * For Push
1333
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
1334
+ */
1335
+ safari: function() {
1336
+ return UserAgent_DEPRECATED.webkit();
1337
+ },
1385
1338
 
1339
+ /**
1340
+ * Check if the UA is a Chrome browser.
1341
+ *
1342
+ *
1343
+ * @return float|NaN Version number (if match) or NaN.
1344
+ */
1345
+ chrome : function() {
1346
+ return _populate() || _chrome;
1347
+ },
1386
1348
 
1387
1349
 
1388
- function _toConsumableArray(arr) {
1389
- 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"])();
1390
- }
1350
+ /**
1351
+ * Check if the user is running Windows.
1352
+ *
1353
+ * @return bool `true' if the user's OS is Windows.
1354
+ */
1355
+ windows: function() {
1356
+ return _populate() || _windows;
1357
+ },
1391
1358
 
1392
- /***/ }),
1393
1359
 
1394
- /***/ 9745:
1395
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1360
+ /**
1361
+ * Check if the user is running Mac OS X.
1362
+ *
1363
+ * @return float|bool Returns a float if a version number is detected,
1364
+ * otherwise true/false.
1365
+ */
1366
+ osx: function() {
1367
+ return _populate() || _osx;
1368
+ },
1396
1369
 
1397
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1398
- /* harmony export */ "default": () => (/* binding */ toPrimitive)
1399
- /* harmony export */ });
1400
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
1370
+ /**
1371
+ * Check if the user is running Linux.
1372
+ *
1373
+ * @return bool `true' if the user's OS is some flavor of Linux.
1374
+ */
1375
+ linux: function() {
1376
+ return _populate() || _linux;
1377
+ },
1401
1378
 
1402
- function toPrimitive(t, r) {
1403
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
1404
- var e = t[Symbol.toPrimitive];
1405
- if (void 0 !== e) {
1406
- var i = e.call(t, r || "default");
1407
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
1408
- throw new TypeError("@@toPrimitive must return a primitive value.");
1409
- }
1410
- return ("string" === r ? String : Number)(t);
1411
- }
1379
+ /**
1380
+ * Check if the user is running on an iPhone or iPod platform.
1381
+ *
1382
+ * @return bool `true' if the user is running some flavor of the
1383
+ * iPhone OS.
1384
+ */
1385
+ iphone: function() {
1386
+ return _populate() || _iphone;
1387
+ },
1412
1388
 
1413
- /***/ }),
1389
+ mobile: function() {
1390
+ return _populate() || (_iphone || _ipad || _android || _mobile);
1391
+ },
1414
1392
 
1415
- /***/ 3795:
1416
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1393
+ nativeApp: function() {
1394
+ // webviews inside of the native apps
1395
+ return _populate() || _native;
1396
+ },
1417
1397
 
1418
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1419
- /* harmony export */ "default": () => (/* binding */ toPropertyKey)
1420
- /* harmony export */ });
1421
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
1422
- /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
1398
+ android: function() {
1399
+ return _populate() || _android;
1400
+ },
1423
1401
 
1402
+ ipad: function() {
1403
+ return _populate() || _ipad;
1404
+ }
1405
+ };
1406
+
1407
+ module.exports = UserAgent_DEPRECATED;
1424
1408
 
1425
- function toPropertyKey(t) {
1426
- var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
1427
- return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
1428
- }
1429
1409
 
1430
1410
  /***/ }),
1431
1411
 
1432
- /***/ 6522:
1412
+ /***/ 7545:
1433
1413
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1434
1414
 
1435
1415
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1447,13 +1427,13 @@ function _typeof(o) {
1447
1427
 
1448
1428
  /***/ }),
1449
1429
 
1450
- /***/ 9147:
1430
+ /***/ 7985:
1451
1431
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1452
1432
 
1453
1433
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1454
1434
  /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1455
1435
  /* harmony export */ });
1456
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1436
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
1457
1437
 
1458
1438
  function _unsupportedIterableToArray(o, minLen) {
1459
1439
  if (!o) return;
@@ -1464,6 +1444,35 @@ function _unsupportedIterableToArray(o, minLen) {
1464
1444
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1465
1445
  }
1466
1446
 
1447
+ /***/ }),
1448
+
1449
+ /***/ 8283:
1450
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1451
+
1452
+ module.exports = __webpack_require__(5022);
1453
+
1454
+
1455
+ /***/ }),
1456
+
1457
+ /***/ 9824:
1458
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1459
+
1460
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1461
+ /* harmony export */ "default": () => (/* binding */ toPrimitive)
1462
+ /* harmony export */ });
1463
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
1464
+
1465
+ function toPrimitive(t, r) {
1466
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
1467
+ var e = t[Symbol.toPrimitive];
1468
+ if (void 0 !== e) {
1469
+ var i = e.call(t, r || "default");
1470
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
1471
+ throw new TypeError("@@toPrimitive must return a primitive value.");
1472
+ }
1473
+ return ("string" === r ? String : Number)(t);
1474
+ }
1475
+
1467
1476
  /***/ })
1468
1477
 
1469
1478
  /******/ });
@@ -1524,8 +1533,6 @@ function _unsupportedIterableToArray(o, minLen) {
1524
1533
  /******/
1525
1534
  /************************************************************************/
1526
1535
  var __webpack_exports__ = {};
1527
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1528
- (() => {
1529
1536
 
1530
1537
  // EXPORTS
1531
1538
  __webpack_require__.d(__webpack_exports__, {
@@ -1535,54 +1542,74 @@ __webpack_require__.d(__webpack_exports__, {
1535
1542
  });
1536
1543
 
1537
1544
  // EXTERNAL MODULE: external "../shared"
1538
- var shared_ = __webpack_require__(9253);
1545
+ var shared_ = __webpack_require__(5166);
1539
1546
  // EXTERNAL MODULE: external "vue"
1540
- var external_vue_ = __webpack_require__(6609);
1541
- ;// CONCATENATED MODULE: external "vue-types"
1542
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1543
- var y = x => () => x
1544
- const external_vue_types_namespaceObject = x({ ["array"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.array, ["object"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.object });
1545
- ;// CONCATENATED MODULE: external "../config-provider"
1546
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1547
- var config_provider_y = x => () => x
1548
- 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 });
1547
+ var external_vue_ = __webpack_require__(5286);
1548
+ ;// external "vue-types"
1549
+ var x = (y) => {
1550
+ var x = {}; __webpack_require__.d(x, y); return x
1551
+ }
1552
+ var y = (x) => (() => (x))
1553
+ const external_vue_types_namespaceObject = x({ ["array"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.array), ["object"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.object) });
1554
+ ;// external "../config-provider"
1555
+ var config_provider_x = (y) => {
1556
+ var x = {}; __webpack_require__.d(x, y); return x
1557
+ }
1558
+ var config_provider_y = (x) => (() => (x))
1559
+ 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) });
1549
1560
  // EXTERNAL MODULE: ../../packages/directives/src/index.ts + 7 modules
1550
- var src = __webpack_require__(668);
1551
- ;// CONCATENATED MODULE: external "../icon"
1552
- var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1553
- var icon_y = x => () => x
1554
- 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 });
1561
+ var src = __webpack_require__(4193);
1562
+ ;// external "../icon"
1563
+ var icon_x = (y) => {
1564
+ var x = {}; __webpack_require__.d(x, y); return x
1565
+ }
1566
+ var icon_y = (x) => (() => (x))
1567
+ 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) });
1555
1568
  // EXTERNAL MODULE: external "../popover"
1556
- var popover_ = __webpack_require__(563);
1557
- ;// CONCATENATED MODULE: external "../popover/popover.less"
1558
- var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1559
- var popover_less_y = x => () => x
1569
+ var popover_ = __webpack_require__(592);
1570
+ ;// external "../popover/popover.less"
1571
+ var popover_less_x = (y) => {
1572
+ var x = {}; __webpack_require__.d(x, y); return x
1573
+ }
1574
+ var popover_less_y = (x) => (() => (x))
1560
1575
  const popover_less_namespaceObject = popover_less_x({ });
1561
- ;// CONCATENATED MODULE: external "../select"
1562
- var select_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1563
- var select_y = x => () => x
1564
- const select_namespaceObject = select_x({ ["useHover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_select_1a0d1ad7__.useHover });
1565
- ;// CONCATENATED MODULE: external "../tag"
1566
- var tag_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1567
- var tag_y = x => () => x
1568
- const tag_namespaceObject = tag_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_d74826be__["default"] });
1569
- ;// CONCATENATED MODULE: external "../tag/tag.less"
1570
- var tag_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1571
- var tag_less_y = x => () => x
1576
+ ;// external "../select"
1577
+ var select_x = (y) => {
1578
+ var x = {}; __webpack_require__.d(x, y); return x
1579
+ }
1580
+ var select_y = (x) => (() => (x))
1581
+ const select_namespaceObject = select_x({ ["useHover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_select_1a0d1ad7__.useHover) });
1582
+ ;// external "../tag"
1583
+ var tag_x = (y) => {
1584
+ var x = {}; __webpack_require__.d(x, y); return x
1585
+ }
1586
+ var tag_y = (x) => (() => (x))
1587
+ const tag_namespaceObject = tag_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_d74826be__["default"]) });
1588
+ ;// external "../tag/tag.less"
1589
+ var tag_less_x = (y) => {
1590
+ var x = {}; __webpack_require__.d(x, y); return x
1591
+ }
1592
+ var tag_less_y = (x) => (() => (x))
1572
1593
  const tag_less_namespaceObject = tag_less_x({ });
1573
- ;// CONCATENATED MODULE: external "../tag-input"
1574
- var tag_input_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1575
- var tag_input_y = x => () => x
1576
- const tag_input_namespaceObject = tag_input_x({ ["useTagsOverflow"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_input_bee9f515__.useTagsOverflow });
1577
- ;// CONCATENATED MODULE: external "../checkbox"
1578
- var checkbox_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1579
- var checkbox_y = x => () => x
1580
- const checkbox_namespaceObject = checkbox_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"] });
1581
- ;// CONCATENATED MODULE: external "../checkbox/checkbox.less"
1582
- var checkbox_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1583
- var checkbox_less_y = x => () => x
1594
+ ;// external "../tag-input"
1595
+ var tag_input_x = (y) => {
1596
+ var x = {}; __webpack_require__.d(x, y); return x
1597
+ }
1598
+ var tag_input_y = (x) => (() => (x))
1599
+ const tag_input_namespaceObject = tag_input_x({ ["useTagsOverflow"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_input_bee9f515__.useTagsOverflow) });
1600
+ ;// external "../checkbox"
1601
+ var checkbox_x = (y) => {
1602
+ var x = {}; __webpack_require__.d(x, y); return x
1603
+ }
1604
+ var checkbox_y = (x) => (() => (x))
1605
+ const checkbox_namespaceObject = checkbox_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"]) });
1606
+ ;// external "../checkbox/checkbox.less"
1607
+ var checkbox_less_x = (y) => {
1608
+ var x = {}; __webpack_require__.d(x, y); return x
1609
+ }
1610
+ var checkbox_less_y = (x) => (() => (x))
1584
1611
  const checkbox_less_namespaceObject = checkbox_less_x({ });
1585
- ;// CONCATENATED MODULE: ../../packages/cascader/src/cascader-panel.tsx
1612
+ ;// ../../packages/cascader/src/cascader-panel.tsx
1586
1613
 
1587
1614
  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; } } }; }
1588
1615
  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); }
@@ -1641,7 +1668,8 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1641
1668
  var t = (0,config_provider_namespaceObject.useLocale)('cascader');
1642
1669
  var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
1643
1670
  resolveClassName = _usePrefix.resolveClassName;
1644
- var store = props.store;
1671
+ var _toRefs = (0,external_vue_.toRefs)(props),
1672
+ store = _toRefs.store;
1645
1673
  var menus = (0,external_vue_.reactive)({
1646
1674
  list: [props.store.getNodes()]
1647
1675
  });
@@ -1680,10 +1708,10 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1680
1708
  // 判断是否为初始加载
1681
1709
  var isInitialLoad = checkValue.value.length === 0;
1682
1710
  // 如果是初始加载或单选情况,按原来的逻辑处理
1683
- if (isInitialLoad || !store.config.multiple) {
1711
+ if (isInitialLoad || !store.value.config.multiple) {
1684
1712
  var targetList = [];
1685
1713
  // 处理多选情况
1686
- if (store.config.multiple) {
1714
+ if (store.value.config.multiple) {
1687
1715
  var _iterator = _createForOfIteratorHelper(value),
1688
1716
  _step;
1689
1717
  try {
@@ -1704,7 +1732,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1704
1732
  }
1705
1733
  // 执行展开操作
1706
1734
  targetList.forEach(function (id) {
1707
- var node = store.getNodeById(id);
1735
+ var node = store.value.getNodeById(id);
1708
1736
  if (node) {
1709
1737
  // 只展开,不需要重复触发
1710
1738
  var expandNode = function expandNode(node) {
@@ -1745,7 +1773,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1745
1773
  }
1746
1774
  if (node.config.multiple) {
1747
1775
  // 如果checkAnyLevel,返回所有check的节点; 否则只check 叶子节点
1748
- var targets = store.config.checkAnyLevel ? store.getCheckedNodes() : store.getCheckedLeafNodes();
1776
+ var targets = store.value.config.checkAnyLevel ? store.value.getCheckedNodes() : store.value.getCheckedLeafNodes();
1749
1777
  checkValue.value = targets.map(function (node) {
1750
1778
  return node.path;
1751
1779
  }); // 如果任意级别可选,当前节点即为所选内容
@@ -1768,15 +1796,15 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1768
1796
  activePath.value.push(node);
1769
1797
  return;
1770
1798
  }
1771
- if (store.config.isRemote && !node.isLeaf) {
1799
+ if (store.value.config.isRemote && !node.isLeaf) {
1772
1800
  node.loading = true;
1773
1801
  var updateNodes = function updateNodes(nodeData) {
1774
- store.appendNodes(nodeData, node || null);
1802
+ store.value.appendNodes(nodeData, node || null);
1775
1803
  menus.list.push(node.children);
1776
1804
  activePath.value.push(node);
1777
1805
  node.loading = false;
1778
1806
  };
1779
- store.config.remoteMethod(node, updateNodes);
1807
+ store.value.config.remoteMethod(node, updateNodes);
1780
1808
  }
1781
1809
  };
1782
1810
  /**
@@ -1981,15 +2009,15 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1981
2009
  })]);
1982
2010
  }
1983
2011
  }));
1984
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
2012
+ ;// ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
1985
2013
  function _classCallCheck(instance, Constructor) {
1986
2014
  if (!(instance instanceof Constructor)) {
1987
2015
  throw new TypeError("Cannot call a class as a function");
1988
2016
  }
1989
2017
  }
1990
2018
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1991
- var toPropertyKey = __webpack_require__(3795);
1992
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/createClass.js
2019
+ var toPropertyKey = __webpack_require__(205);
2020
+ ;// ../../node_modules/@babel/runtime/helpers/esm/createClass.js
1993
2021
 
1994
2022
  function _defineProperties(target, props) {
1995
2023
  for (var i = 0; i < props.length; i++) {
@@ -2008,7 +2036,7 @@ function _createClass(Constructor, protoProps, staticProps) {
2008
2036
  });
2009
2037
  return Constructor;
2010
2038
  }
2011
- ;// CONCATENATED MODULE: ../../packages/cascader/src/node.ts
2039
+ ;// ../../packages/cascader/src/node.ts
2012
2040
 
2013
2041
 
2014
2042
  /*
@@ -2205,7 +2233,7 @@ var Node = /*#__PURE__*/function () {
2205
2233
  return Node;
2206
2234
  }();
2207
2235
  /* harmony default export */ const src_node = (Node);
2208
- ;// CONCATENATED MODULE: ../../packages/cascader/src/store.ts
2236
+ ;// ../../packages/cascader/src/store.ts
2209
2237
 
2210
2238
 
2211
2239
  /*
@@ -2359,7 +2387,7 @@ var Store = /*#__PURE__*/function () {
2359
2387
  return Store;
2360
2388
  }();
2361
2389
  /* harmony default export */ const src_store = (Store);
2362
- ;// CONCATENATED MODULE: ../../packages/cascader/src/cascader.tsx
2390
+ ;// ../../packages/cascader/src/cascader.tsx
2363
2391
 
2364
2392
  /*
2365
2393
  * Tencent is pleased to support the open source community by making
@@ -2856,7 +2884,7 @@ var Store = /*#__PURE__*/function () {
2856
2884
  }, [suffixIcon(), popoverRender()])]);
2857
2885
  }
2858
2886
  }));
2859
- ;// CONCATENATED MODULE: ../../packages/cascader/src/index.ts
2887
+ ;// ../../packages/cascader/src/index.ts
2860
2888
  /*
2861
2889
  * Tencent is pleased to support the open source community by making
2862
2890
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -2890,8 +2918,6 @@ var BkCascader = (0,shared_.withInstallProps)(cascader, {
2890
2918
  });
2891
2919
  /* harmony default export */ const cascader_src = (BkCascader);
2892
2920
 
2893
- })();
2894
-
2895
2921
  var __webpack_exports__BkCascader = __webpack_exports__.BkCascader;
2896
2922
  var __webpack_exports__BkCascaderPanel = __webpack_exports__.BkCascaderPanel;
2897
2923
  var __webpack_exports__default = __webpack_exports__["default"];