bkui-vue 2.0.2-beta.8 → 2.0.2-beta.80

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 (336) hide show
  1. package/License.txt +1 -2
  2. package/dist/cli.css +1 -0
  3. package/dist/index.cjs.js +166 -138
  4. package/dist/index.esm.js +24292 -18450
  5. package/dist/index.umd.js +166 -138
  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 +2 -1
  16. package/lib/affix/index.js +24 -32
  17. package/lib/alert/alert.variable.css +2 -1
  18. package/lib/alert/index.js +38 -35
  19. package/lib/animate-number/index.js +12 -16
  20. package/lib/backtop/backtop.variable.css +2 -1
  21. package/lib/backtop/index.js +24 -34
  22. package/lib/badge/badge.variable.css +2 -1
  23. package/lib/badge/index.js +20 -26
  24. package/lib/breadcrumb/breadcrumb.variable.css +2 -1
  25. package/lib/breadcrumb/index.js +26 -34
  26. package/lib/button/button.d.ts +1 -1
  27. package/lib/button/button.variable.css +2 -1
  28. package/lib/button/index.js +29 -39
  29. package/lib/card/card.variable.css +2 -1
  30. package/lib/card/index.js +35 -49
  31. package/lib/cascader/cascader.css +26 -24
  32. package/lib/cascader/cascader.d.ts +315 -0
  33. package/lib/cascader/cascader.less +78 -76
  34. package/lib/cascader/cascader.variable.css +28 -25
  35. package/lib/cascader/index.d.ts +618 -0
  36. package/lib/cascader/index.js +749 -717
  37. package/lib/checkbox/checkbox.variable.css +2 -1
  38. package/lib/checkbox/index.js +39 -49
  39. package/lib/code-diff/code-diff.variable.css +2 -1
  40. package/lib/code-diff/index.js +81 -85
  41. package/lib/collapse/collapse.variable.css +2 -1
  42. package/lib/collapse/index.js +36 -42
  43. package/lib/collapse-transition/collapse-transition.variable.css +2 -1
  44. package/lib/collapse-transition/index.js +16 -22
  45. package/lib/color-picker/color-picker.variable.css +2 -1
  46. package/lib/color-picker/index.js +682 -689
  47. package/lib/components.js +1 -1
  48. package/lib/config-provider/config-provider.variable.css +2 -1
  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 +2 -1
  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 +2 -1
  55. package/lib/date-picker/index.d.ts +6 -2
  56. package/lib/date-picker/index.js +717 -736
  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 +22 -2
  62. package/lib/dialog/index.js +100 -137
  63. package/lib/directives/index.js +509 -518
  64. package/lib/dist.index.js +1 -1
  65. package/lib/divider/divider.variable.css +2 -1
  66. package/lib/divider/index.js +18 -24
  67. package/lib/dropdown/dropdown.d.ts +1 -0
  68. package/lib/dropdown/dropdown.variable.css +2 -1
  69. package/lib/dropdown/index.d.ts +3 -0
  70. package/lib/dropdown/index.js +45 -52
  71. package/lib/exception/exception.variable.css +2 -1
  72. package/lib/exception/index.js +51 -57
  73. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -1
  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 +18 -5
  79. package/lib/form/index.d.ts +13 -0
  80. package/lib/form/index.js +677 -708
  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 +2 -1
  171. package/lib/image/image.variable.css +2 -1
  172. package/lib/image/index.js +335 -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 +23 -3
  179. package/lib/input/index.d.ts +39 -20
  180. package/lib/input/index.js +448 -444
  181. package/lib/input/input.css +6 -0
  182. package/lib/input/input.d.ts +33 -19
  183. package/lib/input/input.less +7 -0
  184. package/lib/input/input.variable.css +8 -1
  185. package/lib/link/index.js +20 -28
  186. package/lib/link/link.variable.css +2 -1
  187. package/lib/loading/index.js +34 -32
  188. package/lib/loading/loading.variable.css +2 -1
  189. package/lib/locale/index.d.ts +1 -0
  190. package/lib/locale/index.js +175 -7
  191. package/lib/locale/lang/ja-jp.d.ts +3 -0
  192. package/lib/menu/index.js +44 -49
  193. package/lib/menu/menu.css +5 -4
  194. package/lib/menu/menu.less +1 -0
  195. package/lib/menu/menu.variable.css +7 -5
  196. package/lib/menu/submenu.variable.css +2 -1
  197. package/lib/message/index.js +102 -74
  198. package/lib/message/message.variable.css +2 -1
  199. package/lib/message/messageConstructor.d.ts +1 -1
  200. package/lib/modal/index.js +43 -45
  201. package/lib/modal/modal.css +20 -1
  202. package/lib/modal/modal.variable.css +22 -2
  203. package/lib/navigation/index.js +22 -30
  204. package/lib/navigation/navigation.css +29 -29
  205. package/lib/navigation/navigation.less +29 -29
  206. package/lib/navigation/navigation.variable.css +31 -30
  207. package/lib/notify/index.js +69 -60
  208. package/lib/notify/notify.variable.css +2 -1
  209. package/lib/overflow-title/components/overflow-title.d.ts +6 -2
  210. package/lib/overflow-title/index.d.ts +12 -4
  211. package/lib/overflow-title/index.js +32 -44
  212. package/lib/overflow-title/props.d.ts +3 -1
  213. package/lib/pagination/index.js +68 -76
  214. package/lib/pagination/pagination.css +1 -0
  215. package/lib/pagination/pagination.less +1 -0
  216. package/lib/pagination/pagination.variable.css +3 -1
  217. package/lib/pop-confirm/index.d.ts +592 -0
  218. package/lib/pop-confirm/index.js +43 -55
  219. package/lib/pop-confirm/pop-confirm.d.ts +296 -0
  220. package/lib/pop-confirm/pop-confirm.variable.css +2 -1
  221. package/lib/pop-confirm/props.d.ts +148 -0
  222. package/lib/popover/index.d.ts +18 -10
  223. package/lib/popover/index.js +582 -459
  224. package/lib/popover/popover.d.ts +8 -4
  225. package/lib/popover/popover.variable.css +2 -1
  226. package/lib/popover/props.d.ts +3 -1
  227. package/lib/popover/use-floating.d.ts +2 -2
  228. package/lib/popover/use-popover-init.d.ts +2 -2
  229. package/lib/popover/use-popper-id.d.ts +3 -1
  230. package/lib/popover2/index.js +12 -16
  231. package/lib/preset.js +1 -1
  232. package/lib/process/index.js +76 -80
  233. package/lib/process/process.d.ts +1 -1
  234. package/lib/process/process.variable.css +2 -1
  235. package/lib/progress/index.js +24 -30
  236. package/lib/progress/progress.variable.css +2 -1
  237. package/lib/radio/index.js +36 -44
  238. package/lib/radio/radio.variable.css +2 -1
  239. package/lib/rate/index.js +22 -28
  240. package/lib/rate/rate.variable.css +2 -1
  241. package/lib/resize-layout/index.js +24 -32
  242. package/lib/resize-layout/resize-layout.css +1 -0
  243. package/lib/resize-layout/resize-layout.less +1 -0
  244. package/lib/resize-layout/resize-layout.variable.css +3 -1
  245. package/lib/scrollbar/css/scrollbar.variable.css +2 -1
  246. package/lib/scrollbar/index.js +31 -31
  247. package/lib/search-select/index.d.ts +39 -11
  248. package/lib/search-select/index.js +576 -547
  249. package/lib/search-select/input.d.ts +5 -1
  250. package/lib/search-select/search-select.d.ts +13 -4
  251. package/lib/search-select/search-select.variable.css +2 -1
  252. package/lib/search-select/selected.d.ts +10 -2
  253. package/lib/search-select/utils.d.ts +1 -0
  254. package/lib/select/common.d.ts +0 -1
  255. package/lib/select/index.d.ts +55 -11
  256. package/lib/select/index.js +570 -619
  257. package/lib/select/optionGroup.d.ts +12 -1
  258. package/lib/select/select.d.ts +20 -4
  259. package/lib/select/select.variable.css +2 -1
  260. package/lib/select/type.d.ts +1 -0
  261. package/lib/shared/index.d.ts +1 -1
  262. package/lib/shared/index.js +59 -67
  263. package/lib/shared/z-index-manager.d.ts +1 -1
  264. package/lib/sideslider/index.js +86 -94
  265. package/lib/sideslider/sideslider.variable.css +2 -1
  266. package/lib/slider/index.d.ts +1 -1
  267. package/lib/slider/index.js +80 -89
  268. package/lib/slider/slider-button.d.ts +1 -1
  269. package/lib/slider/slider.d.ts +1 -1
  270. package/lib/slider/slider.variable.css +2 -1
  271. package/lib/steps/index.js +85 -92
  272. package/lib/steps/steps.css +24 -11
  273. package/lib/steps/steps.d.ts +1 -1
  274. package/lib/steps/steps.less +28 -10
  275. package/lib/steps/steps.variable.css +26 -12
  276. package/lib/styles/mixins/animate.variable.css +2 -1
  277. package/lib/styles/mixins/popper.variable.css +2 -1
  278. package/lib/styles/mixins/scroll.variable.css +2 -1
  279. package/lib/styles/reset.variable.css +2 -1
  280. package/lib/styles/themes/themes.less +4 -1
  281. package/lib/swiper/index.js +20 -26
  282. package/lib/swiper/swiper.variable.css +2 -1
  283. package/lib/switcher/index.js +24 -32
  284. package/lib/switcher/switcher.variable.css +2 -1
  285. package/lib/tab/index.d.ts +12 -0
  286. package/lib/tab/index.js +344 -353
  287. package/lib/tab/props.d.ts +3 -0
  288. package/lib/tab/tab.d.ts +6 -0
  289. package/lib/tab/tab.variable.css +2 -1
  290. package/lib/table/index.js +632 -691
  291. package/lib/table/plugins/head-filter.variable.css +2 -1
  292. package/lib/table/plugins/head-sort.variable.css +2 -1
  293. package/lib/table/plugins/settings.variable.css +2 -1
  294. package/lib/table/table.css +1 -0
  295. package/lib/table/table.variable.css +3 -1
  296. package/lib/table-column/index.js +10 -14
  297. package/lib/tag/index.js +28 -38
  298. package/lib/tag/tag.variable.css +2 -1
  299. package/lib/tag-input/index.d.ts +79 -6
  300. package/lib/tag-input/index.js +2341 -791
  301. package/lib/tag-input/tag-input.css +31 -0
  302. package/lib/tag-input/tag-input.d.ts +35 -3
  303. package/lib/tag-input/tag-input.less +36 -0
  304. package/lib/tag-input/tag-input.variable.css +33 -1
  305. package/lib/tag-input/tag-props.d.ts +13 -1
  306. package/lib/tag-input/tag-render.d.ts +24 -2
  307. package/lib/time-picker/index.js +10 -14
  308. package/lib/time-picker/time-picker.variable.css +2 -1
  309. package/lib/timeline/index.js +1368 -25
  310. package/lib/timeline/timeline.d.ts +1 -1
  311. package/lib/timeline/timeline.variable.css +2 -1
  312. package/lib/transfer/index.d.ts +1 -24
  313. package/lib/transfer/index.js +61 -67
  314. package/lib/transfer/props.d.ts +0 -5
  315. package/lib/transfer/transfer.css +26 -8
  316. package/lib/transfer/transfer.d.ts +1 -12
  317. package/lib/transfer/transfer.less +18 -8
  318. package/lib/transfer/transfer.variable.css +28 -9
  319. package/lib/tree/constant.d.ts +2 -0
  320. package/lib/tree/index.d.ts +71 -11
  321. package/lib/tree/index.js +17743 -209
  322. package/lib/tree/props.d.ts +38 -3
  323. package/lib/tree/tree.css +46 -0
  324. package/lib/tree/tree.d.ts +33 -5
  325. package/lib/tree/tree.less +57 -2
  326. package/lib/tree/tree.variable.css +48 -1
  327. package/lib/tree/use-array-move.d.ts +6 -0
  328. package/lib/tree/use-node-action.d.ts +2 -2
  329. package/lib/tree/use-node-attribute.d.ts +3 -0
  330. package/lib/upload/index.js +570 -582
  331. package/lib/upload/upload.variable.css +2 -1
  332. package/lib/virtual-render/index.js +50 -62
  333. package/lib/virtual-render/virtual-render.variable.css +2 -1
  334. package/lib/volar.components.d.ts +2 -1
  335. package/package.json +13 -2
  336. 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
  });
