@geelato/web-vue 2.59.1 → 2.59.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 +16 -4
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +4 -4
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/icon-hover.d.ts +1 -1
- package/es/_components/input-label/input-label.d.ts +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/alert/alert.d.ts +1 -1
- package/es/alert/index.d.ts +2 -2
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/index.d.ts +3 -3
- package/es/cascader/cascader.d.ts +11 -11
- package/es/cascader/index.d.ts +23 -23
- package/es/checkbox/checkbox-group.d.ts +1 -1
- package/es/checkbox/checkbox.d.ts +2 -2
- package/es/checkbox/index.d.ts +6 -6
- package/es/collapse/collapse-item.d.ts +1 -1
- package/es/collapse/index.d.ts +1 -1
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +18 -18
- package/es/date-picker/panels/date/index.d.ts +2 -2
- package/es/date-picker/panels/week/index.d.ts +2 -2
- package/es/date-picker/picker-panel.d.ts +4 -4
- package/es/date-picker/picker.d.ts +16 -16
- package/es/date-picker/range-picker-panel.d.ts +4 -4
- package/es/date-picker/range-picker.d.ts +18 -18
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.d.ts +11 -2
- package/es/drawer/drawer.js +7 -2
- package/es/drawer/index.d.ts +20 -5
- package/es/dropdown/dropdown-button.d.ts +18 -18
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +9 -9
- package/es/dropdown/dropdown-submenu.d.ts +20 -20
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +76 -76
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.d.ts +18 -18
- package/es/form/form-item.d.ts +22 -22
- package/es/form/index.d.ts +22 -22
- package/es/image/preview-action.d.ts +18 -18
- package/es/image/preview-toolbar.d.ts +18 -18
- package/es/input/index.d.ts +1 -1
- package/es/input/input-password.d.ts +1 -1
- package/es/input-tag/index.d.ts +3 -3
- package/es/input-tag/input-tag.d.ts +1 -1
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +10 -10
- package/es/message/message.d.ts +1 -1
- package/es/modal/index.d.ts +17 -2
- package/es/modal/modal.d.ts +10 -1
- package/es/modal/modal.js +5 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/es/notification/notification.d.ts +1 -1
- package/es/page-header/index.d.ts +2 -2
- package/es/page-header/page-header.d.ts +1 -1
- package/es/pagination/page-options.d.ts +31 -31
- package/es/popconfirm/index.d.ts +18 -18
- package/es/popconfirm/popconfirm.d.ts +9 -9
- package/es/popover/index.d.ts +18 -18
- package/es/popover/popover.d.ts +9 -9
- package/es/progress/circle.d.ts +2 -2
- package/es/progress/index.d.ts +18 -18
- package/es/progress/line.d.ts +2 -2
- package/es/progress/progress.d.ts +10 -10
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +6 -6
- package/es/radio/radio-group.d.ts +1 -1
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/scrollbar/index.d.ts +3 -3
- package/es/scrollbar/scrollbar.d.ts +2 -2
- package/es/select/index.d.ts +31 -31
- package/es/select/option.d.ts +8 -8
- package/es/select/select-dropdown.d.ts +9 -9
- package/es/select/select.d.ts +11 -11
- package/es/slider/index.d.ts +39 -39
- package/es/slider/slider-button.d.ts +18 -18
- package/es/slider/slider.d.ts +19 -19
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/index.d.ts +8 -8
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +12 -12
- package/es/table/table.d.ts +4 -4
- package/es/tabs/tabs-tab.d.ts +1 -1
- package/es/tag/index.d.ts +2 -2
- package/es/tag/tag.d.ts +1 -1
- package/es/textarea/index.d.ts +2 -2
- package/es/textarea/textarea.d.ts +1 -1
- package/es/time-picker/index.d.ts +32 -32
- package/es/time-picker/panel.d.ts +2 -2
- package/es/time-picker/range-panel.d.ts +2 -2
- package/es/time-picker/time-picker.d.ts +16 -16
- package/es/tooltip/index.d.ts +18 -18
- package/es/tooltip/tooltip.d.ts +9 -9
- package/es/transfer/index.d.ts +27 -27
- package/es/transfer/transfer-view.d.ts +12 -12
- package/es/transfer/transfer.d.ts +13 -13
- package/es/tree/base-node.d.ts +6 -6
- package/es/tree/index.d.ts +4 -4
- package/es/tree/transition-node-list.d.ts +6 -6
- package/es/tree/tree.d.ts +2 -2
- package/es/tree-select/index.d.ts +40 -40
- package/es/tree-select/panel.d.ts +4 -4
- package/es/tree-select/tree-select.d.ts +20 -20
- package/es/trigger/index.d.ts +9 -9
- package/es/trigger/trigger.d.ts +6 -6
- package/es/typography/base.d.ts +1 -1
- package/es/typography/edit-content.d.ts +3 -3
- package/es/typography/index.d.ts +4 -4
- package/es/typography/operations.d.ts +18 -18
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +3 -3
- package/json/vetur-attributes.json +2377 -2369
- package/json/vetur-tags.json +851 -849
- package/json/web-types.json +4472 -4456
- package/lib/drawer/drawer.js +7 -2
- package/lib/modal/modal.js +5 -2
- package/lib/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/package.json +1 -1
|
@@ -397,8 +397,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
397
397
|
default: boolean;
|
|
398
398
|
};
|
|
399
399
|
}>> & Readonly<{}>, {
|
|
400
|
-
size: "mini" | "small" | "medium" | "large";
|
|
401
400
|
disabled: boolean;
|
|
401
|
+
size: "mini" | "small" | "medium" | "large";
|
|
402
402
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
403
403
|
AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
404
404
|
modelValue: StringConstructor;
|
|
@@ -936,8 +936,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
936
936
|
default: boolean;
|
|
937
937
|
};
|
|
938
938
|
}>> & Readonly<{}>, {
|
|
939
|
-
size: "mini" | "small" | "medium" | "large";
|
|
940
939
|
disabled: boolean;
|
|
940
|
+
size: "mini" | "small" | "medium" | "large";
|
|
941
941
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
942
942
|
AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
943
943
|
modelValue: StringConstructor;
|
|
@@ -1489,8 +1489,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1489
1489
|
default: boolean;
|
|
1490
1490
|
};
|
|
1491
1491
|
}>> & Readonly<{}>, {
|
|
1492
|
-
size: "mini" | "small" | "medium" | "large";
|
|
1493
1492
|
disabled: boolean;
|
|
1493
|
+
size: "mini" | "small" | "medium" | "large";
|
|
1494
1494
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1495
1495
|
AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1496
1496
|
modelValue: StringConstructor;
|
package/es/typography/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ declare const Typography: {
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>, {
|
|
36
|
-
component: import("vue").ComputedRef<"
|
|
36
|
+
component: import("vue").ComputedRef<"div" | "blockquote">;
|
|
37
37
|
classNames: import("vue").ComputedRef<{
|
|
38
38
|
[x: string]: boolean;
|
|
39
39
|
}[]>;
|
|
@@ -51,18 +51,18 @@ declare const Typography: {
|
|
|
51
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
Title: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
53
53
|
heading: {
|
|
54
|
-
type: import("vue").PropType<
|
|
54
|
+
type: import("vue").PropType<1 | 4 | 2 | 3 | 6 | 5>;
|
|
55
55
|
default: number;
|
|
56
56
|
};
|
|
57
57
|
}>, {
|
|
58
58
|
component: import("vue").ComputedRef<keyof HTMLElementTagNameMap>;
|
|
59
59
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
60
|
heading: {
|
|
61
|
-
type: import("vue").PropType<
|
|
61
|
+
type: import("vue").PropType<1 | 4 | 2 | 3 | 6 | 5>;
|
|
62
62
|
default: number;
|
|
63
63
|
};
|
|
64
64
|
}>> & Readonly<{}>, {
|
|
65
|
-
heading:
|
|
65
|
+
heading: 1 | 4 | 2 | 3 | 6 | 5;
|
|
66
66
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
67
67
|
Text: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
68
68
|
ellipsis: {
|
|
@@ -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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
161
161
|
};
|
|
162
162
|
contentStyle: {
|
|
163
163
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
164
164
|
};
|
|
165
165
|
arrowClass: {
|
|
166
|
-
type: (
|
|
166
|
+
type: (ObjectConstructor | StringConstructor | 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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
225
225
|
};
|
|
226
226
|
autoFitPosition: {
|
|
227
227
|
type: BooleanConstructor;
|
|
@@ -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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
352
352
|
};
|
|
353
353
|
contentStyle: {
|
|
354
354
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
355
355
|
};
|
|
356
356
|
arrowClass: {
|
|
357
|
-
type: (
|
|
357
|
+
type: (ObjectConstructor | StringConstructor | 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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
416
416
|
};
|
|
417
417
|
autoFitPosition: {
|
|
418
418
|
type: BooleanConstructor;
|
|
@@ -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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
534
534
|
};
|
|
535
535
|
contentStyle: {
|
|
536
536
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
537
537
|
};
|
|
538
538
|
arrowClass: {
|
|
539
|
-
type: (
|
|
539
|
+
type: (ObjectConstructor | StringConstructor | 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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
598
598
|
};
|
|
599
599
|
autoFitPosition: {
|
|
600
600
|
type: BooleanConstructor;
|
|
@@ -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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
841
841
|
};
|
|
842
842
|
contentStyle: {
|
|
843
843
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
844
844
|
};
|
|
845
845
|
arrowClass: {
|
|
846
|
-
type: (
|
|
846
|
+
type: (ObjectConstructor | StringConstructor | 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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
905
905
|
};
|
|
906
906
|
autoFitPosition: {
|
|
907
907
|
type: BooleanConstructor;
|
|
@@ -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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1032
1032
|
};
|
|
1033
1033
|
contentStyle: {
|
|
1034
1034
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1035
1035
|
};
|
|
1036
1036
|
arrowClass: {
|
|
1037
|
-
type: (
|
|
1037
|
+
type: (ObjectConstructor | StringConstructor | 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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1096
1096
|
};
|
|
1097
1097
|
autoFitPosition: {
|
|
1098
1098
|
type: BooleanConstructor;
|
|
@@ -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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1214
1214
|
};
|
|
1215
1215
|
contentStyle: {
|
|
1216
1216
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1217
1217
|
};
|
|
1218
1218
|
arrowClass: {
|
|
1219
|
-
type: (
|
|
1219
|
+
type: (ObjectConstructor | StringConstructor | 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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1278
1278
|
};
|
|
1279
1279
|
autoFitPosition: {
|
|
1280
1280
|
type: BooleanConstructor;
|
|
@@ -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<"div" | "blockquote">;
|
|
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<1 | 4 | 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<1 | 4 | 2 | 3 | 6 | 5>;
|
|
12
12
|
default: number;
|
|
13
13
|
};
|
|
14
14
|
}>> & Readonly<{}>, {
|
|
15
|
-
heading:
|
|
15
|
+
heading: 1 | 4 | 2 | 3 | 6 | 5;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
export default _default;
|