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

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 (303) 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 +16777 -14856
  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 +52 -68
  204. package/lib/pagination/pagination.variable.css +1 -0
  205. package/lib/pop-confirm/index.d.ts +584 -0
  206. package/lib/pop-confirm/index.js +43 -55
  207. package/lib/pop-confirm/pop-confirm.d.ts +292 -0
  208. package/lib/pop-confirm/pop-confirm.variable.css +1 -0
  209. package/lib/pop-confirm/props.d.ts +146 -0
  210. package/lib/popover/index.js +363 -382
  211. package/lib/popover/popover.variable.css +1 -0
  212. package/lib/popover2/index.js +12 -16
  213. package/lib/preset.js +1 -1
  214. package/lib/process/index.js +76 -80
  215. package/lib/process/process.d.ts +1 -1
  216. package/lib/process/process.variable.css +1 -0
  217. package/lib/progress/index.js +24 -30
  218. package/lib/progress/progress.variable.css +1 -0
  219. package/lib/radio/index.js +36 -44
  220. package/lib/radio/radio.variable.css +1 -0
  221. package/lib/rate/index.js +22 -28
  222. package/lib/rate/rate.variable.css +1 -0
  223. package/lib/resize-layout/index.js +24 -32
  224. package/lib/resize-layout/resize-layout.variable.css +1 -0
  225. package/lib/scrollbar/css/scrollbar.variable.css +1 -0
  226. package/lib/scrollbar/index.js +31 -31
  227. package/lib/search-select/index.d.ts +21 -3
  228. package/lib/search-select/index.js +558 -543
  229. package/lib/search-select/input.d.ts +3 -0
  230. package/lib/search-select/search-select.d.ts +7 -1
  231. package/lib/search-select/search-select.variable.css +1 -0
  232. package/lib/search-select/selected.d.ts +6 -0
  233. package/lib/select/index.d.ts +22 -3
  234. package/lib/select/index.js +560 -597
  235. package/lib/select/select.d.ts +11 -1
  236. package/lib/select/select.variable.css +1 -0
  237. package/lib/shared/index.d.ts +1 -1
  238. package/lib/shared/index.js +59 -67
  239. package/lib/shared/z-index-manager.d.ts +1 -1
  240. package/lib/sideslider/index.js +84 -92
  241. package/lib/sideslider/sideslider.variable.css +1 -0
  242. package/lib/slider/index.d.ts +1 -1
  243. package/lib/slider/index.js +80 -89
  244. package/lib/slider/slider-button.d.ts +1 -1
  245. package/lib/slider/slider.d.ts +1 -1
  246. package/lib/slider/slider.variable.css +1 -0
  247. package/lib/steps/index.js +74 -80
  248. package/lib/steps/steps.d.ts +1 -1
  249. package/lib/steps/steps.variable.css +1 -0
  250. package/lib/styles/mixins/animate.variable.css +1 -0
  251. package/lib/styles/mixins/popper.variable.css +1 -0
  252. package/lib/styles/mixins/scroll.variable.css +1 -0
  253. package/lib/styles/reset.variable.css +1 -0
  254. package/lib/styles/themes/themes.less +3 -0
  255. package/lib/swiper/index.js +20 -26
  256. package/lib/swiper/swiper.variable.css +1 -0
  257. package/lib/switcher/index.js +24 -32
  258. package/lib/switcher/switcher.variable.css +1 -0
  259. package/lib/tab/index.d.ts +12 -0
  260. package/lib/tab/index.js +341 -352
  261. package/lib/tab/props.d.ts +3 -0
  262. package/lib/tab/tab.d.ts +6 -0
  263. package/lib/tab/tab.variable.css +1 -0
  264. package/lib/table/index.js +630 -691
  265. package/lib/table/plugins/head-filter.variable.css +1 -0
  266. package/lib/table/plugins/head-sort.variable.css +1 -0
  267. package/lib/table/plugins/settings.variable.css +1 -0
  268. package/lib/table/table.variable.css +1 -0
  269. package/lib/table-column/index.js +10 -14
  270. package/lib/tag/index.js +28 -38
  271. package/lib/tag/tag.variable.css +1 -0
  272. package/lib/tag-input/index.d.ts +3 -0
  273. package/lib/tag-input/index.js +2190 -851
  274. package/lib/tag-input/tag-input.d.ts +1 -0
  275. package/lib/tag-input/tag-input.variable.css +1 -0
  276. package/lib/time-picker/index.js +10 -14
  277. package/lib/time-picker/time-picker.variable.css +1 -0
  278. package/lib/timeline/index.js +1368 -25
  279. package/lib/timeline/timeline.d.ts +1 -1
  280. package/lib/timeline/timeline.variable.css +1 -0
  281. package/lib/transfer/index.d.ts +1 -24
  282. package/lib/transfer/index.js +61 -67
  283. package/lib/transfer/props.d.ts +0 -5
  284. package/lib/transfer/transfer.css +26 -8
  285. package/lib/transfer/transfer.d.ts +1 -12
  286. package/lib/transfer/transfer.less +18 -8
  287. package/lib/transfer/transfer.variable.css +27 -8
  288. package/lib/tree/constant.d.ts +2 -0
  289. package/lib/tree/index.d.ts +48 -0
  290. package/lib/tree/index.js +297 -171
  291. package/lib/tree/props.d.ts +20 -0
  292. package/lib/tree/tree.css +46 -0
  293. package/lib/tree/tree.d.ts +22 -0
  294. package/lib/tree/tree.less +57 -2
  295. package/lib/tree/tree.variable.css +47 -0
  296. package/lib/tree/use-node-action.d.ts +2 -2
  297. package/lib/upload/index.js +570 -582
  298. package/lib/upload/upload.variable.css +1 -0
  299. package/lib/virtual-render/index.js +50 -62
  300. package/lib/virtual-render/virtual-render.variable.css +1 -0
  301. package/lib/volar.components.d.ts +2 -1
  302. package/package.json +13 -2
  303. package/dist/style.css +0 -1
@@ -1,9 +1,9 @@
1
1
  import "../styles/reset.css";
2
2
  import "./date-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_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
@@ -13,183 +13,10 @@ import "../button/button.less";
13
13
  import * as __WEBPACK_EXTERNAL_MODULE_js_calendar_b62d9a01__ from "js-calendar";
14
14
  import * as __WEBPACK_EXTERNAL_MODULE_date_fns_f4130be9__ from "date-fns";
15
15
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__ from "lodash/debounce";
16
+ import * as __WEBPACK_EXTERNAL_MODULE_lodash_cloneDeep_13f2b125__ from "lodash/cloneDeep";
16
17
  /******/ var __webpack_modules__ = ({
17
18
 
18
- /***/ 205:
19
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
20
-
21
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
22
- /* harmony export */ "default": () => (/* binding */ toPropertyKey)
23
- /* harmony export */ });
24
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7545);
25
- /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9824);
26
-
27
-
28
- function toPropertyKey(t) {
29
- var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
30
- return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
31
- }
32
-
33
- /***/ }),
34
-
35
- /***/ 592:
36
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
37
-
38
- var x = (y) => {
39
- var x = {}; __webpack_require__.d(x, y); return x
40
- }
41
- var y = (x) => (() => (x))
42
- module.exports = x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover) });
43
-
44
- /***/ }),
45
-
46
- /***/ 1043:
47
- /***/ ((module) => {
48
-
49
- /**
50
- * Copyright (c) 2015, Facebook, Inc.
51
- * All rights reserved.
52
- *
53
- * This source code is licensed under the BSD-style license found in the
54
- * LICENSE file in the root directory of this source tree. An additional grant
55
- * of patent rights can be found in the PATENTS file in the same directory.
56
- *
57
- * @providesModule ExecutionEnvironment
58
- */
59
-
60
- /*jslint evil: true */
61
-
62
-
63
-
64
- var canUseDOM = !!(
65
- typeof window !== 'undefined' &&
66
- window.document &&
67
- window.document.createElement
68
- );
69
-
70
- /**
71
- * Simple, lightweight module assisting with the detection and context of
72
- * Worker. Helps avoid circular dependencies and allows code to reason about
73
- * whether or not they are in a Worker, even if they never include the main
74
- * `ReactWorker` dependency.
75
- */
76
- var ExecutionEnvironment = {
77
-
78
- canUseDOM: canUseDOM,
79
-
80
- canUseWorkers: typeof Worker !== 'undefined',
81
-
82
- canUseEventListeners:
83
- canUseDOM && !!(window.addEventListener || window.attachEvent),
84
-
85
- canUseViewport: canUseDOM && !!window.screen,
86
-
87
- isInWorker: !canUseDOM // For now, this is true - might change in the future.
88
-
89
- };
90
-
91
- module.exports = ExecutionEnvironment;
92
-
93
-
94
- /***/ }),
95
-
96
- /***/ 2586:
97
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
98
-
99
- /**
100
- * Copyright 2013-2015, Facebook, Inc.
101
- * All rights reserved.
102
- *
103
- * This source code is licensed under the BSD-style license found in the
104
- * LICENSE file in the root directory of this source tree. An additional grant
105
- * of patent rights can be found in the PATENTS file in the same directory.
106
- *
107
- * @providesModule isEventSupported
108
- */
109
-
110
-
111
-
112
- var ExecutionEnvironment = __webpack_require__(1043);
113
-
114
- var useHasFeature;
115
- if (ExecutionEnvironment.canUseDOM) {
116
- useHasFeature =
117
- document.implementation &&
118
- document.implementation.hasFeature &&
119
- // always returns true in newer browsers as per the standard.
120
- // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
121
- document.implementation.hasFeature('', '') !== true;
122
- }
123
-
124
- /**
125
- * Checks if an event is supported in the current execution environment.
126
- *
127
- * NOTE: This will not work correctly for non-generic events such as `change`,
128
- * `reset`, `load`, `error`, and `select`.
129
- *
130
- * Borrows from Modernizr.
131
- *
132
- * @param {string} eventNameSuffix Event name, e.g. "click".
133
- * @param {?boolean} capture Check if the capture phase is supported.
134
- * @return {boolean} True if the event is supported.
135
- * @internal
136
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
137
- */
138
- function isEventSupported(eventNameSuffix, capture) {
139
- if (!ExecutionEnvironment.canUseDOM ||
140
- capture && !('addEventListener' in document)) {
141
- return false;
142
- }
143
-
144
- var eventName = 'on' + eventNameSuffix;
145
- var isSupported = eventName in document;
146
-
147
- if (!isSupported) {
148
- var element = document.createElement('div');
149
- element.setAttribute(eventName, 'return;');
150
- isSupported = typeof element[eventName] === 'function';
151
- }
152
-
153
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
154
- // This is the only way to test support for the `wheel` event in IE9+.
155
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
156
- }
157
-
158
- return isSupported;
159
- }
160
-
161
- module.exports = isEventSupported;
162
-
163
-
164
- /***/ }),
165
-
166
- /***/ 2880:
167
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
168
-
169
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
170
- /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
171
- /* harmony export */ });
172
- function _nonIterableSpread() {
173
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
174
- }
175
-
176
- /***/ }),
177
-
178
- /***/ 3492:
179
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
180
-
181
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
182
- /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
183
- /* harmony export */ });
184
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
185
-
186
- function _arrayWithoutHoles(arr) {
187
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
188
- }
189
-
190
- /***/ }),
191
-
192
- /***/ 4193:
19
+ /***/ 668:
193
20
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
194
21
 
