@geelato/web-vue 2.58.3 → 2.59.1

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 (183) hide show
  1. package/LICENSE +21 -0
  2. package/dist/arco-vue.js +45 -9
  3. package/dist/arco-vue.js.map +1 -1
  4. package/dist/arco-vue.min.js +57 -43
  5. package/dist/arco-vue.min.js.map +1 -1
  6. package/dist/arco.css +10 -10
  7. package/dist/arco.min.css +1 -1
  8. package/es/_components/icon-hover.d.ts +3 -3
  9. package/es/_components/input-label/input-label.d.ts +5 -5
  10. package/es/_components/picker/input-range.d.ts +5 -5
  11. package/es/_components/picker/input.d.ts +6 -6
  12. package/es/_components/select-view/select-view.d.ts +4 -4
  13. package/es/_components/virtual-list/virtual-list.d.ts +1 -1
  14. package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
  15. package/es/_hooks/use-form-item.d.ts +2 -2
  16. package/es/_hooks/use-size.d.ts +3 -3
  17. package/es/alert/alert.d.ts +6 -6
  18. package/es/alert/index.d.ts +12 -12
  19. package/es/auto-complete/auto-complete.d.ts +4 -4
  20. package/es/auto-complete/index.d.ts +12 -12
  21. package/es/avatar/avatar.d.ts +1 -1
  22. package/es/avatar/index.d.ts +3 -3
  23. package/es/button/button-group.d.ts +6 -6
  24. package/es/button/button.d.ts +6 -6
  25. package/es/button/index.d.ts +15 -15
  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 +4 -4
  30. package/es/cascader/cascader.d.ts +40 -40
  31. package/es/cascader/index.d.ts +93 -93
  32. package/es/checkbox/checkbox.d.ts +5 -5
  33. package/es/checkbox/index.d.ts +9 -9
  34. package/es/collapse/collapse-item.d.ts +3 -3
  35. package/es/collapse/index.d.ts +3 -3
  36. package/es/color-picker/color-picker.d.ts +3 -3
  37. package/es/color-picker/index.d.ts +6 -6
  38. package/es/comment/comment.d.ts +2 -2
  39. package/es/comment/index.d.ts +3 -3
  40. package/es/config-provider/config-provider.d.ts +3 -3
  41. package/es/config-provider/index.d.ts +6 -6
  42. package/es/date-picker/index.d.ts +131 -131
  43. package/es/date-picker/panels/date/index.d.ts +24 -24
  44. package/es/date-picker/panels/footer.d.ts +15 -15
  45. package/es/date-picker/panels/shortcuts.d.ts +15 -15
  46. package/es/date-picker/panels/week/index.d.ts +24 -24
  47. package/es/date-picker/picker-panel.d.ts +78 -78
  48. package/es/date-picker/picker.d.ts +126 -126
  49. package/es/date-picker/range-picker-panel.d.ts +79 -79
  50. package/es/date-picker/range-picker.d.ts +131 -131
  51. package/es/descriptions/descriptions.d.ts +3 -3
  52. package/es/descriptions/index.d.ts +6 -6
  53. package/es/drawer/drawer.d.ts +21 -21
  54. package/es/drawer/index.d.ts +45 -45
  55. package/es/dropdown/dropdown-button.d.ts +66 -66
  56. package/es/dropdown/dropdown-option.d.ts +2 -2
  57. package/es/dropdown/dropdown-panel.d.ts +12 -12
  58. package/es/dropdown/dropdown-submenu.d.ts +42 -42
  59. package/es/dropdown/dropdown.d.ts +40 -40
  60. package/es/dropdown/index.d.ts +194 -194
  61. package/es/empty/empty.d.ts +2 -2
  62. package/es/empty/index.d.ts +6 -6
  63. package/es/form/form-item-label.d.ts +57 -57
  64. package/es/form/form-item.d.ts +65 -65
  65. package/es/form/form.d.ts +2 -2
  66. package/es/form/index.d.ts +68 -68
  67. package/es/grid/grid-row.d.ts +1 -1
  68. package/es/grid/index.d.ts +1 -1
  69. package/es/image/preview-action.d.ts +57 -57
  70. package/es/image/preview-toolbar.d.ts +57 -57
  71. package/es/index.css +10 -10
  72. package/es/input/index.d.ts +22 -22
  73. package/es/input/input-password.d.ts +8 -8
  74. package/es/input/input-search.d.ts +2 -2
  75. package/es/input/input.d.ts +5 -5
  76. package/es/input-number/index.d.ts +42 -12
  77. package/es/input-number/input-number.d.ts +23 -5
  78. package/es/input-number/input-number.js +45 -9
  79. package/es/input-tag/index.d.ts +9 -9
  80. package/es/input-tag/input-tag.d.ts +4 -4
  81. package/es/list/index.d.ts +6 -6
  82. package/es/list/list.d.ts +3 -3
  83. package/es/mention/index.d.ts +18 -18
  84. package/es/mention/mention.d.ts +7 -7
  85. package/es/menu/sub-menu-pop.d.ts +24 -24
  86. package/es/message/message.d.ts +7 -7
  87. package/es/modal/index.d.ts +42 -42
  88. package/es/modal/modal.d.ts +20 -20
  89. package/es/notification/notification.d.ts +4 -4
  90. package/es/page-header/index.d.ts +6 -6
  91. package/es/page-header/page-header.d.ts +3 -3
  92. package/es/pagination/index.d.ts +3 -3
  93. package/es/pagination/page-jumper.d.ts +42 -12
  94. package/es/pagination/page-options.d.ts +94 -94
  95. package/es/pagination/pagination.d.ts +2 -2
  96. package/es/popconfirm/index.d.ts +87 -87
  97. package/es/popconfirm/popconfirm.d.ts +43 -43
  98. package/es/popover/index.d.ts +60 -60
  99. package/es/popover/popover.d.ts +30 -30
  100. package/es/progress/circle.d.ts +5 -5
  101. package/es/progress/index.d.ts +36 -36
  102. package/es/progress/line.d.ts +5 -5
  103. package/es/progress/progress.d.ts +19 -19
  104. package/es/progress/steps.d.ts +2 -2
  105. package/es/radio/index.d.ts +12 -12
  106. package/es/radio/radio-group.d.ts +3 -3
  107. package/es/radio/radio.d.ts +4 -4
  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 +94 -94
  111. package/es/select/option.d.ts +11 -11
  112. package/es/select/select-dropdown.d.ts +12 -12
  113. package/es/select/select.d.ts +38 -38
  114. package/es/slider/index.d.ts +201 -141
  115. package/es/slider/slider-button.d.ts +57 -57
  116. package/es/slider/slider-input.d.ts +42 -12
  117. package/es/slider/slider.d.ts +100 -70
  118. package/es/space/index.d.ts +6 -6
  119. package/es/space/space.d.ts +3 -3
  120. package/es/split/index.d.ts +3 -3
  121. package/es/split/split.d.ts +1 -1
  122. package/es/statistic/countdown.d.ts +1 -1
  123. package/es/statistic/index.d.ts +4 -4
  124. package/es/statistic/statistic.d.ts +1 -1
  125. package/es/steps/index.d.ts +9 -9
  126. package/es/steps/step.d.ts +3 -3
  127. package/es/steps/steps.d.ts +3 -3
  128. package/es/switch/index.d.ts +18 -18
  129. package/es/switch/switch.d.ts +11 -11
  130. package/es/table/index.d.ts +27 -27
  131. package/es/table/style/index.css +10 -10
  132. package/es/table/style/index.less +19 -6
  133. package/es/table/table-column.d.ts +2 -2
  134. package/es/table/table-operation-td.d.ts +21 -21
  135. package/es/table/table-td.d.ts +1 -1
  136. package/es/table/table.d.ts +13 -13
  137. package/es/tabs/index.d.ts +6 -6
  138. package/es/tabs/tabs-nav.d.ts +1 -1
  139. package/es/tabs/tabs-tab.d.ts +4 -4
  140. package/es/tabs/tabs.d.ts +3 -3
  141. package/es/tag/index.d.ts +9 -9
  142. package/es/tag/tag.d.ts +5 -5
  143. package/es/textarea/index.d.ts +12 -12
  144. package/es/textarea/textarea.d.ts +5 -5
  145. package/es/time-picker/index.d.ts +196 -196
  146. package/es/time-picker/panel.d.ts +24 -24
  147. package/es/time-picker/range-panel.d.ts +24 -24
  148. package/es/time-picker/time-picker.d.ts +95 -95
  149. package/es/timeline/index.d.ts +3 -3
  150. package/es/timeline/timeline.d.ts +2 -2
  151. package/es/tooltip/index.d.ts +57 -57
  152. package/es/tooltip/tooltip.d.ts +28 -28
  153. package/es/transfer/index.d.ts +95 -95
  154. package/es/transfer/transfer-view.d.ts +28 -28
  155. package/es/transfer/transfer.d.ts +46 -46
  156. package/es/tree/base-node.d.ts +9 -9
  157. package/es/tree/hooks/use-tree-data.d.ts +4 -4
  158. package/es/tree/index.d.ts +25 -25
  159. package/es/tree/transition-node-list.d.ts +9 -9
  160. package/es/tree/tree.d.ts +10 -10
  161. package/es/tree-select/index.d.ts +139 -139
  162. package/es/tree-select/panel.d.ts +25 -25
  163. package/es/tree-select/tree-select.d.ts +67 -67
  164. package/es/trigger/index.d.ts +24 -24
  165. package/es/trigger/trigger.d.ts +13 -13
  166. package/es/typography/base.d.ts +6 -6
  167. package/es/typography/edit-content.d.ts +67 -67
  168. package/es/typography/index.d.ts +4 -4
  169. package/es/typography/operations.d.ts +57 -57
  170. package/es/typography/paragraph.d.ts +1 -1
  171. package/es/typography/title.d.ts +3 -3
  172. package/es/upload/index.d.ts +3 -3
  173. package/es/upload/upload.d.ts +1 -1
  174. package/es/verification-code/index.d.ts +6 -6
  175. package/es/verification-code/verification-code.d.ts +3 -3
  176. package/json/vetur-attributes.json +2423 -2415
  177. package/json/vetur-tags.json +890 -888
  178. package/json/web-types.json +5153 -5137
  179. package/lib/index.css +10 -10
  180. package/lib/input-number/input-number.js +45 -9
  181. package/lib/table/style/index.css +10 -10
  182. package/lib/table/style/index.less +19 -6
  183. package/package.json +24 -25
