@geelato/web-vue 2.57.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 (218) hide show
  1. package/dist/arco-vue.js +891 -536
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +1648 -1546
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/dist/arco.css +39 -8
  6. package/dist/arco.min.css +1 -1
  7. package/es/_components/icon-hover.d.ts +3 -3
  8. package/es/_components/input-label/input-label.d.ts +5 -5
  9. package/es/_components/picker/input-range.d.ts +10 -10
  10. package/es/_components/picker/input.d.ts +8 -8
  11. package/es/_components/select-view/select-view.d.ts +6 -6
  12. package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
  13. package/es/_hooks/use-form-item.d.ts +2 -2
  14. package/es/_hooks/use-size.d.ts +3 -3
  15. package/es/_utils/array.d.ts +1 -1
  16. package/es/_utils/array.js +18 -1
  17. package/es/alert/alert.d.ts +6 -6
  18. package/es/alert/index.d.ts +12 -12
  19. package/es/anchor/anchor.d.ts +1 -1
  20. package/es/anchor/index.d.ts +3 -3
  21. package/es/auto-complete/auto-complete.d.ts +3 -3
  22. package/es/auto-complete/index.d.ts +9 -9
  23. package/es/avatar/avatar.d.ts +1 -1
  24. package/es/avatar/index.d.ts +3 -3
  25. package/es/button/button-group.d.ts +2 -2
  26. package/es/button/button.d.ts +2 -2
  27. package/es/button/index.d.ts +5 -5
  28. package/es/calendar/calendar.d.ts +1 -1
  29. package/es/calendar/index.d.ts +3 -3
  30. package/es/card/card.d.ts +2 -2
  31. package/es/card/index.d.ts +3 -3
  32. package/es/carousel/carousel-indicator.d.ts +1 -1
  33. package/es/cascader/cascader-panel.d.ts +7 -7
  34. package/es/cascader/cascader.d.ts +33 -33
  35. package/es/cascader/index.d.ts +85 -85
  36. package/es/checkbox/checkbox-group.d.ts +2 -2
  37. package/es/checkbox/checkbox.d.ts +6 -6
  38. package/es/checkbox/index.d.ts +14 -14
  39. package/es/collapse/collapse-item.d.ts +3 -3
  40. package/es/collapse/index.d.ts +3 -3
  41. package/es/color-picker/color-picker.d.ts +4 -4
  42. package/es/color-picker/index.d.ts +9 -9
  43. package/es/comment/comment.d.ts +2 -2
  44. package/es/comment/index.d.ts +3 -3
  45. package/es/config-provider/config-provider.d.ts +3 -3
  46. package/es/config-provider/index.d.ts +6 -6
  47. package/es/date-picker/index.d.ts +66 -66
  48. package/es/date-picker/panels/date/index.d.ts +8 -8
  49. package/es/date-picker/panels/footer.d.ts +5 -5
  50. package/es/date-picker/panels/shortcuts.d.ts +5 -5
  51. package/es/date-picker/panels/week/index.d.ts +8 -8
  52. package/es/date-picker/picker-panel.d.ts +26 -26
  53. package/es/date-picker/picker.d.ts +61 -61
  54. package/es/date-picker/range-picker-panel.d.ts +27 -27
  55. package/es/date-picker/range-picker.d.ts +66 -66
  56. package/es/descriptions/descriptions.d.ts +4 -4
  57. package/es/descriptions/index.d.ts +9 -9
  58. package/es/drawer/drawer.d.ts +33 -9
  59. package/es/drawer/drawer.js +61 -6
  60. package/es/drawer/index.d.ts +64 -19
  61. package/es/drawer/style/index.css +10 -0
  62. package/es/drawer/style/index.less +12 -0
  63. package/es/dropdown/dropdown-button.d.ts +26 -26
  64. package/es/dropdown/dropdown-option.d.ts +2 -2
  65. package/es/dropdown/dropdown-panel.d.ts +6 -6
  66. package/es/dropdown/dropdown-submenu.d.ts +21 -21
  67. package/es/dropdown/dropdown.d.ts +18 -18
  68. package/es/dropdown/index.d.ts +85 -85
  69. package/es/form/form-item-label.d.ts +28 -28
  70. package/es/form/form-item.d.ts +35 -35
  71. package/es/form/form.d.ts +2 -2
  72. package/es/form/index.d.ts +38 -38
  73. package/es/image/preview-action.d.ts +27 -27
  74. package/es/image/preview-toolbar.d.ts +27 -27
  75. package/es/index.css +39 -8
  76. package/es/input/index.d.ts +22 -22
  77. package/es/input/input-password.d.ts +8 -8
  78. package/es/input/input-search.d.ts +2 -2
  79. package/es/input/input.d.ts +5 -5
  80. package/es/input-number/index.d.ts +18 -18
  81. package/es/input-number/input-number.d.ts +8 -8
  82. package/es/input-tag/index.d.ts +30 -30
  83. package/es/input-tag/input-tag.d.ts +11 -11
  84. package/es/list/index.d.ts +12 -12
  85. package/es/list/list.d.ts +5 -5
  86. package/es/mention/index.d.ts +15 -15
  87. package/es/mention/mention.d.ts +5 -5
  88. package/es/menu/base-menu.d.ts +1 -1
  89. package/es/menu/item.d.ts +1 -1
  90. package/es/menu/menu.d.ts +1 -1
  91. package/es/menu/sub-menu-pop.d.ts +15 -15
  92. package/es/message/message.d.ts +6 -6
  93. package/es/modal/index.d.ts +49 -19
  94. package/es/modal/modal.d.ts +24 -9
  95. package/es/modal/modal.js +23 -6
  96. package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
  97. package/es/modal/style/index.css +7 -1
  98. package/es/modal/style/index.less +8 -1
  99. package/es/notification/notification.d.ts +4 -4
  100. package/es/page-header/index.d.ts +6 -6
  101. package/es/page-header/page-header.d.ts +3 -3
  102. package/es/pagination/index.d.ts +3 -3
  103. package/es/pagination/page-jumper.d.ts +18 -18
  104. package/es/pagination/page-options.d.ts +85 -85
  105. package/es/pagination/pagination.d.ts +2 -2
  106. package/es/popconfirm/index.d.ts +37 -37
  107. package/es/popconfirm/popconfirm.d.ts +18 -18
  108. package/es/popover/index.d.ts +24 -24
  109. package/es/popover/popover.d.ts +12 -12
  110. package/es/progress/circle.d.ts +5 -5
  111. package/es/progress/index.d.ts +36 -36
  112. package/es/progress/line.d.ts +5 -5
  113. package/es/progress/progress.d.ts +19 -19
  114. package/es/progress/steps.d.ts +2 -2
  115. package/es/radio/index.d.ts +16 -16
  116. package/es/radio/radio-group.d.ts +4 -4
  117. package/es/radio/radio.d.ts +5 -5
  118. package/es/rate/index.d.ts +9 -9
  119. package/es/rate/rate.d.ts +3 -3
  120. package/es/scrollbar/index.d.ts +6 -6
  121. package/es/scrollbar/scrollbar.d.ts +3 -3
  122. package/es/select/index.d.ts +85 -85
  123. package/es/select/option.d.ts +16 -16
  124. package/es/select/select-dropdown.d.ts +7 -7
  125. package/es/select/select.d.ts +30 -30
  126. package/es/skeleton/index.d.ts +3 -3
  127. package/es/skeleton/skeleton.d.ts +1 -1
  128. package/es/slider/index.d.ts +96 -96
  129. package/es/slider/slider-button.d.ts +27 -27
  130. package/es/slider/slider-input.d.ts +18 -18
  131. package/es/slider/slider.d.ts +47 -47
  132. package/es/space/index.d.ts +6 -6
  133. package/es/space/space.d.ts +3 -3
  134. package/es/split/index.d.ts +6 -6
  135. package/es/split/split.d.ts +2 -2
  136. package/es/statistic/countdown.d.ts +1 -1
  137. package/es/statistic/index.d.ts +4 -4
  138. package/es/statistic/statistic.d.ts +1 -1
  139. package/es/steps/index.d.ts +9 -9
  140. package/es/steps/step.d.ts +3 -3
  141. package/es/steps/steps.d.ts +3 -3
  142. package/es/switch/index.d.ts +15 -15
  143. package/es/switch/switch.d.ts +9 -9
  144. package/es/table/context.d.ts +3 -0
  145. package/es/table/hooks/use-row-selection.js +5 -3
  146. package/es/table/index.d.ts +24 -24
  147. package/es/table/interface.d.ts +1 -1
  148. package/es/table/style/index.css +22 -7
  149. package/es/table/style/index.less +25 -8
  150. package/es/table/table-column.d.ts +2 -2
  151. package/es/table/table-operation-td.d.ts +30 -30
  152. package/es/table/table-operation-td.js +6 -6
  153. package/es/table/table-operation-th.js +19 -7
  154. package/es/table/table-td.d.ts +1 -1
  155. package/es/table/table-td.js +2 -2
  156. package/es/table/table.d.ts +11 -11
  157. package/es/table/table.js +184 -34
  158. package/es/table/utils.d.ts +1 -1
  159. package/es/table/utils.js +9 -5
  160. package/es/tabs/index.d.ts +9 -9
  161. package/es/tabs/tabs-nav.d.ts +1 -1
  162. package/es/tabs/tabs-tab.d.ts +4 -4
  163. package/es/tabs/tabs.d.ts +4 -4
  164. package/es/tag/index.d.ts +12 -12
  165. package/es/tag/tag.d.ts +6 -6
  166. package/es/textarea/index.d.ts +15 -15
  167. package/es/textarea/textarea.d.ts +6 -6
  168. package/es/time-picker/index.d.ts +113 -113
  169. package/es/time-picker/panel.d.ts +8 -8
  170. package/es/time-picker/range-panel.d.ts +8 -8
  171. package/es/time-picker/time-picker.d.ts +54 -54
  172. package/es/timeline/index.d.ts +3 -3
  173. package/es/timeline/timeline.d.ts +2 -2
  174. package/es/tooltip/index.d.ts +27 -27
  175. package/es/tooltip/tooltip.d.ts +13 -13
  176. package/es/transfer/index.d.ts +90 -90
  177. package/es/transfer/transfer-view.d.ts +37 -37
  178. package/es/transfer/transfer.d.ts +44 -44
  179. package/es/tree/base-node.d.ts +14 -14
  180. package/es/tree/index.d.ts +13 -13
  181. package/es/tree/transition-node-list.d.ts +14 -14
  182. package/es/tree/tree.d.ts +6 -6
  183. package/es/tree-select/index.d.ts +83 -83
  184. package/es/tree-select/panel.d.ts +13 -13
  185. package/es/tree-select/tree-select.d.ts +39 -39
  186. package/es/trigger/index.d.ts +12 -12
  187. package/es/trigger/trigger.d.ts +7 -7
  188. package/es/typography/base.d.ts +2 -2
  189. package/es/typography/edit-content.d.ts +67 -67
  190. package/es/typography/index.d.ts +3 -3
  191. package/es/typography/operations.d.ts +27 -27
  192. package/es/typography/title.d.ts +3 -3
  193. package/es/upload/index.d.ts +6 -6
  194. package/es/upload/upload.d.ts +2 -2
  195. package/es/verification-code/index.d.ts +12 -12
  196. package/es/verification-code/verification-code.d.ts +5 -5
  197. package/json/vetur-attributes.json +2116 -2116
  198. package/json/vetur-tags.json +757 -757
  199. package/json/web-types.json +4117 -4117
  200. package/lib/_utils/array.js +18 -1
  201. package/lib/drawer/drawer.js +63 -8
  202. package/lib/drawer/style/index.css +10 -0
  203. package/lib/drawer/style/index.less +12 -0
  204. package/lib/index.css +39 -8
  205. package/lib/modal/modal.js +23 -6
  206. package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
  207. package/lib/modal/style/index.css +7 -1
  208. package/lib/modal/style/index.less +8 -1
  209. package/lib/table/hooks/use-row-selection.js +5 -3
  210. package/lib/table/style/index.css +22 -7
  211. package/lib/table/style/index.less +25 -8
  212. package/lib/table/table-operation-td.js +6 -6
  213. package/lib/table/table-operation-th.js +19 -7
  214. package/lib/table/table-td.js +2 -2
  215. package/lib/table/table.js +183 -33
  216. package/lib/table/utils.js +9 -5
  217. package/package.json +25 -24
  218. package/LICENSE +0 -21
