@geelato/web-vue 2.58.2 → 2.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/dist/arco-vue.js +8 -1
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +3 -3
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/dist/arco.css +13 -10
  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/alert/alert.d.ts +6 -6
  16. package/es/alert/index.d.ts +12 -12
  17. package/es/anchor/anchor.d.ts +1 -1
  18. package/es/anchor/index.d.ts +3 -3
  19. package/es/auto-complete/auto-complete.d.ts +3 -3
  20. package/es/auto-complete/index.d.ts +9 -9
  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 +2 -2
  24. package/es/button/button.d.ts +2 -2
  25. package/es/button/index.d.ts +5 -5
  26. package/es/calendar/calendar.d.ts +1 -1
  27. package/es/calendar/index.d.ts +3 -3
  28. package/es/card/card.d.ts +2 -2
  29. package/es/card/index.d.ts +3 -3
  30. package/es/carousel/carousel-indicator.d.ts +1 -1
  31. package/es/cascader/cascader-panel.d.ts +7 -7
  32. package/es/cascader/cascader.d.ts +33 -33
  33. package/es/cascader/index.d.ts +85 -85
  34. package/es/checkbox/checkbox-group.d.ts +2 -2
  35. package/es/checkbox/checkbox.d.ts +6 -6
  36. package/es/checkbox/index.d.ts +14 -14
  37. package/es/collapse/collapse-item.d.ts +3 -3
  38. package/es/collapse/index.d.ts +3 -3
  39. package/es/color-picker/color-picker.d.ts +4 -4
  40. package/es/color-picker/index.d.ts +9 -9
  41. package/es/comment/comment.d.ts +2 -2
  42. package/es/comment/index.d.ts +3 -3
  43. package/es/config-provider/config-provider.d.ts +3 -3
  44. package/es/config-provider/index.d.ts +6 -6
  45. package/es/date-picker/index.d.ts +66 -66
  46. package/es/date-picker/panels/date/index.d.ts +8 -8
  47. package/es/date-picker/panels/footer.d.ts +5 -5
  48. package/es/date-picker/panels/shortcuts.d.ts +5 -5
  49. package/es/date-picker/panels/week/index.d.ts +8 -8
  50. package/es/date-picker/picker-panel.d.ts +26 -26
  51. package/es/date-picker/picker.d.ts +61 -61
  52. package/es/date-picker/range-picker-panel.d.ts +27 -27
  53. package/es/date-picker/range-picker.d.ts +66 -66
  54. package/es/descriptions/descriptions.d.ts +4 -4
  55. package/es/descriptions/index.d.ts +9 -9
  56. package/es/drawer/drawer.d.ts +10 -10
  57. package/es/drawer/index.d.ts +22 -22
  58. package/es/dropdown/dropdown-button.d.ts +26 -26
  59. package/es/dropdown/dropdown-option.d.ts +2 -2
  60. package/es/dropdown/dropdown-panel.d.ts +6 -6
  61. package/es/dropdown/dropdown-submenu.d.ts +21 -21
  62. package/es/dropdown/dropdown.d.ts +18 -18
  63. package/es/dropdown/index.d.ts +85 -85
  64. package/es/form/form-item-label.d.ts +28 -28
  65. package/es/form/form-item.d.ts +35 -35
  66. package/es/form/form.d.ts +2 -2
  67. package/es/form/index.d.ts +38 -38
  68. package/es/image/preview-action.d.ts +27 -27
  69. package/es/image/preview-toolbar.d.ts +27 -27
  70. package/es/index.css +13 -10
  71. package/es/input/index.d.ts +22 -22
  72. package/es/input/input-password.d.ts +8 -8
  73. package/es/input/input-search.d.ts +2 -2
  74. package/es/input/input.d.ts +5 -5
  75. package/es/input-number/index.d.ts +33 -18
  76. package/es/input-number/input-number.d.ts +17 -8
  77. package/es/input-number/input-number.js +5 -1
  78. package/es/input-tag/index.d.ts +30 -30
  79. package/es/input-tag/input-tag.d.ts +11 -11
  80. package/es/list/index.d.ts +12 -12
  81. package/es/list/list.d.ts +5 -5
  82. package/es/mention/index.d.ts +15 -15
  83. package/es/mention/mention.d.ts +5 -5
  84. package/es/menu/base-menu.d.ts +1 -1
  85. package/es/menu/item.d.ts +1 -1
  86. package/es/menu/menu.d.ts +1 -1
  87. package/es/menu/sub-menu-pop.d.ts +15 -15
  88. package/es/message/message.d.ts +6 -6
  89. package/es/modal/index.d.ts +19 -19
  90. package/es/modal/modal.d.ts +9 -9
  91. package/es/notification/notification.d.ts +4 -4
  92. package/es/page-header/index.d.ts +6 -6
  93. package/es/page-header/page-header.d.ts +3 -3
  94. package/es/pagination/index.d.ts +3 -3
  95. package/es/pagination/page-jumper.d.ts +33 -18
  96. package/es/pagination/page-options.d.ts +85 -85
  97. package/es/pagination/pagination.d.ts +2 -2
  98. package/es/popconfirm/index.d.ts +37 -37
  99. package/es/popconfirm/popconfirm.d.ts +18 -18
  100. package/es/popover/index.d.ts +24 -24
  101. package/es/popover/popover.d.ts +12 -12
  102. package/es/progress/circle.d.ts +5 -5
  103. package/es/progress/index.d.ts +36 -36
  104. package/es/progress/line.d.ts +5 -5
  105. package/es/progress/progress.d.ts +19 -19
  106. package/es/progress/steps.d.ts +2 -2
  107. package/es/radio/index.d.ts +16 -16
  108. package/es/radio/radio-group.d.ts +4 -4
  109. package/es/radio/radio.d.ts +5 -5
  110. package/es/rate/index.d.ts +9 -9
  111. package/es/rate/rate.d.ts +3 -3
  112. package/es/scrollbar/index.d.ts +6 -6
  113. package/es/scrollbar/scrollbar.d.ts +3 -3
  114. package/es/select/index.d.ts +85 -85
  115. package/es/select/option.d.ts +16 -16
  116. package/es/select/select-dropdown.d.ts +7 -7
  117. package/es/select/select.d.ts +30 -30
  118. package/es/skeleton/index.d.ts +3 -3
  119. package/es/skeleton/skeleton.d.ts +1 -1
  120. package/es/slider/index.d.ts +126 -96
  121. package/es/slider/slider-button.d.ts +27 -27
  122. package/es/slider/slider-input.d.ts +33 -18
  123. package/es/slider/slider.d.ts +62 -47
  124. package/es/space/index.d.ts +6 -6
  125. package/es/space/space.d.ts +3 -3
  126. package/es/split/index.d.ts +6 -6
  127. package/es/split/split.d.ts +2 -2
  128. package/es/statistic/countdown.d.ts +1 -1
  129. package/es/statistic/index.d.ts +4 -4
  130. package/es/statistic/statistic.d.ts +1 -1
  131. package/es/steps/index.d.ts +9 -9
  132. package/es/steps/step.d.ts +3 -3
  133. package/es/steps/steps.d.ts +3 -3
  134. package/es/switch/index.d.ts +15 -15
  135. package/es/switch/switch.d.ts +9 -9
  136. package/es/table/index.d.ts +24 -24
  137. package/es/table/style/index.css +13 -10
  138. package/es/table/style/index.less +22 -9
  139. package/es/table/table-column.d.ts +2 -2
  140. package/es/table/table-operation-td.d.ts +30 -30
  141. package/es/table/table-td.d.ts +1 -1
  142. package/es/table/table.d.ts +11 -11
  143. package/es/table/table.js +3 -0
  144. package/es/tabs/index.d.ts +9 -9
  145. package/es/tabs/tabs-nav.d.ts +1 -1
  146. package/es/tabs/tabs-tab.d.ts +4 -4
  147. package/es/tabs/tabs.d.ts +4 -4
  148. package/es/tag/index.d.ts +12 -12
  149. package/es/tag/tag.d.ts +6 -6
  150. package/es/textarea/index.d.ts +15 -15
  151. package/es/textarea/textarea.d.ts +6 -6
  152. package/es/time-picker/index.d.ts +113 -113
  153. package/es/time-picker/panel.d.ts +8 -8
  154. package/es/time-picker/range-panel.d.ts +8 -8
  155. package/es/time-picker/time-picker.d.ts +54 -54
  156. package/es/timeline/index.d.ts +3 -3
  157. package/es/timeline/timeline.d.ts +2 -2
  158. package/es/tooltip/index.d.ts +27 -27
  159. package/es/tooltip/tooltip.d.ts +13 -13
  160. package/es/transfer/index.d.ts +90 -90
  161. package/es/transfer/transfer-view.d.ts +37 -37
  162. package/es/transfer/transfer.d.ts +44 -44
  163. package/es/tree/base-node.d.ts +14 -14
  164. package/es/tree/index.d.ts +13 -13
  165. package/es/tree/transition-node-list.d.ts +14 -14
  166. package/es/tree/tree.d.ts +6 -6
  167. package/es/tree-select/index.d.ts +83 -83
  168. package/es/tree-select/panel.d.ts +13 -13
  169. package/es/tree-select/tree-select.d.ts +39 -39
  170. package/es/trigger/index.d.ts +12 -12
  171. package/es/trigger/trigger.d.ts +7 -7
  172. package/es/typography/base.d.ts +2 -2
  173. package/es/typography/edit-content.d.ts +67 -67
  174. package/es/typography/index.d.ts +3 -3
  175. package/es/typography/operations.d.ts +27 -27
  176. package/es/typography/title.d.ts +3 -3
  177. package/es/upload/index.d.ts +6 -6
  178. package/es/upload/upload.d.ts +2 -2
  179. package/es/verification-code/index.d.ts +12 -12
  180. package/es/verification-code/verification-code.d.ts +5 -5
  181. package/json/vetur-attributes.json +1910 -1906
  182. package/json/vetur-tags.json +822 -821
  183. package/json/web-types.json +4073 -4065
  184. package/lib/index.css +13 -10
  185. package/lib/input-number/input-number.js +5 -1
  186. package/lib/table/style/index.css +13 -10
  187. package/lib/table/style/index.less +22 -9
  188. package/lib/table/table.js +3 -0
  189. package/package.json +1 -1
