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

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 (306) hide show
  1. package/License.txt +1 -2
  2. package/dist/cli.css +1 -0
  3. package/dist/index.cjs.js +133 -132
  4. package/dist/index.esm.js +17093 -15160
  5. package/dist/index.umd.js +133 -132
  6. package/dist/locale/en.esm.js.map +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/ja-jp.esm.js +2 -0
  9. package/dist/locale/ja-jp.esm.js.map +1 -0
  10. package/dist/locale/ja-jp.umd.js +2 -0
  11. package/dist/locale/ja-jp.umd.js.map +1 -0
  12. package/dist/locale/zh-cn.esm.js.map +1 -1
  13. package/dist/locale/zh-cn.umd.js.map +1 -1
  14. package/dist/style.variable.css +1 -1
  15. package/lib/affix/affix.variable.css +1 -0
  16. package/lib/affix/index.js +24 -32
  17. package/lib/alert/alert.variable.css +1 -0
  18. package/lib/alert/index.js +24 -32
  19. package/lib/animate-number/index.js +12 -16
  20. package/lib/backtop/backtop.variable.css +1 -0
  21. package/lib/backtop/index.js +24 -34
  22. package/lib/badge/badge.variable.css +1 -0
  23. package/lib/badge/index.js +20 -26
  24. package/lib/breadcrumb/breadcrumb.variable.css +1 -0
  25. package/lib/breadcrumb/index.js +26 -34
  26. package/lib/button/button.d.ts +1 -1
  27. package/lib/button/button.variable.css +1 -0
  28. package/lib/button/index.js +29 -39
  29. package/lib/card/card.variable.css +1 -0
  30. package/lib/card/index.js +35 -49
  31. package/lib/cascader/cascader.css +26 -24
  32. package/lib/cascader/cascader.d.ts +311 -0
  33. package/lib/cascader/cascader.less +78 -76
  34. package/lib/cascader/cascader.variable.css +27 -24
  35. package/lib/cascader/index.d.ts +610 -0
  36. package/lib/cascader/index.js +810 -748
  37. package/lib/checkbox/checkbox.variable.css +1 -0
  38. package/lib/checkbox/index.js +39 -49
  39. package/lib/code-diff/code-diff.variable.css +1 -0
  40. package/lib/code-diff/index.js +81 -85
  41. package/lib/collapse/collapse.variable.css +1 -0
  42. package/lib/collapse/index.js +36 -42
  43. package/lib/collapse-transition/collapse-transition.variable.css +1 -0
  44. package/lib/collapse-transition/index.js +16 -22
  45. package/lib/color-picker/color-picker.variable.css +1 -0
  46. package/lib/color-picker/index.js +637 -656
  47. package/lib/components.js +1 -1
  48. package/lib/config-provider/config-provider.variable.css +1 -0
  49. package/lib/config-provider/index.d.ts +1 -1
  50. package/lib/config-provider/index.js +32 -40
  51. package/lib/container/container.variable.css +1 -0
  52. package/lib/container/index.js +26 -32
  53. package/lib/date-picker/date-picker.d.ts +2 -1
  54. package/lib/date-picker/date-picker.variable.css +1 -0
  55. package/lib/date-picker/index.d.ts +6 -2
  56. package/lib/date-picker/index.js +713 -738
  57. package/lib/date-picker/panel/date-range.d.ts +2 -1
  58. package/lib/date-picker/panel/time.d.ts +1 -1
  59. package/lib/date-picker/utils.d.ts +5 -17
  60. package/lib/dialog/dialog.css +20 -1
  61. package/lib/dialog/dialog.variable.css +21 -1
  62. package/lib/dialog/index.js +100 -137
  63. package/lib/directives/index.js +518 -529
  64. package/lib/dist.index.js +1 -1
  65. package/lib/divider/divider.variable.css +1 -0
  66. package/lib/divider/index.js +18 -24
  67. package/lib/dropdown/dropdown.d.ts +1 -0
  68. package/lib/dropdown/dropdown.variable.css +1 -0
  69. package/lib/dropdown/index.d.ts +3 -0
  70. package/lib/dropdown/index.js +45 -52
  71. package/lib/exception/exception.variable.css +1 -0
  72. package/lib/exception/index.js +51 -57
  73. package/lib/fixed-navbar/fixed-navbar.variable.css +1 -0
  74. package/lib/fixed-navbar/index.js +16 -22
  75. package/lib/form/form-item.d.ts +19 -0
  76. package/lib/form/form.css +16 -4
  77. package/lib/form/form.less +24 -6
  78. package/lib/form/form.variable.css +17 -4
  79. package/lib/form/index.d.ts +13 -0
  80. package/lib/form/index.js +662 -685
  81. package/lib/hooks.js +1 -1
  82. package/lib/icon/angle-double-down-line.js +13 -15
  83. package/lib/icon/angle-double-left-line.js +13 -15
  84. package/lib/icon/angle-double-left.js +13 -15
  85. package/lib/icon/angle-double-right-line.js +13 -15
  86. package/lib/icon/angle-double-right.js +13 -15
  87. package/lib/icon/angle-double-up-line.js +13 -15
  88. package/lib/icon/angle-down-fill.js +13 -15
  89. package/lib/icon/angle-down-line.js +13 -15
  90. package/lib/icon/angle-down.js +13 -15
  91. package/lib/icon/angle-left.js +13 -15
  92. package/lib/icon/angle-right.js +13 -15
  93. package/lib/icon/angle-up-fill.js +13 -15
  94. package/lib/icon/angle-up.js +13 -15
  95. package/lib/icon/archive-fill.js +13 -15
  96. package/lib/icon/arrows-left.js +13 -15
  97. package/lib/icon/arrows-right.js +13 -15
  98. package/lib/icon/assistant.js +13 -15
  99. package/lib/icon/audio-fill.js +13 -15
  100. package/lib/icon/bk.js +13 -15
  101. package/lib/icon/circle.js +13 -15
  102. package/lib/icon/close-line.js +13 -15
  103. package/lib/icon/close.js +13 -15
  104. package/lib/icon/code.js +13 -15
  105. package/lib/icon/cog-shape.js +13 -15
  106. package/lib/icon/collapse-left.js +13 -15
  107. package/lib/icon/copy-shape.js +13 -15
  108. package/lib/icon/copy.js +13 -15
  109. package/lib/icon/data-shape.js +13 -15
  110. package/lib/icon/del.js +13 -15
  111. package/lib/icon/doc-fill.js +13 -15
  112. package/lib/icon/done.js +13 -15
  113. package/lib/icon/down-shape.js +13 -15
  114. package/lib/icon/down-small.js +13 -15
  115. package/lib/icon/edit-line.js +13 -15
  116. package/lib/icon/ellipsis.js +13 -15
  117. package/lib/icon/enlarge-line.js +13 -15
  118. package/lib/icon/error.js +13 -15
  119. package/lib/icon/excel-fill.js +13 -15
  120. package/lib/icon/exclamation-circle-shape.js +13 -15
  121. package/lib/icon/eye.js +13 -15
  122. package/lib/icon/filliscreen-line.js +13 -15
  123. package/lib/icon/fix-line.js +13 -15
  124. package/lib/icon/fix-shape.js +13 -15
  125. package/lib/icon/folder-open.js +13 -15
  126. package/lib/icon/folder-shape-open.js +13 -15
  127. package/lib/icon/folder-shape.js +13 -15
  128. package/lib/icon/folder.js +13 -15
  129. package/lib/icon/funnel.js +13 -15
  130. package/lib/icon/grag-fill.js +13 -15
  131. package/lib/icon/help-document-fill.js +13 -15
  132. package/lib/icon/help-fill.js +13 -15
  133. package/lib/icon/help.js +13 -15
  134. package/lib/icon/image-fill.js +13 -15
  135. package/lib/icon/img-error.js +13 -15
  136. package/lib/icon/img-placehoulder.js +13 -15
  137. package/lib/icon/index.js +1 -1
  138. package/lib/icon/info-line.js +13 -15
  139. package/lib/icon/info.js +13 -15
  140. package/lib/icon/left-shape.js +13 -15
  141. package/lib/icon/left-turn-line.js +13 -15
  142. package/lib/icon/loading.js +13 -15
  143. package/lib/icon/narrow-line.js +13 -15
  144. package/lib/icon/original.js +13 -15
  145. package/lib/icon/pdf-fill.js +13 -15
  146. package/lib/icon/play-shape.js +13 -15
  147. package/lib/icon/plus.js +13 -15
  148. package/lib/icon/ppt-fill.js +13 -15
  149. package/lib/icon/qq.js +13 -15
  150. package/lib/icon/right-shape.js +13 -15
  151. package/lib/icon/right-turn-line.js +13 -15
  152. package/lib/icon/search.js +13 -15
  153. package/lib/icon/share.js +13 -15
  154. package/lib/icon/spinner.js +13 -15
  155. package/lib/icon/success.js +13 -15
  156. package/lib/icon/switcher-loading.js +13 -15
  157. package/lib/icon/text-all.js +13 -15
  158. package/lib/icon/text-file.js +13 -15
  159. package/lib/icon/text-fill.js +13 -15
  160. package/lib/icon/transfer.js +13 -15
  161. package/lib/icon/tree-application-shape.js +13 -15
  162. package/lib/icon/unfull-screen.js +13 -15
  163. package/lib/icon/unvisible.js +13 -15
  164. package/lib/icon/up-shape.js +13 -15
  165. package/lib/icon/upload.js +13 -15
  166. package/lib/icon/video-fill.js +13 -15
  167. package/lib/icon/warn.js +13 -15
  168. package/lib/icon/weixin-pro.js +13 -15
  169. package/lib/icon/weixin.js +13 -15
  170. package/lib/image/image-viewer.variable.css +1 -0
  171. package/lib/image/image.variable.css +1 -0
  172. package/lib/image/index.js +333 -352
  173. package/lib/index.js +1 -1
  174. package/lib/info-box/index.js +109 -108
  175. package/lib/info-box/info-box.css +20 -1
  176. package/lib/info-box/info-box.d.ts +1 -0
  177. package/lib/info-box/info-box.less +28 -2
  178. package/lib/info-box/info-box.variable.css +22 -2
  179. package/lib/input/index.d.ts +39 -20
  180. package/lib/input/index.js +363 -358
  181. package/lib/input/input.d.ts +30 -16
  182. package/lib/input/input.variable.css +1 -0
  183. package/lib/link/index.js +20 -28
  184. package/lib/link/link.variable.css +1 -0
  185. package/lib/loading/index.js +22 -28
  186. package/lib/loading/loading.variable.css +1 -0
  187. package/lib/locale/index.d.ts +1 -0
  188. package/lib/locale/index.js +175 -7
  189. package/lib/locale/lang/ja-jp.d.ts +3 -0
  190. package/lib/menu/index.js +44 -49
  191. package/lib/menu/menu.variable.css +1 -0
  192. package/lib/menu/submenu.variable.css +1 -0
  193. package/lib/message/index.js +45 -51
  194. package/lib/message/message.variable.css +1 -0
  195. package/lib/modal/index.js +43 -45
  196. package/lib/modal/modal.css +20 -1
  197. package/lib/modal/modal.variable.css +21 -1
  198. package/lib/navigation/index.js +22 -30
  199. package/lib/navigation/navigation.variable.css +1 -0
  200. package/lib/notify/index.js +30 -40
  201. package/lib/notify/notify.variable.css +1 -0
  202. package/lib/overflow-title/index.js +32 -44
  203. package/lib/pagination/index.js +68 -76
  204. package/lib/pagination/pagination.css +1 -0
  205. package/lib/pagination/pagination.less +1 -0
  206. package/lib/pagination/pagination.variable.css +2 -0
  207. package/lib/pop-confirm/index.d.ts +584 -0
  208. package/lib/pop-confirm/index.js +43 -55
  209. package/lib/pop-confirm/pop-confirm.d.ts +292 -0
  210. package/lib/pop-confirm/pop-confirm.variable.css +1 -0
  211. package/lib/pop-confirm/props.d.ts +146 -0
  212. package/lib/popover/index.js +363 -382
  213. package/lib/popover/popover.variable.css +1 -0
  214. package/lib/popover2/index.js +12 -16
  215. package/lib/preset.js +1 -1
  216. package/lib/process/index.js +76 -80
  217. package/lib/process/process.d.ts +1 -1
  218. package/lib/process/process.variable.css +1 -0
  219. package/lib/progress/index.js +24 -30
  220. package/lib/progress/progress.variable.css +1 -0
  221. package/lib/radio/index.js +36 -44
  222. package/lib/radio/radio.variable.css +1 -0
  223. package/lib/rate/index.js +22 -28
  224. package/lib/rate/rate.variable.css +1 -0
  225. package/lib/resize-layout/index.js +24 -32
  226. package/lib/resize-layout/resize-layout.variable.css +1 -0
  227. package/lib/scrollbar/css/scrollbar.variable.css +1 -0
  228. package/lib/scrollbar/index.js +31 -31
  229. package/lib/search-select/index.d.ts +21 -3
  230. package/lib/search-select/index.js +558 -543
  231. package/lib/search-select/input.d.ts +3 -0
  232. package/lib/search-select/search-select.d.ts +7 -1
  233. package/lib/search-select/search-select.variable.css +1 -0
  234. package/lib/search-select/selected.d.ts +6 -0
  235. package/lib/select/index.d.ts +22 -3
  236. package/lib/select/index.js +560 -597
  237. package/lib/select/select.d.ts +11 -1
  238. package/lib/select/select.variable.css +1 -0
  239. package/lib/shared/index.d.ts +1 -1
  240. package/lib/shared/index.js +59 -67
  241. package/lib/shared/z-index-manager.d.ts +1 -1
  242. package/lib/sideslider/index.js +84 -92
  243. package/lib/sideslider/sideslider.variable.css +1 -0
  244. package/lib/slider/index.d.ts +1 -1
  245. package/lib/slider/index.js +80 -89
  246. package/lib/slider/slider-button.d.ts +1 -1
  247. package/lib/slider/slider.d.ts +1 -1
  248. package/lib/slider/slider.variable.css +1 -0
  249. package/lib/steps/index.js +74 -80
  250. package/lib/steps/steps.d.ts +1 -1
  251. package/lib/steps/steps.variable.css +1 -0
  252. package/lib/styles/mixins/animate.variable.css +1 -0
  253. package/lib/styles/mixins/popper.variable.css +1 -0
  254. package/lib/styles/mixins/scroll.variable.css +1 -0
  255. package/lib/styles/reset.variable.css +1 -0
  256. package/lib/styles/themes/themes.less +3 -0
  257. package/lib/swiper/index.js +20 -26
  258. package/lib/swiper/swiper.variable.css +1 -0
  259. package/lib/switcher/index.js +24 -32
  260. package/lib/switcher/switcher.variable.css +1 -0
  261. package/lib/tab/index.d.ts +12 -0
  262. package/lib/tab/index.js +341 -352
  263. package/lib/tab/props.d.ts +3 -0
  264. package/lib/tab/tab.d.ts +6 -0
  265. package/lib/tab/tab.variable.css +1 -0
  266. package/lib/table/index.js +630 -691
  267. package/lib/table/plugins/head-filter.variable.css +1 -0
  268. package/lib/table/plugins/head-sort.variable.css +1 -0
  269. package/lib/table/plugins/settings.variable.css +1 -0
  270. package/lib/table/table.css +1 -0
  271. package/lib/table/table.variable.css +2 -0
  272. package/lib/table-column/index.js +10 -14
  273. package/lib/tag/index.js +28 -38
  274. package/lib/tag/tag.variable.css +1 -0
  275. package/lib/tag-input/index.d.ts +3 -0
  276. package/lib/tag-input/index.js +2190 -851
  277. package/lib/tag-input/tag-input.d.ts +1 -0
  278. package/lib/tag-input/tag-input.variable.css +1 -0
  279. package/lib/time-picker/index.js +10 -14
  280. package/lib/time-picker/time-picker.variable.css +1 -0
  281. package/lib/timeline/index.js +1368 -25
  282. package/lib/timeline/timeline.d.ts +1 -1
  283. package/lib/timeline/timeline.variable.css +1 -0
  284. package/lib/transfer/index.d.ts +1 -24
  285. package/lib/transfer/index.js +61 -67
  286. package/lib/transfer/props.d.ts +0 -5
  287. package/lib/transfer/transfer.css +26 -8
  288. package/lib/transfer/transfer.d.ts +1 -12
  289. package/lib/transfer/transfer.less +18 -8
  290. package/lib/transfer/transfer.variable.css +27 -8
  291. package/lib/tree/constant.d.ts +2 -0
  292. package/lib/tree/index.d.ts +48 -0
  293. package/lib/tree/index.js +297 -171
  294. package/lib/tree/props.d.ts +20 -0
  295. package/lib/tree/tree.css +46 -0
  296. package/lib/tree/tree.d.ts +22 -0
  297. package/lib/tree/tree.less +57 -2
  298. package/lib/tree/tree.variable.css +47 -0
  299. package/lib/tree/use-node-action.d.ts +2 -2
  300. package/lib/upload/index.js +570 -582
  301. package/lib/upload/upload.variable.css +1 -0
  302. package/lib/virtual-render/index.js +50 -62
  303. package/lib/virtual-render/virtual-render.variable.css +1 -0
  304. package/lib/volar.components.d.ts +2 -1
  305. package/package.json +13 -2
  306. package/dist/style.css +0 -1
