@geelato/web-vue 2.58.3 → 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 +45 -9
- 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/dist/arco.css +10 -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 +5 -5
- 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 +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/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 +131 -131
- 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 +131 -131
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/index.d.ts +6 -6
- package/es/drawer/drawer.d.ts +21 -21
- package/es/drawer/index.d.ts +45 -45
- 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/index.css +10 -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 +42 -12
- package/es/input-number/input-number.d.ts +23 -5
- package/es/input-number/input-number.js +45 -9
- 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 +7 -7
- package/es/modal/index.d.ts +42 -42
- package/es/modal/modal.d.ts +20 -20
- 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 +42 -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 +201 -141
- package/es/slider/slider-button.d.ts +57 -57
- package/es/slider/slider-input.d.ts +42 -12
- package/es/slider/slider.d.ts +100 -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/style/index.css +10 -10
- package/es/table/style/index.less +19 -6
- 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 +196 -196
- 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 +95 -95
- 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 +25 -25
- package/es/tree/transition-node-list.d.ts +9 -9
- package/es/tree/tree.d.ts +10 -10
- package/es/tree-select/index.d.ts +139 -139
- package/es/tree-select/panel.d.ts +25 -25
- package/es/tree-select/tree-select.d.ts +67 -67
- 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 +2423 -2415
- package/json/vetur-tags.json +890 -888
- package/json/web-types.json +5153 -5137
- package/lib/index.css +10 -10
- package/lib/input-number/input-number.js +45 -9
- package/lib/table/style/index.css +10 -10
- package/lib/table/style/index.less +19 -6
- 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;
|
|
@@ -1724,12 +1728,16 @@ declare const Slider: {
|
|
|
1724
1728
|
inputAttrs: {
|
|
1725
1729
|
type: ObjectConstructor;
|
|
1726
1730
|
};
|
|
1731
|
+
keyboard: {
|
|
1732
|
+
type: BooleanConstructor;
|
|
1733
|
+
default: boolean;
|
|
1734
|
+
};
|
|
1727
1735
|
}>> & Readonly<{
|
|
1728
1736
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1729
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1730
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1731
1737
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1738
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1732
1739
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1740
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1733
1741
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1734
1742
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1735
1743
|
}>, {
|
|
@@ -1748,9 +1756,11 @@ declare const Slider: {
|
|
|
1748
1756
|
keydown: (ev: KeyboardEvent) => true;
|
|
1749
1757
|
}, import("vue").PublicProps, {
|
|
1750
1758
|
disabled: boolean;
|
|
1751
|
-
mode: "button" | "embed";
|
|
1752
1759
|
error: boolean;
|
|
1753
1760
|
allowClear: boolean;
|
|
1761
|
+
mode: "button" | "embed";
|
|
1762
|
+
keyboard: boolean;
|
|
1763
|
+
showGroupSeparator: boolean;
|
|
1754
1764
|
max: number;
|
|
1755
1765
|
step: number;
|
|
1756
1766
|
min: number;
|
|
@@ -1798,13 +1808,17 @@ declare const Slider: {
|
|
|
1798
1808
|
parser: {
|
|
1799
1809
|
type: FunctionConstructor;
|
|
1800
1810
|
};
|
|
1811
|
+
showGroupSeparator: {
|
|
1812
|
+
type: BooleanConstructor;
|
|
1813
|
+
default: boolean;
|
|
1814
|
+
};
|
|
1801
1815
|
placeholder: StringConstructor;
|
|
1802
1816
|
hideButton: {
|
|
1803
1817
|
type: BooleanConstructor;
|
|
1804
1818
|
default: boolean;
|
|
1805
1819
|
};
|
|
1806
1820
|
size: {
|
|
1807
|
-
type: import("vue").PropType<"mini" | "
|
|
1821
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1808
1822
|
};
|
|
1809
1823
|
allowClear: {
|
|
1810
1824
|
type: BooleanConstructor;
|
|
@@ -1821,12 +1835,16 @@ declare const Slider: {
|
|
|
1821
1835
|
inputAttrs: {
|
|
1822
1836
|
type: ObjectConstructor;
|
|
1823
1837
|
};
|
|
1838
|
+
keyboard: {
|
|
1839
|
+
type: BooleanConstructor;
|
|
1840
|
+
default: boolean;
|
|
1841
|
+
};
|
|
1824
1842
|
}>> & Readonly<{
|
|
1825
1843
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1826
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1827
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1828
1844
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1845
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1829
1846
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1847
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1830
1848
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1831
1849
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1832
1850
|
}>, {
|
|
@@ -1837,9 +1855,11 @@ declare const Slider: {
|
|
|
1837
1855
|
blur(): void;
|
|
1838
1856
|
}, {
|
|
1839
1857
|
disabled: boolean;
|
|
1840
|
-
mode: "button" | "embed";
|
|
1841
1858
|
error: boolean;
|
|
1842
1859
|
allowClear: boolean;
|
|
1860
|
+
mode: "button" | "embed";
|
|
1861
|
+
keyboard: boolean;
|
|
1862
|
+
showGroupSeparator: boolean;
|
|
1843
1863
|
max: number;
|
|
1844
1864
|
step: number;
|
|
1845
1865
|
min: number;
|
|
@@ -1884,13 +1904,17 @@ declare const Slider: {
|
|
|
1884
1904
|
parser: {
|
|
1885
1905
|
type: FunctionConstructor;
|
|
1886
1906
|
};
|
|
1907
|
+
showGroupSeparator: {
|
|
1908
|
+
type: BooleanConstructor;
|
|
1909
|
+
default: boolean;
|
|
1910
|
+
};
|
|
1887
1911
|
placeholder: StringConstructor;
|
|
1888
1912
|
hideButton: {
|
|
1889
1913
|
type: BooleanConstructor;
|
|
1890
1914
|
default: boolean;
|
|
1891
1915
|
};
|
|
1892
1916
|
size: {
|
|
1893
|
-
type: import("vue").PropType<"mini" | "
|
|
1917
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1894
1918
|
};
|
|
1895
1919
|
allowClear: {
|
|
1896
1920
|
type: BooleanConstructor;
|
|
@@ -1907,12 +1931,16 @@ declare const Slider: {
|
|
|
1907
1931
|
inputAttrs: {
|
|
1908
1932
|
type: ObjectConstructor;
|
|
1909
1933
|
};
|
|
1934
|
+
keyboard: {
|
|
1935
|
+
type: BooleanConstructor;
|
|
1936
|
+
default: boolean;
|
|
1937
|
+
};
|
|
1910
1938
|
}>> & Readonly<{
|
|
1911
1939
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1912
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1913
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1914
1940
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1941
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1915
1942
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1943
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1916
1944
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1917
1945
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1918
1946
|
}>, {
|
|
@@ -1931,9 +1959,11 @@ declare const Slider: {
|
|
|
1931
1959
|
keydown: (ev: KeyboardEvent) => true;
|
|
1932
1960
|
}, string, {
|
|
1933
1961
|
disabled: boolean;
|
|
1934
|
-
mode: "button" | "embed";
|
|
1935
1962
|
error: boolean;
|
|
1936
1963
|
allowClear: boolean;
|
|
1964
|
+
mode: "button" | "embed";
|
|
1965
|
+
keyboard: boolean;
|
|
1966
|
+
showGroupSeparator: boolean;
|
|
1937
1967
|
max: number;
|
|
1938
1968
|
step: number;
|
|
1939
1969
|
min: number;
|
|
@@ -2032,9 +2062,9 @@ declare const Slider: {
|
|
|
2032
2062
|
handleEndChange: (value?: number | undefined) => void;
|
|
2033
2063
|
}, {}, {}, {}, {
|
|
2034
2064
|
disabled: boolean;
|
|
2035
|
-
range: boolean;
|
|
2036
2065
|
modelValue: number | [number, number];
|
|
2037
2066
|
defaultValue: number | [number, number];
|
|
2067
|
+
range: boolean;
|
|
2038
2068
|
direction: "horizontal" | "vertical";
|
|
2039
2069
|
max: number;
|
|
2040
2070
|
step: number;
|
|
@@ -2130,9 +2160,9 @@ declare const Slider: {
|
|
|
2130
2160
|
change: (value: number | [number, number]) => true;
|
|
2131
2161
|
}, string, {
|
|
2132
2162
|
disabled: boolean;
|
|
2133
|
-
range: boolean;
|
|
2134
2163
|
modelValue: number | [number, number];
|
|
2135
2164
|
defaultValue: number | [number, number];
|
|
2165
|
+
range: boolean;
|
|
2136
2166
|
direction: "horizontal" | "vertical";
|
|
2137
2167
|
max: number;
|
|
2138
2168
|
step: number;
|
|
@@ -2225,7 +2255,7 @@ declare const Slider: {
|
|
|
2225
2255
|
};
|
|
2226
2256
|
content: StringConstructor;
|
|
2227
2257
|
position: {
|
|
2228
|
-
type: import("vue").PropType<"
|
|
2258
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2229
2259
|
default: string;
|
|
2230
2260
|
};
|
|
2231
2261
|
mini: {
|
|
@@ -2265,10 +2295,10 @@ declare const Slider: {
|
|
|
2265
2295
|
'update:popupVisible': (visible: boolean) => true;
|
|
2266
2296
|
popupVisibleChange: (visible: boolean) => true;
|
|
2267
2297
|
}, import("vue").PublicProps, {
|
|
2298
|
+
mini: boolean;
|
|
2268
2299
|
popupVisible: boolean;
|
|
2269
2300
|
defaultPopupVisible: boolean;
|
|
2270
|
-
position: "
|
|
2271
|
-
mini: boolean;
|
|
2301
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2272
2302
|
}, true, {}, {}, {
|
|
2273
2303
|
Trigger: {
|
|
2274
2304
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2281,11 +2311,11 @@ declare const Slider: {
|
|
|
2281
2311
|
default: boolean;
|
|
2282
2312
|
};
|
|
2283
2313
|
trigger: {
|
|
2284
|
-
type: import("vue").PropType<"
|
|
2314
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2285
2315
|
default: string;
|
|
2286
2316
|
};
|
|
2287
2317
|
position: {
|
|
2288
|
-
type: import("vue").PropType<"
|
|
2318
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2289
2319
|
default: string;
|
|
2290
2320
|
};
|
|
2291
2321
|
disabled: {
|
|
@@ -2328,13 +2358,13 @@ declare const Slider: {
|
|
|
2328
2358
|
default: boolean;
|
|
2329
2359
|
};
|
|
2330
2360
|
contentClass: {
|
|
2331
|
-
type: (
|
|
2361
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2332
2362
|
};
|
|
2333
2363
|
contentStyle: {
|
|
2334
2364
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2335
2365
|
};
|
|
2336
2366
|
arrowClass: {
|
|
2337
|
-
type: (
|
|
2367
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2338
2368
|
};
|
|
2339
2369
|
arrowStyle: {
|
|
2340
2370
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2392,7 +2422,7 @@ declare const Slider: {
|
|
|
2392
2422
|
default: boolean;
|
|
2393
2423
|
};
|
|
2394
2424
|
openedClass: {
|
|
2395
|
-
type: (
|
|
2425
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2396
2426
|
};
|
|
2397
2427
|
autoFitPosition: {
|
|
2398
2428
|
type: BooleanConstructor;
|
|
@@ -2427,11 +2457,11 @@ declare const Slider: {
|
|
|
2427
2457
|
hide: () => true;
|
|
2428
2458
|
resize: () => true;
|
|
2429
2459
|
}, import("vue").PublicProps, {
|
|
2460
|
+
disabled: boolean;
|
|
2430
2461
|
popupVisible: boolean;
|
|
2431
2462
|
defaultPopupVisible: boolean;
|
|
2432
|
-
trigger: "
|
|
2433
|
-
position: "
|
|
2434
|
-
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";
|
|
2435
2465
|
popupOffset: number;
|
|
2436
2466
|
showArrow: boolean;
|
|
2437
2467
|
alignPoint: boolean;
|
|
@@ -2472,11 +2502,11 @@ declare const Slider: {
|
|
|
2472
2502
|
default: boolean;
|
|
2473
2503
|
};
|
|
2474
2504
|
trigger: {
|
|
2475
|
-
type: import("vue").PropType<"
|
|
2505
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2476
2506
|
default: string;
|
|
2477
2507
|
};
|
|
2478
2508
|
position: {
|
|
2479
|
-
type: import("vue").PropType<"
|
|
2509
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2480
2510
|
default: string;
|
|
2481
2511
|
};
|
|
2482
2512
|
disabled: {
|
|
@@ -2519,13 +2549,13 @@ declare const Slider: {
|
|
|
2519
2549
|
default: boolean;
|
|
2520
2550
|
};
|
|
2521
2551
|
contentClass: {
|
|
2522
|
-
type: (
|
|
2552
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2523
2553
|
};
|
|
2524
2554
|
contentStyle: {
|
|
2525
2555
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2526
2556
|
};
|
|
2527
2557
|
arrowClass: {
|
|
2528
|
-
type: (
|
|
2558
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2529
2559
|
};
|
|
2530
2560
|
arrowStyle: {
|
|
2531
2561
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2583,7 +2613,7 @@ declare const Slider: {
|
|
|
2583
2613
|
default: boolean;
|
|
2584
2614
|
};
|
|
2585
2615
|
openedClass: {
|
|
2586
|
-
type: (
|
|
2616
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2587
2617
|
};
|
|
2588
2618
|
autoFitPosition: {
|
|
2589
2619
|
type: BooleanConstructor;
|
|
@@ -2612,11 +2642,11 @@ declare const Slider: {
|
|
|
2612
2642
|
onHide?: (() => any) | undefined;
|
|
2613
2643
|
onResize?: (() => any) | undefined;
|
|
2614
2644
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2645
|
+
disabled: boolean;
|
|
2615
2646
|
popupVisible: boolean;
|
|
2616
2647
|
defaultPopupVisible: boolean;
|
|
2617
|
-
trigger: "
|
|
2618
|
-
position: "
|
|
2619
|
-
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";
|
|
2620
2650
|
popupOffset: number;
|
|
2621
2651
|
showArrow: boolean;
|
|
2622
2652
|
alignPoint: boolean;
|
|
@@ -2654,11 +2684,11 @@ declare const Slider: {
|
|
|
2654
2684
|
default: boolean;
|
|
2655
2685
|
};
|
|
2656
2686
|
trigger: {
|
|
2657
|
-
type: import("vue").PropType<"
|
|
2687
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2658
2688
|
default: string;
|
|
2659
2689
|
};
|
|
2660
2690
|
position: {
|
|
2661
|
-
type: import("vue").PropType<"
|
|
2691
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2662
2692
|
default: string;
|
|
2663
2693
|
};
|
|
2664
2694
|
disabled: {
|
|
@@ -2701,13 +2731,13 @@ declare const Slider: {
|
|
|
2701
2731
|
default: boolean;
|
|
2702
2732
|
};
|
|
2703
2733
|
contentClass: {
|
|
2704
|
-
type: (
|
|
2734
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2705
2735
|
};
|
|
2706
2736
|
contentStyle: {
|
|
2707
2737
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2708
2738
|
};
|
|
2709
2739
|
arrowClass: {
|
|
2710
|
-
type: (
|
|
2740
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2711
2741
|
};
|
|
2712
2742
|
arrowStyle: {
|
|
2713
2743
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2765,7 +2795,7 @@ declare const Slider: {
|
|
|
2765
2795
|
default: boolean;
|
|
2766
2796
|
};
|
|
2767
2797
|
openedClass: {
|
|
2768
|
-
type: (
|
|
2798
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2769
2799
|
};
|
|
2770
2800
|
autoFitPosition: {
|
|
2771
2801
|
type: BooleanConstructor;
|
|
@@ -2800,11 +2830,11 @@ declare const Slider: {
|
|
|
2800
2830
|
hide: () => true;
|
|
2801
2831
|
resize: () => true;
|
|
2802
2832
|
}, string, {
|
|
2833
|
+
disabled: boolean;
|
|
2803
2834
|
popupVisible: boolean;
|
|
2804
2835
|
defaultPopupVisible: boolean;
|
|
2805
|
-
trigger: "
|
|
2806
|
-
position: "
|
|
2807
|
-
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";
|
|
2808
2838
|
popupOffset: number;
|
|
2809
2839
|
showArrow: boolean;
|
|
2810
2840
|
alignPoint: boolean;
|
|
@@ -2849,7 +2879,7 @@ declare const Slider: {
|
|
|
2849
2879
|
};
|
|
2850
2880
|
content: StringConstructor;
|
|
2851
2881
|
position: {
|
|
2852
|
-
type: import("vue").PropType<"
|
|
2882
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2853
2883
|
default: string;
|
|
2854
2884
|
};
|
|
2855
2885
|
mini: {
|
|
@@ -2886,10 +2916,10 @@ declare const Slider: {
|
|
|
2886
2916
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
2887
2917
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
2888
2918
|
}, {}, {}, {}, {
|
|
2919
|
+
mini: boolean;
|
|
2889
2920
|
popupVisible: boolean;
|
|
2890
2921
|
defaultPopupVisible: boolean;
|
|
2891
|
-
position: "
|
|
2892
|
-
mini: boolean;
|
|
2922
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2893
2923
|
}>;
|
|
2894
2924
|
__isFragment?: undefined;
|
|
2895
2925
|
__isTeleport?: undefined;
|
|
@@ -2905,7 +2935,7 @@ declare const Slider: {
|
|
|
2905
2935
|
};
|
|
2906
2936
|
content: StringConstructor;
|
|
2907
2937
|
position: {
|
|
2908
|
-
type: import("vue").PropType<"
|
|
2938
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2909
2939
|
default: string;
|
|
2910
2940
|
};
|
|
2911
2941
|
mini: {
|
|
@@ -2945,10 +2975,10 @@ declare const Slider: {
|
|
|
2945
2975
|
'update:popupVisible': (visible: boolean) => true;
|
|
2946
2976
|
popupVisibleChange: (visible: boolean) => true;
|
|
2947
2977
|
}, string, {
|
|
2978
|
+
mini: boolean;
|
|
2948
2979
|
popupVisible: boolean;
|
|
2949
2980
|
defaultPopupVisible: boolean;
|
|
2950
|
-
position: "
|
|
2951
|
-
mini: boolean;
|
|
2981
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2952
2982
|
}, {}, string, {}, {
|
|
2953
2983
|
Trigger: {
|
|
2954
2984
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2961,11 +2991,11 @@ declare const Slider: {
|
|
|
2961
2991
|
default: boolean;
|
|
2962
2992
|
};
|
|
2963
2993
|
trigger: {
|
|
2964
|
-
type: import("vue").PropType<"
|
|
2994
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2965
2995
|
default: string;
|
|
2966
2996
|
};
|
|
2967
2997
|
position: {
|
|
2968
|
-
type: import("vue").PropType<"
|
|
2998
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2969
2999
|
default: string;
|
|
2970
3000
|
};
|
|
2971
3001
|
disabled: {
|
|
@@ -3008,13 +3038,13 @@ declare const Slider: {
|
|
|
3008
3038
|
default: boolean;
|
|
3009
3039
|
};
|
|
3010
3040
|
contentClass: {
|
|
3011
|
-
type: (
|
|
3041
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3012
3042
|
};
|
|
3013
3043
|
contentStyle: {
|
|
3014
3044
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3015
3045
|
};
|
|
3016
3046
|
arrowClass: {
|
|
3017
|
-
type: (
|
|
3047
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3018
3048
|
};
|
|
3019
3049
|
arrowStyle: {
|
|
3020
3050
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3072,7 +3102,7 @@ declare const Slider: {
|
|
|
3072
3102
|
default: boolean;
|
|
3073
3103
|
};
|
|
3074
3104
|
openedClass: {
|
|
3075
|
-
type: (
|
|
3105
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3076
3106
|
};
|
|
3077
3107
|
autoFitPosition: {
|
|
3078
3108
|
type: BooleanConstructor;
|
|
@@ -3107,11 +3137,11 @@ declare const Slider: {
|
|
|
3107
3137
|
hide: () => true;
|
|
3108
3138
|
resize: () => true;
|
|
3109
3139
|
}, import("vue").PublicProps, {
|
|
3140
|
+
disabled: boolean;
|
|
3110
3141
|
popupVisible: boolean;
|
|
3111
3142
|
defaultPopupVisible: boolean;
|
|
3112
|
-
trigger: "
|
|
3113
|
-
position: "
|
|
3114
|
-
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";
|
|
3115
3145
|
popupOffset: number;
|
|
3116
3146
|
showArrow: boolean;
|
|
3117
3147
|
alignPoint: boolean;
|
|
@@ -3152,11 +3182,11 @@ declare const Slider: {
|
|
|
3152
3182
|
default: boolean;
|
|
3153
3183
|
};
|
|
3154
3184
|
trigger: {
|
|
3155
|
-
type: import("vue").PropType<"
|
|
3185
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3156
3186
|
default: string;
|
|
3157
3187
|
};
|
|
3158
3188
|
position: {
|
|
3159
|
-
type: import("vue").PropType<"
|
|
3189
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
3160
3190
|
default: string;
|
|
3161
3191
|
};
|
|
3162
3192
|
disabled: {
|
|
@@ -3199,13 +3229,13 @@ declare const Slider: {
|
|
|
3199
3229
|
default: boolean;
|
|
3200
3230
|
};
|
|
3201
3231
|
contentClass: {
|
|
3202
|
-
type: (
|
|
3232
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3203
3233
|
};
|
|
3204
3234
|
contentStyle: {
|
|
3205
3235
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3206
3236
|
};
|
|
3207
3237
|
arrowClass: {
|
|
3208
|
-
type: (
|
|
3238
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3209
3239
|
};
|
|
3210
3240
|
arrowStyle: {
|
|
3211
3241
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3263,7 +3293,7 @@ declare const Slider: {
|
|
|
3263
3293
|
default: boolean;
|
|
3264
3294
|
};
|
|
3265
3295
|
openedClass: {
|
|
3266
|
-
type: (
|
|
3296
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3267
3297
|
};
|
|
3268
3298
|
autoFitPosition: {
|
|
3269
3299
|
type: BooleanConstructor;
|
|
@@ -3292,11 +3322,11 @@ declare const Slider: {
|
|
|
3292
3322
|
onHide?: (() => any) | undefined;
|
|
3293
3323
|
onResize?: (() => any) | undefined;
|
|
3294
3324
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
3325
|
+
disabled: boolean;
|
|
3295
3326
|
popupVisible: boolean;
|
|
3296
3327
|
defaultPopupVisible: boolean;
|
|
3297
|
-
trigger: "
|
|
3298
|
-
position: "
|
|
3299
|
-
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";
|
|
3300
3330
|
popupOffset: number;
|
|
3301
3331
|
showArrow: boolean;
|
|
3302
3332
|
alignPoint: boolean;
|
|
@@ -3334,11 +3364,11 @@ declare const Slider: {
|
|
|
3334
3364
|
default: boolean;
|
|
3335
3365
|
};
|
|
3336
3366
|
trigger: {
|
|
3337
|
-
type: import("vue").PropType<"
|
|
3367
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3338
3368
|
default: string;
|
|
3339
3369
|
};
|
|
3340
3370
|
position: {
|
|
3341
|
-
type: import("vue").PropType<"
|
|
3371
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
3342
3372
|
default: string;
|
|
3343
3373
|
};
|
|
3344
3374
|
disabled: {
|
|
@@ -3381,13 +3411,13 @@ declare const Slider: {
|
|
|
3381
3411
|
default: boolean;
|
|
3382
3412
|
};
|
|
3383
3413
|
contentClass: {
|
|
3384
|
-
type: (
|
|
3414
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3385
3415
|
};
|
|
3386
3416
|
contentStyle: {
|
|
3387
3417
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3388
3418
|
};
|
|
3389
3419
|
arrowClass: {
|
|
3390
|
-
type: (
|
|
3420
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3391
3421
|
};
|
|
3392
3422
|
arrowStyle: {
|
|
3393
3423
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3445,7 +3475,7 @@ declare const Slider: {
|
|
|
3445
3475
|
default: boolean;
|
|
3446
3476
|
};
|
|
3447
3477
|
openedClass: {
|
|
3448
|
-
type: (
|
|
3478
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3449
3479
|
};
|
|
3450
3480
|
autoFitPosition: {
|
|
3451
3481
|
type: BooleanConstructor;
|
|
@@ -3480,11 +3510,11 @@ declare const Slider: {
|
|
|
3480
3510
|
hide: () => true;
|
|
3481
3511
|
resize: () => true;
|
|
3482
3512
|
}, string, {
|
|
3513
|
+
disabled: boolean;
|
|
3483
3514
|
popupVisible: boolean;
|
|
3484
3515
|
defaultPopupVisible: boolean;
|
|
3485
|
-
trigger: "
|
|
3486
|
-
position: "
|
|
3487
|
-
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";
|
|
3488
3518
|
popupOffset: number;
|
|
3489
3519
|
showArrow: boolean;
|
|
3490
3520
|
alignPoint: boolean;
|
|
@@ -3745,13 +3775,17 @@ declare const Slider: {
|
|
|
3745
3775
|
parser: {
|
|
3746
3776
|
type: FunctionConstructor;
|
|
3747
3777
|
};
|
|
3778
|
+
showGroupSeparator: {
|
|
3779
|
+
type: BooleanConstructor;
|
|
3780
|
+
default: boolean;
|
|
3781
|
+
};
|
|
3748
3782
|
placeholder: StringConstructor;
|
|
3749
3783
|
hideButton: {
|
|
3750
3784
|
type: BooleanConstructor;
|
|
3751
3785
|
default: boolean;
|
|
3752
3786
|
};
|
|
3753
3787
|
size: {
|
|
3754
|
-
type: import("vue").PropType<"mini" | "
|
|
3788
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3755
3789
|
};
|
|
3756
3790
|
allowClear: {
|
|
3757
3791
|
type: BooleanConstructor;
|
|
@@ -3768,12 +3802,16 @@ declare const Slider: {
|
|
|
3768
3802
|
inputAttrs: {
|
|
3769
3803
|
type: ObjectConstructor;
|
|
3770
3804
|
};
|
|
3805
|
+
keyboard: {
|
|
3806
|
+
type: BooleanConstructor;
|
|
3807
|
+
default: boolean;
|
|
3808
|
+
};
|
|
3771
3809
|
}>> & Readonly<{
|
|
3772
3810
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3773
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3774
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3775
3811
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3812
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3776
3813
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3814
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3777
3815
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3778
3816
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3779
3817
|
}>, {
|
|
@@ -3792,9 +3830,11 @@ declare const Slider: {
|
|
|
3792
3830
|
keydown: (ev: KeyboardEvent) => true;
|
|
3793
3831
|
}, import("vue").PublicProps, {
|
|
3794
3832
|
disabled: boolean;
|
|
3795
|
-
mode: "button" | "embed";
|
|
3796
3833
|
error: boolean;
|
|
3797
3834
|
allowClear: boolean;
|
|
3835
|
+
mode: "button" | "embed";
|
|
3836
|
+
keyboard: boolean;
|
|
3837
|
+
showGroupSeparator: boolean;
|
|
3798
3838
|
max: number;
|
|
3799
3839
|
step: number;
|
|
3800
3840
|
min: number;
|
|
@@ -3842,13 +3882,17 @@ declare const Slider: {
|
|
|
3842
3882
|
parser: {
|
|
3843
3883
|
type: FunctionConstructor;
|
|
3844
3884
|
};
|
|
3885
|
+
showGroupSeparator: {
|
|
3886
|
+
type: BooleanConstructor;
|
|
3887
|
+
default: boolean;
|
|
3888
|
+
};
|
|
3845
3889
|
placeholder: StringConstructor;
|
|
3846
3890
|
hideButton: {
|
|
3847
3891
|
type: BooleanConstructor;
|
|
3848
3892
|
default: boolean;
|
|
3849
3893
|
};
|
|
3850
3894
|
size: {
|
|
3851
|
-
type: import("vue").PropType<"mini" | "
|
|
3895
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3852
3896
|
};
|
|
3853
3897
|
allowClear: {
|
|
3854
3898
|
type: BooleanConstructor;
|
|
@@ -3865,12 +3909,16 @@ declare const Slider: {
|
|
|
3865
3909
|
inputAttrs: {
|
|
3866
3910
|
type: ObjectConstructor;
|
|
3867
3911
|
};
|
|
3912
|
+
keyboard: {
|
|
3913
|
+
type: BooleanConstructor;
|
|
3914
|
+
default: boolean;
|
|
3915
|
+
};
|
|
3868
3916
|
}>> & Readonly<{
|
|
3869
3917
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3870
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3871
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3872
3918
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3919
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3873
3920
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3921
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3874
3922
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3875
3923
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3876
3924
|
}>, {
|
|
@@ -3881,9 +3929,11 @@ declare const Slider: {
|
|
|
3881
3929
|
blur(): void;
|
|
3882
3930
|
}, {
|
|
3883
3931
|
disabled: boolean;
|
|
3884
|
-
mode: "button" | "embed";
|
|
3885
3932
|
error: boolean;
|
|
3886
3933
|
allowClear: boolean;
|
|
3934
|
+
mode: "button" | "embed";
|
|
3935
|
+
keyboard: boolean;
|
|
3936
|
+
showGroupSeparator: boolean;
|
|
3887
3937
|
max: number;
|
|
3888
3938
|
step: number;
|
|
3889
3939
|
min: number;
|
|
@@ -3928,13 +3978,17 @@ declare const Slider: {
|
|
|
3928
3978
|
parser: {
|
|
3929
3979
|
type: FunctionConstructor;
|
|
3930
3980
|
};
|
|
3981
|
+
showGroupSeparator: {
|
|
3982
|
+
type: BooleanConstructor;
|
|
3983
|
+
default: boolean;
|
|
3984
|
+
};
|
|
3931
3985
|
placeholder: StringConstructor;
|
|
3932
3986
|
hideButton: {
|
|
3933
3987
|
type: BooleanConstructor;
|
|
3934
3988
|
default: boolean;
|
|
3935
3989
|
};
|
|
3936
3990
|
size: {
|
|
3937
|
-
type: import("vue").PropType<"mini" | "
|
|
3991
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3938
3992
|
};
|
|
3939
3993
|
allowClear: {
|
|
3940
3994
|
type: BooleanConstructor;
|
|
@@ -3951,12 +4005,16 @@ declare const Slider: {
|
|
|
3951
4005
|
inputAttrs: {
|
|
3952
4006
|
type: ObjectConstructor;
|
|
3953
4007
|
};
|
|
4008
|
+
keyboard: {
|
|
4009
|
+
type: BooleanConstructor;
|
|
4010
|
+
default: boolean;
|
|
4011
|
+
};
|
|
3954
4012
|
}>> & Readonly<{
|
|
3955
4013
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3956
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3957
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3958
4014
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
4015
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3959
4016
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
4017
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3960
4018
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3961
4019
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3962
4020
|
}>, {
|
|
@@ -3975,9 +4033,11 @@ declare const Slider: {
|
|
|
3975
4033
|
keydown: (ev: KeyboardEvent) => true;
|
|
3976
4034
|
}, string, {
|
|
3977
4035
|
disabled: boolean;
|
|
3978
|
-
mode: "button" | "embed";
|
|
3979
4036
|
error: boolean;
|
|
3980
4037
|
allowClear: boolean;
|
|
4038
|
+
mode: "button" | "embed";
|
|
4039
|
+
keyboard: boolean;
|
|
4040
|
+
showGroupSeparator: boolean;
|
|
3981
4041
|
max: number;
|
|
3982
4042
|
step: number;
|
|
3983
4043
|
min: number;
|