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/tab/index.js CHANGED
@@ -11,7 +11,15 @@ import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overfl
11
11
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 1043:
14
+ /***/ 2439:
15
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
16
+
17
+ module.exports = __webpack_require__(2527);
18
+
19
+
20
+ /***/ }),
21
+
22
+ /***/ 7430:
15
23
  /***/ ((module) => {
16
24
 
17
25
  /**
@@ -61,265 +69,7 @@ module.exports = ExecutionEnvironment;
61
69
 
62
70
  /***/ }),
63
71
 
64
- /***/ 2586:
65
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
66
-
67
- /**
68
- * Copyright 2013-2015, Facebook, Inc.
69
- * All rights reserved.
70
- *
71
- * This source code is licensed under the BSD-style license found in the
72
- * LICENSE file in the root directory of this source tree. An additional grant
73
- * of patent rights can be found in the PATENTS file in the same directory.
74
- *
75
- * @providesModule isEventSupported
76
- */
77
-
78
-
79
-
80
- var ExecutionEnvironment = __webpack_require__(1043);
81
-
82
- var useHasFeature;
83
- if (ExecutionEnvironment.canUseDOM) {
84
- useHasFeature =
85
- document.implementation &&
86
- document.implementation.hasFeature &&
87
- // always returns true in newer browsers as per the standard.
88
- // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
89
- document.implementation.hasFeature('', '') !== true;
90
- }
91
-
92
- /**
93
- * Checks if an event is supported in the current execution environment.
94
- *
95
- * NOTE: This will not work correctly for non-generic events such as `change`,
96
- * `reset`, `load`, `error`, and `select`.
97
- *
98
- * Borrows from Modernizr.
99
- *
100
- * @param {string} eventNameSuffix Event name, e.g. "click".
101
- * @param {?boolean} capture Check if the capture phase is supported.
102
- * @return {boolean} True if the event is supported.
103
- * @internal
104
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
105
- */
106
- function isEventSupported(eventNameSuffix, capture) {
107
- if (!ExecutionEnvironment.canUseDOM ||
108
- capture && !('addEventListener' in document)) {
109
- return false;
110
- }
111
-
112
- var eventName = 'on' + eventNameSuffix;
113
- var isSupported = eventName in document;
114
-
115
- if (!isSupported) {
116
- var element = document.createElement('div');
117
- element.setAttribute(eventName, 'return;');
118
- isSupported = typeof element[eventName] === 'function';
119
- }
120
-
121
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
122
- // This is the only way to test support for the `wheel` event in IE9+.
123
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
124
- }
125
-
126
- return isSupported;
127
- }
128
-
129
- module.exports = isEventSupported;
130
-
131
-
132
- /***/ }),
133
-
134
- /***/ 5022:
135
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
136
-
137
- /**
138
- * Copyright (c) 2015, Facebook, Inc.
139
- * All rights reserved.
140
- *
141
- * This source code is licensed under the BSD-style license found in the
142
- * LICENSE file in the root directory of this source tree. An additional grant
143
- * of patent rights can be found in the PATENTS file in the same directory.
144
- *
145
- * @providesModule normalizeWheel
146
- * @typechecks
147
- */
148
-
149
-
150
-
151
- var UserAgent_DEPRECATED = __webpack_require__(7416);
152
-
153
- var isEventSupported = __webpack_require__(2586);
154
-
155
-
156
- // Reasonable defaults
157
- var PIXEL_STEP = 10;
158
- var LINE_HEIGHT = 40;
159
- var PAGE_HEIGHT = 800;
160
-
161
- /**
162
- * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
163
- * complicated, thus this doc is long and (hopefully) detailed enough to answer
164
- * your questions.
165
- *
166
- * If you need to react to the mouse wheel in a predictable way, this code is
167
- * like your bestest friend. * hugs *
168
- *
169
- * As of today, there are 4 DOM event types you can listen to:
170
- *
171
- * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
172
- * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
173
- * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
174
- * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
175
- *
176
- * So what to do? The is the best:
177
- *
178
- * normalizeWheel.getEventType();
179
- *
180
- * In your event callback, use this code to get sane interpretation of the
181
- * deltas. This code will return an object with properties:
182
- *
183
- * spinX -- normalized spin speed (use for zoom) - x plane
184
- * spinY -- " - y plane
185
- * pixelX -- normalized distance (to pixels) - x plane
186
- * pixelY -- " - y plane
187
- *
188
- * Wheel values are provided by the browser assuming you are using the wheel to
189
- * scroll a web page by a number of lines or pixels (or pages). Values can vary
190
- * significantly on different platforms and browsers, forgetting that you can
191
- * scroll at different speeds. Some devices (like trackpads) emit more events
192
- * at smaller increments with fine granularity, and some emit massive jumps with
193
- * linear speed or acceleration.
194
- *
195
- * This code does its best to normalize the deltas for you:
196
- *
197
- * - spin is trying to normalize how far the wheel was spun (or trackpad
198
- * dragged). This is super useful for zoom support where you want to
199
- * throw away the chunky scroll steps on the PC and make those equal to
200
- * the slow and smooth tiny steps on the Mac. Key data: This code tries to
201
- * resolve a single slow step on a wheel to 1.
202
- *
203
- * - pixel is normalizing the desired scroll delta in pixel units. You'll
204
- * get the crazy differences between browsers, but at least it'll be in
205
- * pixels!
206
- *
207
- * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
208
- * should translate to positive value zooming IN, negative zooming OUT.
209
- * This matches the newer 'wheel' event.
210
- *
211
- * Why are there spinX, spinY (or pixels)?
212
- *
213
- * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
214
- * with a mouse. It results in side-scrolling in the browser by default.
215
- *
216
- * - spinY is what you expect -- it's the classic axis of a mouse wheel.
217
- *
218
- * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
219
- * probably is by browsers in conjunction with fancy 3D controllers .. but
220
- * you know.
221
- *
222
- * Implementation info:
223
- *
224
- * Examples of 'wheel' event if you scroll slowly (down) by one step with an
225
- * average mouse:
226
- *
227
- * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
228
- * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
229
- * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
230
- * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
231
- * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
232
- *
233
- * On the trackpad:
234
- *
235
- * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
236
- * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
237
- *
238
- * On other/older browsers.. it's more complicated as there can be multiple and
239
- * also missing delta values.
240
- *
241
- * The 'wheel' event is more standard:
242
- *
243
- * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
244
- *
245
- * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
246
- * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
247
- * backward compatibility with older events. Those other values help us
248
- * better normalize spin speed. Example of what the browsers provide:
249
- *
250
- * | event.wheelDelta | event.detail
251
- * ------------------+------------------+--------------
252
- * Safari v5/OS X | -120 | 0
253
- * Safari v5/Win7 | -120 | 0
254
- * Chrome v17/OS X | -120 | 0
255
- * Chrome v17/Win7 | -120 | 0
256
- * IE9/Win7 | -120 | undefined
257
- * Firefox v4/OS X | undefined | 1
258
- * Firefox v4/Win7 | undefined | 3
259
- *
260
- */
261
- function normalizeWheel(/*object*/ event) /*object*/ {
262
- var sX = 0, sY = 0, // spinX, spinY
263
- pX = 0, pY = 0; // pixelX, pixelY
264
-
265
- // Legacy
266
- if ('detail' in event) { sY = event.detail; }
267
- if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
268
- if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
269
- if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
270
-
271
- // side scrolling on FF with DOMMouseScroll
272
- if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
273
- sX = sY;
274
- sY = 0;
275
- }
276
-
277
- pX = sX * PIXEL_STEP;
278
- pY = sY * PIXEL_STEP;
279
-
280
- if ('deltaY' in event) { pY = event.deltaY; }
281
- if ('deltaX' in event) { pX = event.deltaX; }
282
-
283
- if ((pX || pY) && event.deltaMode) {
284
- if (event.deltaMode == 1) { // delta in LINE units
285
- pX *= LINE_HEIGHT;
286
- pY *= LINE_HEIGHT;
287
- } else { // delta in PAGE units
288
- pX *= PAGE_HEIGHT;
289
- pY *= PAGE_HEIGHT;
290
- }
291
- }
292
-
293
- // Fall-back if spin cannot be determined
294
- if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
295
- if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
296
-
297
- return { spinX : sX,
298
- spinY : sY,
299
- pixelX : pX,
300
- pixelY : pY };
301
- }
302
-
303
-
304
- /**
305
- * The best combination if you prefer spinX + spinY normalization. It favors
306
- * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
307
- * 'wheel' event, making spin speed determination impossible.
308
- */
309
- normalizeWheel.getEventType = function() /*string*/ {
310
- return (UserAgent_DEPRECATED.firefox())
311
- ? 'DOMMouseScroll'
312
- : (isEventSupported('wheel'))
313
- ? 'wheel'
314
- : 'mousewheel';
315
- };
316
-
317
- module.exports = normalizeWheel;
318
-
319
-
320
- /***/ }),
321
-
322
- /***/ 7416:
72
+ /***/ 6377:
323
73
  /***/ ((module) => {
324
74
 
325
75
  /**
@@ -608,10 +358,260 @@ module.exports = UserAgent_DEPRECATED;
608
358
 
609
359
  /***/ }),