@@ -1,9 +1,9 @@
1
1
  import "../styles/reset.css";
2
2
  import "./color-picker.less";
3
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
4
3
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
5
4
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
6
5
  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";
@@ -12,181 +12,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_date_picker_d04526d6__ from "
12
12
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 205:
16
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
17
-
18
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
- /* harmony export */ "default": () => (/* binding */ toPropertyKey)
20
- /* harmony export */ });
21
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7545);
22
- /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9824);
23
-
24
-
25
- function toPropertyKey(t) {
26
- var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
27
- return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
28
- }
29
-
30
- /***/ }),
31
-
32
- /***/ 592:
33
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
34
-
35
- var x = (y) => {
36
- var x = {}; __webpack_require__.d(x, y); return x
37
- }
38
- var y = (x) => (() => (x))
39
- module.exports = x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover) });
40
-
41
- /***/ }),
42
-
43
- /***/ 1043:
44
- /***/ ((module) => {
45
-
46
- /**
47
- * Copyright (c) 2015, Facebook, Inc.
48
- * All rights reserved.
49
- *
50
- * This source code is licensed under the BSD-style license found in the
51
- * LICENSE file in the root directory of this source tree. An additional grant
52
- * of patent rights can be found in the PATENTS file in the same directory.
53
- *
54
- * @providesModule ExecutionEnvironment
55
- */
56
-
57
- /*jslint evil: true */
58
-
59
-
60
-
61
- var canUseDOM = !!(
62
- typeof window !== 'undefined' &&
63
- window.document &&
64
- window.document.createElement
65
- );
66
-
67
- /**
68
- * Simple, lightweight module assisting with the detection and context of
69
- * Worker. Helps avoid circular dependencies and allows code to reason about
70
- * whether or not they are in a Worker, even if they never include the main
71
- * `ReactWorker` dependency.
72
- */
73
- var ExecutionEnvironment = {
74
-
75
- canUseDOM: canUseDOM,
76
-
77
- canUseWorkers: typeof Worker !== 'undefined',
78
-
79
- canUseEventListeners:
80
- canUseDOM && !!(window.addEventListener || window.attachEvent),
81
-
82
- canUseViewport: canUseDOM && !!window.screen,
83
-
84
- isInWorker: !canUseDOM // For now, this is true - might change in the future.
85
-
86
- };
87
-
88
- module.exports = ExecutionEnvironment;
89
-
90
-
91
- /***/ }),
92
-
93
- /***/ 2586:
94
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
95
-
96
- /**
97
- * Copyright 2013-2015, Facebook, Inc.
98
- * All rights reserved.
99
- *
100
- * This source code is licensed under the BSD-style license found in the
101
- * LICENSE file in the root directory of this source tree. An additional grant
102
- * of patent rights can be found in the PATENTS file in the same directory.
103
- *
104
- * @providesModule isEventSupported
105
- */
106
-
107
-
108
-
109
- var ExecutionEnvironment = __webpack_require__(1043);
110
-
111
- var useHasFeature;
112
- if (ExecutionEnvironment.canUseDOM) {
113
- useHasFeature =
114
- document.implementation &&
115
- document.implementation.hasFeature &&
116
- // always returns true in newer browsers as per the standard.
117
- // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
118
- document.implementation.hasFeature('', '') !== true;
119
- }
120
-
121
- /**
122
- * Checks if an event is supported in the current execution environment.
123
- *
124
- * NOTE: This will not work correctly for non-generic events such as `change`,
125
- * `reset`, `load`, `error`, and `select`.
126
- *
127
- * Borrows from Modernizr.
128
- *
129
- * @param {string} eventNameSuffix Event name, e.g. "click".
130
- * @param {?boolean} capture Check if the capture phase is supported.
131
- * @return {boolean} True if the event is supported.
132
- * @internal
133
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
134
- */
135
- function isEventSupported(eventNameSuffix, capture) {
136
- if (!ExecutionEnvironment.canUseDOM ||
137
- capture && !('addEventListener' in document)) {
138
- return false;
139
- }
140
-
141
- var eventName = 'on' + eventNameSuffix;
142
- var isSupported = eventName in document;
143
-
144
- if (!isSupported) {
145
- var element = document.createElement('div');
146
- element.setAttribute(eventName, 'return;');
147
- isSupported = typeof element[eventName] === 'function';
148
- }
149
-
150
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
151
- // This is the only way to test support for the `wheel` event in IE9+.
152
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
153
- }
154
-
155
- return isSupported;
156
- }
157
-
158
- module.exports = isEventSupported;
159
-
160
-
161
- /***/ }),
162
-
163
- /***/ 2880:
164
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
165
-
166
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
167
- /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
168
- /* harmony export */ });
169
- function _nonIterableSpread() {
170
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
171
- }
172
-
173
- /***/ }),
174
-
175
- /***/ 3492:
176
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
177
-
178
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
179
- /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
180
- /* harmony export */ });
181
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
182
-
183
- function _arrayWithoutHoles(arr) {
184
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
185
- }
186
-
187
- /***/ }),
188
-
189
- /***/ 4193:
15
+ /***/ 668:
190
16
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
191
17
 