@@ -30,15 +30,15 @@ declare const Table: {
30
30
  default: boolean;
31
31
  };
32
32
  size: {
33
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
34
- default: () => "mini" | "medium" | "large" | "small";
33
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
34
+ default: () => "mini" | "small" | "medium" | "large";
35
35
  };
36
36
  tableLayoutFixed: {
37
37
  type: BooleanConstructor;
38
38
  default: boolean;
39
39
  };
40
40
  loading: {
41
- type: (ObjectConstructor | BooleanConstructor)[];
41
+ type: (BooleanConstructor | ObjectConstructor)[];
42
42
  default: boolean;
43
43
  };
44
44
  rowSelection: {
@@ -60,7 +60,7 @@ declare const Table: {
60
60
  default: boolean;
61
61
  };
62
62
  pagePosition: {
63
- type: import("vue").PropType<"top" | "tl" | "tr" | "bottom" | "bl" | "br">;
63
+ type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
64
64
  default: string;
65
65
  };
66
66
  indentSize: {
@@ -114,7 +114,7 @@ declare const Table: {
114
114
  type: import("vue").PropType<import("./interface").TableDraggable>;
115
115
  };
116
116
  rowNumber: {
117
- type: (ObjectConstructor | BooleanConstructor)[];
117
+ type: (BooleanConstructor | ObjectConstructor)[];
118
118
  };
119
119
  columnResizable: {
120
120
  type: BooleanConstructor;
@@ -234,9 +234,9 @@ declare const Table: {
234
234
  rowContextmenu: (record: import("./interface").TableData, ev: Event) => true;
235
235
  cellContextmenu: (record: import("./interface").TableData, column: import("./interface").TableColumnData, ev: Event) => true;
236
236
  }, import("vue").PublicProps, {
237
- size: "mini" | "medium" | "large" | "small";
238
- scrollbar: boolean | import("..").ScrollbarProps;
237
+ size: "mini" | "small" | "medium" | "large";
239
238
  data: import("./interface").TableData[];
239
+ scrollbar: boolean | import("..").ScrollbarProps;
240
240
  loading: boolean | Record<string, any>;
241
241
  bordered: boolean | import("./interface").TableBorder;
242
242
  columns: import("./interface").TableColumnData[];
@@ -244,7 +244,7 @@ declare const Table: {
244
244
  stripe: boolean;
245
245
  tableLayoutFixed: boolean;
246
246
  pagination: boolean | import("..").PaginationProps;
247
- pagePosition: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
247
+ pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
248
248
  indentSize: number;
249
249
  rowKey: string;
250
250
  showHeader: boolean;
@@ -285,15 +285,15 @@ declare const Table: {
285
285
  default: boolean;
286
286
  };
287
287
  size: {
288
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
289
- default: () => "mini" | "medium" | "large" | "small";
288
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
289
+ default: () => "mini" | "small" | "medium" | "large";
290
290
  };
291
291
  tableLayoutFixed: {
292
292
  type: BooleanConstructor;
293
293
  default: boolean;
294
294
  };
295
295
  loading: {
296
- type: (ObjectConstructor | BooleanConstructor)[];
296
+ type: (BooleanConstructor | ObjectConstructor)[];
297
297
  default: boolean;
298
298
  };
299
299
  rowSelection: {
@@ -315,7 +315,7 @@ declare const Table: {
315
315
  default: boolean;
316
316
  };
317
317
  pagePosition: {
318
- type: import("vue").PropType<"top" | "tl" | "tr" | "bottom" | "bl" | "br">;
318
+ type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
319
319
  default: string;
320
320
  };
321
321
  indentSize: {
@@ -369,7 +369,7 @@ declare const Table: {
369
369
  type: import("vue").PropType<import("./interface").TableDraggable>;
370
370
  };
371
371
  rowNumber: {
372
- type: (ObjectConstructor | BooleanConstructor)[];
372
+ type: (BooleanConstructor | ObjectConstructor)[];
373
373
  };
374
374
  columnResizable: {
375
375
  type: BooleanConstructor;
@@ -466,9 +466,9 @@ declare const Table: {
466
466
  resetSorters(): void;
467
467
  clearSorters(): void;
468
468
  }, {
469
- size: "mini" | "medium" | "large" | "small";
470
- scrollbar: boolean | import("..").ScrollbarProps;
469
+ size: "mini" | "small" | "medium" | "large";
471
470
  data: import("./interface").TableData[];
471
+ scrollbar: boolean | import("..").ScrollbarProps;
472
472
  loading: boolean | Record<string, any>;
473
473
  bordered: boolean | import("./interface").TableBorder;
474
474
  columns: import("./interface").TableColumnData[];
@@ -476,7 +476,7 @@ declare const Table: {
476
476
  stripe: boolean;
477
477
  tableLayoutFixed: boolean;
478
478
  pagination: boolean | import("..").PaginationProps;
479
- pagePosition: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
479
+ pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
480
480
  indentSize: number;
481
481
  rowKey: string;
482
482
  showHeader: boolean;
@@ -514,15 +514,15 @@ declare const Table: {
514
514
  default: boolean;
515
515
  };
516
516
  size: {
517
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
518
- default: () => "mini" | "medium" | "large" | "small";
517
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
518
+ default: () => "mini" | "small" | "medium" | "large";
519
519
  };
520
520
  tableLayoutFixed: {
521
521
  type: BooleanConstructor;
522
522
  default: boolean;
523
523
  };
524
524
  loading: {
525
- type: (ObjectConstructor | BooleanConstructor)[];
525
+ type: (BooleanConstructor | ObjectConstructor)[];
526
526
  default: boolean;
527
527
  };
528
528
  rowSelection: {
@@ -544,7 +544,7 @@ declare const Table: {
544
544
  default: boolean;
545
545
  };
546
546
  pagePosition: {
547
- type: import("vue").PropType<"top" | "tl" | "tr" | "bottom" | "bl" | "br">;
547
+ type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
548
548
  default: string;
549
549
  };
550
550
  indentSize: {
@@ -598,7 +598,7 @@ declare const Table: {
598
598
  type: import("vue").PropType<import("./interface").TableDraggable>;
599
599
  };
600
600
  rowNumber: {
601
- type: (ObjectConstructor | BooleanConstructor)[];
601
+ type: (BooleanConstructor | ObjectConstructor)[];
602
602
  };
603
603
  columnResizable: {
604
604
  type: BooleanConstructor;
@@ -718,9 +718,9 @@ declare const Table: {
718
718
  rowContextmenu: (record: import("./interface").TableData, ev: Event) => true;
719
719
  cellContextmenu: (record: import("./interface").TableData, column: import("./interface").TableColumnData, ev: Event) => true;
720
720
  }, string, {
721
- size: "mini" | "medium" | "large" | "small";
722
- scrollbar: boolean | import("..").ScrollbarProps;
721
+ size: "mini" | "small" | "medium" | "large";
723
722
  data: import("./interface").TableData[];
723
+ scrollbar: boolean | import("..").ScrollbarProps;
724
724
  loading: boolean | Record<string, any>;
725
725
  bordered: boolean | import("./interface").TableBorder;
726
726
  columns: import("./interface").TableColumnData[];
@@ -728,7 +728,7 @@ declare const Table: {
728
728
  stripe: boolean;
729
729
  tableLayoutFixed: boolean;
730
730
  pagination: boolean | import("..").PaginationProps;
731
- pagePosition: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
731
+ pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
732
732
  indentSize: number;
733
733
  rowKey: string;
734
734
  showHeader: boolean;
@@ -932,9 +932,9 @@ declare const Table: {
932
932
  default: boolean;
933
933
  };
934
934
  }>> & Readonly<{}>, {
935
- column: import("./interface").TableColumnData;
936
935
  summary: boolean;
937
936
  type: "normal" | "checkbox" | "radio" | "expand" | "operation";
937
+ column: import("./interface").TableColumnData;
938
938
  indentSize: number;
939
939
  record: import("./interface").TableDataWithRaw;
940
940
  operations: import("./interface").TableOperationColumn[];
@@ -995,7 +995,7 @@ declare const Table: {
995
995
  type: NumberConstructor;
996
996
  };
997
997
  tooltip: {
998
- type: (ObjectConstructor | BooleanConstructor)[];
998
+ type: (BooleanConstructor | ObjectConstructor)[];
999
999
  default: boolean;
1000
1000
  };
1001
1001
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -1051,7 +1051,7 @@ declare const Table: {
1051
1051
  type: NumberConstructor;
1052
1052
  };
1053
1053
  tooltip: {
1054
- type: (ObjectConstructor | BooleanConstructor)[];
1054
+ type: (BooleanConstructor | ObjectConstructor)[];
1055
1055
  default: boolean;
1056
1056
  };
1057
1057
  }>> & Readonly<{}>, {
@@ -544,13 +544,13 @@
544
544
  .arco-table-border-body-cell .arco-table-td:not(:last-child):not(.arco-table-tr-expand) {
545
545
  border-right: 1px solid var(--color-neutral-3);
546
546
  }
547
- .arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(even) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),
548
- .arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
547
+ .arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):nth-child(even) .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right),
548
+ .arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
549
549
  background-color: var(--color-fill-1);
550
550
  }
551
- .arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-left::before,
551
+ .arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-left::before,
552
552
  .arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
553
- .arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-right::before,
553
+ .arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-right::before,
554
554
  .arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
555
555
  position: absolute;
556
556
  top: 0;
@@ -564,13 +564,13 @@
564
564
  .arco-table .arco-table-tr-draggable {
565
565
  cursor: move;
566
566
  }
567
- .arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),
568
- .arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
567
+ .arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):hover .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right),
568
+ .arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
569
569
  background-color: var(--color-fill-1);
570
570
  }
571
- .arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-left::before,
571
+ .arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-left::before,
572
572
  .arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
573
- .arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-right::before,
573
+ .arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-right::before,
574
574
  .arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
575
575
  position: absolute;
576
576
  top: 0;
@@ -581,10 +581,10 @@
581
581
  background-color: var(--color-fill-1);
582
582
  content: '';
583
583
  }
584
- .arco-table-hover .arco-table-tr-expand:not(.arco-table-tr-empty):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
584
+ .arco-table-hover .arco-table-tr-expand:not(.arco-table-tr-empty):hover .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
585
585
  background-color: var(--color-fill-1);
586
586
  }
587
- .arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
587
+ .arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
588
588
  background-color: transparent;
589
589
  }
590
590
  .arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td.arco-table-col-fixed-left::before,
@@ -1,4 +1,5 @@
1
1
  @import '../../style/mixins/index.less';
2
+ // @import '../../_components/auto-tooltip/style/index.less';
2
3
  @import './token.less';
3
4
  @import './filters-popup.less';
4
5
 
@@ -726,9 +727,13 @@
726
727
  // stripe: true
727
728
  &-stripe {
728
729
  &:not(.@{table-prefix-cls}-dragging)
729
- .@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty):not(.@{table-prefix-cls}-tr-summary):nth-child(even),
730
+ .@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty):not(
731
+ .@{table-prefix-cls}-tr-summary
732
+ ):nth-child(even),
730
733
  .@{table-cls-tr}-drag {
731
- .@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(.@{table-prefix-cls}-col-fixed-right) {
734
+ .@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
735
+ .@{table-prefix-cls}-col-fixed-right
736
+ ) {
732
737
  background-color: @table-color-bg-body-stripe-row;
733
738
  }
734
739
 
@@ -754,9 +759,13 @@
754
759
 
755
760
  &-hover {
756
761
  &:not(.@{table-prefix-cls}-dragging)
757
- .@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty):not(.@{table-prefix-cls}-tr-summary):hover,
762
+ .@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty):not(
763
+ .@{table-prefix-cls}-tr-summary
764
+ ):hover,
758
765
  .@{table-cls-tr}-drag {
759
- .@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(.@{table-prefix-cls}-col-fixed-right) {
766
+ .@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
767
+ .@{table-prefix-cls}-col-fixed-right
768
+ ) {
760
769
  background-color: @table-color-bg-body-row_hover;
761
770
  }
762
771
 
@@ -776,7 +785,9 @@
776
785
  }
777
786
 
778
787
  .@{table-cls-tr}-expand:not(.@{table-prefix-cls}-tr-empty):hover {
779
- .@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(.@{table-prefix-cls}-col-fixed-right) {
788
+ .@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
789
+ .@{table-prefix-cls}-col-fixed-right
790
+ ) {
780
791
  background-color: @table-color-bg-expand-content_hover;
781
792
  }
782
793
  }
@@ -784,7 +795,9 @@
784
795
  // 去除嵌套子表格的 hover 效果
785
796
  .@{table-prefix-cls}-tr-expand .@{table-cls-td} & {
786
797
  .@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty) {
787
- .@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(.@{table-prefix-cls}-col-fixed-right) {
798
+ .@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
799
+ .@{table-prefix-cls}-col-fixed-right
800
+ ) {
788
801
  background-color: transparent;
789
802
  }
790
803
 
@@ -52,7 +52,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
52
  type: NumberConstructor;
53
53
  };
54
54
  tooltip: {
55
- type: (ObjectConstructor | BooleanConstructor)[];
55
+ type: (BooleanConstructor | ObjectConstructor)[];
56
56
  default: boolean;
57
57
  };
58
58
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -108,7 +108,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
108
108
  type: NumberConstructor;
109
109
  };
110
110
  tooltip: {
111
- type: (ObjectConstructor | BooleanConstructor)[];
111
+ type: (BooleanConstructor | ObjectConstructor)[];
112
112
  default: boolean;
113
113
  };
114
114
  }>> & Readonly<{}>, {
@@ -90,7 +90,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
90
90
  default: boolean;
91
91
  };
92
92
  value: {
93
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
93
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
94
94
  };
95
95
  disabled: {
96
96
  type: BooleanConstructor;
@@ -123,7 +123,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
123
123
  type: StringConstructor;
124
124
  };
125
125
  size: {
126
- type: PropType<"mini" | "medium" | "large" | "small">;
126
+ type: PropType<"mini" | "small" | "medium" | "large">;
127
127
  default: string;
128
128
  };
129
129
  disabled: {
@@ -137,7 +137,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
137
137
  type: StringConstructor;
138
138
  };
139
139
  size: {
140
- type: PropType<"mini" | "medium" | "large" | "small">;
140
+ type: PropType<"mini" | "small" | "medium" | "large">;
141
141
  default: string;
142
142
  };
143
143
  disabled: {
@@ -145,8 +145,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
145
145
  default: boolean;
146
146
  };
147
147
  }>> & Readonly<{}>, {
148
+ size: "mini" | "small" | "medium" | "large";
148
149
  disabled: boolean;
149
- size: "mini" | "medium" | "large" | "small";
150
150
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
151
151
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
152
152
  P: {};
@@ -165,7 +165,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
165
165
  default: boolean;
166
166
  };
