@geelato/web-vue 2.58.1 → 2.58.2

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 (179) hide show
  1. package/dist/arco-vue.js +19 -1
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +10 -7
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/es/_components/icon-hover.d.ts +3 -3
  6. package/es/_components/input-label/input-label.d.ts +5 -5
  7. package/es/_components/picker/input-range.d.ts +10 -10
  8. package/es/_components/picker/input.d.ts +8 -8
  9. package/es/_components/select-view/select-view.d.ts +6 -6
  10. package/es/_components/virtual-list-v2/virtual-list.d.ts +5 -5
  11. package/es/_hooks/use-form-item.d.ts +2 -2
  12. package/es/_hooks/use-size.d.ts +3 -3
  13. package/es/alert/alert.d.ts +6 -6
  14. package/es/alert/index.d.ts +12 -12
  15. package/es/anchor/anchor.d.ts +1 -1
  16. package/es/anchor/index.d.ts +3 -3
  17. package/es/auto-complete/auto-complete.d.ts +3 -3
  18. package/es/auto-complete/index.d.ts +9 -9
  19. package/es/avatar/avatar.d.ts +1 -1
  20. package/es/avatar/index.d.ts +3 -3
  21. package/es/button/button-group.d.ts +2 -2
  22. package/es/button/button.d.ts +2 -2
  23. package/es/button/index.d.ts +5 -5
  24. package/es/calendar/calendar.d.ts +1 -1
  25. package/es/calendar/index.d.ts +3 -3
  26. package/es/card/card.d.ts +2 -2
  27. package/es/card/index.d.ts +3 -3
  28. package/es/carousel/carousel-indicator.d.ts +1 -1
  29. package/es/cascader/cascader-panel.d.ts +7 -7
  30. package/es/cascader/cascader.d.ts +33 -33
  31. package/es/cascader/index.d.ts +85 -85
  32. package/es/checkbox/checkbox-group.d.ts +2 -2
  33. package/es/checkbox/checkbox.d.ts +6 -6
  34. package/es/checkbox/index.d.ts +14 -14
  35. package/es/collapse/collapse-item.d.ts +3 -3
  36. package/es/collapse/index.d.ts +3 -3
  37. package/es/color-picker/color-picker.d.ts +4 -4
  38. package/es/color-picker/index.d.ts +9 -9
  39. package/es/comment/comment.d.ts +2 -2
  40. package/es/comment/index.d.ts +3 -3
  41. package/es/config-provider/config-provider.d.ts +3 -3
  42. package/es/config-provider/index.d.ts +6 -6
  43. package/es/date-picker/index.d.ts +66 -66
  44. package/es/date-picker/panels/date/index.d.ts +8 -8
  45. package/es/date-picker/panels/footer.d.ts +5 -5
  46. package/es/date-picker/panels/shortcuts.d.ts +5 -5
  47. package/es/date-picker/panels/week/index.d.ts +8 -8
  48. package/es/date-picker/picker-panel.d.ts +26 -26
  49. package/es/date-picker/picker.d.ts +61 -61
  50. package/es/date-picker/range-picker-panel.d.ts +27 -27
  51. package/es/date-picker/range-picker.d.ts +66 -66
  52. package/es/descriptions/descriptions.d.ts +4 -4
  53. package/es/descriptions/index.d.ts +9 -9
  54. package/es/drawer/drawer.d.ts +9 -9
  55. package/es/drawer/index.d.ts +19 -19
  56. package/es/dropdown/dropdown-button.d.ts +26 -26
  57. package/es/dropdown/dropdown-option.d.ts +2 -2
  58. package/es/dropdown/dropdown-panel.d.ts +6 -6
  59. package/es/dropdown/dropdown-submenu.d.ts +21 -21
  60. package/es/dropdown/dropdown.d.ts +18 -18
  61. package/es/dropdown/index.d.ts +85 -85
  62. package/es/form/form-item-label.d.ts +28 -28
  63. package/es/form/form-item.d.ts +35 -35
  64. package/es/form/form.d.ts +2 -2
  65. package/es/form/index.d.ts +38 -38
  66. package/es/image/preview-action.d.ts +27 -27
  67. package/es/image/preview-toolbar.d.ts +27 -27
  68. package/es/input/index.d.ts +22 -22
  69. package/es/input/input-password.d.ts +8 -8
  70. package/es/input/input-search.d.ts +2 -2
  71. package/es/input/input.d.ts +5 -5
  72. package/es/input-number/index.d.ts +18 -18
  73. package/es/input-number/input-number.d.ts +8 -8
  74. package/es/input-tag/index.d.ts +30 -30
  75. package/es/input-tag/input-tag.d.ts +11 -11
  76. package/es/list/index.d.ts +12 -12
  77. package/es/list/list.d.ts +5 -5
  78. package/es/mention/index.d.ts +15 -15
  79. package/es/mention/mention.d.ts +5 -5
  80. package/es/menu/base-menu.d.ts +1 -1
  81. package/es/menu/item.d.ts +1 -1
  82. package/es/menu/menu.d.ts +1 -1
  83. package/es/menu/sub-menu-pop.d.ts +15 -15
  84. package/es/message/message.d.ts +7 -7
  85. package/es/modal/index.d.ts +16 -16
  86. package/es/modal/modal.d.ts +8 -8
  87. package/es/notification/notification.d.ts +4 -4
  88. package/es/page-header/index.d.ts +6 -6
  89. package/es/page-header/page-header.d.ts +3 -3
  90. package/es/pagination/index.d.ts +6 -6
  91. package/es/pagination/page-jumper.d.ts +18 -18
  92. package/es/pagination/page-options.d.ts +85 -85
  93. package/es/pagination/pagination.d.ts +3 -3
  94. package/es/popconfirm/index.d.ts +37 -37
  95. package/es/popconfirm/popconfirm.d.ts +18 -18
  96. package/es/popover/index.d.ts +24 -24
  97. package/es/popover/popover.d.ts +12 -12
  98. package/es/progress/circle.d.ts +5 -5
  99. package/es/progress/index.d.ts +36 -36
  100. package/es/progress/line.d.ts +5 -5
  101. package/es/progress/progress.d.ts +19 -19
  102. package/es/progress/steps.d.ts +2 -2
  103. package/es/radio/index.d.ts +16 -16
  104. package/es/radio/radio-group.d.ts +4 -4
  105. package/es/radio/radio.d.ts +5 -5
  106. package/es/rate/index.d.ts +9 -9
  107. package/es/rate/rate.d.ts +3 -3
  108. package/es/scrollbar/index.d.ts +6 -6
  109. package/es/scrollbar/scrollbar.d.ts +3 -3
  110. package/es/select/index.d.ts +85 -85
  111. package/es/select/option.d.ts +16 -16
  112. package/es/select/select-dropdown.d.ts +7 -7
  113. package/es/select/select.d.ts +30 -30
  114. package/es/skeleton/index.d.ts +3 -3
  115. package/es/skeleton/skeleton.d.ts +1 -1
  116. package/es/slider/index.d.ts +96 -96
  117. package/es/slider/slider-button.d.ts +27 -27
  118. package/es/slider/slider-input.d.ts +18 -18
  119. package/es/slider/slider.d.ts +47 -47
  120. package/es/space/index.d.ts +6 -6
  121. package/es/space/space.d.ts +3 -3
  122. package/es/split/index.d.ts +6 -6
  123. package/es/split/split.d.ts +2 -2
  124. package/es/statistic/countdown.d.ts +1 -1
  125. package/es/statistic/index.d.ts +4 -4
  126. package/es/statistic/statistic.d.ts +1 -1
  127. package/es/steps/index.d.ts +9 -9
  128. package/es/steps/step.d.ts +3 -3
  129. package/es/steps/steps.d.ts +3 -3
  130. package/es/switch/index.d.ts +15 -15
  131. package/es/switch/switch.d.ts +9 -9
  132. package/es/table/index.d.ts +24 -24
  133. package/es/table/table-column.d.ts +2 -2
  134. package/es/table/table-operation-td.d.ts +30 -30
  135. package/es/table/table-td.d.ts +1 -1
  136. package/es/table/table.d.ts +11 -11
  137. package/es/table/table.js +20 -2
  138. package/es/tabs/index.d.ts +9 -9
  139. package/es/tabs/tabs-nav.d.ts +1 -1
  140. package/es/tabs/tabs-tab.d.ts +4 -4
  141. package/es/tabs/tabs.d.ts +4 -4
  142. package/es/tag/index.d.ts +12 -12
  143. package/es/tag/tag.d.ts +6 -6
  144. package/es/textarea/index.d.ts +15 -15
  145. package/es/textarea/textarea.d.ts +6 -6
  146. package/es/time-picker/index.d.ts +113 -113
  147. package/es/time-picker/panel.d.ts +8 -8
  148. package/es/time-picker/range-panel.d.ts +8 -8
  149. package/es/time-picker/time-picker.d.ts +54 -54
  150. package/es/timeline/index.d.ts +3 -3
  151. package/es/timeline/timeline.d.ts +2 -2
  152. package/es/tooltip/index.d.ts +27 -27
  153. package/es/tooltip/tooltip.d.ts +13 -13
  154. package/es/transfer/index.d.ts +90 -90
  155. package/es/transfer/transfer-view.d.ts +37 -37
  156. package/es/transfer/transfer.d.ts +44 -44
  157. package/es/tree/base-node.d.ts +14 -14
  158. package/es/tree/index.d.ts +19 -19
  159. package/es/tree/transition-node-list.d.ts +14 -14
  160. package/es/tree/tree.d.ts +9 -9
  161. package/es/tree-select/index.d.ts +95 -95
  162. package/es/tree-select/panel.d.ts +19 -19
  163. package/es/tree-select/tree-select.d.ts +45 -45
  164. package/es/trigger/index.d.ts +12 -12
  165. package/es/trigger/trigger.d.ts +7 -7
  166. package/es/typography/base.d.ts +2 -2
  167. package/es/typography/edit-content.d.ts +67 -67
  168. package/es/typography/index.d.ts +3 -3
  169. package/es/typography/operations.d.ts +27 -27
  170. package/es/typography/title.d.ts +3 -3
  171. package/es/upload/index.d.ts +6 -6
  172. package/es/upload/upload.d.ts +2 -2
  173. package/es/verification-code/index.d.ts +12 -12
  174. package/es/verification-code/verification-code.d.ts +5 -5
  175. package/json/vetur-attributes.json +2123 -2123
  176. package/json/vetur-tags.json +750 -750
  177. package/json/web-types.json +4379 -4379
  178. package/lib/table/table.js +19 -1
  179. package/package.json +1 -1