195
22
 
@@ -200,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
200
27
 
201
28
  // UNUSED EXPORTS: bkEllipsis, bkEllipsisInstance, bkLoading, bkTooltips, mousewheel, overflowTitle
202
29
 
203
- ;// ../../packages/directives/src/clickoutside.ts
30
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
204
31
  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; } } }; }
205
32
  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); }
206
33
  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; }
@@ -208,7 +35,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
208
35
  * Tencent is pleased to support the open source community by making
209
36
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
210
37
  *
211
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
38
+ * Copyright (C) 2025 Tencent. All rights reserved.
212
39
  *
213
40
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
214
41
  *
@@ -327,16 +154,16 @@ ClickOutside.install = function (app) {
327
154
  };
328
155
  /* harmony default export */ const clickoutside = (ClickOutside);
329
156
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
330
- var esm_typeof = __webpack_require__(7545);
157
+ var esm_typeof = __webpack_require__(6522);
331
158
  // EXTERNAL MODULE: external "../popover"
332
- var popover_ = __webpack_require__(592);
333
- ;// ../../packages/directives/src/ellipsis.ts
159
+ var popover_ = __webpack_require__(563);
160
+ ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
334
161
 
335
162
  /*
336
163
  * Tencent is pleased to support the open source community by making
337
164
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
338
165
  *
339
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
166
+ * Copyright (C) 2025 Tencent. All rights reserved.
340
167
  *
341
168
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
342
169
  *
@@ -441,14 +268,14 @@ var ellipsis = {
441
268
  };
442
269
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
443
270
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
444
- var normalize_wheel = __webpack_require__(8283);
271
+ var normalize_wheel = __webpack_require__(2439);
445
272
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
446
- ;// ../../packages/directives/src/mousewheel.ts
273
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
447
274
  /*
448
275
  * Tencent is pleased to support the open source community by making
449
276
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
450
277
  *
451
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
278
+ * Copyright (C) 2025 Tencent. All rights reserved.
452
279
  *
453
280
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
454
281
  *
@@ -486,20 +313,18 @@ var mousewheel = {
486
313
  };
487
314
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
488
315
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
489
- var defineProperty = __webpack_require__(4586);
316
+ var defineProperty = __webpack_require__(6666);
490
317
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
491
- var toConsumableArray = __webpack_require__(5153);
318
+ var toConsumableArray = __webpack_require__(7930);
492
319
  // EXTERNAL MODULE: external "vue"
493
- var external_vue_ = __webpack_require__(5286);
320
+ var external_vue_ = __webpack_require__(6609);
494
321
  // EXTERNAL MODULE: external "../shared"
495
- var shared_ = __webpack_require__(5166);
496
- ;// external "@popperjs/core"
497
- var x = (y) => {
498
- var x = {}; __webpack_require__.d(x, y); return x
499
- }
500
- var y = (x) => (() => (x))
501
- const core_namespaceObject = x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
502
- ;// ../../packages/directives/src/tooltips.ts
322
+ var shared_ = __webpack_require__(9253);
323
+ ;// CONCATENATED MODULE: external "@popperjs/core"
324
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
325
+ var y = x => () => x
326
+ const core_namespaceObject = x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
327
+ ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
503
328
 
504
329
 
505
330
 
@@ -509,7 +334,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
509
334
  * Tencent is pleased to support the open source community by making
510
335
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
511
336
  *
512
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
337
+ * Copyright (C) 2025 Tencent. All rights reserved.
513
338
  *
514
339
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
515
340
  *
@@ -564,9 +389,6 @@ var tooltips = {
564
389
  hide(el);
565
390
  }, 100);
566
391
  });
567
- el.addEventListener('click', function () {
568
- hide(el);
569
- });
570
392
  popper.addEventListener('mouseleave', function () {
571
393
  clearTimeout(delayTimeout);
572
394
  hideTimeout = setTimeout(function () {
@@ -580,7 +402,7 @@ var tooltips = {
580
402
  show(el);
581
403
  clearTimeout(delayTimeout);
582
404
  }, opts.delay);
583
- } else if (popper.hasAttribute('data-show')) {
405
+ } else if (!el.contains(event.target) && popper.hasAttribute('data-show')) {
584
406
  hide(el);
585
407
  }
586
408
  });
@@ -791,24 +613,20 @@ function hide(el) {
791
613
  }
792
614
  }
793
615
  /* harmony default export */ const src_tooltips = ((/* unused pure expression or super */ null && (tooltips)));
794
- ;// external "../loading"
795
- var external_loading_x = (y) => {
796
- var x = {}; __webpack_require__.d(x, y); return x
797
- }
798
- var external_loading_y = (x) => (() => (x))
616
+ ;// CONCATENATED MODULE: external "../loading"
617
+ var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
618
+ var external_loading_y = x => () => x
799
619
  const external_loading_namespaceObject = external_loading_x({ });
800
- ;// external "../overflow-title"
801
- var external_overflow_title_x = (y) => {
802
- var x = {}; __webpack_require__.d(x, y); return x
803
- }
804
- var external_overflow_title_y = (x) => (() => (x))
620
+ ;// CONCATENATED MODULE: external "../overflow-title"
621
+ var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
622
+ var external_overflow_title_y = x => () => x
805
623
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
806
- ;// ../../packages/directives/src/index.ts
624
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
807
625
  /*
808
626
  * Tencent is pleased to support the open source community by making
809
627
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
810
628
  *
811
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
629
+ * Copyright (C) 2025 Tencent. All rights reserved.
812
630
  *
813
631
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
814
632
  *
@@ -839,45 +657,16 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
839
657
 
840
658
  /***/ }),
841
659
 
842
- /***/ 4430:
843
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
844
-
845
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
846
- /* harmony export */ "default": () => (/* binding */ _iterableToArray)
847
- /* harmony export */ });
848
- function _iterableToArray(iter) {
849
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
850
- }
851
-
852
- /***/ }),
853
-
854
- /***/ 4586:
855
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
660
+ /***/ 2439:
661
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
856
662
 
857
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
858
- /* harmony export */ "default": () => (/* binding */ _defineProperty)
859
- /* harmony export */ });
860
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
663
+ module.exports = __webpack_require__(2527);
861
664
 
862
- function _defineProperty(obj, key, value) {
863
- key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
864
- if (key in obj) {
865
- Object.defineProperty(obj, key, {
866
- value: value,
867
- enumerable: true,
868
- configurable: true,
869
- writable: true
870
- });
871
- } else {
872
- obj[key] = value;
873
- }
874
- return obj;
875
- }
876
665
 
877
666
  /***/ }),
878
667
 
