@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
|
@@ -54,7 +54,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
54
54
|
};
|
|
55
55
|
content: StringConstructor;
|
|
56
56
|
position: {
|
|
57
|
-
type: import("vue").PropType<"
|
|
57
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
60
|
mini: {
|
|
@@ -94,10 +94,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
94
|
'update:popupVisible': (visible: boolean) => true;
|
|
95
95
|
popupVisibleChange: (visible: boolean) => true;
|
|
96
96
|
}, import("vue").PublicProps, {
|
|
97
|
+
mini: boolean;
|
|
97
98
|
popupVisible: boolean;
|
|
98
99
|
defaultPopupVisible: boolean;
|
|
99
|
-
position: "
|
|
100
|
-
mini: boolean;
|
|
100
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
101
101
|
}, true, {}, {}, {
|
|
102
102
|
Trigger: {
|
|
103
103
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -110,11 +110,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
110
110
|
default: boolean;
|
|
111
111
|
};
|
|
112
112
|
trigger: {
|
|
113
|
-
type: import("vue").PropType<"
|
|
113
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
114
114
|
default: string;
|
|
115
115
|
};
|
|
116
116
|
position: {
|
|
117
|
-
type: import("vue").PropType<"
|
|
117
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
118
118
|
default: string;
|
|
119
119
|
};
|
|
120
120
|
disabled: {
|
|
@@ -157,13 +157,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
157
157
|
default: boolean;
|
|
158
158
|
};
|
|
159
159
|
contentClass: {
|
|
160
|
-
type: (
|
|
160
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
161
161
|
};
|
|
162
162
|
contentStyle: {
|
|
163
163
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
164
164
|
};
|
|
165
165
|
arrowClass: {
|
|
166
|
-
type: (
|
|
166
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
167
167
|
};
|
|
168
168
|
arrowStyle: {
|
|
169
169
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -221,7 +221,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
221
221
|
default: boolean;
|
|
222
222
|
};
|
|
223
223
|
openedClass: {
|
|
224
|
-
type: (
|
|
224
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
225
225
|
};
|
|
226
226
|
autoFitPosition: {
|
|
227
227
|
type: BooleanConstructor;
|
|
@@ -256,11 +256,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
256
256
|
hide: () => true;
|
|
257
257
|
resize: () => true;
|
|
258
258
|
}, import("vue").PublicProps, {
|
|
259
|
+
disabled: boolean;
|
|
259
260
|
popupVisible: boolean;
|
|
260
261
|
defaultPopupVisible: boolean;
|
|
261
|
-
trigger: "
|
|
262
|
-
position: "
|
|
263
|
-
disabled: boolean;
|
|
262
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
263
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
264
264
|
popupOffset: number;
|
|
265
265
|
showArrow: boolean;
|
|
266
266
|
alignPoint: boolean;
|
|
@@ -301,11 +301,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
301
301
|
default: boolean;
|
|
302
302
|
};
|
|
303
303
|
trigger: {
|
|
304
|
-
type: import("vue").PropType<"
|
|
304
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
305
305
|
default: string;
|
|
306
306
|
};
|
|
307
307
|
position: {
|
|
308
|
-
type: import("vue").PropType<"
|
|
308
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
309
309
|
default: string;
|
|
310
310
|
};
|
|
311
311
|
disabled: {
|
|
@@ -348,13 +348,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
348
348
|
default: boolean;
|
|
349
349
|
};
|
|
350
350
|
contentClass: {
|
|
351
|
-
type: (
|
|
351
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
352
352
|
};
|
|
353
353
|
contentStyle: {
|
|
354
354
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
355
355
|
};
|
|
356
356
|
arrowClass: {
|
|
357
|
-
type: (
|
|
357
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
358
358
|
};
|
|
359
359
|
arrowStyle: {
|
|
360
360
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -412,7 +412,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
412
412
|
default: boolean;
|
|
413
413
|
};
|
|
414
414
|
openedClass: {
|
|
415
|
-
type: (
|
|
415
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
416
416
|
};
|
|
417
417
|
autoFitPosition: {
|
|
418
418
|
type: BooleanConstructor;
|
|
@@ -441,11 +441,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
441
441
|
onHide?: (() => any) | undefined;
|
|
442
442
|
onResize?: (() => any) | undefined;
|
|
443
443
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
444
|
+
disabled: boolean;
|
|
444
445
|
popupVisible: boolean;
|
|
445
446
|
defaultPopupVisible: boolean;
|
|
446
|
-
trigger: "
|
|
447
|
-
position: "
|
|
448
|
-
disabled: boolean;
|
|
447
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
448
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
449
449
|
popupOffset: number;
|
|
450
450
|
showArrow: boolean;
|
|
451
451
|
alignPoint: boolean;
|
|
@@ -483,11 +483,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
483
483
|
default: boolean;
|
|
484
484
|
};
|
|
485
485
|
trigger: {
|
|
486
|
-
type: import("vue").PropType<"
|
|
486
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
487
487
|
default: string;
|
|
488
488
|
};
|
|
489
489
|
position: {
|
|
490
|
-
type: import("vue").PropType<"
|
|
490
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
491
491
|
default: string;
|
|
492
492
|
};
|
|
493
493
|
disabled: {
|
|
@@ -530,13 +530,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
530
530
|
default: boolean;
|
|
531
531
|
};
|
|
532
532
|
contentClass: {
|
|
533
|
-
type: (
|
|
533
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
534
534
|
};
|
|
535
535
|
contentStyle: {
|
|
536
536
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
537
537
|
};
|
|
538
538
|
arrowClass: {
|
|
539
|
-
type: (
|
|
539
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
540
540
|
};
|
|
541
541
|
arrowStyle: {
|
|
542
542
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -594,7 +594,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
594
594
|
default: boolean;
|
|
595
595
|
};
|
|
596
596
|
openedClass: {
|
|
597
|
-
type: (
|
|
597
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
598
598
|
};
|
|
599
599
|
autoFitPosition: {
|
|
600
600
|
type: BooleanConstructor;
|
|
@@ -629,11 +629,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
629
629
|
hide: () => true;
|
|
630
630
|
resize: () => true;
|
|
631
631
|
}, string, {
|
|
632
|
+
disabled: boolean;
|
|
632
633
|
popupVisible: boolean;
|
|
633
634
|
defaultPopupVisible: boolean;
|
|
634
|
-
trigger: "
|
|
635
|
-
position: "
|
|
636
|
-
disabled: boolean;
|
|
635
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
636
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
637
637
|
popupOffset: number;
|
|
638
638
|
showArrow: boolean;
|
|
639
639
|
alignPoint: boolean;
|
|
@@ -678,7 +678,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
678
678
|
};
|
|
679
679
|
content: StringConstructor;
|
|
680
680
|
position: {
|
|
681
|
-
type: import("vue").PropType<"
|
|
681
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
682
682
|
default: string;
|
|
683
683
|
};
|
|
684
684
|
mini: {
|
|
@@ -715,10 +715,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
715
715
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
716
716
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
717
717
|
}, {}, {}, {}, {
|
|
718
|
+
mini: boolean;
|
|
718
719
|
popupVisible: boolean;
|
|
719
720
|
defaultPopupVisible: boolean;
|
|
720
|
-
position: "
|
|
721
|
-
mini: boolean;
|
|
721
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
722
722
|
}>;
|
|
723
723
|
__isFragment?: undefined;
|
|
724
724
|
__isTeleport?: undefined;
|
|
@@ -734,7 +734,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
734
734
|
};
|
|
735
735
|
content: StringConstructor;
|
|
736
736
|
position: {
|
|
737
|
-
type: import("vue").PropType<"
|
|
737
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
738
738
|
default: string;
|
|
739
739
|
};
|
|
740
740
|
mini: {
|
|
@@ -774,10 +774,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
774
774
|
'update:popupVisible': (visible: boolean) => true;
|
|
775
775
|
popupVisibleChange: (visible: boolean) => true;
|
|
776
776
|
}, string, {
|
|
777
|
+
mini: boolean;
|
|
777
778
|
popupVisible: boolean;
|
|
778
779
|
defaultPopupVisible: boolean;
|
|
779
|
-
position: "
|
|
780
|
-
mini: boolean;
|
|
780
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
781
781
|
}, {}, string, {}, {
|
|
782
782
|
Trigger: {
|
|
783
783
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -790,11 +790,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
790
790
|
default: boolean;
|
|
791
791
|
};
|
|
792
792
|
trigger: {
|
|
793
|
-
type: import("vue").PropType<"
|
|
793
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
794
794
|
default: string;
|
|
795
795
|
};
|
|
796
796
|
position: {
|
|
797
|
-
type: import("vue").PropType<"
|
|
797
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
798
798
|
default: string;
|
|
799
799
|
};
|
|
800
800
|
disabled: {
|
|
@@ -837,13 +837,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
837
837
|
default: boolean;
|
|
838
838
|
};
|
|
839
839
|
contentClass: {
|
|
840
|
-
type: (
|
|
840
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
841
841
|
};
|
|
842
842
|
contentStyle: {
|
|
843
843
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
844
844
|
};
|
|
845
845
|
arrowClass: {
|
|
846
|
-
type: (
|
|
846
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
847
847
|
};
|
|
848
848
|
arrowStyle: {
|
|
849
849
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -901,7 +901,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
901
901
|
default: boolean;
|
|
902
902
|
};
|
|
903
903
|
openedClass: {
|
|
904
|
-
type: (
|
|
904
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
905
905
|
};
|
|
906
906
|
autoFitPosition: {
|
|
907
907
|
type: BooleanConstructor;
|
|
@@ -936,11 +936,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
936
936
|
hide: () => true;
|
|
937
937
|
resize: () => true;
|
|
938
938
|
}, import("vue").PublicProps, {
|
|
939
|
+
disabled: boolean;
|
|
939
940
|
popupVisible: boolean;
|
|
940
941
|
defaultPopupVisible: boolean;
|
|
941
|
-
trigger: "
|
|
942
|
-
position: "
|
|
943
|
-
disabled: boolean;
|
|
942
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
943
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
944
944
|
popupOffset: number;
|
|
945
945
|
showArrow: boolean;
|
|
946
946
|
alignPoint: boolean;
|
|
@@ -981,11 +981,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
981
981
|
default: boolean;
|
|
982
982
|
};
|
|
983
983
|
trigger: {
|
|
984
|
-
type: import("vue").PropType<"
|
|
984
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
985
985
|
default: string;
|
|
986
986
|
};
|
|
987
987
|
position: {
|
|
988
|
-
type: import("vue").PropType<"
|
|
988
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
989
989
|
default: string;
|
|
990
990
|
};
|
|
991
991
|
disabled: {
|
|
@@ -1028,13 +1028,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1028
1028
|
default: boolean;
|
|
1029
1029
|
};
|
|
1030
1030
|
contentClass: {
|
|
1031
|
-
type: (
|
|
1031
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1032
1032
|
};
|
|
1033
1033
|
contentStyle: {
|
|
1034
1034
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1035
1035
|
};
|
|
1036
1036
|
arrowClass: {
|
|
1037
|
-
type: (
|
|
1037
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1038
1038
|
};
|
|
1039
1039
|
arrowStyle: {
|
|
1040
1040
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1092,7 +1092,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1092
1092
|
default: boolean;
|
|
1093
1093
|
};
|
|
1094
1094
|
openedClass: {
|
|
1095
|
-
type: (
|
|
1095
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1096
1096
|
};
|
|
1097
1097
|
autoFitPosition: {
|
|
1098
1098
|
type: BooleanConstructor;
|
|
@@ -1121,11 +1121,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1121
1121
|
onHide?: (() => any) | undefined;
|
|
1122
1122
|
onResize?: (() => any) | undefined;
|
|
1123
1123
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1124
|
+
disabled: boolean;
|
|
1124
1125
|
popupVisible: boolean;
|
|
1125
1126
|
defaultPopupVisible: boolean;
|
|
1126
|
-
trigger: "
|
|
1127
|
-
position: "
|
|
1128
|
-
disabled: boolean;
|
|
1127
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1128
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1129
1129
|
popupOffset: number;
|
|
1130
1130
|
showArrow: boolean;
|
|
1131
1131
|
alignPoint: boolean;
|
|
@@ -1163,11 +1163,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1163
1163
|
default: boolean;
|
|
1164
1164
|
};
|
|
1165
1165
|
trigger: {
|
|
1166
|
-
type: import("vue").PropType<"
|
|
1166
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1167
1167
|
default: string;
|
|
1168
1168
|
};
|
|
1169
1169
|
position: {
|
|
1170
|
-
type: import("vue").PropType<"
|
|
1170
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1171
1171
|
default: string;
|
|
1172
1172
|
};
|
|
1173
1173
|
disabled: {
|
|
@@ -1210,13 +1210,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1210
1210
|
default: boolean;
|
|
1211
1211
|
};
|
|
1212
1212
|
contentClass: {
|
|
1213
|
-
type: (
|
|
1213
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1214
1214
|
};
|
|
1215
1215
|
contentStyle: {
|
|
1216
1216
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1217
1217
|
};
|
|
1218
1218
|
arrowClass: {
|
|
1219
|
-
type: (
|
|
1219
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1220
1220
|
};
|
|
1221
1221
|
arrowStyle: {
|
|
1222
1222
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1274,7 +1274,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1274
1274
|
default: boolean;
|
|
1275
1275
|
};
|
|
1276
1276
|
openedClass: {
|
|
1277
|
-
type: (
|
|
1277
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1278
1278
|
};
|
|
1279
1279
|
autoFitPosition: {
|
|
1280
1280
|
type: BooleanConstructor;
|
|
@@ -1309,11 +1309,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1309
1309
|
hide: () => true;
|
|
1310
1310
|
resize: () => true;
|
|
1311
1311
|
}, string, {
|
|
1312
|
+
disabled: boolean;
|
|
1312
1313
|
popupVisible: boolean;
|
|
1313
1314
|
defaultPopupVisible: boolean;
|
|
1314
|
-
trigger: "
|
|
1315
|
-
position: "
|
|
1316
|
-
disabled: boolean;
|
|
1315
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1316
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1317
1317
|
popupOffset: number;
|
|
1318
1318
|
showArrow: boolean;
|
|
1319
1319
|
alignPoint: boolean;
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
}>, {
|
|
11
|
-
component: import("vue").ComputedRef<"
|
|
11
|
+
component: import("vue").ComputedRef<"blockquote" | "div">;
|
|
12
12
|
classNames: import("vue").ComputedRef<{
|
|
13
13
|
[x: string]: boolean;
|
|
14
14
|
}[]>;
|
package/es/typography/title.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
heading: {
|
|
4
|
-
type: PropType<
|
|
4
|
+
type: PropType<4 | 1 | 2 | 3 | 6 | 5>;
|
|
5
5
|
default: number;
|
|
6
6
|
};
|
|
7
7
|
}>, {
|
|
8
8
|
component: import("vue").ComputedRef<keyof HTMLElementTagNameMap>;
|
|
9
9
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
heading: {
|
|
11
|
-
type: PropType<
|
|
11
|
+
type: PropType<4 | 1 | 2 | 3 | 6 | 5>;
|
|
12
12
|
default: number;
|
|
13
13
|
};
|
|
14
14
|
}>> & Readonly<{}>, {
|
|
15
|
-
heading:
|
|
15
|
+
heading: 4 | 1 | 2 | 3 | 6 | 5;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
export default _default;
|
package/es/upload/index.d.ts
CHANGED
|
@@ -115,8 +115,8 @@ declare const Upload: {
|
|
|
115
115
|
type: import("vue").PropType<(event: Event) => void | Promise<FileList>>;
|
|
116
116
|
};
|
|
117
117
|
}>> & Readonly<{
|
|
118
|
-
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
119
118
|
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
119
|
+
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
120
120
|
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
121
121
|
onSuccess?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
122
122
|
onPreview?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
@@ -284,8 +284,8 @@ declare const Upload: {
|
|
|
284
284
|
type: import("vue").PropType<(event: Event) => void | Promise<FileList>>;
|
|
285
285
|
};
|
|
286
286
|
}>> & Readonly<{
|
|
287
|
-
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
288
287
|
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
288
|
+
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
289
289
|
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
290
290
|
onSuccess?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
291
291
|
onPreview?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
@@ -442,8 +442,8 @@ declare const Upload: {
|
|
|
442
442
|
type: import("vue").PropType<(event: Event) => void | Promise<FileList>>;
|
|
443
443
|
};
|
|
444
444
|
}>> & Readonly<{
|
|
445
|
-
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
446
445
|
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
446
|
+
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
447
447
|
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
448
448
|
onSuccess?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
449
449
|
onPreview?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
package/es/upload/upload.d.ts
CHANGED
|
@@ -245,8 +245,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
245
245
|
type: PropType<(event: Event) => Promise<FileList> | void>;
|
|
246
246
|
};
|
|
247
247
|
}>> & Readonly<{
|
|
248
|
-
onProgress?: ((fileItem: FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
249
248
|
onError?: ((fileItem: FileItem) => any) | undefined;
|
|
249
|
+
onProgress?: ((fileItem: FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
250
250
|
onChange?: ((fileList: FileItem[], fileItem: FileItem) => any) | undefined;
|
|
251
251
|
onSuccess?: ((fileItem: FileItem) => any) | undefined;
|
|
252
252
|
onPreview?: ((fileItem: FileItem) => any) | undefined;
|
|
@@ -13,7 +13,7 @@ declare const VerificationCode: {
|
|
|
13
13
|
default: number;
|
|
14
14
|
};
|
|
15
15
|
size: {
|
|
16
|
-
type: import("vue").PropType<"mini" | "
|
|
16
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
17
17
|
};
|
|
18
18
|
disabled: BooleanConstructor;
|
|
19
19
|
masked: BooleanConstructor;
|
|
@@ -42,8 +42,8 @@ declare const VerificationCode: {
|
|
|
42
42
|
input: (inputValue: string, index: number, ev: Event) => true;
|
|
43
43
|
}, import("vue").PublicProps, {
|
|
44
44
|
disabled: boolean;
|
|
45
|
-
length: number;
|
|
46
45
|
error: boolean;
|
|
46
|
+
length: number;
|
|
47
47
|
defaultValue: string;
|
|
48
48
|
readonly: boolean;
|
|
49
49
|
masked: boolean;
|
|
@@ -65,7 +65,7 @@ declare const VerificationCode: {
|
|
|
65
65
|
default: number;
|
|
66
66
|
};
|
|
67
67
|
size: {
|
|
68
|
-
type: import("vue").PropType<"mini" | "
|
|
68
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
69
69
|
};
|
|
70
70
|
disabled: BooleanConstructor;
|
|
71
71
|
masked: BooleanConstructor;
|
|
@@ -89,8 +89,8 @@ declare const VerificationCode: {
|
|
|
89
89
|
onFinish?: ((value: string) => any) | undefined;
|
|
90
90
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
91
91
|
disabled: boolean;
|
|
92
|
-
length: number;
|
|
93
92
|
error: boolean;
|
|
93
|
+
length: number;
|
|
94
94
|
defaultValue: string;
|
|
95
95
|
readonly: boolean;
|
|
96
96
|
masked: boolean;
|
|
@@ -109,7 +109,7 @@ declare const VerificationCode: {
|
|
|
109
109
|
default: number;
|
|
110
110
|
};
|
|
111
111
|
size: {
|
|
112
|
-
type: import("vue").PropType<"mini" | "
|
|
112
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
113
113
|
};
|
|
114
114
|
disabled: BooleanConstructor;
|
|
115
115
|
masked: BooleanConstructor;
|
|
@@ -138,8 +138,8 @@ declare const VerificationCode: {
|
|
|
138
138
|
input: (inputValue: string, index: number, ev: Event) => true;
|
|
139
139
|
}, string, {
|
|
140
140
|
disabled: boolean;
|
|
141
|
-
length: number;
|
|
142
141
|
error: boolean;
|
|
142
|
+
length: number;
|
|
143
143
|
defaultValue: string;
|
|
144
144
|
readonly: boolean;
|
|
145
145
|
masked: boolean;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10
10
|
default: number;
|
|
11
11
|
};
|
|
12
12
|
size: {
|
|
13
|
-
type: PropType<"mini" | "
|
|
13
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
14
14
|
};
|
|
15
15
|
disabled: BooleanConstructor;
|
|
16
16
|
masked: BooleanConstructor;
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
41
41
|
default: number;
|
|
42
42
|
};
|
|
43
43
|
size: {
|
|
44
|
-
type: PropType<"mini" | "
|
|
44
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
45
45
|
};
|
|
46
46
|
disabled: BooleanConstructor;
|
|
47
47
|
masked: BooleanConstructor;
|
|
@@ -63,8 +63,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
onFinish?: ((value: string) => any) | undefined;
|
|
64
64
|
}>, {
|
|
65
65
|
disabled: boolean;
|
|
66
|
-
length: number;
|
|
67
66
|
error: boolean;
|
|
67
|
+
length: number;
|
|
68
68
|
defaultValue: string;
|
|
69
69
|
readonly: boolean;
|
|
70
70
|
masked: boolean;
|