192
18
 
@@ -197,7 +23,7 @@ __webpack_require__.d(__webpack_exports__, {
197
23
 
198
24
  // UNUSED EXPORTS: bkEllipsis, bkEllipsisInstance, bkLoading, bkTooltips, mousewheel, overflowTitle
199
25
 
200
- ;// ../../packages/directives/src/clickoutside.ts
26
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
201
27
  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; } } }; }
202
28
  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); }
203
29
  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; }
@@ -205,7 +31,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
205
31
  * Tencent is pleased to support the open source community by making
206
32
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
207
33
  *
208
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
34
+ * Copyright (C) 2025 Tencent. All rights reserved.
209
35
  *
210
36
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
211
37
  *
@@ -324,16 +150,16 @@ ClickOutside.install = function (app) {
324
150
  };
325
151
  /* harmony default export */ const clickoutside = (ClickOutside);
326
152
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
327
- var esm_typeof = __webpack_require__(7545);
153
+ var esm_typeof = __webpack_require__(6522);
328
154
  // EXTERNAL MODULE: external "../popover"
329
- var popover_ = __webpack_require__(592);
330
- ;// ../../packages/directives/src/ellipsis.ts
155
+ var popover_ = __webpack_require__(563);
156
+ ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
331
157
 
332
158
  /*
333
159
  * Tencent is pleased to support the open source community by making
334
160
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
335
161
  *
336
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
162
+ * Copyright (C) 2025 Tencent. All rights reserved.
337
163
  *
338
164
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
339
165
  *
@@ -438,14 +264,14 @@ var ellipsis = {
438
264
  };
439
265
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
440
266
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
441
- var normalize_wheel = __webpack_require__(8283);
267
+ var normalize_wheel = __webpack_require__(2439);
442
268
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
443
- ;// ../../packages/directives/src/mousewheel.ts
269
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
444
270
  /*
445
271
  * Tencent is pleased to support the open source community by making
446
272
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
447
273
  *
448
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
274
+ * Copyright (C) 2025 Tencent. All rights reserved.
449
275
  *
450
276
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
451
277
  *
@@ -483,20 +309,18 @@ var mousewheel = {
483
309
  };
484
310
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
485
311
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
486
- var defineProperty = __webpack_require__(4586);
312
+ var defineProperty = __webpack_require__(6666);
487
313
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
488
- var toConsumableArray = __webpack_require__(5153);
314
+ var toConsumableArray = __webpack_require__(7930);
489
315
  // EXTERNAL MODULE: external "vue"
490
- var external_vue_ = __webpack_require__(5286);
316
+ var external_vue_ = __webpack_require__(6609);
491
317
  // EXTERNAL MODULE: external "../shared"
492
- var shared_ = __webpack_require__(5166);
493
- ;// external "@popperjs/core"
494
- var x = (y) => {
495
- var x = {}; __webpack_require__.d(x, y); return x
496
- }
497
- var y = (x) => (() => (x))
498
- const core_namespaceObject = x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
499
- ;// ../../packages/directives/src/tooltips.ts
318
+ var shared_ = __webpack_require__(9253);
319
+ ;// CONCATENATED MODULE: external "@popperjs/core"
320
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
321
+ var y = x => () => x
322
+ const core_namespaceObject = x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
323
+ ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
500
324
 
501
325
 
502
326
 
@@ -506,7 +330,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
506
330
  * Tencent is pleased to support the open source community by making
507
331
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
508
332
  *
509
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
333
+ * Copyright (C) 2025 Tencent. All rights reserved.
510
334
  *
511
335
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
512
336
  *
@@ -561,9 +385,6 @@ var tooltips = {
561
385
  hide(el);
562
386
  }, 100);
563
387
  });
564
- el.addEventListener('click', function () {
565
- hide(el);
566
- });
567
388
  popper.addEventListener('mouseleave', function () {
568
389
  clearTimeout(delayTimeout);
569
390
  hideTimeout = setTimeout(function () {
@@ -577,7 +398,7 @@ var tooltips = {
577
398
  show(el);
578
399
  clearTimeout(delayTimeout);
579
400
  }, opts.delay);
580
- } else if (popper.hasAttribute('data-show')) {
401
+ } else if (!el.contains(event.target) && popper.hasAttribute('data-show')) {
581
402
  hide(el);
582
403
  }
583
404
  });
@@ -788,24 +609,20 @@ function hide(el) {
788
609
  }
789
610
  }
790
611
  /* harmony default export */ const src_tooltips = ((/* unused pure expression or super */ null && (tooltips)));