610
360
 
611
- /***/ 8283:
361
+ /***/ 3541:
362
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
363
+
364
+ /**
365
+ * Copyright 2013-2015, Facebook, Inc.
366
+ * All rights reserved.
367
+ *
368
+ * This source code is licensed under the BSD-style license found in the
369
+ * LICENSE file in the root directory of this source tree. An additional grant
370
+ * of patent rights can be found in the PATENTS file in the same directory.
371
+ *
372
+ * @providesModule isEventSupported
373
+ */
374
+
375
+
376
+
377
+ var ExecutionEnvironment = __webpack_require__(7430);
378
+
379
+ var useHasFeature;
380
+ if (ExecutionEnvironment.canUseDOM) {
381
+ useHasFeature =
382
+ document.implementation &&
383
+ document.implementation.hasFeature &&
384
+ // always returns true in newer browsers as per the standard.
385
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
386
+ document.implementation.hasFeature('', '') !== true;
387
+ }
388
+
389
+ /**
390
+ * Checks if an event is supported in the current execution environment.
391
+ *
392
+ * NOTE: This will not work correctly for non-generic events such as `change`,
393
+ * `reset`, `load`, `error`, and `select`.
394
+ *
395
+ * Borrows from Modernizr.
396
+ *
397
+ * @param {string} eventNameSuffix Event name, e.g. "click".
398
+ * @param {?boolean} capture Check if the capture phase is supported.
399
+ * @return {boolean} True if the event is supported.
400
+ * @internal
401
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
402
+ */
403
+ function isEventSupported(eventNameSuffix, capture) {
404
+ if (!ExecutionEnvironment.canUseDOM ||
405
+ capture && !('addEventListener' in document)) {
406
+ return false;
407
+ }
408
+
409
+ var eventName = 'on' + eventNameSuffix;
410
+ var isSupported = eventName in document;
411
+
412
+ if (!isSupported) {
413
+ var element = document.createElement('div');
414
+ element.setAttribute(eventName, 'return;');
415
+ isSupported = typeof element[eventName] === 'function';
416
+ }
417
+
418
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
419
+ // This is the only way to test support for the `wheel` event in IE9+.
420
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
421
+ }
422
+
423
+ return isSupported;
424
+ }
425
+
426
+ module.exports = isEventSupported;
427
+
428
+
429
+ /***/ }),
430
+
431
+ /***/ 2527:
612
432
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
613
433
 
