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
package/lib/form/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import "../styles/reset.css";
2
2
  import "./form.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";
@@ -16,181 +16,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_lodash_isDate_b457317b__ from "lodash/isDa
16
16
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_isEmpty_e109fd6b__ from "lodash/isEmpty";
17
17
  /******/ var __webpack_modules__ = ({
18
18
 
19
- /***/ 205:
20
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
21
-
22
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
23
- /* harmony export */ "default": () => (/* binding */ toPropertyKey)
24
- /* harmony export */ });
25
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7545);
26
- /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9824);
27
-
28
-
29
- function toPropertyKey(t) {
30
- var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
31
- return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
32
- }
33
-
34
- /***/ }),
35
-
36
- /***/ 592:
37
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
38
-
39
- var x = (y) => {
40
- var x = {}; __webpack_require__.d(x, y); return x
41
- }
42
- var y = (x) => (() => (x))
43
- module.exports = x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover) });
44
-
45
- /***/ }),
46
-
47
- /***/ 1043:
48
- /***/ ((module) => {
49
-
50
- /**
51
- * Copyright (c) 2015, Facebook, Inc.
52
- * All rights reserved.
53
- *
54
- * This source code is licensed under the BSD-style license found in the
55
- * LICENSE file in the root directory of this source tree. An additional grant
56
- * of patent rights can be found in the PATENTS file in the same directory.
57
- *
58
- * @providesModule ExecutionEnvironment
59
- */
60
-
61
- /*jslint evil: true */
62
-
63
-
64
-
65
- var canUseDOM = !!(
66
- typeof window !== 'undefined' &&
67
- window.document &&
68
- window.document.createElement
69
- );
70
-
71
- /**
72
- * Simple, lightweight module assisting with the detection and context of
73
- * Worker. Helps avoid circular dependencies and allows code to reason about
74
- * whether or not they are in a Worker, even if they never include the main
75
- * `ReactWorker` dependency.
76
- */
77
- var ExecutionEnvironment = {
78
-
79
- canUseDOM: canUseDOM,
80
-
81
- canUseWorkers: typeof Worker !== 'undefined',
82
-
83
- canUseEventListeners:
84
- canUseDOM && !!(window.addEventListener || window.attachEvent),
85
-
86
- canUseViewport: canUseDOM && !!window.screen,
87
-
88
- isInWorker: !canUseDOM // For now, this is true - might change in the future.
89
-
90
- };
91
-
92
- module.exports = ExecutionEnvironment;
93
-
94
-
95
- /***/ }),
96
-
97
- /***/ 2586:
98
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
99
-
100
- /**
101
- * Copyright 2013-2015, Facebook, Inc.
102
- * All rights reserved.
103
- *
104
- * This source code is licensed under the BSD-style license found in the
105
- * LICENSE file in the root directory of this source tree. An additional grant
106
- * of patent rights can be found in the PATENTS file in the same directory.
107
- *
108
- * @providesModule isEventSupported
109
- */
110
-
111
-
112
-
113
- var ExecutionEnvironment = __webpack_require__(1043);
114
-
115
- var useHasFeature;
116
- if (ExecutionEnvironment.canUseDOM) {
117
- useHasFeature =
118
- document.implementation &&
119
- document.implementation.hasFeature &&
120
- // always returns true in newer browsers as per the standard.
121
- // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
122
- document.implementation.hasFeature('', '') !== true;
123
- }
124
-
125
- /**
126
- * Checks if an event is supported in the current execution environment.
127
- *
128
- * NOTE: This will not work correctly for non-generic events such as `change`,
129
- * `reset`, `load`, `error`, and `select`.
130
- *
131
- * Borrows from Modernizr.
132
- *
133
- * @param {string} eventNameSuffix Event name, e.g. "click".
134
- * @param {?boolean} capture Check if the capture phase is supported.
135
- * @return {boolean} True if the event is supported.
136
- * @internal
137
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
138
- */
139
- function isEventSupported(eventNameSuffix, capture) {
140
- if (!ExecutionEnvironment.canUseDOM ||
141
- capture && !('addEventListener' in document)) {
142
- return false;
143
- }
144
-
145
- var eventName = 'on' + eventNameSuffix;
146
- var isSupported = eventName in document;
147
-
148
- if (!isSupported) {
149
- var element = document.createElement('div');
150
- element.setAttribute(eventName, 'return;');
151
- isSupported = typeof element[eventName] === 'function';
152
- }
153
-
154
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
155
- // This is the only way to test support for the `wheel` event in IE9+.
156
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
157
- }
158
-
159
- return isSupported;
160
- }
161
-
162
- module.exports = isEventSupported;
163
-
164
-
165
- /***/ }),
166
-
167
- /***/ 2880:
168
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
169
-
170
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
171
- /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
172
- /* harmony export */ });
173
- function _nonIterableSpread() {
174
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
175
- }
176
-
177
- /***/ }),
178
-
179
- /***/ 3492:
180
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
181
-
182
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
183
- /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
184
- /* harmony export */ });
185
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
186
-
187
- function _arrayWithoutHoles(arr) {
188
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
189
- }
190
-
191
- /***/ }),
192
-
193
- /***/ 4193:
19
+ /***/ 668:
194
20
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
195
21
 
196
22
 
@@ -201,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
201
27
 