791
- ;// external "../loading"
792
- var external_loading_x = (y) => {
793
- var x = {}; __webpack_require__.d(x, y); return x
794
- }
795
- var external_loading_y = (x) => (() => (x))
612
+ ;// CONCATENATED MODULE: external "../loading"
613
+ var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
614
+ var external_loading_y = x => () => x
796
615
  const external_loading_namespaceObject = external_loading_x({ });
797
- ;// external "../overflow-title"
798
- var external_overflow_title_x = (y) => {
799
- var x = {}; __webpack_require__.d(x, y); return x
800
- }
801
- var external_overflow_title_y = (x) => (() => (x))
616
+ ;// CONCATENATED MODULE: external "../overflow-title"
617
+ var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
618
+ var external_overflow_title_y = x => () => x
802
619
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
803
- ;// ../../packages/directives/src/index.ts
620
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
804
621
  /*
805
622
  * Tencent is pleased to support the open source community by making
806
623
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
807
624
  *
808
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
625
+ * Copyright (C) 2025 Tencent. All rights reserved.
809
626
  *
810
627
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
811
628
  *
@@ -836,45 +653,16 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
836
653
 
837
654
  /***/ }),
838
655
 
839
- /***/ 4430:
840
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
841
-
842
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
843
- /* harmony export */ "default": () => (/* binding */ _iterableToArray)
844
- /* harmony export */ });
845
- function _iterableToArray(iter) {
846
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
847
- }
848
-
849
- /***/ }),
850
-
851
- /***/ 4586:
852
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
656
+ /***/ 2439:
657
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
853
658
 
854
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
855
- /* harmony export */ "default": () => (/* binding */ _defineProperty)
856
- /* harmony export */ });
857
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
659
+ module.exports = __webpack_require__(2527);
858
660
 
859
- function _defineProperty(obj, key, value) {
860
- key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
861
- if (key in obj) {
862
- Object.defineProperty(obj, key, {
863
- value: value,
864
- enumerable: true,
865
- configurable: true,
866
- writable: true
867
- });
868
- } else {
869
- obj[key] = value;
870
- }
871
- return obj;
872
- }
873
661
 
874
662
  /***/ }),
875
663
 