614
- module.exports = __webpack_require__(5022);
434
+ /**
435
+ * Copyright (c) 2015, Facebook, Inc.
436
+ * All rights reserved.
437
+ *
438
+ * This source code is licensed under the BSD-style license found in the
439
+ * LICENSE file in the root directory of this source tree. An additional grant
440
+ * of patent rights can be found in the PATENTS file in the same directory.
441
+ *
442
+ * @providesModule normalizeWheel
443
+ * @typechecks
444
+ */
445
+
446
+
447
+
448
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
449
+
450
+ var isEventSupported = __webpack_require__(3541);
451
+
452
+
453
+ // Reasonable defaults
454
+ var PIXEL_STEP = 10;
455
+ var LINE_HEIGHT = 40;
456
+ var PAGE_HEIGHT = 800;
457
+
458
+ /**
459
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
460
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
461
+ * your questions.
462
+ *
463
+ * If you need to react to the mouse wheel in a predictable way, this code is
464
+ * like your bestest friend. * hugs *
465
+ *
466
+ * As of today, there are 4 DOM event types you can listen to:
467
+ *
468
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
469
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
470
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
471
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
472
+ *
473
+ * So what to do? The is the best:
474
+ *
475
+ * normalizeWheel.getEventType();
476
+ *
477
+ * In your event callback, use this code to get sane interpretation of the
478
+ * deltas. This code will return an object with properties:
479
+ *
480
+ * spinX -- normalized spin speed (use for zoom) - x plane
481
+ * spinY -- " - y plane
482
+ * pixelX -- normalized distance (to pixels) - x plane
483
+ * pixelY -- " - y plane
484
+ *
485
+ * Wheel values are provided by the browser assuming you are using the wheel to
486
+ * scroll a web page by a number of lines or pixels (or pages). Values can vary
487
+ * significantly on different platforms and browsers, forgetting that you can
488
+ * scroll at different speeds. Some devices (like trackpads) emit more events
489
+ * at smaller increments with fine granularity, and some emit massive jumps with
490
+ * linear speed or acceleration.
491
+ *
492
+ * This code does its best to normalize the deltas for you:
493
+ *
494
+ * - spin is trying to normalize how far the wheel was spun (or trackpad
495
+ * dragged). This is super useful for zoom support where you want to
496
+ * throw away the chunky scroll steps on the PC and make those equal to
497
+ * the slow and smooth tiny steps on the Mac. Key data: This code tries to
498
+ * resolve a single slow step on a wheel to 1.
499
+ *
500
+ * - pixel is normalizing the desired scroll delta in pixel units. You'll
501
+ * get the crazy differences between browsers, but at least it'll be in
502
+ * pixels!
503
+ *
504
+ * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
505
+ * should translate to positive value zooming IN, negative zooming OUT.
506
+ * This matches the newer 'wheel' event.
507
+ *
508
+ * Why are there spinX, spinY (or pixels)?
509
+ *
510
+ * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
511
+ * with a mouse. It results in side-scrolling in the browser by default.
512
+ *
513
+ * - spinY is what you expect -- it's the classic axis of a mouse wheel.
514
+ *
515
+ * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
516
+ * probably is by browsers in conjunction with fancy 3D controllers .. but
517
+ * you know.
518
+ *
519
+ * Implementation info:
520
+ *
521
+ * Examples of 'wheel' event if you scroll slowly (down) by one step with an
522
+ * average mouse:
523
+ *
524
+ * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
525
+ * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
526
+ * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
527
+ * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
528
+ * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
529
+ *
530
+ * On the trackpad:
531
+ *
532
+ * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
533
+ * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
534
+ *
535
+ * On other/older browsers.. it's more complicated as there can be multiple and
536
+ * also missing delta values.
537
+ *
538
+ * The 'wheel' event is more standard:
539
+ *
540
+ * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
541
+ *
542
+ * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
543
+ * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
544
+ * backward compatibility with older events. Those other values help us
545
+ * better normalize spin speed. Example of what the browsers provide:
546
+ *
547
+ * | event.wheelDelta | event.detail
548
+ * ------------------+------------------+--------------
549
+ * Safari v5/OS X | -120 | 0
550
+ * Safari v5/Win7 | -120 | 0
551
+ * Chrome v17/OS X | -120 | 0
552
+ * Chrome v17/Win7 | -120 | 0
553
+ * IE9/Win7 | -120 | undefined
554
+ * Firefox v4/OS X | undefined | 1
555
+ * Firefox v4/Win7 | undefined | 3
556
+ *
557
+ */
558
+ function normalizeWheel(/*object*/ event) /*object*/ {
559
+ var sX = 0, sY = 0, // spinX, spinY
560
+ pX = 0, pY = 0; // pixelX, pixelY
561
+
562
+ // Legacy
563
+ if ('detail' in event) { sY = event.detail; }
564
+ if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
565
+ if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
566
+ if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
567
+
568
+ // side scrolling on FF with DOMMouseScroll
569
+ if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
570
+ sX = sY;
571
+ sY = 0;
572
+ }
573
+
574
+ pX = sX * PIXEL_STEP;
575
+ pY = sY * PIXEL_STEP;
576
+
577
+ if ('deltaY' in event) { pY = event.deltaY; }
578
+ if ('deltaX' in event) { pX = event.deltaX; }
579
+
580
+ if ((pX || pY) && event.deltaMode) {
581
+ if (event.deltaMode == 1) { // delta in LINE units
582
+ pX *= LINE_HEIGHT;
583
+ pY *= LINE_HEIGHT;
584
+ } else { // delta in PAGE units
585
+ pX *= PAGE_HEIGHT;
586
+ pY *= PAGE_HEIGHT;
587
+ }
588
+ }
589
+
590
+ // Fall-back if spin cannot be determined
591
+ if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
592
+ if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
593
+
594
+ return { spinX : sX,
595
+ spinY : sY,
596
+ pixelX : pX,
597
+ pixelY : pY };
598
+ }
599
+
600
+
601
+ /**
602
+ * The best combination if you prefer spinX + spinY normalization. It favors
603
+ * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
604
+ * 'wheel' event, making spin speed determination impossible.
605
+ */
606
+ normalizeWheel.getEventType = function() /*string*/ {
607
+ return (UserAgent_DEPRECATED.firefox())
608
+ ? 'DOMMouseScroll'
609
+ : (isEventSupported('wheel'))
610
+ ? 'wheel'
611
+ : 'mousewheel';
612
+ };
613
+
614
+ module.exports = normalizeWheel;
615
615
 