@@ -686,6 +507,7 @@ function renderArrow() {
686
507
  * @returns popper实例
687
508
  */
688
509
  function createPopperInstance(el, popper) {
510
+ if (!tooltips_nodeList.get(el)) return;
689
511
  var _nodeList$get = tooltips_nodeList.get(el),
690
512
  opts = _nodeList$get.opts;
691
513
  var placement = opts.placement,
@@ -726,6 +548,7 @@ function createPopperInstance(el, popper) {
726
548
  * @param el
727
549
  */
728
550
  function show(el) {
551
+ if (!tooltips_nodeList.get(el)) return;
729
552
  var _nodeList$get2 = tooltips_nodeList.get(el),
730
553
  popper = _nodeList$get2.popper,
731
554
  opts = _nodeList$get2.opts;
@@ -788,24 +611,20 @@ function hide(el) {
788
611
  }
789
612
  }
790
613
  /* 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))
614
+ ;// CONCATENATED MODULE: external "../loading"
615
+ var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
616
+ var external_loading_y = x => () => x
796
617
  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))
618
+ ;// CONCATENATED MODULE: external "../overflow-title"
619
+ var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
620
+ var external_overflow_title_y = x => () => x
802
621
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
803
- ;// ../../packages/directives/src/index.ts
622
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
804
623
  /*
805
624
  * Tencent is pleased to support the open source community by making
806
625
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
807
626
  *
808
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
627
+ * Copyright (C) 2025 Tencent. All rights reserved.
809
628
  *
810
629
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
811
630
  *
@@ -836,45 +655,16 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
836
655
 
837
656
  /***/ }),
838
657
 
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__) => {
658
+ /***/ 2439:
659
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
853
660
 
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);
661
+ module.exports = __webpack_require__(2527);
858
662
 
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
663
 
