@geelato/web-vue 2.58.1 → 2.58.3
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.
- package/dist/arco-vue.js +22 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +10 -7
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +3 -0
- package/dist/arco.min.css +1 -1
- package/es/date-picker/index.d.ts +5 -5
- package/es/date-picker/panels/date/index.d.ts +2 -2
- package/es/date-picker/panels/week/index.d.ts +2 -2
- package/es/date-picker/picker-panel.d.ts +4 -4
- package/es/date-picker/picker.d.ts +4 -4
- package/es/date-picker/range-picker-panel.d.ts +4 -4
- package/es/date-picker/range-picker.d.ts +5 -5
- package/es/index.css +3 -0
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/pagination.d.ts +1 -1
- package/es/table/style/index.css +3 -0
- package/es/table/style/index.less +3 -3
- package/es/table/table.js +23 -2
- package/es/time-picker/index.d.ts +8 -8
- package/es/time-picker/panel.d.ts +2 -2
- package/es/time-picker/range-panel.d.ts +2 -2
- package/es/time-picker/time-picker.d.ts +4 -4
- package/es/typography/index.d.ts +3 -3
- package/es/typography/title.d.ts +3 -3
- package/json/vetur-attributes.json +2094 -2094
- package/json/vetur-tags.json +754 -754
- package/json/web-types.json +4313 -4313
- package/lib/index.css +3 -0
- package/lib/table/style/index.css +3 -0
- package/lib/table/style/index.less +3 -3
- package/lib/table/table.js +22 -1
- package/package.json +1 -1
package/dist/arco.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;
|