@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/index.d.ts
CHANGED
|
@@ -54,8 +54,8 @@ declare const Slider: {
|
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
56
|
}>> & Readonly<{
|
|
57
|
-
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
58
57
|
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
58
|
+
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
59
59
|
}>, {
|
|
60
60
|
prefixCls: string;
|
|
61
61
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -86,9 +86,9 @@ declare const Slider: {
|
|
|
86
86
|
change: (value: number | [number, number]) => true;
|
|
87
87
|
}, import("vue").PublicProps, {
|
|
88
88
|
disabled: boolean;
|
|
89
|
-
defaultValue: number | [number, number];
|
|
90
89
|
range: boolean;
|
|
91
90
|
modelValue: number | [number, number];
|
|
91
|
+
defaultValue: number | [number, number];
|
|
92
92
|
direction: "horizontal" | "vertical";
|
|
93
93
|
max: number;
|
|
94
94
|
step: number;
|
|
@@ -221,10 +221,10 @@ declare const Slider: {
|
|
|
221
221
|
'update:popupVisible': (visible: boolean) => true;
|
|
222
222
|
popupVisibleChange: (visible: boolean) => true;
|
|
223
223
|
}, import("vue").PublicProps, {
|
|
224
|
-
mini: boolean;
|
|
225
224
|
popupVisible: boolean;
|
|
226
225
|
defaultPopupVisible: boolean;
|
|
227
226
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
227
|
+
mini: boolean;
|
|
228
228
|
}, true, {}, {}, {
|
|
229
229
|
Trigger: {
|
|
230
230
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -284,13 +284,13 @@ declare const Slider: {
|
|
|
284
284
|
default: boolean;
|
|
285
285
|
};
|
|
286
286
|
contentClass: {
|
|
287
|
-
type: (
|
|
287
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
288
288
|
};
|
|
289
289
|
contentStyle: {
|
|
290
290
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
291
291
|
};
|
|
292
292
|
arrowClass: {
|
|
293
|
-
type: (
|
|
293
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
294
294
|
};
|
|
295
295
|
arrowStyle: {
|
|
296
296
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -348,7 +348,7 @@ declare const Slider: {
|
|
|
348
348
|
default: boolean;
|
|
349
349
|
};
|
|
350
350
|
openedClass: {
|
|
351
|
-
type: (
|
|
351
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
352
352
|
};
|
|
353
353
|
autoFitPosition: {
|
|
354
354
|
type: BooleanConstructor;
|
|
@@ -383,11 +383,11 @@ declare const Slider: {
|
|
|
383
383
|
hide: () => true;
|
|
384
384
|
resize: () => true;
|
|
385
385
|
}, import("vue").PublicProps, {
|
|
386
|
-
disabled: boolean;
|
|
387
386
|
popupVisible: boolean;
|
|
388
387
|
defaultPopupVisible: boolean;
|
|
389
388
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
390
389
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
390
|
+
disabled: boolean;
|
|
391
391
|
popupOffset: number;
|
|
392
392
|
showArrow: boolean;
|
|
393
393
|
alignPoint: boolean;
|
|
@@ -475,13 +475,13 @@ declare const Slider: {
|
|
|
475
475
|
default: boolean;
|
|
476
476
|
};
|
|
477
477
|
contentClass: {
|
|
478
|
-
type: (
|
|
478
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
479
479
|
};
|
|
480
480
|
contentStyle: {
|
|
481
481
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
482
482
|
};
|
|
483
483
|
arrowClass: {
|
|
484
|
-
type: (
|
|
484
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
485
485
|
};
|
|
486
486
|
arrowStyle: {
|
|
487
487
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -539,7 +539,7 @@ declare const Slider: {
|
|
|
539
539
|
default: boolean;
|
|
540
540
|
};
|
|
541
541
|
openedClass: {
|
|
542
|
-
type: (
|
|
542
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
543
543
|
};
|
|
544
544
|
autoFitPosition: {
|
|
545
545
|
type: BooleanConstructor;
|
|
@@ -568,11 +568,11 @@ declare const Slider: {
|
|
|
568
568
|
onHide?: (() => any) | undefined;
|
|
569
569
|
onResize?: (() => any) | undefined;
|
|
570
570
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
571
|
-
disabled: boolean;
|
|
572
571
|
popupVisible: boolean;
|
|
573
572
|
defaultPopupVisible: boolean;
|
|
574
573
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
575
574
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
575
|
+
disabled: boolean;
|
|
576
576
|
popupOffset: number;
|
|
577
577
|
showArrow: boolean;
|
|
578
578
|
alignPoint: boolean;
|
|
@@ -657,13 +657,13 @@ declare const Slider: {
|
|
|
657
657
|
default: boolean;
|
|
658
658
|
};
|
|
659
659
|
contentClass: {
|
|
660
|
-
type: (
|
|
660
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
661
661
|
};
|
|
662
662
|
contentStyle: {
|
|
663
663
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
664
664
|
};
|
|
665
665
|
arrowClass: {
|
|
666
|
-
type: (
|
|
666
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
667
667
|
};
|
|
668
668
|
arrowStyle: {
|
|
669
669
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -721,7 +721,7 @@ declare const Slider: {
|
|
|
721
721
|
default: boolean;
|
|
722
722
|
};
|
|
723
723
|
openedClass: {
|
|
724
|
-
type: (
|
|
724
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
725
725
|
};
|
|
726
726
|
autoFitPosition: {
|
|
727
727
|
type: BooleanConstructor;
|
|
@@ -756,11 +756,11 @@ declare const Slider: {
|
|
|
756
756
|
hide: () => true;
|
|
757
757
|
resize: () => true;
|
|
758
758
|
}, string, {
|
|
759
|
-
disabled: boolean;
|
|
760
759
|
popupVisible: boolean;
|
|
761
760
|
defaultPopupVisible: boolean;
|
|
762
761
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
763
762
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
763
|
+
disabled: boolean;
|
|
764
764
|
popupOffset: number;
|
|
765
765
|
showArrow: boolean;
|
|
766
766
|
alignPoint: boolean;
|
|
@@ -842,10 +842,10 @@ declare const Slider: {
|
|
|
842
842
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
843
843
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
844
844
|
}, {}, {}, {}, {
|
|
845
|
-
mini: boolean;
|
|
846
845
|
popupVisible: boolean;
|
|
847
846
|
defaultPopupVisible: boolean;
|
|
848
847
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
848
|
+
mini: boolean;
|
|
849
849
|
}>;
|
|
850
850
|
__isFragment?: undefined;
|
|
851
851
|
__isTeleport?: undefined;
|
|
@@ -901,10 +901,10 @@ declare const Slider: {
|
|
|
901
901
|
'update:popupVisible': (visible: boolean) => true;
|
|
902
902
|
popupVisibleChange: (visible: boolean) => true;
|
|
903
903
|
}, string, {
|
|
904
|
-
mini: boolean;
|
|
905
904
|
popupVisible: boolean;
|
|
906
905
|
defaultPopupVisible: boolean;
|
|
907
906
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
907
|
+
mini: boolean;
|
|
908
908
|
}, {}, string, {}, {
|
|
909
909
|
Trigger: {
|
|
910
910
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -964,13 +964,13 @@ declare const Slider: {
|
|
|
964
964
|
default: boolean;
|
|
965
965
|
};
|
|
966
966
|
contentClass: {
|
|
967
|
-
type: (
|
|
967
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
968
968
|
};
|
|
969
969
|
contentStyle: {
|
|
970
970
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
971
971
|
};
|
|
972
972
|
arrowClass: {
|
|
973
|
-
type: (
|
|
973
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
974
974
|
};
|
|
975
975
|
arrowStyle: {
|
|
976
976
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1028,7 +1028,7 @@ declare const Slider: {
|
|
|
1028
1028
|
default: boolean;
|
|
1029
1029
|
};
|
|
1030
1030
|
openedClass: {
|
|
1031
|
-
type: (
|
|
1031
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1032
1032
|
};
|
|
1033
1033
|
autoFitPosition: {
|
|
1034
1034
|
type: BooleanConstructor;
|
|
@@ -1063,11 +1063,11 @@ declare const Slider: {
|
|
|
1063
1063
|
hide: () => true;
|
|
1064
1064
|
resize: () => true;
|
|
1065
1065
|
}, import("vue").PublicProps, {
|
|
1066
|
-
disabled: boolean;
|
|
1067
1066
|
popupVisible: boolean;
|
|
1068
1067
|
defaultPopupVisible: boolean;
|
|
1069
1068
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1070
1069
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1070
|
+
disabled: boolean;
|
|
1071
1071
|
popupOffset: number;
|
|
1072
1072
|
showArrow: boolean;
|
|
1073
1073
|
alignPoint: boolean;
|
|
@@ -1155,13 +1155,13 @@ declare const Slider: {
|
|
|
1155
1155
|
default: boolean;
|
|
1156
1156
|
};
|
|
1157
1157
|
contentClass: {
|
|
1158
|
-
type: (
|
|
1158
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1159
1159
|
};
|
|
1160
1160
|
contentStyle: {
|
|
1161
1161
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1162
1162
|
};
|
|
1163
1163
|
arrowClass: {
|
|
1164
|
-
type: (
|
|
1164
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1165
1165
|
};
|
|
1166
1166
|
arrowStyle: {
|
|
1167
1167
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1219,7 +1219,7 @@ declare const Slider: {
|
|
|
1219
1219
|
default: boolean;
|
|
1220
1220
|
};
|
|
1221
1221
|
openedClass: {
|
|
1222
|
-
type: (
|
|
1222
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1223
1223
|
};
|
|
1224
1224
|
autoFitPosition: {
|
|
1225
1225
|
type: BooleanConstructor;
|
|
@@ -1248,11 +1248,11 @@ declare const Slider: {
|
|
|
1248
1248
|
onHide?: (() => any) | undefined;
|
|
1249
1249
|
onResize?: (() => any) | undefined;
|
|
1250
1250
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1251
|
-
disabled: boolean;
|
|
1252
1251
|
popupVisible: boolean;
|
|
1253
1252
|
defaultPopupVisible: boolean;
|
|
1254
1253
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1255
1254
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1255
|
+
disabled: boolean;
|
|
1256
1256
|
popupOffset: number;
|
|
1257
1257
|
showArrow: boolean;
|
|
1258
1258
|
alignPoint: boolean;
|
|
@@ -1337,13 +1337,13 @@ declare const Slider: {
|
|
|
1337
1337
|
default: boolean;
|
|
1338
1338
|
};
|
|
1339
1339
|
contentClass: {
|
|
1340
|
-
type: (
|
|
1340
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1341
1341
|
};
|
|
1342
1342
|
contentStyle: {
|
|
1343
1343
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1344
1344
|
};
|
|
1345
1345
|
arrowClass: {
|
|
1346
|
-
type: (
|
|
1346
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1347
1347
|
};
|
|
1348
1348
|
arrowStyle: {
|
|
1349
1349
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1401,7 +1401,7 @@ declare const Slider: {
|
|
|
1401
1401
|
default: boolean;
|
|
1402
1402
|
};
|
|
1403
1403
|
openedClass: {
|
|
1404
|
-
type: (
|
|
1404
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1405
1405
|
};
|
|
1406
1406
|
autoFitPosition: {
|
|
1407
1407
|
type: BooleanConstructor;
|
|
@@ -1436,11 +1436,11 @@ declare const Slider: {
|
|
|
1436
1436
|
hide: () => true;
|
|
1437
1437
|
resize: () => true;
|
|
1438
1438
|
}, string, {
|
|
1439
|
-
disabled: boolean;
|
|
1440
1439
|
popupVisible: boolean;
|
|
1441
1440
|
defaultPopupVisible: boolean;
|
|
1442
1441
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1443
1442
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1443
|
+
disabled: boolean;
|
|
1444
1444
|
popupOffset: number;
|
|
1445
1445
|
showArrow: boolean;
|
|
1446
1446
|
alignPoint: boolean;
|
|
@@ -1707,14 +1707,14 @@ declare const Slider: {
|
|
|
1707
1707
|
default: boolean;
|
|
1708
1708
|
};
|
|
1709
1709
|
size: {
|
|
1710
|
-
type: import("vue").PropType<"mini" | "
|
|
1710
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
1711
1711
|
};
|
|
1712
1712
|
allowClear: {
|
|
1713
1713
|
type: BooleanConstructor;
|
|
1714
1714
|
default: boolean;
|
|
1715
1715
|
};
|
|
1716
1716
|
modelEvent: {
|
|
1717
|
-
type: import("vue").PropType<"
|
|
1717
|
+
type: import("vue").PropType<"input" | "change">;
|
|
1718
1718
|
default: string;
|
|
1719
1719
|
};
|
|
1720
1720
|
readOnly: {
|
|
@@ -1724,13 +1724,17 @@ declare const Slider: {
|
|
|
1724
1724
|
inputAttrs: {
|
|
1725
1725
|
type: ObjectConstructor;
|
|
1726
1726
|
};
|
|
1727
|
+
keyboard: {
|
|
1728
|
+
type: BooleanConstructor;
|
|
1729
|
+
default: boolean;
|
|
1730
|
+
};
|
|
1727
1731
|
}>> & Readonly<{
|
|
1728
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1729
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1730
1732
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1733
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1731
1734
|
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1732
1735
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1733
1736
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1737
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1734
1738
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1735
1739
|
}>, {
|
|
1736
1740
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1748,14 +1752,15 @@ declare const Slider: {
|
|
|
1748
1752
|
keydown: (ev: KeyboardEvent) => true;
|
|
1749
1753
|
}, import("vue").PublicProps, {
|
|
1750
1754
|
disabled: boolean;
|
|
1755
|
+
mode: "button" | "embed";
|
|
1751
1756
|
error: boolean;
|
|
1752
1757
|
allowClear: boolean;
|
|
1753
|
-
|
|
1758
|
+
keyboard: boolean;
|
|
1754
1759
|
max: number;
|
|
1755
1760
|
step: number;
|
|
1756
1761
|
min: number;
|
|
1757
1762
|
hideButton: boolean;
|
|
1758
|
-
modelEvent: "
|
|
1763
|
+
modelEvent: "input" | "change";
|
|
1759
1764
|
readOnly: boolean;
|
|
1760
1765
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1761
1766
|
P: {};
|
|
@@ -1804,14 +1809,14 @@ declare const Slider: {
|
|
|
1804
1809
|
default: boolean;
|
|
1805
1810
|
};
|
|
1806
1811
|
size: {
|
|
1807
|
-
type: import("vue").PropType<"mini" | "
|
|
1812
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
1808
1813
|
};
|
|
1809
1814
|
allowClear: {
|
|
1810
1815
|
type: BooleanConstructor;
|
|
1811
1816
|
default: boolean;
|
|
1812
1817
|
};
|
|
1813
1818
|
modelEvent: {
|
|
1814
|
-
type: import("vue").PropType<"
|
|
1819
|
+
type: import("vue").PropType<"input" | "change">;
|
|
1815
1820
|
default: string;
|
|
1816
1821
|
};
|
|
1817
1822
|
readOnly: {
|
|
@@ -1821,13 +1826,17 @@ declare const Slider: {
|
|
|
1821
1826
|
inputAttrs: {
|
|
1822
1827
|
type: ObjectConstructor;
|
|
1823
1828
|
};
|
|
1829
|
+
keyboard: {
|
|
1830
|
+
type: BooleanConstructor;
|
|
1831
|
+
default: boolean;
|
|
1832
|
+
};
|
|
1824
1833
|
}>> & Readonly<{
|
|
1825
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1826
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1827
1834
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1835
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1828
1836
|
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1829
1837
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1830
1838
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1839
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1831
1840
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1832
1841
|
}>, {
|
|
1833
1842
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1837,14 +1846,15 @@ declare const Slider: {
|
|
|
1837
1846
|
blur(): void;
|
|
1838
1847
|
}, {
|
|
1839
1848
|
disabled: boolean;
|
|
1849
|
+
mode: "button" | "embed";
|
|
1840
1850
|
error: boolean;
|
|
1841
1851
|
allowClear: boolean;
|
|
1842
|
-
|
|
1852
|
+
keyboard: boolean;
|
|
1843
1853
|
max: number;
|
|
1844
1854
|
step: number;
|
|
1845
1855
|
min: number;
|
|
1846
1856
|
hideButton: boolean;
|
|
1847
|
-
modelEvent: "
|
|
1857
|
+
modelEvent: "input" | "change";
|
|
1848
1858
|
readOnly: boolean;
|
|
1849
1859
|
}>;
|
|
1850
1860
|
__isFragment?: undefined;
|
|
@@ -1890,14 +1900,14 @@ declare const Slider: {
|
|
|
1890
1900
|
default: boolean;
|
|
1891
1901
|
};
|
|
1892
1902
|
size: {
|
|
1893
|
-
type: import("vue").PropType<"mini" | "
|
|
1903
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
1894
1904
|
};
|
|
1895
1905
|
allowClear: {
|
|
1896
1906
|
type: BooleanConstructor;
|
|
1897
1907
|
default: boolean;
|
|
1898
1908
|
};
|
|
1899
1909
|
modelEvent: {
|
|
1900
|
-
type: import("vue").PropType<"
|
|
1910
|
+
type: import("vue").PropType<"input" | "change">;
|
|
1901
1911
|
default: string;
|
|
1902
1912
|
};
|
|
1903
1913
|
readOnly: {
|
|
@@ -1907,13 +1917,17 @@ declare const Slider: {
|
|
|
1907
1917
|
inputAttrs: {
|
|
1908
1918
|
type: ObjectConstructor;
|
|
1909
1919
|
};
|
|
1920
|
+
keyboard: {
|
|
1921
|
+
type: BooleanConstructor;
|
|
1922
|
+
default: boolean;
|
|
1923
|
+
};
|
|
1910
1924
|
}>> & Readonly<{
|
|
1911
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1912
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1913
1925
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1926
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1914
1927
|
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1915
1928
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1916
1929
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1930
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1917
1931
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1918
1932
|
}>, {
|
|
1919
1933
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1931,14 +1945,15 @@ declare const Slider: {
|
|
|
1931
1945
|
keydown: (ev: KeyboardEvent) => true;
|
|
1932
1946
|
}, string, {
|
|
1933
1947
|
disabled: boolean;
|
|
1948
|
+
mode: "button" | "embed";
|
|
1934
1949
|
error: boolean;
|
|
1935
1950
|
allowClear: boolean;
|
|
1936
|
-
|
|
1951
|
+
keyboard: boolean;
|
|
1937
1952
|
max: number;
|
|
1938
1953
|
step: number;
|
|
1939
1954
|
min: number;
|
|
1940
1955
|
hideButton: boolean;
|
|
1941
|
-
modelEvent: "
|
|
1956
|
+
modelEvent: "input" | "change";
|
|
1942
1957
|
readOnly: boolean;
|
|
1943
1958
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1944
1959
|
install: (app: App<any>, options?: ArcoOptions | undefined) => void;
|
|
@@ -2003,8 +2018,8 @@ declare const Slider: {
|
|
|
2003
2018
|
default: boolean;
|
|
2004
2019
|
};
|
|
2005
2020
|
}>> & Readonly<{
|
|
2006
|
-
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
2007
2021
|
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
2022
|
+
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
2008
2023
|
}>, {
|
|
2009
2024
|
prefixCls: string;
|
|
2010
2025
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -2032,9 +2047,9 @@ declare const Slider: {
|
|
|
2032
2047
|
handleEndChange: (value?: number | undefined) => void;
|
|
2033
2048
|
}, {}, {}, {}, {
|
|
2034
2049
|
disabled: boolean;
|
|
2035
|
-
defaultValue: number | [number, number];
|
|
2036
2050
|
range: boolean;
|
|
2037
2051
|
modelValue: number | [number, number];
|
|
2052
|
+
defaultValue: number | [number, number];
|
|
2038
2053
|
direction: "horizontal" | "vertical";
|
|
2039
2054
|
max: number;
|
|
2040
2055
|
step: number;
|
|
@@ -2098,8 +2113,8 @@ declare const Slider: {
|
|
|
2098
2113
|
default: boolean;
|
|
2099
2114
|
};
|
|
2100
2115
|
}>> & Readonly<{
|
|
2101
|
-
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
2102
2116
|
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
2117
|
+
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
2103
2118
|
}>, {
|
|
2104
2119
|
prefixCls: string;
|
|
2105
2120
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -2130,9 +2145,9 @@ declare const Slider: {
|
|
|
2130
2145
|
change: (value: number | [number, number]) => true;
|
|
2131
2146
|
}, string, {
|
|
2132
2147
|
disabled: boolean;
|
|
2133
|
-
defaultValue: number | [number, number];
|
|
2134
2148
|
range: boolean;
|
|
2135
2149
|
modelValue: number | [number, number];
|
|
2150
|
+
defaultValue: number | [number, number];
|
|
2136
2151
|
direction: "horizontal" | "vertical";
|
|
2137
2152
|
max: number;
|
|
2138
2153
|
step: number;
|
|
@@ -2265,10 +2280,10 @@ declare const Slider: {
|
|
|
2265
2280
|
'update:popupVisible': (visible: boolean) => true;
|
|
2266
2281
|
popupVisibleChange: (visible: boolean) => true;
|
|
2267
2282
|
}, import("vue").PublicProps, {
|
|
2268
|
-
mini: boolean;
|
|
2269
2283
|
popupVisible: boolean;
|
|
2270
2284
|
defaultPopupVisible: boolean;
|
|
2271
2285
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2286
|
+
mini: boolean;
|
|
2272
2287
|
}, true, {}, {}, {
|
|
2273
2288
|
Trigger: {
|
|
2274
2289
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2328,13 +2343,13 @@ declare const Slider: {
|
|
|
2328
2343
|
default: boolean;
|
|
2329
2344
|
};
|
|
2330
2345
|
contentClass: {
|
|
2331
|
-
type: (
|
|
2346
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2332
2347
|
};
|
|
2333
2348
|
contentStyle: {
|
|
2334
2349
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2335
2350
|
};
|
|
2336
2351
|
arrowClass: {
|
|
2337
|
-
type: (
|
|
2352
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2338
2353
|
};
|
|
2339
2354
|
arrowStyle: {
|
|
2340
2355
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2392,7 +2407,7 @@ declare const Slider: {
|
|
|
2392
2407
|
default: boolean;
|
|
2393
2408
|
};
|
|
2394
2409
|
openedClass: {
|
|
2395
|
-
type: (
|
|
2410
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2396
2411
|
};
|
|
2397
2412
|
autoFitPosition: {
|
|
2398
2413
|
type: BooleanConstructor;
|
|
@@ -2427,11 +2442,11 @@ declare const Slider: {
|
|
|
2427
2442
|
hide: () => true;
|
|
2428
2443
|
resize: () => true;
|
|
2429
2444
|
}, import("vue").PublicProps, {
|
|
2430
|
-
disabled: boolean;
|
|
2431
2445
|
popupVisible: boolean;
|
|
2432
2446
|
defaultPopupVisible: boolean;
|
|
2433
2447
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
2434
2448
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2449
|
+
disabled: boolean;
|
|
2435
2450
|
popupOffset: number;
|
|
2436
2451
|
showArrow: boolean;
|
|
2437
2452
|
alignPoint: boolean;
|
|
@@ -2519,13 +2534,13 @@ declare const Slider: {
|
|
|
2519
2534
|
default: boolean;
|
|
2520
2535
|
};
|
|
2521
2536
|
contentClass: {
|
|
2522
|
-
type: (
|
|
2537
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2523
2538
|
};
|
|
2524
2539
|
contentStyle: {
|
|
2525
2540
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2526
2541
|
};
|
|
2527
2542
|
arrowClass: {
|
|
2528
|
-
type: (
|
|
2543
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2529
2544
|
};
|
|
2530
2545
|
arrowStyle: {
|
|
2531
2546
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2583,7 +2598,7 @@ declare const Slider: {
|
|
|
2583
2598
|
default: boolean;
|
|
2584
2599
|
};
|
|
2585
2600
|
openedClass: {
|
|
2586
|
-
type: (
|
|
2601
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2587
2602
|
};
|
|
2588
2603
|
autoFitPosition: {
|
|
2589
2604
|
type: BooleanConstructor;
|
|
@@ -2612,11 +2627,11 @@ declare const Slider: {
|
|
|
2612
2627
|
onHide?: (() => any) | undefined;
|
|
2613
2628
|
onResize?: (() => any) | undefined;
|
|
2614
2629
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2615
|
-
disabled: boolean;
|
|
2616
2630
|
popupVisible: boolean;
|
|
2617
2631
|
defaultPopupVisible: boolean;
|
|
2618
2632
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
2619
2633
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2634
|
+
disabled: boolean;
|
|
2620
2635
|
popupOffset: number;
|
|
2621
2636
|
showArrow: boolean;
|
|
2622
2637
|
alignPoint: boolean;
|
|
@@ -2701,13 +2716,13 @@ declare const Slider: {
|
|
|
2701
2716
|
default: boolean;
|
|
2702
2717
|
};
|
|
2703
2718
|
contentClass: {
|
|
2704
|
-
type: (
|
|
2719
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2705
2720
|
};
|
|
2706
2721
|
contentStyle: {
|
|
2707
2722
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2708
2723
|
};
|
|
2709
2724
|
arrowClass: {
|
|
2710
|
-
type: (
|
|
2725
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2711
2726
|
};
|
|
2712
2727
|
arrowStyle: {
|
|
2713
2728
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2765,7 +2780,7 @@ declare const Slider: {
|
|
|
2765
2780
|
default: boolean;
|
|
2766
2781
|
};
|
|
2767
2782
|
openedClass: {
|
|
2768
|
-
type: (
|
|
2783
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2769
2784
|
};
|
|
2770
2785
|
autoFitPosition: {
|
|
2771
2786
|
type: BooleanConstructor;
|
|
@@ -2800,11 +2815,11 @@ declare const Slider: {
|
|
|
2800
2815
|
hide: () => true;
|
|
2801
2816
|
resize: () => true;
|
|
2802
2817
|
}, string, {
|
|
2803
|
-
disabled: boolean;
|
|
2804
2818
|
popupVisible: boolean;
|
|
2805
2819
|
defaultPopupVisible: boolean;
|
|
2806
2820
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
2807
2821
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2822
|
+
disabled: boolean;
|
|
2808
2823
|
popupOffset: number;
|
|
2809
2824
|
showArrow: boolean;
|
|
2810
2825
|
alignPoint: boolean;
|
|
@@ -2886,10 +2901,10 @@ declare const Slider: {
|
|
|
2886
2901
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
2887
2902
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
2888
2903
|
}, {}, {}, {}, {
|
|
2889
|
-
mini: boolean;
|
|
2890
2904
|
popupVisible: boolean;
|
|
2891
2905
|
defaultPopupVisible: boolean;
|
|
2892
2906
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2907
|
+
mini: boolean;
|
|
2893
2908
|
}>;
|
|
2894
2909
|
__isFragment?: undefined;
|
|
2895
2910
|
__isTeleport?: undefined;
|
|
@@ -2945,10 +2960,10 @@ declare const Slider: {
|
|
|
2945
2960
|
'update:popupVisible': (visible: boolean) => true;
|
|
2946
2961
|
popupVisibleChange: (visible: boolean) => true;
|
|
2947
2962
|
}, string, {
|
|
2948
|
-
mini: boolean;
|
|
2949
2963
|
popupVisible: boolean;
|
|
2950
2964
|
defaultPopupVisible: boolean;
|
|
2951
2965
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2966
|
+
mini: boolean;
|
|
2952
2967
|
}, {}, string, {}, {
|
|
2953
2968
|
Trigger: {
|
|
2954
2969
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3008,13 +3023,13 @@ declare const Slider: {
|
|
|
3008
3023
|
default: boolean;
|
|
3009
3024
|
};
|
|
3010
3025
|
contentClass: {
|
|
3011
|
-
type: (
|
|
3026
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3012
3027
|
};
|
|
3013
3028
|
contentStyle: {
|
|
3014
3029
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3015
3030
|
};
|
|
3016
3031
|
arrowClass: {
|
|
3017
|
-
type: (
|
|
3032
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3018
3033
|
};
|
|
3019
3034
|
arrowStyle: {
|
|
3020
3035
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3072,7 +3087,7 @@ declare const Slider: {
|
|
|
3072
3087
|
default: boolean;
|
|
3073
3088
|
};
|
|
3074
3089
|
openedClass: {
|
|
3075
|
-
type: (
|
|
3090
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3076
3091
|
};
|
|
3077
3092
|
autoFitPosition: {
|
|
3078
3093
|
type: BooleanConstructor;
|
|
@@ -3107,11 +3122,11 @@ declare const Slider: {
|
|
|
3107
3122
|
hide: () => true;
|
|
3108
3123
|
resize: () => true;
|
|
3109
3124
|
}, import("vue").PublicProps, {
|
|
3110
|
-
disabled: boolean;
|
|
3111
3125
|
popupVisible: boolean;
|
|
3112
3126
|
defaultPopupVisible: boolean;
|
|
3113
3127
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3114
3128
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
3129
|
+
disabled: boolean;
|
|
3115
3130
|
popupOffset: number;
|
|
3116
3131
|
showArrow: boolean;
|
|
3117
3132
|
alignPoint: boolean;
|
|
@@ -3199,13 +3214,13 @@ declare const Slider: {
|
|
|
3199
3214
|
default: boolean;
|
|
3200
3215
|
};
|
|
3201
3216
|
contentClass: {
|
|
3202
|
-
type: (
|
|
3217
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3203
3218
|
};
|
|
3204
3219
|
contentStyle: {
|
|
3205
3220
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3206
3221
|
};
|
|
3207
3222
|
arrowClass: {
|
|
3208
|
-
type: (
|
|
3223
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3209
3224
|
};
|
|
3210
3225
|
arrowStyle: {
|
|
3211
3226
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3263,7 +3278,7 @@ declare const Slider: {
|
|
|
3263
3278
|
default: boolean;
|
|
3264
3279
|
};
|
|
3265
3280
|
openedClass: {
|
|
3266
|
-
type: (
|
|
3281
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3267
3282
|
};
|
|
3268
3283
|
autoFitPosition: {
|
|
3269
3284
|
type: BooleanConstructor;
|
|
@@ -3292,11 +3307,11 @@ declare const Slider: {
|
|
|
3292
3307
|
onHide?: (() => any) | undefined;
|
|
3293
3308
|
onResize?: (() => any) | undefined;
|
|
3294
3309
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
3295
|
-
disabled: boolean;
|
|
3296
3310
|
popupVisible: boolean;
|
|
3297
3311
|
defaultPopupVisible: boolean;
|
|
3298
3312
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3299
3313
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
3314
|
+
disabled: boolean;
|
|
3300
3315
|
popupOffset: number;
|
|
3301
3316
|
showArrow: boolean;
|
|
3302
3317
|
alignPoint: boolean;
|
|
@@ -3381,13 +3396,13 @@ declare const Slider: {
|
|
|
3381
3396
|
default: boolean;
|
|
3382
3397
|
};
|
|
3383
3398
|
contentClass: {
|
|
3384
|
-
type: (
|
|
3399
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3385
3400
|
};
|
|
3386
3401
|
contentStyle: {
|
|
3387
3402
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3388
3403
|
};
|
|
3389
3404
|
arrowClass: {
|
|
3390
|
-
type: (
|
|
3405
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3391
3406
|
};
|
|
3392
3407
|
arrowStyle: {
|
|
3393
3408
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3445,7 +3460,7 @@ declare const Slider: {
|
|
|
3445
3460
|
default: boolean;
|
|
3446
3461
|
};
|
|
3447
3462
|
openedClass: {
|
|
3448
|
-
type: (
|
|
3463
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3449
3464
|
};
|
|
3450
3465
|
autoFitPosition: {
|
|
3451
3466
|
type: BooleanConstructor;
|
|
@@ -3480,11 +3495,11 @@ declare const Slider: {
|
|
|
3480
3495
|
hide: () => true;
|
|
3481
3496
|
resize: () => true;
|
|
3482
3497
|
}, string, {
|
|
3483
|
-
disabled: boolean;
|
|
3484
3498
|
popupVisible: boolean;
|
|
3485
3499
|
defaultPopupVisible: boolean;
|
|
3486
3500
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3487
3501
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
3502
|
+
disabled: boolean;
|
|
3488
3503
|
popupOffset: number;
|
|
3489
3504
|
showArrow: boolean;
|
|
3490
3505
|
alignPoint: boolean;
|
|
@@ -3751,14 +3766,14 @@ declare const Slider: {
|
|
|
3751
3766
|
default: boolean;
|
|
3752
3767
|
};
|
|
3753
3768
|
size: {
|
|
3754
|
-
type: import("vue").PropType<"mini" | "
|
|
3769
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
3755
3770
|
};
|
|
3756
3771
|
allowClear: {
|
|
3757
3772
|
type: BooleanConstructor;
|
|
3758
3773
|
default: boolean;
|
|
3759
3774
|
};
|
|
3760
3775
|
modelEvent: {
|
|
3761
|
-
type: import("vue").PropType<"
|
|
3776
|
+
type: import("vue").PropType<"input" | "change">;
|
|
3762
3777
|
default: string;
|
|
3763
3778
|
};
|
|
3764
3779
|
readOnly: {
|
|
@@ -3768,13 +3783,17 @@ declare const Slider: {
|
|
|
3768
3783
|
inputAttrs: {
|
|
3769
3784
|
type: ObjectConstructor;
|
|
3770
3785
|
};
|
|
3786
|
+
keyboard: {
|
|
3787
|
+
type: BooleanConstructor;
|
|
3788
|
+
default: boolean;
|
|
3789
|
+
};
|
|
3771
3790
|
}>> & Readonly<{
|
|
3772
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3773
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3774
3791
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3792
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3775
3793
|
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3776
3794
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3777
3795
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3796
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3778
3797
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3779
3798
|
}>, {
|
|
3780
3799
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -3792,14 +3811,15 @@ declare const Slider: {
|
|
|
3792
3811
|
keydown: (ev: KeyboardEvent) => true;
|
|
3793
3812
|
}, import("vue").PublicProps, {
|
|
3794
3813
|
disabled: boolean;
|
|
3814
|
+
mode: "button" | "embed";
|
|
3795
3815
|
error: boolean;
|
|
3796
3816
|
allowClear: boolean;
|
|
3797
|
-
|
|
3817
|
+
keyboard: boolean;
|
|
3798
3818
|
max: number;
|
|
3799
3819
|
step: number;
|
|
3800
3820
|
min: number;
|
|
3801
3821
|
hideButton: boolean;
|
|
3802
|
-
modelEvent: "
|
|
3822
|
+
modelEvent: "input" | "change";
|
|
3803
3823
|
readOnly: boolean;
|
|
3804
3824
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3805
3825
|
P: {};
|
|
@@ -3848,14 +3868,14 @@ declare const Slider: {
|
|
|
3848
3868
|
default: boolean;
|
|
3849
3869
|
};
|
|
3850
3870
|
size: {
|
|
3851
|
-
type: import("vue").PropType<"mini" | "
|
|
3871
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
3852
3872
|
};
|
|
3853
3873
|
allowClear: {
|
|
3854
3874
|
type: BooleanConstructor;
|
|
3855
3875
|
default: boolean;
|
|
3856
3876
|
};
|
|
3857
3877
|
modelEvent: {
|
|
3858
|
-
type: import("vue").PropType<"
|
|
3878
|
+
type: import("vue").PropType<"input" | "change">;
|
|
3859
3879
|
default: string;
|
|
3860
3880
|
};
|
|
3861
3881
|
readOnly: {
|
|
@@ -3865,13 +3885,17 @@ declare const Slider: {
|
|
|
3865
3885
|
inputAttrs: {
|
|
3866
3886
|
type: ObjectConstructor;
|
|
3867
3887
|
};
|
|
3888
|
+
keyboard: {
|
|
3889
|
+
type: BooleanConstructor;
|
|
3890
|
+
default: boolean;
|
|
3891
|
+
};
|
|
3868
3892
|
}>> & Readonly<{
|
|
3869
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3870
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3871
3893
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3894
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3872
3895
|
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3873
3896
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3874
3897
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3898
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3875
3899
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3876
3900
|
}>, {
|
|
3877
3901
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -3881,14 +3905,15 @@ declare const Slider: {
|
|
|
3881
3905
|
blur(): void;
|
|
3882
3906
|
}, {
|
|
3883
3907
|
disabled: boolean;
|
|
3908
|
+
mode: "button" | "embed";
|
|
3884
3909
|
error: boolean;
|
|
3885
3910
|
allowClear: boolean;
|
|
3886
|
-
|
|
3911
|
+
keyboard: boolean;
|
|
3887
3912
|
max: number;
|
|
3888
3913
|
step: number;
|
|
3889
3914
|
min: number;
|
|
3890
3915
|
hideButton: boolean;
|
|
3891
|
-
modelEvent: "
|
|
3916
|
+
modelEvent: "input" | "change";
|
|
3892
3917
|
readOnly: boolean;
|
|
3893
3918
|
}>;
|
|
3894
3919
|
__isFragment?: undefined;
|
|
@@ -3934,14 +3959,14 @@ declare const Slider: {
|
|
|
3934
3959
|
default: boolean;
|
|
3935
3960
|
};
|
|
3936
3961
|
size: {
|
|
3937
|
-
type: import("vue").PropType<"mini" | "
|
|
3962
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
3938
3963
|
};
|
|
3939
3964
|
allowClear: {
|
|
3940
3965
|
type: BooleanConstructor;
|
|
3941
3966
|
default: boolean;
|
|
3942
3967
|
};
|
|
3943
3968
|
modelEvent: {
|
|
3944
|
-
type: import("vue").PropType<"
|
|
3969
|
+
type: import("vue").PropType<"input" | "change">;
|
|
3945
3970
|
default: string;
|
|
3946
3971
|
};
|
|
3947
3972
|
readOnly: {
|
|
@@ -3951,13 +3976,17 @@ declare const Slider: {
|
|
|
3951
3976
|
inputAttrs: {
|
|
3952
3977
|
type: ObjectConstructor;
|
|
3953
3978
|
};
|
|
3979
|
+
keyboard: {
|
|
3980
|
+
type: BooleanConstructor;
|
|
3981
|
+
default: boolean;
|
|
3982
|
+
};
|
|
3954
3983
|
}>> & Readonly<{
|
|
3955
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3956
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3957
3984
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3985
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3958
3986
|
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3959
3987
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3960
3988
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3989
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3961
3990
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3962
3991
|
}>, {
|
|
3963
3992
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -3975,14 +4004,15 @@ declare const Slider: {
|
|
|
3975
4004
|
keydown: (ev: KeyboardEvent) => true;
|
|
3976
4005
|
}, string, {
|
|
3977
4006
|
disabled: boolean;
|
|
4007
|
+
mode: "button" | "embed";
|
|
3978
4008
|
error: boolean;
|
|
3979
4009
|
allowClear: boolean;
|
|
3980
|
-
|
|
4010
|
+
keyboard: boolean;
|
|
3981
4011
|
max: number;
|
|
3982
4012
|
step: number;
|
|
3983
4013
|
min: number;
|
|
3984
4014
|
hideButton: boolean;
|
|
3985
|
-
modelEvent: "
|
|
4015
|
+
modelEvent: "input" | "change";
|
|
3986
4016
|
readOnly: boolean;
|
|
3987
4017
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3988
4018
|
install: (app: App<any>, options?: ArcoOptions | undefined) => void;
|