@geelato/web-vue 2.59.1 → 2.59.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arco-vue.js +16 -4
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +4 -4
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/icon-hover.d.ts +1 -1
- package/es/_components/input-label/input-label.d.ts +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/alert/alert.d.ts +1 -1
- package/es/alert/index.d.ts +2 -2
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/index.d.ts +3 -3
- package/es/cascader/cascader.d.ts +11 -11
- package/es/cascader/index.d.ts +23 -23
- package/es/checkbox/checkbox-group.d.ts +1 -1
- package/es/checkbox/checkbox.d.ts +2 -2
- package/es/checkbox/index.d.ts +6 -6
- package/es/collapse/collapse-item.d.ts +1 -1
- package/es/collapse/index.d.ts +1 -1
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +18 -18
- package/es/date-picker/panels/date/index.d.ts +2 -2
- package/es/date-picker/panels/week/index.d.ts +2 -2
- package/es/date-picker/picker-panel.d.ts +4 -4
- package/es/date-picker/picker.d.ts +16 -16
- package/es/date-picker/range-picker-panel.d.ts +4 -4
- package/es/date-picker/range-picker.d.ts +18 -18
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.d.ts +11 -2
- package/es/drawer/drawer.js +7 -2
- package/es/drawer/index.d.ts +20 -5
- package/es/dropdown/dropdown-button.d.ts +18 -18
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +9 -9
- package/es/dropdown/dropdown-submenu.d.ts +20 -20
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +76 -76
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.d.ts +18 -18
- package/es/form/form-item.d.ts +22 -22
- package/es/form/index.d.ts +22 -22
- package/es/image/preview-action.d.ts +18 -18
- package/es/image/preview-toolbar.d.ts +18 -18
- package/es/input/index.d.ts +1 -1
- package/es/input/input-password.d.ts +1 -1
- package/es/input-tag/index.d.ts +3 -3
- package/es/input-tag/input-tag.d.ts +1 -1
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +10 -10
- package/es/message/message.d.ts +1 -1
- package/es/modal/index.d.ts +17 -2
- package/es/modal/modal.d.ts +10 -1
- package/es/modal/modal.js +5 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/es/notification/notification.d.ts +1 -1
- package/es/page-header/index.d.ts +2 -2
- package/es/page-header/page-header.d.ts +1 -1
- package/es/pagination/page-options.d.ts +31 -31
- package/es/popconfirm/index.d.ts +18 -18
- package/es/popconfirm/popconfirm.d.ts +9 -9
- package/es/popover/index.d.ts +18 -18
- package/es/popover/popover.d.ts +9 -9
- package/es/progress/circle.d.ts +2 -2
- package/es/progress/index.d.ts +18 -18
- package/es/progress/line.d.ts +2 -2
- package/es/progress/progress.d.ts +10 -10
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +6 -6
- package/es/radio/radio-group.d.ts +1 -1
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/scrollbar/index.d.ts +3 -3
- package/es/scrollbar/scrollbar.d.ts +2 -2
- package/es/select/index.d.ts +31 -31
- package/es/select/option.d.ts +8 -8
- package/es/select/select-dropdown.d.ts +9 -9
- package/es/select/select.d.ts +11 -11
- package/es/slider/index.d.ts +39 -39
- package/es/slider/slider-button.d.ts +18 -18
- package/es/slider/slider.d.ts +19 -19
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/index.d.ts +8 -8
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +12 -12
- package/es/table/table.d.ts +4 -4
- package/es/tabs/tabs-tab.d.ts +1 -1
- package/es/tag/index.d.ts +2 -2
- package/es/tag/tag.d.ts +1 -1
- package/es/textarea/index.d.ts +2 -2
- package/es/textarea/textarea.d.ts +1 -1
- package/es/time-picker/index.d.ts +32 -32
- package/es/time-picker/panel.d.ts +2 -2
- package/es/time-picker/range-panel.d.ts +2 -2
- package/es/time-picker/time-picker.d.ts +16 -16
- package/es/tooltip/index.d.ts +18 -18
- package/es/tooltip/tooltip.d.ts +9 -9
- package/es/transfer/index.d.ts +27 -27
- package/es/transfer/transfer-view.d.ts +12 -12
- package/es/transfer/transfer.d.ts +13 -13
- package/es/tree/base-node.d.ts +6 -6
- package/es/tree/index.d.ts +4 -4
- package/es/tree/transition-node-list.d.ts +6 -6
- package/es/tree/tree.d.ts +2 -2
- package/es/tree-select/index.d.ts +40 -40
- package/es/tree-select/panel.d.ts +4 -4
- package/es/tree-select/tree-select.d.ts +20 -20
- package/es/trigger/index.d.ts +9 -9
- package/es/trigger/trigger.d.ts +6 -6
- package/es/typography/base.d.ts +1 -1
- package/es/typography/edit-content.d.ts +3 -3
- package/es/typography/index.d.ts +4 -4
- package/es/typography/operations.d.ts +18 -18
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +3 -3
- package/json/vetur-attributes.json +2377 -2369
- package/json/vetur-tags.json +851 -849
- package/json/web-types.json +4472 -4456
- package/lib/drawer/drawer.js +7 -2
- package/lib/modal/modal.js +5 -2
- package/lib/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/package.json +1 -1
package/es/slider/index.d.ts
CHANGED
|
@@ -85,8 +85,8 @@ declare const Slider: {
|
|
|
85
85
|
'update:modelValue': (value: number | [number, number]) => true;
|
|
86
86
|
change: (value: number | [number, number]) => true;
|
|
87
87
|
}, import("vue").PublicProps, {
|
|
88
|
-
disabled: boolean;
|
|
89
88
|
modelValue: number | [number, number];
|
|
89
|
+
disabled: boolean;
|
|
90
90
|
defaultValue: number | [number, number];
|
|
91
91
|
range: boolean;
|
|
92
92
|
direction: "horizontal" | "vertical";
|
|
@@ -284,13 +284,13 @@ declare const Slider: {
|
|
|
284
284
|
default: boolean;
|
|
285
285
|
};
|
|
286
286
|
contentClass: {
|
|
287
|
-
type: (
|
|
287
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
288
288
|
};
|
|
289
289
|
contentStyle: {
|
|
290
290
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
291
291
|
};
|
|
292
292
|
arrowClass: {
|
|
293
|
-
type: (
|
|
293
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
294
294
|
};
|
|
295
295
|
arrowStyle: {
|
|
296
296
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -348,7 +348,7 @@ declare const Slider: {
|
|
|
348
348
|
default: boolean;
|
|
349
349
|
};
|
|
350
350
|
openedClass: {
|
|
351
|
-
type: (
|
|
351
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
352
352
|
};
|
|
353
353
|
autoFitPosition: {
|
|
354
354
|
type: BooleanConstructor;
|
|
@@ -475,13 +475,13 @@ declare const Slider: {
|
|
|
475
475
|
default: boolean;
|
|
476
476
|
};
|
|
477
477
|
contentClass: {
|
|
478
|
-
type: (
|
|
478
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
479
479
|
};
|
|
480
480
|
contentStyle: {
|
|
481
481
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
482
482
|
};
|
|
483
483
|
arrowClass: {
|
|
484
|
-
type: (
|
|
484
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
485
485
|
};
|
|
486
486
|
arrowStyle: {
|
|
487
487
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -539,7 +539,7 @@ declare const Slider: {
|
|
|
539
539
|
default: boolean;
|
|
540
540
|
};
|
|
541
541
|
openedClass: {
|
|
542
|
-
type: (
|
|
542
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
543
543
|
};
|
|
544
544
|
autoFitPosition: {
|
|
545
545
|
type: BooleanConstructor;
|
|
@@ -657,13 +657,13 @@ declare const Slider: {
|
|
|
657
657
|
default: boolean;
|
|
658
658
|
};
|
|
659
659
|
contentClass: {
|
|
660
|
-
type: (
|
|
660
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
661
661
|
};
|
|
662
662
|
contentStyle: {
|
|
663
663
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
664
664
|
};
|
|
665
665
|
arrowClass: {
|
|
666
|
-
type: (
|
|
666
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
667
667
|
};
|
|
668
668
|
arrowStyle: {
|
|
669
669
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -721,7 +721,7 @@ declare const Slider: {
|
|
|
721
721
|
default: boolean;
|
|
722
722
|
};
|
|
723
723
|
openedClass: {
|
|
724
|
-
type: (
|
|
724
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
725
725
|
};
|
|
726
726
|
autoFitPosition: {
|
|
727
727
|
type: BooleanConstructor;
|
|
@@ -964,13 +964,13 @@ declare const Slider: {
|
|
|
964
964
|
default: boolean;
|
|
965
965
|
};
|
|
966
966
|
contentClass: {
|
|
967
|
-
type: (
|
|
967
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
968
968
|
};
|
|
969
969
|
contentStyle: {
|
|
970
970
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
971
971
|
};
|
|
972
972
|
arrowClass: {
|
|
973
|
-
type: (
|
|
973
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
974
974
|
};
|
|
975
975
|
arrowStyle: {
|
|
976
976
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1028,7 +1028,7 @@ declare const Slider: {
|
|
|
1028
1028
|
default: boolean;
|
|
1029
1029
|
};
|
|
1030
1030
|
openedClass: {
|
|
1031
|
-
type: (
|
|
1031
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1032
1032
|
};
|
|
1033
1033
|
autoFitPosition: {
|
|
1034
1034
|
type: BooleanConstructor;
|
|
@@ -1155,13 +1155,13 @@ declare const Slider: {
|
|
|
1155
1155
|
default: boolean;
|
|
1156
1156
|
};
|
|
1157
1157
|
contentClass: {
|
|
1158
|
-
type: (
|
|
1158
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1159
1159
|
};
|
|
1160
1160
|
contentStyle: {
|
|
1161
1161
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1162
1162
|
};
|
|
1163
1163
|
arrowClass: {
|
|
1164
|
-
type: (
|
|
1164
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1165
1165
|
};
|
|
1166
1166
|
arrowStyle: {
|
|
1167
1167
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1219,7 +1219,7 @@ declare const Slider: {
|
|
|
1219
1219
|
default: boolean;
|
|
1220
1220
|
};
|
|
1221
1221
|
openedClass: {
|
|
1222
|
-
type: (
|
|
1222
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1223
1223
|
};
|
|
1224
1224
|
autoFitPosition: {
|
|
1225
1225
|
type: BooleanConstructor;
|
|
@@ -1337,13 +1337,13 @@ declare const Slider: {
|
|
|
1337
1337
|
default: boolean;
|
|
1338
1338
|
};
|
|
1339
1339
|
contentClass: {
|
|
1340
|
-
type: (
|
|
1340
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1341
1341
|
};
|
|
1342
1342
|
contentStyle: {
|
|
1343
1343
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1344
1344
|
};
|
|
1345
1345
|
arrowClass: {
|
|
1346
|
-
type: (
|
|
1346
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1347
1347
|
};
|
|
1348
1348
|
arrowStyle: {
|
|
1349
1349
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1401,7 +1401,7 @@ declare const Slider: {
|
|
|
1401
1401
|
default: boolean;
|
|
1402
1402
|
};
|
|
1403
1403
|
openedClass: {
|
|
1404
|
-
type: (
|
|
1404
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1405
1405
|
};
|
|
1406
1406
|
autoFitPosition: {
|
|
1407
1407
|
type: BooleanConstructor;
|
|
@@ -2061,8 +2061,8 @@ declare const Slider: {
|
|
|
2061
2061
|
handleStartChange: (value?: number | undefined) => void;
|
|
2062
2062
|
handleEndChange: (value?: number | undefined) => void;
|
|
2063
2063
|
}, {}, {}, {}, {
|
|
2064
|
-
disabled: boolean;
|
|
2065
2064
|
modelValue: number | [number, number];
|
|
2065
|
+
disabled: boolean;
|
|
2066
2066
|
defaultValue: number | [number, number];
|
|
2067
2067
|
range: boolean;
|
|
2068
2068
|
direction: "horizontal" | "vertical";
|
|
@@ -2159,8 +2159,8 @@ declare const Slider: {
|
|
|
2159
2159
|
'update:modelValue': (value: number | [number, number]) => true;
|
|
2160
2160
|
change: (value: number | [number, number]) => true;
|
|
2161
2161
|
}, string, {
|
|
2162
|
-
disabled: boolean;
|
|
2163
2162
|
modelValue: number | [number, number];
|
|
2163
|
+
disabled: boolean;
|
|
2164
2164
|
defaultValue: number | [number, number];
|
|
2165
2165
|
range: boolean;
|
|
2166
2166
|
direction: "horizontal" | "vertical";
|
|
@@ -2358,13 +2358,13 @@ declare const Slider: {
|
|
|
2358
2358
|
default: boolean;
|
|
2359
2359
|
};
|
|
2360
2360
|
contentClass: {
|
|
2361
|
-
type: (
|
|
2361
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2362
2362
|
};
|
|
2363
2363
|
contentStyle: {
|
|
2364
2364
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2365
2365
|
};
|
|
2366
2366
|
arrowClass: {
|
|
2367
|
-
type: (
|
|
2367
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2368
2368
|
};
|
|
2369
2369
|
arrowStyle: {
|
|
2370
2370
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2422,7 +2422,7 @@ declare const Slider: {
|
|
|
2422
2422
|
default: boolean;
|
|
2423
2423
|
};
|
|
2424
2424
|
openedClass: {
|
|
2425
|
-
type: (
|
|
2425
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2426
2426
|
};
|
|
2427
2427
|
autoFitPosition: {
|
|
2428
2428
|
type: BooleanConstructor;
|
|
@@ -2549,13 +2549,13 @@ declare const Slider: {
|
|
|
2549
2549
|
default: boolean;
|
|
2550
2550
|
};
|
|
2551
2551
|
contentClass: {
|
|
2552
|
-
type: (
|
|
2552
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2553
2553
|
};
|
|
2554
2554
|
contentStyle: {
|
|
2555
2555
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2556
2556
|
};
|
|
2557
2557
|
arrowClass: {
|
|
2558
|
-
type: (
|
|
2558
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2559
2559
|
};
|
|
2560
2560
|
arrowStyle: {
|
|
2561
2561
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2613,7 +2613,7 @@ declare const Slider: {
|
|
|
2613
2613
|
default: boolean;
|
|
2614
2614
|
};
|
|
2615
2615
|
openedClass: {
|
|
2616
|
-
type: (
|
|
2616
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2617
2617
|
};
|
|
2618
2618
|
autoFitPosition: {
|
|
2619
2619
|
type: BooleanConstructor;
|
|
@@ -2731,13 +2731,13 @@ declare const Slider: {
|
|
|
2731
2731
|
default: boolean;
|
|
2732
2732
|
};
|
|
2733
2733
|
contentClass: {
|
|
2734
|
-
type: (
|
|
2734
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2735
2735
|
};
|
|
2736
2736
|
contentStyle: {
|
|
2737
2737
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2738
2738
|
};
|
|
2739
2739
|
arrowClass: {
|
|
2740
|
-
type: (
|
|
2740
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2741
2741
|
};
|
|
2742
2742
|
arrowStyle: {
|
|
2743
2743
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2795,7 +2795,7 @@ declare const Slider: {
|
|
|
2795
2795
|
default: boolean;
|
|
2796
2796
|
};
|
|
2797
2797
|
openedClass: {
|
|
2798
|
-
type: (
|
|
2798
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2799
2799
|
};
|
|
2800
2800
|
autoFitPosition: {
|
|
2801
2801
|
type: BooleanConstructor;
|
|
@@ -3038,13 +3038,13 @@ declare const Slider: {
|
|
|
3038
3038
|
default: boolean;
|
|
3039
3039
|
};
|
|
3040
3040
|
contentClass: {
|
|
3041
|
-
type: (
|
|
3041
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3042
3042
|
};
|
|
3043
3043
|
contentStyle: {
|
|
3044
3044
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3045
3045
|
};
|
|
3046
3046
|
arrowClass: {
|
|
3047
|
-
type: (
|
|
3047
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3048
3048
|
};
|
|
3049
3049
|
arrowStyle: {
|
|
3050
3050
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3102,7 +3102,7 @@ declare const Slider: {
|
|
|
3102
3102
|
default: boolean;
|
|
3103
3103
|
};
|
|
3104
3104
|
openedClass: {
|
|
3105
|
-
type: (
|
|
3105
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3106
3106
|
};
|
|
3107
3107
|
autoFitPosition: {
|
|
3108
3108
|
type: BooleanConstructor;
|
|
@@ -3229,13 +3229,13 @@ declare const Slider: {
|
|
|
3229
3229
|
default: boolean;
|
|
3230
3230
|
};
|
|
3231
3231
|
contentClass: {
|
|
3232
|
-
type: (
|
|
3232
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3233
3233
|
};
|
|
3234
3234
|
contentStyle: {
|
|
3235
3235
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3236
3236
|
};
|
|
3237
3237
|
arrowClass: {
|
|
3238
|
-
type: (
|
|
3238
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3239
3239
|
};
|
|
3240
3240
|
arrowStyle: {
|
|
3241
3241
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3293,7 +3293,7 @@ declare const Slider: {
|
|
|
3293
3293
|
default: boolean;
|
|
3294
3294
|
};
|
|
3295
3295
|
openedClass: {
|
|
3296
|
-
type: (
|
|
3296
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3297
3297
|
};
|
|
3298
3298
|
autoFitPosition: {
|
|
3299
3299
|
type: BooleanConstructor;
|
|
@@ -3411,13 +3411,13 @@ declare const Slider: {
|
|
|
3411
3411
|
default: boolean;
|
|
3412
3412
|
};
|
|
3413
3413
|
contentClass: {
|
|
3414
|
-
type: (
|
|
3414
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3415
3415
|
};
|
|
3416
3416
|
contentStyle: {
|
|
3417
3417
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3418
3418
|
};
|
|
3419
3419
|
arrowClass: {
|
|
3420
|
-
type: (
|
|
3420
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3421
3421
|
};
|
|
3422
3422
|
arrowStyle: {
|
|
3423
3423
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3475,7 +3475,7 @@ declare const Slider: {
|
|
|
3475
3475
|
default: boolean;
|
|
3476
3476
|
};
|
|
3477
3477
|
openedClass: {
|
|
3478
|
-
type: (
|
|
3478
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3479
3479
|
};
|
|
3480
3480
|
autoFitPosition: {
|
|
3481
3481
|
type: BooleanConstructor;
|
|
@@ -186,13 +186,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
186
186
|
default: boolean;
|
|
187
187
|
};
|
|
188
188
|
contentClass: {
|
|
189
|
-
type: (
|
|
189
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
190
190
|
};
|
|
191
191
|
contentStyle: {
|
|
192
192
|
type: PropType<import("vue").CSSProperties>;
|
|
193
193
|
};
|
|
194
194
|
arrowClass: {
|
|
195
|
-
type: (
|
|
195
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
196
196
|
};
|
|
197
197
|
arrowStyle: {
|
|
198
198
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -250,7 +250,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
250
250
|
default: boolean;
|
|
251
251
|
};
|
|
252
252
|
openedClass: {
|
|
253
|
-
type: (
|
|
253
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
254
254
|
};
|
|
255
255
|
autoFitPosition: {
|
|
256
256
|
type: BooleanConstructor;
|
|
@@ -377,13 +377,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
377
377
|
default: boolean;
|
|
378
378
|
};
|
|
379
379
|
contentClass: {
|
|
380
|
-
type: (
|
|
380
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
381
381
|
};
|
|
382
382
|
contentStyle: {
|
|
383
383
|
type: PropType<import("vue").CSSProperties>;
|
|
384
384
|
};
|
|
385
385
|
arrowClass: {
|
|
386
|
-
type: (
|
|
386
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
387
387
|
};
|
|
388
388
|
arrowStyle: {
|
|
389
389
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -441,7 +441,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
441
441
|
default: boolean;
|
|
442
442
|
};
|
|
443
443
|
openedClass: {
|
|
444
|
-
type: (
|
|
444
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
445
445
|
};
|
|
446
446
|
autoFitPosition: {
|
|
447
447
|
type: BooleanConstructor;
|
|
@@ -559,13 +559,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
559
559
|
default: boolean;
|
|
560
560
|
};
|
|
561
561
|
contentClass: {
|
|
562
|
-
type: (
|
|
562
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
563
563
|
};
|
|
564
564
|
contentStyle: {
|
|
565
565
|
type: PropType<import("vue").CSSProperties>;
|
|
566
566
|
};
|
|
567
567
|
arrowClass: {
|
|
568
|
-
type: (
|
|
568
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
569
569
|
};
|
|
570
570
|
arrowStyle: {
|
|
571
571
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -623,7 +623,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
623
623
|
default: boolean;
|
|
624
624
|
};
|
|
625
625
|
openedClass: {
|
|
626
|
-
type: (
|
|
626
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
627
627
|
};
|
|
628
628
|
autoFitPosition: {
|
|
629
629
|
type: BooleanConstructor;
|
|
@@ -866,13 +866,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
866
866
|
default: boolean;
|
|
867
867
|
};
|
|
868
868
|
contentClass: {
|
|
869
|
-
type: (
|
|
869
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
870
870
|
};
|
|
871
871
|
contentStyle: {
|
|
872
872
|
type: PropType<import("vue").CSSProperties>;
|
|
873
873
|
};
|
|
874
874
|
arrowClass: {
|
|
875
|
-
type: (
|
|
875
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
876
876
|
};
|
|
877
877
|
arrowStyle: {
|
|
878
878
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -930,7 +930,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
930
930
|
default: boolean;
|
|
931
931
|
};
|
|
932
932
|
openedClass: {
|
|
933
|
-
type: (
|
|
933
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
934
934
|
};
|
|
935
935
|
autoFitPosition: {
|
|
936
936
|
type: BooleanConstructor;
|
|
@@ -1057,13 +1057,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1057
1057
|
default: boolean;
|
|
1058
1058
|
};
|
|
1059
1059
|
contentClass: {
|
|
1060
|
-
type: (
|
|
1060
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1061
1061
|
};
|
|
1062
1062
|
contentStyle: {
|
|
1063
1063
|
type: PropType<import("vue").CSSProperties>;
|
|
1064
1064
|
};
|
|
1065
1065
|
arrowClass: {
|
|
1066
|
-
type: (
|
|
1066
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1067
1067
|
};
|
|
1068
1068
|
arrowStyle: {
|
|
1069
1069
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1121,7 +1121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1121
1121
|
default: boolean;
|
|
1122
1122
|
};
|
|
1123
1123
|
openedClass: {
|
|
1124
|
-
type: (
|
|
1124
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1125
1125
|
};
|
|
1126
1126
|
autoFitPosition: {
|
|
1127
1127
|
type: BooleanConstructor;
|
|
@@ -1239,13 +1239,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1239
1239
|
default: boolean;
|
|
1240
1240
|
};
|
|
1241
1241
|
contentClass: {
|
|
1242
|
-
type: (
|
|
1242
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1243
1243
|
};
|
|
1244
1244
|
contentStyle: {
|
|
1245
1245
|
type: PropType<import("vue").CSSProperties>;
|
|
1246
1246
|
};
|
|
1247
1247
|
arrowClass: {
|
|
1248
|
-
type: (
|
|
1248
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1249
1249
|
};
|
|
1250
1250
|
arrowStyle: {
|
|
1251
1251
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1303,7 +1303,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1303
1303
|
default: boolean;
|
|
1304
1304
|
};
|
|
1305
1305
|
openedClass: {
|
|
1306
|
-
type: (
|
|
1306
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1307
1307
|
};
|
|
1308
1308
|
autoFitPosition: {
|
|
1309
1309
|
type: BooleanConstructor;
|
package/es/slider/slider.d.ts
CHANGED
|
@@ -133,8 +133,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
133
133
|
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
134
134
|
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
135
135
|
}>, {
|
|
136
|
-
disabled: boolean;
|
|
137
136
|
modelValue: number | [number, number];
|
|
137
|
+
disabled: boolean;
|
|
138
138
|
defaultValue: number | [number, number];
|
|
139
139
|
range: boolean;
|
|
140
140
|
direction: "horizontal" | "vertical";
|
|
@@ -332,13 +332,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
332
332
|
default: boolean;
|
|
333
333
|
};
|
|
334
334
|
contentClass: {
|
|
335
|
-
type: (
|
|
335
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
336
336
|
};
|
|
337
337
|
contentStyle: {
|
|
338
338
|
type: PropType<CSSProperties>;
|
|
339
339
|
};
|
|
340
340
|
arrowClass: {
|
|
341
|
-
type: (
|
|
341
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
342
342
|
};
|
|
343
343
|
arrowStyle: {
|
|
344
344
|
type: PropType<CSSProperties>;
|
|
@@ -396,7 +396,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
396
396
|
default: boolean;
|
|
397
397
|
};
|
|
398
398
|
openedClass: {
|
|
399
|
-
type: (
|
|
399
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
400
400
|
};
|
|
401
401
|
autoFitPosition: {
|
|
402
402
|
type: BooleanConstructor;
|
|
@@ -523,13 +523,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
523
523
|
default: boolean;
|
|
524
524
|
};
|
|
525
525
|
contentClass: {
|
|
526
|
-
type: (
|
|
526
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
527
527
|
};
|
|
528
528
|
contentStyle: {
|
|
529
529
|
type: PropType<CSSProperties>;
|
|
530
530
|
};
|
|
531
531
|
arrowClass: {
|
|
532
|
-
type: (
|
|
532
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
533
533
|
};
|
|
534
534
|
arrowStyle: {
|
|
535
535
|
type: PropType<CSSProperties>;
|
|
@@ -587,7 +587,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
587
587
|
default: boolean;
|
|
588
588
|
};
|
|
589
589
|
openedClass: {
|
|
590
|
-
type: (
|
|
590
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
591
591
|
};
|
|
592
592
|
autoFitPosition: {
|
|
593
593
|
type: BooleanConstructor;
|
|
@@ -705,13 +705,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
705
705
|
default: boolean;
|
|
706
706
|
};
|
|
707
707
|
contentClass: {
|
|
708
|
-
type: (
|
|
708
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
709
709
|
};
|
|
710
710
|
contentStyle: {
|
|
711
711
|
type: PropType<CSSProperties>;
|
|
712
712
|
};
|
|
713
713
|
arrowClass: {
|
|
714
|
-
type: (
|
|
714
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
715
715
|
};
|
|
716
716
|
arrowStyle: {
|
|
717
717
|
type: PropType<CSSProperties>;
|
|
@@ -769,7 +769,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
769
769
|
default: boolean;
|
|
770
770
|
};
|
|
771
771
|
openedClass: {
|
|
772
|
-
type: (
|
|
772
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
773
773
|
};
|
|
774
774
|
autoFitPosition: {
|
|
775
775
|
type: BooleanConstructor;
|
|
@@ -1012,13 +1012,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1012
1012
|
default: boolean;
|
|
1013
1013
|
};
|
|
1014
1014
|
contentClass: {
|
|
1015
|
-
type: (
|
|
1015
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1016
1016
|
};
|
|
1017
1017
|
contentStyle: {
|
|
1018
1018
|
type: PropType<CSSProperties>;
|
|
1019
1019
|
};
|
|
1020
1020
|
arrowClass: {
|
|
1021
|
-
type: (
|
|
1021
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1022
1022
|
};
|
|
1023
1023
|
arrowStyle: {
|
|
1024
1024
|
type: PropType<CSSProperties>;
|
|
@@ -1076,7 +1076,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1076
1076
|
default: boolean;
|
|
1077
1077
|
};
|
|
1078
1078
|
openedClass: {
|
|
1079
|
-
type: (
|
|
1079
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1080
1080
|
};
|
|
1081
1081
|
autoFitPosition: {
|
|
1082
1082
|
type: BooleanConstructor;
|
|
@@ -1203,13 +1203,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1203
1203
|
default: boolean;
|
|
1204
1204
|
};
|
|
1205
1205
|
contentClass: {
|
|
1206
|
-
type: (
|
|
1206
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1207
1207
|
};
|
|
1208
1208
|
contentStyle: {
|
|
1209
1209
|
type: PropType<CSSProperties>;
|
|
1210
1210
|
};
|
|
1211
1211
|
arrowClass: {
|
|
1212
|
-
type: (
|
|
1212
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1213
1213
|
};
|
|
1214
1214
|
arrowStyle: {
|
|
1215
1215
|
type: PropType<CSSProperties>;
|
|
@@ -1267,7 +1267,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1267
1267
|
default: boolean;
|
|
1268
1268
|
};
|
|
1269
1269
|
openedClass: {
|
|
1270
|
-
type: (
|
|
1270
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1271
1271
|
};
|
|
1272
1272
|
autoFitPosition: {
|
|
1273
1273
|
type: BooleanConstructor;
|
|
@@ -1385,13 +1385,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1385
1385
|
default: boolean;
|
|
1386
1386
|
};
|
|
1387
1387
|
contentClass: {
|
|
1388
|
-
type: (
|
|
1388
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1389
1389
|
};
|
|
1390
1390
|
contentStyle: {
|
|
1391
1391
|
type: PropType<CSSProperties>;
|
|
1392
1392
|
};
|
|
1393
1393
|
arrowClass: {
|
|
1394
|
-
type: (
|
|
1394
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1395
1395
|
};
|
|
1396
1396
|
arrowStyle: {
|
|
1397
1397
|
type: PropType<CSSProperties>;
|
|
@@ -1449,7 +1449,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1449
1449
|
default: boolean;
|
|
1450
1450
|
};
|
|
1451
1451
|
openedClass: {
|
|
1452
|
-
type: (
|
|
1452
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1453
1453
|
};
|
|
1454
1454
|
autoFitPosition: {
|
|
1455
1455
|
type: BooleanConstructor;
|
package/es/split/index.d.ts
CHANGED
|
@@ -33,8 +33,8 @@ declare const Split: {
|
|
|
33
33
|
moveEnd: (ev: MouseEvent) => true;
|
|
34
34
|
'update:size': (size: string | number) => true;
|
|
35
35
|
}, import("vue").PublicProps, {
|
|
36
|
-
size: string | number;
|
|
37
36
|
disabled: boolean;
|
|
37
|
+
size: string | number;
|
|
38
38
|
direction: "horizontal" | "vertical";
|
|
39
39
|
component: string;
|
|
40
40
|
defaultSize: string | number;
|
|
@@ -109,8 +109,8 @@ declare const Split: {
|
|
|
109
109
|
flex: string;
|
|
110
110
|
}>;
|
|
111
111
|
}, {}, {}, {}, {
|
|
112
|
-
size: string | number;
|
|
113
112
|
disabled: boolean;
|
|
113
|
+
size: string | number;
|
|
114
114
|
direction: "horizontal" | "vertical";
|
|
115
115
|
component: string;
|
|
116
116
|
defaultSize: string | number;
|
|
@@ -149,8 +149,8 @@ declare const Split: {
|
|
|
149
149
|
moveEnd: (ev: MouseEvent) => true;
|
|
150
150
|
'update:size': (size: string | number) => true;
|
|
151
151
|
}, string, {
|
|
152
|
-
size: string | number;
|
|
153
152
|
disabled: boolean;
|
|
153
|
+
size: string | number;
|
|
154
154
|
direction: "horizontal" | "vertical";
|
|
155
155
|
component: string;
|
|
156
156
|
defaultSize: string | number;
|