package/lib/index.css CHANGED
@@ -14339,6 +14339,9 @@ body[arco-theme='dark'] .arco-radio-button::after {
14339
14339
  .arco-table-editable-row:hover .arco-table-cell-wrap-value {
14340
14340
  border: 1px solid var(--color-neutral-3);
14341
14341
  }
14342
+ .arco-table-cell {
14343
+ word-break: break-all;
14344
+ }
14342
14345
  .arco-table .arco-table-expand-btn {
14343
14346
  display: inline-flex;
14344
14347
  align-items: center;
@@ -14675,13 +14678,13 @@ body[arco-theme='dark'] .arco-radio-button::after {
14675
14678
  .arco-table-border-body-cell .arco-table-td:not(:last-child):not(.arco-table-tr-expand) {
14676
14679
  border-right: 1px solid var(--color-neutral-3);
14677
14680
  }
14678
- .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),
14679
- .arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
14681
+ .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),
14682
+ .arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
14680
14683
  background-color: var(--color-fill-1);
14681
14684
  }
14682
- .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,
14685
+ .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,
14683
14686
  .arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
14684
- .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,
14687
+ .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,
14685
14688
  .arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
14686
14689
  position: absolute;
14687
14690
  top: 0;
@@ -14695,13 +14698,13 @@ body[arco-theme='dark'] .arco-radio-button::after {
14695
14698
  .arco-table .arco-table-tr-draggable {
14696
14699
  cursor: move;
14697
14700
  }
14698
- .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),
14699
- .arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
14701
+ .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),
14702
+ .arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
14700
14703
  background-color: var(--color-fill-1);
