@opentiny/vue-renderless 3.10.6 → 3.11.0-alpha.0

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 (800) hide show
  1. package/action-menu/index.js +1 -1
  2. package/action-menu/vue.js +7 -9
  3. package/action-sheet/index.js +4 -1
  4. package/action-sheet/vue.js +1 -1
  5. package/alert/index.js +1 -1
  6. package/alert/vue.js +1 -1
  7. package/amount/index.js +1 -1
  8. package/amount/vue.js +1 -1
  9. package/anchor/index.js +35 -27
  10. package/anchor/vue.js +38 -10
  11. package/area/index.js +1 -1
  12. package/area/vue.js +1 -1
  13. package/async-flowchart/index.js +66 -0
  14. package/async-flowchart/vue.js +40 -0
  15. package/autocomplete/index.js +1 -1
  16. package/autocomplete/vue.js +1 -1
  17. package/autonavi-map/index.js +1 -1
  18. package/avatar/index.js +1 -1
  19. package/avatar/vue.js +1 -1
  20. package/badge/index.js +1 -1
  21. package/badge/vue.js +1 -1
  22. package/baidu-map/index.js +1 -1
  23. package/breadcrumb/index.js +2 -2
  24. package/breadcrumb/vue.js +2 -1
  25. package/breadcrumb-item/index.js +1 -1
  26. package/breadcrumb-item/vue.js +1 -1
  27. package/bulletin-board/index.js +1 -1
  28. package/bulletin-board/vue.js +1 -1
  29. package/button/index.js +2 -2
  30. package/button/vue.js +2 -2
  31. package/button-group/index.js +2 -2
  32. package/button-group/vue.js +1 -1
  33. package/calendar/index.js +15 -15
  34. package/calendar/vue.js +1 -1
  35. package/calendar-bar/index.js +4 -4
  36. package/calendar-bar/vue.js +1 -1
  37. package/calendar-view/index.js +600 -0
  38. package/calendar-view/vue.js +289 -0
  39. package/card/index.js +1 -1
  40. package/card/vue.js +1 -1
  41. package/card-group/index.js +1 -1
  42. package/card-group/vue.js +1 -1
  43. package/card-template/index.js +1 -1
  44. package/card-template/vue.js +1 -1
  45. package/carousel/index.js +1 -1
  46. package/carousel/vue.js +1 -1
  47. package/carousel-item/index.js +1 -1
  48. package/carousel-item/vue.js +1 -1
  49. package/cascader/index.js +3 -5
  50. package/cascader/vue.js +2 -1
  51. package/cascader-menu/index.js +11 -3
  52. package/cascader-menu/vue.js +1 -1
  53. package/cascader-mobile/index.js +1 -1
  54. package/cascader-mobile/vue.js +1 -1
  55. package/cascader-node/index.js +2 -2
  56. package/cascader-node/vue.js +1 -1
  57. package/cascader-panel/index.js +22 -17
  58. package/cascader-panel/node.js +14 -5
  59. package/cascader-panel/store.js +18 -1
  60. package/cascader-panel/vue.js +16 -3
  61. package/cascader-select/index.js +1 -1
  62. package/cascader-select/vue.js +1 -1
  63. package/cell/vue.js +1 -1
  64. package/chart-bar/index.js +1 -1
  65. package/chart-boxplot/index.js +2 -1
  66. package/chart-candle/index.js +1 -1
  67. package/chart-core/deps/constants.js +1 -1
  68. package/chart-core/deps/numerify.js +1 -1
  69. package/chart-core/deps/utils.js +1 -1
  70. package/chart-core/index.js +1 -1
  71. package/chart-core/modules/animation.js +1 -1
  72. package/chart-core/modules/extend.js +1 -1
  73. package/chart-core/modules/mark.js +1 -1
  74. package/chart-core/vue.js +1 -1
  75. package/chart-funnel/index.js +1 -1
  76. package/chart-gauge/index.js +1 -1
  77. package/chart-graph/index.js +1 -1
  78. package/chart-heatmap/index.js +1 -1
  79. package/chart-line/index.js +1 -1
  80. package/chart-liquidfill/index.js +1 -1
  81. package/chart-map/index.js +1 -1
  82. package/chart-pie/index.js +1 -1
  83. package/chart-radar/index.js +1 -1
  84. package/chart-sankey/index.js +1 -1
  85. package/chart-scatter/index.js +1 -1
  86. package/chart-sunburst/index.js +1 -1
  87. package/chart-tree/index.js +1 -1
  88. package/chart-waterfall/index.js +1 -1
  89. package/chart-wordcloud/index.js +1 -1
  90. package/checkbox/index.js +23 -6
  91. package/checkbox/vue.js +15 -2
  92. package/checkbox-button/index.js +1 -1
  93. package/checkbox-button/vue.js +1 -1
  94. package/checkbox-group/index.js +1 -1
  95. package/checkbox-group/vue.js +1 -1
  96. package/col/index.js +8 -7
  97. package/col/vue.js +1 -1
  98. package/collapse/index.js +1 -1
  99. package/collapse/vue.js +2 -2
  100. package/collapse-item/index.js +1 -1
  101. package/collapse-item/vue.js +1 -1
  102. package/color-picker/alpha-select/index.js +24 -0
  103. package/color-picker/alpha-select/vue.js +58 -0
  104. package/color-picker/color-select/index.js +73 -0
  105. package/color-picker/color-select/vue.js +67 -0
  106. package/color-picker/index.js +52 -0
  107. package/color-picker/utils/color.js +96 -0
  108. package/color-picker/utils/use-drag.js +38 -0
  109. package/color-picker/vue.js +63 -0
  110. package/color-select-panel/alpha-select/index.js +24 -0
  111. package/color-select-panel/alpha-select/vue.js +59 -0
  112. package/color-select-panel/hue-select/index.js +73 -0
  113. package/color-select-panel/hue-select/vue.js +67 -0
  114. package/color-select-panel/index.js +74 -0
  115. package/color-select-panel/utils/color.js +97 -0
  116. package/color-select-panel/utils/use-drag.js +38 -0
  117. package/color-select-panel/vue.js +92 -0
  118. package/column-list-group/vue.js +1 -1
  119. package/column-list-item/index.js +1 -1
  120. package/column-list-item/vue.js +1 -1
  121. package/common/array.js +1 -1
  122. package/common/bigInt.js +12 -3
  123. package/common/browser.js +1 -1
  124. package/common/calendar/calendar.js +97 -0
  125. package/common/dataset/index.js +1 -1
  126. package/common/date.js +3 -3
  127. package/common/decimal.js +1 -1
  128. package/common/deps/ResizeObserver.js +1 -1
  129. package/common/deps/after-leave.js +1 -1
  130. package/common/deps/clickoutside.js +1 -1
  131. package/common/deps/date-util.js +1 -1
  132. package/common/deps/date.js +3 -3
  133. package/common/deps/debounce.js +1 -1
  134. package/common/deps/dom.js +21 -70
  135. package/common/deps/eSpaceCtrl.js +1 -1
  136. package/common/deps/fastdom/async.js +1 -1
  137. package/common/deps/fastdom/index.js +1 -1
  138. package/common/deps/fastdom/sandbox.js +1 -1
  139. package/common/deps/fastdom/singleton.js +1 -1
  140. package/common/deps/fullscreen/apis.js +1 -1
  141. package/common/deps/fullscreen/screenfull.js +1 -1
  142. package/common/deps/infinite-scroll.js +1 -1
  143. package/common/deps/letter-only.js +1 -1
  144. package/common/deps/memorize.js +4 -4
  145. package/common/deps/modal-queue.js +1 -1
  146. package/common/deps/number-only.js +1 -1
  147. package/common/deps/observe-visibility.js +1 -1
  148. package/common/deps/popper.js +343 -447
  149. package/common/deps/popup-manager.js +55 -37
  150. package/common/deps/repeat-click.js +1 -1
  151. package/common/deps/requestAnimationFrame.js +1 -1
  152. package/common/deps/resize-event.js +1 -1
  153. package/common/deps/scroll-into-view.js +1 -1
  154. package/common/deps/scrollbar-width.js +1 -1
  155. package/common/deps/throttle.js +3 -3
  156. package/common/deps/touch.js +2 -1
  157. package/common/deps/tree-model/node.js +1 -1
  158. package/common/deps/tree-model/tree-store.js +1 -1
  159. package/common/deps/tree-model/util.js +1 -1
  160. package/common/deps/upload-ajax.js +1 -1
  161. package/common/deps/vue-emitter.js +1 -1
  162. package/common/deps/vue-popper.js +89 -220
  163. package/common/deps/vue-popup.js +65 -81
  164. package/common/event.js +1 -1
  165. package/common/index.js +2 -2
  166. package/common/object.js +20 -22
  167. package/common/runtime.js +2 -2
  168. package/common/string.js +14 -4
  169. package/common/type.js +2 -2
  170. package/common/validate/index.js +1 -1
  171. package/common/validate/messages.js +1 -1
  172. package/common/validate/rules/enum.js +1 -1
  173. package/common/validate/rules/index.js +1 -1
  174. package/common/validate/rules/pattern.js +1 -1
  175. package/common/validate/rules/range.js +1 -1
  176. package/common/validate/rules/required.js +1 -1
  177. package/common/validate/rules/type.js +1 -1
  178. package/common/validate/rules/whitespace.js +1 -1
  179. package/common/validate/schema.js +8 -1
  180. package/common/validate/util.js +4 -4
  181. package/common/validate/validations/array.js +1 -1
  182. package/common/validate/validations/date.js +1 -1
  183. package/common/validate/validations/enum.js +1 -1
  184. package/common/validate/validations/float.js +1 -1
  185. package/common/validate/validations/index.js +1 -1
  186. package/common/validate/validations/integer.js +1 -1
  187. package/common/validate/validations/method.js +1 -1
  188. package/common/validate/validations/number.js +1 -1
  189. package/common/validate/validations/pattern.js +1 -1
  190. package/common/validate/validations/required.js +1 -1
  191. package/common/validate/validations/string.js +1 -1
  192. package/common/validate/validations/type.js +1 -1
  193. package/common/xss.js +4 -156
  194. package/company/index.js +1 -1
  195. package/company/vue.js +1 -1
  196. package/container/index.js +1 -1
  197. package/container/vue.js +1 -1
  198. package/country/index.js +1 -1
  199. package/country/vue.js +1 -1
  200. package/credit-card/index.js +1 -1
  201. package/credit-card/vue.js +1 -1
  202. package/credit-card-form/index.js +1 -1
  203. package/credit-card-form/vue.js +3 -3
  204. package/crop/index.js +1 -1
  205. package/crop/vue.js +1 -1
  206. package/currency/index.js +1 -1
  207. package/currency/vue.js +1 -1
  208. package/date-panel/index.js +4 -4
  209. package/date-panel/vue.js +3 -3
  210. package/date-picker/index.js +1 -1
  211. package/date-picker/vue.js +1 -1
  212. package/date-picker-mobile/index.js +127 -85
  213. package/date-picker-mobile/vue.js +42 -23
  214. package/date-picker-mobile/year-month.js +53 -0
  215. package/date-range/index.js +7 -7
  216. package/date-range/vue.js +3 -3
  217. package/date-table/index.js +2 -2
  218. package/date-table/vue.js +1 -1
  219. package/dept/index.js +1 -1
  220. package/dept/vue.js +1 -1
  221. package/detail-page/index.js +1 -1
  222. package/detail-page/vue.js +1 -1
  223. package/dialog-box/index.js +26 -6
  224. package/dialog-box/vue.js +12 -16
  225. package/dialog-select/index.js +1 -1
  226. package/dialog-select/vue.js +1 -1
  227. package/divider/vue.js +9 -0
  228. package/drawer/index.js +2 -2
  229. package/drawer/vue.js +1 -1
  230. package/drop-roles/index.js +1 -1
  231. package/drop-roles/vue.js +1 -1
  232. package/drop-times/index.js +1 -1
  233. package/drop-times/vue.js +1 -1
  234. package/dropdown/index.js +33 -24
  235. package/dropdown/vue.js +8 -8
  236. package/dropdown-item/index.js +1 -1
  237. package/dropdown-item/mf.js +1 -1
  238. package/dropdown-item/vue.js +3 -3
  239. package/dropdown-menu/index.js +7 -5
  240. package/dropdown-menu/vue.js +3 -3
  241. package/dynamic-scroller/index.js +1 -1
  242. package/dynamic-scroller/vue.js +1 -1
  243. package/dynamic-scroller-item/index.js +1 -1
  244. package/dynamic-scroller-item/vue.js +1 -1
  245. package/espace/index.js +1 -1
  246. package/espace/vue.js +1 -1
  247. package/exception/index.js +1 -1
  248. package/exception/vue.js +1 -1
  249. package/fall-menu/index.js +1 -1
  250. package/fall-menu/vue.js +1 -1
  251. package/file-upload/index.js +213 -31
  252. package/file-upload/vue.js +13 -7
  253. package/filter/index.js +1 -1
  254. package/filter/tag-group.js +1 -1
  255. package/filter/vue.js +1 -1
  256. package/filter-bar/index.js +1 -1
  257. package/filter-bar/vue.js +1 -1
  258. package/filter-box/index.js +1 -1
  259. package/filter-box/vue.js +1 -1
  260. package/filter-panel/index.js +1 -1
  261. package/filter-panel/vue.js +1 -1
  262. package/floatbar/index.js +1 -1
  263. package/floatbar/vue.js +1 -1
  264. package/floating-button/index.js +1 -1
  265. package/floating-button/vue.js +1 -1
  266. package/flowchart/index.js +648 -227
  267. package/flowchart/node.js +52 -0
  268. package/flowchart/vue.js +25 -9
  269. package/form/index.js +15 -5
  270. package/form/vue.js +7 -3
  271. package/form-item/index.js +32 -27
  272. package/form-item/vue.js +14 -7
  273. package/fullscreen/index.js +1 -1
  274. package/fullscreen/vue.js +2 -1
  275. package/grid/core/index.js +1 -1
  276. package/grid/core/interceptor.js +1 -1
  277. package/grid/core/storeMap.js +1 -1
  278. package/grid/plugins/export.js +1 -1
  279. package/grid/plugins/exportExcel.js +4 -1
  280. package/grid/plugins/header.js +1 -1
  281. package/grid/plugins/resize.js +1 -1
  282. package/grid/static/array/arrayEach.js +1 -1
  283. package/grid/static/array/arrayIndexOf.js +1 -1
  284. package/grid/static/array/eachTree.js +1 -1
  285. package/grid/static/array/every.js +1 -1
  286. package/grid/static/array/filterTree.js +1 -1
  287. package/grid/static/array/find.js +1 -1
  288. package/grid/static/array/findTree.js +1 -1
  289. package/grid/static/array/helperCreateIterateHandle.js +1 -1
  290. package/grid/static/array/helperCreateTreeFunc.js +1 -1
  291. package/grid/static/array/includes.js +1 -1
  292. package/grid/static/array/lastArrayEach.js +1 -1
  293. package/grid/static/array/map.js +1 -1
  294. package/grid/static/array/mapTree.js +1 -1
  295. package/grid/static/array/slice.js +1 -1
  296. package/grid/static/array/sortBy.js +1 -1
  297. package/grid/static/array/sum.js +1 -1
  298. package/grid/static/array/toArray.js +1 -1
  299. package/grid/static/array/toTreeArray.js +1 -1
  300. package/grid/static/base/clear.js +1 -1
  301. package/grid/static/base/clone.js +1 -1
  302. package/grid/static/base/destructuring.js +1 -1
  303. package/grid/static/base/each.js +1 -1
  304. package/grid/static/base/eqNull.js +1 -1
  305. package/grid/static/base/findIndexOf.js +1 -1
  306. package/grid/static/base/get.js +1 -1
  307. package/grid/static/base/has.js +1 -1
  308. package/grid/static/base/hasOwnProp.js +1 -1
  309. package/grid/static/base/helperCreateGetObjects.js +1 -1
  310. package/grid/static/base/helperCreateInInObjectString.js +1 -1
  311. package/grid/static/base/helperCreateInTypeof.js +1 -1
  312. package/grid/static/base/helperCreateIndexOf.js +1 -1
  313. package/grid/static/base/helperCreateiterateIndexOf.js +1 -1
  314. package/grid/static/base/helperDefaultCompare.js +1 -1
  315. package/grid/static/base/helperDeleteProperty.js +1 -1
  316. package/grid/static/base/helperEqualCompare.js +1 -1
  317. package/grid/static/base/helperGetHGSKeys.js +5 -2
  318. package/grid/static/base/indexOf.js +1 -1
  319. package/grid/static/base/isArray.js +1 -1
  320. package/grid/static/base/isBoolean.js +1 -1
  321. package/grid/static/base/isDate.js +1 -1
  322. package/grid/static/base/isEmpty.js +1 -1
  323. package/grid/static/base/isEqual.js +1 -1
  324. package/grid/static/base/isFunction.js +1 -1
  325. package/grid/static/base/isNaN.js +1 -1
  326. package/grid/static/base/isNull.js +1 -1
  327. package/grid/static/base/isNumber.js +1 -1
  328. package/grid/static/base/isObject.js +1 -1
  329. package/grid/static/base/isPlainObject.js +1 -1
  330. package/grid/static/base/isRegExp.js +1 -1
  331. package/grid/static/base/isSet.js +1 -1
  332. package/grid/static/base/isString.js +1 -1
  333. package/grid/static/base/isUndefined.js +1 -1
  334. package/grid/static/base/keys.js +1 -1
  335. package/grid/static/base/lastEach.js +1 -1
  336. package/grid/static/base/remove.js +1 -1
  337. package/grid/static/base/set.js +1 -1
  338. package/grid/static/base/toJSONString.js +1 -1
  339. package/grid/static/base/toStringJSON.js +1 -1
  340. package/grid/static/base/uniqueId.js +1 -1
  341. package/grid/static/browse/browse.js +1 -1
  342. package/grid/static/function/property.js +1 -1
  343. package/grid/static/function/throttle.js +1 -1
  344. package/grid/static/index.js +1 -1
  345. package/grid/static/number/helperCreateToNumber.js +1 -1
  346. package/grid/static/number/toNumber.js +1 -1
  347. package/grid/static/object/assign.js +1 -1
  348. package/grid/static/object/extend.js +1 -1
  349. package/grid/static/object/lastObjectEach.js +1 -1
  350. package/grid/static/object/objectEach.js +1 -1
  351. package/grid/static/object/objectMap.js +1 -1
  352. package/grid/static/object/values.js +1 -1
  353. package/grid/static/static/staticDocument.js +1 -1
  354. package/grid/static/static/staticHGKeyRE.js +1 -1
  355. package/grid/static/static/staticParseInt.js +1 -1
  356. package/grid/static/static/staticStrUndefined.js +1 -1
  357. package/grid/static/static/staticWindow.js +1 -1
  358. package/grid/static/string/template.js +1 -1
  359. package/grid/static/string/toString.js +1 -1
  360. package/grid/utils/column.js +1 -1
  361. package/grid/utils/common.js +1 -1
  362. package/grid/utils/dom.js +1 -1
  363. package/grid/utils/event.js +1 -1
  364. package/grid/utils/index.js +1 -1
  365. package/guide/index.js +4 -3
  366. package/guide/vue.js +1 -1
  367. package/hrapprover/index.js +1 -1
  368. package/hrapprover/vue.js +1 -1
  369. package/image/index.js +2 -34
  370. package/image/vue.js +21 -10
  371. package/image-viewer/index.js +1 -1
  372. package/image-viewer/vue.js +1 -1
  373. package/index-bar/index.js +1 -2
  374. package/index-bar/vue.js +1 -1
  375. package/index-bar-anchor/vue.js +1 -1
  376. package/input/index.js +19 -6
  377. package/input/vue.js +43 -5
  378. package/ip-address/index.js +1 -1
  379. package/ip-address/vue.js +1 -1
  380. package/layout/vue.js +1 -1
  381. package/link/index.js +1 -1
  382. package/link/vue.js +1 -1
  383. package/link-menu/index.js +1 -1
  384. package/link-menu/vue.js +1 -1
  385. package/list/index.js +1 -1
  386. package/list/vue.js +1 -1
  387. package/loading/index.js +1 -1
  388. package/loading/vue.js +1 -1
  389. package/locales/index.js +2 -2
  390. package/locales/vue.js +1 -1
  391. package/logon-user/index.js +1 -1
  392. package/logon-user/vue.js +1 -1
  393. package/logout/index.js +1 -1
  394. package/logout/vue.js +1 -1
  395. package/milestone/index.js +3 -3
  396. package/milestone/vue.js +4 -4
  397. package/mini-picker/index.js +1 -1
  398. package/mini-picker/vue.js +1 -1
  399. package/modal/index.js +210 -107
  400. package/modal/vue.js +10 -7
  401. package/month-range/index.js +2 -2
  402. package/month-range/vue.js +3 -3
  403. package/month-table/index.js +3 -3
  404. package/month-table/vue.js +1 -1
  405. package/multi-select/index.js +1 -1
  406. package/multi-select/vue.js +1 -1
  407. package/nav-menu/index.js +7 -6
  408. package/nav-menu/vue.js +1 -1
  409. package/notify/index.js +1 -1
  410. package/notify/vue.js +1 -1
  411. package/numeric/index.js +28 -5
  412. package/numeric/vue.js +21 -11
  413. package/option/index.js +1 -1
  414. package/option/vue.js +1 -1
  415. package/option-group/index.js +1 -1
  416. package/option-group/vue.js +1 -1
  417. package/package.json +5 -4
  418. package/pager/vue.js +1 -1
  419. package/pager-item/index.js +1 -1
  420. package/pager-item/vue.js +1 -1
  421. package/panel/index.js +1 -1
  422. package/panel/vue.js +1 -1
  423. package/picker/index.js +8 -19
  424. package/picker/timezone.js +1 -1
  425. package/picker/vue.js +24 -29
  426. package/picker-column/index.js +1 -1
  427. package/picker-column/vue.js +1 -1
  428. package/pop-upload/index.js +1 -1
  429. package/pop-upload/vue.js +1 -1
  430. package/popconfirm/index.js +1 -1
  431. package/popconfirm/vue.js +1 -1
  432. package/popeditor/index.js +4 -1
  433. package/popeditor/vue.js +1 -1
  434. package/popover/index.js +21 -9
  435. package/popover/vue.js +42 -7
  436. package/popup/index.js +1 -1
  437. package/popup/vue.js +1 -1
  438. package/progress/index.js +1 -1
  439. package/progress/vue.js +1 -1
  440. package/pull-refresh/index.js +1 -3
  441. package/pull-refresh/vue.js +1 -1
  442. package/query-builder/index.js +1 -1
  443. package/query-builder/vue.js +1 -1
  444. package/radio/index.js +29 -6
  445. package/radio/vue.js +2 -2
  446. package/radio-button/index.js +26 -12
  447. package/radio-button/vue.js +14 -6
  448. package/radio-group/index.js +3 -3
  449. package/radio-group/vue.js +2 -2
  450. package/rate/index.js +1 -1
  451. package/rate/vue.js +1 -1
  452. package/record/index.js +1 -1
  453. package/record/vue.js +1 -1
  454. package/recycle-scroller/index.js +2 -1
  455. package/recycle-scroller/vue.js +1 -1
  456. package/rich-text-edtior/index.js +250 -0
  457. package/rich-text-edtior/vue.js +320 -0
  458. package/river/index.js +1 -1
  459. package/river/river.js +1 -1
  460. package/river/vue.js +1 -1
  461. package/roles/index.js +1 -1
  462. package/roles/vue.js +1 -1
  463. package/row/index.js +1 -1
  464. package/row/vue.js +1 -1
  465. package/scroll-text/index.js +1 -1
  466. package/scroll-text/vue.js +1 -1
  467. package/scrollbar/index.js +1 -1
  468. package/scrollbar/vue-bar.js +1 -1
  469. package/scrollbar/vue.js +1 -1
  470. package/search/index.js +8 -8
  471. package/search/vue.js +4 -4
  472. package/select/index.js +42 -22
  473. package/select/vue.js +7 -4
  474. package/select-dropdown/index.js +3 -3
  475. package/select-dropdown/vue.js +1 -1
  476. package/select-mobile/index.js +1 -1
  477. package/select-mobile/vue.js +1 -1
  478. package/select-view/index.js +1 -1
  479. package/select-view/vue.js +1 -1
  480. package/selected-box/index.js +1 -1
  481. package/selected-box/vue.js +1 -1
  482. package/slide-bar/index.js +1 -1
  483. package/slide-bar/vue.js +1 -1
  484. package/slider/index.js +36 -13
  485. package/slider/vue.js +5 -2
  486. package/slider-button/index.js +1 -1
  487. package/slider-button/vue.js +1 -1
  488. package/slider-button-group/slide-button.js +1 -1
  489. package/slider-button-group/vue.js +1 -1
  490. package/split/index.js +65 -22
  491. package/split/vue.js +48 -41
  492. package/standard-list-item/index.js +1 -1
  493. package/standard-list-item/vue.js +1 -1
  494. package/steps/index.js +1 -1
  495. package/steps/slide-bar.js +2 -1
  496. package/steps/vue.js +3 -2
  497. package/switch/index.js +4 -10
  498. package/switch/vue.js +4 -6
  499. package/tab-bar/index.js +33 -31
  500. package/tab-bar/vue.js +1 -1
  501. package/tab-dropdown/index.js +1 -1
  502. package/tab-dropdown/vue.js +1 -1
  503. package/tab-item/index.js +1 -1
  504. package/tab-item/vue.js +1 -1
  505. package/tab-item-mf/vue.js +1 -1
  506. package/tab-nav/index.js +19 -8
  507. package/tab-nav/vue.js +3 -2
  508. package/tabbar/index.js +1 -1
  509. package/tabbar/vue.js +2 -3
  510. package/tabbar-item/index.js +1 -1
  511. package/tabbar-item/vue.js +3 -3
  512. package/table/index.js +1 -1
  513. package/table/vue.js +1 -1
  514. package/tabs/index.js +22 -8
  515. package/tabs/vue.js +9 -2
  516. package/tabs-mf/index.js +1 -1
  517. package/tabs-mf/vue-bar.js +1 -1
  518. package/tabs-mf/vue-nav-item.js +1 -1
  519. package/tabs-mf/vue-nav.js +1 -1
  520. package/tabs-mf/vue.js +1 -1
  521. package/tabs-mf/wheel.js +1 -1
  522. package/tag/index.js +1 -1
  523. package/tag/vue.js +1 -1
  524. package/tag-group/index.js +1 -1
  525. package/tag-group/vue.js +1 -1
  526. package/tall-storage/index.js +1 -1
  527. package/tall-storage/vue-storage-box.js +1 -1
  528. package/tall-storage/vue.js +1 -1
  529. package/text-popup/index.js +1 -1
  530. package/text-popup/vue.js +1 -1
  531. package/time/index.js +2 -2
  532. package/time/vue.js +4 -4
  533. package/time-line/index.js +2 -2
  534. package/time-line/vue.js +5 -4
  535. package/time-panel/index.js +1 -1
  536. package/time-panel/scrollIntoView.js +1 -1
  537. package/time-panel/vue.js +1 -1
  538. package/time-picker-mobile/index.js +1 -1
  539. package/time-picker-mobile/vue.js +1 -1
  540. package/time-range/index.js +5 -5
  541. package/time-range/vue.js +4 -4
  542. package/time-spinner/index.js +1 -1
  543. package/time-spinner/vue.js +3 -3
  544. package/timeline-item/index.js +14 -15
  545. package/timeline-item/vue.js +7 -6
  546. package/toggle-menu/index.js +1 -1
  547. package/toggle-menu/vue.js +2 -1
  548. package/tooltip/index.js +6 -11
  549. package/tooltip/vue.js +5 -10
  550. package/top-box/index.js +1 -1
  551. package/top-box/vue.js +1 -1
  552. package/transfer/index.js +1 -1
  553. package/transfer/vue.js +1 -1
  554. package/transfer-panel/index.js +1 -1
  555. package/transfer-panel/vue.js +1 -1
  556. package/tree/index.js +2 -1
  557. package/tree/vue.js +1 -1
  558. package/tree-menu/index.js +6 -6
  559. package/tree-menu/vue.js +3 -3
  560. package/tree-node/index.js +5 -3
  561. package/tree-node/vue.js +6 -6
  562. package/types/action-menu.type.d.mts +88 -0
  563. package/types/action-sheet.type.d.mts +2 -0
  564. package/types/alert.type.d.mts +112 -0
  565. package/types/amount.type.d.mts +2 -0
  566. package/types/anchor.type.d.mts +83 -0
  567. package/types/area.type.d.mts +2 -0
  568. package/types/autocomplete.type.d.mts +2 -0
  569. package/types/autonavi-map.type.d.mts +2 -0
  570. package/types/avatar.type.d.mts +2 -0
  571. package/types/badge.type.d.mts +82 -0
  572. package/types/baidu-map.type.d.mts +2 -0
  573. package/types/breadcrumb-item.type.d.mts +31 -0
  574. package/types/breadcrumb.type.d.mts +57 -0
  575. package/types/bulletin-board.type.d.mts +2 -0
  576. package/types/button-group.type.d.mts +87 -0
  577. package/types/button.type.d.mts +90 -0
  578. package/types/calendar-bar.type.d.mts +2 -0
  579. package/types/calendar.type.d.mts +2 -0
  580. package/types/card-group.type.d.mts +2 -0
  581. package/types/card-template.type.d.mts +2 -0
  582. package/types/card.type.d.mts +2 -0
  583. package/types/carousel-item.type.d.mts +2 -0
  584. package/types/carousel.type.d.mts +2 -0
  585. package/types/cascader-menu.type.d.mts +49 -0
  586. package/types/cascader-mobile.type.d.mts +2 -0
  587. package/types/cascader-node.type.d.mts +53 -0
  588. package/types/cascader-panel.type.d.mts +241 -0
  589. package/types/cascader-select.type.d.mts +2 -0
  590. package/types/cascader.type.d.mts +2 -0
  591. package/types/cell.type.d.mts +2 -0
  592. package/types/chart-bar.type.d.mts +2 -0
  593. package/types/chart-boxplot.type.d.mts +2 -0
  594. package/types/chart-candle.type.d.mts +2 -0
  595. package/types/chart-core.type.d.mts +2 -0
  596. package/types/chart-funnel.type.d.mts +2 -0
  597. package/types/chart-gauge.type.d.mts +2 -0
  598. package/types/chart-graph.type.d.mts +2 -0
  599. package/types/chart-heatmap.type.d.mts +2 -0
  600. package/types/chart-line.type.d.mts +2 -0
  601. package/types/chart-liquidfill.type.d.mts +2 -0
  602. package/types/chart-map.type.d.mts +2 -0
  603. package/types/chart-pie.type.d.mts +2 -0
  604. package/types/chart-radar.type.d.mts +2 -0
  605. package/types/chart-sankey.type.d.mts +2 -0
  606. package/types/chart-scatter.type.d.mts +2 -0
  607. package/types/chart-sunburst.type.d.mts +2 -0
  608. package/types/chart-tree.type.d.mts +2 -0
  609. package/types/chart-waterfall.type.d.mts +2 -0
  610. package/types/chart-wordcloud.type.d.mts +2 -0
  611. package/types/checkbox-button.type.d.mts +2 -0
  612. package/types/checkbox-group.type.d.mts +2 -0
  613. package/types/checkbox.type.d.mts +154 -0
  614. package/types/col.type.d.mts +2 -0
  615. package/types/collapse-item.type.d.mts +60 -0
  616. package/types/collapse.type.d.mts +56 -0
  617. package/types/color-picker.type.d.mts +5 -0
  618. package/types/color-select-panel.type.d.mts +5 -0
  619. package/types/column-list-group.type.d.mts +2 -0
  620. package/types/column-list-item.type.d.mts +2 -0
  621. package/types/common.type.d.mts +2 -0
  622. package/types/company.type.d.mts +2 -0
  623. package/types/container.type.d.mts +2 -0
  624. package/types/country.type.d.mts +2 -0
  625. package/types/credit-card-form.type.d.mts +2 -0
  626. package/types/credit-card.type.d.mts +2 -0
  627. package/types/crop.type.d.mts +2 -0
  628. package/types/currency.type.d.mts +2 -0
  629. package/types/date-panel.type.d.mts +2 -0
  630. package/types/date-picker-mobile.type.d.mts +2 -0
  631. package/types/date-picker.type.d.mts +212 -0
  632. package/types/date-range.type.d.mts +2 -0
  633. package/types/date-table.type.d.mts +138 -0
  634. package/types/dept.type.d.mts +2 -0
  635. package/types/detail-page.type.d.mts +2 -0
  636. package/types/dialog-box.type.d.mts +250 -0
  637. package/types/dialog-select.type.d.mts +2 -0
  638. package/types/drawer.type.d.mts +2 -0
  639. package/types/drop-roles.type.d.mts +2 -0
  640. package/types/drop-times.type.d.mts +2 -0
  641. package/types/dropdown-item.type-e59174b8.d.ts +336 -0
  642. package/types/dropdown-item.type.d.mts +4 -0
  643. package/types/dropdown-menu.type.d.mts +4 -0
  644. package/types/dropdown.type.d.mts +142 -0
  645. package/types/dynamic-scroller-item.type.d.mts +2 -0
  646. package/types/dynamic-scroller.type.d.mts +2 -0
  647. package/types/espace.type.d.mts +2 -0
  648. package/types/exception.type.d.mts +2 -0
  649. package/types/fall-menu.type.d.mts +2 -0
  650. package/types/file-upload.type.d.mts +3 -0
  651. package/types/filter-bar.type.d.mts +2 -0
  652. package/types/filter-box.type.d.mts +2 -0
  653. package/types/filter-panel.type.d.mts +2 -0
  654. package/types/filter.type.d.mts +2 -0
  655. package/types/floatbar.type.d.mts +45 -0
  656. package/types/floating-button.type.d.mts +2 -0
  657. package/types/flowchart.type.d.mts +2 -0
  658. package/types/form-item.type.d.mts +3 -0
  659. package/types/form.type-7fc7c2ad.d.ts +374 -0
  660. package/types/form.type.d.mts +3 -0
  661. package/types/fullscreen.type.d.mts +2 -0
  662. package/types/grid.type.d.mts +2 -0
  663. package/types/guide.type.d.mts +2 -0
  664. package/types/hrapprover.type.d.mts +2 -0
  665. package/types/image-viewer.type.d.mts +2 -0
  666. package/types/image.type.d.mts +143 -0
  667. package/types/index-bar-anchor.type.d.mts +2 -0
  668. package/types/index-bar.type.d.mts +2 -0
  669. package/types/index-e0250f63.d.ts +43 -0
  670. package/types/input.type.d.mts +294 -0
  671. package/types/ip-address.type.d.mts +2 -0
  672. package/types/layout.type.d.mts +2 -0
  673. package/types/link-menu.type.d.mts +2 -0
  674. package/types/link.type.d.mts +40 -0
  675. package/types/list.type.d.mts +2 -0
  676. package/types/loading.type.d.mts +90 -0
  677. package/types/locales.type.d.mts +2 -0
  678. package/types/logon-user.type.d.mts +2 -0
  679. package/types/logout.type.d.mts +2 -0
  680. package/types/milestone.type.d.mts +144 -0
  681. package/types/mini-picker.type.d.mts +2 -0
  682. package/types/modal.type.d.mts +264 -0
  683. package/types/month-range.type.d.mts +2 -0
  684. package/types/month-table.type.d.mts +2 -0
  685. package/types/multi-select.type.d.mts +2 -0
  686. package/types/nav-menu.type.d.mts +118 -0
  687. package/types/notify.type.d.mts +2 -0
  688. package/types/numeric.type.d.mts +275 -0
  689. package/types/option-group.type.d.mts +2 -0
  690. package/types/option.type.d.mts +2 -0
  691. package/types/pager-item.type.d.mts +2 -0
  692. package/types/pager.type.d.mts +2 -0
  693. package/types/panel.type.d.mts +2 -0
  694. package/types/picker-column.type.d.mts +2 -0
  695. package/types/picker.type.d.mts +191 -0
  696. package/types/pop-upload.type.d.mts +2 -0
  697. package/types/popconfirm.type.d.mts +2 -0
  698. package/types/popeditor.type.d.mts +275 -0
  699. package/types/popover.type.d.mts +163 -0
  700. package/types/popup.type.d.mts +2 -0
  701. package/types/progress.type.d.mts +216 -0
  702. package/types/pull-refresh.type.d.mts +2 -0
  703. package/types/query-builder.type.d.mts +2 -0
  704. package/types/radio-button.type.d.mts +90 -0
  705. package/types/radio-group.type.d.mts +67 -0
  706. package/types/radio.type.d.mts +103 -0
  707. package/types/rate.type.d.mts +2 -0
  708. package/types/record.type.d.mts +2 -0
  709. package/types/recycle-scroller.type.d.mts +2 -0
  710. package/types/river.type.d.mts +2 -0
  711. package/types/roles.type.d.mts +2 -0
  712. package/types/row.type.d.mts +2 -0
  713. package/types/scroll-text.type.d.mts +2 -0
  714. package/types/scrollbar.type.d.mts +2 -0
  715. package/types/search.type.d.mts +40 -0
  716. package/types/select-dropdown.type.d.mts +2 -0
  717. package/types/select-mobile.type.d.mts +2 -0
  718. package/types/select-view.type.d.mts +2 -0
  719. package/types/select.type.d.mts +2 -0
  720. package/types/selected-box.type.d.mts +2 -0
  721. package/types/shared.type.d.mts +178 -0
  722. package/types/slide-bar.type.d.mts +2 -0
  723. package/types/slider-button-group.type.d.mts +2 -0
  724. package/types/slider-button.type.d.mts +2 -0
  725. package/types/slider.type.d.mts +199 -0
  726. package/types/split.type.d.mts +2 -0
  727. package/types/standard-list-item.type.d.mts +2 -0
  728. package/types/steps.type.d.mts +78 -0
  729. package/types/switch.type.d.mts +113 -0
  730. package/types/tab-bar.type.d.mts +42 -0
  731. package/types/tab-dropdown.type.d.mts +2 -0
  732. package/types/tab-item-mf.type.d.mts +2 -0
  733. package/types/tab-item.type.d.mts +71 -0
  734. package/types/tab-nav.type.d.mts +106 -0
  735. package/types/tabbar-item.type.d.mts +2 -0
  736. package/types/tabbar.type.d.mts +2 -0
  737. package/types/table.type.d.mts +2 -0
  738. package/types/tabs-mf.type.d.mts +2 -0
  739. package/types/tabs.type.d.mts +148 -0
  740. package/types/tag-group.type.d.mts +2 -0
  741. package/types/tag.type.d.mts +51 -0
  742. package/types/tall-storage.type.d.mts +2 -0
  743. package/types/text-popup.type.d.mts +2 -0
  744. package/types/time-line.type-4a01d597.d.ts +280 -0
  745. package/types/time-line.type.d.mts +3 -0
  746. package/types/time-panel.type.d.mts +2 -0
  747. package/types/time-picker-mobile.type.d.mts +2 -0
  748. package/types/time-range.type.d.mts +2 -0
  749. package/types/time-spinner.type.d.mts +2 -0
  750. package/types/time.type.d.mts +2 -0
  751. package/types/timeline-item.type.d.mts +3 -0
  752. package/types/toggle-menu.type.d.mts +2 -0
  753. package/types/tooltip.type.d.mts +189 -0
  754. package/types/top-box.type.d.mts +2 -0
  755. package/types/transfer-panel.type.d.mts +2 -0
  756. package/types/transfer.type.d.mts +2 -0
  757. package/types/tree-menu.type.d.mts +2 -0
  758. package/types/tree-node.type.d.mts +2 -0
  759. package/types/tree.type.d.mts +2 -0
  760. package/types/upload-dragger.type.d.mts +50 -0
  761. package/types/upload-list.type-4dfd7aba.d.ts +1123 -0
  762. package/types/upload-list.type.d.mts +3 -0
  763. package/types/upload.type.d.mts +3 -0
  764. package/types/user-account.type.d.mts +2 -0
  765. package/types/user-contact.type.d.mts +2 -0
  766. package/types/user-head-group.type.d.mts +2 -0
  767. package/types/user-head.type.d.mts +2 -0
  768. package/types/user-link.type.d.mts +2 -0
  769. package/types/user.type.d.mts +2 -0
  770. package/types/wheel.type.d.mts +2 -0
  771. package/types/wizard.type.d.mts +95 -0
  772. package/types/year-range.type.d.mts +2 -0
  773. package/types/year-table.type.d.mts +2 -0
  774. package/upload/index.js +80 -25
  775. package/upload/vue.js +1 -1
  776. package/upload-dragger/index.js +3 -2
  777. package/upload-dragger/vue.js +1 -1
  778. package/upload-list/index.js +7 -5
  779. package/upload-list/vue.js +3 -2
  780. package/user/index.js +3 -2
  781. package/user/vue.js +1 -1
  782. package/user-account/index.js +1 -1
  783. package/user-account/vue.js +1 -1
  784. package/user-contact/index.js +1 -1
  785. package/user-contact/vue.js +1 -1
  786. package/user-head/index.js +26 -31
  787. package/user-head/vue.js +16 -13
  788. package/user-head-group/index.js +20 -0
  789. package/user-head-group/vue.js +18 -5
  790. package/user-link/index.js +1 -1
  791. package/user-link/vue.js +1 -1
  792. package/wheel/index.js +1 -1
  793. package/wheel/vue.js +1 -1
  794. package/wizard/index.js +1 -1
  795. package/wizard/vue.js +1 -2
  796. package/year-range/index.js +2 -2
  797. package/year-range/vue.js +4 -4
  798. package/year-table/index.js +3 -3
  799. package/year-table/vue.js +1 -1
  800. /package/{chunk-PKUHTIDK.js → chunk-G2ADBYYC.js} +0 -0