879
- /***/ 5022:
880
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
668
+ /***/ 7430:
669
+ /***/ ((module) => {
881
670
 
882
671
  /**
883
672
  * Copyright (c) 2015, Facebook, Inc.
@@ -887,258 +676,64 @@ function _defineProperty(obj, key, value) {
887
676
  * LICENSE file in the root directory of this source tree. An additional grant
888
677
  * of patent rights can be found in the PATENTS file in the same directory.
889
678
  *
890
- * @providesModule normalizeWheel
891
- * @typechecks
679
+ * @providesModule ExecutionEnvironment
892
680
  */
893
681
 
682
+ /*jslint evil: true */
683
+
684
+
685
+
686
+ var canUseDOM = !!(
687
+ typeof window !== 'undefined' &&
688
+ window.document &&
689
+ window.document.createElement
690
+ );
691
+
692
+ /**
693
+ * Simple, lightweight module assisting with the detection and context of
694
+ * Worker. Helps avoid circular dependencies and allows code to reason about
695
+ * whether or not they are in a Worker, even if they never include the main
696
+ * `ReactWorker` dependency.
697
+ */
698
+ var ExecutionEnvironment = {
894
699
 
700
+ canUseDOM: canUseDOM,
895
701
 
896
- var UserAgent_DEPRECATED = __webpack_require__(7416);
702
+ canUseWorkers: typeof Worker !== 'undefined',
897
703
 
898
- var isEventSupported = __webpack_require__(2586);
704
+ canUseEventListeners:
705
+ canUseDOM && !!(window.addEventListener || window.attachEvent),
899
706
 
707
+ canUseViewport: canUseDOM && !!window.screen,
900
708
 
901
- // Reasonable defaults
902
- var PIXEL_STEP = 10;
903
- var LINE_HEIGHT = 40;
904
- var PAGE_HEIGHT = 800;
709
+ isInWorker: !canUseDOM // For now, this is true - might change in the future.
710
+
711
+ };
712
+
713
+ module.exports = ExecutionEnvironment;
714
+
715
+
716
+ /***/ }),
717
+
718
+ /***/ 6377:
719
+ /***/ ((module) => {
905
720
 
906
721
  /**
907
- * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
908
- * complicated, thus this doc is long and (hopefully) detailed enough to answer
909
- * your questions.
722
+ * Copyright 2004-present Facebook. All Rights Reserved.
910
723
  *
911
- * If you need to react to the mouse wheel in a predictable way, this code is
912
- * like your bestest friend. * hugs *
724
+ * @providesModule UserAgent_DEPRECATED
725
+ */
726
+
727
+ /**
728
+ * Provides entirely client-side User Agent and OS detection. You should prefer
729
+ * the non-deprecated UserAgent module when possible, which exposes our
730
+ * authoritative server-side PHP-based detection to the client.
913
731
  *
914
- * As of today, there are 4 DOM event types you can listen to:
732
+ * Usage is straightforward:
915
733
  *
916
- * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
917
- * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
918
- * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
919
- * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
920
- *
921
- * So what to do? The is the best:
922
- *
923
- * normalizeWheel.getEventType();
924
- *
925
- * In your event callback, use this code to get sane interpretation of the
926
- * deltas. This code will return an object with properties:
927
- *
928
- * spinX -- normalized spin speed (use for zoom) - x plane
929
- * spinY -- " - y plane
930
- * pixelX -- normalized distance (to pixels) - x plane
931
- * pixelY -- " - y plane
932
- *
933
- * Wheel values are provided by the browser assuming you are using the wheel to
934
- * scroll a web page by a number of lines or pixels (or pages). Values can vary
935
- * significantly on different platforms and browsers, forgetting that you can
936
- * scroll at different speeds. Some devices (like trackpads) emit more events
937
- * at smaller increments with fine granularity, and some emit massive jumps with
938
- * linear speed or acceleration.
939
- *
940
- * This code does its best to normalize the deltas for you:
941
- *
942
- * - spin is trying to normalize how far the wheel was spun (or trackpad
943
- * dragged). This is super useful for zoom support where you want to
944
- * throw away the chunky scroll steps on the PC and make those equal to
945
- * the slow and smooth tiny steps on the Mac. Key data: This code tries to
946
- * resolve a single slow step on a wheel to 1.
947
- *
948
- * - pixel is normalizing the desired scroll delta in pixel units. You'll
949
- * get the crazy differences between browsers, but at least it'll be in
950
- * pixels!
951
- *
952
- * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
953
- * should translate to positive value zooming IN, negative zooming OUT.
954
- * This matches the newer 'wheel' event.
955
- *
956
- * Why are there spinX, spinY (or pixels)?
957
- *
958
- * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
959
- * with a mouse. It results in side-scrolling in the browser by default.
960
- *
961
- * - spinY is what you expect -- it's the classic axis of a mouse wheel.
962
- *
963
- * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
964
- * probably is by browsers in conjunction with fancy 3D controllers .. but
965
- * you know.
966
- *
967
- * Implementation info:
968
- *
969
- * Examples of 'wheel' event if you scroll slowly (down) by one step with an
970
- * average mouse:
971
- *
972
- * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
973
- * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
974
- * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
975
- * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
976
- * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
977
- *
978
- * On the trackpad:
979
- *
980
- * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
981
- * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
982
- *
983
- * On other/older browsers.. it's more complicated as there can be multiple and
984
- * also missing delta values.
985
- *
986
- * The 'wheel' event is more standard:
987
- *
988
- * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
989
- *
990
- * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
991
- * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
992
- * backward compatibility with older events. Those other values help us
993
- * better normalize spin speed. Example of what the browsers provide:
994
- *
995
- * | event.wheelDelta | event.detail
996
- * ------------------+------------------+--------------
997
- * Safari v5/OS X | -120 | 0
998
- * Safari v5/Win7 | -120 | 0
999
- * Chrome v17/OS X | -120 | 0
1000
- * Chrome v17/Win7 | -120 | 0
1001
- * IE9/Win7 | -120 | undefined
1002
- * Firefox v4/OS X | undefined | 1
1003
- * Firefox v4/Win7 | undefined | 3
1004
- *
1005
- */
1006
- function normalizeWheel(/*object*/ event) /*object*/ {
1007
- var sX = 0, sY = 0, // spinX, spinY
1008
- pX = 0, pY = 0; // pixelX, pixelY
1009
-
1010
- // Legacy
1011
- if ('detail' in event) { sY = event.detail; }
1012
- if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
1013
- if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
1014
- if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
1015
-
1016
- // side scrolling on FF with DOMMouseScroll
1017
- if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
1018
- sX = sY;
1019
- sY = 0;
1020
- }
1021
-
1022
- pX = sX * PIXEL_STEP;
1023
- pY = sY * PIXEL_STEP;
1024
-
1025
- if ('deltaY' in event) { pY = event.deltaY; }
1026
- if ('deltaX' in event) { pX = event.deltaX; }
1027
-
1028
- if ((pX || pY) && event.deltaMode) {
1029
- if (event.deltaMode == 1) { // delta in LINE units
1030
- pX *= LINE_HEIGHT;
1031
- pY *= LINE_HEIGHT;
1032
- } else { // delta in PAGE units
1033
- pX *= PAGE_HEIGHT;
1034
- pY *= PAGE_HEIGHT;
1035
- }
1036
- }
1037
-
1038
- // Fall-back if spin cannot be determined
1039
- if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
1040
- if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
1041
-
1042
- return { spinX : sX,
1043
- spinY : sY,
1044
- pixelX : pX,
1045
- pixelY : pY };
1046
- }
1047
-
1048
-
1049
- /**
1050
- * The best combination if you prefer spinX + spinY normalization. It favors
1051
- * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
1052
- * 'wheel' event, making spin speed determination impossible.
1053
- */
1054
- normalizeWheel.getEventType = function() /*string*/ {
1055
- return (UserAgent_DEPRECATED.firefox())
1056
- ? 'DOMMouseScroll'
1057
- : (isEventSupported('wheel'))
1058
- ? 'wheel'
1059
- : 'mousewheel';
1060
- };
1061
-
1062
- module.exports = normalizeWheel;
1063
-
1064
-
1065
- /***/ }),
1066
-
1067
- /***/ 5153:
1068
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1069
-
1070
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1071
- /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1072
- /* harmony export */ });
1073
- /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3492);
1074
- /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4430);
1075
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7985);
1076
- /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2880);
1077
-
1078
-
1079
-
1080
-
1081
- function _toConsumableArray(arr) {
1082
- return (0,_arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr) || (0,_iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__["default"])(arr) || (0,_unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__["default"])(arr) || (0,_nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__["default"])();
1083
- }
1084
-
1085
- /***/ }),
1086
-
1087
- /***/ 5166:
1088
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1089
-
1090
- var x = (y) => {
1091
- var x = {}; __webpack_require__.d(x, y); return x
1092
- }
1093
- var y = (x) => (() => (x))
1094
- module.exports = x({ ["BKPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.BKPopover), ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["capitalize"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.capitalize), ["getFullscreenRoot"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.getFullscreenRoot), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["scrollTop"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.scrollTop), ["useFormItem"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem), ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
1095
-
1096
- /***/ }),
1097
-
1098
- /***/ 5286:
1099
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1100
-
1101
- var x = (y) => {
1102
- var x = {}; __webpack_require__.d(x, y); return x
1103
- }
1104
- var y = (x) => (() => (x))
1105
- 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), ["getCurrentInstance"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance), ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["inject"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.inject), ["mergeProps"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.mergeProps), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["onBeforeUnmount"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["provide"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.provide), ["reactive"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.reactive), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["toRefs"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.toRefs), ["vShow"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.vShow), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
1106
-
1107
- /***/ }),
1108
-
1109
- /***/ 6284:
1110
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1111
-
1112
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1113
- /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
1114
- /* harmony export */ });
1115
- function _arrayLikeToArray(arr, len) {
1116
- if (len == null || len > arr.length) len = arr.length;
1117
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1118
- return arr2;
1119
- }
1120
-
1121
- /***/ }),
1122
-
1123
- /***/ 7416:
1124
- /***/ ((module) => {
1125
-
1126
- /**
1127
- * Copyright 2004-present Facebook. All Rights Reserved.
1128
- *
1129
- * @providesModule UserAgent_DEPRECATED
1130
- */
1131
-
1132
- /**
1133
- * Provides entirely client-side User Agent and OS detection. You should prefer
1134
- * the non-deprecated UserAgent module when possible, which exposes our
1135
- * authoritative server-side PHP-based detection to the client.
1136
- *
1137
- * Usage is straightforward:
1138
- *
1139
- * if (UserAgent_DEPRECATED.ie()) {
1140
- * // IE
1141
- * }
734
+ * if (UserAgent_DEPRECATED.ie()) {
735
+ * // IE
736
+ * }
1142
737
  *
1143
738
  * You can also do version checks:
1144
739
  *
@@ -1296,171 +891,508 @@ var UserAgent_DEPRECATED = {
1296
891
  return UserAgent_DEPRECATED.ie() && _win64;
1297
892
  },
1298
893
 
1299
- /**
1300
- * Check if the UA is Firefox.
1301
- *
1302
- *
1303
- * @return float|NaN Version number (if match) or NaN.
1304
- */
1305
- firefox: function() {
1306
- return _populate() || _firefox;
1307
- },
894
+ /**
895
+ * Check if the UA is Firefox.
896
+ *
897
+ *
898
+ * @return float|NaN Version number (if match) or NaN.
899
+ */
900
+ firefox: function() {
901
+ return _populate() || _firefox;
902
+ },
903
+
904
+
905
+ /**
906
+ * Check if the UA is Opera.
907
+ *
908
+ *
909
+ * @return float|NaN Version number (if match) or NaN.
910
+ */
911
+ opera: function() {
912
+ return _populate() || _opera;
913
+ },
914
+
915
+
916
+ /**
917
+ * Check if the UA is WebKit.
918
+ *
919
+ *
920
+ * @return float|NaN Version number (if match) or NaN.
921
+ */
922
+ webkit: function() {
923
+ return _populate() || _webkit;
924
+ },
925
+
926
+ /**
927
+ * For Push
928
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
929
+ */
930
+ safari: function() {
931
+ return UserAgent_DEPRECATED.webkit();
932
+ },
933
+
934
+ /**
935
+ * Check if the UA is a Chrome browser.
936
+ *
937
+ *
938
+ * @return float|NaN Version number (if match) or NaN.
939
+ */
940
+ chrome : function() {
941
+ return _populate() || _chrome;
942
+ },
943
+
944
+
945
+ /**
946
+ * Check if the user is running Windows.
947
+ *
948
+ * @return bool `true' if the user's OS is Windows.
949
+ */
950
+ windows: function() {
951
+ return _populate() || _windows;
952
+ },
953
+
954
+
955
+ /**
956
+ * Check if the user is running Mac OS X.
957
+ *
958
+ * @return float|bool Returns a float if a version number is detected,
959
+ * otherwise true/false.
960
+ */
961
+ osx: function() {
962
+ return _populate() || _osx;
963
+ },
964
+
965
+ /**
966
+ * Check if the user is running Linux.
967
+ *
968
+ * @return bool `true' if the user's OS is some flavor of Linux.
969
+ */
970
+ linux: function() {
971
+ return _populate() || _linux;
972
+ },
973
+
974
+ /**
975
+ * Check if the user is running on an iPhone or iPod platform.
976
+ *
977
+ * @return bool `true' if the user is running some flavor of the
978
+ * iPhone OS.
979
+ */
980
+ iphone: function() {
981
+ return _populate() || _iphone;
982
+ },
983
+
984
+ mobile: function() {
985
+ return _populate() || (_iphone || _ipad || _android || _mobile);
986
+ },
987
+
988
+ nativeApp: function() {
989
+ // webviews inside of the native apps
990
+ return _populate() || _native;
991
+ },
992
+
993
+ android: function() {
994
+ return _populate() || _android;
995
+ },
996
+
997
+ ipad: function() {
998
+ return _populate() || _ipad;
999
+ }
1000
+ };
1001
+
1002
+ module.exports = UserAgent_DEPRECATED;
1003
+
1004
+
1005
+ /***/ }),
1006
+
1007
+ /***/ 3541:
1008
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1009
+
1010
+ /**
1011
+ * Copyright 2013-2015, Facebook, Inc.
1012
+ * All rights reserved.
1013
+ *
1014
+ * This source code is licensed under the BSD-style license found in the
1015
+ * LICENSE file in the root directory of this source tree. An additional grant
1016
+ * of patent rights can be found in the PATENTS file in the same directory.
1017
+ *
1018
+ * @providesModule isEventSupported
1019
+ */
1020
+
1021
+
1022
+
1023
+ var ExecutionEnvironment = __webpack_require__(7430);
1024
+
1025
+ var useHasFeature;
1026
+ if (ExecutionEnvironment.canUseDOM) {
1027
+ useHasFeature =
1028
+ document.implementation &&
1029
+ document.implementation.hasFeature &&
1030
+ // always returns true in newer browsers as per the standard.
1031
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
1032
+ document.implementation.hasFeature('', '') !== true;
1033
+ }
1034
+
1035
+ /**
1036
+ * Checks if an event is supported in the current execution environment.
1037
+ *
1038
+ * NOTE: This will not work correctly for non-generic events such as `change`,
1039
+ * `reset`, `load`, `error`, and `select`.
1040
+ *
1041
+ * Borrows from Modernizr.
1042
+ *
1043
+ * @param {string} eventNameSuffix Event name, e.g. "click".
1044
+ * @param {?boolean} capture Check if the capture phase is supported.
1045
+ * @return {boolean} True if the event is supported.
1046
+ * @internal
1047
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
1048
+ */
1049
+ function isEventSupported(eventNameSuffix, capture) {
1050
+ if (!ExecutionEnvironment.canUseDOM ||
1051
+ capture && !('addEventListener' in document)) {
1052
+ return false;
1053
+ }
1054
+
1055
+ var eventName = 'on' + eventNameSuffix;
1056
+ var isSupported = eventName in document;
1057
+
1058
+ if (!isSupported) {
1059
+ var element = document.createElement('div');
1060
+ element.setAttribute(eventName, 'return;');
1061
+ isSupported = typeof element[eventName] === 'function';
1062
+ }
1063
+
1064
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
1065
+ // This is the only way to test support for the `wheel` event in IE9+.
1066
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
1067
+ }
1068
+
1069
+ return isSupported;
1070
+ }
1071
+
1072
+ module.exports = isEventSupported;
1073
+
1074
+
1075
+ /***/ }),
1076
+
1077
+ /***/ 2527:
1078
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1079
+
1080
+ /**
1081
+ * Copyright (c) 2015, Facebook, Inc.
1082
+ * All rights reserved.
1083
+ *
1084
+ * This source code is licensed under the BSD-style license found in the
1085
+ * LICENSE file in the root directory of this source tree. An additional grant
1086
+ * of patent rights can be found in the PATENTS file in the same directory.
1087
+ *
1088
+ * @providesModule normalizeWheel
1089
+ * @typechecks
1090
+ */
1091
+
1092
+
1093
+
1094
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
1095
+
1096
+ var isEventSupported = __webpack_require__(3541);
1097
+
1098
+
1099
+ // Reasonable defaults
1100
+ var PIXEL_STEP = 10;
1101
+ var LINE_HEIGHT = 40;
1102
+ var PAGE_HEIGHT = 800;
1103
+
1104
+ /**
1105
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
1106
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
1107
+ * your questions.
1108
+ *
1109
+ * If you need to react to the mouse wheel in a predictable way, this code is
1110
+ * like your bestest friend. * hugs *
1111
+ *
1112
+ * As of today, there are 4 DOM event types you can listen to:
1113
+ *
1114
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
1115
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
1116
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
1117
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
1118
+ *
1119
+ * So what to do? The is the best:
1120
+ *
1121
+ * normalizeWheel.getEventType();
1122
+ *
1123
+ * In your event callback, use this code to get sane interpretation of the
1124
+ * deltas. This code will return an object with properties:
1125
+ *
1126
+ * spinX -- normalized spin speed (use for zoom) - x plane
1127
+ * spinY -- " - y plane
1128
+ * pixelX -- normalized distance (to pixels) - x plane
1129
+ * pixelY -- " - y plane
1130
+ *
1131
+ * Wheel values are provided by the browser assuming you are using the wheel to
1132
+ * scroll a web page by a number of lines or pixels (or pages). Values can vary
1133
+ * significantly on different platforms and browsers, forgetting that you can
1134
+ * scroll at different speeds. Some devices (like trackpads) emit more events
1135
+ * at smaller increments with fine granularity, and some emit massive jumps with
1136
+ * linear speed or acceleration.
1137
+ *
1138
+ * This code does its best to normalize the deltas for you:
1139
+ *
1140
+ * - spin is trying to normalize how far the wheel was spun (or trackpad
1141
+ * dragged). This is super useful for zoom support where you want to
1142
+ * throw away the chunky scroll steps on the PC and make those equal to
1143
+ * the slow and smooth tiny steps on the Mac. Key data: This code tries to
1144
+ * resolve a single slow step on a wheel to 1.
1145
+ *
1146
+ * - pixel is normalizing the desired scroll delta in pixel units. You'll
1147
+ * get the crazy differences between browsers, but at least it'll be in
1148
+ * pixels!
1149
+ *
1150
+ * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
1151
+ * should translate to positive value zooming IN, negative zooming OUT.
1152
+ * This matches the newer 'wheel' event.
1153
+ *
1154
+ * Why are there spinX, spinY (or pixels)?
1155
+ *
1156
+ * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
1157
+ * with a mouse. It results in side-scrolling in the browser by default.
1158
+ *
1159
+ * - spinY is what you expect -- it's the classic axis of a mouse wheel.
1160
+ *
1161
+ * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
1162
+ * probably is by browsers in conjunction with fancy 3D controllers .. but
1163
+ * you know.
1164
+ *
1165
+ * Implementation info:
1166
+ *
1167
+ * Examples of 'wheel' event if you scroll slowly (down) by one step with an
1168
+ * average mouse:
1169
+ *
1170
+ * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
1171
+ * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
1172
+ * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
1173
+ * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
1174
+ * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
1175
+ *
1176
+ * On the trackpad:
1177
+ *
1178
+ * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
1179
+ * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
1180
+ *
1181
+ * On other/older browsers.. it's more complicated as there can be multiple and
1182
+ * also missing delta values.
1183
+ *
1184
+ * The 'wheel' event is more standard:
1185
+ *
1186
+ * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
1187
+ *
1188
+ * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
1189
+ * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
1190
+ * backward compatibility with older events. Those other values help us
1191
+ * better normalize spin speed. Example of what the browsers provide:
1192
+ *
1193
+ * | event.wheelDelta | event.detail
1194
+ * ------------------+------------------+--------------
1195
+ * Safari v5/OS X | -120 | 0
1196
+ * Safari v5/Win7 | -120 | 0
1197
+ * Chrome v17/OS X | -120 | 0
1198
+ * Chrome v17/Win7 | -120 | 0
1199
+ * IE9/Win7 | -120 | undefined
1200
+ * Firefox v4/OS X | undefined | 1
1201
+ * Firefox v4/Win7 | undefined | 3
1202
+ *
1203
+ */
1204
+ function normalizeWheel(/*object*/ event) /*object*/ {
1205
+ var sX = 0, sY = 0, // spinX, spinY
1206
+ pX = 0, pY = 0; // pixelX, pixelY
1207
+
1208
+ // Legacy
1209
+ if ('detail' in event) { sY = event.detail; }
1210
+ if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
1211
+ if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
1212
+ if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
1213
+
1214
+ // side scrolling on FF with DOMMouseScroll
1215
+ if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
1216
+ sX = sY;
1217
+ sY = 0;
1218
+ }
1219
+
1220
+ pX = sX * PIXEL_STEP;
1221
+ pY = sY * PIXEL_STEP;
1222
+
1223
+ if ('deltaY' in event) { pY = event.deltaY; }
1224
+ if ('deltaX' in event) { pX = event.deltaX; }
1225
+
1226
+ if ((pX || pY) && event.deltaMode) {
1227
+ if (event.deltaMode == 1) { // delta in LINE units
1228
+ pX *= LINE_HEIGHT;
1229
+ pY *= LINE_HEIGHT;
1230
+ } else { // delta in PAGE units
1231
+ pX *= PAGE_HEIGHT;
1232
+ pY *= PAGE_HEIGHT;
1233
+ }
1234
+ }
1235
+
1236
+ // Fall-back if spin cannot be determined
1237
+ if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
1238
+ if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
1239
+
1240
+ return { spinX : sX,
1241
+ spinY : sY,
1242
+ pixelX : pX,
1243
+ pixelY : pY };
1244
+ }
1245
+
1308
1246
 