14701
14704
  }
14702
- .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,
14705
+ .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,
14703
14706
  .arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
14704
- .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,
14707
+ .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,
14705
14708
  .arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
14706
14709
  position: absolute;
14707
14710
  top: 0;
@@ -14712,10 +14715,10 @@ body[arco-theme='dark'] .arco-radio-button::after {
14712
14715
  background-color: var(--color-fill-1);
14713
14716
  content: '';
14714
14717
  }
14715
- .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) {
14718
+ .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) {
14716
14719
  background-color: var(--color-fill-1);
14717
14720
  }
14718
- .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) {
14721
+ .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) {
14719
14722
  background-color: transparent;
14720
14723
  }
14721
14724
  .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,
@@ -77,6 +77,10 @@ var _InputNumber = vue.defineComponent({
77
77
  },
78
78
  inputAttrs: {
79
79
  type: Object
80
+ },
81
+ keyboard: {
82
+ type: Boolean,
83
+ default: true
80
84
  }
81
85
  },
82
86
  emits: {
@@ -258,7 +262,7 @@ var _InputNumber = vue.defineComponent({
258
262
  }]]));
259
263
  const onKeyDown = (event) => {
260
264
  emit("keydown", event);
261
- if (!event.defaultPrevented) {
265
+ if (!event.defaultPrevented && props.keyboard) {
262
266
  keyDownHandler(event);
263
267
  }
264
268
  };
@@ -205,6 +205,9 @@
205
205
  .arco-table-editable-row:hover .arco-table-cell-wrap-value {
206
206
  border: 1px solid var(--color-neutral-3);
207
207
  }
208
+ .arco-table-cell {
209
+ word-break: break-all;
210
+ }
208
211
  .arco-table .arco-table-expand-btn {
209
212
  display: inline-flex;
210
213
  align-items: center;
@@ -541,13 +544,13 @@
541
544
  .arco-table-border-body-cell .arco-table-td:not(:last-child):not(.arco-table-tr-expand) {
542
545
  border-right: 1px solid var(--color-neutral-3);
543
546
  }
544
- .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),
545
- .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) {
546
549
  background-color: var(--color-fill-1);
547
550
  }