616
616
 
617
617
  /***/ })
@@ -674,6 +674,8 @@ module.exports = __webpack_require__(5022);
674
674
  /******/
675
675
  /************************************************************************/
676
676
  var __webpack_exports__ = {};
677
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
678
+ (() => {
677
679
 
678
680
  // EXPORTS
679
681
  __webpack_require__.d(__webpack_exports__, {
@@ -684,13 +686,11 @@ __webpack_require__.d(__webpack_exports__, {
684
686
  "default": () => (/* binding */ src)
685
687
  });
686
688
 
687
- ;// external "../shared"
688
- var x = (y) => {
689
- var x = {}; __webpack_require__.d(x, y); return x
690
- }
691
- var y = (x) => (() => (x))
692
- const shared_namespaceObject = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["renderDirectiveType"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.renderDirectiveType), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["withInstallProps"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps) });
693
- ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
689
+ ;// CONCATENATED MODULE: external "../shared"
690
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
691
+ var y = x => () => x
692
+ const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["renderDirectiveType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.renderDirectiveType, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps });
693
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
694
694
  function _typeof(o) {
695
695
  "@babel/helpers - typeof";
696
696
 
@@ -700,7 +700,7 @@ function _typeof(o) {
700
700
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
701
701
  }, _typeof(o);
702
702
  }
703
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
703
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
704
704
 
705
705
  function toPrimitive(t, r) {
706
706
  if ("object" != _typeof(t) || !t) return t;
@@ -712,14 +712,14 @@ function toPrimitive(t, r) {
712
712
  }
713
713
  return ("string" === r ? String : Number)(t);
714
714
  }
715
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
715
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
716
716
 
717
717
 
718
718
  function toPropertyKey(t) {
719
719
  var i = toPrimitive(t, "string");
720
720
  return "symbol" == _typeof(i) ? i : String(i);
721
721
  }
722
- ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
722
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
723
723
 
724
724
  function _defineProperty(obj, key, value) {
725
725
  key = toPropertyKey(key);
@@ -735,13 +735,11 @@ function _defineProperty(obj, key, value) {
735
735
  }
736
736
  return obj;
737
737
  }
738
- ;// external "vue-types"
739
- var external_vue_types_x = (y) => {
740
- var x = {}; __webpack_require__.d(x, y); return x
741
- }
742
- var external_vue_types_y = (x) => (() => (x))
743
- const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType) });
744
- ;// ../../packages/tab/src/props.ts
738
+ ;// CONCATENATED MODULE: external "vue-types"
739
+ var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
740
+ var external_vue_types_y = x => () => x
741
+ const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
742
+ ;// CONCATENATED MODULE: ../../packages/tab/src/props.ts
745
743
 