167
167
  value: {
168
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
168
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
169
169
  };
170
170
  disabled: {
171
171
  type: BooleanConstructor;
@@ -202,7 +202,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
202
202
  default: boolean;
203
203
  };
204
204
  value: {
205
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
205
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
206
206
  };
207
207
  disabled: {
208
208
  type: BooleanConstructor;
@@ -235,7 +235,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
235
235
  type: StringConstructor;
236
236
  };
237
237
  size: {
238
- type: PropType<"mini" | "medium" | "large" | "small">;
238
+ type: PropType<"mini" | "small" | "medium" | "large">;
239
239
  default: string;
240
240
  };
241
241
  disabled: {
@@ -249,7 +249,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
249
249
  type: StringConstructor;
250
250
  };
251
251
  size: {
252
- type: PropType<"mini" | "medium" | "large" | "small">;
252
+ type: PropType<"mini" | "small" | "medium" | "large">;
253
253
  default: string;
254
254
  };
255
255
  disabled: {
@@ -257,8 +257,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
257
257
  default: boolean;
258
258
  };
259
259
  }>> & Readonly<{}>, {
260
+ size: "mini" | "small" | "medium" | "large";
260
261
  disabled: boolean;
261
- size: "mini" | "medium" | "large" | "small";
262
262
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
263
263
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
264
264
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -355,8 +355,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
355
355
  change: (value: string | number | boolean, ev: Event) => true;
356
356
  }, import("vue").PublicProps, {
357
357
  disabled: boolean;
358
- type: "button" | "radio";
359
358
  modelValue: string | number | boolean;
359
+ type: "button" | "radio";
360
360
  value: string | number | boolean;
361
361
  defaultChecked: boolean;
362
362
  uninjectGroupContext: boolean;
@@ -366,7 +366,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
366
366
  type: StringConstructor;
367
367
  };
