@geelato/web-vue 2.58.2 → 2.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arco-vue.js +8 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +3 -3
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +13 -10
- package/dist/arco.min.css +1 -1
- package/es/_components/icon-hover.d.ts +3 -3
- package/es/_components/input-label/input-label.d.ts +5 -5
- package/es/_components/picker/input-range.d.ts +10 -10
- package/es/_components/picker/input.d.ts +8 -8
- package/es/_components/select-view/select-view.d.ts +6 -6
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/anchor/anchor.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +2 -2
- package/es/button/button.d.ts +2 -2
- package/es/button/index.d.ts +5 -5
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +3 -3
- package/es/carousel/carousel-indicator.d.ts +1 -1
- package/es/cascader/cascader-panel.d.ts +7 -7
- package/es/cascader/cascader.d.ts +33 -33
- package/es/cascader/index.d.ts +85 -85
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +6 -6
- package/es/checkbox/index.d.ts +14 -14
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +4 -4
- package/es/color-picker/index.d.ts +9 -9
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.d.ts +3 -3
- package/es/config-provider/index.d.ts +6 -6
- package/es/date-picker/index.d.ts +66 -66
- package/es/date-picker/panels/date/index.d.ts +8 -8
- package/es/date-picker/panels/footer.d.ts +5 -5
- package/es/date-picker/panels/shortcuts.d.ts +5 -5
- package/es/date-picker/panels/week/index.d.ts +8 -8
- package/es/date-picker/picker-panel.d.ts +26 -26
- package/es/date-picker/picker.d.ts +61 -61
- package/es/date-picker/range-picker-panel.d.ts +27 -27
- package/es/date-picker/range-picker.d.ts +66 -66
- package/es/descriptions/descriptions.d.ts +4 -4
- package/es/descriptions/index.d.ts +9 -9
- package/es/drawer/drawer.d.ts +10 -10
- package/es/drawer/index.d.ts +22 -22
- package/es/dropdown/dropdown-button.d.ts +26 -26
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.d.ts +21 -21
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +85 -85
- package/es/form/form-item-label.d.ts +28 -28
- package/es/form/form-item.d.ts +35 -35
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +38 -38
- package/es/image/preview-action.d.ts +27 -27
- package/es/image/preview-toolbar.d.ts +27 -27
- package/es/index.css +13 -10
- package/es/input/index.d.ts +22 -22
- package/es/input/input-password.d.ts +8 -8
- package/es/input/input-search.d.ts +2 -2
- package/es/input/input.d.ts +5 -5
- package/es/input-number/index.d.ts +33 -18
- package/es/input-number/input-number.d.ts +17 -8
- package/es/input-number/input-number.js +5 -1
- package/es/input-tag/index.d.ts +30 -30
- package/es/input-tag/input-tag.d.ts +11 -11
- package/es/list/index.d.ts +12 -12
- package/es/list/list.d.ts +5 -5
- package/es/mention/index.d.ts +15 -15
- package/es/mention/mention.d.ts +5 -5
- package/es/menu/base-menu.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +15 -15
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +19 -19
- package/es/modal/modal.d.ts +9 -9
- package/es/notification/notification.d.ts +4 -4
- package/es/page-header/index.d.ts +6 -6
- package/es/page-header/page-header.d.ts +3 -3
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +33 -18
- package/es/pagination/page-options.d.ts +85 -85
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +37 -37
- package/es/popconfirm/popconfirm.d.ts +18 -18
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.d.ts +12 -12
- package/es/progress/circle.d.ts +5 -5
- package/es/progress/index.d.ts +36 -36
- package/es/progress/line.d.ts +5 -5
- package/es/progress/progress.d.ts +19 -19
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +16 -16
- package/es/radio/radio-group.d.ts +4 -4
- package/es/radio/radio.d.ts +5 -5
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +85 -85
- package/es/select/option.d.ts +16 -16
- package/es/select/select-dropdown.d.ts +7 -7
- package/es/select/select.d.ts +30 -30
- package/es/skeleton/index.d.ts +3 -3
- package/es/skeleton/skeleton.d.ts +1 -1
- package/es/slider/index.d.ts +126 -96
- package/es/slider/slider-button.d.ts +27 -27
- package/es/slider/slider-input.d.ts +33 -18
- package/es/slider/slider.d.ts +62 -47
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +6 -6
- package/es/split/split.d.ts +2 -2
- package/es/statistic/countdown.d.ts +1 -1
- package/es/statistic/index.d.ts +4 -4
- package/es/statistic/statistic.d.ts +1 -1
- package/es/steps/index.d.ts +9 -9
- package/es/steps/step.d.ts +3 -3
- package/es/steps/steps.d.ts +3 -3
- package/es/switch/index.d.ts +15 -15
- package/es/switch/switch.d.ts +9 -9
- package/es/table/index.d.ts +24 -24
- package/es/table/style/index.css +13 -10
- package/es/table/style/index.less +22 -9
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +30 -30
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +11 -11
- package/es/table/table.js +3 -0
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +12 -12
- package/es/tag/tag.d.ts +6 -6
- package/es/textarea/index.d.ts +15 -15
- package/es/textarea/textarea.d.ts +6 -6
- package/es/time-picker/index.d.ts +113 -113
- package/es/time-picker/panel.d.ts +8 -8
- package/es/time-picker/range-panel.d.ts +8 -8
- package/es/time-picker/time-picker.d.ts +54 -54
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +27 -27
- package/es/tooltip/tooltip.d.ts +13 -13
- package/es/transfer/index.d.ts +90 -90
- package/es/transfer/transfer-view.d.ts +37 -37
- package/es/transfer/transfer.d.ts +44 -44
- package/es/tree/base-node.d.ts +14 -14
- package/es/tree/index.d.ts +13 -13
- package/es/tree/transition-node-list.d.ts +14 -14
- package/es/tree/tree.d.ts +6 -6
- package/es/tree-select/index.d.ts +83 -83
- package/es/tree-select/panel.d.ts +13 -13
- package/es/tree-select/tree-select.d.ts +39 -39
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +2 -2
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.d.ts +27 -27
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +12 -12
- package/es/verification-code/verification-code.d.ts +5 -5
- package/json/vetur-attributes.json +1910 -1906
- package/json/vetur-tags.json +822 -821
- package/json/web-types.json +4073 -4065
- package/lib/index.css +13 -10
- package/lib/input-number/input-number.js +5 -1
- package/lib/table/style/index.css +13 -10
- package/lib/table/style/index.less +22 -9
- package/lib/table/table.js +3 -0
- package/package.json +1 -1
|
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
45
|
};
|
|
46
46
|
attrs: ObjectConstructor;
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
|
-
component: string;
|
|
49
48
|
required: boolean;
|
|
49
|
+
component: string;
|
|
50
50
|
showColon: boolean;
|
|
51
51
|
asteriskPosition: string;
|
|
52
52
|
}, {}, {
|
|
@@ -113,10 +113,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
'update:popupVisible': (visible: boolean) => true;
|
|
114
114
|
popupVisibleChange: (visible: boolean) => true;
|
|
115
115
|
}, import("vue").PublicProps, {
|
|
116
|
-
mini: boolean;
|
|
117
116
|
popupVisible: boolean;
|
|
118
117
|
defaultPopupVisible: boolean;
|
|
119
118
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
119
|
+
mini: boolean;
|
|
120
120
|
}, true, {}, {}, {
|
|
121
121
|
Trigger: {
|
|
122
122
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -176,13 +176,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
176
176
|
default: boolean;
|
|
177
177
|
};
|
|
178
178
|
contentClass: {
|
|
179
|
-
type: (
|
|
179
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
180
180
|
};
|
|
181
181
|
contentStyle: {
|
|
182
182
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
183
183
|
};
|
|
184
184
|
arrowClass: {
|
|
185
|
-
type: (
|
|
185
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
186
186
|
};
|
|
187
187
|
arrowStyle: {
|
|
188
188
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -240,7 +240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
240
|
default: boolean;
|
|
241
241
|
};
|
|
242
242
|
openedClass: {
|
|
243
|
-
type: (
|
|
243
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
244
244
|
};
|
|
245
245
|
autoFitPosition: {
|
|
246
246
|
type: BooleanConstructor;
|
|
@@ -275,11 +275,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
275
275
|
hide: () => true;
|
|
276
276
|
resize: () => true;
|
|
277
277
|
}, import("vue").PublicProps, {
|
|
278
|
-
disabled: boolean;
|
|
279
278
|
popupVisible: boolean;
|
|
280
279
|
defaultPopupVisible: boolean;
|
|
281
280
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
282
281
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
282
|
+
disabled: boolean;
|
|
283
283
|
popupOffset: number;
|
|
284
284
|
showArrow: boolean;
|
|
285
285
|
alignPoint: boolean;
|
|
@@ -367,13 +367,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
367
367
|
default: boolean;
|
|
368
368
|
};
|
|
369
369
|
contentClass: {
|
|
370
|
-
type: (
|
|
370
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
371
371
|
};
|
|
372
372
|
contentStyle: {
|
|
373
373
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
374
374
|
};
|
|
375
375
|
arrowClass: {
|
|
376
|
-
type: (
|
|
376
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
377
377
|
};
|
|
378
378
|
arrowStyle: {
|
|
379
379
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -431,7 +431,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
431
431
|
default: boolean;
|
|
432
432
|
};
|
|
433
433
|
openedClass: {
|
|
434
|
-
type: (
|
|
434
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
435
435
|
};
|
|
436
436
|
autoFitPosition: {
|
|
437
437
|
type: BooleanConstructor;
|
|
@@ -460,11 +460,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
460
460
|
onHide?: (() => any) | undefined;
|
|
461
461
|
onResize?: (() => any) | undefined;
|
|
462
462
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
463
|
-
disabled: boolean;
|
|
464
463
|
popupVisible: boolean;
|
|
465
464
|
defaultPopupVisible: boolean;
|
|
466
465
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
467
466
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
467
|
+
disabled: boolean;
|
|
468
468
|
popupOffset: number;
|
|
469
469
|
showArrow: boolean;
|
|
470
470
|
alignPoint: boolean;
|
|
@@ -549,13 +549,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
549
549
|
default: boolean;
|
|
550
550
|
};
|
|
551
551
|
contentClass: {
|
|
552
|
-
type: (
|
|
552
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
553
553
|
};
|
|
554
554
|
contentStyle: {
|
|
555
555
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
556
556
|
};
|
|
557
557
|
arrowClass: {
|
|
558
|
-
type: (
|
|
558
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
559
559
|
};
|
|
560
560
|
arrowStyle: {
|
|
561
561
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -613,7 +613,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
613
613
|
default: boolean;
|
|
614
614
|
};
|
|
615
615
|
openedClass: {
|
|
616
|
-
type: (
|
|
616
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
617
617
|
};
|
|
618
618
|
autoFitPosition: {
|
|
619
619
|
type: BooleanConstructor;
|
|
@@ -648,11 +648,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
648
648
|
hide: () => true;
|
|
649
649
|
resize: () => true;
|
|
650
650
|
}, string, {
|
|
651
|
-
disabled: boolean;
|
|
652
651
|
popupVisible: boolean;
|
|
653
652
|
defaultPopupVisible: boolean;
|
|
654
653
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
655
654
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
655
|
+
disabled: boolean;
|
|
656
656
|
popupOffset: number;
|
|
657
657
|
showArrow: boolean;
|
|
658
658
|
alignPoint: boolean;
|
|
@@ -734,10 +734,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
734
734
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
735
735
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
736
736
|
}, {}, {}, {}, {
|
|
737
|
-
mini: boolean;
|
|
738
737
|
popupVisible: boolean;
|
|
739
738
|
defaultPopupVisible: boolean;
|
|
740
739
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
740
|
+
mini: boolean;
|
|
741
741
|
}>;
|
|
742
742
|
__isFragment?: undefined;
|
|
743
743
|
__isTeleport?: undefined;
|
|
@@ -793,10 +793,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
793
793
|
'update:popupVisible': (visible: boolean) => true;
|
|
794
794
|
popupVisibleChange: (visible: boolean) => true;
|
|
795
795
|
}, string, {
|
|
796
|
-
mini: boolean;
|
|
797
796
|
popupVisible: boolean;
|
|
798
797
|
defaultPopupVisible: boolean;
|
|
799
798
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
799
|
+
mini: boolean;
|
|
800
800
|
}, {}, string, {}, {
|
|
801
801
|
Trigger: {
|
|
802
802
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -856,13 +856,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
856
856
|
default: boolean;
|
|
857
857
|
};
|
|
858
858
|
contentClass: {
|
|
859
|
-
type: (
|
|
859
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
860
860
|
};
|
|
861
861
|
contentStyle: {
|
|
862
862
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
863
863
|
};
|
|
864
864
|
arrowClass: {
|
|
865
|
-
type: (
|
|
865
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
866
866
|
};
|
|
867
867
|
arrowStyle: {
|
|
868
868
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -920,7 +920,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
920
920
|
default: boolean;
|
|
921
921
|
};
|
|
922
922
|
openedClass: {
|
|
923
|
-
type: (
|
|
923
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
924
924
|
};
|
|
925
925
|
autoFitPosition: {
|
|
926
926
|
type: BooleanConstructor;
|
|
@@ -955,11 +955,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
955
955
|
hide: () => true;
|
|
956
956
|
resize: () => true;
|
|
957
957
|
}, import("vue").PublicProps, {
|
|
958
|
-
disabled: boolean;
|
|
959
958
|
popupVisible: boolean;
|
|
960
959
|
defaultPopupVisible: boolean;
|
|
961
960
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
962
961
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
962
|
+
disabled: boolean;
|
|
963
963
|
popupOffset: number;
|
|
964
964
|
showArrow: boolean;
|
|
965
965
|
alignPoint: boolean;
|
|
@@ -1047,13 +1047,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1047
1047
|
default: boolean;
|
|
1048
1048
|
};
|
|
1049
1049
|
contentClass: {
|
|
1050
|
-
type: (
|
|
1050
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1051
1051
|
};
|
|
1052
1052
|
contentStyle: {
|
|
1053
1053
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1054
1054
|
};
|
|
1055
1055
|
arrowClass: {
|
|
1056
|
-
type: (
|
|
1056
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1057
1057
|
};
|
|
1058
1058
|
arrowStyle: {
|
|
1059
1059
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1111,7 +1111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1111
1111
|
default: boolean;
|
|
1112
1112
|
};
|
|
1113
1113
|
openedClass: {
|
|
1114
|
-
type: (
|
|
1114
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1115
1115
|
};
|
|
1116
1116
|
autoFitPosition: {
|
|
1117
1117
|
type: BooleanConstructor;
|
|
@@ -1140,11 +1140,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1140
1140
|
onHide?: (() => any) | undefined;
|
|
1141
1141
|
onResize?: (() => any) | undefined;
|
|
1142
1142
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1143
|
-
disabled: boolean;
|
|
1144
1143
|
popupVisible: boolean;
|
|
1145
1144
|
defaultPopupVisible: boolean;
|
|
1146
1145
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1147
1146
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1147
|
+
disabled: boolean;
|
|
1148
1148
|
popupOffset: number;
|
|
1149
1149
|
showArrow: boolean;
|
|
1150
1150
|
alignPoint: boolean;
|
|
@@ -1229,13 +1229,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1229
1229
|
default: boolean;
|
|
1230
1230
|
};
|
|
1231
1231
|
contentClass: {
|
|
1232
|
-
type: (
|
|
1232
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1233
1233
|
};
|
|
1234
1234
|
contentStyle: {
|
|
1235
1235
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1236
1236
|
};
|
|
1237
1237
|
arrowClass: {
|
|
1238
|
-
type: (
|
|
1238
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1239
1239
|
};
|
|
1240
1240
|
arrowStyle: {
|
|
1241
1241
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1293,7 +1293,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1293
1293
|
default: boolean;
|
|
1294
1294
|
};
|
|
1295
1295
|
openedClass: {
|
|
1296
|
-
type: (
|
|
1296
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1297
1297
|
};
|
|
1298
1298
|
autoFitPosition: {
|
|
1299
1299
|
type: BooleanConstructor;
|
|
@@ -1328,11 +1328,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1328
1328
|
hide: () => true;
|
|
1329
1329
|
resize: () => true;
|
|
1330
1330
|
}, string, {
|
|
1331
|
-
disabled: boolean;
|
|
1332
1331
|
popupVisible: boolean;
|
|
1333
1332
|
defaultPopupVisible: boolean;
|
|
1334
1333
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1335
1334
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1335
|
+
disabled: boolean;
|
|
1336
1336
|
popupOffset: number;
|
|
1337
1337
|
showArrow: boolean;
|
|
1338
1338
|
alignPoint: boolean;
|
package/es/form/form-item.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
38
38
|
type: PropType<"error" | "success" | "warning" | "validating">;
|
|
39
39
|
};
|
|
40
40
|
validateTrigger: {
|
|
41
|
-
type: PropType<"
|
|
41
|
+
type: PropType<"focus" | "input" | "blur" | "change" | ("focus" | "input" | "blur" | "change")[]>;
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
labelColProps: ObjectConstructor;
|
|
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
54
54
|
labelColStyle: ObjectConstructor;
|
|
55
55
|
wrapperColStyle: ObjectConstructor;
|
|
56
56
|
rowProps: ObjectConstructor;
|
|
57
|
-
rowClass: (
|
|
58
|
-
contentClass: (
|
|
57
|
+
rowClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
58
|
+
contentClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
59
59
|
contentFlex: {
|
|
60
60
|
type: BooleanConstructor;
|
|
61
61
|
default: boolean;
|
|
@@ -132,7 +132,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
132
132
|
type: PropType<"error" | "success" | "warning" | "validating">;
|
|
133
133
|
};
|
|
134
134
|
validateTrigger: {
|
|
135
|
-
type: PropType<"
|
|
135
|
+
type: PropType<"focus" | "input" | "blur" | "change" | ("focus" | "input" | "blur" | "change")[]>;
|
|
136
136
|
default: string;
|
|
137
137
|
};
|
|
138
138
|
labelColProps: ObjectConstructor;
|
|
@@ -148,8 +148,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
148
148
|
labelColStyle: ObjectConstructor;
|
|
149
149
|
wrapperColStyle: ObjectConstructor;
|
|
150
150
|
rowProps: ObjectConstructor;
|
|
151
|
-
rowClass: (
|
|
152
|
-
contentClass: (
|
|
151
|
+
rowClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
152
|
+
contentClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
153
153
|
contentFlex: {
|
|
154
154
|
type: BooleanConstructor;
|
|
155
155
|
default: boolean;
|
|
@@ -178,7 +178,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
178
178
|
showColon: boolean;
|
|
179
179
|
asteriskPosition: string;
|
|
180
180
|
noStyle: boolean;
|
|
181
|
-
validateTrigger: "
|
|
181
|
+
validateTrigger: "focus" | "input" | "blur" | "change" | ("focus" | "input" | "blur" | "change")[];
|
|
182
182
|
hideLabel: boolean;
|
|
183
183
|
hideAsterisk: boolean;
|
|
184
184
|
contentFlex: boolean;
|
|
@@ -392,8 +392,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
392
392
|
};
|
|
393
393
|
attrs: ObjectConstructor;
|
|
394
394
|
}>> & Readonly<{}>, {
|
|
395
|
-
component: string;
|
|
396
395
|
required: boolean;
|
|
396
|
+
component: string;
|
|
397
397
|
showColon: boolean;
|
|
398
398
|
asteriskPosition: string;
|
|
399
399
|
}, {}, {
|
|
@@ -460,10 +460,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
460
460
|
'update:popupVisible': (visible: boolean) => true;
|
|
461
461
|
popupVisibleChange: (visible: boolean) => true;
|
|
462
462
|
}, import("vue").PublicProps, {
|
|
463
|
-
mini: boolean;
|
|
464
463
|
popupVisible: boolean;
|
|
465
464
|
defaultPopupVisible: boolean;
|
|
466
465
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
466
|
+
mini: boolean;
|
|
467
467
|
}, true, {}, {}, {
|
|
468
468
|
Trigger: {
|
|
469
469
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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<import("vue").CSSProperties>;
|
|
530
530
|
};
|
|
531
531
|
arrowClass: {
|
|
532
|
-
type: (
|
|
532
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
533
533
|
};
|
|
534
534
|
arrowStyle: {
|
|
535
535
|
type: PropType<import("vue").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;
|
|
@@ -622,11 +622,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
622
622
|
hide: () => true;
|
|
623
623
|
resize: () => true;
|
|
624
624
|
}, import("vue").PublicProps, {
|
|
625
|
-
disabled: boolean;
|
|
626
625
|
popupVisible: boolean;
|
|
627
626
|
defaultPopupVisible: boolean;
|
|
628
627
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
629
628
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
629
|
+
disabled: boolean;
|
|
630
630
|
popupOffset: number;
|
|
631
631
|
showArrow: boolean;
|
|
632
632
|
alignPoint: boolean;
|
|
@@ -714,13 +714,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
714
714
|
default: boolean;
|
|
715
715
|
};
|
|
716
716
|
contentClass: {
|
|
717
|
-
type: (
|
|
717
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
718
718
|
};
|
|
719
719
|
contentStyle: {
|
|
720
720
|
type: PropType<import("vue").CSSProperties>;
|
|
721
721
|
};
|
|
722
722
|
arrowClass: {
|
|
723
|
-
type: (
|
|
723
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
724
724
|
};
|
|
725
725
|
arrowStyle: {
|
|
726
726
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -778,7 +778,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
778
778
|
default: boolean;
|
|
779
779
|
};
|
|
780
780
|
openedClass: {
|
|
781
|
-
type: (
|
|
781
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
782
782
|
};
|
|
783
783
|
autoFitPosition: {
|
|
784
784
|
type: BooleanConstructor;
|
|
@@ -807,11 +807,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
807
807
|
onHide?: (() => any) | undefined;
|
|
808
808
|
onResize?: (() => any) | undefined;
|
|
809
809
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
810
|
-
disabled: boolean;
|
|
811
810
|
popupVisible: boolean;
|
|
812
811
|
defaultPopupVisible: boolean;
|
|
813
812
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
814
813
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
814
|
+
disabled: boolean;
|
|
815
815
|
popupOffset: number;
|
|
816
816
|
showArrow: boolean;
|
|
817
817
|
alignPoint: boolean;
|
|
@@ -896,13 +896,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
896
896
|
default: boolean;
|
|
897
897
|
};
|
|
898
898
|
contentClass: {
|
|
899
|
-
type: (
|
|
899
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
900
900
|
};
|
|
901
901
|
contentStyle: {
|
|
902
902
|
type: PropType<import("vue").CSSProperties>;
|
|
903
903
|
};
|
|
904
904
|
arrowClass: {
|
|
905
|
-
type: (
|
|
905
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
906
906
|
};
|
|
907
907
|
arrowStyle: {
|
|
908
908
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -960,7 +960,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
960
960
|
default: boolean;
|
|
961
961
|
};
|
|
962
962
|
openedClass: {
|
|
963
|
-
type: (
|
|
963
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
964
964
|
};
|
|
965
965
|
autoFitPosition: {
|
|
966
966
|
type: BooleanConstructor;
|
|
@@ -995,11 +995,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
995
995
|
hide: () => true;
|
|
996
996
|
resize: () => true;
|
|
997
997
|
}, string, {
|
|
998
|
-
disabled: boolean;
|
|
999
998
|
popupVisible: boolean;
|
|
1000
999
|
defaultPopupVisible: boolean;
|
|
1001
1000
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1002
1001
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1002
|
+
disabled: boolean;
|
|
1003
1003
|
popupOffset: number;
|
|
1004
1004
|
showArrow: boolean;
|
|
1005
1005
|
alignPoint: boolean;
|
|
@@ -1081,10 +1081,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1081
1081
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
1082
1082
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
1083
1083
|
}, {}, {}, {}, {
|
|
1084
|
-
mini: boolean;
|
|
1085
1084
|
popupVisible: boolean;
|
|
1086
1085
|
defaultPopupVisible: boolean;
|
|
1087
1086
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1087
|
+
mini: boolean;
|
|
1088
1088
|
}>;
|
|
1089
1089
|
__isFragment?: undefined;
|
|
1090
1090
|
__isTeleport?: undefined;
|
|
@@ -1140,10 +1140,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1140
1140
|
'update:popupVisible': (visible: boolean) => true;
|
|
1141
1141
|
popupVisibleChange: (visible: boolean) => true;
|
|
1142
1142
|
}, string, {
|
|
1143
|
-
mini: boolean;
|
|
1144
1143
|
popupVisible: boolean;
|
|
1145
1144
|
defaultPopupVisible: boolean;
|
|
1146
1145
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1146
|
+
mini: boolean;
|
|
1147
1147
|
}, {}, string, {}, {
|
|
1148
1148
|
Trigger: {
|
|
1149
1149
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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<import("vue").CSSProperties>;
|
|
1210
1210
|
};
|
|
1211
1211
|
arrowClass: {
|
|
1212
|
-
type: (
|
|
1212
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1213
1213
|
};
|
|
1214
1214
|
arrowStyle: {
|
|
1215
1215
|
type: PropType<import("vue").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;
|
|
@@ -1302,11 +1302,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1302
1302
|
hide: () => true;
|
|
1303
1303
|
resize: () => true;
|
|
1304
1304
|
}, import("vue").PublicProps, {
|
|
1305
|
-
disabled: boolean;
|
|
1306
1305
|
popupVisible: boolean;
|
|
1307
1306
|
defaultPopupVisible: boolean;
|
|
1308
1307
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1309
1308
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1309
|
+
disabled: boolean;
|
|
1310
1310
|
popupOffset: number;
|
|
1311
1311
|
showArrow: boolean;
|
|
1312
1312
|
alignPoint: boolean;
|
|
@@ -1394,13 +1394,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1394
1394
|
default: boolean;
|
|
1395
1395
|
};
|
|
1396
1396
|
contentClass: {
|
|
1397
|
-
type: (
|
|
1397
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1398
1398
|
};
|
|
1399
1399
|
contentStyle: {
|
|
1400
1400
|
type: PropType<import("vue").CSSProperties>;
|
|
1401
1401
|
};
|
|
1402
1402
|
arrowClass: {
|
|
1403
|
-
type: (
|
|
1403
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1404
1404
|
};
|
|
1405
1405
|
arrowStyle: {
|
|
1406
1406
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1458,7 +1458,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1458
1458
|
default: boolean;
|
|
1459
1459
|
};
|
|
1460
1460
|
openedClass: {
|
|
1461
|
-
type: (
|
|
1461
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1462
1462
|
};
|
|
1463
1463
|
autoFitPosition: {
|
|
1464
1464
|
type: BooleanConstructor;
|
|
@@ -1487,11 +1487,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1487
1487
|
onHide?: (() => any) | undefined;
|
|
1488
1488
|
onResize?: (() => any) | undefined;
|
|
1489
1489
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1490
|
-
disabled: boolean;
|
|
1491
1490
|
popupVisible: boolean;
|
|
1492
1491
|
defaultPopupVisible: boolean;
|
|
1493
1492
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1494
1493
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1494
|
+
disabled: boolean;
|
|
1495
1495
|
popupOffset: number;
|
|
1496
1496
|
showArrow: boolean;
|
|
1497
1497
|
alignPoint: boolean;
|
|
@@ -1576,13 +1576,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1576
1576
|
default: boolean;
|
|
1577
1577
|
};
|
|
1578
1578
|
contentClass: {
|
|
1579
|
-
type: (
|
|
1579
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1580
1580
|
};
|
|
1581
1581
|
contentStyle: {
|
|
1582
1582
|
type: PropType<import("vue").CSSProperties>;
|
|
1583
1583
|
};
|
|
1584
1584
|
arrowClass: {
|
|
1585
|
-
type: (
|
|
1585
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1586
1586
|
};
|
|
1587
1587
|
arrowStyle: {
|
|
1588
1588
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1640,7 +1640,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1640
1640
|
default: boolean;
|
|
1641
1641
|
};
|
|
1642
1642
|
openedClass: {
|
|
1643
|
-
type: (
|
|
1643
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1644
1644
|
};
|
|
1645
1645
|
autoFitPosition: {
|
|
1646
1646
|
type: BooleanConstructor;
|
|
@@ -1675,11 +1675,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1675
1675
|
hide: () => true;
|
|
1676
1676
|
resize: () => true;
|
|
1677
1677
|
}, string, {
|
|
1678
|
-
disabled: boolean;
|
|
1679
1678
|
popupVisible: boolean;
|
|
1680
1679
|
defaultPopupVisible: boolean;
|
|
1681
1680
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1682
1681
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1682
|
+
disabled: boolean;
|
|
1683
1683
|
popupOffset: number;
|
|
1684
1684
|
showArrow: boolean;
|
|
1685
1685
|
alignPoint: boolean;
|
package/es/form/form.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
size: {
|
|
14
|
-
type: PropType<"mini" | "
|
|
14
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
15
15
|
};
|
|
16
16
|
labelColProps: {
|
|
17
17
|
type: ObjectConstructor;
|
|
@@ -90,7 +90,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
90
90
|
default: string;
|
|
91
91
|
};
|
|
92
92
|
size: {
|
|
93
|
-
type: PropType<"mini" | "
|
|
93
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
94
94
|
};
|
|
95
95
|
labelColProps: {
|
|
96
96
|
type: ObjectConstructor;
|