202
28
  // UNUSED EXPORTS: bkEllipsis, bkEllipsisInstance, bkLoading, clickoutside, mousewheel, overflowTitle
203
29
 
204
- ;// ../../packages/directives/src/clickoutside.ts
30
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
205
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; } } }; }
206
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); }
207
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; }
@@ -209,7 +35,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
209
35
  * Tencent is pleased to support the open source community by making
210
36
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
211
37
  *
212
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
38
+ * Copyright (C) 2025 Tencent. All rights reserved.
213
39
  *
214
40
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
215
41
  *
@@ -328,16 +154,16 @@ ClickOutside.install = function (app) {
328
154
  };
329
155
  /* harmony default export */ const clickoutside = ((/* unused pure expression or super */ null && (ClickOutside)));
330
156
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
331
- var esm_typeof = __webpack_require__(7545);
157
+ var esm_typeof = __webpack_require__(6522);
332
158
  // EXTERNAL MODULE: external "../popover"
333
- var popover_ = __webpack_require__(592);
334
- ;// ../../packages/directives/src/ellipsis.ts
159
+ var popover_ = __webpack_require__(563);
160
+ ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
335
161
 
336
162
  /*
337
163
  * Tencent is pleased to support the open source community by making
338
164
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
339
165
  *
340
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
166
+ * Copyright (C) 2025 Tencent. All rights reserved.
341
167
  *
342
168
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
343
169
  *
@@ -442,14 +268,14 @@ var ellipsis = {
442
268
  };
443
269
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
444
270
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
445
- var normalize_wheel = __webpack_require__(8283);
271
+ var normalize_wheel = __webpack_require__(2439);
446
272
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
447
- ;// ../../packages/directives/src/mousewheel.ts
273
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
448
274
  /*
449
275
  * Tencent is pleased to support the open source community by making
450
276
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
451
277
  *
452
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
278
+ * Copyright (C) 2025 Tencent. All rights reserved.
453
279
  *
454
280
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
455
281
  *
@@ -487,20 +313,18 @@ var mousewheel = {
487
313
  };
488
314
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
489
315
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
490
- var defineProperty = __webpack_require__(4586);
316
+ var defineProperty = __webpack_require__(6666);
491
317
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
492
- var toConsumableArray = __webpack_require__(5153);
318
+ var toConsumableArray = __webpack_require__(7930);
493
319
  // EXTERNAL MODULE: external "vue"
494
- var external_vue_ = __webpack_require__(5286);
320
+ var external_vue_ = __webpack_require__(6609);
495
321
  // EXTERNAL MODULE: external "../shared"
496
- var shared_ = __webpack_require__(5166);
497
- ;// external "@popperjs/core"
498
- var x = (y) => {
499
- var x = {}; __webpack_require__.d(x, y); return x
500
- }
501
- var y = (x) => (() => (x))
502
- const core_namespaceObject = x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
503
- ;// ../../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
504
328
 
505
329
 
506
330
 
@@ -510,7 +334,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
510
334
  * Tencent is pleased to support the open source community by making
511
335
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
512
336
  *
513
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
337
+ * Copyright (C) 2025 Tencent. All rights reserved.
514
338
  *
515
339
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
516
340
  *
@@ -565,9 +389,6 @@ var tooltips = {
565
389
  hide(el);
566
390
  }, 100);
567
391
  });
568
- el.addEventListener('click', function () {
569
- hide(el);
570
- });
571
392
  popper.addEventListener('mouseleave', function () {
572
393
  clearTimeout(delayTimeout);
573
394
  hideTimeout = setTimeout(function () {
@@ -581,7 +402,7 @@ var tooltips = {
581
402
  show(el);
582
403
  clearTimeout(delayTimeout);
583
404
  }, opts.delay);
584
- } else if (popper.hasAttribute('data-show')) {
405
+ } else if (!el.contains(event.target) && popper.hasAttribute('data-show')) {
585
406
  hide(el);
586
407
  }
587
408
  });
@@ -792,24 +613,20 @@ function hide(el) {
792
613
  }
793
614
  }
794
615
  /* harmony default export */ const src_tooltips = (tooltips);
795
- ;// external "../loading"
796
- var external_loading_x = (y) => {
797
- var x = {}; __webpack_require__.d(x, y); return x
798
- }
799
- 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
800
619
  const external_loading_namespaceObject = external_loading_x({ });
801
- ;// external "../overflow-title"
802
- var external_overflow_title_x = (y) => {
803
- var x = {}; __webpack_require__.d(x, y); return x
804
- }
805
- 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
806
623
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
807
- ;// ../../packages/directives/src/index.ts
624
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
808
625
  /*
809
626
  * Tencent is pleased to support the open source community by making
810
627
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
811
628
  *
812
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
629
+ * Copyright (C) 2025 Tencent. All rights reserved.
813
630
  *
814
631
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
815
632
  *
@@ -840,45 +657,16 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
840
657
 
841
658
  /***/ }),
842
659
 
843
- /***/ 4430:
844
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
845
-
846
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
847
- /* harmony export */ "default": () => (/* binding */ _iterableToArray)
848
- /* harmony export */ });
849
- function _iterableToArray(iter) {
850
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
851
- }
852
-
853
- /***/ }),
854
-
855
- /***/ 4586:
856
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
660
+ /***/ 2439:
661
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
857
662
 