876
- /***/ 5022:
877
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
664
+ /***/ 7430:
665
+ /***/ ((module) => {
878
666
 
879
667
  /**
880
668
  * Copyright (c) 2015, Facebook, Inc.
@@ -884,258 +672,64 @@ function _defineProperty(obj, key, value) {
884
672
  * LICENSE file in the root directory of this source tree. An additional grant
885
673
  * of patent rights can be found in the PATENTS file in the same directory.
886
674
  *
887
- * @providesModule normalizeWheel
888
- * @typechecks
675
+ * @providesModule ExecutionEnvironment
889
676
  */
890
677
 
678
+ /*jslint evil: true */
679
+
680
+
681
+
682
+ var canUseDOM = !!(
683
+ typeof window !== 'undefined' &&
684
+ window.document &&
685
+ window.document.createElement
686
+ );
687
+
688
+ /**
689
+ * Simple, lightweight module assisting with the detection and context of
690
+ * Worker. Helps avoid circular dependencies and allows code to reason about
691
+ * whether or not they are in a Worker, even if they never include the main
692
+ * `ReactWorker` dependency.
693
+ */
694
+ var ExecutionEnvironment = {
891
695
 
696
+ canUseDOM: canUseDOM,
892
697
 
893
- var UserAgent_DEPRECATED = __webpack_require__(7416);
698
+ canUseWorkers: typeof Worker !== 'undefined',
894
699
 
895
- var isEventSupported = __webpack_require__(2586);
700
+ canUseEventListeners:
701
+ canUseDOM && !!(window.addEventListener || window.attachEvent),
896
702
 
703
+ canUseViewport: canUseDOM && !!window.screen,
897
704
 
898
- // Reasonable defaults
899
- var PIXEL_STEP = 10;
900
- var LINE_HEIGHT = 40;
901
- var PAGE_HEIGHT = 800;
705
+ isInWorker: !canUseDOM // For now, this is true - might change in the future.
706
+
707
+ };
708
+
709
+ module.exports = ExecutionEnvironment;
710
+
711
+
712
+ /***/ }),
713
+
714
+ /***/ 6377:
715
+ /***/ ((module) => {
902
716
 
903
717
  /**
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.
718
+ * Copyright 2004-present Facebook. All Rights Reserved.
907
719
  *
908
- * If you need to react to the mouse wheel in a predictable way, this code is
909
- * like your bestest friend. * hugs *
720
+ * @providesModule UserAgent_DEPRECATED
721
+ */
722
+
723
+ /**
724
+ * Provides entirely client-side User Agent and OS detection. You should prefer
725
+ * the non-deprecated UserAgent module when possible, which exposes our
726
+ * authoritative server-side PHP-based detection to the client.
910
727
  *
911
- * As of today, there are 4 DOM event types you can listen to:
728
+ * Usage is straightforward:
912
729
  *
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
917
- *
918
- * So what to do? The is the best:
919
- *
920
- * normalizeWheel.getEventType();
921
- *
922
- * In your event callback, use this code to get sane interpretation of the
923
- * deltas. This code will return an object with properties:
924
- *
925
- * spinX -- normalized spin speed (use for zoom) - x plane
926
- * spinY -- " - y plane
927
- * pixelX -- normalized distance (to pixels) - x plane
928
- * pixelY -- " - y plane
929
- *
930
- * Wheel values are provided by the browser assuming you are using the wheel to
931
- * scroll a web page by a number of lines or pixels (or pages). Values can vary
932
- * significantly on different platforms and browsers, forgetting that you can
933
- * scroll at different speeds. Some devices (like trackpads) emit more events
934
- * at smaller increments with fine granularity, and some emit massive jumps with
935
- * linear speed or acceleration.
936
- *
937
- * This code does its best to normalize the deltas for you:
938
- *
939
- * - spin is trying to normalize how far the wheel was spun (or trackpad
940
- * dragged). This is super useful for zoom support where you want to
941
- * throw away the chunky scroll steps on the PC and make those equal to
942
- * the slow and smooth tiny steps on the Mac. Key data: This code tries to
943
- * resolve a single slow step on a wheel to 1.
944
- *
945
- * - pixel is normalizing the desired scroll delta in pixel units. You'll
946
- * get the crazy differences between browsers, but at least it'll be in
947
- * pixels!
948
- *
949
- * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
950
- * should translate to positive value zooming IN, negative zooming OUT.
951
- * This matches the newer 'wheel' event.
952
- *
953
- * Why are there spinX, spinY (or pixels)?
954
- *
955
- * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
956
- * with a mouse. It results in side-scrolling in the browser by default.
957
- *
958
- * - spinY is what you expect -- it's the classic axis of a mouse wheel.
959
- *
960
- * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
961
- * probably is by browsers in conjunction with fancy 3D controllers .. but
962
- * you know.
963
- *
964
- * Implementation info:
965
- *
966
- * Examples of 'wheel' event if you scroll slowly (down) by one step with an
967
- * average mouse:
968
- *
969
- * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
970
- * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
971
- * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
972
- * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
973
- * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
974
- *
975
- * On the trackpad:
976
- *
977
- * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
978
- * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
979
- *
980
- * On other/older browsers.. it's more complicated as there can be multiple and
981
- * also missing delta values.
982
- *
983
- * The 'wheel' event is more standard:
984
- *
985
- * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
986
- *
987
- * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
988
- * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
989
- * backward compatibility with older events. Those other values help us
990
- * better normalize spin speed. Example of what the browsers provide:
991
- *
992
- * | event.wheelDelta | event.detail
993
- * ------------------+------------------+--------------
994
- * Safari v5/OS X | -120 | 0
995
- * Safari v5/Win7 | -120 | 0
996
- * Chrome v17/OS X | -120 | 0
997
- * Chrome v17/Win7 | -120 | 0
998
- * IE9/Win7 | -120 | undefined
999
- * Firefox v4/OS X | undefined | 1
1000
- * Firefox v4/Win7 | undefined | 3
1001
- *
1002
- */
1003
- function normalizeWheel(/*object*/ event) /*object*/ {
1004
- var sX = 0, sY = 0, // spinX, spinY
1005
- pX = 0, pY = 0; // pixelX, pixelY
1006
-
1007
- // Legacy
1008
- if ('detail' in event) { sY = event.detail; }
1009
- if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
1010
- if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
1011
- if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
1012
-
1013
- // side scrolling on FF with DOMMouseScroll
1014
- if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
1015
- sX = sY;
1016
- sY = 0;
1017
- }
1018
-
1019
- pX = sX * PIXEL_STEP;
1020
- pY = sY * PIXEL_STEP;
1021
-
1022
- if ('deltaY' in event) { pY = event.deltaY; }
1023
- if ('deltaX' in event) { pX = event.deltaX; }
1024
-
1025
- if ((pX || pY) && event.deltaMode) {
1026
- if (event.deltaMode == 1) { // delta in LINE units
1027
- pX *= LINE_HEIGHT;
1028
- pY *= LINE_HEIGHT;
1029
- } else { // delta in PAGE units
1030
- pX *= PAGE_HEIGHT;
1031
- pY *= PAGE_HEIGHT;
1032
- }
1033
- }
1034
-
1035
- // Fall-back if spin cannot be determined
1036
- if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
1037
- if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
1038
-
1039
- return { spinX : sX,
1040
- spinY : sY,
1041
- pixelX : pX,
1042
- pixelY : pY };
1043
- }
1044
-
1045
-
1046
- /**
1047
- * The best combination if you prefer spinX + spinY normalization. It favors
1048
- * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
1049
- * 'wheel' event, making spin speed determination impossible.
1050
- */
1051
- normalizeWheel.getEventType = function() /*string*/ {
1052
- return (UserAgent_DEPRECATED.firefox())
1053
- ? 'DOMMouseScroll'
1054
- : (isEventSupported('wheel'))
1055
- ? 'wheel'
1056
- : 'mousewheel';
1057
- };
1058
-
1059
- module.exports = normalizeWheel;
1060
-
1061
-
1062
- /***/ }),
1063
-
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:
1085
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1086
-
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), ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["classes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["useFormItem"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem), ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
1092
-
1093
- /***/ }),
1094
-
1095
- /***/ 5286:
1096
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1097
-
1098
- var x = (y) => {
1099
- var x = {}; __webpack_require__.d(x, y); return x
1100
- }
1101
- var y = (x) => (() => (x))
1102
- module.exports = x({ ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Fragment), ["Transition"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Transition), ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["onBeforeMount"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onBeforeMount), ["reactive"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.reactive), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["vShow"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.vShow), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
1103
-
1104
- /***/ }),
1105
-
1106
- /***/ 6284:
1107
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1108
-
1109
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1110
- /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
1111
- /* harmony export */ });
1112
- function _arrayLikeToArray(arr, len) {
1113
- if (len == null || len > arr.length) len = arr.length;
1114
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1115
- return arr2;
1116
- }
1117
-
1118
- /***/ }),
1119
-
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
- * }
730
+ * if (UserAgent_DEPRECATED.ie()) {
731
+ * // IE
732
+ * }
1139
733
  *
1140
734
  * You can also do version checks:
1141
735
  *
@@ -1284,180 +878,517 @@ var UserAgent_DEPRECATED = {
1284
878
  },
1285
879
 