368
368
  size: {
369
- type: PropType<"mini" | "medium" | "large" | "small">;
369
+ type: PropType<"mini" | "small" | "medium" | "large">;
370
370
  default: string;
371
371
  };
372
372
  disabled: {
@@ -380,7 +380,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
380
380
  type: StringConstructor;
381
381
  };
382
382
  size: {
383
- type: PropType<"mini" | "medium" | "large" | "small">;
383
+ type: PropType<"mini" | "small" | "medium" | "large">;
384
384
  default: string;
385
385
  };
386
386
  disabled: {
@@ -388,8 +388,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
388
388
  default: boolean;
389
389
  };
390
390
  }>> & Readonly<{}>, {
391
+ size: "mini" | "small" | "medium" | "large";
391
392
  disabled: boolean;
392
- size: "mini" | "medium" | "large" | "small";
393
393
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
394
394
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
395
395
  P: {};
@@ -428,8 +428,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
428
428
  onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
429
429
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
430
430
  disabled: boolean;
431
- type: "button" | "radio";
432
431
  modelValue: string | number | boolean;
432
+ type: "button" | "radio";
433
433
  value: string | number | boolean;
434
434
  defaultChecked: boolean;
435
435
  uninjectGroupContext: boolean;
@@ -470,8 +470,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
470
470
  change: (value: string | number | boolean, ev: Event) => true;
471
471
  }, string, {
472
472
  disabled: boolean;
473
- type: "button" | "radio";
474
473
  modelValue: string | number | boolean;
474
+ type: "button" | "radio";
475
475
  value: string | number | boolean;
476
476
  defaultChecked: boolean;
477
477
  uninjectGroupContext: boolean;
@@ -481,7 +481,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
481
481
  type: StringConstructor;
482
482
  };