858
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
859
- /* harmony export */ "default": () => (/* binding */ _defineProperty)
860
- /* harmony export */ });
861
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
663
+ module.exports = __webpack_require__(2527);
862
664
 
863
- function _defineProperty(obj, key, value) {
864
- key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
865
- if (key in obj) {
866
- Object.defineProperty(obj, key, {
867
- value: value,
868
- enumerable: true,
869
- configurable: true,
870
- writable: true
871
- });
872
- } else {
873
- obj[key] = value;
874
- }
875
- return obj;
876
- }
877
665
 
878
666
  /***/ }),
879
667
 
880
- /***/ 5022:
881
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
668
+ /***/ 7430:
669
+ /***/ ((module) => {
882
670
 
883
671
  /**
884
672
  * Copyright (c) 2015, Facebook, Inc.
@@ -888,258 +676,64 @@ function _defineProperty(obj, key, value) {
888
676
  * LICENSE file in the root directory of this source tree. An additional grant
889
677
  * of patent rights can be found in the PATENTS file in the same directory.
890
678
  *
891
- * @providesModule normalizeWheel
892
- * @typechecks
679
+ * @providesModule ExecutionEnvironment
893
680
  */
894
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 = {
895
699
 
700
+ canUseDOM: canUseDOM,
896
701
 
897
- var UserAgent_DEPRECATED = __webpack_require__(7416);
702
+ canUseWorkers: typeof Worker !== 'undefined',
898
703
 
899
- var isEventSupported = __webpack_require__(2586);
704
+ canUseEventListeners:
705
+ canUseDOM && !!(window.addEventListener || window.attachEvent),
900
706
 
707
+ canUseViewport: canUseDOM && !!window.screen,
901
708
 
902
- // Reasonable defaults
903
- var PIXEL_STEP = 10;
904
- var LINE_HEIGHT = 40;
905
- 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) => {
906
720
 
907
721
  /**
908
- * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
909
- * complicated, thus this doc is long and (hopefully) detailed enough to answer
910
- * your questions.
722
+ * Copyright 2004-present Facebook. All Rights Reserved.
911
723
  *
912
- * If you need to react to the mouse wheel in a predictable way, this code is
913
- * 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.
914
731
  *
915
- * As of today, there are 4 DOM event types you can listen to:
732
+ * Usage is straightforward:
916
733
  *
917
- * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
918
- * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
919
- * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
920
- * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
921
- *
922
- * So what to do? The is the best:
923
- *
924
- * normalizeWheel.getEventType();
925
- *
926
- * In your event callback, use this code to get sane interpretation of the
927
- * deltas. This code will return an object with properties:
928
- *
929
- * spinX -- normalized spin speed (use for zoom) - x plane
930
- * spinY -- " - y plane
931
- * pixelX -- normalized distance (to pixels) - x plane
932
- * pixelY -- " - y plane
933
- *
934
- * Wheel values are provided by the browser assuming you are using the wheel to
935
- * scroll a web page by a number of lines or pixels (or pages). Values can vary
936
- * significantly on different platforms and browsers, forgetting that you can
937
- * scroll at different speeds. Some devices (like trackpads) emit more events
938
- * at smaller increments with fine granularity, and some emit massive jumps with
939
- * linear speed or acceleration.
940
- *
941
- * This code does its best to normalize the deltas for you:
942
- *
943
- * - spin is trying to normalize how far the wheel was spun (or trackpad
944
- * dragged). This is super useful for zoom support where you want to
945
- * throw away the chunky scroll steps on the PC and make those equal to
946
- * the slow and smooth tiny steps on the Mac. Key data: This code tries to
947
- * resolve a single slow step on a wheel to 1.
948
- *
949
- * - pixel is normalizing the desired scroll delta in pixel units. You'll
950
- * get the crazy differences between browsers, but at least it'll be in
951
- * pixels!
952
- *
953
- * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
954
- * should translate to positive value zooming IN, negative zooming OUT.
955
- * This matches the newer 'wheel' event.
956
- *
957
- * Why are there spinX, spinY (or pixels)?
958
- *
959
- * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
960
- * with a mouse. It results in side-scrolling in the browser by default.
961
- *
962
- * - spinY is what you expect -- it's the classic axis of a mouse wheel.
963
- *
964
- * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
965
- * probably is by browsers in conjunction with fancy 3D controllers .. but
966
- * you know.
967
- *
968
- * Implementation info:
969
- *
970
- * Examples of 'wheel' event if you scroll slowly (down) by one step with an
971
- * average mouse:
972
- *
973
- * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
974
- * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
975
- * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
976
- * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
977
- * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
978
- *
979
- * On the trackpad:
980
- *
981
- * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
982
- * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
983
- *
984
- * On other/older browsers.. it's more complicated as there can be multiple and
985
- * also missing delta values.
986
- *
987
- * The 'wheel' event is more standard:
988
- *
989
- * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
990
- *
991
- * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
992
- * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
993
- * backward compatibility with older events. Those other values help us
994
- * better normalize spin speed. Example of what the browsers provide:
995
- *
996
- * | event.wheelDelta | event.detail
997
- * ------------------+------------------+--------------
998
- * Safari v5/OS X | -120 | 0
999
- * Safari v5/Win7 | -120 | 0
1000
- * Chrome v17/OS X | -120 | 0
1001
- * Chrome v17/Win7 | -120 | 0
1002
- * IE9/Win7 | -120 | undefined
1003
- * Firefox v4/OS X | undefined | 1
1004
- * Firefox v4/Win7 | undefined | 3
1005
- *
1006
- */
1007
- function normalizeWheel(/*object*/ event) /*object*/ {
1008
- var sX = 0, sY = 0, // spinX, spinY
1009
- pX = 0, pY = 0; // pixelX, pixelY
1010
-
1011
- // Legacy
1012
- if ('detail' in event) { sY = event.detail; }
1013
- if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
1014
- if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
1015
- if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
1016
-
1017
- // side scrolling on FF with DOMMouseScroll
1018
- if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
1019
- sX = sY;
1020
- sY = 0;
1021
- }
1022
-
1023
- pX = sX * PIXEL_STEP;
1024
- pY = sY * PIXEL_STEP;
1025
-
1026
- if ('deltaY' in event) { pY = event.deltaY; }
1027
- if ('deltaX' in event) { pX = event.deltaX; }
1028
-
1029
- if ((pX || pY) && event.deltaMode) {
1030
- if (event.deltaMode == 1) { // delta in LINE units
1031
- pX *= LINE_HEIGHT;
1032
- pY *= LINE_HEIGHT;
1033
- } else { // delta in PAGE units
1034
- pX *= PAGE_HEIGHT;
1035
- pY *= PAGE_HEIGHT;
1036
- }
1037
- }
1038
-
1039
- // Fall-back if spin cannot be determined
1040
- if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
1041
- if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
1042
-
1043
- return { spinX : sX,
1044
- spinY : sY,
1045
- pixelX : pX,
1046
- pixelY : pY };
1047
- }
1048
-
1049
-
1050
- /**
1051
- * The best combination if you prefer spinX + spinY normalization. It favors
1052
- * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
1053
- * 'wheel' event, making spin speed determination impossible.
1054
- */
1055
- normalizeWheel.getEventType = function() /*string*/ {
1056
- return (UserAgent_DEPRECATED.firefox())
1057
- ? 'DOMMouseScroll'
1058
- : (isEventSupported('wheel'))
1059
- ? 'wheel'
1060
- : 'mousewheel';
1061
- };
1062
-
1063
- module.exports = normalizeWheel;
1064
-
1065
-
1066
- /***/ }),
1067
-
1068
- /***/ 5153:
1069
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1070
-
1071
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1072
- /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1073
- /* harmony export */ });
1074
- /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3492);
1075
- /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4430);
1076
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7985);
1077
- /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2880);
1078
-
1079
-
1080
-
1081
-
1082
- function _toConsumableArray(arr) {
1083
- 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"])();
1084
- }
1085
-
1086
- /***/ }),
1087
-
1088
- /***/ 5166:
1089
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1090
-
1091
- var x = (y) => {
1092
- var x = {}; __webpack_require__.d(x, y); return x
1093
- }
1094
- var y = (x) => (() => (x))
1095
- module.exports = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["classes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes), ["formItemKey"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.formItemKey), ["formKey"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.formKey), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["useForm"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useForm), ["useFormItem"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem), ["withInstallProps"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps) });
1096
-
1097
- /***/ }),
1098
-
1099
- /***/ 5286:
1100
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1101
-
1102
- var x = (y) => {
1103
- var x = {}; __webpack_require__.d(x, y); return x
1104
- }
1105
- var y = (x) => (() => (x))
1106
- module.exports = x({ ["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), ["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), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["toRefs"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.toRefs), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
1107
-
1108
- /***/ }),
1109
-
1110
- /***/ 6284:
1111
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1112
-
1113
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1114
- /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
1115
- /* harmony export */ });
1116
- function _arrayLikeToArray(arr, len) {
1117
- if (len == null || len > arr.length) len = arr.length;
1118
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1119
- return arr2;
1120
- }
1121
-
1122
- /***/ }),
1123
-
1124
- /***/ 7416:
1125
- /***/ ((module) => {
1126
-
1127
- /**
1128
- * Copyright 2004-present Facebook. All Rights Reserved.
1129
- *
1130
- * @providesModule UserAgent_DEPRECATED
1131
- */
1132
-
1133
- /**
1134
- * Provides entirely client-side User Agent and OS detection. You should prefer
1135
- * the non-deprecated UserAgent module when possible, which exposes our
1136
- * authoritative server-side PHP-based detection to the client.
1137
- *
1138
- * Usage is straightforward:
1139
- *
1140
- * if (UserAgent_DEPRECATED.ie()) {
1141
- * // IE
1142
- * }
734
+ * if (UserAgent_DEPRECATED.ie()) {
735
+ * // IE
736
+ * }
1143
737
  *
1144
738
  * You can also do version checks:
1145
739
  *
@@ -1288,180 +882,517 @@ var UserAgent_DEPRECATED = {
1288
882
  },
1289
883
 
1290
884
 
1291
- /**
1292
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
1293
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
1294
- * this when we don't need it -- tracked by #601957.
1295
- */
1296
- ie64: function() {
1297
- return UserAgent_DEPRECATED.ie() && _win64;
1298
- },
885
+ /**
886
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
887
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
888
+ * this when we don't need it -- tracked by #601957.
889
+ */
890
+ ie64: function() {
891
+ return UserAgent_DEPRECATED.ie() && _win64;
892
+ },
893
+
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
+ }
1299
1245
 
1300
- /**
1301
- * Check if the UA is Firefox.
1302
- *
1303
- *
1304
- * @return float|NaN Version number (if match) or NaN.
1305
- */
1306
- firefox: function() {
1307
- return _populate() || _firefox;
1308
- },
1309
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
+ };
1310
1259
 