1247
+ /**
1248
+ * The best combination if you prefer spinX + spinY normalization. It favors
1249
+ * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
1250
+ * 'wheel' event, making spin speed determination impossible.
1251
+ */
1252
+ normalizeWheel.getEventType = function() /*string*/ {
1253
+ return (UserAgent_DEPRECATED.firefox())
1254
+ ? 'DOMMouseScroll'
1255
+ : (isEventSupported('wheel'))
1256
+ ? 'wheel'
1257
+ : 'mousewheel';
1258
+ };
1309
1259
 
1310
- /**
1311
- * Check if the UA is Opera.
1312
- *
1313
- *
1314
- * @return float|NaN Version number (if match) or NaN.
1315
- */
1316
- opera: function() {
1317
- return _populate() || _opera;
1318
- },
1260
+ module.exports = normalizeWheel;
1319
1261
 
1320
1262
 
1321
- /**
1322
- * Check if the UA is WebKit.
1323
- *
1324
- *
1325
- * @return float|NaN Version number (if match) or NaN.
1326
- */
1327
- webkit: function() {
1328
- return _populate() || _webkit;
1329
- },
1263
+ /***/ }),
1330
1264
 
1331
- /**
1332
- * For Push
1333
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
1334
- */
1335
- safari: function() {
1336
- return UserAgent_DEPRECATED.webkit();
1337
- },
1265
+ /***/ 563:
1266
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1338
1267
 