@@ -9890,7 +9890,10 @@
9890
9890
  }, column: l3, operations: xt2.value, dataColumns: J2.value, resizable: i2, onClick: (e2) => ((e3, t3) => {
9891
9891
  n2("headerClick", e3, t3);
9892
9892
  })(l3, e2) }, { th: r2.th });
9893
- })] }))], thead: r2.thead }), eo2 = () => {
9893
+ })] }))], thead: r2.thead }), eo2 = e.defineComponent({ setup: (t3, { attrs: o2, slots: l2 }) => () => {
9894
+ var _a2;
9895
+ return e.createVNode("table", e.mergeProps(o2, { cellpadding: 0, cellspacing: 0 }), [e.createVNode(th, { dataColumns: J2.value, operations: xt2.value, columnWidth: oe2 }, null), (_a2 = l2.default) == null ? void 0 : _a2.call(l2)]);
9896
+ } }), to2 = () => {
9894
9897
  var _a2, _b;
9895
9898
  if (X2.value) {
9896
9899
  const o2 = s(t2.stickyHeader) ? `${t2.stickyHeader}px` : void 0, l2 = [(_a2 = j2.value) == null ? void 0 : _a2.outerClass];
@@ -9898,15 +9901,15 @@
9898
9901
  const n3 = { top: o2, ...(_b = j2.value) == null ? void 0 : _b.outerStyle }, a2 = M2.value ? Zo : "div";
9899
9902
  return e.createVNode(e.Fragment, null, [t2.showHeader && e.createVNode(a2, e.mergeProps({ ref: Z2, class: [`${z2}-header`, { [`${z2}-header-sticky`]: t2.stickyHeader && !M2.value }], style: { overflowY: Et2.value ? "scroll" : void 0, top: M2.value ? void 0 : o2 } }, B2.value ? { hide: 0 !== rt2.value.length, disableVertical: true, ...j2.value, outerClass: l2, outerStyle: n3 } : void 0), { default: () => [e.createVNode("table", { class: `${z2}-element`, style: wt2.value, cellpadding: 0, cellspacing: 0 }, [e.createVNode(th, { dataColumns: J2.value, operations: xt2.value, columnWidth: oe2 }, null), Jt2()])] }), e.createVNode(re, { onResize: Ot2 }, { default: () => {
9900
9903
  var _a3, _b2, _c2, _d2;
9901
- return [$t2.value && rt2.value.length ? e.createVNode(Bl, e.mergeProps({ ref: K2.value, class: `${z2}-body`, data: Gt2.value, itemKey: "_key", component: { list: "table", content: "tbody" }, listAttrs: { class: `${z2}-element`, style: St2.value }, paddingPosition: "list", height: (_b2 = (_a3 = t2.scroll) == null ? void 0 : _a3.y) != null ? _b2 : "auto" }, t2.virtualListProps, { onScroll: vt2 }), { item: ({ item: e2 }) => _t2(e2) }) : e.createVNode(a2, e.mergeProps({ ref: W2, class: `${z2}-body`, style: { maxHeight: s((_c2 = t2.scroll) == null ? void 0 : _c2.y) ? `${(_d2 = t2.scroll) == null ? void 0 : _d2.y}px` : "100%" } }, B2.value ? { outerStyle: { display: "flex", minHeight: "0" }, ...j2.value } : void 0, { onScroll: vt2 }), { default: () => [e.createVNode("table", { class: `${z2}-element`, style: St2.value, cellpadding: 0, cellspacing: 0 }, [0 !== rt2.value.length && e.createVNode(th, { dataColumns: J2.value, operations: xt2.value, columnWidth: oe2 }, null), Qt2()])] })];
9904
+ return [$t2.value && rt2.value.length ? e.createVNode(Bl, e.mergeProps({ ref: K2.value, class: `${z2}-body`, data: Gt2.value, itemKey: "_key", component: { list: eo2, content: "tbody" }, listAttrs: { class: `${z2}-element`, style: St2.value }, paddingPosition: "list", height: (_b2 = (_a3 = t2.scroll) == null ? void 0 : _a3.y) != null ? _b2 : "auto" }, t2.virtualListProps, { onScroll: vt2 }), { item: ({ item: e2 }) => _t2(e2) }) : e.createVNode(a2, e.mergeProps({ ref: W2, class: `${z2}-body`, style: { maxHeight: s((_c2 = t2.scroll) == null ? void 0 : _c2.y) ? `${(_d2 = t2.scroll) == null ? void 0 : _d2.y}px` : "100%" } }, B2.value ? { outerStyle: { display: "flex", minHeight: "0" }, ...j2.value } : void 0, { onScroll: vt2 }), { default: () => [e.createVNode("table", { class: `${z2}-element`, style: St2.value, cellpadding: 0, cellspacing: 0 }, [0 !== rt2.value.length && e.createVNode(th, { dataColumns: J2.value, operations: xt2.value, columnWidth: oe2 }, null), Qt2()])] })];
9902
9905
  } }), ct2.value && ct2.value.length > 0 && e.createVNode("div", { ref: A2, class: `${z2}-tfoot`, style: { overflowY: Et2.value ? "scroll" : "hidden" } }, [e.createVNode("table", { class: `${z2}-element`, style: St2.value, cellpadding: 0, cellspacing: 0 }, [e.createVNode(th, { dataColumns: J2.value, operations: xt2.value, columnWidth: oe2 }, null), qt2()])])]);
9903
9906
  }
9904
9907
  return e.createVNode(re, { onResize: () => mt2() }, { default: () => [e.createVNode("table", { class: `${z2}-element`, cellpadding: 0, cellspacing: 0, style: St2.value }, [e.createVNode(th, { dataColumns: J2.value, operations: xt2.value, columnWidth: oe2 }, null), t2.showHeader && Jt2(), Qt2(), ct2.value && ct2.value.length > 0 && qt2()])] });
9905
- }, to2 = (o2) => {
9908
+ }, oo2 = (o2) => {
9906
9909
  var _a2;
9907
9910
  const l2 = ((_a2 = t2.scroll) == null ? void 0 : _a2.maxHeight) ? { maxHeight: t2.scroll.maxHeight } : void 0, n3 = M2.value ? Zo : "div";
9908
- return e.createVNode(e.Fragment, null, [e.createVNode("div", { class: [`${z2}-container`, Bt2.value] }, [e.createVNode(n3, e.mergeProps({ ref: R2, class: [`${z2}-content`, { [`${z2}-content-scroll-x`]: !X2.value }], style: l2 }, B2.value ? { outerStyle: { height: "100%" }, ...j2.value } : void 0, { onScroll: ft2 }), { default: () => [o2 ? e.createVNode("table", { class: `${z2}-element`, cellpadding: 0, cellspacing: 0 }, [o2()]) : eo2()] })]), r2.footer && e.createVNode("div", { class: `${z2}-footer` }, [r2.footer()])]);
9909
- }, oo2 = () => {
9911
+ return e.createVNode(e.Fragment, null, [e.createVNode("div", { class: [`${z2}-container`, Bt2.value] }, [e.createVNode(n3, e.mergeProps({ ref: R2, class: [`${z2}-content`, { [`${z2}-content-scroll-x`]: !X2.value }], style: l2 }, B2.value ? { outerStyle: { height: "100%" }, ...j2.value } : void 0, { onScroll: ft2 }), { default: () => [o2 ? e.createVNode("table", { class: `${z2}-element`, cellpadding: 0, cellspacing: 0 }, [o2()]) : to2()] })]), r2.footer && e.createVNode("div", { class: `${z2}-footer` }, [r2.footer()])]);
9912
+ }, lo2 = () => {
9910
9913
  var _a2, _b;
9911
9914
  const o2 = a(t2.pagination) ? Tt(t2.pagination, ["current", "pageSize", "defaultCurrent", "defaultPageSize"]) : {};
9912
9915
  return e.createVNode("div", { class: Nt2.value }, [(_a2 = r2["pagination-left"]) == null ? void 0 : _a2.call(r2), e.createVNode(zp, e.mergeProps({ total: Je2.value.length, current: tt2.value, pageSize: ot2.value, onChange: (e2) => {
@@ -9914,14 +9917,14 @@
9914
9917
  }, onPageSizeChange: (e2) => {
9915
9918
  nt2(e2), ue2("pagination");
9916
9919
  } }, o2), null), (_b = r2["pagination-right"]) == null ? void 0 : _b.call(r2)]);
9917
- }, lo2 = e.computed(() => {
9920
+ }, no2 = e.computed(() => {
9918
9921
  var _a2, _b;
9919
9922
  if (i((_a2 = t2.scroll) == null ? void 0 : _a2.y))
9920
9923
  return { height: (_b = t2.scroll) == null ? void 0 : _b.y };
9921
9924
  });
9922
9925
  return { render: () => {
9923
9926
  var _a2;
9924
- return r2.default ? e.createVNode("div", { class: Vt2.value }, [to2(r2.default)]) : (L2.value = (_a2 = r2.columns) == null ? void 0 : _a2.call(r2), e.createVNode("div", { class: Vt2.value, style: lo2.value }, [L2.value, e.createVNode(Ho, It2.value, { default: () => [false !== t2.pagination && (rt2.value.length > 0 || et2.value.length > 0) && ne2.value && oo2(), to2(), false !== t2.pagination && (rt2.value.length > 0 || et2.value.length > 0) && !ne2.value && oo2()] })]));
9927
+ return r2.default ? e.createVNode("div", { class: Vt2.value }, [oo2(r2.default)]) : (L2.value = (_a2 = r2.columns) == null ? void 0 : _a2.call(r2), e.createVNode("div", { class: Vt2.value, style: no2.value }, [L2.value, e.createVNode(Ho, It2.value, { default: () => [false !== t2.pagination && (rt2.value.length > 0 || et2.value.length > 0) && ne2.value && lo2(), oo2(), false !== t2.pagination && (rt2.value.length > 0 || et2.value.length > 0) && !ne2.value && lo2()] })]));
9925
9928
  }, selfExpand: Fe2, selfExpandAll: We2, selfSelect: Oe2, selfSelectAll: Ie2, selfResetFilters: ye2, selfClearFilters: ge2, selfResetSorters: Ce2, selfClearSorters: xe2 };
9926
9929
  }, methods: { selectAll(e2) {
9927
9930
  return this.selfSelectAll(e2);