1311
- /**
1312
- * Check if the UA is Opera.
1313
- *
1314
- *
1315
- * @return float|NaN Version number (if match) or NaN.
1316
- */
1317
- opera: function() {
1318
- return _populate() || _opera;
1319
- },
1260
+ module.exports = normalizeWheel;
1320
1261
 
1321
1262
 
1322
- /**
1323
- * Check if the UA is WebKit.
1324
- *
1325
- *
1326
- * @return float|NaN Version number (if match) or NaN.
1327
- */
1328
- webkit: function() {
1329
- return _populate() || _webkit;
1330
- },
1263
+ /***/ }),
1331
1264
 
1332
- /**
1333
- * For Push
1334
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
1335
- */
1336
- safari: function() {
1337
- return UserAgent_DEPRECATED.webkit();
1338
- },
1265
+ /***/ 563:
1266
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1339
1267
 
1340
- /**
1341
- * Check if the UA is a Chrome browser.
1342
- *
1343
- *
1344
- * @return float|NaN Version number (if match) or NaN.
1345
- */
1346
- chrome : function() {
1347
- return _populate() || _chrome;
1348
- },
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 });
1349
1271
 
1272
+ /***/ }),
1350
1273
 
1351
- /**
1352
- * Check if the user is running Windows.
1353
- *
1354
- * @return bool `true' if the user's OS is Windows.
1355
- */
1356
- windows: function() {
1357
- return _populate() || _windows;
1358
- },
1274
+ /***/ 9253:
1275
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1359
1276
 