1286
880
 
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
- },
881
+ /**
882
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
883
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
884
+ * this when we don't need it -- tracked by #601957.
885
+ */
886
+ ie64: function() {
887
+ return UserAgent_DEPRECATED.ie() && _win64;
888
+ },
889
+
890
+ /**
891
+ * Check if the UA is Firefox.
892
+ *
893
+ *
894
+ * @return float|NaN Version number (if match) or NaN.
895
+ */
896
+ firefox: function() {
897
+ return _populate() || _firefox;
898
+ },
899
+
900
+
901
+ /**
902
+ * Check if the UA is Opera.
903
+ *
904
+ *
905
+ * @return float|NaN Version number (if match) or NaN.
906
+ */
907
+ opera: function() {
908
+ return _populate() || _opera;
909
+ },
910
+
911
+
912
+ /**
913
+ * Check if the UA is WebKit.
914
+ *
915
+ *
916
+ * @return float|NaN Version number (if match) or NaN.
917
+ */
918
+ webkit: function() {
919
+ return _populate() || _webkit;
920
+ },
921
+
922
+ /**
923
+ * For Push
924
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
925
+ */
926
+ safari: function() {
927
+ return UserAgent_DEPRECATED.webkit();
928
+ },
929
+
930
+ /**
931
+ * Check if the UA is a Chrome browser.
932
+ *
933
+ *
934
+ * @return float|NaN Version number (if match) or NaN.
935
+ */
936
+ chrome : function() {
937
+ return _populate() || _chrome;
938
+ },
939
+
940
+
941
+ /**
942
+ * Check if the user is running Windows.
943
+ *
944
+ * @return bool `true' if the user's OS is Windows.
945
+ */
946
+ windows: function() {
947
+ return _populate() || _windows;
948
+ },
949
+
950
+
951
+ /**
952
+ * Check if the user is running Mac OS X.
953
+ *
954
+ * @return float|bool Returns a float if a version number is detected,
955
+ * otherwise true/false.
956
+ */
957
+ osx: function() {
958
+ return _populate() || _osx;
959
+ },
960
+
961
+ /**
962
+ * Check if the user is running Linux.
963
+ *
964
+ * @return bool `true' if the user's OS is some flavor of Linux.
965
+ */
966
+ linux: function() {
967
+ return _populate() || _linux;
968
+ },
969
+
970
+ /**
971
+ * Check if the user is running on an iPhone or iPod platform.
972
+ *
973
+ * @return bool `true' if the user is running some flavor of the
974
+ * iPhone OS.
975
+ */
976
+ iphone: function() {
977
+ return _populate() || _iphone;
978
+ },
979
+
980
+ mobile: function() {
981
+ return _populate() || (_iphone || _ipad || _android || _mobile);
982
+ },
983
+
984
+ nativeApp: function() {
985
+ // webviews inside of the native apps
986
+ return _populate() || _native;
987
+ },
988
+
989
+ android: function() {
990
+ return _populate() || _android;
991
+ },
992
+
993
+ ipad: function() {
994
+ return _populate() || _ipad;
995
+ }
996
+ };
997
+
998
+ module.exports = UserAgent_DEPRECATED;
999
+
1000
+
1001
+ /***/ }),
1002
+
1003
+ /***/ 3541:
1004
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1005
+
1006
+ /**
1007
+ * Copyright 2013-2015, Facebook, Inc.
1008
+ * All rights reserved.
1009
+ *
1010
+ * This source code is licensed under the BSD-style license found in the
1011
+ * LICENSE file in the root directory of this source tree. An additional grant
1012
+ * of patent rights can be found in the PATENTS file in the same directory.
1013
+ *
1014
+ * @providesModule isEventSupported
1015
+ */
1016
+
1017
+
1018
+
1019
+ var ExecutionEnvironment = __webpack_require__(7430);
1020
+
1021
+ var useHasFeature;
1022
+ if (ExecutionEnvironment.canUseDOM) {
1023
+ useHasFeature =
1024
+ document.implementation &&
1025
+ document.implementation.hasFeature &&
1026
+ // always returns true in newer browsers as per the standard.
1027
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
1028
+ document.implementation.hasFeature('', '') !== true;
1029
+ }
1030
+
1031
+ /**
1032
+ * Checks if an event is supported in the current execution environment.
1033
+ *
1034
+ * NOTE: This will not work correctly for non-generic events such as `change`,
1035
+ * `reset`, `load`, `error`, and `select`.
1036
+ *
1037
+ * Borrows from Modernizr.
1038
+ *
1039
+ * @param {string} eventNameSuffix Event name, e.g. "click".
1040
+ * @param {?boolean} capture Check if the capture phase is supported.
1041
+ * @return {boolean} True if the event is supported.
1042
+ * @internal
1043
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
1044
+ */
1045
+ function isEventSupported(eventNameSuffix, capture) {
1046
+ if (!ExecutionEnvironment.canUseDOM ||
1047
+ capture && !('addEventListener' in document)) {
1048
+ return false;
1049
+ }
1050
+
1051
+ var eventName = 'on' + eventNameSuffix;
1052
+ var isSupported = eventName in document;
1053
+
1054
+ if (!isSupported) {
1055
+ var element = document.createElement('div');
1056
+ element.setAttribute(eventName, 'return;');
1057
+ isSupported = typeof element[eventName] === 'function';
1058
+ }
1059
+
1060
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
1061
+ // This is the only way to test support for the `wheel` event in IE9+.
1062
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
1063
+ }
1064
+
1065
+ return isSupported;
1066
+ }
1067
+
1068
+ module.exports = isEventSupported;
1069
+
1070
+
1071
+ /***/ }),
1072
+
1073
+ /***/ 2527:
1074
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1075
+
1076
+ /**
1077
+ * Copyright (c) 2015, Facebook, Inc.
1078
+ * All rights reserved.
1079
+ *
1080
+ * This source code is licensed under the BSD-style license found in the
1081
+ * LICENSE file in the root directory of this source tree. An additional grant
1082
+ * of patent rights can be found in the PATENTS file in the same directory.
1083
+ *
1084
+ * @providesModule normalizeWheel
1085
+ * @typechecks
1086
+ */
1087
+
1088
+
1089
+
1090
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
1091
+
1092
+ var isEventSupported = __webpack_require__(3541);
1093
+
1094
+
1095
+ // Reasonable defaults
1096
+ var PIXEL_STEP = 10;
1097
+ var LINE_HEIGHT = 40;
1098
+ var PAGE_HEIGHT = 800;
1099
+
1100
+ /**
1101
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
1102
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
1103
+ * your questions.
1104
+ *
1105
+ * If you need to react to the mouse wheel in a predictable way, this code is
1106
+ * like your bestest friend. * hugs *
1107
+ *
1108
+ * As of today, there are 4 DOM event types you can listen to:
1109
+ *
1110
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
1111
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
1112
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
1113
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
1114
+ *
1115
+ * So what to do? The is the best:
1116
+ *
1117
+ * normalizeWheel.getEventType();
1118
+ *
1119
+ * In your event callback, use this code to get sane interpretation of the
1120
+ * deltas. This code will return an object with properties:
1121
+ *
1122
+ * spinX -- normalized spin speed (use for zoom) - x plane
1123
+ * spinY -- " - y plane
1124
+ * pixelX -- normalized distance (to pixels) - x plane
1125
+ * pixelY -- " - y plane
1126
+ *
1127
+ * Wheel values are provided by the browser assuming you are using the wheel to
1128
+ * scroll a web page by a number of lines or pixels (or pages). Values can vary
1129
+ * significantly on different platforms and browsers, forgetting that you can
1130
+ * scroll at different speeds. Some devices (like trackpads) emit more events
1131
+ * at smaller increments with fine granularity, and some emit massive jumps with
1132
+ * linear speed or acceleration.
1133
+ *
1134
+ * This code does its best to normalize the deltas for you:
1135
+ *
1136
+ * - spin is trying to normalize how far the wheel was spun (or trackpad
1137
+ * dragged). This is super useful for zoom support where you want to
1138
+ * throw away the chunky scroll steps on the PC and make those equal to
1139
+ * the slow and smooth tiny steps on the Mac. Key data: This code tries to
1140
+ * resolve a single slow step on a wheel to 1.
1141
+ *
1142
+ * - pixel is normalizing the desired scroll delta in pixel units. You'll
1143
+ * get the crazy differences between browsers, but at least it'll be in
1144
+ * pixels!
1145
+ *
1146
+ * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
1147
+ * should translate to positive value zooming IN, negative zooming OUT.
1148
+ * This matches the newer 'wheel' event.
1149
+ *
1150
+ * Why are there spinX, spinY (or pixels)?
1151
+ *
1152
+ * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
1153
+ * with a mouse. It results in side-scrolling in the browser by default.
1154
+ *
1155
+ * - spinY is what you expect -- it's the classic axis of a mouse wheel.
1156
+ *
1157
+ * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
1158
+ * probably is by browsers in conjunction with fancy 3D controllers .. but
1159
+ * you know.
1160
+ *
1161
+ * Implementation info:
1162
+ *
1163
+ * Examples of 'wheel' event if you scroll slowly (down) by one step with an
1164
+ * average mouse:
1165
+ *
1166
+ * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
1167
+ * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
1168
+ * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
1169
+ * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
1170
+ * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
1171
+ *
1172
+ * On the trackpad:
1173
+ *
1174
+ * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
1175
+ * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
1176
+ *
1177
+ * On other/older browsers.. it's more complicated as there can be multiple and
1178
+ * also missing delta values.
1179
+ *
1180
+ * The 'wheel' event is more standard:
1181
+ *
1182
+ * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
1183
+ *
1184
+ * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
1185
+ * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
1186
+ * backward compatibility with older events. Those other values help us
1187
+ * better normalize spin speed. Example of what the browsers provide:
1188
+ *
1189
+ * | event.wheelDelta | event.detail
1190
+ * ------------------+------------------+--------------
1191
+ * Safari v5/OS X | -120 | 0
1192
+ * Safari v5/Win7 | -120 | 0
1193
+ * Chrome v17/OS X | -120 | 0
1194
+ * Chrome v17/Win7 | -120 | 0
1195
+ * IE9/Win7 | -120 | undefined
1196
+ * Firefox v4/OS X | undefined | 1
1197
+ * Firefox v4/Win7 | undefined | 3
1198
+ *
1199
+ */
1200
+ function normalizeWheel(/*object*/ event) /*object*/ {
1201
+ var sX = 0, sY = 0, // spinX, spinY
1202
+ pX = 0, pY = 0; // pixelX, pixelY
1203
+
1204
+ // Legacy
1205
+ if ('detail' in event) { sY = event.detail; }
1206
+ if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
1207
+ if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
1208
+ if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
1209
+
1210
+ // side scrolling on FF with DOMMouseScroll
1211
+ if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
1212
+ sX = sY;
1213
+ sY = 0;
1214
+ }
1215
+
1216
+ pX = sX * PIXEL_STEP;
1217
+ pY = sY * PIXEL_STEP;
1218
+
1219
+ if ('deltaY' in event) { pY = event.deltaY; }
1220
+ if ('deltaX' in event) { pX = event.deltaX; }
1221
+
1222
+ if ((pX || pY) && event.deltaMode) {
1223
+ if (event.deltaMode == 1) { // delta in LINE units
1224
+ pX *= LINE_HEIGHT;
1225
+ pY *= LINE_HEIGHT;
1226
+ } else { // delta in PAGE units
1227
+ pX *= PAGE_HEIGHT;
1228
+ pY *= PAGE_HEIGHT;
1229
+ }
1230
+ }
1231
+
1232
+ // Fall-back if spin cannot be determined
1233
+ if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
1234
+ if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
1235
+
1236
+ return { spinX : sX,
1237
+ spinY : sY,
1238
+ pixelX : pX,
1239
+ pixelY : pY };
1240
+ }
1295
1241
 
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
- },
1305
1242
 
