@geelato/web-vue 2.59.0 → 2.59.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/arco-vue.js +40 -8
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +57 -43
- package/dist/arco-vue.min.js.map +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 +7 -7
- package/es/_components/picker/input.d.ts +6 -6
- package/es/_components/select-view/select-view.d.ts +4 -4
- package/es/_components/virtual-list/virtual-list.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +5 -5
- 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/auto-complete/auto-complete.d.ts +4 -4
- package/es/auto-complete/index.d.ts +12 -12
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +6 -6
- package/es/button/button.d.ts +6 -6
- package/es/button/index.d.ts +15 -15
- 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 +4 -4
- package/es/cascader/cascader.d.ts +40 -40
- package/es/cascader/index.d.ts +93 -93
- package/es/checkbox/checkbox.d.ts +5 -5
- package/es/checkbox/index.d.ts +9 -9
- 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 +3 -3
- package/es/color-picker/index.d.ts +6 -6
- 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 +133 -133
- package/es/date-picker/panels/date/index.d.ts +24 -24
- package/es/date-picker/panels/footer.d.ts +15 -15
- package/es/date-picker/panels/shortcuts.d.ts +15 -15
- package/es/date-picker/panels/week/index.d.ts +24 -24
- package/es/date-picker/picker-panel.d.ts +78 -78
- package/es/date-picker/picker.d.ts +126 -126
- package/es/date-picker/range-picker-panel.d.ts +79 -79
- package/es/date-picker/range-picker.d.ts +133 -133
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/index.d.ts +6 -6
- package/es/drawer/drawer.d.ts +22 -22
- package/es/drawer/index.d.ts +48 -48
- package/es/dropdown/dropdown-button.d.ts +66 -66
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +12 -12
- package/es/dropdown/dropdown-submenu.d.ts +42 -42
- package/es/dropdown/dropdown.d.ts +40 -40
- package/es/dropdown/index.d.ts +194 -194
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.d.ts +57 -57
- package/es/form/form-item.d.ts +65 -65
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +68 -68
- package/es/grid/grid-row.d.ts +1 -1
- package/es/grid/index.d.ts +1 -1
- package/es/image/preview-action.d.ts +57 -57
- package/es/image/preview-toolbar.d.ts +57 -57
- 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 +27 -12
- package/es/input-number/input-number.d.ts +14 -5
- package/es/input-number/input-number.js +40 -8
- package/es/input-tag/index.d.ts +9 -9
- package/es/input-tag/input-tag.d.ts +4 -4
- package/es/list/index.d.ts +6 -6
- package/es/list/list.d.ts +3 -3
- package/es/mention/index.d.ts +18 -18
- package/es/mention/mention.d.ts +7 -7
- package/es/menu/sub-menu-pop.d.ts +24 -24
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +45 -45
- package/es/modal/modal.d.ts +21 -21
- 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 +27 -12
- package/es/pagination/page-options.d.ts +94 -94
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +87 -87
- package/es/popconfirm/popconfirm.d.ts +43 -43
- package/es/popover/index.d.ts +60 -60
- package/es/popover/popover.d.ts +30 -30
- 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 +12 -12
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +4 -4
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +94 -94
- package/es/select/option.d.ts +11 -11
- package/es/select/select-dropdown.d.ts +12 -12
- package/es/select/select.d.ts +38 -38
- package/es/slider/index.d.ts +171 -141
- package/es/slider/slider-button.d.ts +57 -57
- package/es/slider/slider-input.d.ts +27 -12
- package/es/slider/slider.d.ts +85 -70
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- 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 +18 -18
- package/es/switch/switch.d.ts +11 -11
- package/es/table/index.d.ts +27 -27
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +21 -21
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +13 -13
- package/es/tabs/index.d.ts +6 -6
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tag/index.d.ts +9 -9
- package/es/tag/tag.d.ts +5 -5
- package/es/textarea/index.d.ts +12 -12
- package/es/textarea/textarea.d.ts +5 -5
- package/es/time-picker/index.d.ts +200 -200
- package/es/time-picker/panel.d.ts +24 -24
- package/es/time-picker/range-panel.d.ts +24 -24
- package/es/time-picker/time-picker.d.ts +97 -97
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +57 -57
- package/es/tooltip/tooltip.d.ts +28 -28
- package/es/transfer/index.d.ts +95 -95
- package/es/transfer/transfer-view.d.ts +28 -28
- package/es/transfer/transfer.d.ts +46 -46
- package/es/tree/base-node.d.ts +9 -9
- package/es/tree/hooks/use-tree-data.d.ts +4 -4
- package/es/tree/index.d.ts +31 -31
- package/es/tree/transition-node-list.d.ts +9 -9
- package/es/tree/tree.d.ts +13 -13
- package/es/tree-select/index.d.ts +151 -151
- package/es/tree-select/panel.d.ts +31 -31
- package/es/tree-select/tree-select.d.ts +73 -73
- package/es/trigger/index.d.ts +24 -24
- package/es/trigger/trigger.d.ts +13 -13
- package/es/typography/base.d.ts +6 -6
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +4 -4
- package/es/typography/operations.d.ts +57 -57
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +3 -3
- package/json/vetur-attributes.json +2465 -2461
- package/json/vetur-tags.json +863 -862
- package/json/web-types.json +4708 -4700
- package/lib/input-number/input-number.js +40 -8
- package/package.json +24 -25
package/es/slider/index.d.ts
CHANGED
|
@@ -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
|
-
range: boolean;
|
|
90
89
|
modelValue: number | [number, number];
|
|
91
90
|
defaultValue: number | [number, number];
|
|
91
|
+
range: boolean;
|
|
92
92
|
direction: "horizontal" | "vertical";
|
|
93
93
|
max: number;
|
|
94
94
|
step: number;
|
|
@@ -181,7 +181,7 @@ declare const Slider: {
|
|
|
181
181
|
};
|
|
182
182
|
content: StringConstructor;
|
|
183
183
|
position: {
|
|
184
|
-
type: import("vue").PropType<"
|
|
184
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
185
185
|
default: string;
|
|
186
186
|
};
|
|
187
187
|
mini: {
|
|
@@ -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;
|
|
224
225
|
popupVisible: boolean;
|
|
225
226
|
defaultPopupVisible: boolean;
|
|
226
|
-
position: "
|
|
227
|
-
mini: boolean;
|
|
227
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
228
228
|
}, true, {}, {}, {
|
|
229
229
|
Trigger: {
|
|
230
230
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -237,11 +237,11 @@ declare const Slider: {
|
|
|
237
237
|
default: boolean;
|
|
238
238
|
};
|
|
239
239
|
trigger: {
|
|
240
|
-
type: import("vue").PropType<"
|
|
240
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
241
241
|
default: string;
|
|
242
242
|
};
|
|
243
243
|
position: {
|
|
244
|
-
type: import("vue").PropType<"
|
|
244
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
245
245
|
default: string;
|
|
246
246
|
};
|
|
247
247
|
disabled: {
|
|
@@ -284,13 +284,13 @@ declare const Slider: {
|
|
|
284
284
|
default: boolean;
|
|
285
285
|
};
|
|
286
286
|
contentClass: {
|
|
287
|
-
type: (
|
|
287
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
288
288
|
};
|
|
289
289
|
contentStyle: {
|
|
290
290
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
291
291
|
};
|
|
292
292
|
arrowClass: {
|
|
293
|
-
type: (
|
|
293
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
386
387
|
popupVisible: boolean;
|
|
387
388
|
defaultPopupVisible: boolean;
|
|
388
|
-
trigger: "
|
|
389
|
-
position: "
|
|
390
|
-
disabled: boolean;
|
|
389
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
390
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
391
391
|
popupOffset: number;
|
|
392
392
|
showArrow: boolean;
|
|
393
393
|
alignPoint: boolean;
|
|
@@ -428,11 +428,11 @@ declare const Slider: {
|
|
|
428
428
|
default: boolean;
|
|
429
429
|
};
|
|
430
430
|
trigger: {
|
|
431
|
-
type: import("vue").PropType<"
|
|
431
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
432
432
|
default: string;
|
|
433
433
|
};
|
|
434
434
|
position: {
|
|
435
|
-
type: import("vue").PropType<"
|
|
435
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
436
436
|
default: string;
|
|
437
437
|
};
|
|
438
438
|
disabled: {
|
|
@@ -475,13 +475,13 @@ declare const Slider: {
|
|
|
475
475
|
default: boolean;
|
|
476
476
|
};
|
|
477
477
|
contentClass: {
|
|
478
|
-
type: (
|
|
478
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
479
479
|
};
|
|
480
480
|
contentStyle: {
|
|
481
481
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
482
482
|
};
|
|
483
483
|
arrowClass: {
|
|
484
|
-
type: (
|
|
484
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
571
572
|
popupVisible: boolean;
|
|
572
573
|
defaultPopupVisible: boolean;
|
|
573
|
-
trigger: "
|
|
574
|
-
position: "
|
|
575
|
-
disabled: boolean;
|
|
574
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
575
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
576
576
|
popupOffset: number;
|
|
577
577
|
showArrow: boolean;
|
|
578
578
|
alignPoint: boolean;
|
|
@@ -610,11 +610,11 @@ declare const Slider: {
|
|
|
610
610
|
default: boolean;
|
|
611
611
|
};
|
|
612
612
|
trigger: {
|
|
613
|
-
type: import("vue").PropType<"
|
|
613
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
614
614
|
default: string;
|
|
615
615
|
};
|
|
616
616
|
position: {
|
|
617
|
-
type: import("vue").PropType<"
|
|
617
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
618
618
|
default: string;
|
|
619
619
|
};
|
|
620
620
|
disabled: {
|
|
@@ -657,13 +657,13 @@ declare const Slider: {
|
|
|
657
657
|
default: boolean;
|
|
658
658
|
};
|
|
659
659
|
contentClass: {
|
|
660
|
-
type: (
|
|
660
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
661
661
|
};
|
|
662
662
|
contentStyle: {
|
|
663
663
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
664
664
|
};
|
|
665
665
|
arrowClass: {
|
|
666
|
-
type: (
|
|
666
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
759
760
|
popupVisible: boolean;
|
|
760
761
|
defaultPopupVisible: boolean;
|
|
761
|
-
trigger: "
|
|
762
|
-
position: "
|
|
763
|
-
disabled: boolean;
|
|
762
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
763
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
764
764
|
popupOffset: number;
|
|
765
765
|
showArrow: boolean;
|
|
766
766
|
alignPoint: boolean;
|
|
@@ -805,7 +805,7 @@ declare const Slider: {
|
|
|
805
805
|
};
|
|
806
806
|
content: StringConstructor;
|
|
807
807
|
position: {
|
|
808
|
-
type: import("vue").PropType<"
|
|
808
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
809
809
|
default: string;
|
|
810
810
|
};
|
|
811
811
|
mini: {
|
|
@@ -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;
|
|
845
846
|
popupVisible: boolean;
|
|
846
847
|
defaultPopupVisible: boolean;
|
|
847
|
-
position: "
|
|
848
|
-
mini: boolean;
|
|
848
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
849
849
|
}>;
|
|
850
850
|
__isFragment?: undefined;
|
|
851
851
|
__isTeleport?: undefined;
|
|
@@ -861,7 +861,7 @@ declare const Slider: {
|
|
|
861
861
|
};
|
|
862
862
|
content: StringConstructor;
|
|
863
863
|
position: {
|
|
864
|
-
type: import("vue").PropType<"
|
|
864
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
865
865
|
default: string;
|
|
866
866
|
};
|
|
867
867
|
mini: {
|
|
@@ -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;
|
|
904
905
|
popupVisible: boolean;
|
|
905
906
|
defaultPopupVisible: boolean;
|
|
906
|
-
position: "
|
|
907
|
-
mini: boolean;
|
|
907
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
908
908
|
}, {}, string, {}, {
|
|
909
909
|
Trigger: {
|
|
910
910
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -917,11 +917,11 @@ declare const Slider: {
|
|
|
917
917
|
default: boolean;
|
|
918
918
|
};
|
|
919
919
|
trigger: {
|
|
920
|
-
type: import("vue").PropType<"
|
|
920
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
921
921
|
default: string;
|
|
922
922
|
};
|
|
923
923
|
position: {
|
|
924
|
-
type: import("vue").PropType<"
|
|
924
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
925
925
|
default: string;
|
|
926
926
|
};
|
|
927
927
|
disabled: {
|
|
@@ -964,13 +964,13 @@ declare const Slider: {
|
|
|
964
964
|
default: boolean;
|
|
965
965
|
};
|
|
966
966
|
contentClass: {
|
|
967
|
-
type: (
|
|
967
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
968
968
|
};
|
|
969
969
|
contentStyle: {
|
|
970
970
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
971
971
|
};
|
|
972
972
|
arrowClass: {
|
|
973
|
-
type: (
|
|
973
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
1066
1067
|
popupVisible: boolean;
|
|
1067
1068
|
defaultPopupVisible: boolean;
|
|
1068
|
-
trigger: "
|
|
1069
|
-
position: "
|
|
1070
|
-
disabled: boolean;
|
|
1069
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1070
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1071
1071
|
popupOffset: number;
|
|
1072
1072
|
showArrow: boolean;
|
|
1073
1073
|
alignPoint: boolean;
|
|
@@ -1108,11 +1108,11 @@ declare const Slider: {
|
|
|
1108
1108
|
default: boolean;
|
|
1109
1109
|
};
|
|
1110
1110
|
trigger: {
|
|
1111
|
-
type: import("vue").PropType<"
|
|
1111
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1112
1112
|
default: string;
|
|
1113
1113
|
};
|
|
1114
1114
|
position: {
|
|
1115
|
-
type: import("vue").PropType<"
|
|
1115
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1116
1116
|
default: string;
|
|
1117
1117
|
};
|
|
1118
1118
|
disabled: {
|
|
@@ -1155,13 +1155,13 @@ declare const Slider: {
|
|
|
1155
1155
|
default: boolean;
|
|
1156
1156
|
};
|
|
1157
1157
|
contentClass: {
|
|
1158
|
-
type: (
|
|
1158
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1159
1159
|
};
|
|
1160
1160
|
contentStyle: {
|
|
1161
1161
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1162
1162
|
};
|
|
1163
1163
|
arrowClass: {
|
|
1164
|
-
type: (
|
|
1164
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
1251
1252
|
popupVisible: boolean;
|
|
1252
1253
|
defaultPopupVisible: boolean;
|
|
1253
|
-
trigger: "
|
|
1254
|
-
position: "
|
|
1255
|
-
disabled: boolean;
|
|
1254
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1255
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1256
1256
|
popupOffset: number;
|
|
1257
1257
|
showArrow: boolean;
|
|
1258
1258
|
alignPoint: boolean;
|
|
@@ -1290,11 +1290,11 @@ declare const Slider: {
|
|
|
1290
1290
|
default: boolean;
|
|
1291
1291
|
};
|
|
1292
1292
|
trigger: {
|
|
1293
|
-
type: import("vue").PropType<"
|
|
1293
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1294
1294
|
default: string;
|
|
1295
1295
|
};
|
|
1296
1296
|
position: {
|
|
1297
|
-
type: import("vue").PropType<"
|
|
1297
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1298
1298
|
default: string;
|
|
1299
1299
|
};
|
|
1300
1300
|
disabled: {
|
|
@@ -1337,13 +1337,13 @@ declare const Slider: {
|
|
|
1337
1337
|
default: boolean;
|
|
1338
1338
|
};
|
|
1339
1339
|
contentClass: {
|
|
1340
|
-
type: (
|
|
1340
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1341
1341
|
};
|
|
1342
1342
|
contentStyle: {
|
|
1343
1343
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1344
1344
|
};
|
|
1345
1345
|
arrowClass: {
|
|
1346
|
-
type: (
|
|
1346
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
1439
1440
|
popupVisible: boolean;
|
|
1440
1441
|
defaultPopupVisible: boolean;
|
|
1441
|
-
trigger: "
|
|
1442
|
-
position: "
|
|
1443
|
-
disabled: boolean;
|
|
1442
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1443
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1444
1444
|
popupOffset: number;
|
|
1445
1445
|
showArrow: boolean;
|
|
1446
1446
|
alignPoint: boolean;
|
|
@@ -1701,13 +1701,17 @@ declare const Slider: {
|
|
|
1701
1701
|
parser: {
|
|
1702
1702
|
type: FunctionConstructor;
|
|
1703
1703
|
};
|
|
1704
|
+
showGroupSeparator: {
|
|
1705
|
+
type: BooleanConstructor;
|
|
1706
|
+
default: boolean;
|
|
1707
|
+
};
|
|
1704
1708
|
placeholder: StringConstructor;
|
|
1705
1709
|
hideButton: {
|
|
1706
1710
|
type: BooleanConstructor;
|
|
1707
1711
|
default: boolean;
|
|
1708
1712
|
};
|
|
1709
1713
|
size: {
|
|
1710
|
-
type: import("vue").PropType<"mini" | "
|
|
1714
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1711
1715
|
};
|
|
1712
1716
|
allowClear: {
|
|
1713
1717
|
type: BooleanConstructor;
|
|
@@ -1730,10 +1734,10 @@ declare const Slider: {
|
|
|
1730
1734
|
};
|
|
1731
1735
|
}>> & Readonly<{
|
|
1732
1736
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1733
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1734
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1735
1737
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1738
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1736
1739
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1740
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1737
1741
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1738
1742
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1739
1743
|
}>, {
|
|
@@ -1752,10 +1756,11 @@ declare const Slider: {
|
|
|
1752
1756
|
keydown: (ev: KeyboardEvent) => true;
|
|
1753
1757
|
}, import("vue").PublicProps, {
|
|
1754
1758
|
disabled: boolean;
|
|
1755
|
-
mode: "button" | "embed";
|
|
1756
1759
|
error: boolean;
|
|
1757
1760
|
allowClear: boolean;
|
|
1761
|
+
mode: "button" | "embed";
|
|
1758
1762
|
keyboard: boolean;
|
|
1763
|
+
showGroupSeparator: boolean;
|
|
1759
1764
|
max: number;
|
|
1760
1765
|
step: number;
|
|
1761
1766
|
min: number;
|
|
@@ -1803,13 +1808,17 @@ declare const Slider: {
|
|
|
1803
1808
|
parser: {
|
|
1804
1809
|
type: FunctionConstructor;
|
|
1805
1810
|
};
|
|
1811
|
+
showGroupSeparator: {
|
|
1812
|
+
type: BooleanConstructor;
|
|
1813
|
+
default: boolean;
|
|
1814
|
+
};
|
|
1806
1815
|
placeholder: StringConstructor;
|
|
1807
1816
|
hideButton: {
|
|
1808
1817
|
type: BooleanConstructor;
|
|
1809
1818
|
default: boolean;
|
|
1810
1819
|
};
|
|
1811
1820
|
size: {
|
|
1812
|
-
type: import("vue").PropType<"mini" | "
|
|
1821
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1813
1822
|
};
|
|
1814
1823
|
allowClear: {
|
|
1815
1824
|
type: BooleanConstructor;
|
|
@@ -1832,10 +1841,10 @@ declare const Slider: {
|
|
|
1832
1841
|
};
|
|
1833
1842
|
}>> & Readonly<{
|
|
1834
1843
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1835
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1836
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1837
1844
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1845
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1838
1846
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1847
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1839
1848
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1840
1849
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1841
1850
|
}>, {
|
|
@@ -1846,10 +1855,11 @@ declare const Slider: {
|
|
|
1846
1855
|
blur(): void;
|
|
1847
1856
|
}, {
|
|
1848
1857
|
disabled: boolean;
|
|
1849
|
-
mode: "button" | "embed";
|
|
1850
1858
|
error: boolean;
|
|
1851
1859
|
allowClear: boolean;
|
|
1860
|
+
mode: "button" | "embed";
|
|
1852
1861
|
keyboard: boolean;
|
|
1862
|
+
showGroupSeparator: boolean;
|
|
1853
1863
|
max: number;
|
|
1854
1864
|
step: number;
|
|
1855
1865
|
min: number;
|
|
@@ -1894,13 +1904,17 @@ declare const Slider: {
|
|
|
1894
1904
|
parser: {
|
|
1895
1905
|
type: FunctionConstructor;
|
|
1896
1906
|
};
|
|
1907
|
+
showGroupSeparator: {
|
|
1908
|
+
type: BooleanConstructor;
|
|
1909
|
+
default: boolean;
|
|
1910
|
+
};
|
|
1897
1911
|
placeholder: StringConstructor;
|
|
1898
1912
|
hideButton: {
|
|
1899
1913
|
type: BooleanConstructor;
|
|
1900
1914
|
default: boolean;
|
|
1901
1915
|
};
|
|
1902
1916
|
size: {
|
|
1903
|
-
type: import("vue").PropType<"mini" | "
|
|
1917
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1904
1918
|
};
|
|
1905
1919
|
allowClear: {
|
|
1906
1920
|
type: BooleanConstructor;
|
|
@@ -1923,10 +1937,10 @@ declare const Slider: {
|
|
|
1923
1937
|
};
|
|
1924
1938
|
}>> & Readonly<{
|
|
1925
1939
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1926
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1927
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1928
1940
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1941
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1929
1942
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1943
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1930
1944
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1931
1945
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1932
1946
|
}>, {
|
|
@@ -1945,10 +1959,11 @@ declare const Slider: {
|
|
|
1945
1959
|
keydown: (ev: KeyboardEvent) => true;
|
|
1946
1960
|
}, string, {
|
|
1947
1961
|
disabled: boolean;
|
|
1948
|
-
mode: "button" | "embed";
|
|
1949
1962
|
error: boolean;
|
|
1950
1963
|
allowClear: boolean;
|
|
1964
|
+
mode: "button" | "embed";
|
|
1951
1965
|
keyboard: boolean;
|
|
1966
|
+
showGroupSeparator: boolean;
|
|
1952
1967
|
max: number;
|
|
1953
1968
|
step: number;
|
|
1954
1969
|
min: number;
|
|
@@ -2047,9 +2062,9 @@ declare const Slider: {
|
|
|
2047
2062
|
handleEndChange: (value?: number | undefined) => void;
|
|
2048
2063
|
}, {}, {}, {}, {
|
|
2049
2064
|
disabled: boolean;
|
|
2050
|
-
range: boolean;
|
|
2051
2065
|
modelValue: number | [number, number];
|
|
2052
2066
|
defaultValue: number | [number, number];
|
|
2067
|
+
range: boolean;
|
|
2053
2068
|
direction: "horizontal" | "vertical";
|
|
2054
2069
|
max: number;
|
|
2055
2070
|
step: number;
|
|
@@ -2145,9 +2160,9 @@ declare const Slider: {
|
|
|
2145
2160
|
change: (value: number | [number, number]) => true;
|
|
2146
2161
|
}, string, {
|
|
2147
2162
|
disabled: boolean;
|
|
2148
|
-
range: boolean;
|
|
2149
2163
|
modelValue: number | [number, number];
|
|
2150
2164
|
defaultValue: number | [number, number];
|
|
2165
|
+
range: boolean;
|
|
2151
2166
|
direction: "horizontal" | "vertical";
|
|
2152
2167
|
max: number;
|
|
2153
2168
|
step: number;
|
|
@@ -2240,7 +2255,7 @@ declare const Slider: {
|
|
|
2240
2255
|
};
|
|
2241
2256
|
content: StringConstructor;
|
|
2242
2257
|
position: {
|
|
2243
|
-
type: import("vue").PropType<"
|
|
2258
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2244
2259
|
default: string;
|
|
2245
2260
|
};
|
|
2246
2261
|
mini: {
|
|
@@ -2280,10 +2295,10 @@ declare const Slider: {
|
|
|
2280
2295
|
'update:popupVisible': (visible: boolean) => true;
|
|
2281
2296
|
popupVisibleChange: (visible: boolean) => true;
|
|
2282
2297
|
}, import("vue").PublicProps, {
|
|
2298
|
+
mini: boolean;
|
|
2283
2299
|
popupVisible: boolean;
|
|
2284
2300
|
defaultPopupVisible: boolean;
|
|
2285
|
-
position: "
|
|
2286
|
-
mini: boolean;
|
|
2301
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2287
2302
|
}, true, {}, {}, {
|
|
2288
2303
|
Trigger: {
|
|
2289
2304
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2296,11 +2311,11 @@ declare const Slider: {
|
|
|
2296
2311
|
default: boolean;
|
|
2297
2312
|
};
|
|
2298
2313
|
trigger: {
|
|
2299
|
-
type: import("vue").PropType<"
|
|
2314
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2300
2315
|
default: string;
|
|
2301
2316
|
};
|
|
2302
2317
|
position: {
|
|
2303
|
-
type: import("vue").PropType<"
|
|
2318
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2304
2319
|
default: string;
|
|
2305
2320
|
};
|
|
2306
2321
|
disabled: {
|
|
@@ -2343,13 +2358,13 @@ declare const Slider: {
|
|
|
2343
2358
|
default: boolean;
|
|
2344
2359
|
};
|
|
2345
2360
|
contentClass: {
|
|
2346
|
-
type: (
|
|
2361
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2347
2362
|
};
|
|
2348
2363
|
contentStyle: {
|
|
2349
2364
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2350
2365
|
};
|
|
2351
2366
|
arrowClass: {
|
|
2352
|
-
type: (
|
|
2367
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2353
2368
|
};
|
|
2354
2369
|
arrowStyle: {
|
|
2355
2370
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2407,7 +2422,7 @@ declare const Slider: {
|
|
|
2407
2422
|
default: boolean;
|
|
2408
2423
|
};
|
|
2409
2424
|
openedClass: {
|
|
2410
|
-
type: (
|
|
2425
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2411
2426
|
};
|
|
2412
2427
|
autoFitPosition: {
|
|
2413
2428
|
type: BooleanConstructor;
|
|
@@ -2442,11 +2457,11 @@ declare const Slider: {
|
|
|
2442
2457
|
hide: () => true;
|
|
2443
2458
|
resize: () => true;
|
|
2444
2459
|
}, import("vue").PublicProps, {
|
|
2460
|
+
disabled: boolean;
|
|
2445
2461
|
popupVisible: boolean;
|
|
2446
2462
|
defaultPopupVisible: boolean;
|
|
2447
|
-
trigger: "
|
|
2448
|
-
position: "
|
|
2449
|
-
disabled: boolean;
|
|
2463
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
2464
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2450
2465
|
popupOffset: number;
|
|
2451
2466
|
showArrow: boolean;
|
|
2452
2467
|
alignPoint: boolean;
|
|
@@ -2487,11 +2502,11 @@ declare const Slider: {
|
|
|
2487
2502
|
default: boolean;
|
|
2488
2503
|
};
|
|
2489
2504
|
trigger: {
|
|
2490
|
-
type: import("vue").PropType<"
|
|
2505
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2491
2506
|
default: string;
|
|
2492
2507
|
};
|
|
2493
2508
|
position: {
|
|
2494
|
-
type: import("vue").PropType<"
|
|
2509
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2495
2510
|
default: string;
|
|
2496
2511
|
};
|
|
2497
2512
|
disabled: {
|
|
@@ -2534,13 +2549,13 @@ declare const Slider: {
|
|
|
2534
2549
|
default: boolean;
|
|
2535
2550
|
};
|
|
2536
2551
|
contentClass: {
|
|
2537
|
-
type: (
|
|
2552
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2538
2553
|
};
|
|
2539
2554
|
contentStyle: {
|
|
2540
2555
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2541
2556
|
};
|
|
2542
2557
|
arrowClass: {
|
|
2543
|
-
type: (
|
|
2558
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2544
2559
|
};
|
|
2545
2560
|
arrowStyle: {
|
|
2546
2561
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2598,7 +2613,7 @@ declare const Slider: {
|
|
|
2598
2613
|
default: boolean;
|
|
2599
2614
|
};
|
|
2600
2615
|
openedClass: {
|
|
2601
|
-
type: (
|
|
2616
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2602
2617
|
};
|
|
2603
2618
|
autoFitPosition: {
|
|
2604
2619
|
type: BooleanConstructor;
|
|
@@ -2627,11 +2642,11 @@ declare const Slider: {
|
|
|
2627
2642
|
onHide?: (() => any) | undefined;
|
|
2628
2643
|
onResize?: (() => any) | undefined;
|
|
2629
2644
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2645
|
+
disabled: boolean;
|
|
2630
2646
|
popupVisible: boolean;
|
|
2631
2647
|
defaultPopupVisible: boolean;
|
|
2632
|
-
trigger: "
|
|
2633
|
-
position: "
|
|
2634
|
-
disabled: boolean;
|
|
2648
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
2649
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2635
2650
|
popupOffset: number;
|
|
2636
2651
|
showArrow: boolean;
|
|
2637
2652
|
alignPoint: boolean;
|
|
@@ -2669,11 +2684,11 @@ declare const Slider: {
|
|
|
2669
2684
|
default: boolean;
|
|
2670
2685
|
};
|
|
2671
2686
|
trigger: {
|
|
2672
|
-
type: import("vue").PropType<"
|
|
2687
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2673
2688
|
default: string;
|
|
2674
2689
|
};
|
|
2675
2690
|
position: {
|
|
2676
|
-
type: import("vue").PropType<"
|
|
2691
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2677
2692
|
default: string;
|
|
2678
2693
|
};
|
|
2679
2694
|
disabled: {
|
|
@@ -2716,13 +2731,13 @@ declare const Slider: {
|
|
|
2716
2731
|
default: boolean;
|
|
2717
2732
|
};
|
|
2718
2733
|
contentClass: {
|
|
2719
|
-
type: (
|
|
2734
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2720
2735
|
};
|
|
2721
2736
|
contentStyle: {
|
|
2722
2737
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2723
2738
|
};
|
|
2724
2739
|
arrowClass: {
|
|
2725
|
-
type: (
|
|
2740
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2726
2741
|
};
|
|
2727
2742
|
arrowStyle: {
|
|
2728
2743
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2780,7 +2795,7 @@ declare const Slider: {
|
|
|
2780
2795
|
default: boolean;
|
|
2781
2796
|
};
|
|
2782
2797
|
openedClass: {
|
|
2783
|
-
type: (
|
|
2798
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2784
2799
|
};
|
|
2785
2800
|
autoFitPosition: {
|
|
2786
2801
|
type: BooleanConstructor;
|
|
@@ -2815,11 +2830,11 @@ declare const Slider: {
|
|
|
2815
2830
|
hide: () => true;
|
|
2816
2831
|
resize: () => true;
|
|
2817
2832
|
}, string, {
|
|
2833
|
+
disabled: boolean;
|
|
2818
2834
|
popupVisible: boolean;
|
|
2819
2835
|
defaultPopupVisible: boolean;
|
|
2820
|
-
trigger: "
|
|
2821
|
-
position: "
|
|
2822
|
-
disabled: boolean;
|
|
2836
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
2837
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2823
2838
|
popupOffset: number;
|
|
2824
2839
|
showArrow: boolean;
|
|
2825
2840
|
alignPoint: boolean;
|
|
@@ -2864,7 +2879,7 @@ declare const Slider: {
|
|
|
2864
2879
|
};
|
|
2865
2880
|
content: StringConstructor;
|
|
2866
2881
|
position: {
|
|
2867
|
-
type: import("vue").PropType<"
|
|
2882
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2868
2883
|
default: string;
|
|
2869
2884
|
};
|
|
2870
2885
|
mini: {
|
|
@@ -2901,10 +2916,10 @@ declare const Slider: {
|
|
|
2901
2916
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
2902
2917
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
2903
2918
|
}, {}, {}, {}, {
|
|
2919
|
+
mini: boolean;
|
|
2904
2920
|
popupVisible: boolean;
|
|
2905
2921
|
defaultPopupVisible: boolean;
|
|
2906
|
-
position: "
|
|
2907
|
-
mini: boolean;
|
|
2922
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2908
2923
|
}>;
|
|
2909
2924
|
__isFragment?: undefined;
|
|
2910
2925
|
__isTeleport?: undefined;
|
|
@@ -2920,7 +2935,7 @@ declare const Slider: {
|
|
|
2920
2935
|
};
|
|
2921
2936
|
content: StringConstructor;
|
|
2922
2937
|
position: {
|
|
2923
|
-
type: import("vue").PropType<"
|
|
2938
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2924
2939
|
default: string;
|
|
2925
2940
|
};
|
|
2926
2941
|
mini: {
|
|
@@ -2960,10 +2975,10 @@ declare const Slider: {
|
|
|
2960
2975
|
'update:popupVisible': (visible: boolean) => true;
|
|
2961
2976
|
popupVisibleChange: (visible: boolean) => true;
|
|
2962
2977
|
}, string, {
|
|
2978
|
+
mini: boolean;
|
|
2963
2979
|
popupVisible: boolean;
|
|
2964
2980
|
defaultPopupVisible: boolean;
|
|
2965
|
-
position: "
|
|
2966
|
-
mini: boolean;
|
|
2981
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2967
2982
|
}, {}, string, {}, {
|
|
2968
2983
|
Trigger: {
|
|
2969
2984
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2976,11 +2991,11 @@ declare const Slider: {
|
|
|
2976
2991
|
default: boolean;
|
|
2977
2992
|
};
|
|
2978
2993
|
trigger: {
|
|
2979
|
-
type: import("vue").PropType<"
|
|
2994
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2980
2995
|
default: string;
|
|
2981
2996
|
};
|
|
2982
2997
|
position: {
|
|
2983
|
-
type: import("vue").PropType<"
|
|
2998
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2984
2999
|
default: string;
|
|
2985
3000
|
};
|
|
2986
3001
|
disabled: {
|
|
@@ -3023,13 +3038,13 @@ declare const Slider: {
|
|
|
3023
3038
|
default: boolean;
|
|
3024
3039
|
};
|
|
3025
3040
|
contentClass: {
|
|
3026
|
-
type: (
|
|
3041
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3027
3042
|
};
|
|
3028
3043
|
contentStyle: {
|
|
3029
3044
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3030
3045
|
};
|
|
3031
3046
|
arrowClass: {
|
|
3032
|
-
type: (
|
|
3047
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3033
3048
|
};
|
|
3034
3049
|
arrowStyle: {
|
|
3035
3050
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3087,7 +3102,7 @@ declare const Slider: {
|
|
|
3087
3102
|
default: boolean;
|
|
3088
3103
|
};
|
|
3089
3104
|
openedClass: {
|
|
3090
|
-
type: (
|
|
3105
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3091
3106
|
};
|
|
3092
3107
|
autoFitPosition: {
|
|
3093
3108
|
type: BooleanConstructor;
|
|
@@ -3122,11 +3137,11 @@ declare const Slider: {
|
|
|
3122
3137
|
hide: () => true;
|
|
3123
3138
|
resize: () => true;
|
|
3124
3139
|
}, import("vue").PublicProps, {
|
|
3140
|
+
disabled: boolean;
|
|
3125
3141
|
popupVisible: boolean;
|
|
3126
3142
|
defaultPopupVisible: boolean;
|
|
3127
|
-
trigger: "
|
|
3128
|
-
position: "
|
|
3129
|
-
disabled: boolean;
|
|
3143
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
3144
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
3130
3145
|
popupOffset: number;
|
|
3131
3146
|
showArrow: boolean;
|
|
3132
3147
|
alignPoint: boolean;
|
|
@@ -3167,11 +3182,11 @@ declare const Slider: {
|
|
|
3167
3182
|
default: boolean;
|
|
3168
3183
|
};
|
|
3169
3184
|
trigger: {
|
|
3170
|
-
type: import("vue").PropType<"
|
|
3185
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3171
3186
|
default: string;
|
|
3172
3187
|
};
|
|
3173
3188
|
position: {
|
|
3174
|
-
type: import("vue").PropType<"
|
|
3189
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
3175
3190
|
default: string;
|
|
3176
3191
|
};
|
|
3177
3192
|
disabled: {
|
|
@@ -3214,13 +3229,13 @@ declare const Slider: {
|
|
|
3214
3229
|
default: boolean;
|
|
3215
3230
|
};
|
|
3216
3231
|
contentClass: {
|
|
3217
|
-
type: (
|
|
3232
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3218
3233
|
};
|
|
3219
3234
|
contentStyle: {
|
|
3220
3235
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3221
3236
|
};
|
|
3222
3237
|
arrowClass: {
|
|
3223
|
-
type: (
|
|
3238
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3224
3239
|
};
|
|
3225
3240
|
arrowStyle: {
|
|
3226
3241
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3278,7 +3293,7 @@ declare const Slider: {
|
|
|
3278
3293
|
default: boolean;
|
|
3279
3294
|
};
|
|
3280
3295
|
openedClass: {
|
|
3281
|
-
type: (
|
|
3296
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3282
3297
|
};
|
|
3283
3298
|
autoFitPosition: {
|
|
3284
3299
|
type: BooleanConstructor;
|
|
@@ -3307,11 +3322,11 @@ declare const Slider: {
|
|
|
3307
3322
|
onHide?: (() => any) | undefined;
|
|
3308
3323
|
onResize?: (() => any) | undefined;
|
|
3309
3324
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
3325
|
+
disabled: boolean;
|
|
3310
3326
|
popupVisible: boolean;
|
|
3311
3327
|
defaultPopupVisible: boolean;
|
|
3312
|
-
trigger: "
|
|
3313
|
-
position: "
|
|
3314
|
-
disabled: boolean;
|
|
3328
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
3329
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
3315
3330
|
popupOffset: number;
|
|
3316
3331
|
showArrow: boolean;
|
|
3317
3332
|
alignPoint: boolean;
|
|
@@ -3349,11 +3364,11 @@ declare const Slider: {
|
|
|
3349
3364
|
default: boolean;
|
|
3350
3365
|
};
|
|
3351
3366
|
trigger: {
|
|
3352
|
-
type: import("vue").PropType<"
|
|
3367
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3353
3368
|
default: string;
|
|
3354
3369
|
};
|
|
3355
3370
|
position: {
|
|
3356
|
-
type: import("vue").PropType<"
|
|
3371
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
3357
3372
|
default: string;
|
|
3358
3373
|
};
|
|
3359
3374
|
disabled: {
|
|
@@ -3396,13 +3411,13 @@ declare const Slider: {
|
|
|
3396
3411
|
default: boolean;
|
|
3397
3412
|
};
|
|
3398
3413
|
contentClass: {
|
|
3399
|
-
type: (
|
|
3414
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3400
3415
|
};
|
|
3401
3416
|
contentStyle: {
|
|
3402
3417
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3403
3418
|
};
|
|
3404
3419
|
arrowClass: {
|
|
3405
|
-
type: (
|
|
3420
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3406
3421
|
};
|
|
3407
3422
|
arrowStyle: {
|
|
3408
3423
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3460,7 +3475,7 @@ declare const Slider: {
|
|
|
3460
3475
|
default: boolean;
|
|
3461
3476
|
};
|
|
3462
3477
|
openedClass: {
|
|
3463
|
-
type: (
|
|
3478
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3464
3479
|
};
|
|
3465
3480
|
autoFitPosition: {
|
|
3466
3481
|
type: BooleanConstructor;
|
|
@@ -3495,11 +3510,11 @@ declare const Slider: {
|
|
|
3495
3510
|
hide: () => true;
|
|
3496
3511
|
resize: () => true;
|
|
3497
3512
|
}, string, {
|
|
3513
|
+
disabled: boolean;
|
|
3498
3514
|
popupVisible: boolean;
|
|
3499
3515
|
defaultPopupVisible: boolean;
|
|
3500
|
-
trigger: "
|
|
3501
|
-
position: "
|
|
3502
|
-
disabled: boolean;
|
|
3516
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
3517
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
3503
3518
|
popupOffset: number;
|
|
3504
3519
|
showArrow: boolean;
|
|
3505
3520
|
alignPoint: boolean;
|
|
@@ -3760,13 +3775,17 @@ declare const Slider: {
|
|
|
3760
3775
|
parser: {
|
|
3761
3776
|
type: FunctionConstructor;
|
|
3762
3777
|
};
|
|
3778
|
+
showGroupSeparator: {
|
|
3779
|
+
type: BooleanConstructor;
|
|
3780
|
+
default: boolean;
|
|
3781
|
+
};
|
|
3763
3782
|
placeholder: StringConstructor;
|
|
3764
3783
|
hideButton: {
|
|
3765
3784
|
type: BooleanConstructor;
|
|
3766
3785
|
default: boolean;
|
|
3767
3786
|
};
|
|
3768
3787
|
size: {
|
|
3769
|
-
type: import("vue").PropType<"mini" | "
|
|
3788
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3770
3789
|
};
|
|
3771
3790
|
allowClear: {
|
|
3772
3791
|
type: BooleanConstructor;
|
|
@@ -3789,10 +3808,10 @@ declare const Slider: {
|
|
|
3789
3808
|
};
|
|
3790
3809
|
}>> & Readonly<{
|
|
3791
3810
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3792
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3793
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3794
3811
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3812
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3795
3813
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3814
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3796
3815
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3797
3816
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3798
3817
|
}>, {
|
|
@@ -3811,10 +3830,11 @@ declare const Slider: {
|
|
|
3811
3830
|
keydown: (ev: KeyboardEvent) => true;
|
|
3812
3831
|
}, import("vue").PublicProps, {
|
|
3813
3832
|
disabled: boolean;
|
|
3814
|
-
mode: "button" | "embed";
|
|
3815
3833
|
error: boolean;
|
|
3816
3834
|
allowClear: boolean;
|
|
3835
|
+
mode: "button" | "embed";
|
|
3817
3836
|
keyboard: boolean;
|
|
3837
|
+
showGroupSeparator: boolean;
|
|
3818
3838
|
max: number;
|
|
3819
3839
|
step: number;
|
|
3820
3840
|
min: number;
|
|
@@ -3862,13 +3882,17 @@ declare const Slider: {
|
|
|
3862
3882
|
parser: {
|
|
3863
3883
|
type: FunctionConstructor;
|
|
3864
3884
|
};
|
|
3885
|
+
showGroupSeparator: {
|
|
3886
|
+
type: BooleanConstructor;
|
|
3887
|
+
default: boolean;
|
|
3888
|
+
};
|
|
3865
3889
|
placeholder: StringConstructor;
|
|
3866
3890
|
hideButton: {
|
|
3867
3891
|
type: BooleanConstructor;
|
|
3868
3892
|
default: boolean;
|
|
3869
3893
|
};
|
|
3870
3894
|
size: {
|
|
3871
|
-
type: import("vue").PropType<"mini" | "
|
|
3895
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3872
3896
|
};
|
|
3873
3897
|
allowClear: {
|
|
3874
3898
|
type: BooleanConstructor;
|
|
@@ -3891,10 +3915,10 @@ declare const Slider: {
|
|
|
3891
3915
|
};
|
|
3892
3916
|
}>> & Readonly<{
|
|
3893
3917
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3894
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3895
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3896
3918
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3919
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3897
3920
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3921
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3898
3922
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3899
3923
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3900
3924
|
}>, {
|
|
@@ -3905,10 +3929,11 @@ declare const Slider: {
|
|
|
3905
3929
|
blur(): void;
|
|
3906
3930
|
}, {
|
|
3907
3931
|
disabled: boolean;
|
|
3908
|
-
mode: "button" | "embed";
|
|
3909
3932
|
error: boolean;
|
|
3910
3933
|
allowClear: boolean;
|
|
3934
|
+
mode: "button" | "embed";
|
|
3911
3935
|
keyboard: boolean;
|
|
3936
|
+
showGroupSeparator: boolean;
|
|
3912
3937
|
max: number;
|
|
3913
3938
|
step: number;
|
|
3914
3939
|
min: number;
|
|
@@ -3953,13 +3978,17 @@ declare const Slider: {
|
|
|
3953
3978
|
parser: {
|
|
3954
3979
|
type: FunctionConstructor;
|
|
3955
3980
|
};
|
|
3981
|
+
showGroupSeparator: {
|
|
3982
|
+
type: BooleanConstructor;
|
|
3983
|
+
default: boolean;
|
|
3984
|
+
};
|
|
3956
3985
|
placeholder: StringConstructor;
|
|
3957
3986
|
hideButton: {
|
|
3958
3987
|
type: BooleanConstructor;
|
|
3959
3988
|
default: boolean;
|
|
3960
3989
|
};
|
|
3961
3990
|
size: {
|
|
3962
|
-
type: import("vue").PropType<"mini" | "
|
|
3991
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3963
3992
|
};
|
|
3964
3993
|
allowClear: {
|
|
3965
3994
|
type: BooleanConstructor;
|
|
@@ -3982,10 +4011,10 @@ declare const Slider: {
|
|
|
3982
4011
|
};
|
|
3983
4012
|
}>> & Readonly<{
|
|
3984
4013
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3985
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3986
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3987
4014
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
4015
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3988
4016
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
4017
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3989
4018
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3990
4019
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3991
4020
|
}>, {
|
|
@@ -4004,10 +4033,11 @@ declare const Slider: {
|
|
|
4004
4033
|
keydown: (ev: KeyboardEvent) => true;
|
|
4005
4034
|
}, string, {
|
|
4006
4035
|
disabled: boolean;
|
|
4007
|
-
mode: "button" | "embed";
|
|
4008
4036
|
error: boolean;
|
|
4009
4037
|
allowClear: boolean;
|
|
4038
|
+
mode: "button" | "embed";
|
|
4010
4039
|
keyboard: boolean;
|
|
4040
|
+
showGroupSeparator: boolean;
|
|
4011
4041
|
max: number;
|
|
4012
4042
|
step: number;
|
|
4013
4043
|
min: number;
|