874
664
  /***/ }),
875
665
 
876
- /***/ 5022:
877
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
666
+ /***/ 7430:
667
+ /***/ ((module) => {
878
668
 
879
669
  /**
880
670
  * Copyright (c) 2015, Facebook, Inc.
@@ -884,254 +674,60 @@ function _defineProperty(obj, key, value) {
884
674
  * LICENSE file in the root directory of this source tree. An additional grant
885
675
  * of patent rights can be found in the PATENTS file in the same directory.
886
676
  *
887
- * @providesModule normalizeWheel
888
- * @typechecks
677
+ * @providesModule ExecutionEnvironment
889
678
  */
890
679
 
680
+ /*jslint evil: true */
681
+
682
+
683
+
684
+ var canUseDOM = !!(
685
+ typeof window !== 'undefined' &&
686
+ window.document &&
687
+ window.document.createElement
688
+ );
891
689
 
690
+ /**
691
+ * Simple, lightweight module assisting with the detection and context of
692
+ * Worker. Helps avoid circular dependencies and allows code to reason about
693
+ * whether or not they are in a Worker, even if they never include the main
694
+ * `ReactWorker` dependency.
695
+ */
696
+ var ExecutionEnvironment = {
892
697
 
893
- var UserAgent_DEPRECATED = __webpack_require__(7416);
698
+ canUseDOM: canUseDOM,
894
699
 
895
- var isEventSupported = __webpack_require__(2586);
700
+ canUseWorkers: typeof Worker !== 'undefined',
896
701
 
702
+ canUseEventListeners:
703
+ canUseDOM && !!(window.addEventListener || window.attachEvent),
897
704
 
898
- // Reasonable defaults
899
- var PIXEL_STEP = 10;
900
- var LINE_HEIGHT = 40;
901
- var PAGE_HEIGHT = 800;
705
+ canUseViewport: canUseDOM && !!window.screen,
706
+
707
+ isInWorker: !canUseDOM // For now, this is true - might change in the future.
708
+
709
+ };
710
+
711
+ module.exports = ExecutionEnvironment;
712
+
713
+
714
+ /***/ }),
715
+
716
+ /***/ 6377:
717
+ /***/ ((module) => {
902
718
 
903
719
  /**
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.
907
- *
908
- * If you need to react to the mouse wheel in a predictable way, this code is
909
- * like your bestest friend. * hugs *
720
+ * Copyright 2004-present Facebook. All Rights Reserved.
910
721
  *
911
- * As of today, there are 4 DOM event types you can listen to:
722
+ * @providesModule UserAgent_DEPRECATED
723
+ */
724
+
725
+ /**
726
+ * Provides entirely client-side User Agent and OS detection. You should prefer
727
+ * the non-deprecated UserAgent module when possible, which exposes our
728
+ * authoritative server-side PHP-based detection to the client.
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:
730
+ * Usage is straightforward:
1135
731
  *
1136
732
  * if (UserAgent_DEPRECATED.ie()) {
1137
733
  * // IE
@@ -1284,180 +880,517 @@ var UserAgent_DEPRECATED = {
1284
880
  },
1285
881
 
1286
882
 
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
- },
883
+ /**
884
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
885
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
886
+ * this when we don't need it -- tracked by #601957.
887
+ */
888
+ ie64: function() {
889
+ return UserAgent_DEPRECATED.ie() && _win64;
890
+ },
891
+
892
+ /**
893
+ * Check if the UA is Firefox.
894
+ *
895
+ *
896
+ * @return float|NaN Version number (if match) or NaN.
897
+ */
898
+ firefox: function() {
899
+ return _populate() || _firefox;
900
+ },
901
+
902
+
903
+ /**
904
+ * Check if the UA is Opera.
905
+ *
906
+ *
907
+ * @return float|NaN Version number (if match) or NaN.
908
+ */
909
+ opera: function() {
910
+ return _populate() || _opera;
911
+ },
912
+
913
+
914
+ /**
915
+ * Check if the UA is WebKit.
916
+ *
917
+ *
918
+ * @return float|NaN Version number (if match) or NaN.
919
+ */
920
+ webkit: function() {
921
+ return _populate() || _webkit;
922
+ },
923
+
924
+ /**
925
+ * For Push
926
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
927
+ */
928
+ safari: function() {
929
+ return UserAgent_DEPRECATED.webkit();
930
+ },
931
+
932
+ /**
933
+ * Check if the UA is a Chrome browser.
934
+ *
935
+ *
936
+ * @return float|NaN Version number (if match) or NaN.
937
+ */
938
+ chrome : function() {
939
+ return _populate() || _chrome;
940
+ },
941
+
942
+
943
+ /**
944
+ * Check if the user is running Windows.
945
+ *
946
+ * @return bool `true' if the user's OS is Windows.
947
+ */
948
+ windows: function() {
949
+ return _populate() || _windows;
950
+ },
951
+
952
+
953
+ /**
954
+ * Check if the user is running Mac OS X.
955
+ *
956
+ * @return float|bool Returns a float if a version number is detected,
957
+ * otherwise true/false.
958
+ */
959
+ osx: function() {
960
+ return _populate() || _osx;
961
+ },
962
+
963
+ /**
964
+ * Check if the user is running Linux.
965
+ *
966
+ * @return bool `true' if the user's OS is some flavor of Linux.
967
+ */
968
+ linux: function() {
969
+ return _populate() || _linux;
970
+ },
971
+
972
+ /**
973
+ * Check if the user is running on an iPhone or iPod platform.
974
+ *
975
+ * @return bool `true' if the user is running some flavor of the
976
+ * iPhone OS.
977
+ */
978
+ iphone: function() {
979
+ return _populate() || _iphone;
980
+ },
981
+
982
+ mobile: function() {
983
+ return _populate() || (_iphone || _ipad || _android || _mobile);
984
+ },
985
+
986
+ nativeApp: function() {
987
+ // webviews inside of the native apps
988
+ return _populate() || _native;
989
+ },
990
+
991
+ android: function() {
992
+ return _populate() || _android;
993
+ },
994
+
995
+ ipad: function() {
996
+ return _populate() || _ipad;
997
+ }
998
+ };
999
+
1000
+ module.exports = UserAgent_DEPRECATED;
1001
+
1002
+
1003
+ /***/ }),
1004
+
1005
+ /***/ 3541:
1006
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1007
+
1008
+ /**
1009
+ * Copyright 2013-2015, Facebook, Inc.
1010
+ * All rights reserved.
1011
+ *
1012
+ * This source code is licensed under the BSD-style license found in the
1013
+ * LICENSE file in the root directory of this source tree. An additional grant
1014
+ * of patent rights can be found in the PATENTS file in the same directory.
1015
+ *
1016
+ * @providesModule isEventSupported
1017
+ */
1018
+
1019
+
1020
+
1021
+ var ExecutionEnvironment = __webpack_require__(7430);
1022
+
1023
+ var useHasFeature;
1024
+ if (ExecutionEnvironment.canUseDOM) {
1025
+ useHasFeature =
1026
+ document.implementation &&
1027
+ document.implementation.hasFeature &&
1028
+ // always returns true in newer browsers as per the standard.
1029
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
1030
+ document.implementation.hasFeature('', '') !== true;
1031
+ }
1032
+
1033
+ /**
1034
+ * Checks if an event is supported in the current execution environment.
1035
+ *
1036
+ * NOTE: This will not work correctly for non-generic events such as `change`,
1037
+ * `reset`, `load`, `error`, and `select`.
1038
+ *
1039
+ * Borrows from Modernizr.
1040
+ *
1041
+ * @param {string} eventNameSuffix Event name, e.g. "click".
1042
+ * @param {?boolean} capture Check if the capture phase is supported.
1043
+ * @return {boolean} True if the event is supported.
1044
+ * @internal
1045
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
1046
+ */
1047
+ function isEventSupported(eventNameSuffix, capture) {
1048
+ if (!ExecutionEnvironment.canUseDOM ||
1049
+ capture && !('addEventListener' in document)) {
1050
+ return false;
1051
+ }
1052
+
1053
+ var eventName = 'on' + eventNameSuffix;
1054
+ var isSupported = eventName in document;
1055
+
1056
+ if (!isSupported) {
1057
+ var element = document.createElement('div');
1058
+ element.setAttribute(eventName, 'return;');
1059
+ isSupported = typeof element[eventName] === 'function';
1060
+ }
1061
+
1062
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
1063
+ // This is the only way to test support for the `wheel` event in IE9+.
1064
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
1065
+ }
1066
+
1067
+ return isSupported;
1068
+ }
1069
+
1070
+ module.exports = isEventSupported;
1071
+
1072
+
1073
+ /***/ }),
1074
+
1075
+ /***/ 2527:
1076
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1077
+
1078
+ /**
1079
+ * Copyright (c) 2015, Facebook, Inc.
1080
+ * All rights reserved.
1081
+ *
1082
+ * This source code is licensed under the BSD-style license found in the
1083
+ * LICENSE file in the root directory of this source tree. An additional grant
1084
+ * of patent rights can be found in the PATENTS file in the same directory.
1085
+ *
1086
+ * @providesModule normalizeWheel
1087
+ * @typechecks
1088
+ */
1089
+
1090
+
1091
+
1092
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
1093
+
1094
+ var isEventSupported = __webpack_require__(3541);
1095
+
1096
+
1097
+ // Reasonable defaults
1098
+ var PIXEL_STEP = 10;
1099
+ var LINE_HEIGHT = 40;
1100
+ var PAGE_HEIGHT = 800;
1101
+
1102
+ /**
1103
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
1104
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
1105
+ * your questions.
1106
+ *
1107
+ * If you need to react to the mouse wheel in a predictable way, this code is
1108
+ * like your bestest friend. * hugs *
1109
+ *
1110
+ * As of today, there are 4 DOM event types you can listen to:
1111
+ *
1112
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
1113
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
1114
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
1115
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
1116
+ *
1117
+ * So what to do? The is the best:
1118
+ *
1119
+ * normalizeWheel.getEventType();
1120
+ *
1121
+ * In your event callback, use this code to get sane interpretation of the
1122
+ * deltas. This code will return an object with properties:
1123
+ *
1124
+ * spinX -- normalized spin speed (use for zoom) - x plane
1125
+ * spinY -- " - y plane
1126
+ * pixelX -- normalized distance (to pixels) - x plane
1127
+ * pixelY -- " - y plane
1128
+ *
1129
+ * Wheel values are provided by the browser assuming you are using the wheel to
1130
+ * scroll a web page by a number of lines or pixels (or pages). Values can vary
1131
+ * significantly on different platforms and browsers, forgetting that you can
1132
+ * scroll at different speeds. Some devices (like trackpads) emit more events
1133
+ * at smaller increments with fine granularity, and some emit massive jumps with
1134
+ * linear speed or acceleration.
1135
+ *
1136
+ * This code does its best to normalize the deltas for you:
1137
+ *
1138
+ * - spin is trying to normalize how far the wheel was spun (or trackpad
1139
+ * dragged). This is super useful for zoom support where you want to
1140
+ * throw away the chunky scroll steps on the PC and make those equal to
1141
+ * the slow and smooth tiny steps on the Mac. Key data: This code tries to
1142
+ * resolve a single slow step on a wheel to 1.
1143
+ *
1144
+ * - pixel is normalizing the desired scroll delta in pixel units. You'll
1145
+ * get the crazy differences between browsers, but at least it'll be in
1146
+ * pixels!
1147
+ *
1148
+ * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
1149
+ * should translate to positive value zooming IN, negative zooming OUT.
1150
+ * This matches the newer 'wheel' event.
1151
+ *
1152
+ * Why are there spinX, spinY (or pixels)?
1153
+ *
1154
+ * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
1155
+ * with a mouse. It results in side-scrolling in the browser by default.
1156
+ *
1157
+ * - spinY is what you expect -- it's the classic axis of a mouse wheel.
1158
+ *
1159
+ * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
1160
+ * probably is by browsers in conjunction with fancy 3D controllers .. but
1161
+ * you know.
1162
+ *
1163
+ * Implementation info:
1164
+ *
1165
+ * Examples of 'wheel' event if you scroll slowly (down) by one step with an
1166
+ * average mouse:
1167
+ *
1168
+ * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
1169
+ * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
1170
+ * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
1171
+ * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
1172
+ * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
1173
+ *
1174
+ * On the trackpad:
1175
+ *
1176
+ * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
1177
+ * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
1178
+ *
1179
+ * On other/older browsers.. it's more complicated as there can be multiple and
1180
+ * also missing delta values.
1181
+ *
1182
+ * The 'wheel' event is more standard:
1183
+ *
1184
+ * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
1185
+ *
1186
+ * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
1187
+ * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
1188
+ * backward compatibility with older events. Those other values help us
1189
+ * better normalize spin speed. Example of what the browsers provide:
1190
+ *
1191
+ * | event.wheelDelta | event.detail
1192
+ * ------------------+------------------+--------------
1193
+ * Safari v5/OS X | -120 | 0
1194
+ * Safari v5/Win7 | -120 | 0
1195
+ * Chrome v17/OS X | -120 | 0
1196
+ * Chrome v17/Win7 | -120 | 0
1197
+ * IE9/Win7 | -120 | undefined
1198
+ * Firefox v4/OS X | undefined | 1
1199
+ * Firefox v4/Win7 | undefined | 3
1200
+ *
1201
+ */
1202
+ function normalizeWheel(/*object*/ event) /*object*/ {
1203
+ var sX = 0, sY = 0, // spinX, spinY
1204
+ pX = 0, pY = 0; // pixelX, pixelY
1205
+
1206
+ // Legacy
1207
+ if ('detail' in event) { sY = event.detail; }
1208
+ if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
1209
+ if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
1210
+ if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
1211
+
1212
+ // side scrolling on FF with DOMMouseScroll
1213
+ if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
1214
+ sX = sY;
1215
+ sY = 0;
1216
+ }
1217
+
1218
+ pX = sX * PIXEL_STEP;
1219
+ pY = sY * PIXEL_STEP;
1220
+
1221
+ if ('deltaY' in event) { pY = event.deltaY; }
1222
+ if ('deltaX' in event) { pX = event.deltaX; }
1223
+
1224
+ if ((pX || pY) && event.deltaMode) {
1225
+ if (event.deltaMode == 1) { // delta in LINE units
1226
+ pX *= LINE_HEIGHT;
1227
+ pY *= LINE_HEIGHT;
1228
+ } else { // delta in PAGE units
1229
+ pX *= PAGE_HEIGHT;
1230
+ pY *= PAGE_HEIGHT;
1231
+ }
1232
+ }
1233
+
1234
+ // Fall-back if spin cannot be determined
1235
+ if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
1236
+ if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
1237
+
1238
+ return { spinX : sX,
1239
+ spinY : sY,
1240
+ pixelX : pX,
1241
+ pixelY : pY };
1242
+ }
1295
1243
 
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
1244
 
