@geelato/web-vue 2.59.0 → 2.59.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/arco-vue.js +40 -8
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +57 -43
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/icon-hover.d.ts +3 -3
- package/es/_components/input-label/input-label.d.ts +5 -5
- package/es/_components/picker/input-range.d.ts +7 -7
- package/es/_components/picker/input.d.ts +6 -6
- package/es/_components/select-view/select-view.d.ts +4 -4
- package/es/_components/virtual-list/virtual-list.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +5 -5
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/auto-complete/auto-complete.d.ts +4 -4
- package/es/auto-complete/index.d.ts +12 -12
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +6 -6
- package/es/button/button.d.ts +6 -6
- package/es/button/index.d.ts +15 -15
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +3 -3
- package/es/carousel/carousel-indicator.d.ts +1 -1
- package/es/cascader/cascader-panel.d.ts +4 -4
- package/es/cascader/cascader.d.ts +40 -40
- package/es/cascader/index.d.ts +93 -93
- package/es/checkbox/checkbox.d.ts +5 -5
- package/es/checkbox/index.d.ts +9 -9
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +3 -3
- package/es/color-picker/index.d.ts +6 -6
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.d.ts +3 -3
- package/es/config-provider/index.d.ts +6 -6
- package/es/date-picker/index.d.ts +133 -133
- package/es/date-picker/panels/date/index.d.ts +24 -24
- package/es/date-picker/panels/footer.d.ts +15 -15
- package/es/date-picker/panels/shortcuts.d.ts +15 -15
- package/es/date-picker/panels/week/index.d.ts +24 -24
- package/es/date-picker/picker-panel.d.ts +78 -78
- package/es/date-picker/picker.d.ts +126 -126
- package/es/date-picker/range-picker-panel.d.ts +79 -79
- package/es/date-picker/range-picker.d.ts +133 -133
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/index.d.ts +6 -6
- package/es/drawer/drawer.d.ts +22 -22
- package/es/drawer/index.d.ts +48 -48
- package/es/dropdown/dropdown-button.d.ts +66 -66
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +12 -12
- package/es/dropdown/dropdown-submenu.d.ts +42 -42
- package/es/dropdown/dropdown.d.ts +40 -40
- package/es/dropdown/index.d.ts +194 -194
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.d.ts +57 -57
- package/es/form/form-item.d.ts +65 -65
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +68 -68
- package/es/grid/grid-row.d.ts +1 -1
- package/es/grid/index.d.ts +1 -1
- package/es/image/preview-action.d.ts +57 -57
- package/es/image/preview-toolbar.d.ts +57 -57
- package/es/input/index.d.ts +22 -22
- package/es/input/input-password.d.ts +8 -8
- package/es/input/input-search.d.ts +2 -2
- package/es/input/input.d.ts +5 -5
- package/es/input-number/index.d.ts +27 -12
- package/es/input-number/input-number.d.ts +14 -5
- package/es/input-number/input-number.js +40 -8
- package/es/input-tag/index.d.ts +9 -9
- package/es/input-tag/input-tag.d.ts +4 -4
- package/es/list/index.d.ts +6 -6
- package/es/list/list.d.ts +3 -3
- package/es/mention/index.d.ts +18 -18
- package/es/mention/mention.d.ts +7 -7
- package/es/menu/sub-menu-pop.d.ts +24 -24
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +45 -45
- package/es/modal/modal.d.ts +21 -21
- package/es/notification/notification.d.ts +4 -4
- package/es/page-header/index.d.ts +6 -6
- package/es/page-header/page-header.d.ts +3 -3
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +27 -12
- package/es/pagination/page-options.d.ts +94 -94
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +87 -87
- package/es/popconfirm/popconfirm.d.ts +43 -43
- package/es/popover/index.d.ts +60 -60
- package/es/popover/popover.d.ts +30 -30
- package/es/progress/circle.d.ts +5 -5
- package/es/progress/index.d.ts +36 -36
- package/es/progress/line.d.ts +5 -5
- package/es/progress/progress.d.ts +19 -19
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +12 -12
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +4 -4
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +94 -94
- package/es/select/option.d.ts +11 -11
- package/es/select/select-dropdown.d.ts +12 -12
- package/es/select/select.d.ts +38 -38
- package/es/slider/index.d.ts +171 -141
- package/es/slider/slider-button.d.ts +57 -57
- package/es/slider/slider-input.d.ts +27 -12
- package/es/slider/slider.d.ts +85 -70
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/statistic/countdown.d.ts +1 -1
- package/es/statistic/index.d.ts +4 -4
- package/es/statistic/statistic.d.ts +1 -1
- package/es/steps/index.d.ts +9 -9
- package/es/steps/step.d.ts +3 -3
- package/es/steps/steps.d.ts +3 -3
- package/es/switch/index.d.ts +18 -18
- package/es/switch/switch.d.ts +11 -11
- package/es/table/index.d.ts +27 -27
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +21 -21
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +13 -13
- package/es/tabs/index.d.ts +6 -6
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tag/index.d.ts +9 -9
- package/es/tag/tag.d.ts +5 -5
- package/es/textarea/index.d.ts +12 -12
- package/es/textarea/textarea.d.ts +5 -5
- package/es/time-picker/index.d.ts +200 -200
- package/es/time-picker/panel.d.ts +24 -24
- package/es/time-picker/range-panel.d.ts +24 -24
- package/es/time-picker/time-picker.d.ts +97 -97
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +57 -57
- package/es/tooltip/tooltip.d.ts +28 -28
- package/es/transfer/index.d.ts +95 -95
- package/es/transfer/transfer-view.d.ts +28 -28
- package/es/transfer/transfer.d.ts +46 -46
- package/es/tree/base-node.d.ts +9 -9
- package/es/tree/hooks/use-tree-data.d.ts +4 -4
- package/es/tree/index.d.ts +31 -31
- package/es/tree/transition-node-list.d.ts +9 -9
- package/es/tree/tree.d.ts +13 -13
- package/es/tree-select/index.d.ts +151 -151
- package/es/tree-select/panel.d.ts +31 -31
- package/es/tree-select/tree-select.d.ts +73 -73
- package/es/trigger/index.d.ts +24 -24
- package/es/trigger/trigger.d.ts +13 -13
- package/es/typography/base.d.ts +6 -6
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +4 -4
- package/es/typography/operations.d.ts +57 -57
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +3 -3
- package/json/vetur-attributes.json +2465 -2461
- package/json/vetur-tags.json +863 -862
- package/json/web-types.json +4708 -4700
- package/lib/input-number/input-number.js +40 -8
- package/package.json +24 -25
package/es/form/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ declare const Form: {
|
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
size: {
|
|
16
|
-
type: import("vue").PropType<"mini" | "
|
|
16
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
17
17
|
};
|
|
18
18
|
labelColProps: {
|
|
19
19
|
type: ObjectConstructor;
|
|
@@ -117,7 +117,7 @@ declare const Form: {
|
|
|
117
117
|
default: string;
|
|
118
118
|
};
|
|
119
119
|
size: {
|
|
120
|
-
type: import("vue").PropType<"mini" | "
|
|
120
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
121
121
|
};
|
|
122
122
|
labelColProps: {
|
|
123
123
|
type: ObjectConstructor;
|
|
@@ -208,7 +208,7 @@ declare const Form: {
|
|
|
208
208
|
default: string;
|
|
209
209
|
};
|
|
210
210
|
size: {
|
|
211
|
-
type: import("vue").PropType<"mini" | "
|
|
211
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
212
212
|
};
|
|
213
213
|
labelColProps: {
|
|
214
214
|
type: ObjectConstructor;
|
|
@@ -334,7 +334,7 @@ declare const Form: {
|
|
|
334
334
|
type: import("vue").PropType<"error" | "success" | "warning" | "validating">;
|
|
335
335
|
};
|
|
336
336
|
validateTrigger: {
|
|
337
|
-
type: import("vue").PropType<"focus" | "
|
|
337
|
+
type: import("vue").PropType<"focus" | "blur" | "input" | "change" | ("focus" | "blur" | "input" | "change")[]>;
|
|
338
338
|
default: string;
|
|
339
339
|
};
|
|
340
340
|
labelColProps: ObjectConstructor;
|
|
@@ -350,8 +350,8 @@ declare const Form: {
|
|
|
350
350
|
labelColStyle: ObjectConstructor;
|
|
351
351
|
wrapperColStyle: ObjectConstructor;
|
|
352
352
|
rowProps: ObjectConstructor;
|
|
353
|
-
rowClass: (
|
|
354
|
-
contentClass: (
|
|
353
|
+
rowClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
354
|
+
contentClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
355
355
|
contentFlex: {
|
|
356
356
|
type: BooleanConstructor;
|
|
357
357
|
default: boolean;
|
|
@@ -428,7 +428,7 @@ declare const Form: {
|
|
|
428
428
|
type: import("vue").PropType<"error" | "success" | "warning" | "validating">;
|
|
429
429
|
};
|
|
430
430
|
validateTrigger: {
|
|
431
|
-
type: import("vue").PropType<"focus" | "
|
|
431
|
+
type: import("vue").PropType<"focus" | "blur" | "input" | "change" | ("focus" | "blur" | "input" | "change")[]>;
|
|
432
432
|
default: string;
|
|
433
433
|
};
|
|
434
434
|
labelColProps: ObjectConstructor;
|
|
@@ -444,8 +444,8 @@ declare const Form: {
|
|
|
444
444
|
labelColStyle: ObjectConstructor;
|
|
445
445
|
wrapperColStyle: ObjectConstructor;
|
|
446
446
|
rowProps: ObjectConstructor;
|
|
447
|
-
rowClass: (
|
|
448
|
-
contentClass: (
|
|
447
|
+
rowClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
448
|
+
contentClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
449
449
|
contentFlex: {
|
|
450
450
|
type: BooleanConstructor;
|
|
451
451
|
default: boolean;
|
|
@@ -474,7 +474,7 @@ declare const Form: {
|
|
|
474
474
|
showColon: boolean;
|
|
475
475
|
asteriskPosition: string;
|
|
476
476
|
noStyle: boolean;
|
|
477
|
-
validateTrigger: "focus" | "
|
|
477
|
+
validateTrigger: "focus" | "blur" | "input" | "change" | ("focus" | "blur" | "input" | "change")[];
|
|
478
478
|
hideLabel: boolean;
|
|
479
479
|
hideAsterisk: boolean;
|
|
480
480
|
contentFlex: boolean;
|
|
@@ -532,9 +532,9 @@ declare const Form: {
|
|
|
532
532
|
default: boolean;
|
|
533
533
|
};
|
|
534
534
|
}>> & Readonly<{}>, {
|
|
535
|
+
div: boolean;
|
|
535
536
|
wrap: boolean;
|
|
536
537
|
justify: "space-around" | "space-between" | "center" | "end" | "start";
|
|
537
|
-
div: boolean;
|
|
538
538
|
align: "stretch" | "center" | "end" | "start";
|
|
539
539
|
gutter: number | import("..").ResponsiveValue | [number | import("..").ResponsiveValue, number | import("..").ResponsiveValue];
|
|
540
540
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -716,7 +716,7 @@ declare const Form: {
|
|
|
716
716
|
};
|
|
717
717
|
content: StringConstructor;
|
|
718
718
|
position: {
|
|
719
|
-
type: import("vue").PropType<"
|
|
719
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
720
720
|
default: string;
|
|
721
721
|
};
|
|
722
722
|
mini: {
|
|
@@ -756,10 +756,10 @@ declare const Form: {
|
|
|
756
756
|
'update:popupVisible': (visible: boolean) => true;
|
|
757
757
|
popupVisibleChange: (visible: boolean) => true;
|
|
758
758
|
}, import("vue").PublicProps, {
|
|
759
|
+
mini: boolean;
|
|
759
760
|
popupVisible: boolean;
|
|
760
761
|
defaultPopupVisible: boolean;
|
|
761
|
-
position: "
|
|
762
|
-
mini: boolean;
|
|
762
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
763
763
|
}, true, {}, {}, {
|
|
764
764
|
Trigger: {
|
|
765
765
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -772,11 +772,11 @@ declare const Form: {
|
|
|
772
772
|
default: boolean;
|
|
773
773
|
};
|
|
774
774
|
trigger: {
|
|
775
|
-
type: import("vue").PropType<"
|
|
775
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
776
776
|
default: string;
|
|
777
777
|
};
|
|
778
778
|
position: {
|
|
779
|
-
type: import("vue").PropType<"
|
|
779
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
780
780
|
default: string;
|
|
781
781
|
};
|
|
782
782
|
disabled: {
|
|
@@ -819,13 +819,13 @@ declare const Form: {
|
|
|
819
819
|
default: boolean;
|
|
820
820
|
};
|
|
821
821
|
contentClass: {
|
|
822
|
-
type: (
|
|
822
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
823
823
|
};
|
|
824
824
|
contentStyle: {
|
|
825
825
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
826
826
|
};
|
|
827
827
|
arrowClass: {
|
|
828
|
-
type: (
|
|
828
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
829
829
|
};
|
|
830
830
|
arrowStyle: {
|
|
831
831
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -883,7 +883,7 @@ declare const Form: {
|
|
|
883
883
|
default: boolean;
|
|
884
884
|
};
|
|
885
885
|
openedClass: {
|
|
886
|
-
type: (
|
|
886
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
887
887
|
};
|
|
888
888
|
autoFitPosition: {
|
|
889
889
|
type: BooleanConstructor;
|
|
@@ -918,11 +918,11 @@ declare const Form: {
|
|
|
918
918
|
hide: () => true;
|
|
919
919
|
resize: () => true;
|
|
920
920
|
}, import("vue").PublicProps, {
|
|
921
|
+
disabled: boolean;
|
|
921
922
|
popupVisible: boolean;
|
|
922
923
|
defaultPopupVisible: boolean;
|
|
923
|
-
trigger: "
|
|
924
|
-
position: "
|
|
925
|
-
disabled: boolean;
|
|
924
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
925
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
926
926
|
popupOffset: number;
|
|
927
927
|
showArrow: boolean;
|
|
928
928
|
alignPoint: boolean;
|
|
@@ -963,11 +963,11 @@ declare const Form: {
|
|
|
963
963
|
default: boolean;
|
|
964
964
|
};
|
|
965
965
|
trigger: {
|
|
966
|
-
type: import("vue").PropType<"
|
|
966
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
967
967
|
default: string;
|
|
968
968
|
};
|
|
969
969
|
position: {
|
|
970
|
-
type: import("vue").PropType<"
|
|
970
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
971
971
|
default: string;
|
|
972
972
|
};
|
|
973
973
|
disabled: {
|
|
@@ -1010,13 +1010,13 @@ declare const Form: {
|
|
|
1010
1010
|
default: boolean;
|
|
1011
1011
|
};
|
|
1012
1012
|
contentClass: {
|
|
1013
|
-
type: (
|
|
1013
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1014
1014
|
};
|
|
1015
1015
|
contentStyle: {
|
|
1016
1016
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1017
1017
|
};
|
|
1018
1018
|
arrowClass: {
|
|
1019
|
-
type: (
|
|
1019
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1020
1020
|
};
|
|
1021
1021
|
arrowStyle: {
|
|
1022
1022
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1074,7 +1074,7 @@ declare const Form: {
|
|
|
1074
1074
|
default: boolean;
|
|
1075
1075
|
};
|
|
1076
1076
|
openedClass: {
|
|
1077
|
-
type: (
|
|
1077
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1078
1078
|
};
|
|
1079
1079
|
autoFitPosition: {
|
|
1080
1080
|
type: BooleanConstructor;
|
|
@@ -1103,11 +1103,11 @@ declare const Form: {
|
|
|
1103
1103
|
onHide?: (() => any) | undefined;
|
|
1104
1104
|
onResize?: (() => any) | undefined;
|
|
1105
1105
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1106
|
+
disabled: boolean;
|
|
1106
1107
|
popupVisible: boolean;
|
|
1107
1108
|
defaultPopupVisible: boolean;
|
|
1108
|
-
trigger: "
|
|
1109
|
-
position: "
|
|
1110
|
-
disabled: boolean;
|
|
1109
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1110
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1111
1111
|
popupOffset: number;
|
|
1112
1112
|
showArrow: boolean;
|
|
1113
1113
|
alignPoint: boolean;
|
|
@@ -1145,11 +1145,11 @@ declare const Form: {
|
|
|
1145
1145
|
default: boolean;
|
|
1146
1146
|
};
|
|
1147
1147
|
trigger: {
|
|
1148
|
-
type: import("vue").PropType<"
|
|
1148
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1149
1149
|
default: string;
|
|
1150
1150
|
};
|
|
1151
1151
|
position: {
|
|
1152
|
-
type: import("vue").PropType<"
|
|
1152
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1153
1153
|
default: string;
|
|
1154
1154
|
};
|
|
1155
1155
|
disabled: {
|
|
@@ -1192,13 +1192,13 @@ declare const Form: {
|
|
|
1192
1192
|
default: boolean;
|
|
1193
1193
|
};
|
|
1194
1194
|
contentClass: {
|
|
1195
|
-
type: (
|
|
1195
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1196
1196
|
};
|
|
1197
1197
|
contentStyle: {
|
|
1198
1198
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1199
1199
|
};
|
|
1200
1200
|
arrowClass: {
|
|
1201
|
-
type: (
|
|
1201
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1202
1202
|
};
|
|
1203
1203
|
arrowStyle: {
|
|
1204
1204
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1256,7 +1256,7 @@ declare const Form: {
|
|
|
1256
1256
|
default: boolean;
|
|
1257
1257
|
};
|
|
1258
1258
|
openedClass: {
|
|
1259
|
-
type: (
|
|
1259
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1260
1260
|
};
|
|
1261
1261
|
autoFitPosition: {
|
|
1262
1262
|
type: BooleanConstructor;
|
|
@@ -1291,11 +1291,11 @@ declare const Form: {
|
|
|
1291
1291
|
hide: () => true;
|
|
1292
1292
|
resize: () => true;
|
|
1293
1293
|
}, string, {
|
|
1294
|
+
disabled: boolean;
|
|
1294
1295
|
popupVisible: boolean;
|
|
1295
1296
|
defaultPopupVisible: boolean;
|
|
1296
|
-
trigger: "
|
|
1297
|
-
position: "
|
|
1298
|
-
disabled: boolean;
|
|
1297
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1298
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1299
1299
|
popupOffset: number;
|
|
1300
1300
|
showArrow: boolean;
|
|
1301
1301
|
alignPoint: boolean;
|
|
@@ -1340,7 +1340,7 @@ declare const Form: {
|
|
|
1340
1340
|
};
|
|
1341
1341
|
content: StringConstructor;
|
|
1342
1342
|
position: {
|
|
1343
|
-
type: import("vue").PropType<"
|
|
1343
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1344
1344
|
default: string;
|
|
1345
1345
|
};
|
|
1346
1346
|
mini: {
|
|
@@ -1377,10 +1377,10 @@ declare const Form: {
|
|
|
1377
1377
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
1378
1378
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
1379
1379
|
}, {}, {}, {}, {
|
|
1380
|
+
mini: boolean;
|
|
1380
1381
|
popupVisible: boolean;
|
|
1381
1382
|
defaultPopupVisible: boolean;
|
|
1382
|
-
position: "
|
|
1383
|
-
mini: boolean;
|
|
1383
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1384
1384
|
}>;
|
|
1385
1385
|
__isFragment?: undefined;
|
|
1386
1386
|
__isTeleport?: undefined;
|
|
@@ -1396,7 +1396,7 @@ declare const Form: {
|
|
|
1396
1396
|
};
|
|
1397
1397
|
content: StringConstructor;
|
|
1398
1398
|
position: {
|
|
1399
|
-
type: import("vue").PropType<"
|
|
1399
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1400
1400
|
default: string;
|
|
1401
1401
|
};
|
|
1402
1402
|
mini: {
|
|
@@ -1436,10 +1436,10 @@ declare const Form: {
|
|
|
1436
1436
|
'update:popupVisible': (visible: boolean) => true;
|
|
1437
1437
|
popupVisibleChange: (visible: boolean) => true;
|
|
1438
1438
|
}, string, {
|
|
1439
|
+
mini: boolean;
|
|
1439
1440
|
popupVisible: boolean;
|
|
1440
1441
|
defaultPopupVisible: boolean;
|
|
1441
|
-
position: "
|
|
1442
|
-
mini: boolean;
|
|
1442
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1443
1443
|
}, {}, string, {}, {
|
|
1444
1444
|
Trigger: {
|
|
1445
1445
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1452,11 +1452,11 @@ declare const Form: {
|
|
|
1452
1452
|
default: boolean;
|
|
1453
1453
|
};
|
|
1454
1454
|
trigger: {
|
|
1455
|
-
type: import("vue").PropType<"
|
|
1455
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1456
1456
|
default: string;
|
|
1457
1457
|
};
|
|
1458
1458
|
position: {
|
|
1459
|
-
type: import("vue").PropType<"
|
|
1459
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1460
1460
|
default: string;
|
|
1461
1461
|
};
|
|
1462
1462
|
disabled: {
|
|
@@ -1499,13 +1499,13 @@ declare const Form: {
|
|
|
1499
1499
|
default: boolean;
|
|
1500
1500
|
};
|
|
1501
1501
|
contentClass: {
|
|
1502
|
-
type: (
|
|
1502
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1503
1503
|
};
|
|
1504
1504
|
contentStyle: {
|
|
1505
1505
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1506
1506
|
};
|
|
1507
1507
|
arrowClass: {
|
|
1508
|
-
type: (
|
|
1508
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1509
1509
|
};
|
|
1510
1510
|
arrowStyle: {
|
|
1511
1511
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1563,7 +1563,7 @@ declare const Form: {
|
|
|
1563
1563
|
default: boolean;
|
|
1564
1564
|
};
|
|
1565
1565
|
openedClass: {
|
|
1566
|
-
type: (
|
|
1566
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1567
1567
|
};
|
|
1568
1568
|
autoFitPosition: {
|
|
1569
1569
|
type: BooleanConstructor;
|
|
@@ -1598,11 +1598,11 @@ declare const Form: {
|
|
|
1598
1598
|
hide: () => true;
|
|
1599
1599
|
resize: () => true;
|
|
1600
1600
|
}, import("vue").PublicProps, {
|
|
1601
|
+
disabled: boolean;
|
|
1601
1602
|
popupVisible: boolean;
|
|
1602
1603
|
defaultPopupVisible: boolean;
|
|
1603
|
-
trigger: "
|
|
1604
|
-
position: "
|
|
1605
|
-
disabled: boolean;
|
|
1604
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1605
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1606
1606
|
popupOffset: number;
|
|
1607
1607
|
showArrow: boolean;
|
|
1608
1608
|
alignPoint: boolean;
|
|
@@ -1643,11 +1643,11 @@ declare const Form: {
|
|
|
1643
1643
|
default: boolean;
|
|
1644
1644
|
};
|
|
1645
1645
|
trigger: {
|
|
1646
|
-
type: import("vue").PropType<"
|
|
1646
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1647
1647
|
default: string;
|
|
1648
1648
|
};
|
|
1649
1649
|
position: {
|
|
1650
|
-
type: import("vue").PropType<"
|
|
1650
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1651
1651
|
default: string;
|
|
1652
1652
|
};
|
|
1653
1653
|
disabled: {
|
|
@@ -1690,13 +1690,13 @@ declare const Form: {
|
|
|
1690
1690
|
default: boolean;
|
|
1691
1691
|
};
|
|
1692
1692
|
contentClass: {
|
|
1693
|
-
type: (
|
|
1693
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1694
1694
|
};
|
|
1695
1695
|
contentStyle: {
|
|
1696
1696
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1697
1697
|
};
|
|
1698
1698
|
arrowClass: {
|
|
1699
|
-
type: (
|
|
1699
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1700
1700
|
};
|
|
1701
1701
|
arrowStyle: {
|
|
1702
1702
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1754,7 +1754,7 @@ declare const Form: {
|
|
|
1754
1754
|
default: boolean;
|
|
1755
1755
|
};
|
|
1756
1756
|
openedClass: {
|
|
1757
|
-
type: (
|
|
1757
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1758
1758
|
};
|
|
1759
1759
|
autoFitPosition: {
|
|
1760
1760
|
type: BooleanConstructor;
|
|
@@ -1783,11 +1783,11 @@ declare const Form: {
|
|
|
1783
1783
|
onHide?: (() => any) | undefined;
|
|
1784
1784
|
onResize?: (() => any) | undefined;
|
|
1785
1785
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1786
|
+
disabled: boolean;
|
|
1786
1787
|
popupVisible: boolean;
|
|
1787
1788
|
defaultPopupVisible: boolean;
|
|
1788
|
-
trigger: "
|
|
1789
|
-
position: "
|
|
1790
|
-
disabled: boolean;
|
|
1789
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1790
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1791
1791
|
popupOffset: number;
|
|
1792
1792
|
showArrow: boolean;
|
|
1793
1793
|
alignPoint: boolean;
|
|
@@ -1825,11 +1825,11 @@ declare const Form: {
|
|
|
1825
1825
|
default: boolean;
|
|
1826
1826
|
};
|
|
1827
1827
|
trigger: {
|
|
1828
|
-
type: import("vue").PropType<"
|
|
1828
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1829
1829
|
default: string;
|
|
1830
1830
|
};
|
|
1831
1831
|
position: {
|
|
1832
|
-
type: import("vue").PropType<"
|
|
1832
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1833
1833
|
default: string;
|
|
1834
1834
|
};
|
|
1835
1835
|
disabled: {
|
|
@@ -1872,13 +1872,13 @@ declare const Form: {
|
|
|
1872
1872
|
default: boolean;
|
|
1873
1873
|
};
|
|
1874
1874
|
contentClass: {
|
|
1875
|
-
type: (
|
|
1875
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1876
1876
|
};
|
|
1877
1877
|
contentStyle: {
|
|
1878
1878
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1879
1879
|
};
|
|
1880
1880
|
arrowClass: {
|
|
1881
|
-
type: (
|
|
1881
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1882
1882
|
};
|
|
1883
1883
|
arrowStyle: {
|
|
1884
1884
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1936,7 +1936,7 @@ declare const Form: {
|
|
|
1936
1936
|
default: boolean;
|
|
1937
1937
|
};
|
|
1938
1938
|
openedClass: {
|
|
1939
|
-
type: (
|
|
1939
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1940
1940
|
};
|
|
1941
1941
|
autoFitPosition: {
|
|
1942
1942
|
type: BooleanConstructor;
|
|
@@ -1971,11 +1971,11 @@ declare const Form: {
|
|
|
1971
1971
|
hide: () => true;
|
|
1972
1972
|
resize: () => true;
|
|
1973
1973
|
}, string, {
|
|
1974
|
+
disabled: boolean;
|
|
1974
1975
|
popupVisible: boolean;
|
|
1975
1976
|
defaultPopupVisible: boolean;
|
|
1976
|
-
trigger: "
|
|
1977
|
-
position: "
|
|
1978
|
-
disabled: boolean;
|
|
1977
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1978
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1979
1979
|
popupOffset: number;
|
|
1980
1980
|
showArrow: boolean;
|
|
1981
1981
|
alignPoint: boolean;
|
package/es/grid/grid-row.d.ts
CHANGED
|
@@ -51,9 +51,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
default: boolean;
|
|
52
52
|
};
|
|
53
53
|
}>> & Readonly<{}>, {
|
|
54
|
+
div: boolean;
|
|
54
55
|
wrap: boolean;
|
|
55
56
|
justify: "space-around" | "space-between" | "center" | "end" | "start";
|
|
56
|
-
div: boolean;
|
|
57
57
|
align: "stretch" | "center" | "end" | "start";
|
|
58
58
|
gutter: number | ResponsiveValue | [number | ResponsiveValue, number | ResponsiveValue];
|
|
59
59
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/es/grid/index.d.ts
CHANGED
|
@@ -167,9 +167,9 @@ declare const Grid: {
|
|
|
167
167
|
default: boolean;
|
|
168
168
|
};
|
|
169
169
|
}>> & Readonly<{}>, {
|
|
170
|
+
div: boolean;
|
|
170
171
|
wrap: boolean;
|
|
171
172
|
justify: "space-around" | "space-between" | "center" | "end" | "start";
|
|
172
|
-
div: boolean;
|
|
173
173
|
align: "stretch" | "center" | "end" | "start";
|
|
174
174
|
gutter: number | import("./interface").ResponsiveValue | [number | import("./interface").ResponsiveValue, number | import("./interface").ResponsiveValue];
|
|
175
175
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|