@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
|
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
72
72
|
};
|
|
73
73
|
content: StringConstructor;
|
|
74
74
|
position: {
|
|
75
|
-
type: PropType<"
|
|
75
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
76
76
|
default: string;
|
|
77
77
|
};
|
|
78
78
|
mini: {
|
|
@@ -112,10 +112,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
112
112
|
'update:popupVisible': (visible: boolean) => true;
|
|
113
113
|
popupVisibleChange: (visible: boolean) => true;
|
|
114
114
|
}, import("vue").PublicProps, {
|
|
115
|
+
mini: boolean;
|
|
115
116
|
popupVisible: boolean;
|
|
116
117
|
defaultPopupVisible: boolean;
|
|
117
|
-
position: "
|
|
118
|
-
mini: boolean;
|
|
118
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
119
119
|
}, true, {}, {}, {
|
|
120
120
|
Trigger: {
|
|
121
121
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -128,11 +128,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
128
128
|
default: boolean;
|
|
129
129
|
};
|
|
130
130
|
trigger: {
|
|
131
|
-
type: PropType<"
|
|
131
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
132
132
|
default: string;
|
|
133
133
|
};
|
|
134
134
|
position: {
|
|
135
|
-
type: PropType<"
|
|
135
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
136
136
|
default: string;
|
|
137
137
|
};
|
|
138
138
|
disabled: {
|
|
@@ -175,13 +175,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
175
175
|
default: boolean;
|
|
176
176
|
};
|
|
177
177
|
contentClass: {
|
|
178
|
-
type: (
|
|
178
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
179
179
|
};
|
|
180
180
|
contentStyle: {
|
|
181
181
|
type: PropType<import("vue").CSSProperties>;
|
|
182
182
|
};
|
|
183
183
|
arrowClass: {
|
|
184
|
-
type: (
|
|
184
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
185
185
|
};
|
|
186
186
|
arrowStyle: {
|
|
187
187
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -239,7 +239,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
239
239
|
default: boolean;
|
|
240
240
|
};
|
|
241
241
|
openedClass: {
|
|
242
|
-
type: (
|
|
242
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
243
243
|
};
|
|
244
244
|
autoFitPosition: {
|
|
245
245
|
type: BooleanConstructor;
|
|
@@ -274,11 +274,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
274
274
|
hide: () => true;
|
|
275
275
|
resize: () => true;
|
|
276
276
|
}, import("vue").PublicProps, {
|
|
277
|
+
disabled: boolean;
|
|
277
278
|
popupVisible: boolean;
|
|
278
279
|
defaultPopupVisible: boolean;
|
|
279
|
-
trigger: "
|
|
280
|
-
position: "
|
|
281
|
-
disabled: boolean;
|
|
280
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
281
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
282
282
|
popupOffset: number;
|
|
283
283
|
showArrow: boolean;
|
|
284
284
|
alignPoint: boolean;
|
|
@@ -319,11 +319,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
319
319
|
default: boolean;
|
|
320
320
|
};
|
|
321
321
|
trigger: {
|
|
322
|
-
type: PropType<"
|
|
322
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
323
323
|
default: string;
|
|
324
324
|
};
|
|
325
325
|
position: {
|
|
326
|
-
type: PropType<"
|
|
326
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
327
327
|
default: string;
|
|
328
328
|
};
|
|
329
329
|
disabled: {
|
|
@@ -366,13 +366,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
366
366
|
default: boolean;
|
|
367
367
|
};
|
|
368
368
|
contentClass: {
|
|
369
|
-
type: (
|
|
369
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
370
370
|
};
|
|
371
371
|
contentStyle: {
|
|
372
372
|
type: PropType<import("vue").CSSProperties>;
|
|
373
373
|
};
|
|
374
374
|
arrowClass: {
|
|
375
|
-
type: (
|
|
375
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
376
376
|
};
|
|
377
377
|
arrowStyle: {
|
|
378
378
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -430,7 +430,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
430
430
|
default: boolean;
|
|
431
431
|
};
|
|
432
432
|
openedClass: {
|
|
433
|
-
type: (
|
|
433
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
434
434
|
};
|
|
435
435
|
autoFitPosition: {
|
|
436
436
|
type: BooleanConstructor;
|
|
@@ -459,11 +459,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
459
459
|
onHide?: (() => any) | undefined;
|
|
460
460
|
onResize?: (() => any) | undefined;
|
|
461
461
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
462
|
+
disabled: boolean;
|
|
462
463
|
popupVisible: boolean;
|
|
463
464
|
defaultPopupVisible: boolean;
|
|
464
|
-
trigger: "
|
|
465
|
-
position: "
|
|
466
|
-
disabled: boolean;
|
|
465
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
466
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
467
467
|
popupOffset: number;
|
|
468
468
|
showArrow: boolean;
|
|
469
469
|
alignPoint: boolean;
|
|
@@ -501,11 +501,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
501
501
|
default: boolean;
|
|
502
502
|
};
|
|
503
503
|
trigger: {
|
|
504
|
-
type: PropType<"
|
|
504
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
505
505
|
default: string;
|
|
506
506
|
};
|
|
507
507
|
position: {
|
|
508
|
-
type: PropType<"
|
|
508
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
509
509
|
default: string;
|
|
510
510
|
};
|
|
511
511
|
disabled: {
|
|
@@ -548,13 +548,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
548
548
|
default: boolean;
|
|
549
549
|
};
|
|
550
550
|
contentClass: {
|
|
551
|
-
type: (
|
|
551
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
552
552
|
};
|
|
553
553
|
contentStyle: {
|
|
554
554
|
type: PropType<import("vue").CSSProperties>;
|
|
555
555
|
};
|
|
556
556
|
arrowClass: {
|
|
557
|
-
type: (
|
|
557
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
558
558
|
};
|
|
559
559
|
arrowStyle: {
|
|
560
560
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -612,7 +612,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
612
612
|
default: boolean;
|
|
613
613
|
};
|
|
614
614
|
openedClass: {
|
|
615
|
-
type: (
|
|
615
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
616
616
|
};
|
|
617
617
|
autoFitPosition: {
|
|
618
618
|
type: BooleanConstructor;
|
|
@@ -647,11 +647,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
647
647
|
hide: () => true;
|
|
648
648
|
resize: () => true;
|
|
649
649
|
}, string, {
|
|
650
|
+
disabled: boolean;
|
|
650
651
|
popupVisible: boolean;
|
|
651
652
|
defaultPopupVisible: boolean;
|
|
652
|
-
trigger: "
|
|
653
|
-
position: "
|
|
654
|
-
disabled: boolean;
|
|
653
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
654
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
655
655
|
popupOffset: number;
|
|
656
656
|
showArrow: boolean;
|
|
657
657
|
alignPoint: boolean;
|
|
@@ -696,7 +696,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
696
696
|
};
|
|
697
697
|
content: StringConstructor;
|
|
698
698
|
position: {
|
|
699
|
-
type: PropType<"
|
|
699
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
700
700
|
default: string;
|
|
701
701
|
};
|
|
702
702
|
mini: {
|
|
@@ -733,10 +733,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
733
733
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
734
734
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
735
735
|
}, {}, {}, {}, {
|
|
736
|
+
mini: boolean;
|
|
736
737
|
popupVisible: boolean;
|
|
737
738
|
defaultPopupVisible: boolean;
|
|
738
|
-
position: "
|
|
739
|
-
mini: boolean;
|
|
739
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
740
740
|
}>;
|
|
741
741
|
__isFragment?: undefined;
|
|
742
742
|
__isTeleport?: undefined;
|
|
@@ -752,7 +752,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
752
752
|
};
|
|
753
753
|
content: StringConstructor;
|
|
754
754
|
position: {
|
|
755
|
-
type: PropType<"
|
|
755
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
756
756
|
default: string;
|
|
757
757
|
};
|
|
758
758
|
mini: {
|
|
@@ -792,10 +792,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
792
792
|
'update:popupVisible': (visible: boolean) => true;
|
|
793
793
|
popupVisibleChange: (visible: boolean) => true;
|
|
794
794
|
}, string, {
|
|
795
|
+
mini: boolean;
|
|
795
796
|
popupVisible: boolean;
|
|
796
797
|
defaultPopupVisible: boolean;
|
|
797
|
-
position: "
|
|
798
|
-
mini: boolean;
|
|
798
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
799
799
|
}, {}, string, {}, {
|
|
800
800
|
Trigger: {
|
|
801
801
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -808,11 +808,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
808
808
|
default: boolean;
|
|
809
809
|
};
|
|
810
810
|
trigger: {
|
|
811
|
-
type: PropType<"
|
|
811
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
812
812
|
default: string;
|
|
813
813
|
};
|
|
814
814
|
position: {
|
|
815
|
-
type: PropType<"
|
|
815
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
816
816
|
default: string;
|
|
817
817
|
};
|
|
818
818
|
disabled: {
|
|
@@ -855,13 +855,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
855
855
|
default: boolean;
|
|
856
856
|
};
|
|
857
857
|
contentClass: {
|
|
858
|
-
type: (
|
|
858
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
859
859
|
};
|
|
860
860
|
contentStyle: {
|
|
861
861
|
type: PropType<import("vue").CSSProperties>;
|
|
862
862
|
};
|
|
863
863
|
arrowClass: {
|
|
864
|
-
type: (
|
|
864
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
865
865
|
};
|
|
866
866
|
arrowStyle: {
|
|
867
867
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -919,7 +919,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
919
919
|
default: boolean;
|
|
920
920
|
};
|
|
921
921
|
openedClass: {
|
|
922
|
-
type: (
|
|
922
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
923
923
|
};
|
|
924
924
|
autoFitPosition: {
|
|
925
925
|
type: BooleanConstructor;
|
|
@@ -954,11 +954,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
954
954
|
hide: () => true;
|
|
955
955
|
resize: () => true;
|
|
956
956
|
}, import("vue").PublicProps, {
|
|
957
|
+
disabled: boolean;
|
|
957
958
|
popupVisible: boolean;
|
|
958
959
|
defaultPopupVisible: boolean;
|
|
959
|
-
trigger: "
|
|
960
|
-
position: "
|
|
961
|
-
disabled: boolean;
|
|
960
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
961
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
962
962
|
popupOffset: number;
|
|
963
963
|
showArrow: boolean;
|
|
964
964
|
alignPoint: boolean;
|
|
@@ -999,11 +999,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
999
999
|
default: boolean;
|
|
1000
1000
|
};
|
|
1001
1001
|
trigger: {
|
|
1002
|
-
type: PropType<"
|
|
1002
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1003
1003
|
default: string;
|
|
1004
1004
|
};
|
|
1005
1005
|
position: {
|
|
1006
|
-
type: PropType<"
|
|
1006
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1007
1007
|
default: string;
|
|
1008
1008
|
};
|
|
1009
1009
|
disabled: {
|
|
@@ -1046,13 +1046,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1046
1046
|
default: boolean;
|
|
1047
1047
|
};
|
|
1048
1048
|
contentClass: {
|
|
1049
|
-
type: (
|
|
1049
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1050
1050
|
};
|
|
1051
1051
|
contentStyle: {
|
|
1052
1052
|
type: PropType<import("vue").CSSProperties>;
|
|
1053
1053
|
};
|
|
1054
1054
|
arrowClass: {
|
|
1055
|
-
type: (
|
|
1055
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1056
1056
|
};
|
|
1057
1057
|
arrowStyle: {
|
|
1058
1058
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1110,7 +1110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1110
1110
|
default: boolean;
|
|
1111
1111
|
};
|
|
1112
1112
|
openedClass: {
|
|
1113
|
-
type: (
|
|
1113
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1114
1114
|
};
|
|
1115
1115
|
autoFitPosition: {
|
|
1116
1116
|
type: BooleanConstructor;
|
|
@@ -1139,11 +1139,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1139
1139
|
onHide?: (() => any) | undefined;
|
|
1140
1140
|
onResize?: (() => any) | undefined;
|
|
1141
1141
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1142
|
+
disabled: boolean;
|
|
1142
1143
|
popupVisible: boolean;
|
|
1143
1144
|
defaultPopupVisible: boolean;
|
|
1144
|
-
trigger: "
|
|
1145
|
-
position: "
|
|
1146
|
-
disabled: boolean;
|
|
1145
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1146
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1147
1147
|
popupOffset: number;
|
|
1148
1148
|
showArrow: boolean;
|
|
1149
1149
|
alignPoint: boolean;
|
|
@@ -1181,11 +1181,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1181
1181
|
default: boolean;
|
|
1182
1182
|
};
|
|
1183
1183
|
trigger: {
|
|
1184
|
-
type: PropType<"
|
|
1184
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1185
1185
|
default: string;
|
|
1186
1186
|
};
|
|
1187
1187
|
position: {
|
|
1188
|
-
type: PropType<"
|
|
1188
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1189
1189
|
default: string;
|
|
1190
1190
|
};
|
|
1191
1191
|
disabled: {
|
|
@@ -1228,13 +1228,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1228
1228
|
default: boolean;
|
|
1229
1229
|
};
|
|
1230
1230
|
contentClass: {
|
|
1231
|
-
type: (
|
|
1231
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1232
1232
|
};
|
|
1233
1233
|
contentStyle: {
|
|
1234
1234
|
type: PropType<import("vue").CSSProperties>;
|
|
1235
1235
|
};
|
|
1236
1236
|
arrowClass: {
|
|
1237
|
-
type: (
|
|
1237
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1238
1238
|
};
|
|
1239
1239
|
arrowStyle: {
|
|
1240
1240
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1292,7 +1292,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1292
1292
|
default: boolean;
|
|
1293
1293
|
};
|
|
1294
1294
|
openedClass: {
|
|
1295
|
-
type: (
|
|
1295
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1296
1296
|
};
|
|
1297
1297
|
autoFitPosition: {
|
|
1298
1298
|
type: BooleanConstructor;
|
|
@@ -1327,11 +1327,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1327
1327
|
hide: () => true;
|
|
1328
1328
|
resize: () => true;
|
|
1329
1329
|
}, string, {
|
|
1330
|
+
disabled: boolean;
|
|
1330
1331
|
popupVisible: boolean;
|
|
1331
1332
|
defaultPopupVisible: boolean;
|
|
1332
|
-
trigger: "
|
|
1333
|
-
position: "
|
|
1334
|
-
disabled: boolean;
|
|
1333
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1334
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1335
1335
|
popupOffset: number;
|
|
1336
1336
|
showArrow: boolean;
|
|
1337
1337
|
alignPoint: boolean;
|
package/es/input/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ declare const Input: {
|
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
size: {
|
|
15
|
-
type: import("vue").PropType<"mini" | "
|
|
15
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
16
16
|
};
|
|
17
17
|
allowClear: {
|
|
18
18
|
type: BooleanConstructor;
|
|
@@ -59,10 +59,10 @@ declare const Input: {
|
|
|
59
59
|
append: StringConstructor;
|
|
60
60
|
}>> & Readonly<{
|
|
61
61
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
62
|
-
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
63
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
64
62
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
63
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
65
64
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
65
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
66
66
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
67
67
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
68
68
|
}>, {
|
|
@@ -81,10 +81,10 @@ declare const Input: {
|
|
|
81
81
|
blur: (ev: FocusEvent) => true;
|
|
82
82
|
}, import("vue").PublicProps, {
|
|
83
83
|
disabled: boolean;
|
|
84
|
-
type: "text" | "password";
|
|
85
84
|
error: boolean;
|
|
86
85
|
defaultValue: string;
|
|
87
86
|
readonly: boolean;
|
|
87
|
+
type: "text" | "password";
|
|
88
88
|
allowClear: boolean;
|
|
89
89
|
maxLength: number | {
|
|
90
90
|
length: number;
|
|
@@ -105,7 +105,7 @@ declare const Input: {
|
|
|
105
105
|
default: string;
|
|
106
106
|
};
|
|
107
107
|
size: {
|
|
108
|
-
type: import("vue").PropType<"mini" | "
|
|
108
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
109
109
|
};
|
|
110
110
|
allowClear: {
|
|
111
111
|
type: BooleanConstructor;
|
|
@@ -152,10 +152,10 @@ declare const Input: {
|
|
|
152
152
|
append: StringConstructor;
|
|
153
153
|
}>> & Readonly<{
|
|
154
154
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
155
|
-
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
156
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
157
155
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
156
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
158
157
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
158
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
159
159
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
160
160
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
161
161
|
}>, {
|
|
@@ -166,10 +166,10 @@ declare const Input: {
|
|
|
166
166
|
blur(): void;
|
|
167
167
|
}, {
|
|
168
168
|
disabled: boolean;
|
|
169
|
-
type: "text" | "password";
|
|
170
169
|
error: boolean;
|
|
171
170
|
defaultValue: string;
|
|
172
171
|
readonly: boolean;
|
|
172
|
+
type: "text" | "password";
|
|
173
173
|
allowClear: boolean;
|
|
174
174
|
maxLength: number | {
|
|
175
175
|
length: number;
|
|
@@ -187,7 +187,7 @@ declare const Input: {
|
|
|
187
187
|
default: string;
|
|
188
188
|
};
|
|
189
189
|
size: {
|
|
190
|
-
type: import("vue").PropType<"mini" | "
|
|
190
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
191
191
|
};
|
|
192
192
|
allowClear: {
|
|
193
193
|
type: BooleanConstructor;
|
|
@@ -234,10 +234,10 @@ declare const Input: {
|
|
|
234
234
|
append: StringConstructor;
|
|
235
235
|
}>> & Readonly<{
|
|
236
236
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
237
|
-
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
238
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
239
237
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
238
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
240
239
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
240
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
241
241
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
242
242
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
243
243
|
}>, {
|
|
@@ -256,10 +256,10 @@ declare const Input: {
|
|
|
256
256
|
blur: (ev: FocusEvent) => true;
|
|
257
257
|
}, string, {
|
|
258
258
|
disabled: boolean;
|
|
259
|
-
type: "text" | "password";
|
|
260
259
|
error: boolean;
|
|
261
260
|
defaultValue: string;
|
|
262
261
|
readonly: boolean;
|
|
262
|
+
type: "text" | "password";
|
|
263
263
|
allowClear: boolean;
|
|
264
264
|
maxLength: number | {
|
|
265
265
|
length: number;
|
|
@@ -281,7 +281,7 @@ declare const Input: {
|
|
|
281
281
|
default: boolean;
|
|
282
282
|
};
|
|
283
283
|
size: {
|
|
284
|
-
type: import("vue").PropType<"mini" | "
|
|
284
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
285
285
|
};
|
|
286
286
|
buttonText: {
|
|
287
287
|
type: StringConstructor;
|
|
@@ -311,7 +311,7 @@ declare const Input: {
|
|
|
311
311
|
default: boolean;
|
|
312
312
|
};
|
|
313
313
|
size: {
|
|
314
|
-
type: import("vue").PropType<"mini" | "
|
|
314
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
315
315
|
};
|
|
316
316
|
buttonText: {
|
|
317
317
|
type: StringConstructor;
|
|
@@ -374,7 +374,7 @@ declare const Input: {
|
|
|
374
374
|
type: StringConstructor;
|
|
375
375
|
};
|
|
376
376
|
size: {
|
|
377
|
-
type: import("vue").PropType<"mini" | "
|
|
377
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
378
378
|
default: string;
|
|
379
379
|
};
|
|
380
380
|
disabled: {
|
|
@@ -388,7 +388,7 @@ declare const Input: {
|
|
|
388
388
|
type: StringConstructor;
|
|
389
389
|
};
|
|
390
390
|
size: {
|
|
391
|
-
type: import("vue").PropType<"mini" | "
|
|
391
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
392
392
|
default: string;
|
|
393
393
|
};
|
|
394
394
|
disabled: {
|
|
@@ -396,8 +396,8 @@ declare const Input: {
|
|
|
396
396
|
default: boolean;
|
|
397
397
|
};
|
|
398
398
|
}>> & Readonly<{}>, {
|
|
399
|
+
size: "mini" | "small" | "medium" | "large";
|
|
399
400
|
disabled: boolean;
|
|
400
|
-
size: "mini" | "medium" | "large" | "small";
|
|
401
401
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
402
402
|
AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
403
403
|
modelValue: StringConstructor;
|
|
@@ -406,7 +406,7 @@ declare const Input: {
|
|
|
406
406
|
default: string;
|
|
407
407
|
};
|
|
408
408
|
size: {
|
|
409
|
-
type: import("vue").PropType<"mini" | "
|
|
409
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
410
410
|
};
|
|
411
411
|
allowClear: {
|
|
412
412
|
type: BooleanConstructor;
|
|
@@ -472,7 +472,7 @@ declare const Input: {
|
|
|
472
472
|
default: string;
|
|
473
473
|
};
|
|
474
474
|
size: {
|
|
475
|
-
type: import("vue").PropType<"mini" | "
|
|
475
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
476
476
|
};
|
|
477
477
|
allowClear: {
|
|
478
478
|
type: BooleanConstructor;
|
|
@@ -519,18 +519,18 @@ declare const Input: {
|
|
|
519
519
|
append: StringConstructor;
|
|
520
520
|
}>> & Readonly<{
|
|
521
521
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
522
|
-
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
523
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
524
522
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
523
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
525
524
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
525
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
526
526
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
527
527
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
528
528
|
}>, {
|
|
529
529
|
disabled: boolean;
|
|
530
|
-
type: "text" | "password";
|
|
531
530
|
error: boolean;
|
|
532
531
|
defaultValue: string;
|
|
533
532
|
readonly: boolean;
|
|
533
|
+
type: "text" | "password";
|
|
534
534
|
allowClear: boolean;
|
|
535
535
|
maxLength: number | {
|
|
536
536
|
length: number;
|