1277
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1278
+ var y = x => () => x
1279
+ module.exports = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes, ["formItemKey"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.formItemKey, ["formKey"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.formKey, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["useForm"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useForm, ["useFormItem"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps });
1360
1280
 
1361
- /**
1362
- * Check if the user is running Mac OS X.
1363
- *
1364
- * @return float|bool Returns a float if a version number is detected,
1365
- * otherwise true/false.
1366
- */
1367
- osx: function() {
1368
- return _populate() || _osx;
1369
- },
1281
+ /***/ }),
1370
1282
 
1371
- /**
1372
- * Check if the user is running Linux.
1373
- *
1374
- * @return bool `true' if the user's OS is some flavor of Linux.
1375
- */
1376
- linux: function() {
1377
- return _populate() || _linux;
1378
- },
1283
+ /***/ 6609:
1284
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1379
1285
 
1380
- /**
1381
- * Check if the user is running on an iPhone or iPod platform.
1382
- *
1383
- * @return bool `true' if the user is running some flavor of the
1384
- * iPhone OS.
1385
- */
1386
- iphone: function() {
1387
- return _populate() || _iphone;
1388
- },
1286
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1287
+ var y = x => () => x
1288
+ module.exports = x({ ["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, ["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, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["toRefs"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRefs, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
1389
1289
 
1390
- mobile: function() {
1391
- return _populate() || (_iphone || _ipad || _android || _mobile);
1392
- },
1290
+ /***/ }),
1393
1291
 
1394
- nativeApp: function() {
1395
- // webviews inside of the native apps
1396
- return _populate() || _native;
1397
- },
1292
+ /***/ 926:
1293
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1398
1294
 
1399
- android: function() {
1400
- return _populate() || _android;
1401
- },
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
+ }
1402
1303
 
1403
- ipad: function() {
1404
- return _populate() || _ipad;
1405
- }
1406
- };
1304
+ /***/ }),
1407
1305
 
1408
- 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);
1409
1313
 
1314
+ function _arrayWithoutHoles(arr) {
1315
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
1316
+ }
1410
1317
 
1411
1318
  /***/ }),
1412
1319
 
1413
- /***/ 7545:
1320
+ /***/ 6666:
1414
1321
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1415
1322
 
1416
1323
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1417
- /* harmony export */ "default": () => (/* binding */ _typeof)
1324
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
1418
1325
  /* harmony export */ });
1419
- function _typeof(o) {
1420
- "@babel/helpers - typeof";
1326
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
1421
1327
 
1422
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1423
- return typeof o;
1424
- } : function (o) {
1425
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1426
- }, _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;
1427
1341
  }
1428
1342
 
1429
1343
  /***/ }),
1430
1344
 
1431
- /***/ 7985:
1345
+ /***/ 1079:
1432
1346
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1433
1347
 
1434
1348
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1435
- /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1349
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
1436
1350
  /* harmony export */ });
1437
- /* 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
+ }
1438
1354
 
1439
- function _unsupportedIterableToArray(o, minLen) {
1440
- if (!o) return;
1441
- if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1442
- var n = Object.prototype.toString.call(o).slice(8, -1);
1443
- if (n === "Object" && o.constructor) n = o.constructor.name;
1444
- if (n === "Map" || n === "Set") return Array.from(o);
1445
- 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.");
1446
1365
  }
1447
1366
 
1448
1367
  /***/ }),