1243
+ /**
1244
+ * The best combination if you prefer spinX + spinY normalization. It favors
1245
+ * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
1246
+ * 'wheel' event, making spin speed determination impossible.
1247
+ */
1248
+ normalizeWheel.getEventType = function() /*string*/ {
1249
+ return (UserAgent_DEPRECATED.firefox())
1250
+ ? 'DOMMouseScroll'
1251
+ : (isEventSupported('wheel'))
1252
+ ? 'wheel'
1253
+ : 'mousewheel';
1254
+ };
1306
1255
 
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
- },
1256
+ module.exports = normalizeWheel;
1316
1257
 
1317
1258
 
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
- },
1259
+ /***/ }),
1327
1260
 
1328
- /**
1329
- * For Push
1330
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
1331
- */
1332
- safari: function() {
1333
- return UserAgent_DEPRECATED.webkit();
1334
- },
1261
+ /***/ 563:
1262
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1335
1263
 
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
- },
1264
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1265
+ var y = x => () => x
1266
+ module.exports = x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover });
1345
1267
 
1268
+ /***/ }),
1346
1269
 
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
- },
1270
+ /***/ 9253:
1271
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1355
1272
 
1273
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1274
+ var y = x => () => x
1275
+ module.exports = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["useFormItem"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
1356
1276
 
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
- },
1277
+ /***/ }),
1366
1278
 
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
- },
1279
+ /***/ 6609:
1280
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1375
1281
 
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
- },
1282
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1283
+ var y = x => () => x
1284
+ module.exports = x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["Transition"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Transition, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeMount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeMount, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["vShow"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vShow, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
1385
1285
 
1386
- mobile: function() {
1387
- return _populate() || (_iphone || _ipad || _android || _mobile);
1388
- },
1286
+ /***/ }),
1389
1287
 
1390
- nativeApp: function() {
1391
- // webviews inside of the native apps
1392
- return _populate() || _native;
1393
- },
1288
+ /***/ 926:
1289
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1394
1290
 
1395
- android: function() {
1396
- return _populate() || _android;
1397
- },
1291
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1292
+ /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
1293
+ /* harmony export */ });
1294
+ function _arrayLikeToArray(arr, len) {
1295
+ if (len == null || len > arr.length) len = arr.length;
1296
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1297
+ return arr2;
1298
+ }
1398
1299
 
1399
- ipad: function() {
1400
- return _populate() || _ipad;
1401
- }
1402
- };
1300
+ /***/ }),
1403
1301
 
1404
- module.exports = UserAgent_DEPRECATED;
1302
+ /***/ 74:
1303
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1304
+
1305
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1306
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
1307
+ /* harmony export */ });
1308
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1405
1309
 
1310
+ function _arrayWithoutHoles(arr) {
1311
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
1312
+ }
1406
1313
 
1407
1314
  /***/ }),
1408
1315
 
1409
- /***/ 7545:
1316
+ /***/ 6666:
1410
1317
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1411
1318
 
1412
1319
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1413
- /* harmony export */ "default": () => (/* binding */ _typeof)
1320
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
1414
1321
  /* harmony export */ });
1415
- function _typeof(o) {
1416
- "@babel/helpers - typeof";
1322
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
1417
1323
 
1418
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1419
- return typeof o;
1420
- } : function (o) {
1421
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1422
- }, _typeof(o);
1324
+ function _defineProperty(obj, key, value) {
1325
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
1326
+ if (key in obj) {
1327
+ Object.defineProperty(obj, key, {
1328
+ value: value,
1329
+ enumerable: true,
1330
+ configurable: true,
1331
+ writable: true
1332
+ });
1333
+ } else {
1334
+ obj[key] = value;
1335
+ }
1336
+ return obj;
1423
1337
  }
1424
1338
 
1425
1339
  /***/ }),
1426
1340
 
1427
- /***/ 7985:
1341
+ /***/ 1079:
1428
1342
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1429
1343
 
1430
1344
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1431
- /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1345
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
1432
1346
  /* harmony export */ });
1433
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
1347
+ function _iterableToArray(iter) {
1348
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1349
+ }
1434
1350
 
1435
- function _unsupportedIterableToArray(o, minLen) {
1436
- if (!o) return;
1437
- if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1438
- var n = Object.prototype.toString.call(o).slice(8, -1);
1439
- if (n === "Object" && o.constructor) n = o.constructor.name;
1440
- if (n === "Map" || n === "Set") return Array.from(o);
1441
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1351
+ /***/ }),
1352
+
1353
+ /***/ 6098:
1354
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1355
+
1356
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1357
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
1358
+ /* harmony export */ });
1359
+ function _nonIterableSpread() {
1360
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1442
1361
  }
1443
1362
 
1444
1363
  /***/ }),
1445
1364
 
1446
- /***/ 8283:
1447
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1365
+ /***/ 7930:
1366
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1367
+
1368
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1369
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1370
+ /* harmony export */ });
1371
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
1372
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
1373
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
1374
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
1375
+
1376
+
1448
1377
 
1449
- module.exports = __webpack_require__(5022);
1450
1378
 
1379
+ function _toConsumableArray(arr) {
1380
+ 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"])();
1381
+ }
1451
1382
 
1452
1383
  /***/ }),
1453
1384
 
1454
- /***/ 9824:
1385
+ /***/ 9745:
1455
1386
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1456
1387
 
1457
1388
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1458
1389
  /* harmony export */ "default": () => (/* binding */ toPrimitive)
1459
1390
  /* harmony export */ });
1460
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
1391
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
1461
1392
 
1462
1393
  function toPrimitive(t, r) {
1463
1394
  if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
@@ -1470,6 +1401,60 @@ function toPrimitive(t, r) {
1470
1401
  return ("string" === r ? String : Number)(t);
1471
1402
  }
1472
1403
 
1404
+ /***/ }),
1405
+
1406
+ /***/ 3795:
1407
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1408
+
1409
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1410
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
1411
+ /* harmony export */ });
1412
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
1413
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
1414
+
1415
+
1416
+ function toPropertyKey(t) {
1417
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
1418
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
1419
+ }
1420
+
1421
+ /***/ }),
1422
+
1423
+ /***/ 6522:
1424
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1425
+
1426
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1427
+ /* harmony export */ "default": () => (/* binding */ _typeof)
1428
+ /* harmony export */ });
1429
+ function _typeof(o) {
1430
+ "@babel/helpers - typeof";
1431
+
1432
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1433
+ return typeof o;
1434
+ } : function (o) {
1435
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1436
+ }, _typeof(o);
1437
+ }
1438
+
1439
+ /***/ }),
1440
+
1441
+ /***/ 9147:
1442
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1443
+
1444
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1445
+ /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1446
+ /* harmony export */ });
1447
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1448
+
1449
+ function _unsupportedIterableToArray(o, minLen) {
1450
+ if (!o) return;
1451
+ if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1452
+ var n = Object.prototype.toString.call(o).slice(8, -1);
1453
+ if (n === "Object" && o.constructor) n = o.constructor.name;
1454
+ if (n === "Map" || n === "Set") return Array.from(o);
1455
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1456
+ }
1457
+
1473
1458
  /***/ })