package/switch/vue.js CHANGED
@@ -1,12 +1,9 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { toggle, computedWarpClasses, computedInnerClasses, computedStyle } from "./index";
3
3
  const api = ["toggle", "state"];
4
4
  const renderless = (props, { computed, watch, reactive, inject }, { parent, constants, mode, emit, designConfig }) => {
5
5
  const prefixCls = constants.prefixcls(mode);
6
6
  parent.tinyForm = parent.tinyForm || inject("form", null);
7
- const api2 = {
8
- computedInnerClasses: computedInnerClasses({ prefixCls })
9
- };
10
7
  const state = reactive({
11
8
  currentValue: props.modelValue,
12
9
  innerClasses: computed(() => api2.computedInnerClasses()),
@@ -23,12 +20,13 @@ const renderless = (props, { computed, watch, reactive, inject }, { parent, cons
23
20
  }
24
21
  })
25
22
  });
26
- Object.assign(api2, {
23
+ const api2 = {
27
24
  state,
25
+ computedInnerClasses: computedInnerClasses({ prefixCls }),
28
26
  computedStyle: computedStyle({ props, state }),
29
27
  computedWarpClasses: computedWarpClasses({ prefixCls, props, state }),
30
28
  toggle: toggle({ emit, props, state })
31
- });
29
+ };
32
30
  watch(
33
31
  () => props.modelValue,
34
32
  (value) => {
package/tab-bar/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { POSITION } from "../common";
3
3
  import { capitalize } from "../common/string";
4
4
  const computedBarStyle = (parent) => (props, state) => {
@@ -7,42 +7,44 @@ const computedBarStyle = (parent) => (props, state) => {
7
7
  let tabSize = 0;
8
8
  const sizeName = ~[POSITION.Top, POSITION.Bottom].indexOf(state.rootTabs.position) ? "width" : "height";
9
9
  const sizeDir = sizeName === "width" ? "x" : "y";
10
- props.tabs.every(({ state: state2 }) => {
11
- const $el = parent.$refs[`tabs-${state2.paneName}`];
12
- if (!$el) {
13
- return false;
14
- }
15
- const barLength = $el.getBoundingClientRect()[sizeName];
16
- const barMarginRight = parseFloat(window.getComputedStyle($el).marginRight);
17
- if (!state2.active) {
18
- if ($el.getBoundingClientRect().width === 0) {
19
- const unactive = $el.cloneNode(true);
20
- document.body.appendChild(unactive);
21
- const unactiveSty = window.getComputedStyle(unactive);
22
- offset += parseFloat(unactiveSty[sizeName]) - parseFloat(unactiveSty.marginRight);
23
- document.body.removeChild(unactive);
24
- } else {
25
- offset += sizeName === "height" ? barLength : barLength + barMarginRight;
10
+ if (props.tabs && props.tabs.length) {
11
+ props.tabs.every(({ state: state2 }) => {
12
+ const $el = parent.$refs[`tabs-${state2.paneName}`];
13
+ if (!$el) {
14
+ return false;
26
15
  }
27
- return true;
28
- } else {
29
- const copyEl = $el.cloneNode(true);
30
- const eleStyle = window.getComputedStyle(copyEl);
31
- tabSize = barLength;
32
- if (tabSize === 0) {
33
- document.body.appendChild(copyEl);
34
- tabSize = parseFloat(eleStyle.width) - parseFloat(eleStyle.paddingLeft) - parseFloat(eleStyle.paddingRight);
35
- document.body.removeChild(copyEl);
16
+ const barLength = $el.getBoundingClientRect()[sizeName];
17
+ const barMarginRight = parseFloat(window.getComputedStyle($el).marginRight);
18
+ if (!state2.active) {
19
+ if ($el.getBoundingClientRect().width === 0) {
20
+ const unactive = $el.cloneNode(true);
21
+ document.body.appendChild(unactive);
22
+ const unactiveSty = window.getComputedStyle(unactive);
23
+ offset += parseFloat(unactiveSty[sizeName]) - parseFloat(unactiveSty.marginRight);
24
+ document.body.removeChild(unactive);
25
+ } else {
26
+ offset += sizeName === "height" ? barLength : barLength + barMarginRight;
27
+ }
28
+ return true;
36
29
  } else {
37
- if (sizeName === "width") {
30
+ const copyEl = $el.cloneNode(true);
31
+ const eleStyle = window.getComputedStyle(copyEl);
32
+ tabSize = barLength;
33
+ if (tabSize === 0) {
38
34
  document.body.appendChild(copyEl);
39
- tabSize -= parseFloat(eleStyle.paddingRight);
35
+ tabSize = parseFloat(eleStyle.width) - parseFloat(eleStyle.paddingLeft) - parseFloat(eleStyle.paddingRight);
40
36
  document.body.removeChild(copyEl);
41
- return false;
37
+ } else {
38
+ if (sizeName === "width") {
39
+ document.body.appendChild(copyEl);
40
+ tabSize -= parseFloat(eleStyle.paddingRight);
41
+ document.body.removeChild(copyEl);
42
+ return false;
43
+ }
42
44
  }
43
45
  }
44
- }
45
- });
46
+ });
47
+ }
46
48
  const transform = `translate${capitalize(sizeDir)}(${offset}px)`;
47
49
  style[sizeName] = tabSize + "px";
48
50
  style.transform = transform;
package/tab-bar/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { computedBarStyle } from "./index";
3
3
  const api = ["state", "computedBarStyle"];
4
4
  const renderless = (props, { inject, reactive }, { parent }) => {
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const handleClick = (state) => (name) => {
3
3
  state.rootTabs.setCurrentName(name);
4
4
  state.hide = true;
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { handleClick, setDropdownTabs } from "./index";
3
3
  const api = ["state", "handleClick", " setDropdownTabs"];
4
4
  const renderless = (props, { inject, reactive }) => {
package/tab-item/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const computedIsClosable = ({ rootTabs, props }) => () => props.withClose || rootTabs.withClose;
3
3
  const computedActive = ({ nextTick, props, state }) => () => {
4
4
  const active = state.rootTabs.state.currentName === (props.name || state.index);
package/tab-item/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { computedIsClosable, computedActive, computedPaneName, watchTitle } from "./index";
3
3
  const api = ["state"];
4
4
  const renderless = (props, { computed, inject, reactive, watch }, { parent, nextTick }) => {
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const renderless = (props, { inject }, { slots }) => {
3
3
  const tabs = inject("tabs", null);
4
4
  const { title, name } = props;
package/tab-nav/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { KEY_CODE, POSITION } from "../common";
3
3
  import { capitalize } from "../common/string";
4
4
  import { addResizeListener, removeResizeListener } from "../common/deps/resize-event";
@@ -53,9 +53,12 @@ const updated = ({ api, refs, state }) => () => {
53
53
  const currentOffset = state.navOffset;
54
54
  if (containerSize < navSize) {
55
55
  const currentOffset2 = state.navOffset;
56
- state.scrollable = state.scrollable || {};
57
- state.scrollable.prev = currentOffset2;
58
- state.scrollable.next = currentOffset2 + containerSize < navSize;
56
+ if (!state.scrollable) {
57
+ state.scrollable = {
58
+ prev: currentOffset2,
59
+ next: currentOffset2 + containerSize < navSize
60
+ };
61
+ }
59
62
  if (navSize - currentOffset2 < containerSize) {
60
63
  state.navOffset = navSize - containerSize;
61
64
  }
@@ -164,8 +167,9 @@ const changeTab = (api) => (event) => {
164
167
  const keyCode = event.keyCode;
165
168
  let nextIndex;
166
169
  let currentIndex, tabList;
167
- if (~[KEY_CODE.ArrowLeft, KEY_CODE.ArrowRight, KEY_CODE.ArrowUp, KEY_CODE.ArrowDown].indexOf(keyCode)) {
168
- tabList = event.currentTarget.querySelectorAll("[role=tab]");
170
+ if (~[KEY_CODE.ArrowLeft, KEY_CODE.ArrowRight, KEY_CODE.ArrowUp, KEY_CODE.ArrowDown].indexOf(keyCode) && event.currentTarget) {
171
+ const target = event.currentTarget;
172
+ tabList = target.querySelectorAll("[role=tab]");
169
173
  currentIndex = Array.prototype.indexOf.call(tabList, event.target);
170
174
  } else {
171
175
  return;
@@ -254,7 +258,14 @@ const handleTabDragEnd = ({ refs, state, nextTick }) => () => {
254
258
  });
255
259
  }
256
260
  };
257
- const sortableEvent = ({ api, props, state, refs, emit, markRaw }) => () => {
261
+ const sortableEvent = ({
262
+ api,
263
+ props,
264
+ state,
265
+ refs,
266
+ emit,
267
+ markRaw
268
+ }) => () => {
258
269
  if (!props.dropConfig || typeof props.dropConfig.plugin !== "function") {
259
270
  return;
260
271
  }
@@ -271,7 +282,7 @@ const sortableEvent = ({ api, props, state, refs, emit, markRaw }) => () => {
271
282
  api.handleTabDragStart(event);
272
283
  },
273
284
  onEnd(event) {
274
- api.handleTabDragEnd(event);
285
+ api.handleTabDragEnd();
275
286
  }
276
287
  });
277
288
  state.navSortableObj = markRaw(navSortableObj);
package/tab-nav/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import {
3
3
  computedNavStyle,
4
4
  computedSizeName,
@@ -57,7 +57,8 @@ const renderless = (props, { computed, inject, onBeforeUnmount, onMounted, onUpd
57
57
  mode: props._mode || parent.$mode || tinyMode || "pc",
58
58
  rootTabs: inject("rootTabs"),
59
59
  sizeName: computed(() => api2.computedSizeName(state)),
60
- navStyle: computed(() => api2.computedNavStyle(state))
60
+ navStyle: computed(() => api2.computedNavStyle(state)),
61
+ navSortableObj: {}
61
62
  });
62
63
  Object.assign(api2, {
63
64
  state,
package/tabbar/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const setActiveItem = ({ props, state }) => () => {
3
3
  state.children.forEach((item, index) => {
4
4
  item.state ? item.state.index = index : item.index = index;
package/tabbar/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { setActiveItem, onChange, getChildrens } from "./index";
3
3
  const api = ["state", "onChange", "getChildrens"];
4
4
  const renderless = (props, { computed, onMounted, reactive, watch }, { refs, emit, nextTick, childrenHandler }) => {
@@ -10,7 +10,6 @@ const renderless = (props, { computed, onMounted, reactive, watch }, { refs, emi
10
10
  const api2 = {
11
11
  state,
12
12
  onChange: onChange({ emit, props }),
13
- parent: computed(() => api2.getParent()),
14
13
  setActiveItem: setActiveItem({ props, state }),
15
14
  getChildrens: getChildrens({ childrenHandler })
16
15
  };
@@ -22,7 +21,7 @@ const renderless = (props, { computed, onMounted, reactive, watch }, { refs, emi
22
21
  }
23
22
  });
24
23
  watch(() => props.modelValue, api2.setActiveItem, { immediate: true });
25
- watch(() => state.children, api2.setActiveItem, { immediate: true });
24
+ watch(() => state.children, api2.setActiveItem, { immediate: true, deep: true });
26
25
  return api2;
27
26
  };
28
27
  export {
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { isObject, isNull } from "../common/type";
3
3
  const getRouteActive = ({ props, route }) => () => {
4
4
  if (props.to && route) {
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { getRouteActive, onClick, bindChildren, routeTab } from "./index";
3
3
  import { xss } from "../common/xss.js";
4
4
  const api = ["state", "onClick"];
@@ -9,8 +9,8 @@ const renderless = (props, { computed, onMounted, reactive }, { parent, emit, ne
9
9
  info: computed(() => props.dot ? "" : !props.dot && props.badge),
10
10
  url: computed(() => xss.filterUrl(props.url)),
11
11
  routeActive: computed(() => api2.getRouteActive()),
12
- renderActive: computed(() => parent.$parent.route ? state.routeActive : state.active),
13
- renderColor: computed(() => parent.$parent[state.active ? "activeColor" : "inactiveColor"])
12
+ renderActive: computed(() => parent.route ? state.routeActive : state.active),
13
+ renderColor: computed(() => parent[state.active ? "activeColor" : "inactiveColor"])
14
14
  });
15
15
  Object.assign(api2, {
16
16
  state,
package/table/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const computedCheckableData = ({ props }) => () => props.data.filter((item) => !item.disabled);
3
3
  const computedSelectedKeys = ({ props, state }) => () => {
4
4
  const keys = [];
package/table/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import {
3
3
  computedCheckableData,
4
4
  computedSelectedKeys,
package/tabs/index.js CHANGED
@@ -1,5 +1,10 @@
1
- import "../chunk-PKUHTIDK.js";
2
- const calcPaneInstances = ({ constants, parent, state, childrenHandler }) => (isForceUpdate = false) => {
1
+ import "../chunk-G2ADBYYC.js";
2
+ const calcPaneInstances = ({
3
+ constants,
4
+ parent,
5
+ state,
6
+ childrenHandler
7
+ }) => (isForceUpdate = false) => {
3
8
  const tabItemVNodes = parent.$slots.default;
4
9
  if (tabItemVNodes) {
5
10
  const currentPanes = [];
@@ -27,7 +32,13 @@ const calcPaneInstances = ({ constants, parent, state, childrenHandler }) => (is
27
32
  state.panes = [];
28
33
  }
29
34
  };
30
- const calcMorePanes = ({ parent, props, state, refs, nextTick }) => () => {
35
+ const calcMorePanes = ({
36
+ parent,
37
+ props,
38
+ state,
39
+ refs,
40
+ nextTick
41
+ }) => () => {
31
42
  if (!props.showMoreTabs) {
32
43
  return;
33
44
  }
@@ -39,11 +50,13 @@ const calcMorePanes = ({ parent, props, state, refs, nextTick }) => () => {
39
50
  nextTick(() => {
40
51
  let tabsAllWidth = 0;
41
52
  for (let i = 0; i < tabs.length; i++) {
42
- tabsAllWidth = tabs[i].offsetLeft + tabs[i].offsetWidth / 2;
53
+ const tabItem = tabs[i];
54
+ tabsAllWidth = tabItem.offsetLeft + tabItem.offsetWidth / 2;
43
55
  const tabsHeaderWidth = tabNavRefs.navScroll.offsetWidth;
44
- if (tabsAllWidth > tabsHeaderWidth) {
45
- if (state.currentName >= i + 1) {
46
- state.showPanesCount = state.currentName - 0;
56
+ const currentName = Number(state.currentName);
57
+ if (tabsAllWidth > tabsHeaderWidth && currentName >= 0) {
58
+ if (currentName >= i + 1) {
59
+ state.showPanesCount = currentName - 0;
47
60
  } else {
48
61
  state.showPanesCount = i;
49
62
  }
@@ -111,7 +124,8 @@ const created = ({ api, parent, state }) => () => {
111
124
  parent.$on("tab-nav-update", api.calcPaneInstances.bind(null, true));
112
125
  };
113
126
  const changeDirection = ({ props, state }) => (currentName) => {
114
- state.panes.forEach((item, index) => {
127
+ const panes = state.panes;
128
+ panes.forEach((item, index) => {
115
129
  if (item.state.paneName === currentName && state.currentIndex !== index) {
116
130
  const isTopOrBottom = ~["top", "bottom"].indexOf(props.position);
117
131
  const isPrev = state.currentIndex < index;
package/tabs/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import {
3
3
  calcMorePanes,
4
4
  calcExpandPanes,
@@ -40,7 +40,14 @@ const initState = ({ reactive, props }) => reactive({
40
40
  direction: "",
41
41
  expandPanesWidth: ""
42
42
  });
43
- const initWatcher = ({ watch, props, api: api2, state, nextTick, refs }) => {
43
+ const initWatcher = ({
44
+ watch,
45
+ props,
46
+ api: api2,
47
+ state,
48
+ nextTick,
49
+ refs
50
+ }) => {
44
51
  watch(() => props.modelValue, api2.setCurrentName);
45
52
  watch(() => props.activeName, api2.setCurrentName);
46
53
  watch(
package/tabs-mf/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { random } from "../common/string";
3
3
  import debounce from "../common/deps/debounce";
4
4
  const setActive = ({ emit, state, props }) => (name) => {
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { addResizeListener, removeResizeListener } from "../common/deps/resize-event";
3
3
  import { wheelListener, getBoundRect, handleClickDropdownItem, key, emitAdd } from "./index";
4
4
  import { getAddWheelListener } from "./wheel";
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { handleNavItemClick, getBoundRectNV, handleNavItemClose } from "./index";
3
3
  const api = ["state", "handleNavItemClick", "getBoundRect", "handleNavItemClose"];
4
4
  const renderless = (props, { inject, markRaw, reactive, computed }, { vm }) => {
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const api = ["state"];
3
3
  const renderless = (props, { reactive, inject, computed }) => {
4
4
  const tabs = inject("tabs", null);
package/tabs-mf/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { random } from "../common/string";
3
3
  import { setActive, addItem, addNav, scrollTo, clickMore, removeItem } from "./index";
4
4
  const api = ["state", "setActive", "addItem", "addNav", "scrollTo", "clickMore", "removeItem"];
package/tabs-mf/wheel.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const getAddWheelListener = (window, document) => {
3
3
  const { addApiName, removeApiName, prefix } = detectEventModel(window);
4
4
  const support = detectAvailableWheelEvent(document);
package/tag/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const handleClose = ({ emit, props, state }) => (event) => {
3
3
  if (props.disabled)
4
4
  return;
package/tag/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { handleClose, handleClick } from "./index";
3
3
  const api = ["state", "handleClose", "handleClick"];
4
4
  const renderless = (props, { reactive, computed }, { emit, parent }) => {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __spreadValues
3
- } from "../chunk-PKUHTIDK.js";
3
+ } from "../chunk-G2ADBYYC.js";
4
4
  const handelItemClick = ({ emit }) => (item, index, $event) => {
5
5
  emit("item-click", item, index, $event);
6
6
  };
package/tag-group/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { addResizeListener, removeResizeListener } from "../common/deps/resize-event";
3
3
  import debounce from "../common/deps/debounce";
4
4
  import { getHiddenTags, handelItemClick } from "./index";
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { KEY_CODE } from "../common";
3
3
  const mousedown = (event) => {
4
4
  if (event && event.preventDefault) {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __spreadProps,
3
3
  __spreadValues
4
- } from "../chunk-PKUHTIDK.js";
4
+ } from "../chunk-G2ADBYYC.js";
5
5
  import { addMemory, searchMemory, selectedMemory } from "./index";
6
6
  var vue_storage_box_default = ({ api, props, reactive, toRefs }) => {
7
7
  const state = reactive({
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { mousedown, selectItem, keydown } from "./index";
3
3
  import { on, off } from "../common/deps/dom";
4
4
  const api = ["state", "mousedown", "selectItem"];
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const computedWidth = ({ props }) => () => {
3
3
  if (typeof props.width === "number" || !Number.isNaN(Number(props.width))) {
4
4
  return props.width + "px";
package/text-popup/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { computedWidth, watchValue, mounted, onFocus, onBlur, onInput, separteText, jointText } from "./index";
3
3
  const api = ["state", "onFocus", "onBlur", "onInput"];
4
4
  const renderless = (props, { computed, onMounted, reactive, watch, inject }, { emit, nextTick, refs }) => {
package/time/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { limitTimeRange, clearMilliseconds, timeWithinRange } from "../common/deps/date-util";
3
3
  const watchValue = ({ api, nextTick, state }) => (value) => {
4
4
  let date;
5
5
  if (value instanceof Date) {
6
6
  date = limitTimeRange(value, state.selectableRange, state.format);
7
7
  } else if (!value) {
8
- date = state.defaultValue ? new Date(state.defaultValue) : new Date();
8
+ date = state.defaultValue ? new Date(state.defaultValue) : /* @__PURE__ */ new Date();
9
9
  }
10
10
  state.date = date;
11
11
  if (state.visible && state.needInitAdjust) {
package/time/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import {
3
3
  changeSelectionRange,
4
4
  adjustSpinners,
@@ -20,8 +20,8 @@ const initState = ({ reactive, props, computed, api: api2 }) => {
20
20
  format: "HH:mm:ss",
21
21
  value: "",
22
22
  defaultValue: null,
23
- date: props.value || new Date(),
24
- oldValue: new Date(),
23
+ date: props.value || /* @__PURE__ */ new Date(),
24
+ oldValue: /* @__PURE__ */ new Date(),
25
25
  selectableRange: [],
26
26
  selectionRange: [0, 2],
27
27
  disabled: false,
@@ -67,7 +67,7 @@ const renderless = (props, { computed, onMounted, reactive, watch, nextTick }, {
67
67
  );
68
68
  watch(
69
69
  () => state.defaultValue,
70
- (value) => !isDate(state.value) && (state.date = value ? new Date(value) : new Date())
70
+ (value) => !isDate(state.value) && (state.date = value ? new Date(value) : /* @__PURE__ */ new Date())
71
71
  );
72
72
  onMounted(() => {
73
73
  api2.handleConfirm(true, true);
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __spreadProps,
3
3
  __spreadValues
4
- } from "../chunk-PKUHTIDK.js";
4
+ } from "../chunk-G2ADBYYC.js";
5
5
  import { format } from "../common/date";
6
6
  const getDate = (dateTime) => ({
7
7
  date: format(dateTime, "yyyy-MM-dd"),
@@ -11,7 +11,7 @@ const getStatus = ({ state, t }) => (value) => {
11
11
  const status = state.current - value;
12
12
  return status > 0 ? t("ui.steps.done") : status === 0 ? t("ui.steps.doing") : t("ui.steps.wait");
13
13
  };
14
- const computedSpace = ({ props }) => {
14
+ const computedSpace = ({ props }) => () => {
15
15
  const { space } = props;
16
16
  if (/^\d+$/.test(space)) {
17
17
  return `${space}px`;
package/time-line/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import {
3
3
  handleClick,
4
4
  getStatusCls,
@@ -21,7 +21,7 @@ const renderless = (props, { computed, reactive, provide, watch }, { t, emit, co
21
21
  current: computed(() => api2.computedCurrent()),
22
22
  isReverse: computed(() => api2.computedIsReverse()),
23
23
  stackNodes: computed(() => state.showAll ? state.nodes : api2.computedStackNodes()),
24
- computedSpace: computed(() => computedSpace({ props })),
24
+ computedSpace: computed(() => api2.computedSpace()),
25
25
  showData: false,
26
26
  showAll: false,
27
27
  computedWrapperClass: computed(() => api2.computedWrapperClass())
@@ -32,9 +32,10 @@ const renderless = (props, { computed, reactive, provide, watch }, { t, emit, co
32
32
  computedData: computedData({ props, state }),
33
33
  computedCurrent: computedCurrent({ props, state }),
34
34
  computedIsReverse: computedIsReverse(props),
35
+ computedSpace: computedSpace({ props }),
35
36
  getStatus: getStatus({ state, t }),
36
- handleClick: handleClick({ emit, state, api: api2 }),
37
- getStatusCls: getStatusCls({ constants, props, state }),
37
+ handleClick: handleClick({ emit, state }),
38
+ getStatusCls: getStatusCls({ constants, state }),
38
39
  computedStackNodes: computedStackNodes({ state, constants }),
39
40
  changeStatus: changeStatus({ state }),
40
41
  computedWrapperClass: computedWrapperClass({ props })
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import scrollIntoView from "../common/deps/scroll-into-view";
3
3
  import { DATEPICKER } from "../common";
4
4
  const parseTime = () => (time) => {
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  var scrollIntoView_default = (container, selected) => {
3
3
  if (!selected) {
4
4
  container.scrollTop = 0;
package/time-panel/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import {
3
3
  handleKeydown,
4
4
  isValidValue,
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  const optionMethod = (value) => {
3
3
  const val = ("0" + value).slice(-2);
4
4
  return { id: val, label: val };
@@ -1,4 +1,4 @@
1
- import "../chunk-PKUHTIDK.js";
1
+ import "../chunk-G2ADBYYC.js";
2
2
  import { optionMethod, watchModelValue, watchVisible, confirm, updateVisible } from "./index";
3
3
  const api = ["state", "confirm", "updateVisible"];
4
4
  const renderless = (props, { reactive, watch }, { emit }) => {