746
744
  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; }
747
745
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -860,7 +858,10 @@ var tabProps = {
860
858
  extCls: shared_namespaceObject.PropTypes.string.def(''),
861
859
  validateActive: shared_namespaceObject.PropTypes.bool.def(true),
862
860
  activeBarSize: shared_namespaceObject.PropTypes.number.def(2),
863
- activeBarColor: shared_namespaceObject.PropTypes.string.def('#3a84ff')
861
+ activeBarColor: shared_namespaceObject.PropTypes.string.def('#3a84ff'),
862
+ beforeChange: {
863
+ type: Function
864
+ }
864
865
  };
865
866
  var tabNavProps = _objectSpread({
866
867
  active: shared_namespaceObject.PropTypes.oneOfType([shared_namespaceObject.PropTypes.number, shared_namespaceObject.PropTypes.string]).def(''),
@@ -881,22 +882,22 @@ var tabNavProps = _objectSpread({
881
882
  labelHeight: shared_namespaceObject.PropTypes.number.def(50),
882
883
  validateActive: shared_namespaceObject.PropTypes.bool.def(true)
883
884
  }, tabNavEventProps);
884
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
885
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
885
886
  function _arrayLikeToArray(arr, len) {
886
887
  if (len == null || len > arr.length) len = arr.length;
887
888
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
888
889
  return arr2;
889
890
  }
890
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
891
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
891
892
 
892
893
  function _arrayWithoutHoles(arr) {
893
894
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
894
895
  }
895
- ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
896
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
896
897
  function _iterableToArray(iter) {
897
898
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
898
899
  }
899
- ;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
900
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
900
901
 
901
902
  function _unsupportedIterableToArray(o, minLen) {
902
903
  if (!o) return;
@@ -906,11 +907,11 @@ function _unsupportedIterableToArray(o, minLen) {
906
907
  if (n === "Map" || n === "Set") return Array.from(o);
907
908
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
908
909
  }
909
- ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
910
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
910
911
  function _nonIterableSpread() {
911
912
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
912
913
  }
913
- ;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
914
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
914
915
 
915
916
 
916
917
 
@@ -918,19 +919,15 @@ function _nonIterableSpread() {
918
919
  function _toConsumableArray(arr) {
919
920
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
920
921
  }
921
- ;// external "vue"
922
- var external_vue_x = (y) => {
923
- var x = {}; __webpack_require__.d(x, y); return x
924
- }
925
- var external_vue_y = (x) => (() => (x))
926
- const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Fragment), ["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), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["onUpdated"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onUpdated), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["vShow"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.vShow), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
927
- ;// external "../config-provider"
928
- var config_provider_x = (y) => {
929
- var x = {}; __webpack_require__.d(x, y); return x
930
- }
931
- var config_provider_y = (x) => (() => (x))
932
- const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
933
- ;// ../../packages/directives/src/clickoutside.ts
922
+ ;// CONCATENATED MODULE: external "vue"
923
+ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
924
+ var external_vue_y = x => () => x
925
+ const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["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, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["onUpdated"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onUpdated, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["vShow"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vShow, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
926
+ ;// CONCATENATED MODULE: external "../config-provider"
927
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
928
+ var config_provider_y = x => () => x
929
+ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
930
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
934
931
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = clickoutside_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; } } }; }
935
932
  function clickoutside_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return clickoutside_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 clickoutside_arrayLikeToArray(o, minLen); }
