@geelato/web-vue 2.58.3 → 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.
- package/dist/arco-vue.js +5 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +2 -2
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +10 -10
- package/dist/arco.min.css +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +3 -3
- package/es/date-picker/index.d.ts +2 -2
- package/es/date-picker/picker.d.ts +1 -1
- package/es/date-picker/range-picker.d.ts +2 -2
- package/es/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/index.css +10 -10
- package/es/input-number/index.d.ts +15 -0
- package/es/input-number/input-number.d.ts +9 -0
- package/es/input-number/input-number.js +5 -1
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/message/message.d.ts +1 -1
- package/es/modal/index.d.ts +3 -3
- package/es/modal/modal.d.ts +1 -1
- package/es/pagination/page-jumper.d.ts +15 -0
- package/es/slider/index.d.ts +30 -0
- package/es/slider/slider-input.d.ts +15 -0
- package/es/slider/slider.d.ts +15 -0
- package/es/table/style/index.css +10 -10
- package/es/table/style/index.less +19 -6
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.d.ts +3 -3
- package/es/tree/index.d.ts +6 -6
- package/es/tree/tree.d.ts +3 -3
- package/es/tree-select/index.d.ts +12 -12
- package/es/tree-select/panel.d.ts +6 -6
- package/es/tree-select/tree-select.d.ts +6 -6
- package/json/vetur-attributes.json +2925 -2921
- package/json/vetur-tags.json +806 -805
- package/json/web-types.json +4656 -4648
- package/lib/index.css +10 -10
- package/lib/input-number/input-number.js +5 -1
- package/lib/table/style/index.css +10 -10
- package/lib/table/style/index.less +19 -6
- package/package.json +1 -1
package/lib/index.css
CHANGED
|
@@ -14678,13 +14678,13 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14678
14678
|
.arco-table-border-body-cell .arco-table-td:not(:last-child):not(.arco-table-tr-expand) {
|
|
14679
14679
|
border-right: 1px solid var(--color-neutral-3);
|
|
14680
14680
|
}
|
|
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) {
|
|
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) {
|
|
14683
14683
|
background-color: var(--color-fill-1);
|
|
14684
14684
|
}
|
|
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,
|
|
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,
|
|
14686
14686
|
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::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,
|
|
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,
|
|
14688
14688
|
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
|
|
14689
14689
|
position: absolute;
|
|
14690
14690
|
top: 0;
|
|
@@ -14698,13 +14698,13 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14698
14698
|
.arco-table .arco-table-tr-draggable {
|
|
14699
14699
|
cursor: move;
|
|
14700
14700
|
}
|
|
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) {
|
|
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) {
|
|
14703
14703
|
background-color: var(--color-fill-1);
|
|
14704
14704
|
}
|
|
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,
|
|
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,
|
|
14706
14706
|
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::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,
|
|
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,
|
|
14708
14708
|
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
|
|
14709
14709
|
position: absolute;
|
|
14710
14710
|
top: 0;
|
|
@@ -14715,10 +14715,10 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14715
14715
|
background-color: var(--color-fill-1);
|
|
14716
14716
|
content: '';
|
|
14717
14717
|
}
|
|
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) {
|
|
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) {
|
|
14719
14719
|
background-color: var(--color-fill-1);
|
|
14720
14720
|
}
|
|
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) {
|
|
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) {
|
|
14722
14722
|
background-color: transparent;
|
|
14723
14723
|
}
|
|
14724
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
|
};
|
|
@@ -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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
|