@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/es/slider/slider.d.ts
CHANGED
|
@@ -1772,6 +1772,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1772
1772
|
inputAttrs: {
|
|
1773
1773
|
type: ObjectConstructor;
|
|
1774
1774
|
};
|
|
1775
|
+
keyboard: {
|
|
1776
|
+
type: BooleanConstructor;
|
|
1777
|
+
default: boolean;
|
|
1778
|
+
};
|
|
1775
1779
|
}>> & Readonly<{
|
|
1776
1780
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1777
1781
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -1799,6 +1803,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1799
1803
|
mode: "button" | "embed";
|
|
1800
1804
|
error: boolean;
|
|
1801
1805
|
allowClear: boolean;
|
|
1806
|
+
keyboard: boolean;
|
|
1802
1807
|
max: number;
|
|
1803
1808
|
step: number;
|
|
1804
1809
|
min: number;
|
|
@@ -1869,6 +1874,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1869
1874
|
inputAttrs: {
|
|
1870
1875
|
type: ObjectConstructor;
|
|
1871
1876
|
};
|
|
1877
|
+
keyboard: {
|
|
1878
|
+
type: BooleanConstructor;
|
|
1879
|
+
default: boolean;
|
|
1880
|
+
};
|
|
1872
1881
|
}>> & Readonly<{
|
|
1873
1882
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1874
1883
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -1888,6 +1897,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1888
1897
|
mode: "button" | "embed";
|
|
1889
1898
|
error: boolean;
|
|
1890
1899
|
allowClear: boolean;
|
|
1900
|
+
keyboard: boolean;
|
|
1891
1901
|
max: number;
|
|
1892
1902
|
step: number;
|
|
1893
1903
|
min: number;
|
|
@@ -1955,6 +1965,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1955
1965
|
inputAttrs: {
|
|
1956
1966
|
type: ObjectConstructor;
|
|
1957
1967
|
};
|
|
1968
|
+
keyboard: {
|
|
1969
|
+
type: BooleanConstructor;
|
|
1970
|
+
default: boolean;
|
|
1971
|
+
};
|
|
1958
1972
|
}>> & Readonly<{
|
|
1959
1973
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1960
1974
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -1982,6 +1996,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1982
1996
|
mode: "button" | "embed";
|
|
1983
1997
|
error: boolean;
|
|
1984
1998
|
allowClear: boolean;
|
|
1999
|
+
keyboard: boolean;
|
|
1985
2000
|
max: number;
|
|
1986
2001
|
step: number;
|
|
1987
2002
|
min: number;
|
package/es/table/style/index.css
CHANGED
|
@@ -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
|
|
|
@@ -755,7 +755,7 @@ declare const TimePicker: {
|
|
|
755
755
|
}, {}, {}, {
|
|
756
756
|
focus(): void;
|
|
757
757
|
blur(): void;
|
|
758
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
758
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "press-enter")[], "clear" | "blur" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
759
759
|
size: {
|
|
760
760
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
761
761
|
};
|
|
@@ -910,7 +910,7 @@ declare const TimePicker: {
|
|
|
910
910
|
}, {}, {}, {
|
|
911
911
|
focus(index?: number | undefined): void;
|
|
912
912
|
blur(): void;
|
|
913
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
913
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter")[], "clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
914
914
|
size: {
|
|
915
915
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
916
916
|
};
|
|
@@ -951,9 +951,9 @@ declare const TimePicker: {
|
|
|
951
951
|
}>> & Readonly<{
|
|
952
952
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
953
953
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
954
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
955
954
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
956
955
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
956
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
957
957
|
}>, {
|
|
958
958
|
disabled: boolean | boolean[];
|
|
959
959
|
placeholder: string[];
|
|
@@ -2925,7 +2925,7 @@ declare const TimePicker: {
|
|
|
2925
2925
|
}, {}, {}, {
|
|
2926
2926
|
focus(): void;
|
|
2927
2927
|
blur(): void;
|
|
2928
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
2928
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "press-enter")[], "clear" | "blur" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2929
2929
|
size: {
|
|
2930
2930
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
2931
2931
|
};
|
|
@@ -3080,7 +3080,7 @@ declare const TimePicker: {
|
|
|
3080
3080
|
}, {}, {}, {
|
|
3081
3081
|
focus(index?: number | undefined): void;
|
|
3082
3082
|
blur(): void;
|
|
3083
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
3083
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter")[], "clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3084
3084
|
size: {
|
|
3085
3085
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
3086
3086
|
};
|
|
@@ -3121,9 +3121,9 @@ declare const TimePicker: {
|
|
|
3121
3121
|
}>> & Readonly<{
|
|
3122
3122
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
3123
3123
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3124
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
3125
3124
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
3126
3125
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
3126
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
3127
3127
|
}>, {
|
|
3128
3128
|
disabled: boolean | boolean[];
|
|
3129
3129
|
placeholder: string[];
|
|
@@ -834,7 +834,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
834
834
|
}, {}, {}, {
|
|
835
835
|
focus(): void;
|
|
836
836
|
blur(): void;
|
|
837
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
837
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "press-enter")[], "clear" | "blur" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
838
838
|
size: {
|
|
839
839
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
840
840
|
};
|
|
@@ -989,7 +989,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
989
989
|
}, {}, {}, {
|
|
990
990
|
focus(index?: number | undefined): void;
|
|
991
991
|
blur(): void;
|
|
992
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
992
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter")[], "clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
993
993
|
size: {
|
|
994
994
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
995
995
|
};
|
|
@@ -1030,9 +1030,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1030
1030
|
}>> & Readonly<{
|
|
1031
1031
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1032
1032
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1033
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
1034
1033
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
1035
1034
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
1035
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
1036
1036
|
}>, {
|
|
1037
1037
|
disabled: boolean | boolean[];
|
|
1038
1038
|
placeholder: string[];
|
package/es/tree/index.d.ts
CHANGED
|
@@ -591,12 +591,12 @@ declare const Tree: {
|
|
|
591
591
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
592
592
|
}>, {
|
|
593
593
|
data: Record<string, any>[];
|
|
594
|
-
fixedSize: boolean;
|
|
595
|
-
estimatedSize: number;
|
|
596
|
-
buffer: number;
|
|
597
594
|
height: string | number;
|
|
598
595
|
threshold: number;
|
|
599
596
|
itemKey: string;
|
|
597
|
+
fixedSize: boolean;
|
|
598
|
+
estimatedSize: number;
|
|
599
|
+
buffer: number;
|
|
600
600
|
component: string | Record<string, any>;
|
|
601
601
|
paddingPosition: string;
|
|
602
602
|
}, {}, {
|
|
@@ -1661,12 +1661,12 @@ declare const Tree: {
|
|
|
1661
1661
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
1662
1662
|
}>, {
|
|
1663
1663
|
data: Record<string, any>[];
|
|
1664
|
-
fixedSize: boolean;
|
|
1665
|
-
estimatedSize: number;
|
|
1666
|
-
buffer: number;
|
|
1667
1664
|
height: string | number;
|
|
1668
1665
|
threshold: number;
|
|
1669
1666
|
itemKey: string;
|
|
1667
|
+
fixedSize: boolean;
|
|
1668
|
+
estimatedSize: number;
|
|
1669
|
+
buffer: number;
|
|
1670
1670
|
component: string | Record<string, any>;
|
|
1671
1671
|
paddingPosition: string;
|
|
1672
1672
|
}, {}, {
|
package/es/tree/tree.d.ts
CHANGED
|
@@ -703,12 +703,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
703
703
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
704
704
|
}>, {
|
|
705
705
|
data: Record<string, any>[];
|
|
706
|
-
fixedSize: boolean;
|
|
707
|
-
estimatedSize: number;
|
|
708
|
-
buffer: number;
|
|
709
706
|
height: string | number;
|
|
710
707
|
threshold: number;
|
|
711
708
|
itemKey: string;
|
|
709
|
+
fixedSize: boolean;
|
|
710
|
+
estimatedSize: number;
|
|
711
|
+
buffer: number;
|
|
712
712
|
component: string | Record<string, any>;
|
|
713
713
|
paddingPosition: string;
|
|
714
714
|
}, {}, {
|
|
@@ -1546,12 +1546,12 @@ declare const TreeSelect: {
|
|
|
1546
1546
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
1547
1547
|
}>, {
|
|
1548
1548
|
data: Record<string, any>[];
|
|
1549
|
-
fixedSize: boolean;
|
|
1550
|
-
estimatedSize: number;
|
|
1551
|
-
buffer: number;
|
|
1552
1549
|
height: string | number;
|
|
1553
1550
|
threshold: number;
|
|
1554
1551
|
itemKey: string;
|
|
1552
|
+
fixedSize: boolean;
|
|
1553
|
+
estimatedSize: number;
|
|
1554
|
+
buffer: number;
|
|
1555
1555
|
component: string | Record<string, any>;
|
|
1556
1556
|
paddingPosition: string;
|
|
1557
1557
|
}, {}, {
|
|
@@ -2616,12 +2616,12 @@ declare const TreeSelect: {
|
|
|
2616
2616
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
2617
2617
|
}>, {
|
|
2618
2618
|
data: Record<string, any>[];
|
|
2619
|
-
fixedSize: boolean;
|
|
2620
|
-
estimatedSize: number;
|
|
2621
|
-
buffer: number;
|
|
2622
2619
|
height: string | number;
|
|
2623
2620
|
threshold: number;
|
|
2624
2621
|
itemKey: string;
|
|
2622
|
+
fixedSize: boolean;
|
|
2623
|
+
estimatedSize: number;
|
|
2624
|
+
buffer: number;
|
|
2625
2625
|
component: string | Record<string, any>;
|
|
2626
2626
|
paddingPosition: string;
|
|
2627
2627
|
}, {}, {
|
|
@@ -4506,12 +4506,12 @@ declare const TreeSelect: {
|
|
|
4506
4506
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
4507
4507
|
}>, {
|
|
4508
4508
|
data: Record<string, any>[];
|
|
4509
|
-
fixedSize: boolean;
|
|
4510
|
-
estimatedSize: number;
|
|
4511
|
-
buffer: number;
|
|
4512
4509
|
height: string | number;
|
|
4513
4510
|
threshold: number;
|
|
4514
4511
|
itemKey: string;
|
|
4512
|
+
fixedSize: boolean;
|
|
4513
|
+
estimatedSize: number;
|
|
4514
|
+
buffer: number;
|
|
4515
4515
|
component: string | Record<string, any>;
|
|
4516
4516
|
paddingPosition: string;
|
|
4517
4517
|
}, {}, {
|
|
@@ -5576,12 +5576,12 @@ declare const TreeSelect: {
|
|
|
5576
5576
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
5577
5577
|
}>, {
|
|
5578
5578
|
data: Record<string, any>[];
|
|
5579
|
-
fixedSize: boolean;
|
|
5580
|
-
estimatedSize: number;
|
|
5581
|
-
buffer: number;
|
|
5582
5579
|
height: string | number;
|
|
5583
5580
|
threshold: number;
|
|
5584
5581
|
itemKey: string;
|
|
5582
|
+
fixedSize: boolean;
|
|
5583
|
+
estimatedSize: number;
|
|
5584
|
+
buffer: number;
|
|
5585
5585
|
component: string | Record<string, any>;
|
|
5586
5586
|
paddingPosition: string;
|
|
5587
5587
|
}, {}, {
|
|
@@ -642,12 +642,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
642
642
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
643
643
|
}>, {
|
|
644
644
|
data: Record<string, any>[];
|
|
645
|
-
fixedSize: boolean;
|
|
646
|
-
estimatedSize: number;
|
|
647
|
-
buffer: number;
|
|
648
645
|
height: string | number;
|
|
649
646
|
threshold: number;
|
|
650
647
|
itemKey: string;
|
|
648
|
+
fixedSize: boolean;
|
|
649
|
+
estimatedSize: number;
|
|
650
|
+
buffer: number;
|
|
651
651
|
component: string | Record<string, any>;
|
|
652
652
|
paddingPosition: string;
|
|
653
653
|
}, {}, {
|
|
@@ -1712,12 +1712,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1712
1712
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
1713
1713
|
}>, {
|
|
1714
1714
|
data: Record<string, any>[];
|
|
1715
|
-
fixedSize: boolean;
|
|
1716
|
-
estimatedSize: number;
|
|
1717
|
-
buffer: number;
|
|
1718
1715
|
height: string | number;
|
|
1719
1716
|
threshold: number;
|
|
1720
1717
|
itemKey: string;
|
|
1718
|
+
fixedSize: boolean;
|
|
1719
|
+
estimatedSize: number;
|
|
1720
|
+
buffer: number;
|
|
1721
1721
|
component: string | Record<string, any>;
|
|
1722
1722
|
paddingPosition: string;
|
|
1723
1723
|
}, {}, {
|
|
@@ -1672,12 +1672,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1672
1672
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
1673
1673
|
}>, {
|
|
1674
1674
|
data: Record<string, any>[];
|
|
1675
|
-
fixedSize: boolean;
|
|
1676
|
-
estimatedSize: number;
|
|
1677
|
-
buffer: number;
|
|
1678
1675
|
height: string | number;
|
|
1679
1676
|
threshold: number;
|
|
1680
1677
|
itemKey: string;
|
|
1678
|
+
fixedSize: boolean;
|
|
1679
|
+
estimatedSize: number;
|
|
1680
|
+
buffer: number;
|
|
1681
1681
|
component: string | Record<string, any>;
|
|
1682
1682
|
paddingPosition: string;
|
|
1683
1683
|
}, {}, {
|
|
@@ -2742,12 +2742,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2742
2742
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
2743
2743
|
}>, {
|
|
2744
2744
|
data: Record<string, any>[];
|
|
2745
|
-
fixedSize: boolean;
|
|
2746
|
-
estimatedSize: number;
|
|
2747
|
-
buffer: number;
|
|
2748
2745
|
height: string | number;
|
|
2749
2746
|
threshold: number;
|
|
2750
2747
|
itemKey: string;
|
|
2748
|
+
fixedSize: boolean;
|
|
2749
|
+
estimatedSize: number;
|
|
2750
|
+
buffer: number;
|
|
2751
2751
|
component: string | Record<string, any>;
|
|
2752
2752
|
paddingPosition: string;
|
|
2753
2753
|
}, {}, {
|