1245
+ /**
1246
+ * The best combination if you prefer spinX + spinY normalization. It favors
1247
+ * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
1248
+ * 'wheel' event, making spin speed determination impossible.
1249
+ */
1250
+ normalizeWheel.getEventType = function() /*string*/ {
1251
+ return (UserAgent_DEPRECATED.firefox())
1252
+ ? 'DOMMouseScroll'
1253
+ : (isEventSupported('wheel'))
1254
+ ? 'wheel'
1255
+ : 'mousewheel';
1256
+ };
1306
1257
 
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
- },
1258
+ module.exports = normalizeWheel;
1316
1259
 
1317
1260
 
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
- },
1261
+ /***/ }),
1327
1262
 
1328
- /**
1329
- * For Push
1330
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
1331
- */
1332
- safari: function() {
1333
- return UserAgent_DEPRECATED.webkit();
1334
- },
1263
+ /***/ 563:
1264
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1335
1265
 
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
- },
1266
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1267
+ var y = x => () => x
1268
+ module.exports = x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover });
1345
1269
 
1270
+ /***/ }),
1346
1271
 
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
- },
1272
+ /***/ 9253:
1273
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1355
1274
 
1275
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1276
+ var y = x => () => x
1277
+ 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, ["getFullscreenRoot"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.getFullscreenRoot, ["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
1278
 
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
- },
1279
+ /***/ }),
1366
1280
 
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
- },
1281
+ /***/ 6609:
1282
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1375
1283
 
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
- },
1284
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1285
+ var y = x => () => x
1286
+ module.exports = x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["Teleport"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Teleport, ["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
1287
 
1386
- mobile: function() {
1387
- return _populate() || (_iphone || _ipad || _android || _mobile);
1388
- },
1288
+ /***/ }),
1389
1289
 
