@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/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<"focus" | "
|
|
41
|
+
type: PropType<"focus" | "blur" | "input" | "change" | ("focus" | "blur" | "input" | "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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
58
|
+
contentClass: (StringConstructor | ObjectConstructor | 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<"focus" | "
|
|
135
|
+
type: PropType<"focus" | "blur" | "input" | "change" | ("focus" | "blur" | "input" | "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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
152
|
+
contentClass: (StringConstructor | ObjectConstructor | 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: "focus" | "
|
|
181
|
+
validateTrigger: "focus" | "blur" | "input" | "change" | ("focus" | "blur" | "input" | "change")[];
|
|
182
182
|
hideLabel: boolean;
|
|
183
183
|
hideAsterisk: boolean;
|
|
184
184
|
contentFlex: boolean;
|
|
@@ -236,9 +236,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
236
236
|
default: boolean;
|
|
237
237
|
};
|
|
238
238
|
}>> & Readonly<{}>, {
|
|
239
|
+
div: boolean;
|
|
239
240
|
wrap: boolean;
|
|
240
241
|
justify: "space-around" | "space-between" | "center" | "end" | "start";
|
|
241
|
-
div: boolean;
|
|
242
242
|
align: "stretch" | "center" | "end" | "start";
|
|
243
243
|
gutter: number | import("../grid").ResponsiveValue | [number | import("../grid").ResponsiveValue, number | import("../grid").ResponsiveValue];
|
|
244
244
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -420,7 +420,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
420
420
|
};
|
|
421
421
|
content: StringConstructor;
|
|
422
422
|
position: {
|
|
423
|
-
type: PropType<"
|
|
423
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
424
424
|
default: string;
|
|
425
425
|
};
|
|
426
426
|
mini: {
|
|
@@ -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;
|
|
463
464
|
popupVisible: boolean;
|
|
464
465
|
defaultPopupVisible: boolean;
|
|
465
|
-
position: "
|
|
466
|
-
mini: boolean;
|
|
466
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
467
467
|
}, true, {}, {}, {
|
|
468
468
|
Trigger: {
|
|
469
469
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -476,11 +476,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
476
476
|
default: boolean;
|
|
477
477
|
};
|
|
478
478
|
trigger: {
|
|
479
|
-
type: PropType<"
|
|
479
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
480
480
|
default: string;
|
|
481
481
|
};
|
|
482
482
|
position: {
|
|
483
|
-
type: PropType<"
|
|
483
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
484
484
|
default: string;
|
|
485
485
|
};
|
|
486
486
|
disabled: {
|
|
@@ -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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
527
527
|
};
|
|
528
528
|
contentStyle: {
|
|
529
529
|
type: PropType<import("vue").CSSProperties>;
|
|
530
530
|
};
|
|
531
531
|
arrowClass: {
|
|
532
|
-
type: (
|
|
532
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
625
626
|
popupVisible: boolean;
|
|
626
627
|
defaultPopupVisible: boolean;
|
|
627
|
-
trigger: "
|
|
628
|
-
position: "
|
|
629
|
-
disabled: boolean;
|
|
628
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
629
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
630
630
|
popupOffset: number;
|
|
631
631
|
showArrow: boolean;
|
|
632
632
|
alignPoint: boolean;
|
|
@@ -667,11 +667,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
667
667
|
default: boolean;
|
|
668
668
|
};
|
|
669
669
|
trigger: {
|
|
670
|
-
type: PropType<"
|
|
670
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
671
671
|
default: string;
|
|
672
672
|
};
|
|
673
673
|
position: {
|
|
674
|
-
type: PropType<"
|
|
674
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
675
675
|
default: string;
|
|
676
676
|
};
|
|
677
677
|
disabled: {
|
|
@@ -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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
718
718
|
};
|
|
719
719
|
contentStyle: {
|
|
720
720
|
type: PropType<import("vue").CSSProperties>;
|
|
721
721
|
};
|
|
722
722
|
arrowClass: {
|
|
723
|
-
type: (
|
|
723
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
810
811
|
popupVisible: boolean;
|
|
811
812
|
defaultPopupVisible: boolean;
|
|
812
|
-
trigger: "
|
|
813
|
-
position: "
|
|
814
|
-
disabled: boolean;
|
|
813
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
814
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
815
815
|
popupOffset: number;
|
|
816
816
|
showArrow: boolean;
|
|
817
817
|
alignPoint: boolean;
|
|
@@ -849,11 +849,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
849
849
|
default: boolean;
|
|
850
850
|
};
|
|
851
851
|
trigger: {
|
|
852
|
-
type: PropType<"
|
|
852
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
853
853
|
default: string;
|
|
854
854
|
};
|
|
855
855
|
position: {
|
|
856
|
-
type: PropType<"
|
|
856
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
857
857
|
default: string;
|
|
858
858
|
};
|
|
859
859
|
disabled: {
|
|
@@ -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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
900
900
|
};
|
|
901
901
|
contentStyle: {
|
|
902
902
|
type: PropType<import("vue").CSSProperties>;
|
|
903
903
|
};
|
|
904
904
|
arrowClass: {
|
|
905
|
-
type: (
|
|
905
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
998
999
|
popupVisible: boolean;
|
|
999
1000
|
defaultPopupVisible: boolean;
|
|
1000
|
-
trigger: "
|
|
1001
|
-
position: "
|
|
1002
|
-
disabled: boolean;
|
|
1001
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1002
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1003
1003
|
popupOffset: number;
|
|
1004
1004
|
showArrow: boolean;
|
|
1005
1005
|
alignPoint: boolean;
|
|
@@ -1044,7 +1044,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1044
1044
|
};
|
|
1045
1045
|
content: StringConstructor;
|
|
1046
1046
|
position: {
|
|
1047
|
-
type: PropType<"
|
|
1047
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1048
1048
|
default: string;
|
|
1049
1049
|
};
|
|
1050
1050
|
mini: {
|
|
@@ -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;
|
|
1084
1085
|
popupVisible: boolean;
|
|
1085
1086
|
defaultPopupVisible: boolean;
|
|
1086
|
-
position: "
|
|
1087
|
-
mini: boolean;
|
|
1087
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1088
1088
|
}>;
|
|
1089
1089
|
__isFragment?: undefined;
|
|
1090
1090
|
__isTeleport?: undefined;
|
|
@@ -1100,7 +1100,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1100
1100
|
};
|
|
1101
1101
|
content: StringConstructor;
|
|
1102
1102
|
position: {
|
|
1103
|
-
type: PropType<"
|
|
1103
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1104
1104
|
default: string;
|
|
1105
1105
|
};
|
|
1106
1106
|
mini: {
|
|
@@ -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;
|
|
1143
1144
|
popupVisible: boolean;
|
|
1144
1145
|
defaultPopupVisible: boolean;
|
|
1145
|
-
position: "
|
|
1146
|
-
mini: boolean;
|
|
1146
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1147
1147
|
}, {}, string, {}, {
|
|
1148
1148
|
Trigger: {
|
|
1149
1149
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1156,11 +1156,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1156
1156
|
default: boolean;
|
|
1157
1157
|
};
|
|
1158
1158
|
trigger: {
|
|
1159
|
-
type: PropType<"
|
|
1159
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1160
1160
|
default: string;
|
|
1161
1161
|
};
|
|
1162
1162
|
position: {
|
|
1163
|
-
type: PropType<"
|
|
1163
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1164
1164
|
default: string;
|
|
1165
1165
|
};
|
|
1166
1166
|
disabled: {
|
|
@@ -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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1207
1207
|
};
|
|
1208
1208
|
contentStyle: {
|
|
1209
1209
|
type: PropType<import("vue").CSSProperties>;
|
|
1210
1210
|
};
|
|
1211
1211
|
arrowClass: {
|
|
1212
|
-
type: (
|
|
1212
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
1305
1306
|
popupVisible: boolean;
|
|
1306
1307
|
defaultPopupVisible: boolean;
|
|
1307
|
-
trigger: "
|
|
1308
|
-
position: "
|
|
1309
|
-
disabled: boolean;
|
|
1308
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1309
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1310
1310
|
popupOffset: number;
|
|
1311
1311
|
showArrow: boolean;
|
|
1312
1312
|
alignPoint: boolean;
|
|
@@ -1347,11 +1347,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1347
1347
|
default: boolean;
|
|
1348
1348
|
};
|
|
1349
1349
|
trigger: {
|
|
1350
|
-
type: PropType<"
|
|
1350
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1351
1351
|
default: string;
|
|
1352
1352
|
};
|
|
1353
1353
|
position: {
|
|
1354
|
-
type: PropType<"
|
|
1354
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1355
1355
|
default: string;
|
|
1356
1356
|
};
|
|
1357
1357
|
disabled: {
|
|
@@ -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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1398
1398
|
};
|
|
1399
1399
|
contentStyle: {
|
|
1400
1400
|
type: PropType<import("vue").CSSProperties>;
|
|
1401
1401
|
};
|
|
1402
1402
|
arrowClass: {
|
|
1403
|
-
type: (
|
|
1403
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
1490
1491
|
popupVisible: boolean;
|
|
1491
1492
|
defaultPopupVisible: boolean;
|
|
1492
|
-
trigger: "
|
|
1493
|
-
position: "
|
|
1494
|
-
disabled: boolean;
|
|
1493
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1494
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1495
1495
|
popupOffset: number;
|
|
1496
1496
|
showArrow: boolean;
|
|
1497
1497
|
alignPoint: boolean;
|
|
@@ -1529,11 +1529,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1529
1529
|
default: boolean;
|
|
1530
1530
|
};
|
|
1531
1531
|
trigger: {
|
|
1532
|
-
type: PropType<"
|
|
1532
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1533
1533
|
default: string;
|
|
1534
1534
|
};
|
|
1535
1535
|
position: {
|
|
1536
|
-
type: PropType<"
|
|
1536
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1537
1537
|
default: string;
|
|
1538
1538
|
};
|
|
1539
1539
|
disabled: {
|
|
@@ -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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1580
1580
|
};
|
|
1581
1581
|
contentStyle: {
|
|
1582
1582
|
type: PropType<import("vue").CSSProperties>;
|
|
1583
1583
|
};
|
|
1584
1584
|
arrowClass: {
|
|
1585
|
-
type: (
|
|
1585
|
+
type: (StringConstructor | ObjectConstructor | 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: (StringConstructor | ObjectConstructor | 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;
|
|
1678
1679
|
popupVisible: boolean;
|
|
1679
1680
|
defaultPopupVisible: boolean;
|
|
1680
|
-
trigger: "
|
|
1681
|
-
position: "
|
|
1682
|
-
disabled: boolean;
|
|
1681
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1682
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
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" | "small" | "medium" | "large">;
|
|
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" | "small" | "medium" | "large">;
|
|
94
94
|
};
|
|
95
95
|
labelColProps: {
|
|
96
96
|
type: ObjectConstructor;
|