@geelato/web-vue 2.57.1 → 2.58.2
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/dist/arco-vue.js +891 -536
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1648 -1546
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +39 -8
- package/dist/arco.min.css +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 +10 -10
- package/es/_components/picker/input.d.ts +8 -8
- package/es/_components/select-view/select-view.d.ts +6 -6
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/_utils/array.d.ts +1 -1
- package/es/_utils/array.js +18 -1
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/anchor/anchor.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +2 -2
- package/es/button/button.d.ts +2 -2
- package/es/button/index.d.ts +5 -5
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- 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 +7 -7
- package/es/cascader/cascader.d.ts +33 -33
- package/es/cascader/index.d.ts +85 -85
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +6 -6
- package/es/checkbox/index.d.ts +14 -14
- 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 +4 -4
- package/es/color-picker/index.d.ts +9 -9
- 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 +66 -66
- package/es/date-picker/panels/date/index.d.ts +8 -8
- package/es/date-picker/panels/footer.d.ts +5 -5
- package/es/date-picker/panels/shortcuts.d.ts +5 -5
- package/es/date-picker/panels/week/index.d.ts +8 -8
- package/es/date-picker/picker-panel.d.ts +26 -26
- package/es/date-picker/picker.d.ts +61 -61
- package/es/date-picker/range-picker-panel.d.ts +27 -27
- package/es/date-picker/range-picker.d.ts +66 -66
- package/es/descriptions/descriptions.d.ts +4 -4
- package/es/descriptions/index.d.ts +9 -9
- package/es/drawer/drawer.d.ts +33 -9
- package/es/drawer/drawer.js +61 -6
- package/es/drawer/index.d.ts +64 -19
- package/es/drawer/style/index.css +10 -0
- package/es/drawer/style/index.less +12 -0
- package/es/dropdown/dropdown-button.d.ts +26 -26
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.d.ts +21 -21
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +85 -85
- package/es/form/form-item-label.d.ts +28 -28
- package/es/form/form-item.d.ts +35 -35
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +38 -38
- package/es/image/preview-action.d.ts +27 -27
- package/es/image/preview-toolbar.d.ts +27 -27
- package/es/index.css +39 -8
- 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 +18 -18
- package/es/input-number/input-number.d.ts +8 -8
- package/es/input-tag/index.d.ts +30 -30
- package/es/input-tag/input-tag.d.ts +11 -11
- package/es/list/index.d.ts +12 -12
- package/es/list/list.d.ts +5 -5
- package/es/mention/index.d.ts +15 -15
- package/es/mention/mention.d.ts +5 -5
- package/es/menu/base-menu.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +15 -15
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +49 -19
- package/es/modal/modal.d.ts +24 -9
- package/es/modal/modal.js +23 -6
- package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
- package/es/modal/style/index.css +7 -1
- package/es/modal/style/index.less +8 -1
- 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 +18 -18
- package/es/pagination/page-options.d.ts +85 -85
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +37 -37
- package/es/popconfirm/popconfirm.d.ts +18 -18
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.d.ts +12 -12
- 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 +16 -16
- package/es/radio/radio-group.d.ts +4 -4
- package/es/radio/radio.d.ts +5 -5
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +85 -85
- package/es/select/option.d.ts +16 -16
- package/es/select/select-dropdown.d.ts +7 -7
- package/es/select/select.d.ts +30 -30
- package/es/skeleton/index.d.ts +3 -3
- package/es/skeleton/skeleton.d.ts +1 -1
- package/es/slider/index.d.ts +96 -96
- package/es/slider/slider-button.d.ts +27 -27
- package/es/slider/slider-input.d.ts +18 -18
- package/es/slider/slider.d.ts +47 -47
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +6 -6
- package/es/split/split.d.ts +2 -2
- 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 +15 -15
- package/es/switch/switch.d.ts +9 -9
- package/es/table/context.d.ts +3 -0
- package/es/table/hooks/use-row-selection.js +5 -3
- package/es/table/index.d.ts +24 -24
- package/es/table/interface.d.ts +1 -1
- package/es/table/style/index.css +22 -7
- package/es/table/style/index.less +25 -8
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +30 -30
- package/es/table/table-operation-td.js +6 -6
- package/es/table/table-operation-th.js +19 -7
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table-td.js +2 -2
- package/es/table/table.d.ts +11 -11
- package/es/table/table.js +184 -34
- package/es/table/utils.d.ts +1 -1
- package/es/table/utils.js +9 -5
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +12 -12
- package/es/tag/tag.d.ts +6 -6
- package/es/textarea/index.d.ts +15 -15
- package/es/textarea/textarea.d.ts +6 -6
- package/es/time-picker/index.d.ts +113 -113
- package/es/time-picker/panel.d.ts +8 -8
- package/es/time-picker/range-panel.d.ts +8 -8
- package/es/time-picker/time-picker.d.ts +54 -54
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +27 -27
- package/es/tooltip/tooltip.d.ts +13 -13
- package/es/transfer/index.d.ts +90 -90
- package/es/transfer/transfer-view.d.ts +37 -37
- package/es/transfer/transfer.d.ts +44 -44
- package/es/tree/base-node.d.ts +14 -14
- package/es/tree/index.d.ts +13 -13
- package/es/tree/transition-node-list.d.ts +14 -14
- package/es/tree/tree.d.ts +6 -6
- package/es/tree-select/index.d.ts +83 -83
- package/es/tree-select/panel.d.ts +13 -13
- package/es/tree-select/tree-select.d.ts +39 -39
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +2 -2
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.d.ts +27 -27
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +12 -12
- package/es/verification-code/verification-code.d.ts +5 -5
- package/json/vetur-attributes.json +2116 -2116
- package/json/vetur-tags.json +757 -757
- package/json/web-types.json +4117 -4117
- package/lib/_utils/array.js +18 -1
- package/lib/drawer/drawer.js +63 -8
- package/lib/drawer/style/index.css +10 -0
- package/lib/drawer/style/index.less +12 -0
- package/lib/index.css +39 -8
- package/lib/modal/modal.js +23 -6
- package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
- package/lib/modal/style/index.css +7 -1
- package/lib/modal/style/index.less +8 -1
- package/lib/table/hooks/use-row-selection.js +5 -3
- package/lib/table/style/index.css +22 -7
- package/lib/table/style/index.less +25 -8
- package/lib/table/table-operation-td.js +6 -6
- package/lib/table/table-operation-th.js +19 -7
- package/lib/table/table-td.js +2 -2
- package/lib/table/table.js +183 -33
- package/lib/table/utils.js +9 -5
- package/package.json +25 -24
- package/LICENSE +0 -21
|
@@ -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
100
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
100
|
-
mini: boolean;
|
|
101
101
|
}, true, {}, {}, {
|
|
102
102
|
Trigger: {
|
|
103
103
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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
262
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
262
263
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
263
|
-
disabled: boolean;
|
|
264
264
|
popupOffset: number;
|
|
265
265
|
showArrow: boolean;
|
|
266
266
|
alignPoint: boolean;
|
|
@@ -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
447
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
447
448
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
448
|
-
disabled: boolean;
|
|
449
449
|
popupOffset: number;
|
|
450
450
|
showArrow: boolean;
|
|
451
451
|
alignPoint: boolean;
|
|
@@ -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
635
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
635
636
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
636
|
-
disabled: boolean;
|
|
637
637
|
popupOffset: number;
|
|
638
638
|
showArrow: boolean;
|
|
639
639
|
alignPoint: boolean;
|
|
@@ -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
721
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
721
|
-
mini: boolean;
|
|
722
722
|
}>;
|
|
723
723
|
__isFragment?: undefined;
|
|
724
724
|
__isTeleport?: undefined;
|
|
@@ -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
780
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
780
|
-
mini: boolean;
|
|
781
781
|
}, {}, string, {}, {
|
|
782
782
|
Trigger: {
|
|
783
783
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -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
942
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
942
943
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
943
|
-
disabled: boolean;
|
|
944
944
|
popupOffset: number;
|
|
945
945
|
showArrow: boolean;
|
|
946
946
|
alignPoint: boolean;
|
|
@@ -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
1127
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1127
1128
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1128
|
-
disabled: boolean;
|
|
1129
1129
|
popupOffset: number;
|
|
1130
1130
|
showArrow: boolean;
|
|
1131
1131
|
alignPoint: boolean;
|
|
@@ -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
1315
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1315
1316
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1316
|
-
disabled: boolean;
|
|
1317
1317
|
popupOffset: number;
|
|
1318
1318
|
showArrow: boolean;
|
|
1319
1319
|
alignPoint: boolean;
|
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,9 +115,9 @@ 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
|
-
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
120
118
|
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
119
|
+
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
120
|
+
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
121
121
|
onSuccess?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
122
122
|
onPreview?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
123
123
|
onExceedLimit?: ((fileList: import("./interfaces").FileItem[], files: File[]) => any) | undefined;
|
|
@@ -284,9 +284,9 @@ 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
|
-
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
289
287
|
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
288
|
+
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
289
|
+
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
290
290
|
onSuccess?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
291
291
|
onPreview?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
292
292
|
onExceedLimit?: ((fileList: import("./interfaces").FileItem[], files: File[]) => any) | undefined;
|
|
@@ -442,9 +442,9 @@ 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
|
-
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
447
445
|
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
446
|
+
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
447
|
+
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
448
448
|
onSuccess?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
449
449
|
onPreview?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
450
450
|
onExceedLimit?: ((fileList: import("./interfaces").FileItem[], files: File[]) => any) | undefined;
|
package/es/upload/upload.d.ts
CHANGED
|
@@ -245,9 +245,9 @@ 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
|
-
onError?: ((fileItem: FileItem) => any) | undefined;
|
|
250
248
|
onChange?: ((fileList: FileItem[], fileItem: FileItem) => any) | undefined;
|
|
249
|
+
onError?: ((fileItem: FileItem) => any) | undefined;
|
|
250
|
+
onProgress?: ((fileItem: FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
251
251
|
onSuccess?: ((fileItem: FileItem) => any) | undefined;
|
|
252
252
|
onPreview?: ((fileItem: FileItem) => any) | undefined;
|
|
253
253
|
onExceedLimit?: ((fileList: FileItem[], files: File[]) => 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;
|
|
@@ -31,9 +31,9 @@ declare const VerificationCode: {
|
|
|
31
31
|
type: import("vue").PropType<(inputValue: string, index: number, value: string) => string | boolean>;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{
|
|
34
|
+
onChange?: ((value: string) => any) | undefined;
|
|
34
35
|
onInput?: ((inputValue: string, index: number, ev: Event) => any) | undefined;
|
|
35
36
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
36
|
-
onChange?: ((value: string) => any) | undefined;
|
|
37
37
|
onFinish?: ((value: string) => any) | undefined;
|
|
38
38
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
39
|
'update:modelValue': (value: string) => true;
|
|
@@ -42,10 +42,10 @@ 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;
|
|
47
|
-
defaultValue: string;
|
|
48
46
|
readonly: boolean;
|
|
47
|
+
length: number;
|
|
48
|
+
defaultValue: string;
|
|
49
49
|
masked: boolean;
|
|
50
50
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
51
51
|
P: {};
|
|
@@ -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;
|
|
@@ -83,16 +83,16 @@ declare const VerificationCode: {
|
|
|
83
83
|
type: import("vue").PropType<(inputValue: string, index: number, value: string) => string | boolean>;
|
|
84
84
|
};
|
|
85
85
|
}>> & Readonly<{
|
|
86
|
+
onChange?: ((value: string) => any) | undefined;
|
|
86
87
|
onInput?: ((inputValue: string, index: number, ev: Event) => any) | undefined;
|
|
87
88
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
88
|
-
onChange?: ((value: string) => any) | undefined;
|
|
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;
|
|
94
|
-
defaultValue: string;
|
|
95
93
|
readonly: boolean;
|
|
94
|
+
length: number;
|
|
95
|
+
defaultValue: string;
|
|
96
96
|
masked: boolean;
|
|
97
97
|
}>;
|
|
98
98
|
__isFragment?: undefined;
|
|
@@ -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;
|
|
@@ -127,9 +127,9 @@ declare const VerificationCode: {
|
|
|
127
127
|
type: import("vue").PropType<(inputValue: string, index: number, value: string) => string | boolean>;
|
|
128
128
|
};
|
|
129
129
|
}>> & Readonly<{
|
|
130
|
+
onChange?: ((value: string) => any) | undefined;
|
|
130
131
|
onInput?: ((inputValue: string, index: number, ev: Event) => any) | undefined;
|
|
131
132
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
132
|
-
onChange?: ((value: string) => any) | undefined;
|
|
133
133
|
onFinish?: ((value: string) => any) | undefined;
|
|
134
134
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
135
135
|
'update:modelValue': (value: string) => true;
|
|
@@ -138,10 +138,10 @@ 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;
|
|
143
|
-
defaultValue: string;
|
|
144
142
|
readonly: boolean;
|
|
143
|
+
length: number;
|
|
144
|
+
defaultValue: string;
|
|
145
145
|
masked: boolean;
|
|
146
146
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
147
147
|
install: (app: App, options?: ArcoOptions | undefined) => void;
|
|
@@ -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;
|
|
@@ -57,16 +57,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
57
|
type: PropType<(inputValue: string, index: number, value: string) => string | boolean>;
|
|
58
58
|
};
|
|
59
59
|
}>> & Readonly<{
|
|
60
|
+
onChange?: ((value: string) => any) | undefined;
|
|
60
61
|
onInput?: ((inputValue: string, index: number, ev: Event) => any) | undefined;
|
|
61
62
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
62
|
-
onChange?: ((value: string) => any) | undefined;
|
|
63
63
|
onFinish?: ((value: string) => any) | undefined;
|
|
64
64
|
}>, {
|
|
65
65
|
disabled: boolean;
|
|
66
|
-
length: number;
|
|
67
66
|
error: boolean;
|
|
68
|
-
defaultValue: string;
|
|
69
67
|
readonly: boolean;
|
|
68
|
+
length: number;
|
|
69
|
+
defaultValue: string;
|
|
70
70
|
masked: boolean;
|
|
71
71
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
72
72
|
export default _default;
|