1390
- nativeApp: function() {
1391
- // webviews inside of the native apps
1392
- return _populate() || _native;
1393
- },
1290
+ /***/ 926:
1291
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1394
1292
 
1395
- android: function() {
1396
- return _populate() || _android;
1397
- },
1293
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1294
+ /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
1295
+ /* harmony export */ });
1296
+ function _arrayLikeToArray(arr, len) {
1297
+ if (len == null || len > arr.length) len = arr.length;
1298
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1299
+ return arr2;
1300
+ }
1398
1301
 
1399
- ipad: function() {
1400
- return _populate() || _ipad;
1401
- }
1402
- };
1302
+ /***/ }),
1403
1303
 
1404
- module.exports = UserAgent_DEPRECATED;
1304
+ /***/ 74:
1305
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1306
+
1307
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1308
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
1309
+ /* harmony export */ });
1310
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1405
1311
 
1312
+ function _arrayWithoutHoles(arr) {
1313
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
1314
+ }
1406
1315
 
1407
1316
  /***/ }),
1408
1317
 
1409
- /***/ 7545:
1318
+ /***/ 6666:
1410
1319
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1411
1320
 
1412
1321
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1413
- /* harmony export */ "default": () => (/* binding */ _typeof)
1322
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
1414
1323
  /* harmony export */ });