483
483
  size: {
484
- type: PropType<"mini" | "medium" | "large" | "small">;
484
+ type: PropType<"mini" | "small" | "medium" | "large">;
485
485
  default: string;
486
486
  };
487
487
  disabled: {
@@ -495,7 +495,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
495
495
  type: StringConstructor;
496
496
  };
497
497
  size: {
498
- type: PropType<"mini" | "medium" | "large" | "small">;
498
+ type: PropType<"mini" | "small" | "medium" | "large">;
499
499
  default: string;
500
500
  };
501
501
  disabled: {
@@ -503,8 +503,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
503
503
  default: boolean;
504
504
  };
505
505
  }>> & Readonly<{}>, {
506
+ size: "mini" | "small" | "medium" | "large";
506
507
  disabled: boolean;
507
- size: "mini" | "medium" | "large" | "small";
508
508
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
509
509
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
510
510
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -521,7 +521,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
521
521
  default: string;
522
522
  };
523
523
  size: {
524
- type: PropType<"mini" | "medium" | "large" | "small">;
524
+ type: PropType<"mini" | "small" | "medium" | "large">;
525
525
  };
526
526
  options: {
527
527
  type: PropType<(string | number | import("../radio/interface").RadioOption)[]>;
@@ -551,7 +551,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
551
551
  default: string;
552
552
  };