1339
- /**
1340
- * Check if the UA is a Chrome browser.
1341
- *
1342
- *
1343
- * @return float|NaN Version number (if match) or NaN.
1344
- */
1345
- chrome : function() {
1346
- return _populate() || _chrome;
1347
- },
1268
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1269
+ var y = x => () => x
1270
+ module.exports = x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover });
1348
1271
 
1272
+ /***/ }),
1349
1273
 
1350
- /**
1351
- * Check if the user is running Windows.
1352
- *
1353
- * @return bool `true' if the user's OS is Windows.
1354
- */
1355
- windows: function() {
1356
- return _populate() || _windows;
1357
- },
1274
+ /***/ 9253:
1275
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1358
1276
 
1277
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1278
+ var y = x => () => x
1279
+ module.exports = x({ ["BKPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.BKPopover, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["capitalize"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.capitalize, ["getFullscreenRoot"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.getFullscreenRoot, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["scrollTop"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.scrollTop, ["useFormItem"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
1359
1280
 
1360
- /**
1361
- * Check if the user is running Mac OS X.
1362
- *
1363
- * @return float|bool Returns a float if a version number is detected,
1364
- * otherwise true/false.
1365
- */
1366
- osx: function() {
1367
- return _populate() || _osx;
1368
- },
1281
+ /***/ }),
1369
1282
 
1370
- /**
1371
- * Check if the user is running Linux.
1372
- *
1373
- * @return bool `true' if the user's OS is some flavor of Linux.
1374
- */
1375
- linux: function() {
1376
- return _populate() || _linux;
1377
- },
1283
+ /***/ 6609:
1284
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1378
1285
 
1379
- /**
1380
- * Check if the user is running on an iPhone or iPod platform.
1381
- *
1382
- * @return bool `true' if the user is running some flavor of the
1383
- * iPhone OS.
1384
- */
1385
- iphone: function() {
1386
- return _populate() || _iphone;
1387
- },
1286
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1287
+ var y = x => () => x
1288
+ 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, ["getCurrentInstance"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["toRefs"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRefs, ["vShow"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vShow, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
1388
1289
 
1389
- mobile: function() {
1390
- return _populate() || (_iphone || _ipad || _android || _mobile);
1391
- },
1290
+ /***/ }),
1392
1291
 
1393
- nativeApp: function() {
1394
- // webviews inside of the native apps
1395
- return _populate() || _native;
1396
- },
1292
+ /***/ 926:
1293
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1397
1294
 
1398
- android: function() {
1399
- return _populate() || _android;
1400
- },
1295
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1296
+ /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
1297
+ /* harmony export */ });
1298
+ function _arrayLikeToArray(arr, len) {
1299
+ if (len == null || len > arr.length) len = arr.length;
1300
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1301
+ return arr2;
1302
+ }
1401
1303
 
1402
- ipad: function() {
1403
- return _populate() || _ipad;
1404
- }
1405
- };
1304
+ /***/ }),
1406
1305
 
1407
- module.exports = UserAgent_DEPRECATED;
1306
+ /***/ 74:
1307
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1308
+
1309
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1310
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
1311
+ /* harmony export */ });
1312
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1408
1313
 
1314
+ function _arrayWithoutHoles(arr) {
1315
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
1316
+ }
1409
1317
 
1410
1318
  /***/ }),
1411
1319
 
1412
- /***/ 7545:
1320
+ /***/ 6666:
1413
1321
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1414
1322
 
1415
1323
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1416
- /* harmony export */ "default": () => (/* binding */ _typeof)
1324
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
1417
1325
  /* harmony export */ });
1418
- function _typeof(o) {
1419
- "@babel/helpers - typeof";
1326
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
1420
1327
 
1421
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1422
- return typeof o;
1423
- } : function (o) {
1424
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1425
- }, _typeof(o);
1328
+ function _defineProperty(obj, key, value) {
1329
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
1330
+ if (key in obj) {
1331
+ Object.defineProperty(obj, key, {
1332
+ value: value,
1333
+ enumerable: true,
1334
+ configurable: true,
1335
+ writable: true
1336
+ });
1337
+ } else {
1338
+ obj[key] = value;
1339
+ }
1340
+ return obj;
1426
1341
  }
1427
1342
 
1428
1343
  /***/ }),
1429
1344
 
1430
- /***/ 7985:
1345
+ /***/ 1079:
1431
1346
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1432
1347
 
1433
1348
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1434
- /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1349
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
1435
1350
  /* harmony export */ });
1436
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
1351
+ function _iterableToArray(iter) {
1352
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1353
+ }
1437
1354
 
1438
- function _unsupportedIterableToArray(o, minLen) {
1439
- if (!o) return;
1440
- if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1441
- var n = Object.prototype.toString.call(o).slice(8, -1);
1442
- if (n === "Object" && o.constructor) n = o.constructor.name;
1443
- if (n === "Map" || n === "Set") return Array.from(o);
1444
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1355
+ /***/ }),
1356
+
1357
+ /***/ 6098:
1358
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1359
+
1360
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1361
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
1362
+ /* harmony export */ });
1363
+ function _nonIterableSpread() {
1364
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1445
1365
  }
1446
1366
 
1447
1367
  /***/ }),
1448
1368
 
1449
- /***/ 8283:
1450
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1369
+ /***/ 7930:
1370
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1371
+
1372
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1373
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1374
+ /* harmony export */ });
1375
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
1376
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
1377
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
1378
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
1379
+
1380
+
1451
1381
 
1452
- module.exports = __webpack_require__(5022);
1453
1382
 
1383
+ function _toConsumableArray(arr) {
1384
+ 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"])();
1385
+ }
1454
1386
 
1455
1387
  /***/ }),
1456
1388
 
1457
- /***/ 9824:
1389
+ /***/ 9745:
1458
1390
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1459
1391
 
1460
1392
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1461
1393
  /* harmony export */ "default": () => (/* binding */ toPrimitive)
1462
1394
  /* harmony export */ });
1463
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
1395
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
1464
1396
 
1465
1397
  function toPrimitive(t, r) {
1466
1398
  if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
@@ -1473,6 +1405,60 @@ function toPrimitive(t, r) {
1473
1405
  return ("string" === r ? String : Number)(t);
1474
1406
  }
1475
1407
 
1408
+ /***/ }),
1409
+
1410
+ /***/ 3795:
1411
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1412
+
1413
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1414
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
1415
+ /* harmony export */ });
1416
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
1417
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
1418
+
1419
+
1420
+ function toPropertyKey(t) {
1421
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
1422
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
1423
+ }
1424
+
1425
+ /***/ }),
1426
+
1427
+ /***/ 6522:
1428
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1429
+
1430
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1431
+ /* harmony export */ "default": () => (/* binding */ _typeof)
1432
+ /* harmony export */ });
1433
+ function _typeof(o) {
1434
+ "@babel/helpers - typeof";
1435
+
1436
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1437
+ return typeof o;
1438
+ } : function (o) {
1439
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1440
+ }, _typeof(o);
1441
+ }
1442
+
1443
+ /***/ }),
1444
+
1445
+ /***/ 9147:
1446
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1447
+
1448
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1449
+ /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1450
+ /* harmony export */ });
1451
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1452
+
1453
+ function _unsupportedIterableToArray(o, minLen) {
1454
+ if (!o) return;
1455
+ if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1456
+ var n = Object.prototype.toString.call(o).slice(8, -1);
1457
+ if (n === "Object" && o.constructor) n = o.constructor.name;
1458
+ if (n === "Map" || n === "Set") return Array.from(o);
1459
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1460
+ }
1461
+
1476
1462
  /***/ })
1477
1463
 
1478
1464
  /******/ });