1415
- function _typeof(o) {
1416
- "@babel/helpers - typeof";
1324
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
1417
1325
 
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);
1326
+ function _defineProperty(obj, key, value) {
1327
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
1328
+ if (key in obj) {
1329
+ Object.defineProperty(obj, key, {
1330
+ value: value,
1331
+ enumerable: true,
1332
+ configurable: true,
1333
+ writable: true
1334
+ });
1335
+ } else {
1336
+ obj[key] = value;
1337
+ }
1338
+ return obj;
1423
1339
  }
1424
1340
 
1425
1341
  /***/ }),
1426
1342
 
1427
- /***/ 7985:
1343
+ /***/ 1079:
1428
1344
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1429
1345
 
1430
1346
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1431
- /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1347
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
1432
1348
  /* harmony export */ });
1433
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
1349
+ function _iterableToArray(iter) {
1350
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1351
+ }
1434
1352
 
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);
1353
+ /***/ }),
1354
+
1355
+ /***/ 6098:
1356
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1357
+
1358
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1359
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
1360
+ /* harmony export */ });
1361
+ function _nonIterableSpread() {
1362
+ 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
1363
  }
1443
1364
 
1444
1365
  /***/ }),
1445
1366
 
1446
- /***/ 8283:
1447
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1367
+ /***/ 7930:
1368
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1369
+
1370
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1371
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1372
+ /* harmony export */ });
1373
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
1374
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
1375
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
1376
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
1377
+
1378
+
1448
1379
 
1449
- module.exports = __webpack_require__(5022);
1450
1380
 
1381
+ function _toConsumableArray(arr) {
1382
+ 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"])();
1383
+ }
1451
1384
 
1452
1385
  /***/ }),
1453
1386
 
1454
- /***/ 9824:
1387
+ /***/ 9745:
1455
1388
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1456
1389
 
1457
1390
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1458
1391
  /* harmony export */ "default": () => (/* binding */ toPrimitive)
1459
1392
  /* harmony export */ });
1460
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
1393
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
1461
1394
 
1462
1395
  function toPrimitive(t, r) {
1463
1396
  if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
@@ -1470,6 +1403,60 @@ function toPrimitive(t, r) {
1470
1403
  return ("string" === r ? String : Number)(t);
1471
1404
  }
1472
1405
 
1406
+ /***/ }),
1407
+
1408
+ /***/ 3795:
1409
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1410
+
1411
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1412
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
1413
+ /* harmony export */ });
1414
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
1415
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
1416
+
1417
+
1418
+ function toPropertyKey(t) {
1419
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
1420
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
1421
+ }
1422
+
1423
+ /***/ }),
1424
+
1425
+ /***/ 6522:
1426
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1427
+
1428
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1429
+ /* harmony export */ "default": () => (/* binding */ _typeof)
1430
+ /* harmony export */ });
1431
+ function _typeof(o) {
1432
+ "@babel/helpers - typeof";
1433
+
1434
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1435
+ return typeof o;
1436
+ } : function (o) {
1437
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1438
+ }, _typeof(o);
1439
+ }
1440
+
1441
+ /***/ }),
1442
+
1443
+ /***/ 9147:
1444
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1445
+
1446
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1447
+ /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1448
+ /* harmony export */ });
1449
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1450
+
1451
+ function _unsupportedIterableToArray(o, minLen) {
1452
+ if (!o) return;
1453
+ if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1454
+ var n = Object.prototype.toString.call(o).slice(8, -1);
1455
+ if (n === "Object" && o.constructor) n = o.constructor.name;
1456
+ if (n === "Map" || n === "Set") return Array.from(o);
1457
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1458
+ }
1459
+
1473
1460
  /***/ })
1474
1461
 
1475
1462
  /******/ });