553
553
  size: {
554
- type: PropType<"mini" | "medium" | "large" | "small">;
554
+ type: PropType<"mini" | "small" | "medium" | "large">;
555
555
  };
556
556
  options: {
557
557
  type: PropType<(string | number | import("../radio/interface").RadioOption)[]>;
@@ -569,9 +569,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
569
569
  onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
570
570
  }>, {
571
571
  disabled: boolean;
572
- type: "button" | "radio";
573
572
  modelValue: string | number | boolean;
574
573
  defaultValue: string | number | boolean;
574
+ type: "button" | "radio";
575
575
  direction: "horizontal" | "vertical";
576
576
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
577
577
  install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
@@ -107,9 +107,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
107
107
  default: boolean;
108
108
  };
109
109
  }>> & Readonly<{}>, {
110
- column: TableColumnData;
111
110
  summary: boolean;
112
111
  type: "normal" | "checkbox" | "radio" | "expand" | "operation";
112
+ column: TableColumnData;
113
113
  indentSize: number;
114
114
  record: TableDataWithRaw;
115
115
  operations: TableOperationColumn[];
@@ -26,15 +26,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
26
26
  default: boolean;
27
27
  };
28
28
  size: {
29
- type: PropType<"mini" | "medium" | "large" | "small">;
30
- default: () => "mini" | "medium" | "large" | "small";
29
+ type: PropType<"mini" | "small" | "medium" | "large">;
30
+ default: () => "mini" | "small" | "medium" | "large";
31
31
  };