@@ -1533,6 +1519,8 @@ function toPrimitive(t, r) {
1533
1519
  /******/
1534
1520
  /************************************************************************/
1535
1521
  var __webpack_exports__ = {};
1522
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1523
+ (() => {
1536
1524
 
1537
1525
  // EXPORTS
1538
1526
  __webpack_require__.d(__webpack_exports__, {
@@ -1542,18 +1530,16 @@ __webpack_require__.d(__webpack_exports__, {
1542
1530
  });
1543
1531
 
1544
1532
  // EXTERNAL MODULE: external "../shared"
1545
- var shared_ = __webpack_require__(5166);
1533
+ var shared_ = __webpack_require__(9253);
1546
1534
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1547
- var defineProperty = __webpack_require__(4586);
1535
+ var defineProperty = __webpack_require__(6666);
1548
1536
  // EXTERNAL MODULE: external "vue"
1549
- var external_vue_ = __webpack_require__(5286);
1550
- ;// external "../config-provider"
1551
- var x = (y) => {
1552
- var x = {}; __webpack_require__.d(x, y); return x
1553
- }
1554
- var y = (x) => (() => (x))
1555
- const config_provider_namespaceObject = x({ ["useLocale"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale), ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
1556
- ;// ../../packages/date-picker/src/base/picker-dropdown.tsx
1537
+ var external_vue_ = __webpack_require__(6609);
1538
+ ;// CONCATENATED MODULE: external "../config-provider"
1539
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1540
+ var y = x => () => x
1541
+ const config_provider_namespaceObject = x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
1542
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/base/picker-dropdown.tsx
1557
1543
 
1558
1544
 
1559
1545
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -1562,7 +1548,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1562
1548
  * Tencent is pleased to support the open source community by making
1563
1549
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1564
1550
  *
1565
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1551
+ * Copyright (C) 2025 Tencent. All rights reserved.
1566
1552
  *
1567
1553
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1568
1554
  *
@@ -1804,11 +1790,11 @@ var pickerDropdownProps = {
1804
1790
  }, [(_this$$slots$default = (_this$$slots$default2 = (_this$$slots = this.$slots)["default"]) === null || _this$$slots$default2 === void 0 ? void 0 : _this$$slots$default2.call(_this$$slots)) !== null && _this$$slots$default !== void 0 ? _this$$slots$default : '']);
1805
1791
  }
1806
1792
  }));
1807
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
1793
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
1808
1794
  function _arrayWithHoles(arr) {
1809
1795
  if (Array.isArray(arr)) return arr;
1810
1796
  }
1811
- ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
1797
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
1812
1798
  function _iterableToArrayLimit(r, l) {
1813
1799
  var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1814
1800
  if (null != t) {
@@ -1837,12 +1823,12 @@ function _iterableToArrayLimit(r, l) {
1837
1823
  }
1838
1824
  }
1839
1825
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1840
- var unsupportedIterableToArray = __webpack_require__(7985);
1841
- ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
1826
+ var unsupportedIterableToArray = __webpack_require__(9147);
1827
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
1842
1828
  function _nonIterableRest() {
1843
1829
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1844
1830
  }
1845
- ;// ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
1831
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
1846
1832
 
1847
1833
 
1848
1834
 
@@ -1851,18 +1837,16 @@ function _slicedToArray(arr, i) {
1851
1837
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || (0,unsupportedIterableToArray["default"])(arr, i) || _nonIterableRest();
1852
1838
  }
1853
1839
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1854
- var toConsumableArray = __webpack_require__(5153);
1840
+ var toConsumableArray = __webpack_require__(7930);
1855
1841
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1856
- var esm_typeof = __webpack_require__(7545);
1842
+ var esm_typeof = __webpack_require__(6522);
1857
1843
  // EXTERNAL MODULE: ../../packages/directives/src/index.ts + 7 modules
1858
- var src = __webpack_require__(4193);
1859
- ;// external "../icon"
1860
- var icon_x = (y) => {
1861
- var x = {}; __webpack_require__.d(x, y); return x
1862
- }
1863
- var icon_y = (x) => (() => (x))
1864
- const icon_namespaceObject = icon_x({ ["AngleDoubleLeft"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleLeft), ["AngleDoubleRight"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleRight), ["AngleLeft"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleLeft), ["AngleRight"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleRight), ["Close"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close) });
1865
- ;// ../../packages/date-picker/src/common.tsx
1844
+ var src = __webpack_require__(668);
1845
+ ;// CONCATENATED MODULE: external "../icon"
1846
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1847
+ var icon_y = x => () => x
1848
+ const icon_namespaceObject = icon_x({ ["AngleDoubleLeft"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleLeft, ["AngleDoubleRight"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleRight, ["AngleLeft"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleLeft, ["AngleRight"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleRight, ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close });
1849
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/common.tsx
1866
1850
 
1867
1851
  /*
1868
1852
  * Tencent is pleased to support the open source community by making
@@ -1917,26 +1901,22 @@ var timeIcon = (0,external_vue_.createVNode)(external_vue_.Fragment, null, [(0,e
1917
1901
  "fill": "#c4c6cc",
1918
1902
  "points": "512,512 512,256 448,256 448,512 448,576 512,576 768,576 768,512"
1919
1903
  }, null)])])]);
1920
- ;// external "../button"
1921
- var button_x = (y) => {
1922
- var x = {}; __webpack_require__.d(x, y); return x
1923
- }
1924
- var button_y = (x) => (() => (x))
1925
- const button_namespaceObject = button_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_button_a2ea7c9a__["default"]) });
1926
- ;// external "../button/button.less"
1927
- var button_less_x = (y) => {
1928
- var x = {}; __webpack_require__.d(x, y); return x
1929
- }
1930
- var button_less_y = (x) => (() => (x))
1904
+ ;// CONCATENATED MODULE: external "../button"
1905
+ var button_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1906
+ var button_y = x => () => x
1907
+ const button_namespaceObject = button_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_button_a2ea7c9a__["default"] });
1908
+ ;// CONCATENATED MODULE: external "../button/button.less"
1909
+ var button_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1910
+ var button_less_y = x => () => x
1931
1911
  const button_less_namespaceObject = button_less_x({ });
1932
- ;// ../../packages/date-picker/src/base/confirm.tsx
1912
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/base/confirm.tsx
1933
1913
 
1934
1914
 
1935
1915
  /*
1936
1916
  * Tencent is pleased to support the open source community by making
1937
1917
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1938
1918
  *
1939
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1919
+ * Copyright (C) 2025 Tencent. All rights reserved.
1940
1920
  *
1941
1921
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1942
1922
  *
@@ -2063,24 +2043,20 @@ var confirmProps = {
2063
2043
  }), [this.labels.ok])])]);
2064
2044
  }
2065
2045
  }));
2066
- ;// external "js-calendar"
2067
- var external_js_calendar_x = (y) => {
2068
- var x = {}; __webpack_require__.d(x, y); return x
2069
- }
2070
- var external_js_calendar_y = (x) => (() => (x))
2071
- const external_js_calendar_namespaceObject = external_js_calendar_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_js_calendar_b62d9a01__["default"]) });
2072
- ;// external "date-fns"
2073
- var external_date_fns_x = (y) => {
2074
- var x = {}; __webpack_require__.d(x, y); return x
2075
- }
2076
- var external_date_fns_y = (x) => (() => (x))
2077
- const external_date_fns_namespaceObject = external_date_fns_x({ ["format"]: () => (__WEBPACK_EXTERNAL_MODULE_date_fns_f4130be9__.format), ["toDate"]: () => (__WEBPACK_EXTERNAL_MODULE_date_fns_f4130be9__.toDate) });
2078
- ;// ../../packages/date-picker/src/fecha.ts
2046
+ ;// CONCATENATED MODULE: external "js-calendar"
2047
+ var external_js_calendar_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2048
+ var external_js_calendar_y = x => () => x
2049
+ const external_js_calendar_namespaceObject = external_js_calendar_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_js_calendar_b62d9a01__["default"] });
2050
+ ;// CONCATENATED MODULE: external "date-fns"
2051
+ var external_date_fns_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2052
+ var external_date_fns_y = x => () => x
2053
+ const external_date_fns_namespaceObject = external_date_fns_x({ ["format"]: () => __WEBPACK_EXTERNAL_MODULE_date_fns_f4130be9__.format, ["toDate"]: () => __WEBPACK_EXTERNAL_MODULE_date_fns_f4130be9__.toDate });
2054
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/fecha.ts
2079
2055
  /*
2080
2056
  * Tencent is pleased to support the open source community by making
2081
2057
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2082
2058
  *
2083
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2059
+ * Copyright (C) 2025 Tencent. All rights reserved.
2084
2060
  *
2085
2061
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2086
2062
  *
@@ -2380,13 +2356,13 @@ fecha.parse = function (dateStr, format, i18nSettings) {
2380
2356
  return date;
2381
2357
  };
2382
2358
  /* harmony default export */ const src_fecha = (fecha);
2383
- ;// ../../packages/date-picker/src/utils.ts
2359
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/utils.ts
2384
2360
 
2385
2361
  /*
2386
2362
  * Tencent is pleased to support the open source community by making
2387
2363
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2388
2364
  *
2389
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2365
+ * Copyright (C) 2025 Tencent. All rights reserved.
2390
2366
  *
2391
2367
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2392
2368
  *
@@ -2795,7 +2771,7 @@ var formatDateLabels = function () {
2795
2771
  }();
2796
2772
  var clearHours = function clearHours(time) {
2797
2773
  var cloneDate = new Date(time);
2798
- cloneDate.setHours(0, 0, 0, 0);
2774
+ cloneDate.setHours(23, 59, 59, 999);
2799
2775
  return cloneDate.getTime();
2800
2776
  };
2801
2777
  var isInRange = function isInRange(time, a, b) {
@@ -2816,37 +2792,26 @@ var isInRange = function isInRange(time, a, b) {
2816
2792
  end = _sort2[1];
2817
2793
  return time >= start && time <= end;
2818
2794
  };
2819
- /**
2820
- * firstUpperCase
2821
- *
2822
- * @param {string} str str
2823
- *
2824
- * @return {string} str
2825
- */
2826
- function firstUpperCase(str) {
2795
+ var firstUpperCase = function firstUpperCase(str) {
2827
2796
  return str.toString()[0].toUpperCase() + str.toString().slice(1);
2828
- }
2797
+ };
2829
2798
  /**
2830
2799
  * 根据 date 设置 h, m, s
2831
- *
2832
- * @param {Date} date date 对象
2833
- * @param {number} h 小时数
2834
- * @param {number} m 分钟数
2835
- * @param {number} s 秒数
2836
- *
2837
- * @return {Date} date 对象
2800
+ * @param date Date对象
2801
+ * @param hms [小时数,分钟数,秒数]
2838
2802
  */
2839
2803
  var mergeDateHMS = function mergeDateHMS(date) {
2804
+ var hms = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [0, 0, 0];
2840
2805
  var newDate = new Date(date.getTime());
2841
- newDate.setHours(arguments.length <= 1 ? undefined : arguments[1]);
2842
- newDate.setMinutes(arguments.length <= 2 ? undefined : arguments[2]);
2843
- newDate.setSeconds(arguments.length <= 3 ? undefined : arguments[3]);
2806
+ newDate.setHours(hms[0]);
2807
+ newDate.setMinutes(hms[1]);
2808
+ newDate.setSeconds(hms[2] - 1);
2844
2809
  return newDate;
2845
2810
  };
2846
2811
  var capitalize = function capitalize(str) {
2847
2812
  return str[0].toUpperCase() + str.slice(1);
2848
2813
  };
2849
- ;// ../../packages/date-picker/src/base/date-table.tsx
2814
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/base/date-table.tsx
2850
2815
 
2851
2816
 
2852
2817
 
@@ -2856,7 +2821,7 @@ function date_table_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
2856
2821
  * Tencent is pleased to support the open source community by making
2857
2822
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2858
2823
  *
2859
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2824
+ * Copyright (C) 2025 Tencent. All rights reserved.
2860
2825
  *
2861
2826
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2862
2827
  *
@@ -3012,7 +2977,7 @@ var dateTableProps = {
3012
2977
  })]);
3013
2978
  }
3014
2979
  }));