@@ -1530,6 +1517,8 @@ function toPrimitive(t, r) {
1530
1517
  /******/
1531
1518
  /************************************************************************/
1532
1519
  var __webpack_exports__ = {};
1520
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1521
+ (() => {
1533
1522
 
1534
1523
  // EXPORTS
1535
1524
  __webpack_require__.d(__webpack_exports__, {
@@ -1537,38 +1526,30 @@ __webpack_require__.d(__webpack_exports__, {
1537
1526
  });
1538
1527
 
1539
1528
  // EXTERNAL MODULE: external "../shared"
1540
- var shared_ = __webpack_require__(5166);
1529
+ var shared_ = __webpack_require__(9253);
1541
1530
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1542
- var defineProperty = __webpack_require__(4586);
1531
+ var defineProperty = __webpack_require__(6666);
1543
1532
  // 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) });
1533
+ var external_vue_ = __webpack_require__(6609);
1534
+ ;// CONCATENATED MODULE: external "vue-types"
1535
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1536
+ var y = x => () => x
1537
+ const external_vue_types_namespaceObject = x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
1538
+ ;// CONCATENATED MODULE: external "../config-provider"
1539
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1540
+ var config_provider_y = x => () => x
1541
+ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
1542
+ ;// CONCATENATED MODULE: external "../date-picker"
1543
+ var date_picker_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1544
+ var date_picker_y = x => () => x
1545
+ const date_picker_namespaceObject = date_picker_x({ ["PickerDropdown"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_date_picker_d04526d6__.PickerDropdown });
1563
1546
  // 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
1547
+ var src = __webpack_require__(668);
1548
+ ;// CONCATENATED MODULE: external "../icon"
1549
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1550
+ var icon_y = x => () => x
1551
+ const icon_namespaceObject = icon_x({ ["AngleUp"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUp });
1552
+ ;// CONCATENATED MODULE: ../../node_modules/tinycolor2/esm/tinycolor.js
1572
1553
  // This file is autogenerated. It's used to publish ESM to npm.
1573
1554
  function _typeof(obj) {
1574
1555
  "@babel/helpers - typeof";
@@ -2750,13 +2731,13 @@ function validateWCAG2Parms(parms) {
2750
2731
 
2751
2732
 
2752
2733
 
2753
- ;// ../../packages/color-picker/src/components/input-container.tsx
2734
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/input-container.tsx
2754
2735
 
2755
2736
  /*
2756
2737
  * Tencent is pleased to support the open source community by making
2757
2738
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2758
2739
  *
2759
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2740
+ * Copyright (C) 2025 Tencent. All rights reserved.
2760
2741
  *
2761
2742
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2762
2743
  *
@@ -2820,13 +2801,13 @@ var inputContainerProps = {
2820
2801
  };
2821
2802
  }
2822
2803
  }));
2823
- ;// ../../packages/color-picker/src/components/color-input.tsx
2804
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/color-input.tsx
2824
2805
 
2825
2806
  /*
2826
2807
  * Tencent is pleased to support the open source community by making
2827
2808
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2828
2809
  *
2829
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2810
+ * Copyright (C) 2025 Tencent. All rights reserved.
2830
2811
  *
2831
2812
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2832
2813
  *
@@ -2989,12 +2970,12 @@ var colorPickerProps = {
2989
2970
  };
2990
2971
  }
2991
2972
  }));
2992
- ;// ../../packages/color-picker/src/utils.ts
2973
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/utils.ts
2993
2974
  /*
2994
2975
  * Tencent is pleased to support the open source community by making
2995
2976
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2996
2977
  *
2997
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2978
+ * Copyright (C) 2025 Tencent. All rights reserved.
2998
2979
  *
2999
2980
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3000
2981
  *
@@ -3095,13 +3076,13 @@ var toRGBAString = function toRGBAString(rgba) {
3095
3076
  a = rgba.a;
3096
3077
  return "rgba(".concat([r, g, b, a].join(','), ")");
3097
3078
  };
3098
- ;// ../../packages/color-picker/src/components/hue-slider.tsx
3079
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/hue-slider.tsx
3099
3080
 
3100
3081
  /*
3101
3082
  * Tencent is pleased to support the open source community by making
3102
3083
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3103
3084
  *
3104
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3085
+ * Copyright (C) 2025 Tencent. All rights reserved.
3105
3086
  *
3106
3087
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3107
3088
  *
@@ -3233,14 +3214,14 @@ var hue_slider_colorPickerProps = {
3233
3214
  };
3234
3215
  }
3235
3216
  }));
3236
- ;// ../../packages/color-picker/src/components/recommend-colors.tsx
3217
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/recommend-colors.tsx
3237
3218
 
3238
3219
 
3239
3220
  /*
3240
3221
  * Tencent is pleased to support the open source community by making
3241
3222
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3242
3223
  *
3243
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3224
+ * Copyright (C) 2025 Tencent. All rights reserved.
3244
3225
  *
3245
3226
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3246
3227
  *
@@ -3385,13 +3366,13 @@ var recommend_colors_colorPickerProps = {
3385
3366
  };
3386
3367
  }
3387
3368
  }));
3388
- ;// ../../packages/color-picker/src/components/saturation-panel.tsx
3369
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/saturation-panel.tsx
3389
3370
 
3390
3371
  /*
3391
3372
  * Tencent is pleased to support the open source community by making
3392
3373
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3393
3374
  *
3394
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3375
+ * Copyright (C) 2025 Tencent. All rights reserved.
3395
3376
  *
3396
3377
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3397
3378
  *
@@ -3537,14 +3518,14 @@ var saturation_panel_colorPickerProps = {
3537
3518
  };
3538
3519
  }
3539
3520
  }));
3540
- ;// ../../packages/color-picker/src/color-picker.tsx
3521
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/color-picker.tsx
3541
3522
 
3542
3523
 
3543
3524
  /*
3544
3525
  * Tencent is pleased to support the open source community by making
3545
3526
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3546
3527
  *
3547
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3528
+ * Copyright (C) 2025 Tencent. All rights reserved.
3548
3529
  *
3549
3530
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3550
3531
  *
@@ -3614,6 +3595,7 @@ var whiteColorObj = formatColor('#FFFFFF');
3614
3595
  setup: function setup(props, _ref) {
3615
3596
  var emit = _ref.emit,
3616
3597
  slots = _ref.slots;
3598
+ var teleportTo = (0,external_vue_.ref)((0,shared_.getFullscreenRoot)());
3617
3599
  var formItem = (0,shared_.useFormItem)();
3618
3600
  var showDropdown = (0,external_vue_.ref)(false);
3619
3601
  // 当前颜色的色值,如果为空字符串显示:默认白色背景 + 中间一个叉
@@ -3669,6 +3651,7 @@ var whiteColorObj = formatColor('#FFFFFF');
3669
3651
  if (props.disabled || props.readonly) {
3670
3652
  return;
3671
3653
  }
3654
+ teleportTo.value = (0,shared_.getFullscreenRoot)();
3672
3655
  showDropdown.value ? closeDropdown() : openDropdown();
3673
3656
  };
3674
3657
  // 如果未开启预设则此 tab 事件为颜色选择器最后一个表单 tab 事件,重新聚焦于饱和度面板
@@ -3803,59 +3786,67 @@ var whiteColorObj = formatColor('#FFFFFF');
3803
3786
  "class": "".concat(resolveClassName('color-picker-icon'))
3804
3787
  }, [(0,external_vue_.createVNode)(icon_namespaceObject.AngleUp, {
3805
3788
  "class": resolveClassName('icon-angle-down')
3806
- }, null)])]), (0,external_vue_.createVNode)(external_vue_.Transition, {
3807
- "name": "bk-fade-down-transition"
3789
+ }, null)])]), (0,external_vue_.createVNode)(external_vue_.Teleport, {
3790
+ "disabled": !props.transfer,
3791
+ "to": teleportTo.value
3808
3792
  }, {
3809
3793
  "default": function _default() {
3810
- return [(0,external_vue_.withDirectives)((0,external_vue_.createVNode)(date_picker_namespaceObject.PickerDropdown, {
3811
- "ref": dropRef,
3812
- "triggerRef": referenceRef.value
3794
+ return [(0,external_vue_.createVNode)(external_vue_.Transition, {
3795
+ "name": "bk-fade-down-transition"
3813
3796
  }, {
3814
3797
  "default": function _default() {
3815
- return [(0,external_vue_.createVNode)("div", {
3816
- "class": "".concat(resolveClassName('color-dropdown-container'))
3817
- }, [(0,external_vue_.createVNode)("div", {
3818
- "class": "".concat(resolveClassName('color-picker-dropdown')),
3819
- "onClick": function onClick(e) {
3820
- e.stopPropagation();
3821
- },
3822
- "onKeydown": handleDropdownKeydown,
3823
- "onMousedown": function onMousedown(e) {
3824
- e.stopPropagation();
3798
+ return [(0,external_vue_.withDirectives)((0,external_vue_.createVNode)(date_picker_namespaceObject.PickerDropdown, {
3799
+ "ref": dropRef,
3800
+ "appendToBody": props.transfer,
3801
+ "triggerRef": referenceRef.value
3802
+ }, {
3803
+ "default": function _default() {
3804
+ return [(0,external_vue_.createVNode)("div", {
3805
+ "class": "".concat(resolveClassName('color-dropdown-container'))
3806
+ }, [(0,external_vue_.createVNode)("div", {
3807
+ "class": "".concat(resolveClassName('color-picker-dropdown')),
3808
+ "onClick": function onClick(e) {
3809
+ e.stopPropagation();
3810
+ },
3811
+ "onKeydown": handleDropdownKeydown,
3812
+ "onMousedown": function onMousedown(e) {
3813
+ e.stopPropagation();
3814
+ }
3815
+ }, [(0,external_vue_.createVNode)(saturation_panel, {
3816
+ "ref": saturationPanelRef,
3817
+ "colorObj": colorObj,
3818
+ "onChange": handleColorChange
3819
+ }, null), (0,external_vue_.createVNode)(hue_slider, {
3820
+ "colorObj": colorObj,
3821
+ "onChange": handleColorChange
3822
+ }, null), (0,external_vue_.createVNode)(color_input, {
3823
+ "colorObj": colorObj,
3824
+ "onChange": handleColorChange,
3825
+ "onTab": handleTabInput
3826
+ }, null), isRenderRecommend.value ? (0,external_vue_.createVNode)("div", {
3827
+ "class": "".concat(resolveClassName('color-picker-recommend-container'))
3828
+ }, [(0,external_vue_.createVNode)(recommend_colors, {
3829
+ "colorObj": colorObj,
3830
+ "recommend": props.recommend,
3831
+ "recommendEmpty": props.recommendEmpty,
3832
+ "onChange": handleColorChange,
3833
+ "onTab": handleTabRecommend
3834
+ }, null)]) : undefined])])];
3825
3835
  }
3826
- }, [(0,external_vue_.createVNode)(saturation_panel, {
3827
- "ref": saturationPanelRef,
3828
- "colorObj": colorObj,
3829
- "onChange": handleColorChange
3830
- }, null), (0,external_vue_.createVNode)(hue_slider, {
3831
- "colorObj": colorObj,
3832
- "onChange": handleColorChange
3833
- }, null), (0,external_vue_.createVNode)(color_input, {
3834
- "colorObj": colorObj,
3835
- "onChange": handleColorChange,
3836
- "onTab": handleTabInput
3837
- }, null), isRenderRecommend.value ? (0,external_vue_.createVNode)("div", {
3838
- "class": "".concat(resolveClassName('color-picker-recommend-container'))
3839
- }, [(0,external_vue_.createVNode)(recommend_colors, {
3840
- "colorObj": colorObj,
3841
- "recommend": props.recommend,
3842
- "recommendEmpty": props.recommendEmpty,
3843
- "onChange": handleColorChange,
3844
- "onTab": handleTabRecommend
3845
- }, null)]) : undefined])])];
3836
+ }), [[external_vue_.vShow, showDropdown.value]])];
3846
3837
  }
3847
- }), [[external_vue_.vShow, showDropdown.value]])];
3838
+ })];
3848
3839
  }
3849
3840
  })]), [[(0,external_vue_.resolveDirective)("clickoutside"), hideDropDown]]);
3850
3841
  };
3851
3842
  }
3852
3843
  }));
3853
- ;// ../../packages/color-picker/src/index.ts
3844
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/index.ts
3854
3845
  /*
3855
3846
  * Tencent is pleased to support the open source community by making
3856
3847
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3857
3848
  *
3858
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3849
+ * Copyright (C) 2025 Tencent. All rights reserved.
3859
3850
  *
3860
3851
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3861
3852
  *
@@ -3880,5 +3871,7 @@ var whiteColorObj = formatColor('#FFFFFF');
3880
3871
 
3881
3872
  var BkColorPicker = (0,shared_.withInstall)(color_picker);
3882
3873
  /* harmony default export */ const color_picker_src = (BkColorPicker);
3874
+ })();
3875
+
3883
3876
  var __webpack_exports__default = __webpack_exports__["default"];
3884
3877
  export { __webpack_exports__default as default };