936
933
  function clickoutside_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; }
@@ -938,7 +935,7 @@ function clickoutside_arrayLikeToArray(arr, len) { if (len == null || len > arr.
938
935
  * Tencent is pleased to support the open source community by making
939
936
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
940
937
  *
941
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
938
+ * Copyright (C) 2025 Tencent. All rights reserved.
942
939
  *
943
940
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
944
941
  *
@@ -1056,19 +1053,17 @@ ClickOutside.install = function (app) {
1056
1053
  app.directive('bkTooltips', ClickOutside);
1057
1054
  };
1058
1055
  /* harmony default export */ const clickoutside = ((/* unused pure expression or super */ null && (ClickOutside)));
1059
- ;// external "../popover"
1060
- var popover_x = (y) => {
1061
- var x = {}; __webpack_require__.d(x, y); return x
1062
- }
1063
- var popover_y = (x) => (() => (x))
1064
- const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover) });
1065
- ;// ../../packages/directives/src/ellipsis.ts
1056
+ ;// CONCATENATED MODULE: external "../popover"
1057
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1058
+ var popover_y = x => () => x
1059
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover });
1060
+ ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1066
1061
 
1067
1062
  /*
1068
1063
  * Tencent is pleased to support the open source community by making
1069
1064
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1070
1065
  *
1071
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1066
+ * Copyright (C) 2025 Tencent. All rights reserved.
1072
1067
  *
1073
1068
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1074
1069
  *
@@ -1173,14 +1168,14 @@ var ellipsis = {
1173
1168
  };
1174
1169
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
1175
1170
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
1176
- var normalize_wheel = __webpack_require__(8283);
1171
+ var normalize_wheel = __webpack_require__(2439);
1177
1172
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
1178
- ;// ../../packages/directives/src/mousewheel.ts
1173
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
1179
1174
  /*
1180
1175
  * Tencent is pleased to support the open source community by making
1181
1176
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1182
1177
  *
1183
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1178
+ * Copyright (C) 2025 Tencent. All rights reserved.
1184
1179
  *
1185
1180
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1186
1181
  *
@@ -1217,13 +1212,11 @@ var mousewheel = {
1217
1212
  }
1218
1213
  };
1219
1214
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
1220
- ;// external "@popperjs/core"
1221
- var core_x = (y) => {
1222
- var x = {}; __webpack_require__.d(x, y); return x
1223
- }
1224
- var core_y = (x) => (() => (x))
1225
- const core_namespaceObject = core_x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
1226
- ;// ../../packages/directives/src/tooltips.ts
1215
+ ;// CONCATENATED MODULE: external "@popperjs/core"
1216
+ var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1217
+ var core_y = x => () => x
1218
+ const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
1219
+ ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
1227
1220
 
1228
1221
 
1229
1222
 
@@ -1233,7 +1226,7 @@ function tooltips_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
1233
1226
  * Tencent is pleased to support the open source community by making
1234
1227
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1235
1228
  *
1236
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1229
+ * Copyright (C) 2025 Tencent. All rights reserved.
1237
1230
  *
1238
1231
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1239
1232
  *
@@ -1288,9 +1281,6 @@ var tooltips = {
1288
1281
  hide(el);
1289
1282
  }, 100);
1290
1283
  });
1291
- el.addEventListener('click', function () {
1292
- hide(el);
1293
- });
1294
1284
  popper.addEventListener('mouseleave', function () {
1295
1285
  clearTimeout(delayTimeout);
1296
1286
  hideTimeout = setTimeout(function () {
@@ -1304,7 +1294,7 @@ var tooltips = {
1304
1294
  show(el);
1305
1295
  clearTimeout(delayTimeout);
1306
1296
  }, opts.delay);
1307
- } else if (popper.hasAttribute('data-show')) {
1297
+ } else if (!el.contains(event.target) && popper.hasAttribute('data-show')) {
1308
1298
  hide(el);
1309
1299
  }
1310
1300
  });
@@ -1515,24 +1505,20 @@ function hide(el) {
1515
1505
  }
1516
1506
  }
1517
1507
  /* harmony default export */ const src_tooltips = (tooltips);