32
32
  tableLayoutFixed: {
33
33
  type: BooleanConstructor;
34
34
  default: boolean;
35
35
  };
36
36
  loading: {
37
- type: (ObjectConstructor | BooleanConstructor)[];
37
+ type: (BooleanConstructor | ObjectConstructor)[];
38
38
  default: boolean;
39
39
  };
40
40
  rowSelection: {
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
56
56
  default: boolean;
57
57
  };
58
58
  pagePosition: {
59
- type: PropType<"top" | "tl" | "tr" | "bottom" | "bl" | "br">;
59
+ type: PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
60
60
  default: string;
61
61
  };
62
62
  indentSize: {
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
110
110
  type: PropType<TableDraggable>;
111
111
  };
112
112
  rowNumber: {
113
- type: (ObjectConstructor | BooleanConstructor)[];
113
+ type: (BooleanConstructor | ObjectConstructor)[];
114
114
  };
115
115
  columnResizable: {
116
116
  type: BooleanConstructor;
@@ -228,15 +228,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
228
228
  default: boolean;
229
229
  };
230
230
  size: {
231
- type: PropType<"mini" | "medium" | "large" | "small">;
232
- default: () => "mini" | "medium" | "large" | "small";
231
+ type: PropType<"mini" | "small" | "medium" | "large">;
232
+ default: () => "mini" | "small" | "medium" | "large";
233
233
  };