548
- .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,
549
552
  .arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
550
- .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,
551
554
  .arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
552
555
  position: absolute;
553
556
  top: 0;
@@ -561,13 +564,13 @@
561
564
  .arco-table .arco-table-tr-draggable {
562
565
  cursor: move;
563
566
  }
564
- .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),
565
- .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) {
566
569
  background-color: var(--color-fill-1);
567
570
  }
568
- .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,
569
572
  .arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
570
- .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,
571
574
  .arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
572
575
  position: absolute;
573
576
  top: 0;
@@ -578,10 +581,10 @@
578
581
  background-color: var(--color-fill-1);
579
582
  content: '';
580
583
  }
581
- .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) {
582
585
  background-color: var(--color-fill-1);
583
586
  }
584
- .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) {
585
588
  background-color: transparent;
586
589
  }
587
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
 
@@ -272,9 +273,9 @@
272
273
  }
273
274
  }
274
275
 
275
- //&-cell {
276
- // word-break: break-all;
277
- //}
276
+ &-cell {
277
+ word-break: break-all;
278
+ }
278
279
 
279
280
  // Expand
280
281
  .@{table-prefix-cls}-expand-btn {
@@ -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
 
@@ -1409,6 +1409,9 @@ var _Table = vue.defineComponent({
1409
1409
  return () => {
1410
1410
  var _a;
1411
1411
  return vue.createVNode("table", vue.mergeProps(attrs, {
1412
+ "style": [attrs.style, {
1413
+ tableLayout: "fixed"
1414
+ }],
1412
1415
  "cellpadding": 0,
1413
1416
  "cellspacing": 0
1414
1417
  }), [vue.createVNode(tableColGroup, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geelato/web-vue",
3
- "version": "2.58.2",
3
+ "version": "2.59.0",
4
4
  "description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
5
5
  "keywords": [
6
6
  "arco",