@@ -112,10 +112,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
112
  'update:popupVisible': (visible: boolean) => true;
113
113
  popupVisibleChange: (visible: boolean) => true;
114
114
  }, import("vue").PublicProps, {
115
+ mini: boolean;
115
116
  popupVisible: boolean;
116
117
  defaultPopupVisible: boolean;
117
118
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
118
- mini: boolean;
119
119
  }, true, {}, {}, {
120
120
  Trigger: {
121
121
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -175,13 +175,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
175
175
  default: boolean;
176
176
  };
177
177
  contentClass: {
178
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
178
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
179
179
  };
180
180
  contentStyle: {
181
181
  type: PropType<import("vue").CSSProperties>;
182
182
  };
183
183
  arrowClass: {
184
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
184
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
185
185
  };
186
186
  arrowStyle: {
187
187
  type: PropType<import("vue").CSSProperties>;
@@ -239,7 +239,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
239
239
  default: boolean;
240
240
  };
241
241
  openedClass: {
242
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
242
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
243
243
  };
244
244
  autoFitPosition: {
245
245
  type: BooleanConstructor;
@@ -274,11 +274,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
274
274
  hide: () => true;
275
275
  resize: () => true;
276
276
  }, import("vue").PublicProps, {
277
+ disabled: boolean;
277
278
  popupVisible: boolean;
278
279
  defaultPopupVisible: boolean;
279
280
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
280
281
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
281
- disabled: boolean;
282
282
  popupOffset: number;
283
283
  showArrow: boolean;
284
284
  alignPoint: boolean;
@@ -366,13 +366,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
366
366
  default: boolean;
367
367
  };
368
368
  contentClass: {
369
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
369
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
370
370
  };
371
371
  contentStyle: {
372
372
  type: PropType<import("vue").CSSProperties>;
373
373
  };
374
374
  arrowClass: {
375
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
375
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
376
376
  };
377
377
  arrowStyle: {
378
378
  type: PropType<import("vue").CSSProperties>;
@@ -430,7 +430,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
430
430
  default: boolean;
431
431
  };
432
432
  openedClass: {
433
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
433
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
434
434
  };
435
435
  autoFitPosition: {
436
436
  type: BooleanConstructor;
@@ -459,11 +459,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
459
459
  onHide?: (() => any) | undefined;
460
460
  onResize?: (() => any) | undefined;
461
461
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
462
+ disabled: boolean;
462
463
  popupVisible: boolean;
463
464
  defaultPopupVisible: boolean;
464
465
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
465
466
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
466
- disabled: boolean;
467
467
  popupOffset: number;
468
468
  showArrow: boolean;
469
469
  alignPoint: boolean;
@@ -548,13 +548,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
548
548
  default: boolean;
549
549
  };
550
550
  contentClass: {
551
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
551
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
552
552
  };
553
553
  contentStyle: {
554
554
  type: PropType<import("vue").CSSProperties>;
555
555
  };
556
556
  arrowClass: {
557
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
557
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
558
558
  };
559
559
  arrowStyle: {
560
560
  type: PropType<import("vue").CSSProperties>;
@@ -612,7 +612,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
612
612
  default: boolean;
613
613
  };
614
614
  openedClass: {
615
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
615
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
616
616
  };
617
617
  autoFitPosition: {
618
618
  type: BooleanConstructor;
@@ -647,11 +647,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
647
647
  hide: () => true;
648
648
  resize: () => true;
649
649
  }, string, {
650
+ disabled: boolean;
650
651
  popupVisible: boolean;
651
652
  defaultPopupVisible: boolean;
652
653
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
653
654
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
654
- disabled: boolean;
655
655
  popupOffset: number;
656
656
  showArrow: boolean;
657
657
  alignPoint: boolean;
@@ -733,10 +733,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
733
733
  computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
734
734
  handlePopupVisibleChange: (visible: boolean) => void;
735
735
  }, {}, {}, {}, {
736
+ mini: boolean;
736
737
  popupVisible: boolean;
737
738
  defaultPopupVisible: boolean;
738
739
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
739
- mini: boolean;
740
740
  }>;
741
741
  __isFragment?: undefined;
742
742
  __isTeleport?: undefined;
@@ -792,10 +792,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
792
792
  'update:popupVisible': (visible: boolean) => true;
793
793
  popupVisibleChange: (visible: boolean) => true;
794
794
  }, string, {
795
+ mini: boolean;
795
796
  popupVisible: boolean;
796
797
  defaultPopupVisible: boolean;
797
798
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
798
- mini: boolean;
799
799
  }, {}, string, {}, {
800
800
  Trigger: {
801
801
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -855,13 +855,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
855
855
  default: boolean;
856
856
  };
857
857
  contentClass: {
858
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
858
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
859
859
  };
860
860
  contentStyle: {
861
861
  type: PropType<import("vue").CSSProperties>;
862
862
  };
863
863
  arrowClass: {
864
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
864
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
865
865
  };
866
866
  arrowStyle: {
867
867
  type: PropType<import("vue").CSSProperties>;
@@ -919,7 +919,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
919
919
  default: boolean;
920
920
  };
921
921
  openedClass: {
922
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
922
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
923
923
  };
924
924
  autoFitPosition: {
925
925
  type: BooleanConstructor;
@@ -954,11 +954,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
954
954
  hide: () => true;
955
955
  resize: () => true;
956
956
  }, import("vue").PublicProps, {
957
+ disabled: boolean;
957
958
  popupVisible: boolean;
958
959
  defaultPopupVisible: boolean;
959
960
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
960
961
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
961
- disabled: boolean;
962
962
  popupOffset: number;
963
963
  showArrow: boolean;
964
964
  alignPoint: boolean;
@@ -1046,13 +1046,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1046
1046
  default: boolean;
1047
1047
  };
1048
1048
  contentClass: {
1049
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1049
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1050
1050
  };
1051
1051
  contentStyle: {
1052
1052
  type: PropType<import("vue").CSSProperties>;
1053
1053
  };
1054
1054
  arrowClass: {
1055
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1055
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1056
1056
  };
1057
1057
  arrowStyle: {
1058
1058
  type: PropType<import("vue").CSSProperties>;
@@ -1110,7 +1110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1110
1110
  default: boolean;
1111
1111
  };
1112
1112
  openedClass: {
1113
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1113
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1114
1114
  };
1115
1115
  autoFitPosition: {
1116
1116
  type: BooleanConstructor;
@@ -1139,11 +1139,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1139
1139
  onHide?: (() => any) | undefined;
1140
1140
  onResize?: (() => any) | undefined;
1141
1141
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1142
+ disabled: boolean;
1142
1143
  popupVisible: boolean;
1143
1144
  defaultPopupVisible: boolean;
1144
1145
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1145
1146
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1146
- disabled: boolean;
1147
1147
  popupOffset: number;
1148
1148
  showArrow: boolean;
1149
1149
  alignPoint: boolean;
@@ -1228,13 +1228,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1228
1228
  default: boolean;
1229
1229
  };
1230
1230
  contentClass: {
1231
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1231
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1232
1232
  };
1233
1233
  contentStyle: {
1234
1234
  type: PropType<import("vue").CSSProperties>;
1235
1235
  };
1236
1236
  arrowClass: {
1237
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1237
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1238
1238
  };
1239
1239
  arrowStyle: {
1240
1240
  type: PropType<import("vue").CSSProperties>;
@@ -1292,7 +1292,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1292
1292
  default: boolean;
1293
1293
  };
1294
1294
  openedClass: {
1295
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1295
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1296
1296
  };
1297
1297
  autoFitPosition: {
1298
1298
  type: BooleanConstructor;
@@ -1327,11 +1327,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1327
1327
  hide: () => true;
1328
1328
  resize: () => true;
1329
1329
  }, string, {
1330
+ disabled: boolean;
1330
1331
  popupVisible: boolean;
1331
1332
  defaultPopupVisible: boolean;
1332
1333
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1333
1334
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1334
- disabled: boolean;
1335
1335
  popupOffset: number;
1336
1336
  showArrow: boolean;
1337
1337
  alignPoint: boolean;
package/es/index.css CHANGED
@@ -6169,6 +6169,12 @@ body[arco-theme='dark'] .arco-carousel-indicator-outer .arco-carousel-indicator-
6169
6169
  font-size: 12px;
6170
6170
  cursor: pointer;
6171
6171
  }
6172
+ .arco-drawer-header .arco-drawer-fullscreen-btn {
6173
+ margin-left: 8px;
6174
+ color: var(--color-text-1);
6175
+ font-size: 12px;
6176
+ cursor: pointer;
6177
+ }
6172
6178
  .arco-drawer-footer {
6173
6179
  flex-shrink: 0;
6174
6180
  box-sizing: border-box;
@@ -6188,6 +6194,10 @@ body[arco-theme='dark'] .arco-carousel-indicator-outer .arco-carousel-indicator-
6188
6194
  overflow: auto;
6189
6195
  color: var(--color-text-1);
6190
6196
  }
6197
+ .arco-drawer-fullscreen {
6198
+ width: 100% !important;
6199
+ height: 100% !important;
6200
+ }
6191
6201
  .fade-drawer-enter-from,
6192
6202
  .fade-drawer-appear-from {
6193
6203
  opacity: 0;
@@ -11140,7 +11150,13 @@ body[arco-theme='dark'] .arco-carousel-indicator-outer .arco-carousel-indicator-
11140
11150
  margin-left: 12px;
11141
11151
  }
11142
11152
  .arco-modal-close-btn {
11143
- margin-left: -12px;
11153
+ margin-left: 8px;
11154
+ color: var(--color-text-1);
11155
+ font-size: 12px;
11156
+ cursor: pointer;
11157
+ }
11158
+ .arco-modal-fullscreen-btn {
11159
+ margin-left: 8px;
11144
11160
  color: var(--color-text-1);
11145
11161
  font-size: 12px;
11146
11162
  cursor: pointer;
@@ -14393,6 +14409,24 @@ body[arco-theme='dark'] .arco-radio-button::after {
14393
14409
  justify-content: center;
14394
14410
  padding: 0;
14395
14411
  }
14412
+ .arco-table-th.arco-table-operation.arco-table-checkbox .arco-table-cell,
14413
+ .arco-table-td.arco-table-operation.arco-table-checkbox .arco-table-cell,
14414
+ .arco-table-th.arco-table-operation.arco-table-radio .arco-table-cell,
14415
+ .arco-table-td.arco-table-operation.arco-table-radio .arco-table-cell {
14416
+ padding: 0 4px;
14417
+ }
14418
+ .arco-table-th.arco-table-operation.arco-table-checkbox,
14419
+ .arco-table-td.arco-table-operation.arco-table-checkbox {
14420
+ position: relative;
14421
+ z-index: 11;
14422
+ }
14423
+ .arco-table-th.arco-table-operation.arco-table-checkbox.arco-table-col-fixed-left,
14424
+ .arco-table-td.arco-table-operation.arco-table-checkbox.arco-table-col-fixed-left,
14425
+ .arco-table-th.arco-table-operation.arco-table-checkbox.arco-table-col-fixed-right,
14426
+ .arco-table-td.arco-table-operation.arco-table-checkbox.arco-table-col-fixed-right {
14427
+ position: sticky !important;
14428
+ z-index: 12;
14429
+ }
14396
14430
  .arco-table-radio,
14397
14431
  .arco-table-checkbox {
14398
14432
  justify-content: center;
@@ -14783,13 +14817,10 @@ body[arco-theme='dark'] .arco-radio-button::after {
14783
14817
  .arco-table-virtualized .arco-table-element {
14784
14818
  table-layout: fixed;
14785
14819
  }
14786
- .arco-table-virtualized div.arco-table-body div.arco-table-tr {
14787
- display: flex;
14788
- }
14789
- .arco-table-virtualized div.arco-table-body div.arco-table-td {
14790
- display: flex;
14791
- flex: 1;
14792
- align-items: center;
14820
+ .arco-table-virtualized .arco-table-body .arco-table-td.arco-table-col-fixed-left,
14821
+ .arco-table-virtualized .arco-table-body .arco-table-td.arco-table-col-fixed-right {
14822
+ position: sticky;
14823
+ z-index: 10;
14793
14824
  }
14794
14825
  .arco-table-pagination {
14795
14826
  display: flex;
@@ -12,7 +12,7 @@ declare const Input: {
12
12
  default: string;
13
13
  };
14
14
  size: {
15
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
15
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
16
16
  };
17
17
  allowClear: {
18
18
  type: BooleanConstructor;
@@ -58,12 +58,12 @@ declare const Input: {
58
58
  prepend: StringConstructor;
59
59
  append: StringConstructor;
60
60
  }>> & Readonly<{
61
- onFocus?: ((ev: FocusEvent) => any) | undefined;
62
61
  onClear?: ((ev: MouseEvent) => any) | undefined;
62
+ onChange?: ((value: string, ev: Event) => any) | undefined;
63
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
63
64
  onInput?: ((value: string, ev: Event) => any) | undefined;
64
65
  onBlur?: ((ev: FocusEvent) => any) | undefined;
65
66
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
66
- onChange?: ((value: string, ev: Event) => any) | undefined;
67
67
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
68
68
  }>, {
69
69
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -83,9 +83,9 @@ declare const Input: {
83
83
  disabled: boolean;
84
84
  type: "text" | "password";
85
85
  error: boolean;
86
- defaultValue: string;
87
86
  readonly: boolean;
88
87
  allowClear: boolean;
88
+ defaultValue: string;
89
89
  maxLength: number | {
90
90
  length: number;
91
91
  errorOnly?: boolean | undefined;
@@ -105,7 +105,7 @@ declare const Input: {
105
105
  default: string;
106
106
  };
107
107
  size: {
108
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
108
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
109
109
  };
110
110
  allowClear: {
111
111
  type: BooleanConstructor;
@@ -151,12 +151,12 @@ declare const Input: {
151
151
  prepend: StringConstructor;
152
152
  append: StringConstructor;
153
153
  }>> & Readonly<{
154
- onFocus?: ((ev: FocusEvent) => any) | undefined;
155
154
  onClear?: ((ev: MouseEvent) => any) | undefined;
155
+ onChange?: ((value: string, ev: Event) => any) | undefined;
156
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
156
157
  onInput?: ((value: string, ev: Event) => any) | undefined;
157
158
  onBlur?: ((ev: FocusEvent) => any) | undefined;
158
159
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
159
- onChange?: ((value: string, ev: Event) => any) | undefined;
160
160
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
161
161
  }>, {
162
162
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -168,9 +168,9 @@ declare const Input: {
168
168
  disabled: boolean;
169
169
  type: "text" | "password";
170
170
  error: boolean;
171
- defaultValue: string;
172
171
  readonly: boolean;
173
172
  allowClear: boolean;
173
+ defaultValue: string;
174
174
  maxLength: number | {
175
175
  length: number;
176
176
  errorOnly?: boolean | undefined;
@@ -187,7 +187,7 @@ declare const Input: {
187
187
  default: string;
188
188
  };
189
189
  size: {
190
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
190
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
191
191
  };
192
192
  allowClear: {
193
193
  type: BooleanConstructor;
@@ -233,12 +233,12 @@ declare const Input: {
233
233
  prepend: StringConstructor;
234
234
  append: StringConstructor;
235
235
  }>> & Readonly<{
236
- onFocus?: ((ev: FocusEvent) => any) | undefined;
237
236
  onClear?: ((ev: MouseEvent) => any) | undefined;
237
+ onChange?: ((value: string, ev: Event) => any) | undefined;
238
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
238
239
  onInput?: ((value: string, ev: Event) => any) | undefined;
239
240
  onBlur?: ((ev: FocusEvent) => any) | undefined;
240
241
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
241
- onChange?: ((value: string, ev: Event) => any) | undefined;
242
242
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
243
243
  }>, {
244
244
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -258,9 +258,9 @@ declare const Input: {
258
258
  disabled: boolean;
259
259
  type: "text" | "password";
260
260
  error: boolean;
261
- defaultValue: string;
262
261
  readonly: boolean;
263
262
  allowClear: boolean;
263
+ defaultValue: string;
264
264
  maxLength: number | {
265
265
  length: number;
266
266
  errorOnly?: boolean | undefined;
@@ -281,7 +281,7 @@ declare const Input: {
281
281
  default: boolean;
282
282
  };
283
283
  size: {
284
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
284
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
285
285
  };
286
286
  buttonText: {
287
287
  type: StringConstructor;
@@ -311,7 +311,7 @@ declare const Input: {
311
311
  default: boolean;
312
312
  };
313
313
  size: {
314
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
314
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
315
315
  };
316
316
  buttonText: {
317
317
  type: StringConstructor;
@@ -374,7 +374,7 @@ declare const Input: {
374
374
  type: StringConstructor;
375
375
  };
376
376
  size: {
377
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
377
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
378
378
  default: string;
379
379
  };
380
380
  disabled: {
@@ -388,7 +388,7 @@ declare const Input: {
388
388
  type: StringConstructor;
389
389
  };
390
390
  size: {
391
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
391
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
392
392
  default: string;
393
393
  };
394
394
  disabled: {
@@ -396,8 +396,8 @@ declare const Input: {
396
396
  default: boolean;
397
397
  };
398
398
  }>> & Readonly<{}>, {
399
+ size: "mini" | "small" | "medium" | "large";
399
400
  disabled: boolean;
400
- size: "mini" | "medium" | "large" | "small";
401
401
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
402
402
  AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
403
403
  modelValue: StringConstructor;
@@ -406,7 +406,7 @@ declare const Input: {
406
406
  default: string;
407
407
  };
408
408
  size: {
409
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
409
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
410
410
  };
411
411
  allowClear: {
412
412
  type: BooleanConstructor;
@@ -472,7 +472,7 @@ declare const Input: {
472
472
  default: string;
473
473
  };
474
474
  size: {
475
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
475
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
476
476
  };
477
477
  allowClear: {
478
478
  type: BooleanConstructor;
@@ -518,20 +518,20 @@ declare const Input: {
518
518
  prepend: StringConstructor;
519
519
  append: StringConstructor;
520
520
  }>> & Readonly<{
521
- onFocus?: ((ev: FocusEvent) => any) | undefined;
522
521
  onClear?: ((ev: MouseEvent) => any) | undefined;
522
+ onChange?: ((value: string, ev: Event) => any) | undefined;
523
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
523
524
  onInput?: ((value: string, ev: Event) => any) | undefined;
524
525
  onBlur?: ((ev: FocusEvent) => any) | undefined;
525
526
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
526
- onChange?: ((value: string, ev: Event) => any) | undefined;
527
527
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
528
528
  }>, {
529
529
  disabled: boolean;
530
530
  type: "text" | "password";
531
531
  error: boolean;
532
- defaultValue: string;
533
532
  readonly: boolean;
534
533
  allowClear: boolean;
534
+ defaultValue: string;
535
535
  maxLength: number | {
536
536
  length: number;
537
537
  errorOnly?: boolean | undefined;
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  type: StringConstructor;
47
47
  };
48
48
  size: {
49
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
49
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
50
50
  default: string;
51
51
  };
52
52
  disabled: {
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
60
  type: StringConstructor;
61
61
  };
62
62
  size: {
63
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
63
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
64
64
  default: string;
65
65
  };
66
66
  disabled: {
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
68
68
  default: boolean;
69
69
  };
70
70
  }>> & Readonly<{}>, {
71
+ size: "mini" | "small" | "medium" | "large";
71
72
  disabled: boolean;
72
- size: "mini" | "medium" | "large" | "small";
73
73
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
74
74
  AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
75
75
  modelValue: StringConstructor;
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  default: string;
79
79
  };
80
80
  size: {
81
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
81
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
82
82
  };
83
83
  allowClear: {
84
84
  type: BooleanConstructor;
@@ -144,7 +144,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
144
144
  default: string;
145
145
  };
146
146
  size: {
147
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
147
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
148
148
  };
149
149
  allowClear: {
150
150
  type: BooleanConstructor;
@@ -190,20 +190,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
190
190
  prepend: StringConstructor;
191
191
  append: StringConstructor;
192
192
  }>> & Readonly<{
193
- onFocus?: ((ev: FocusEvent) => any) | undefined;
194
193
  onClear?: ((ev: MouseEvent) => any) | undefined;
194
+ onChange?: ((value: string, ev: Event) => any) | undefined;
195
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
195
196
  onInput?: ((value: string, ev: Event) => any) | undefined;
196
197
  onBlur?: ((ev: FocusEvent) => any) | undefined;
197
198
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
198
- onChange?: ((value: string, ev: Event) => any) | undefined;
199
199
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
200
200
  }>, {
201
201
  disabled: boolean;
202
202
  type: "text" | "password";
203
203
  error: boolean;
204
- defaultValue: string;
205
204
  readonly: boolean;
206
205
  allowClear: boolean;
206
+ defaultValue: string;
207
207
  maxLength: number | {
208
208
  length: number;
209
209
  errorOnly?: boolean | undefined;
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14
14
  default: boolean;
15
15
  };
16
16
  size: {
17
- type: PropType<"mini" | "medium" | "large" | "small">;
17
+ type: PropType<"mini" | "small" | "medium" | "large">;
18
18
  };
19
19
  buttonText: {
20
20
  type: StringConstructor;
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
44
  default: boolean;
45
45
  };
46
46
  size: {
47
- type: PropType<"mini" | "medium" | "large" | "small">;
47
+ type: PropType<"mini" | "small" | "medium" | "large">;
48
48
  };
49
49
  buttonText: {
50
50
  type: StringConstructor;
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6
6
  default: string;
7
7
  };
8
8
  size: {
9
- type: PropType<"mini" | "medium" | "large" | "small">;
9
+ type: PropType<"mini" | "small" | "medium" | "large">;
10
10
  };
11
11
  allowClear: {
12
12
  type: BooleanConstructor;
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  default: string;
73
73
  };
74
74
  size: {
75
- type: PropType<"mini" | "medium" | "large" | "small">;
75
+ type: PropType<"mini" | "small" | "medium" | "large">;
76
76
  };
77
77
  allowClear: {
78
78
  type: BooleanConstructor;
@@ -118,20 +118,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
118
118
  prepend: StringConstructor;
119
119
  append: StringConstructor;
120
120
  }>> & Readonly<{
121
- onFocus?: ((ev: FocusEvent) => any) | undefined;
122
121
  onClear?: ((ev: MouseEvent) => any) | undefined;
122
+ onChange?: ((value: string, ev: Event) => any) | undefined;
123
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
123
124
  onInput?: ((value: string, ev: Event) => any) | undefined;
124
125
  onBlur?: ((ev: FocusEvent) => any) | undefined;
125
126
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
126
- onChange?: ((value: string, ev: Event) => any) | undefined;
127
127
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
128
128
  }>, {
129
129
  disabled: boolean;
130
130
  type: "text" | "password";
131
131
  error: boolean;
132
- defaultValue: string;
133
132
  readonly: boolean;
134
133
  allowClear: boolean;
134
+ defaultValue: string;
135
135
  maxLength: number | {
136
136
  length: number;
137
137
  errorOnly?: boolean | undefined;