1474
1459
 
1475
1460
  /******/ });
@@ -1530,6 +1515,8 @@ function toPrimitive(t, r) {
1530
1515
  /******/
1531
1516
  /************************************************************************/
1532
1517
  var __webpack_exports__ = {};
1518
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1519
+ (() => {
1533
1520
 
1534
1521
  // EXPORTS
1535
1522
  __webpack_require__.d(__webpack_exports__, {
@@ -1537,38 +1524,30 @@ __webpack_require__.d(__webpack_exports__, {
1537
1524
  });
1538
1525
 
1539
1526
  // EXTERNAL MODULE: external "../shared"
1540
- var shared_ = __webpack_require__(5166);
1527
+ var shared_ = __webpack_require__(9253);
1541
1528
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1542
- var defineProperty = __webpack_require__(4586);
1529
+ var defineProperty = __webpack_require__(6666);
1543
1530
  // 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({ ["toType"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType) });
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({ ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
1557
- ;// external "../date-picker"
1558
- var date_picker_x = (y) => {
1559
- var x = {}; __webpack_require__.d(x, y); return x
1560
- }
1561
- var date_picker_y = (x) => (() => (x))
1562
- const date_picker_namespaceObject = date_picker_x({ ["PickerDropdown"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_date_picker_d04526d6__.PickerDropdown) });
1531
+ var external_vue_ = __webpack_require__(6609);
1532
+ ;// CONCATENATED MODULE: external "vue-types"
1533
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1534
+ var y = x => () => x
1535
+ const external_vue_types_namespaceObject = x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
1536
+ ;// CONCATENATED MODULE: external "../config-provider"
1537
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1538
+ var config_provider_y = x => () => x
1539
+ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
1540
+ ;// CONCATENATED MODULE: external "../date-picker"
1541
+ var date_picker_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1542
+ var date_picker_y = x => () => x
1543
+ const date_picker_namespaceObject = date_picker_x({ ["PickerDropdown"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_date_picker_d04526d6__.PickerDropdown });
1563
1544
  // EXTERNAL MODULE: ../../packages/directives/src/index.ts + 7 modules
1564
- var src = __webpack_require__(4193);
1565
- ;// external "../icon"
1566
- var icon_x = (y) => {
1567
- var x = {}; __webpack_require__.d(x, y); return x
1568
- }
1569
- var icon_y = (x) => (() => (x))
1570
- const icon_namespaceObject = icon_x({ ["AngleUp"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUp) });
1571
- ;// ../../node_modules/tinycolor2/esm/tinycolor.js
1545
+ var src = __webpack_require__(668);
1546
+ ;// CONCATENATED MODULE: external "../icon"
1547
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1548
+ var icon_y = x => () => x
1549
+ const icon_namespaceObject = icon_x({ ["AngleUp"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUp });
1550
+ ;// CONCATENATED MODULE: ../../node_modules/tinycolor2/esm/tinycolor.js
1572
1551
  // This file is autogenerated. It's used to publish ESM to npm.
1573
1552
  function _typeof(obj) {
1574
1553
  "@babel/helpers - typeof";
@@ -2750,13 +2729,13 @@ function validateWCAG2Parms(parms) {
2750
2729
 
2751
2730
 
2752
2731
 
2753
- ;// ../../packages/color-picker/src/components/input-container.tsx
2732
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/input-container.tsx
2754
2733
 
2755
2734
  /*
2756
2735
  * Tencent is pleased to support the open source community by making
2757
2736
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2758
2737
  *
2759
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2738
+ * Copyright (C) 2025 Tencent. All rights reserved.
2760
2739
  *
2761
2740
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2762
2741
  *
@@ -2820,13 +2799,13 @@ var inputContainerProps = {
2820
2799
  };
2821
2800
  }
2822
2801
  }));
2823
- ;// ../../packages/color-picker/src/components/color-input.tsx
2802
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/color-input.tsx
2824
2803
 
2825
2804
  /*
2826
2805
  * Tencent is pleased to support the open source community by making
2827
2806
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2828
2807
  *
2829
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2808
+ * Copyright (C) 2025 Tencent. All rights reserved.
2830
2809
  *
2831
2810
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2832
2811
  *
@@ -2989,12 +2968,12 @@ var colorPickerProps = {
2989
2968
  };
2990
2969
  }
2991
2970
  }));
2992
- ;// ../../packages/color-picker/src/utils.ts
2971
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/utils.ts
2993
2972
  /*
2994
2973
  * Tencent is pleased to support the open source community by making
2995
2974
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2996
2975
  *
2997
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2976
+ * Copyright (C) 2025 Tencent. All rights reserved.
2998
2977
  *
2999
2978
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3000
2979
  *
@@ -3095,13 +3074,13 @@ var toRGBAString = function toRGBAString(rgba) {
3095
3074
  a = rgba.a;
3096
3075
  return "rgba(".concat([r, g, b, a].join(','), ")");
3097
3076
  };
3098
- ;// ../../packages/color-picker/src/components/hue-slider.tsx
3077
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/hue-slider.tsx
3099
3078
 
3100
3079
  /*
3101
3080
  * Tencent is pleased to support the open source community by making
3102
3081
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3103
3082
  *
3104
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3083
+ * Copyright (C) 2025 Tencent. All rights reserved.
3105
3084
  *
3106
3085
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3107
3086
  *
@@ -3233,14 +3212,14 @@ var hue_slider_colorPickerProps = {
3233
3212
  };
3234
3213
  }
3235
3214
  }));
3236
- ;// ../../packages/color-picker/src/components/recommend-colors.tsx
3215
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/recommend-colors.tsx
3237
3216
 
3238
3217
 
3239
3218
  /*
3240
3219
  * Tencent is pleased to support the open source community by making
3241
3220
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3242
3221
  *
3243
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3222
+ * Copyright (C) 2025 Tencent. All rights reserved.
3244
3223
  *
3245
3224
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3246
3225
  *
@@ -3385,13 +3364,13 @@ var recommend_colors_colorPickerProps = {
3385
3364
  };
3386
3365
  }
3387
3366
  }));
3388
- ;// ../../packages/color-picker/src/components/saturation-panel.tsx
3367
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/saturation-panel.tsx
3389
3368
 
3390
3369
  /*
3391
3370
  * Tencent is pleased to support the open source community by making
3392
3371
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3393
3372
  *
3394
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3373
+ * Copyright (C) 2025 Tencent. All rights reserved.
3395
3374
  *
3396
3375
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3397
3376
  *
@@ -3537,14 +3516,14 @@ var saturation_panel_colorPickerProps = {
3537
3516
  };
3538
3517
  }
3539
3518
  }));
3540
- ;// ../../packages/color-picker/src/color-picker.tsx
3519
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/color-picker.tsx
3541
3520
 
3542
3521
 
3543
3522
  /*
3544
3523
  * Tencent is pleased to support the open source community by making
3545
3524
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3546
3525
  *
3547
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3526
+ * Copyright (C) 2025 Tencent. All rights reserved.
3548
3527
  *
3549
3528
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3550
3529
  *
@@ -3850,12 +3829,12 @@ var whiteColorObj = formatColor('#FFFFFF');
3850
3829
  };
3851
3830
  }
3852
3831
  }));
3853
- ;// ../../packages/color-picker/src/index.ts
3832
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/index.ts
3854
3833
  /*
3855
3834
  * Tencent is pleased to support the open source community by making
3856
3835
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3857
3836
  *
3858
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3837
+ * Copyright (C) 2025 Tencent. All rights reserved.
3859
3838
  *
3860
3839
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3861
3840
  *
@@ -3880,5 +3859,7 @@ var whiteColorObj = formatColor('#FFFFFF');
3880
3859
 
3881
3860
  var BkColorPicker = (0,shared_.withInstall)(color_picker);
3882
3861
  /* harmony default export */ const color_picker_src = (BkColorPicker);
3862
+ })();
3863
+
3883
3864
  var __webpack_exports__default = __webpack_exports__["default"];
3884
3865
  export { __webpack_exports__default as default };