@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.
- package/dist/arco-vue.js +8 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +3 -3
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +13 -10
- package/dist/arco.min.css +1 -1
- package/es/_components/icon-hover.d.ts +3 -3
- package/es/_components/input-label/input-label.d.ts +5 -5
- package/es/_components/picker/input-range.d.ts +10 -10
- package/es/_components/picker/input.d.ts +8 -8
- package/es/_components/select-view/select-view.d.ts +6 -6
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/anchor/anchor.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +2 -2
- package/es/button/button.d.ts +2 -2
- package/es/button/index.d.ts +5 -5
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +3 -3
- package/es/carousel/carousel-indicator.d.ts +1 -1
- package/es/cascader/cascader-panel.d.ts +7 -7
- package/es/cascader/cascader.d.ts +33 -33
- package/es/cascader/index.d.ts +85 -85
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +6 -6
- package/es/checkbox/index.d.ts +14 -14
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +4 -4
- package/es/color-picker/index.d.ts +9 -9
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.d.ts +3 -3
- package/es/config-provider/index.d.ts +6 -6
- package/es/date-picker/index.d.ts +66 -66
- package/es/date-picker/panels/date/index.d.ts +8 -8
- package/es/date-picker/panels/footer.d.ts +5 -5
- package/es/date-picker/panels/shortcuts.d.ts +5 -5
- package/es/date-picker/panels/week/index.d.ts +8 -8
- package/es/date-picker/picker-panel.d.ts +26 -26
- package/es/date-picker/picker.d.ts +61 -61
- package/es/date-picker/range-picker-panel.d.ts +27 -27
- package/es/date-picker/range-picker.d.ts +66 -66
- package/es/descriptions/descriptions.d.ts +4 -4
- package/es/descriptions/index.d.ts +9 -9
- package/es/drawer/drawer.d.ts +10 -10
- package/es/drawer/index.d.ts +22 -22
- package/es/dropdown/dropdown-button.d.ts +26 -26
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.d.ts +21 -21
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +85 -85
- package/es/form/form-item-label.d.ts +28 -28
- package/es/form/form-item.d.ts +35 -35
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +38 -38
- package/es/image/preview-action.d.ts +27 -27
- package/es/image/preview-toolbar.d.ts +27 -27
- package/es/index.css +13 -10
- package/es/input/index.d.ts +22 -22
- package/es/input/input-password.d.ts +8 -8
- package/es/input/input-search.d.ts +2 -2
- package/es/input/input.d.ts +5 -5
- package/es/input-number/index.d.ts +33 -18
- package/es/input-number/input-number.d.ts +17 -8
- package/es/input-number/input-number.js +5 -1
- package/es/input-tag/index.d.ts +30 -30
- package/es/input-tag/input-tag.d.ts +11 -11
- package/es/list/index.d.ts +12 -12
- package/es/list/list.d.ts +5 -5
- package/es/mention/index.d.ts +15 -15
- package/es/mention/mention.d.ts +5 -5
- package/es/menu/base-menu.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +15 -15
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +19 -19
- package/es/modal/modal.d.ts +9 -9
- package/es/notification/notification.d.ts +4 -4
- package/es/page-header/index.d.ts +6 -6
- package/es/page-header/page-header.d.ts +3 -3
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +33 -18
- package/es/pagination/page-options.d.ts +85 -85
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +37 -37
- package/es/popconfirm/popconfirm.d.ts +18 -18
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.d.ts +12 -12
- package/es/progress/circle.d.ts +5 -5
- package/es/progress/index.d.ts +36 -36
- package/es/progress/line.d.ts +5 -5
- package/es/progress/progress.d.ts +19 -19
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +16 -16
- package/es/radio/radio-group.d.ts +4 -4
- package/es/radio/radio.d.ts +5 -5
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +85 -85
- package/es/select/option.d.ts +16 -16
- package/es/select/select-dropdown.d.ts +7 -7
- package/es/select/select.d.ts +30 -30
- package/es/skeleton/index.d.ts +3 -3
- package/es/skeleton/skeleton.d.ts +1 -1
- package/es/slider/index.d.ts +126 -96
- package/es/slider/slider-button.d.ts +27 -27
- package/es/slider/slider-input.d.ts +33 -18
- package/es/slider/slider.d.ts +62 -47
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +6 -6
- package/es/split/split.d.ts +2 -2
- package/es/statistic/countdown.d.ts +1 -1
- package/es/statistic/index.d.ts +4 -4
- package/es/statistic/statistic.d.ts +1 -1
- package/es/steps/index.d.ts +9 -9
- package/es/steps/step.d.ts +3 -3
- package/es/steps/steps.d.ts +3 -3
- package/es/switch/index.d.ts +15 -15
- package/es/switch/switch.d.ts +9 -9
- package/es/table/index.d.ts +24 -24
- package/es/table/style/index.css +13 -10
- package/es/table/style/index.less +22 -9
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +30 -30
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +11 -11
- package/es/table/table.js +3 -0
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +12 -12
- package/es/tag/tag.d.ts +6 -6
- package/es/textarea/index.d.ts +15 -15
- package/es/textarea/textarea.d.ts +6 -6
- package/es/time-picker/index.d.ts +113 -113
- package/es/time-picker/panel.d.ts +8 -8
- package/es/time-picker/range-panel.d.ts +8 -8
- package/es/time-picker/time-picker.d.ts +54 -54
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +27 -27
- package/es/tooltip/tooltip.d.ts +13 -13
- package/es/transfer/index.d.ts +90 -90
- package/es/transfer/transfer-view.d.ts +37 -37
- package/es/transfer/transfer.d.ts +44 -44
- package/es/tree/base-node.d.ts +14 -14
- package/es/tree/index.d.ts +13 -13
- package/es/tree/transition-node-list.d.ts +14 -14
- package/es/tree/tree.d.ts +6 -6
- package/es/tree-select/index.d.ts +83 -83
- package/es/tree-select/panel.d.ts +13 -13
- package/es/tree-select/tree-select.d.ts +39 -39
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +2 -2
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.d.ts +27 -27
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +12 -12
- package/es/verification-code/verification-code.d.ts +5 -5
- package/json/vetur-attributes.json +1910 -1906
- package/json/vetur-tags.json +822 -821
- package/json/web-types.json +4073 -4065
- package/lib/index.css +13 -10
- package/lib/input-number/input-number.js +5 -1
- package/lib/table/style/index.css +13 -10
- package/lib/table/style/index.less +22 -9
- package/lib/table/table.js +3 -0
- package/package.json +1 -1
package/es/slider/slider.d.ts
CHANGED
|
@@ -130,13 +130,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
130
130
|
default: boolean;
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{
|
|
133
|
-
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
134
133
|
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
134
|
+
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
135
135
|
}>, {
|
|
136
136
|
disabled: boolean;
|
|
137
|
-
defaultValue: number | [number, number];
|
|
138
137
|
range: boolean;
|
|
139
138
|
modelValue: number | [number, number];
|
|
139
|
+
defaultValue: number | [number, number];
|
|
140
140
|
direction: "horizontal" | "vertical";
|
|
141
141
|
max: number;
|
|
142
142
|
step: number;
|
|
@@ -269,10 +269,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
269
269
|
'update:popupVisible': (visible: boolean) => true;
|
|
270
270
|
popupVisibleChange: (visible: boolean) => true;
|
|
271
271
|
}, import("vue").PublicProps, {
|
|
272
|
-
mini: boolean;
|
|
273
272
|
popupVisible: boolean;
|
|
274
273
|
defaultPopupVisible: boolean;
|
|
275
274
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
275
|
+
mini: boolean;
|
|
276
276
|
}, true, {}, {}, {
|
|
277
277
|
Trigger: {
|
|
278
278
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -332,13 +332,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
332
332
|
default: boolean;
|
|
333
333
|
};
|
|
334
334
|
contentClass: {
|
|
335
|
-
type: (
|
|
335
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
336
336
|
};
|
|
337
337
|
contentStyle: {
|
|
338
338
|
type: PropType<CSSProperties>;
|
|
339
339
|
};
|
|
340
340
|
arrowClass: {
|
|
341
|
-
type: (
|
|
341
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
342
342
|
};
|
|
343
343
|
arrowStyle: {
|
|
344
344
|
type: PropType<CSSProperties>;
|
|
@@ -396,7 +396,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
396
396
|
default: boolean;
|
|
397
397
|
};
|
|
398
398
|
openedClass: {
|
|
399
|
-
type: (
|
|
399
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
400
400
|
};
|
|
401
401
|
autoFitPosition: {
|
|
402
402
|
type: BooleanConstructor;
|
|
@@ -431,11 +431,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
431
431
|
hide: () => true;
|
|
432
432
|
resize: () => true;
|
|
433
433
|
}, import("vue").PublicProps, {
|
|
434
|
-
disabled: boolean;
|
|
435
434
|
popupVisible: boolean;
|
|
436
435
|
defaultPopupVisible: boolean;
|
|
437
436
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
438
437
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
438
|
+
disabled: boolean;
|
|
439
439
|
popupOffset: number;
|
|
440
440
|
showArrow: boolean;
|
|
441
441
|
alignPoint: boolean;
|
|
@@ -523,13 +523,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
523
523
|
default: boolean;
|
|
524
524
|
};
|
|
525
525
|
contentClass: {
|
|
526
|
-
type: (
|
|
526
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
527
527
|
};
|
|
528
528
|
contentStyle: {
|
|
529
529
|
type: PropType<CSSProperties>;
|
|
530
530
|
};
|
|
531
531
|
arrowClass: {
|
|
532
|
-
type: (
|
|
532
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
533
533
|
};
|
|
534
534
|
arrowStyle: {
|
|
535
535
|
type: PropType<CSSProperties>;
|
|
@@ -587,7 +587,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
587
587
|
default: boolean;
|
|
588
588
|
};
|
|
589
589
|
openedClass: {
|
|
590
|
-
type: (
|
|
590
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
591
591
|
};
|
|
592
592
|
autoFitPosition: {
|
|
593
593
|
type: BooleanConstructor;
|
|
@@ -616,11 +616,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
616
616
|
onHide?: (() => any) | undefined;
|
|
617
617
|
onResize?: (() => any) | undefined;
|
|
618
618
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
619
|
-
disabled: boolean;
|
|
620
619
|
popupVisible: boolean;
|
|
621
620
|
defaultPopupVisible: boolean;
|
|
622
621
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
623
622
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
623
|
+
disabled: boolean;
|
|
624
624
|
popupOffset: number;
|
|
625
625
|
showArrow: boolean;
|
|
626
626
|
alignPoint: boolean;
|
|
@@ -705,13 +705,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
705
705
|
default: boolean;
|
|
706
706
|
};
|
|
707
707
|
contentClass: {
|
|
708
|
-
type: (
|
|
708
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
709
709
|
};
|
|
710
710
|
contentStyle: {
|
|
711
711
|
type: PropType<CSSProperties>;
|
|
712
712
|
};
|
|
713
713
|
arrowClass: {
|
|
714
|
-
type: (
|
|
714
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
715
715
|
};
|
|
716
716
|
arrowStyle: {
|
|
717
717
|
type: PropType<CSSProperties>;
|
|
@@ -769,7 +769,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
769
769
|
default: boolean;
|
|
770
770
|
};
|
|
771
771
|
openedClass: {
|
|
772
|
-
type: (
|
|
772
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
773
773
|
};
|
|
774
774
|
autoFitPosition: {
|
|
775
775
|
type: BooleanConstructor;
|
|
@@ -804,11 +804,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
804
804
|
hide: () => true;
|
|
805
805
|
resize: () => true;
|
|
806
806
|
}, string, {
|
|
807
|
-
disabled: boolean;
|
|
808
807
|
popupVisible: boolean;
|
|
809
808
|
defaultPopupVisible: boolean;
|
|
810
809
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
811
810
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
811
|
+
disabled: boolean;
|
|
812
812
|
popupOffset: number;
|
|
813
813
|
showArrow: boolean;
|
|
814
814
|
alignPoint: boolean;
|
|
@@ -890,10 +890,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
890
890
|
computedArrowStyle: import("vue").ComputedRef<CSSProperties | undefined>;
|
|
891
891
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
892
892
|
}, {}, {}, {}, {
|
|
893
|
-
mini: boolean;
|
|
894
893
|
popupVisible: boolean;
|
|
895
894
|
defaultPopupVisible: boolean;
|
|
896
895
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
896
|
+
mini: boolean;
|
|
897
897
|
}>;
|
|
898
898
|
__isFragment?: undefined;
|
|
899
899
|
__isTeleport?: undefined;
|
|
@@ -949,10 +949,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
949
949
|
'update:popupVisible': (visible: boolean) => true;
|
|
950
950
|
popupVisibleChange: (visible: boolean) => true;
|
|
951
951
|
}, string, {
|
|
952
|
-
mini: boolean;
|
|
953
952
|
popupVisible: boolean;
|
|
954
953
|
defaultPopupVisible: boolean;
|
|
955
954
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
955
|
+
mini: boolean;
|
|
956
956
|
}, {}, string, {}, {
|
|
957
957
|
Trigger: {
|
|
958
958
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1012,13 +1012,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1012
1012
|
default: boolean;
|
|
1013
1013
|
};
|
|
1014
1014
|
contentClass: {
|
|
1015
|
-
type: (
|
|
1015
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1016
1016
|
};
|
|
1017
1017
|
contentStyle: {
|
|
1018
1018
|
type: PropType<CSSProperties>;
|
|
1019
1019
|
};
|
|
1020
1020
|
arrowClass: {
|
|
1021
|
-
type: (
|
|
1021
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1022
1022
|
};
|
|
1023
1023
|
arrowStyle: {
|
|
1024
1024
|
type: PropType<CSSProperties>;
|
|
@@ -1076,7 +1076,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1076
1076
|
default: boolean;
|
|
1077
1077
|
};
|
|
1078
1078
|
openedClass: {
|
|
1079
|
-
type: (
|
|
1079
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1080
1080
|
};
|
|
1081
1081
|
autoFitPosition: {
|
|
1082
1082
|
type: BooleanConstructor;
|
|
@@ -1111,11 +1111,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1111
1111
|
hide: () => true;
|
|
1112
1112
|
resize: () => true;
|
|
1113
1113
|
}, import("vue").PublicProps, {
|
|
1114
|
-
disabled: boolean;
|
|
1115
1114
|
popupVisible: boolean;
|
|
1116
1115
|
defaultPopupVisible: boolean;
|
|
1117
1116
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1118
1117
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1118
|
+
disabled: boolean;
|
|
1119
1119
|
popupOffset: number;
|
|
1120
1120
|
showArrow: boolean;
|
|
1121
1121
|
alignPoint: boolean;
|
|
@@ -1203,13 +1203,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1203
1203
|
default: boolean;
|
|
1204
1204
|
};
|
|
1205
1205
|
contentClass: {
|
|
1206
|
-
type: (
|
|
1206
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1207
1207
|
};
|
|
1208
1208
|
contentStyle: {
|
|
1209
1209
|
type: PropType<CSSProperties>;
|
|
1210
1210
|
};
|
|
1211
1211
|
arrowClass: {
|
|
1212
|
-
type: (
|
|
1212
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1213
1213
|
};
|
|
1214
1214
|
arrowStyle: {
|
|
1215
1215
|
type: PropType<CSSProperties>;
|
|
@@ -1267,7 +1267,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1267
1267
|
default: boolean;
|
|
1268
1268
|
};
|
|
1269
1269
|
openedClass: {
|
|
1270
|
-
type: (
|
|
1270
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1271
1271
|
};
|
|
1272
1272
|
autoFitPosition: {
|
|
1273
1273
|
type: BooleanConstructor;
|
|
@@ -1296,11 +1296,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1296
1296
|
onHide?: (() => any) | undefined;
|
|
1297
1297
|
onResize?: (() => any) | undefined;
|
|
1298
1298
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1299
|
-
disabled: boolean;
|
|
1300
1299
|
popupVisible: boolean;
|
|
1301
1300
|
defaultPopupVisible: boolean;
|
|
1302
1301
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1303
1302
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1303
|
+
disabled: boolean;
|
|
1304
1304
|
popupOffset: number;
|
|
1305
1305
|
showArrow: boolean;
|
|
1306
1306
|
alignPoint: boolean;
|
|
@@ -1385,13 +1385,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1385
1385
|
default: boolean;
|
|
1386
1386
|
};
|
|
1387
1387
|
contentClass: {
|
|
1388
|
-
type: (
|
|
1388
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1389
1389
|
};
|
|
1390
1390
|
contentStyle: {
|
|
1391
1391
|
type: PropType<CSSProperties>;
|
|
1392
1392
|
};
|
|
1393
1393
|
arrowClass: {
|
|
1394
|
-
type: (
|
|
1394
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1395
1395
|
};
|
|
1396
1396
|
arrowStyle: {
|
|
1397
1397
|
type: PropType<CSSProperties>;
|
|
@@ -1449,7 +1449,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1449
1449
|
default: boolean;
|
|
1450
1450
|
};
|
|
1451
1451
|
openedClass: {
|
|
1452
|
-
type: (
|
|
1452
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1453
1453
|
};
|
|
1454
1454
|
autoFitPosition: {
|
|
1455
1455
|
type: BooleanConstructor;
|
|
@@ -1484,11 +1484,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1484
1484
|
hide: () => true;
|
|
1485
1485
|
resize: () => true;
|
|
1486
1486
|
}, string, {
|
|
1487
|
-
disabled: boolean;
|
|
1488
1487
|
popupVisible: boolean;
|
|
1489
1488
|
defaultPopupVisible: boolean;
|
|
1490
1489
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1491
1490
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1491
|
+
disabled: boolean;
|
|
1492
1492
|
popupOffset: number;
|
|
1493
1493
|
showArrow: boolean;
|
|
1494
1494
|
alignPoint: boolean;
|
|
@@ -1755,14 +1755,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1755
1755
|
default: boolean;
|
|
1756
1756
|
};
|
|
1757
1757
|
size: {
|
|
1758
|
-
type: PropType<"mini" | "
|
|
1758
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
1759
1759
|
};
|
|
1760
1760
|
allowClear: {
|
|
1761
1761
|
type: BooleanConstructor;
|
|
1762
1762
|
default: boolean;
|
|
1763
1763
|
};
|
|
1764
1764
|
modelEvent: {
|
|
1765
|
-
type: PropType<"
|
|
1765
|
+
type: PropType<"input" | "change">;
|
|
1766
1766
|
default: string;
|
|
1767
1767
|
};
|
|
1768
1768
|
readOnly: {
|
|
@@ -1772,13 +1772,17 @@ 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
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1777
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1778
1780
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1781
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1779
1782
|
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1780
1783
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1781
1784
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1785
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1782
1786
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1783
1787
|
}>, {
|
|
1784
1788
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1796,14 +1800,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1796
1800
|
keydown: (ev: KeyboardEvent) => true;
|
|
1797
1801
|
}, import("vue").PublicProps, {
|
|
1798
1802
|
disabled: boolean;
|
|
1803
|
+
mode: "button" | "embed";
|
|
1799
1804
|
error: boolean;
|
|
1800
1805
|
allowClear: boolean;
|
|
1801
|
-
|
|
1806
|
+
keyboard: boolean;
|
|
1802
1807
|
max: number;
|
|
1803
1808
|
step: number;
|
|
1804
1809
|
min: number;
|
|
1805
1810
|
hideButton: boolean;
|
|
1806
|
-
modelEvent: "
|
|
1811
|
+
modelEvent: "input" | "change";
|
|
1807
1812
|
readOnly: boolean;
|
|
1808
1813
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1809
1814
|
P: {};
|
|
@@ -1852,14 +1857,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1852
1857
|
default: boolean;
|
|
1853
1858
|
};
|
|
1854
1859
|
size: {
|
|
1855
|
-
type: PropType<"mini" | "
|
|
1860
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
1856
1861
|
};
|
|
1857
1862
|
allowClear: {
|
|
1858
1863
|
type: BooleanConstructor;
|
|
1859
1864
|
default: boolean;
|
|
1860
1865
|
};
|
|
1861
1866
|
modelEvent: {
|
|
1862
|
-
type: PropType<"
|
|
1867
|
+
type: PropType<"input" | "change">;
|
|
1863
1868
|
default: string;
|
|
1864
1869
|
};
|
|
1865
1870
|
readOnly: {
|
|
@@ -1869,13 +1874,17 @@ 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
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1874
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1875
1882
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1883
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1876
1884
|
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1877
1885
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1878
1886
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1887
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1879
1888
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1880
1889
|
}>, {
|
|
1881
1890
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1885,14 +1894,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1885
1894
|
blur(): void;
|
|
1886
1895
|
}, {
|
|
1887
1896
|
disabled: boolean;
|
|
1897
|
+
mode: "button" | "embed";
|
|
1888
1898
|
error: boolean;
|
|
1889
1899
|
allowClear: boolean;
|
|
1890
|
-
|
|
1900
|
+
keyboard: boolean;
|
|
1891
1901
|
max: number;
|
|
1892
1902
|
step: number;
|
|
1893
1903
|
min: number;
|
|
1894
1904
|
hideButton: boolean;
|
|
1895
|
-
modelEvent: "
|
|
1905
|
+
modelEvent: "input" | "change";
|
|
1896
1906
|
readOnly: boolean;
|
|
1897
1907
|
}>;
|
|
1898
1908
|
__isFragment?: undefined;
|
|
@@ -1938,14 +1948,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1938
1948
|
default: boolean;
|
|
1939
1949
|
};
|
|
1940
1950
|
size: {
|
|
1941
|
-
type: PropType<"mini" | "
|
|
1951
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
1942
1952
|
};
|
|
1943
1953
|
allowClear: {
|
|
1944
1954
|
type: BooleanConstructor;
|
|
1945
1955
|
default: boolean;
|
|
1946
1956
|
};
|
|
1947
1957
|
modelEvent: {
|
|
1948
|
-
type: PropType<"
|
|
1958
|
+
type: PropType<"input" | "change">;
|
|
1949
1959
|
default: string;
|
|
1950
1960
|
};
|
|
1951
1961
|
readOnly: {
|
|
@@ -1955,13 +1965,17 @@ 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
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1960
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1961
1973
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1974
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1962
1975
|
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1963
1976
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1964
1977
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1978
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1965
1979
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1966
1980
|
}>, {
|
|
1967
1981
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1979,14 +1993,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1979
1993
|
keydown: (ev: KeyboardEvent) => true;
|
|
1980
1994
|
}, string, {
|
|
1981
1995
|
disabled: boolean;
|
|
1996
|
+
mode: "button" | "embed";
|
|
1982
1997
|
error: boolean;
|
|
1983
1998
|
allowClear: boolean;
|
|
1984
|
-
|
|
1999
|
+
keyboard: boolean;
|
|
1985
2000
|
max: number;
|
|
1986
2001
|
step: number;
|
|
1987
2002
|
min: number;
|
|
1988
2003
|
hideButton: boolean;
|
|
1989
|
-
modelEvent: "
|
|
2004
|
+
modelEvent: "input" | "change";
|
|
1990
2005
|
readOnly: boolean;
|
|
1991
2006
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1992
2007
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|
package/es/space/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ declare const Space: {
|
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
size: {
|
|
14
|
-
type: import("vue").PropType<number | "mini" | "
|
|
14
|
+
type: import("vue").PropType<number | "mini" | "medium" | "large" | "small" | [number | "mini" | "medium" | "large" | "small", number | "mini" | "medium" | "large" | "small"]>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
wrap: {
|
|
@@ -21,7 +21,7 @@ declare const Space: {
|
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
24
|
-
size: number | "mini" | "
|
|
24
|
+
size: number | "mini" | "medium" | "large" | "small" | [number | "mini" | "medium" | "large" | "small", number | "mini" | "medium" | "large" | "small"];
|
|
25
25
|
fill: boolean;
|
|
26
26
|
wrap: boolean;
|
|
27
27
|
direction: "horizontal" | "vertical";
|
|
@@ -41,7 +41,7 @@ declare const Space: {
|
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
43
|
size: {
|
|
44
|
-
type: import("vue").PropType<number | "mini" | "
|
|
44
|
+
type: import("vue").PropType<number | "mini" | "medium" | "large" | "small" | [number | "mini" | "medium" | "large" | "small", number | "mini" | "medium" | "large" | "small"]>;
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
47
47
|
wrap: {
|
|
@@ -51,7 +51,7 @@ declare const Space: {
|
|
|
51
51
|
type: BooleanConstructor;
|
|
52
52
|
};
|
|
53
53
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
54
|
-
size: number | "mini" | "
|
|
54
|
+
size: number | "mini" | "medium" | "large" | "small" | [number | "mini" | "medium" | "large" | "small", number | "mini" | "medium" | "large" | "small"];
|
|
55
55
|
fill: boolean;
|
|
56
56
|
wrap: boolean;
|
|
57
57
|
direction: "horizontal" | "vertical";
|
|
@@ -68,7 +68,7 @@ declare const Space: {
|
|
|
68
68
|
default: string;
|
|
69
69
|
};
|
|
70
70
|
size: {
|
|
71
|
-
type: import("vue").PropType<number | "mini" | "
|
|
71
|
+
type: import("vue").PropType<number | "mini" | "medium" | "large" | "small" | [number | "mini" | "medium" | "large" | "small", number | "mini" | "medium" | "large" | "small"]>;
|
|
72
72
|
default: string;
|
|
73
73
|
};
|
|
74
74
|
wrap: {
|
|
@@ -78,7 +78,7 @@ declare const Space: {
|
|
|
78
78
|
type: BooleanConstructor;
|
|
79
79
|
};
|
|
80
80
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
81
|
-
size: number | "mini" | "
|
|
81
|
+
size: number | "mini" | "medium" | "large" | "small" | [number | "mini" | "medium" | "large" | "small", number | "mini" | "medium" | "large" | "small"];
|
|
82
82
|
fill: boolean;
|
|
83
83
|
wrap: boolean;
|
|
84
84
|
direction: "horizontal" | "vertical";
|
package/es/space/space.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
size: {
|
|
12
|
-
type: PropType<number | "mini" | "
|
|
12
|
+
type: PropType<number | "mini" | "medium" | "large" | "small" | [SpaceSize, SpaceSize]>;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
wrap: {
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
default: string;
|
|
28
28
|
};
|
|
29
29
|
size: {
|
|
30
|
-
type: PropType<number | "mini" | "
|
|
30
|
+
type: PropType<number | "mini" | "medium" | "large" | "small" | [SpaceSize, SpaceSize]>;
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
wrap: {
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
37
37
|
type: BooleanConstructor;
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {
|
|
40
|
-
size: number | "mini" | "
|
|
40
|
+
size: number | "mini" | "medium" | "large" | "small" | [SpaceSize, SpaceSize];
|
|
41
41
|
fill: boolean;
|
|
42
42
|
wrap: boolean;
|
|
43
43
|
direction: "horizontal" | "vertical";
|
package/es/split/index.d.ts
CHANGED
|
@@ -33,10 +33,10 @@ declare const Split: {
|
|
|
33
33
|
moveEnd: (ev: MouseEvent) => true;
|
|
34
34
|
'update:size': (size: string | number) => true;
|
|
35
35
|
}, import("vue").PublicProps, {
|
|
36
|
-
size: string | number;
|
|
37
36
|
disabled: boolean;
|
|
38
|
-
|
|
37
|
+
size: string | number;
|
|
39
38
|
direction: "horizontal" | "vertical";
|
|
39
|
+
component: string;
|
|
40
40
|
defaultSize: string | number;
|
|
41
41
|
}, true, {}, {}, {
|
|
42
42
|
ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -109,10 +109,10 @@ declare const Split: {
|
|
|
109
109
|
flex: string;
|
|
110
110
|
}>;
|
|
111
111
|
}, {}, {}, {}, {
|
|
112
|
-
size: string | number;
|
|
113
112
|
disabled: boolean;
|
|
114
|
-
|
|
113
|
+
size: string | number;
|
|
115
114
|
direction: "horizontal" | "vertical";
|
|
115
|
+
component: string;
|
|
116
116
|
defaultSize: string | number;
|
|
117
117
|
}>;
|
|
118
118
|
__isFragment?: undefined;
|
|
@@ -149,10 +149,10 @@ declare const Split: {
|
|
|
149
149
|
moveEnd: (ev: MouseEvent) => true;
|
|
150
150
|
'update:size': (size: string | number) => true;
|
|
151
151
|
}, string, {
|
|
152
|
-
size: string | number;
|
|
153
152
|
disabled: boolean;
|
|
154
|
-
|
|
153
|
+
size: string | number;
|
|
155
154
|
direction: "horizontal" | "vertical";
|
|
155
|
+
component: string;
|
|
156
156
|
defaultSize: string | number;
|
|
157
157
|
}, {}, string, {}, {
|
|
158
158
|
ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
package/es/split/split.d.ts
CHANGED
|
@@ -38,10 +38,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
onMoveEnd?: ((ev: MouseEvent) => any) | undefined;
|
|
39
39
|
"onUpdate:size"?: ((size: string | number) => any) | undefined;
|
|
40
40
|
}>, {
|
|
41
|
-
size: string | number;
|
|
42
41
|
disabled: boolean;
|
|
43
|
-
|
|
42
|
+
size: string | number;
|
|
44
43
|
direction: "horizontal" | "vertical";
|
|
44
|
+
component: string;
|
|
45
45
|
defaultSize: string | number;
|
|
46
46
|
}, {}, {
|
|
47
47
|
ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -49,9 +49,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
49
49
|
}>> & Readonly<{
|
|
50
50
|
onFinish?: (() => any) | undefined;
|
|
51
51
|
}>, {
|
|
52
|
+
start: boolean;
|
|
52
53
|
value: number;
|
|
53
54
|
format: string;
|
|
54
|
-
start: boolean;
|
|
55
55
|
now: number;
|
|
56
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
export default _default;
|
package/es/statistic/index.d.ts
CHANGED
|
@@ -59,8 +59,8 @@ declare const Statistic: {
|
|
|
59
59
|
decimal?: undefined;
|
|
60
60
|
}>;
|
|
61
61
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
62
|
-
format: string;
|
|
63
62
|
start: boolean;
|
|
63
|
+
format: string;
|
|
64
64
|
animation: boolean;
|
|
65
65
|
animationDuration: number;
|
|
66
66
|
precision: number;
|
|
@@ -129,8 +129,8 @@ declare const Statistic: {
|
|
|
129
129
|
decimal?: undefined;
|
|
130
130
|
}>;
|
|
131
131
|
}, {}, {}, {}, {
|
|
132
|
-
format: string;
|
|
133
132
|
start: boolean;
|
|
133
|
+
format: string;
|
|
134
134
|
animation: boolean;
|
|
135
135
|
animationDuration: number;
|
|
136
136
|
precision: number;
|
|
@@ -196,8 +196,8 @@ declare const Statistic: {
|
|
|
196
196
|
decimal?: undefined;
|
|
197
197
|
}>;
|
|
198
198
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
199
|
-
format: string;
|
|
200
199
|
start: boolean;
|
|
200
|
+
format: string;
|
|
201
201
|
animation: boolean;
|
|
202
202
|
animationDuration: number;
|
|
203
203
|
precision: number;
|
|
@@ -254,9 +254,9 @@ declare const Statistic: {
|
|
|
254
254
|
}>> & Readonly<{
|
|
255
255
|
onFinish?: (() => any) | undefined;
|
|
256
256
|
}>, {
|
|
257
|
+
start: boolean;
|
|
257
258
|
value: number;
|
|
258
259
|
format: string;
|
|
259
|
-
start: boolean;
|
|
260
260
|
now: number;
|
|
261
261
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
262
262
|
install: (app: App, options?: ArcoOptions | undefined) => void;
|
|
@@ -96,8 +96,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
type: PropType<CSSProperties>;
|
|
97
97
|
};
|
|
98
98
|
}>> & Readonly<{}>, {
|
|
99
|
-
format: string;
|
|
100
99
|
start: boolean;
|
|
100
|
+
format: string;
|
|
101
101
|
animation: boolean;
|
|
102
102
|
animationDuration: number;
|
|
103
103
|
precision: number;
|