@geelato/web-vue 2.57.0 → 2.58.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.
- package/dist/arco-vue.js +874 -535
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1645 -1546
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +39 -8
- package/dist/arco.min.css +1 -1
- package/es/_components/input-label/input-label.d.ts +3 -3
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +2 -2
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/_utils/array.d.ts +1 -1
- package/es/_utils/array.js +18 -1
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/cascader/cascader-panel.d.ts +1 -1
- package/es/cascader/cascader.d.ts +5 -5
- package/es/cascader/index.d.ts +15 -15
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +12 -12
- 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 +11 -11
- package/es/date-picker/range-picker-panel.d.ts +4 -4
- package/es/date-picker/range-picker.d.ts +12 -12
- package/es/drawer/drawer.d.ts +24 -0
- package/es/drawer/drawer.js +61 -6
- package/es/drawer/index.d.ts +45 -0
- package/es/drawer/style/index.css +10 -0
- package/es/drawer/style/index.less +12 -0
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/index.css +39 -8
- package/es/input/index.d.ts +12 -12
- package/es/input/input-password.d.ts +3 -3
- package/es/input/input.d.ts +3 -3
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/input-number/input-number.js +2 -0
- package/es/input-tag/index.d.ts +21 -21
- package/es/input-tag/input-tag.d.ts +7 -7
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +1 -1
- package/es/message/message.d.ts +1 -1
- package/es/modal/index.d.ts +33 -3
- package/es/modal/modal.d.ts +16 -1
- package/es/modal/modal.js +23 -6
- package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
- package/es/modal/style/index.css +7 -1
- package/es/modal/style/index.less +8 -1
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +16 -16
- package/es/pagination/pagination.d.ts +1 -1
- package/es/radio/index.d.ts +8 -8
- package/es/radio/radio-group.d.ts +2 -2
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/select/index.d.ts +16 -16
- package/es/select/option.d.ts +5 -5
- package/es/select/select.d.ts +4 -4
- package/es/slider/index.d.ts +12 -12
- package/es/slider/slider-input.d.ts +3 -3
- package/es/slider/slider.d.ts +5 -5
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/context.d.ts +3 -0
- package/es/table/hooks/use-row-selection.js +5 -3
- package/es/table/interface.d.ts +1 -1
- package/es/table/style/index.css +22 -7
- package/es/table/style/index.less +25 -8
- package/es/table/table-operation-td.d.ts +13 -13
- package/es/table/table-operation-td.js +6 -6
- package/es/table/table-operation-th.js +19 -7
- package/es/table/table-td.js +2 -2
- package/es/table/table.js +165 -33
- package/es/table/utils.d.ts +1 -1
- package/es/table/utils.js +9 -5
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +22 -22
- 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 +10 -10
- package/es/transfer/index.d.ts +16 -16
- package/es/transfer/transfer-view.d.ts +5 -5
- package/es/transfer/transfer.d.ts +7 -7
- package/es/tree/base-node.d.ts +5 -5
- package/es/tree/transition-node-list.d.ts +5 -5
- package/es/tree-select/index.d.ts +5 -5
- package/es/tree-select/tree-select.d.ts +2 -2
- package/es/typography/edit-content.d.ts +36 -36
- package/es/typography/index.d.ts +3 -3
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +2 -2
- package/json/vetur-attributes.json +2305 -2305
- package/json/vetur-tags.json +865 -865
- package/json/web-types.json +4470 -4470
- package/lib/_utils/array.js +18 -1
- package/lib/drawer/drawer.js +63 -8
- package/lib/drawer/style/index.css +10 -0
- package/lib/drawer/style/index.less +12 -0
- package/lib/index.css +39 -8
- package/lib/input-number/input-number.js +2 -0
- package/lib/modal/modal.js +23 -6
- package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
- package/lib/modal/style/index.css +7 -1
- package/lib/modal/style/index.less +8 -1
- package/lib/table/hooks/use-row-selection.js +5 -3
- package/lib/table/style/index.css +22 -7
- package/lib/table/style/index.less +25 -8
- package/lib/table/table-operation-td.js +6 -6
- package/lib/table/table-operation-th.js +19 -7
- package/lib/table/table-td.js +2 -2
- package/lib/table/table.js +164 -32
- package/lib/table/utils.js +9 -5
- package/package.json +1 -1
package/dist/arco.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:
|
|
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
|
|
14787
|
-
|
|
14788
|
-
|
|
14789
|
-
|
|
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;
|