1518
- ;// external "../loading"
1519
- var external_loading_x = (y) => {
1520
- var x = {}; __webpack_require__.d(x, y); return x
1521
- }
1522
- var external_loading_y = (x) => (() => (x))
1508
+ ;// CONCATENATED MODULE: external "../loading"
1509
+ var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1510
+ var external_loading_y = x => () => x
1523
1511
  const external_loading_namespaceObject = external_loading_x({ });
1524
- ;// external "../overflow-title"
1525
- var external_overflow_title_x = (y) => {
1526
- var x = {}; __webpack_require__.d(x, y); return x
1527
- }
1528
- var external_overflow_title_y = (x) => (() => (x))
1512
+ ;// CONCATENATED MODULE: external "../overflow-title"
1513
+ var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1514
+ var external_overflow_title_y = x => () => x
1529
1515
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
1530
- ;// ../../packages/directives/src/index.ts
1516
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
1531
1517
  /*
1532
1518
  * Tencent is pleased to support the open source community by making
1533
1519
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1534
1520
  *
1535
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1521
+ * Copyright (C) 2025 Tencent. All rights reserved.
1536
1522
  *
1537
1523
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1538
1524
  *
@@ -1560,13 +1546,11 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
1560
1546
 
1561
1547
 
1562
1548
  // export { createInstance as bkEllipsisInstance } from './ellipsis';
1563
- ;// external "../icon"
1564
- var icon_x = (y) => {
1565
- var x = {}; __webpack_require__.d(x, y); return x
1566
- }
1567
- var icon_y = (x) => (() => (x))
1568
- const icon_namespaceObject = icon_x({ ["Close"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close), ["Plus"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Plus) });
1569
- ;// ../../packages/tab/src/tab-nav.tsx
1549
+ ;// CONCATENATED MODULE: external "../icon"
1550
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1551
+ var icon_y = x => () => x
1552
+ const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["Plus"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Plus });
1553
+ ;// CONCATENATED MODULE: ../../packages/tab/src/tab-nav.tsx
1570
1554
 
1571
1555
 
1572
1556
  function tab_nav_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; }
@@ -1575,7 +1559,7 @@ function tab_nav_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
1575
1559
  * Tencent is pleased to support the open source community by making
1576
1560
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1577
1561
  *
1578
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1562
+ * Copyright (C) 2025 Tencent. All rights reserved.
1579
1563
  *
1580
1564
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1581
1565
  *
@@ -1913,7 +1897,7 @@ function tab_nav_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
1913
1897
  }, [renderActiveBar(), renderNavs()]), operations, setting]);
1914
1898
  }
1915
1899
  }));
1916
- ;// ../../packages/tab/src/tab.tsx
1900
+ ;// CONCATENATED MODULE: ../../packages/tab/src/tab.tsx
1917
1901
 
1918
1902
 
1919
1903
 
@@ -1923,7 +1907,7 @@ function tab_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
1923
1907
  * Tencent is pleased to support the open source community by making
1924
1908
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1925
1909
  *
1926
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1910
+ * Copyright (C) 2025 Tencent. All rights reserved.
1927
1911
  *
1928
1912
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1929
1913
  *
@@ -2015,10 +1999,13 @@ function tab_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
2015
1999
  });
2016
2000
  },
2017
2001
  tabChange: function tabChange(name) {
2018
- // emit('xxx') 会调用onXxx函数, 所以不必在主动调用onXxx函数了
2019
- emit('change', name);
2020
- emit('tab-change', name);
2021
- emit('update:active', name);
2002
+ var _props$beforeChange, _props$beforeChange2;
2003
+ if ((_props$beforeChange = (_props$beforeChange2 = _props.beforeChange) === null || _props$beforeChange2 === void 0 ? void 0 : _props$beforeChange2.call(_props, name)) !== null && _props$beforeChange !== void 0 ? _props$beforeChange : true) {
2004
+ // emit('xxx') 会调用onXxx函数, 所以不必在主动调用onXxx函数了
2005
+ emit('change', name);
2006
+ emit('tab-change', name);
2007
+ emit('update:active', name);
2008
+ }
2022
2009
  },
2023
2010
  tabRemove: function tabRemove(index, panel) {
2024
2011
  // emit('xxx') 会调用onXxx函数, 所以不必在主动调用onXxx函数了
@@ -2128,13 +2115,13 @@ function tab_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
2128
2115
  }, [(_this$$slots$default = (_this$$slots = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots)])]);
2129
2116
  }
2130
2117
  }));
2131
- ;// ../../packages/tab/src/tab-panel.tsx
2118
+ ;// CONCATENATED MODULE: ../../packages/tab/src/tab-panel.tsx
2132
2119
 
2133
2120
  /*
2134
2121
  * Tencent is pleased to support the open source community by making
2135
2122
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2136
2123
  *
2137
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2124
+ * Copyright (C) 2025 Tencent. All rights reserved.
2138
2125
  *
2139
2126
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2140
2127
  *
@@ -2188,7 +2175,7 @@ function tab_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
2188
2175
  }, [getContent()]), [[external_vue_namespaceObject.vShow, active]]);
2189
2176
  }
2190
2177
  }));
2191
- ;// ../../packages/tab/src/index.ts
2178
+ ;// CONCATENATED MODULE: ../../packages/tab/src/index.ts
2192
2179
 
2193
2180
 
2194
2181
 
@@ -2198,6 +2185,8 @@ var BkTab = (0,shared_namespaceObject.withInstallProps)(tab, {
2198
2185
  });
2199
2186
 
2200
2187
  /* harmony default export */ const src = (BkTab);
2188
+ })();
2189
+
2201
2190
  var __webpack_exports__BkTab = __webpack_exports__.BkTab;
2202
2191
  var __webpack_exports__BkTabPanel = __webpack_exports__.BkTabPanel;
2203
2192
  var __webpack_exports__PositionEnum = __webpack_exports__.PositionEnum;