1449
1368
 
1450
- /***/ 8283:
1451
- /***/ ((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
+
1452
1380
 
1453
- module.exports = __webpack_require__(5022);
1454
1381
 
1455
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
+ }
1386
+
1456
1387
  /***/ }),
1457
1388
 
1458
- /***/ 9824:
1389
+ /***/ 9745:
1459
1390
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1460
1391
 
1461
1392
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1462
1393
  /* harmony export */ "default": () => (/* binding */ toPrimitive)
1463
1394
  /* harmony export */ });
1464
- /* 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);
1465
1396
 
1466
1397
  function toPrimitive(t, r) {
1467
1398
  if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
@@ -1474,6 +1405,60 @@ function toPrimitive(t, r) {
1474
1405
  return ("string" === r ? String : Number)(t);
1475
1406
  }
1476
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
+
1477
1462
  /***/ })
1478
1463
 
1479
1464
  /******/ });
@@ -1534,6 +1519,8 @@ function toPrimitive(t, r) {
1534
1519
  /******/
1535
1520
  /************************************************************************/
1536
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
+ (() => {
1537
1524
 
1538
1525
  // EXPORTS
1539
1526
  __webpack_require__.d(__webpack_exports__, {
@@ -1547,21 +1534,19 @@ __webpack_require__.d(__webpack_exports__, {
1547
1534
  });
1548
1535
 
1549
1536
  // EXTERNAL MODULE: external "../shared"
1550
- var shared_ = __webpack_require__(5166);
1537
+ var shared_ = __webpack_require__(9253);
1551
1538
  // EXTERNAL MODULE: external "vue"
1552
- var external_vue_ = __webpack_require__(5286);
1553
- ;// external "../config-provider"
1554
- var x = (y) => {
1555
- var x = {}; __webpack_require__.d(x, y); return x
1556
- }
1557
- var y = (x) => (() => (x))
1558
- 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) });
1559
- ;// ../../packages/form/src/compose-form-item.tsx
1539
+ var external_vue_ = __webpack_require__(6609);
1540
+ ;// CONCATENATED MODULE: external "../config-provider"
1541
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1542
+ var y = x => () => x
1543
+ 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 });
1544
+ ;// CONCATENATED MODULE: ../../packages/form/src/compose-form-item.tsx
1560
1545
  /*
1561
1546
  * Tencent is pleased to support the open source community by making
1562
1547
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1563
1548
  *
1564
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1549
+ * Copyright (C) 2025 Tencent. All rights reserved.
1565
1550
  *
1566
1551
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1567
1552
  *
@@ -1663,20 +1648,16 @@ var isCustomComponent = function isCustomComponent(node) {
1663
1648
  }
1664
1649
  }));
1665
1650
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1666
- var defineProperty = __webpack_require__(4586);
1667
- ;// external "lodash/isBoolean"
1668
- var isBoolean_x = (y) => {
1669
- var x = {}; __webpack_require__.d(x, y); return x
1670
- }
1671
- var isBoolean_y = (x) => (() => (x))
1672
- const isBoolean_namespaceObject = isBoolean_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isBoolean_dcb66997__["default"]) });
1673
- ;// external "lodash/isString"
1674
- var isString_x = (y) => {
1675
- var x = {}; __webpack_require__.d(x, y); return x
1676
- }
1677
- var isString_y = (x) => (() => (x))
1678
- const isString_namespaceObject = isString_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isString_e6fa8a5b__["default"]) });
1679
- ;// ../../packages/form/src/form.tsx
1651
+ var defineProperty = __webpack_require__(6666);
1652
+ ;// CONCATENATED MODULE: external "lodash/isBoolean"
1653
+ var isBoolean_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1654
+ var isBoolean_y = x => () => x
1655
+ const isBoolean_namespaceObject = isBoolean_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isBoolean_dcb66997__["default"] });
1656
+ ;// CONCATENATED MODULE: external "lodash/isString"
1657
+ var isString_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1658
+ var isString_y = x => () => x
1659
+ const isString_namespaceObject = isString_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isString_e6fa8a5b__["default"] });
1660
+ ;// CONCATENATED MODULE: ../../packages/form/src/form.tsx
1680
1661
 
1681
1662
 
1682
1663
  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; }
@@ -1685,7 +1666,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1685
1666
  * Tencent is pleased to support the open source community by making
1686
1667
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1687
1668
  *
1688
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1669
+ * Copyright (C) 2025 Tencent. All rights reserved.
1689
1670
  *
1690
1671
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1691
1672
  *
@@ -1842,33 +1823,27 @@ var formEvents = {
1842
1823
  }
1843
1824
  }));
1844
1825
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1845
- var toConsumableArray = __webpack_require__(5153);
1826
+ var toConsumableArray = __webpack_require__(7930);
1846
1827
  // EXTERNAL MODULE: ../../packages/directives/src/index.ts + 7 modules
1847
- var src = __webpack_require__(4193);
1848
- ;// external "../icon"
1849
- var icon_x = (y) => {
1850
- var x = {}; __webpack_require__.d(x, y); return x
1851
- }
1852
- var icon_y = (x) => (() => (x))
1853
- const icon_namespaceObject = icon_x({ ["ExclamationCircleShape"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.ExclamationCircleShape) });
1854
- ;// external "lodash/get"
1855
- var get_x = (y) => {
1856
- var x = {}; __webpack_require__.d(x, y); return x
1857
- }
1858
- var get_y = (x) => (() => (x))
1859
- const get_namespaceObject = get_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_get_9427f899__["default"]) });
1860
- ;// external "lodash/isFunction"
1861
- var isFunction_x = (y) => {
1862
- var x = {}; __webpack_require__.d(x, y); return x
1863
- }
1864
- var isFunction_y = (x) => (() => (x))
1865
- const isFunction_namespaceObject = isFunction_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isFunction_f90b20d6__["default"]) });
1866
- ;// ../../packages/form/src/utils.ts
1828
+ var src = __webpack_require__(668);
1829
+ ;// CONCATENATED MODULE: external "../icon"
1830
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1831
+ var icon_y = x => () => x
1832
+ const icon_namespaceObject = icon_x({ ["ExclamationCircleShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.ExclamationCircleShape });
1833
+ ;// CONCATENATED MODULE: external "lodash/get"
1834
+ var get_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1835
+ var get_y = x => () => x
1836
+ const get_namespaceObject = get_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_get_9427f899__["default"] });
1837
+ ;// CONCATENATED MODULE: external "lodash/isFunction"
1838
+ var isFunction_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1839
+ var isFunction_y = x => () => x
1840
+ const isFunction_namespaceObject = isFunction_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isFunction_f90b20d6__["default"] });
1841
+ ;// CONCATENATED MODULE: ../../packages/form/src/utils.ts
1867
1842
  /*
1868
1843
  * Tencent is pleased to support the open source community by making
1869
1844
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1870
1845
  *
1871
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1846
+ * Copyright (C) 2025 Tencent. All rights reserved.
1872
1847
  *
1873
1848
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1874
1849
  *
@@ -1895,24 +1870,20 @@ var getRuleMessage = function getRuleMessage(rule) {
1895
1870
  }
1896
1871
  return rule.message;
1897
1872
  };
1898
- ;// external "lodash/isDate"
1899
- var isDate_x = (y) => {
1900
- var x = {}; __webpack_require__.d(x, y); return x
1901
- }
1902
- var isDate_y = (x) => (() => (x))
1903
- const isDate_namespaceObject = isDate_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isDate_b457317b__["default"]) });
1904
- ;// external "lodash/isEmpty"
1905
- var isEmpty_x = (y) => {
1906
- var x = {}; __webpack_require__.d(x, y); return x
1907
- }
1908
- var isEmpty_y = (x) => (() => (x))
1909
- const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isEmpty_e109fd6b__["default"]) });
1910
- ;// ../../packages/form/src/validator.ts
1873
+ ;// CONCATENATED MODULE: external "lodash/isDate"
1874
+ var isDate_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1875
+ var isDate_y = x => () => x
1876
+ const isDate_namespaceObject = isDate_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isDate_b457317b__["default"] });
1877
+ ;// CONCATENATED MODULE: external "lodash/isEmpty"
1878
+ var isEmpty_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1879
+ var isEmpty_y = x => () => x
1880
+ const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isEmpty_e109fd6b__["default"] });
1881
+ ;// CONCATENATED MODULE: ../../packages/form/src/validator.ts
1911
1882
  /*
1912
1883
  * Tencent is pleased to support the open source community by making
1913
1884
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1914
1885
  *
1915
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1886
+ * Copyright (C) 2025 Tencent. All rights reserved.
1916
1887
  *
1917
1888
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1918
1889
  *
@@ -1960,7 +1931,7 @@ const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => (__WEBPACK_EXTERN
1960
1931
  return result;
1961
1932
  }
1962
1933
  });
1963
- ;// ../../packages/form/src/form-item.tsx
1934
+ ;// CONCATENATED MODULE: ../../packages/form/src/form-item.tsx
1964
1935
 
1965
1936
 
1966
1937
 
@@ -1970,7 +1941,7 @@ function form_item_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
1970
1941
  * Tencent is pleased to support the open source community by making
1971
1942
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1972
1943
  *
1973
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1944
+ * Copyright (C) 2025 Tencent. All rights reserved.
1974
1945
  *
1975
1946
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1976
1947
  *
@@ -2001,6 +1972,7 @@ function form_item_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
2001
1972
 
2002
1973
 
2003
1974
  var formItemProps = {
1975
+ itemType: shared_.PropTypes.oneOf(['default', 'vertical']),
2004
1976
  label: shared_.PropTypes.string,
2005
1977
  labelWidth: shared_.PropTypes.oneOfType([Number, String]),
2006
1978
  labelPosition: shared_.PropTypes.oneOf(['left', 'center', 'right']),
@@ -2012,7 +1984,8 @@ var formItemProps = {
2012
1984
  maxlength: shared_.PropTypes.number,
2013
1985
  rules: shared_.PropTypes.array,
2014
1986
  description: shared_.PropTypes.string,
2015
- errorDisplayType: shared_.PropTypes.oneOf(['tooltips', 'normal']).def('normal')
1987
+ errorDisplayType: shared_.PropTypes.oneOf(['tooltips', 'normal']).def('normal'),
1988
+ errorTipAppendToParent: shared_.PropTypes.bool.def(false)
2016
1989
  };
2017
1990
  var hasOwn = function hasOwn(obj, key) {
2018
1991
  return Object.prototype.hasOwnProperty.call(obj, key);
@@ -2155,7 +2128,7 @@ var isValid = function isValid(value) {
2155
2128
  if (!isForm) {
2156
2129
  return false;
2157
2130
  }
2158
- return form.props.formType === 'vertical';
2131
+ return form.props.formType === 'vertical' || props.itemType === 'vertical';
2159
2132
  });
2160
2133
  var isShowLabel = (0,external_vue_.computed)(function () {
2161
2134
  if (props.label || context.slots.label) {
@@ -2245,19 +2218,18 @@ var isValid = function isValid(value) {
2245
2218
  state.errorMessage = errorMessage;
2246
2219
  }
2247
2220
  form.emit('validate', props.property, false, errorMessage);
2248
- return Promise.reject(state.errorMessage);
2249
2221
  });
2250
2222
  }
2251
2223
  // 同步验证失败
2252
- if (result === false) {
2253
- var errorMessage = getRuleMessage(rule);
2224
+ if (Boolean(result) === false || typeof result === 'string') {
2225
+ var errorMessage = typeof result === 'string' ? result : getRuleMessage(rule);
2254
2226
  if (showError) {
2255
2227
  state.isError = true;
2256
2228
  // 验证结果返回的是 String 表示验证失败,返回结果作为错误信息
2257
- state.errorMessage = typeof result === 'string' ? result : errorMessage;
2229
+ state.errorMessage = errorMessage;
2258
2230
  }
2259
2231
  form.emit('validate', props.property, false, errorMessage);
2260
- return Promise.reject(state.errorMessage);
2232
+ return Promise.reject(errorMessage);
2261
2233
  }
2262
2234
  // 下一步
2263
2235
  return doValidate();
@@ -2305,7 +2277,7 @@ var isValid = function isValid(value) {
2305
2277
  _this$$slots,
2306
2278
  _this$$slots$default,
2307
2279
  _this$$slots2;
2308
- var itemClassees = (0,shared_.classes)((0,defineProperty["default"])((0,defineProperty["default"])((0,defineProperty["default"])({}, "".concat(this.resolveClassName('form-item')), true), 'is-error', this.isError), 'is-required', this.required));
2280
+ var itemClassees = (0,shared_.classes)((0,defineProperty["default"])((0,defineProperty["default"])((0,defineProperty["default"])((0,defineProperty["default"])({}, "".concat(this.resolveClassName('form-item')), true), "".concat(this.resolveClassName("form-item--".concat(this.itemType))), Boolean(this.itemType)), 'is-error', this.isError), 'is-required', this.required));
2309
2281
  var renderLabel = function renderLabel() {
2310
2282
  if (_this.$slots.label) {
2311
2283
  return (0,external_vue_.createVNode)("span", null, [_this.$slots.label()]);
@@ -2327,7 +2299,10 @@ var isValid = function isValid(value) {
2327
2299
  if (_this.errorDisplayType === 'tooltips') {
2328
2300
  return (0,external_vue_.withDirectives)((0,external_vue_.createVNode)("div", {
2329
2301
  "class": "".concat(_this.resolveClassName('form-error-tips'))
2330
- }, [(0,external_vue_.createVNode)(icon_namespaceObject.ExclamationCircleShape, null, null)]), [[(0,external_vue_.resolveDirective)("bk-tooltips"), _this.errorMessage]]);
2302
+ }, [(0,external_vue_.createVNode)(icon_namespaceObject.ExclamationCircleShape, null, null)]), [[(0,external_vue_.resolveDirective)("bk-tooltips"), {
2303
+ content: _this.errorMessage,
2304
+ boundary: _this.errorTipAppendToParent ? 'parent' : document.body
2305
+ }]]);
2331
2306
  }
2332
2307
  return (0,external_vue_.createVNode)("div", {
2333
2308
  "class": "".concat(_this.resolveClassName('form-error'))
@@ -2344,12 +2319,12 @@ var isValid = function isValid(value) {
2344
2319
  }, [(_this$$slots$default = (_this$$slots2 = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots2), renderError()])]);
2345
2320
  }
2346
2321
  }));
2347
- ;// ../../packages/form/src/index.ts
2322
+ ;// CONCATENATED MODULE: ../../packages/form/src/index.ts
2348
2323
  /*
2349
2324
  * Tencent is pleased to support the open source community by making
2350
2325
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2351
2326
  *
2352
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2327
+ * Copyright (C) 2025 Tencent. All rights reserved.
2353
2328
  *
2354
2329
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2355
2330
  *
@@ -2381,6 +2356,8 @@ var BkForm = (0,shared_.withInstallProps)(src_form, {
2381
2356
  });
2382
2357
  /* harmony default export */ const form_src = (BkForm);
2383
2358
 
2359
+ })();
2360
+
2384
2361
  var __webpack_exports__BkComposeFormItem = __webpack_exports__.BkComposeFormItem;
2385
2362
  var __webpack_exports__BkForm = __webpack_exports__.BkForm;
2386
2363
  var __webpack_exports__BkFormItem = __webpack_exports__.BkFormItem;