3015
- ;// ../../packages/date-picker/src/base/month-table.tsx
2980
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/base/month-table.tsx
3016
2981
 
3017
2982
 
3018
2983
 
@@ -3020,7 +2985,7 @@ var dateTableProps = {
3020
2985
  * Tencent is pleased to support the open source community by making
3021
2986
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3022
2987
  *
3023
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2988
+ * Copyright (C) 2025 Tencent. All rights reserved.
3024
2989
  *
3025
2990
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3026
2991
  *
@@ -3192,7 +3157,7 @@ var monthTableProps = {
3192
3157
  })]);
3193
3158
  }
3194
3159
  }));
3195
- ;// ../../packages/date-picker/src/base/year-table.tsx
3160
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/base/year-table.tsx
3196
3161
 
3197
3162
 
3198
3163
 
@@ -3200,7 +3165,7 @@ var monthTableProps = {
3200
3165
  * Tencent is pleased to support the open source community by making
3201
3166
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3202
3167
  *
3203
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3168
+ * Copyright (C) 2025 Tencent. All rights reserved.
3204
3169
  *
3205
3170
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3206
3171
  *
@@ -3371,18 +3336,16 @@ var yearTableProps = {
3371
3336
  );
3372
3337
  }
3373
3338
  }));
3374
- ;// external "lodash/debounce"
3375
- var debounce_x = (y) => {
3376
- var x = {}; __webpack_require__.d(x, y); return x
3377
- }
3378
- var debounce_y = (x) => (() => (x))
3379
- const debounce_namespaceObject = debounce_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"]) });
3380
- ;// ../../packages/date-picker/src/props.ts
3339
+ ;// CONCATENATED MODULE: external "lodash/debounce"
3340
+ var debounce_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
3341
+ var debounce_y = x => () => x
3342
+ const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"] });
3343
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/props.ts
3381
3344
  /*
3382
3345
  * Tencent is pleased to support the open source community by making
3383
3346
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3384
3347
  *
3385
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3348
+ * Copyright (C) 2025 Tencent. All rights reserved.
3386
3349
  *
3387
3350
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3388
3351
  *
@@ -3600,7 +3563,7 @@ var timePickerProps = {
3600
3563
  "default": false
3601
3564
  }
3602
3565
  };
3603
- ;// ../../packages/date-picker/src/base/time-spinner.tsx
3566
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/base/time-spinner.tsx
3604
3567
 
3605
3568
 
3606
3569
  function time_spinner_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -3609,7 +3572,7 @@ function time_spinner_objectSpread(e) { for (var r = 1; r < arguments.length; r+
3609
3572
  * Tencent is pleased to support the open source community by making
3610
3573
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3611
3574
  *
3612
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3575
+ * Copyright (C) 2025 Tencent. All rights reserved.
3613
3576
  *
3614
3577
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3615
3578
  *
@@ -4024,8 +3987,11 @@ var timeParts = ['hours', 'minutes', 'seconds'];
4024
3987
  })])]), [[external_vue_.vShow, this.showSeconds]])]);
4025
3988
  }
4026
3989
  }));
4027
- ;// ../../packages/date-picker/src/panel/time.tsx
4028
-
3990
+ ;// CONCATENATED MODULE: external "lodash/cloneDeep"
3991
+ var cloneDeep_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
3992
+ var cloneDeep_y = x => () => x
3993
+ const cloneDeep_namespaceObject = cloneDeep_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_cloneDeep_13f2b125__["default"] });
3994
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/panel/time.tsx
4029
3995
 
4030
3996
 
4031
3997
  function time_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -4034,7 +4000,7 @@ function time_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
4034
4000
  * Tencent is pleased to support the open source community by making
4035
4001
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4036
4002
  *
4037
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4003
+ * Copyright (C) 2025 Tencent. All rights reserved.
4038
4004
  *
4039
4005
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
4040
4006
  *
@@ -4062,6 +4028,7 @@ function time_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
4062
4028
 
4063
4029
 
4064
4030
 
4031
+
4065
4032
  var timeProps = {
4066
4033
  disabledDate: {
4067
4034
  type: Function,
@@ -4125,7 +4092,7 @@ var timeProps = {
4125
4092
  var showSeconds = (0,external_vue_.computed)(function () {
4126
4093
  return !(props.format || '').match(/mm$/);
4127
4094
  });
4128
- var timeSlots = (0,external_vue_.computed)(function () {
4095
+ var localTimeValues = (0,external_vue_.computed)(function () {
4129
4096
  if (!props.value[0]) {
4130
4097
  return [];
4131
4098
  }
@@ -4144,28 +4111,25 @@ var timeProps = {
4144
4111
  }, {});
4145
4112
  return _disabled;
4146
4113
  }
4147
- var slots = [24, 60, 60];
4114
+ var HMSMax = [24, 60, 60];
4148
4115
  var disabled = ['Hours', 'Minutes', 'Seconds'].map(function (type) {
4149
- return props["disabled".concat(type)];
4116
+ return (0,cloneDeep_namespaceObject["default"])(props["disabled".concat(type)]);
4150
4117
  });
4151
- var disabledHMS = disabled.map(function (preDisabled, j) {
4152
- var slot = slots[j];
4153
- var toDisable = preDisabled;
4154
- var _loop = function _loop(i) {
4155
- var hms = timeSlots.value.map(function (slot, x) {
4156
- return x === j ? i : slot;
4118
+ var disabledHMS = disabled.map(function (currentDisable, disableIndex) {
4119
+ var itemMax = HMSMax[disableIndex];
4120
+ var _loop = function _loop(itemIndex) {
4121
+ var hms = localTimeValues.value.map(function (value, index) {
4122
+ return index === disableIndex ? itemIndex : value;
4157
4123
  });
4158
- var testDateTime = mergeDateHMS.apply(void 0, [state.date].concat((0,toConsumableArray["default"])(hms)));
4159
- if (props.disabledDate(testDateTime, true)) {
4160
- toDisable.push(i);
4124
+ var testDateTime = mergeDateHMS(state.date, hms);
4125
+ if (props.disabledDate(testDateTime)) {
4126
+ currentDisable.push(itemIndex);
4161
4127
  }
4162
4128
  };
4163
- for (var i = 0; i < slot; i += props.steps[j] || 1) {
4164
- _loop(i);
4129
+ for (var itemIndex = 0; itemIndex < itemMax; itemIndex += props.steps[disableIndex] || 1) {
4130
+ _loop(itemIndex);
4165
4131
  }
4166
- return toDisable.filter(function (el, i, arr) {
4167
- return arr.indexOf(el) === i;
4168
- });
4132
+ return currentDisable;
4169
4133
  });
4170
4134
  return disabledTypes.reduce(function (obj, type, i) {
4171
4135
  obj[type] = disabledHMS[i];
@@ -4207,7 +4171,7 @@ var timeProps = {
4207
4171
  return time_objectSpread(time_objectSpread({}, (0,external_vue_.toRefs)(state)), {}, {
4208
4172
  visibleDate: visibleDate,
4209
4173
  showSeconds: showSeconds,
4210
- timeSlots: timeSlots,
4174
+ localTimeValues: localTimeValues,
4211
4175
  disabledHMS: disabledHMS,
4212
4176
  timeSpinnerRef: timeSpinnerRef,
4213
4177
  handlePickClick: handlePickClick,
@@ -4236,9 +4200,9 @@ var timeProps = {
4236
4200
  "disabledMinutes": this.disabledHMS.disabledMinutes,
4237
4201
  "disabledSeconds": this.disabledHMS.disabledSeconds,
4238
4202
  "hideDisabledOptions": this.hideDisabledOptions,
4239
- "hours": this.timeSlots[0],
4240
- "minutes": this.timeSlots[1],
4241
- "seconds": this.timeSlots[2],
4203
+ "hours": this.localTimeValues[0],
4204
+ "minutes": this.localTimeValues[1],
4205
+ "seconds": this.localTimeValues[2],
4242
4206
  "showSeconds": this.showSeconds,
4243
4207
  "steps": this.steps,
4244
4208
  "onChange": this.handleChange,
@@ -4246,7 +4210,7 @@ var timeProps = {
4246
4210
  }, null)])])]);
4247
4211
  }
4248
4212
  }));
4249
- ;// ../../packages/date-picker/src/panel/date.tsx
4213
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/panel/date.tsx
4250
4214
 
4251
4215
 
4252
4216
  function date_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -4255,7 +4219,7 @@ function date_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
4255
4219
  * Tencent is pleased to support the open source community by making
4256
4220
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4257
4221
  *
4258
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4222
+ * Copyright (C) 2025 Tencent. All rights reserved.
4259
4223
  *
4260
4224
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
4261
4225
  *
@@ -4678,7 +4642,7 @@ var datePanelProps = {
4678
4642
  }, [(_this$$slots$shortcut = (_this$$slots$shortcut2 = (_this$$slots = this.$slots).shortcuts) === null || _this$$slots$shortcut2 === void 0 ? void 0 : _this$$slots$shortcut2.call(_this$$slots)) !== null && _this$$slots$shortcut !== void 0 ? _this$$slots$shortcut : null]) : null]);
4679
4643
  }
4680
4644
  }));
4681
- ;// ../../packages/date-picker/src/panel/time-range.tsx
4645
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/panel/time-range.tsx
4682
4646
 
4683
4647
 
4684
4648
 
@@ -4688,7 +4652,7 @@ function time_range_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
4688
4652
  * Tencent is pleased to support the open source community by making
4689
4653
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4690
4654
  *
4691
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4655
+ * Copyright (C) 2025 Tencent. All rights reserved.
4692
4656
  *
4693
4657
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
4694
4658
  *
@@ -4942,7 +4906,7 @@ var timeRangeProps = {
4942
4906
  }, null)])])]);
4943
4907
  }
4944
4908
  }));
4945
- ;// ../../packages/date-picker/src/panel/date-range.tsx
4909
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/panel/date-range.tsx
4946
4910
 
4947
4911
 
4948
4912
 
@@ -4953,7 +4917,7 @@ function date_range_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
4953
4917
  * Tencent is pleased to support the open source community by making
4954
4918
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4955
4919
  *
4956
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4920
+ * Copyright (C) 2025 Tencent. All rights reserved.
4957
4921
  *
4958
4922
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
4959
4923
  *
@@ -5071,7 +5035,7 @@ var dateRangePanelProps = {
5071
5035
  /* harmony default export */ const date_range = ((0,external_vue_.defineComponent)({
5072
5036
  name: 'DateRangePanel',
5073
5037
  props: dateRangePanelProps,
5074
- emits: ['pick', 'pick-success', 'pick-clear', 'pick-click', 'pick-first'],
5038
+ emits: ['pick', 'pick-success', 'pick-clear', 'pick-click', 'pick-first', 'selection-mode-change'],
5075
5039
  setup: function setup(props, _ref) {
5076
5040
  var slots = _ref.slots,
5077
5041
  emit = _ref.emit;
@@ -5366,6 +5330,8 @@ var dateRangePanelProps = {
5366
5330
  var leftMonth = state.leftPanelDate.getMonth();
5367
5331
  var rightMonth = state.rightPanelDate.getMonth();
5368
5332
  var isSameYear = state.leftPanelDate.getFullYear() === state.rightPanelDate.getFullYear();
5333
+ // 抛出选择时间/选择日期面板切换事件
5334
+ emit('selection-mode-change', v);
5369
5335
  if (v === 'date' && isSameYear && leftMonth === rightMonth) {
5370
5336
  changePanelDate('right', 'Month', 1);
5371
5337
  }
@@ -5746,7 +5712,7 @@ var dateRangePanelProps = {
5746
5712
  }, this.$slots) : '']), shortcuts]);