234
234
  tableLayoutFixed: {
235
235
  type: BooleanConstructor;
236
236
  default: boolean;
237
237
  };
238
238
  loading: {
239
- type: (ObjectConstructor | BooleanConstructor)[];
239
+ type: (BooleanConstructor | ObjectConstructor)[];
240
240
  default: boolean;
241
241
  };
242
242
  rowSelection: {
@@ -258,7 +258,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
258
258
  default: boolean;
259
259
  };
260
260
  pagePosition: {
261
- type: PropType<"top" | "tl" | "tr" | "bottom" | "bl" | "br">;
261
+ type: PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
262
262
  default: string;
263
263
  };
264
264
  indentSize: {
@@ -312,7 +312,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
312
312
  type: PropType<TableDraggable>;
313
313
  };
314
314
  rowNumber: {
315
- type: (ObjectConstructor | BooleanConstructor)[];
315
+ type: (BooleanConstructor | ObjectConstructor)[];
316
316
  };
317
317
  columnResizable: {
318
318
  type: BooleanConstructor;
@@ -390,9 +390,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
390
390
  onRowContextmenu?: ((record: TableData, ev: Event) => any) | undefined;
391
391
  onCellContextmenu?: ((record: TableData, column: TableColumnData, ev: Event) => any) | undefined;
392
392
  }>, {
393
- size: "mini" | "medium" | "large" | "small";
394
- scrollbar: boolean | ScrollbarProps;
393
+ size: "mini" | "small" | "medium" | "large";
395
394
  data: TableData[];
395
+ scrollbar: boolean | ScrollbarProps;
396
396
  loading: boolean | Record<string, any>;
397
397
  bordered: boolean | TableBorder;
398
398
  columns: TableColumnData[];
@@ -400,7 +400,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
400
400
  stripe: boolean;
401
401
  tableLayoutFixed: boolean;
402
402
  pagination: boolean | PaginationProps;
403
- pagePosition: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
403
+ pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
404
404
  indentSize: number;
405
405
  rowKey: string;
406
406
  showHeader: boolean;