@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
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
};
|
|
84
84
|
content: StringConstructor;
|
|
85
85
|
position: {
|
|
86
|
-
type: PropType<"
|
|
86
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
89
|
mini: {
|
|
@@ -123,10 +123,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
123
123
|
'update:popupVisible': (visible: boolean) => true;
|
|
124
124
|
popupVisibleChange: (visible: boolean) => true;
|
|
125
125
|
}, import("vue").PublicProps, {
|
|
126
|
+
mini: boolean;
|
|
126
127
|
popupVisible: boolean;
|
|
127
128
|
defaultPopupVisible: boolean;
|
|
128
|
-
position: "
|
|
129
|
-
mini: boolean;
|
|
129
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
130
130
|
}, true, {}, {}, {
|
|
131
131
|
Trigger: {
|
|
132
132
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -139,11 +139,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
139
139
|
default: boolean;
|
|
140
140
|
};
|
|
141
141
|
trigger: {
|
|
142
|
-
type: PropType<"
|
|
142
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
143
143
|
default: string;
|
|
144
144
|
};
|
|
145
145
|
position: {
|
|
146
|
-
type: PropType<"
|
|
146
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
147
147
|
default: string;
|
|
148
148
|
};
|
|
149
149
|
disabled: {
|
|
@@ -186,13 +186,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
186
186
|
default: boolean;
|
|
187
187
|
};
|
|
188
188
|
contentClass: {
|
|
189
|
-
type: (
|
|
189
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
190
190
|
};
|
|
191
191
|
contentStyle: {
|
|
192
192
|
type: PropType<import("vue").CSSProperties>;
|
|
193
193
|
};
|
|
194
194
|
arrowClass: {
|
|
195
|
-
type: (
|
|
195
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
196
196
|
};
|
|
197
197
|
arrowStyle: {
|
|
198
198
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -250,7 +250,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
250
250
|
default: boolean;
|
|
251
251
|
};
|
|
252
252
|
openedClass: {
|
|
253
|
-
type: (
|
|
253
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
254
254
|
};
|
|
255
255
|
autoFitPosition: {
|
|
256
256
|
type: BooleanConstructor;
|
|
@@ -285,11 +285,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
285
285
|
hide: () => true;
|
|
286
286
|
resize: () => true;
|
|
287
287
|
}, import("vue").PublicProps, {
|
|
288
|
+
disabled: boolean;
|
|
288
289
|
popupVisible: boolean;
|
|
289
290
|
defaultPopupVisible: boolean;
|
|
290
|
-
trigger: "
|
|
291
|
-
position: "
|
|
292
|
-
disabled: boolean;
|
|
291
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
292
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
293
293
|
popupOffset: number;
|
|
294
294
|
showArrow: boolean;
|
|
295
295
|
alignPoint: boolean;
|
|
@@ -330,11 +330,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
330
330
|
default: boolean;
|
|
331
331
|
};
|
|
332
332
|
trigger: {
|
|
333
|
-
type: PropType<"
|
|
333
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
334
334
|
default: string;
|
|
335
335
|
};
|
|
336
336
|
position: {
|
|
337
|
-
type: PropType<"
|
|
337
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
338
338
|
default: string;
|
|
339
339
|
};
|
|
340
340
|
disabled: {
|
|
@@ -377,13 +377,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
377
377
|
default: boolean;
|
|
378
378
|
};
|
|
379
379
|
contentClass: {
|
|
380
|
-
type: (
|
|
380
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
381
381
|
};
|
|
382
382
|
contentStyle: {
|
|
383
383
|
type: PropType<import("vue").CSSProperties>;
|
|
384
384
|
};
|
|
385
385
|
arrowClass: {
|
|
386
|
-
type: (
|
|
386
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
387
387
|
};
|
|
388
388
|
arrowStyle: {
|
|
389
389
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -441,7 +441,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
441
441
|
default: boolean;
|
|
442
442
|
};
|
|
443
443
|
openedClass: {
|
|
444
|
-
type: (
|
|
444
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
445
445
|
};
|
|
446
446
|
autoFitPosition: {
|
|
447
447
|
type: BooleanConstructor;
|
|
@@ -470,11 +470,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
470
470
|
onHide?: (() => any) | undefined;
|
|
471
471
|
onResize?: (() => any) | undefined;
|
|
472
472
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
473
|
+
disabled: boolean;
|
|
473
474
|
popupVisible: boolean;
|
|
474
475
|
defaultPopupVisible: boolean;
|
|
475
|
-
trigger: "
|
|
476
|
-
position: "
|
|
477
|
-
disabled: boolean;
|
|
476
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
477
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
478
478
|
popupOffset: number;
|
|
479
479
|
showArrow: boolean;
|
|
480
480
|
alignPoint: boolean;
|
|
@@ -512,11 +512,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
512
512
|
default: boolean;
|
|
513
513
|
};
|
|
514
514
|
trigger: {
|
|
515
|
-
type: PropType<"
|
|
515
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
516
516
|
default: string;
|
|
517
517
|
};
|
|
518
518
|
position: {
|
|
519
|
-
type: PropType<"
|
|
519
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
520
520
|
default: string;
|
|
521
521
|
};
|
|
522
522
|
disabled: {
|
|
@@ -559,13 +559,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
559
559
|
default: boolean;
|
|
560
560
|
};
|
|
561
561
|
contentClass: {
|
|
562
|
-
type: (
|
|
562
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
563
563
|
};
|
|
564
564
|
contentStyle: {
|
|
565
565
|
type: PropType<import("vue").CSSProperties>;
|
|
566
566
|
};
|
|
567
567
|
arrowClass: {
|
|
568
|
-
type: (
|
|
568
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
569
569
|
};
|
|
570
570
|
arrowStyle: {
|
|
571
571
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -623,7 +623,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
623
623
|
default: boolean;
|
|
624
624
|
};
|
|
625
625
|
openedClass: {
|
|
626
|
-
type: (
|
|
626
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
627
627
|
};
|
|
628
628
|
autoFitPosition: {
|
|
629
629
|
type: BooleanConstructor;
|
|
@@ -658,11 +658,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
658
658
|
hide: () => true;
|
|
659
659
|
resize: () => true;
|
|
660
660
|
}, string, {
|
|
661
|
+
disabled: boolean;
|
|
661
662
|
popupVisible: boolean;
|
|
662
663
|
defaultPopupVisible: boolean;
|
|
663
|
-
trigger: "
|
|
664
|
-
position: "
|
|
665
|
-
disabled: boolean;
|
|
664
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
665
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
666
666
|
popupOffset: number;
|
|
667
667
|
showArrow: boolean;
|
|
668
668
|
alignPoint: boolean;
|
|
@@ -707,7 +707,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
707
707
|
};
|
|
708
708
|
content: StringConstructor;
|
|
709
709
|
position: {
|
|
710
|
-
type: PropType<"
|
|
710
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
711
711
|
default: string;
|
|
712
712
|
};
|
|
713
713
|
mini: {
|
|
@@ -744,10 +744,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
744
744
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
745
745
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
746
746
|
}, {}, {}, {}, {
|
|
747
|
+
mini: boolean;
|
|
747
748
|
popupVisible: boolean;
|
|
748
749
|
defaultPopupVisible: boolean;
|
|
749
|
-
position: "
|
|
750
|
-
mini: boolean;
|
|
750
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
751
751
|
}>;
|
|
752
752
|
__isFragment?: undefined;
|
|
753
753
|
__isTeleport?: undefined;
|
|
@@ -763,7 +763,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
763
763
|
};
|
|
764
764
|
content: StringConstructor;
|
|
765
765
|
position: {
|
|
766
|
-
type: PropType<"
|
|
766
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
767
767
|
default: string;
|
|
768
768
|
};
|
|
769
769
|
mini: {
|
|
@@ -803,10 +803,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
803
803
|
'update:popupVisible': (visible: boolean) => true;
|
|
804
804
|
popupVisibleChange: (visible: boolean) => true;
|
|
805
805
|
}, string, {
|
|
806
|
+
mini: boolean;
|
|
806
807
|
popupVisible: boolean;
|
|
807
808
|
defaultPopupVisible: boolean;
|
|
808
|
-
position: "
|
|
809
|
-
mini: boolean;
|
|
809
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
810
810
|
}, {}, string, {}, {
|
|
811
811
|
Trigger: {
|
|
812
812
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -819,11 +819,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
819
819
|
default: boolean;
|
|
820
820
|
};
|
|
821
821
|
trigger: {
|
|
822
|
-
type: PropType<"
|
|
822
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
823
823
|
default: string;
|
|
824
824
|
};
|
|
825
825
|
position: {
|
|
826
|
-
type: PropType<"
|
|
826
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
827
827
|
default: string;
|
|
828
828
|
};
|
|
829
829
|
disabled: {
|
|
@@ -866,13 +866,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
866
866
|
default: boolean;
|
|
867
867
|
};
|
|
868
868
|
contentClass: {
|
|
869
|
-
type: (
|
|
869
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
870
870
|
};
|
|
871
871
|
contentStyle: {
|
|
872
872
|
type: PropType<import("vue").CSSProperties>;
|
|
873
873
|
};
|
|
874
874
|
arrowClass: {
|
|
875
|
-
type: (
|
|
875
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
876
876
|
};
|
|
877
877
|
arrowStyle: {
|
|
878
878
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -930,7 +930,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
930
930
|
default: boolean;
|
|
931
931
|
};
|
|
932
932
|
openedClass: {
|
|
933
|
-
type: (
|
|
933
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
934
934
|
};
|
|
935
935
|
autoFitPosition: {
|
|
936
936
|
type: BooleanConstructor;
|
|
@@ -965,11 +965,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
965
965
|
hide: () => true;
|
|
966
966
|
resize: () => true;
|
|
967
967
|
}, import("vue").PublicProps, {
|
|
968
|
+
disabled: boolean;
|
|
968
969
|
popupVisible: boolean;
|
|
969
970
|
defaultPopupVisible: boolean;
|
|
970
|
-
trigger: "
|
|
971
|
-
position: "
|
|
972
|
-
disabled: boolean;
|
|
971
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
972
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
973
973
|
popupOffset: number;
|
|
974
974
|
showArrow: boolean;
|
|
975
975
|
alignPoint: boolean;
|
|
@@ -1010,11 +1010,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1010
1010
|
default: boolean;
|
|
1011
1011
|
};
|
|
1012
1012
|
trigger: {
|
|
1013
|
-
type: PropType<"
|
|
1013
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1014
1014
|
default: string;
|
|
1015
1015
|
};
|
|
1016
1016
|
position: {
|
|
1017
|
-
type: PropType<"
|
|
1017
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1018
1018
|
default: string;
|
|
1019
1019
|
};
|
|
1020
1020
|
disabled: {
|
|
@@ -1057,13 +1057,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1057
1057
|
default: boolean;
|
|
1058
1058
|
};
|
|
1059
1059
|
contentClass: {
|
|
1060
|
-
type: (
|
|
1060
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1061
1061
|
};
|
|
1062
1062
|
contentStyle: {
|
|
1063
1063
|
type: PropType<import("vue").CSSProperties>;
|
|
1064
1064
|
};
|
|
1065
1065
|
arrowClass: {
|
|
1066
|
-
type: (
|
|
1066
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1067
1067
|
};
|
|
1068
1068
|
arrowStyle: {
|
|
1069
1069
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1121,7 +1121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1121
1121
|
default: boolean;
|
|
1122
1122
|
};
|
|
1123
1123
|
openedClass: {
|
|
1124
|
-
type: (
|
|
1124
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1125
1125
|
};
|
|
1126
1126
|
autoFitPosition: {
|
|
1127
1127
|
type: BooleanConstructor;
|
|
@@ -1150,11 +1150,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1150
1150
|
onHide?: (() => any) | undefined;
|
|
1151
1151
|
onResize?: (() => any) | undefined;
|
|
1152
1152
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1153
|
+
disabled: boolean;
|
|
1153
1154
|
popupVisible: boolean;
|
|
1154
1155
|
defaultPopupVisible: boolean;
|
|
1155
|
-
trigger: "
|
|
1156
|
-
position: "
|
|
1157
|
-
disabled: boolean;
|
|
1156
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1157
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1158
1158
|
popupOffset: number;
|
|
1159
1159
|
showArrow: boolean;
|
|
1160
1160
|
alignPoint: boolean;
|
|
@@ -1192,11 +1192,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1192
1192
|
default: boolean;
|
|
1193
1193
|
};
|
|
1194
1194
|
trigger: {
|
|
1195
|
-
type: PropType<"
|
|
1195
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1196
1196
|
default: string;
|
|
1197
1197
|
};
|
|
1198
1198
|
position: {
|
|
1199
|
-
type: PropType<"
|
|
1199
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1200
1200
|
default: string;
|
|
1201
1201
|
};
|
|
1202
1202
|
disabled: {
|
|
@@ -1239,13 +1239,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1239
1239
|
default: boolean;
|
|
1240
1240
|
};
|
|
1241
1241
|
contentClass: {
|
|
1242
|
-
type: (
|
|
1242
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1243
1243
|
};
|
|
1244
1244
|
contentStyle: {
|
|
1245
1245
|
type: PropType<import("vue").CSSProperties>;
|
|
1246
1246
|
};
|
|
1247
1247
|
arrowClass: {
|
|
1248
|
-
type: (
|
|
1248
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1249
1249
|
};
|
|
1250
1250
|
arrowStyle: {
|
|
1251
1251
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1303,7 +1303,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1303
1303
|
default: boolean;
|
|
1304
1304
|
};
|
|
1305
1305
|
openedClass: {
|
|
1306
|
-
type: (
|
|
1306
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1307
1307
|
};
|
|
1308
1308
|
autoFitPosition: {
|
|
1309
1309
|
type: BooleanConstructor;
|
|
@@ -1338,11 +1338,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1338
1338
|
hide: () => true;
|
|
1339
1339
|
resize: () => true;
|
|
1340
1340
|
}, string, {
|
|
1341
|
+
disabled: boolean;
|
|
1341
1342
|
popupVisible: boolean;
|
|
1342
1343
|
defaultPopupVisible: boolean;
|
|
1343
|
-
trigger: "
|
|
1344
|
-
position: "
|
|
1345
|
-
disabled: boolean;
|
|
1344
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1345
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1346
1346
|
popupOffset: number;
|
|
1347
1347
|
showArrow: boolean;
|
|
1348
1348
|
alignPoint: boolean;
|
|
@@ -83,13 +83,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
parser: {
|
|
84
84
|
type: FunctionConstructor;
|
|
85
85
|
};
|
|
86
|
+
showGroupSeparator: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
86
90
|
placeholder: StringConstructor;
|
|
87
91
|
hideButton: {
|
|
88
92
|
type: BooleanConstructor;
|
|
89
93
|
default: boolean;
|
|
90
94
|
};
|
|
91
95
|
size: {
|
|
92
|
-
type: PropType<"mini" | "
|
|
96
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
93
97
|
};
|
|
94
98
|
allowClear: {
|
|
95
99
|
type: BooleanConstructor;
|
|
@@ -112,10 +116,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
112
116
|
};
|
|
113
117
|
}>> & Readonly<{
|
|
114
118
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
115
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
116
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
117
119
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
120
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
118
121
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
122
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
119
123
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
120
124
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
121
125
|
}>, {
|
|
@@ -134,10 +138,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
134
138
|
keydown: (ev: KeyboardEvent) => true;
|
|
135
139
|
}, import("vue").PublicProps, {
|
|
136
140
|
disabled: boolean;
|
|
137
|
-
mode: "button" | "embed";
|
|
138
141
|
error: boolean;
|
|
139
142
|
allowClear: boolean;
|
|
143
|
+
mode: "button" | "embed";
|
|
140
144
|
keyboard: boolean;
|
|
145
|
+
showGroupSeparator: boolean;
|
|
141
146
|
max: number;
|
|
142
147
|
step: number;
|
|
143
148
|
min: number;
|
|
@@ -185,13 +190,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
185
190
|
parser: {
|
|
186
191
|
type: FunctionConstructor;
|
|
187
192
|
};
|
|
193
|
+
showGroupSeparator: {
|
|
194
|
+
type: BooleanConstructor;
|
|
195
|
+
default: boolean;
|
|
196
|
+
};
|
|
188
197
|
placeholder: StringConstructor;
|
|
189
198
|
hideButton: {
|
|
190
199
|
type: BooleanConstructor;
|
|
191
200
|
default: boolean;
|
|
192
201
|
};
|
|
193
202
|
size: {
|
|
194
|
-
type: PropType<"mini" | "
|
|
203
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
195
204
|
};
|
|
196
205
|
allowClear: {
|
|
197
206
|
type: BooleanConstructor;
|
|
@@ -214,10 +223,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
214
223
|
};
|
|
215
224
|
}>> & Readonly<{
|
|
216
225
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
217
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
218
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
219
226
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
227
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
220
228
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
229
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
221
230
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
222
231
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
223
232
|
}>, {
|
|
@@ -228,10 +237,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
228
237
|
blur(): void;
|
|
229
238
|
}, {
|
|
230
239
|
disabled: boolean;
|
|
231
|
-
mode: "button" | "embed";
|
|
232
240
|
error: boolean;
|
|
233
241
|
allowClear: boolean;
|
|
242
|
+
mode: "button" | "embed";
|
|
234
243
|
keyboard: boolean;
|
|
244
|
+
showGroupSeparator: boolean;
|
|
235
245
|
max: number;
|
|
236
246
|
step: number;
|
|
237
247
|
min: number;
|
|
@@ -276,13 +286,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
276
286
|
parser: {
|
|
277
287
|
type: FunctionConstructor;
|
|
278
288
|
};
|
|
289
|
+
showGroupSeparator: {
|
|
290
|
+
type: BooleanConstructor;
|
|
291
|
+
default: boolean;
|
|
292
|
+
};
|
|
279
293
|
placeholder: StringConstructor;
|
|
280
294
|
hideButton: {
|
|
281
295
|
type: BooleanConstructor;
|
|
282
296
|
default: boolean;
|
|
283
297
|
};
|
|
284
298
|
size: {
|
|
285
|
-
type: PropType<"mini" | "
|
|
299
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
286
300
|
};
|
|
287
301
|
allowClear: {
|
|
288
302
|
type: BooleanConstructor;
|
|
@@ -305,10 +319,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
305
319
|
};
|
|
306
320
|
}>> & Readonly<{
|
|
307
321
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
308
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
309
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
310
322
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
323
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
311
324
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
325
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
312
326
|
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
313
327
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
314
328
|
}>, {
|
|
@@ -327,10 +341,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
327
341
|
keydown: (ev: KeyboardEvent) => true;
|
|
328
342
|
}, string, {
|
|
329
343
|
disabled: boolean;
|
|
330
|
-
mode: "button" | "embed";
|
|
331
344
|
error: boolean;
|
|
332
345
|
allowClear: boolean;
|
|
346
|
+
mode: "button" | "embed";
|
|
333
347
|
keyboard: boolean;
|
|
348
|
+
showGroupSeparator: boolean;
|
|
334
349
|
max: number;
|
|
335
350
|
step: number;
|
|
336
351
|
min: number;
|