5747
5713
  }
5748
5714
  }));
5749
- ;// ../../packages/date-picker/src/date-picker.tsx
5715
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/date-picker.tsx
5750
5716
 
5751
5717
 
5752
5718
 
@@ -5758,7 +5724,7 @@ function date_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
5758
5724
  * Tencent is pleased to support the open source community by making
5759
5725
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
5760
5726
  *
5761
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
5727
+ * Copyright (C) 2025 Tencent. All rights reserved.
5762
5728
  *
5763
5729
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
5764
5730
  *
@@ -5797,7 +5763,7 @@ function date_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
5797
5763
  clickoutside: src.clickoutside
5798
5764
  },
5799
5765
  props: datePickerProps,
5800
- emits: ['open-change', 'input', 'change', 'update:modelValue', 'clear', 'shortcut-change', 'pick-success', 'pick-first', 'blur', 'focus'],
5766
+ emits: ['open-change', 'input', 'change', 'update:modelValue', 'clear', 'shortcut-change', 'pick-success', 'pick-first', 'blur', 'focus', 'selection-mode-change'],
5801
5767
  // slots: ['header'],
5802
5768
  slots: Object,
5803
5769
  setup: function setup(props, _ref) {
@@ -5860,6 +5826,8 @@ function date_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
5860
5826
  }
5861
5827
  // return ['year', 'month', 'date', 'time'].indexOf(type) > -1 && type;
5862
5828
  state.selectionMode = ['year', 'month', 'date', 'time'].indexOf(type) > -1 && type;
5829
+ // 抛出选择时间/选择日期面板切换事件,处理不同面板自定义交互
5830
+ emit('selection-mode-change', _type);
5863
5831
  return state.selectionMode;
5864
5832
  }
5865
5833
  var publicVModelValue = (0,external_vue_.computed)(function () {
@@ -6236,14 +6204,18 @@ function date_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
6236
6204
  state.internalValue = state.internalValue.map(function () {
6237
6205
  return null;
6238
6206
  });
6239
- emit('clear');
6240
- emitChange(props.type);
6241
- reset();
6242
6207
  state.showClose = false;
6243
6208
  state.shortcut = null;
6209
+ emit('clear');
6210
+ emitChange(props.type);
6244
6211
  setTimeout(function () {
6245
6212
  return onSelectionModeChange(props.type);
6246
6213
  }, 500);
6214
+ // 处理选择快捷项后再选择时间清空后再次打开,currentView面板状态未重置
6215
+ (0,external_vue_.nextTick)(function () {
6216
+ var _pickerPanelRef$value4;
6217
+ pickerPanelRef === null || pickerPanelRef === void 0 || (_pickerPanelRef$value4 = pickerPanelRef.value) === null || _pickerPanelRef$value4 === void 0 || _pickerPanelRef$value4.resetView();
6218
+ });
6247
6219
  };
6248
6220
  var onPickSuccess = function onPickSuccess() {
6249
6221
  var _inputRef$value5;
@@ -6252,9 +6224,10 @@ function date_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
6252
6224
  // v-model 的值还是之前的值
6253
6225
  (0,external_vue_.nextTick)(function () {
6254
6226
  emit('pick-success');
6227
+ // 处理选择快捷项后再选择时间确认后再次打开,currentView面板状态未重置
6228
+ reset();
6255
6229
  });
6256
6230
  inputRef === null || inputRef === void 0 || (_inputRef$value5 = inputRef.value) === null || _inputRef$value5 === void 0 || _inputRef$value5.blur();
6257
- reset();
6258
6231
  };
6259
6232
  var onPick = function onPick(_dates) {
6260
6233
  var visible = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
@@ -6307,8 +6280,8 @@ function date_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
6307
6280
  };
6308
6281
  var triggerRef = (0,external_vue_.ref)(null);
6309
6282
  var handleToggleTime = function handleToggleTime() {
6310
- var _pickerPanelRef$value4, _pickerPanelRef$value5;
6311
- (_pickerPanelRef$value4 = (_pickerPanelRef$value5 = pickerPanelRef.value).handleToggleTime) === null || _pickerPanelRef$value4 === void 0 || _pickerPanelRef$value4.call(_pickerPanelRef$value5);
6283
+ var _pickerPanelRef$value5, _pickerPanelRef$value6;
6284
+ (_pickerPanelRef$value5 = (_pickerPanelRef$value6 = pickerPanelRef.value).handleToggleTime) === null || _pickerPanelRef$value5 === void 0 || _pickerPanelRef$value5.call(_pickerPanelRef$value6);
6312
6285
  };
6313
6286
  var onPickFirst = function onPickFirst(val, type) {
6314
6287
  emit('pick-first', val, type);
@@ -6475,7 +6448,7 @@ function date_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
6475
6448
  })]), [[(0,external_vue_.resolveDirective)("clickoutside"), this.handleClose]]);
6476
6449
  }
6477
6450
  }));
6478
- ;// ../../packages/date-picker/src/time-picker.tsx
6451
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/time-picker.tsx
6479
6452
 
6480
6453
 
6481
6454
 
@@ -6487,7 +6460,7 @@ function time_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
6487
6460
  * Tencent is pleased to support the open source community by making
6488
6461
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
6489
6462
  *
6490
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
6463
+ * Copyright (C) 2025 Tencent. All rights reserved.
6491
6464
  *
6492
6465
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
6493
6466
  *
@@ -7184,12 +7157,12 @@ function time_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
7184
7157
  })]), [[(0,external_vue_.resolveDirective)("clickoutside"), this.handleClose]]);
7185
7158
  }
7186
7159
  }));
7187
- ;// ../../packages/date-picker/src/index.ts
7160
+ ;// CONCATENATED MODULE: ../../packages/date-picker/src/index.ts
7188
7161
  /*
7189
7162
  * Tencent is pleased to support the open source community by making
7190
7163
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
7191
7164
  *
7192
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
7165
+ * Copyright (C) 2025 Tencent. All rights reserved.
7193
7166
  *
7194
7167
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
7195
7168
  *
@@ -7217,6 +7190,8 @@ function time_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
7217
7190
  var BkDatePicker = (0,shared_.withInstall)(date_picker);
7218
7191
  /* harmony default export */ const date_picker_src = (BkDatePicker);
7219
7192
 
7193
+ })();
7194
+
7220
7195
  var __webpack_exports__PickerDropdown = __webpack_exports__.PickerDropdown;
7221
7196
  var __webpack_exports__TimePicker = __webpack_exports__.TimePicker;
7222
7197
  var __webpack_exports__default = __webpack_exports__["default"];