@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
|
@@ -176,13 +176,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
176
176
|
default: boolean;
|
|
177
177
|
};
|
|
178
178
|
contentClass: {
|
|
179
|
-
type: (
|
|
179
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
180
180
|
};
|
|
181
181
|
contentStyle: {
|
|
182
182
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
183
183
|
};
|
|
184
184
|
arrowClass: {
|
|
185
|
-
type: (
|
|
185
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
186
186
|
};
|
|
187
187
|
arrowStyle: {
|
|
188
188
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -240,7 +240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
240
|
default: boolean;
|
|
241
241
|
};
|
|
242
242
|
openedClass: {
|
|
243
|
-
type: (
|
|
243
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
244
244
|
};
|
|
245
245
|
autoFitPosition: {
|
|
246
246
|
type: BooleanConstructor;
|
|
@@ -367,13 +367,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
367
367
|
default: boolean;
|
|
368
368
|
};
|
|
369
369
|
contentClass: {
|
|
370
|
-
type: (
|
|
370
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
371
371
|
};
|
|
372
372
|
contentStyle: {
|
|
373
373
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
374
374
|
};
|
|
375
375
|
arrowClass: {
|
|
376
|
-
type: (
|
|
376
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
377
377
|
};
|
|
378
378
|
arrowStyle: {
|
|
379
379
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -431,7 +431,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
431
431
|
default: boolean;
|
|
432
432
|
};
|
|
433
433
|
openedClass: {
|
|
434
|
-
type: (
|
|
434
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
435
435
|
};
|
|
436
436
|
autoFitPosition: {
|
|
437
437
|
type: BooleanConstructor;
|
|
@@ -549,13 +549,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
549
549
|
default: boolean;
|
|
550
550
|
};
|
|
551
551
|
contentClass: {
|
|
552
|
-
type: (
|
|
552
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
553
553
|
};
|
|
554
554
|
contentStyle: {
|
|
555
555
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
556
556
|
};
|
|
557
557
|
arrowClass: {
|
|
558
|
-
type: (
|
|
558
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
559
559
|
};
|
|
560
560
|
arrowStyle: {
|
|
561
561
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -613,7 +613,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
613
613
|
default: boolean;
|
|
614
614
|
};
|
|
615
615
|
openedClass: {
|
|
616
|
-
type: (
|
|
616
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
617
617
|
};
|
|
618
618
|
autoFitPosition: {
|
|
619
619
|
type: BooleanConstructor;
|
|
@@ -856,13 +856,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
856
856
|
default: boolean;
|
|
857
857
|
};
|
|
858
858
|
contentClass: {
|
|
859
|
-
type: (
|
|
859
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
860
860
|
};
|
|
861
861
|
contentStyle: {
|
|
862
862
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
863
863
|
};
|
|
864
864
|
arrowClass: {
|
|
865
|
-
type: (
|
|
865
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
866
866
|
};
|
|
867
867
|
arrowStyle: {
|
|
868
868
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -920,7 +920,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
920
920
|
default: boolean;
|
|
921
921
|
};
|
|
922
922
|
openedClass: {
|
|
923
|
-
type: (
|
|
923
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
924
924
|
};
|
|
925
925
|
autoFitPosition: {
|
|
926
926
|
type: BooleanConstructor;
|
|
@@ -1047,13 +1047,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1047
1047
|
default: boolean;
|
|
1048
1048
|
};
|
|
1049
1049
|
contentClass: {
|
|
1050
|
-
type: (
|
|
1050
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1051
1051
|
};
|
|
1052
1052
|
contentStyle: {
|
|
1053
1053
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1054
1054
|
};
|
|
1055
1055
|
arrowClass: {
|
|
1056
|
-
type: (
|
|
1056
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1057
1057
|
};
|
|
1058
1058
|
arrowStyle: {
|
|
1059
1059
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1111,7 +1111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1111
1111
|
default: boolean;
|
|
1112
1112
|
};
|
|
1113
1113
|
openedClass: {
|
|
1114
|
-
type: (
|
|
1114
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1115
1115
|
};
|
|
1116
1116
|
autoFitPosition: {
|
|
1117
1117
|
type: BooleanConstructor;
|
|
@@ -1229,13 +1229,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1229
1229
|
default: boolean;
|
|
1230
1230
|
};
|
|
1231
1231
|
contentClass: {
|
|
1232
|
-
type: (
|
|
1232
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1233
1233
|
};
|
|
1234
1234
|
contentStyle: {
|
|
1235
1235
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1236
1236
|
};
|
|
1237
1237
|
arrowClass: {
|
|
1238
|
-
type: (
|
|
1238
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1239
1239
|
};
|
|
1240
1240
|
arrowStyle: {
|
|
1241
1241
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1293,7 +1293,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1293
1293
|
default: boolean;
|
|
1294
1294
|
};
|
|
1295
1295
|
openedClass: {
|
|
1296
|
-
type: (
|
|
1296
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1297
1297
|
};
|
|
1298
1298
|
autoFitPosition: {
|
|
1299
1299
|
type: BooleanConstructor;
|
package/es/form/form-item.d.ts
CHANGED
|
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
54
54
|
labelColStyle: ObjectConstructor;
|
|
55
55
|
wrapperColStyle: ObjectConstructor;
|
|
56
56
|
rowProps: ObjectConstructor;
|
|
57
|
-
rowClass: (
|
|
58
|
-
contentClass: (
|
|
57
|
+
rowClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
58
|
+
contentClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
59
59
|
contentFlex: {
|
|
60
60
|
type: BooleanConstructor;
|
|
61
61
|
default: boolean;
|
|
@@ -148,8 +148,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
148
148
|
labelColStyle: ObjectConstructor;
|
|
149
149
|
wrapperColStyle: ObjectConstructor;
|
|
150
150
|
rowProps: ObjectConstructor;
|
|
151
|
-
rowClass: (
|
|
152
|
-
contentClass: (
|
|
151
|
+
rowClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
152
|
+
contentClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
153
153
|
contentFlex: {
|
|
154
154
|
type: BooleanConstructor;
|
|
155
155
|
default: boolean;
|
|
@@ -523,13 +523,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
523
523
|
default: boolean;
|
|
524
524
|
};
|
|
525
525
|
contentClass: {
|
|
526
|
-
type: (
|
|
526
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
527
527
|
};
|
|
528
528
|
contentStyle: {
|
|
529
529
|
type: PropType<import("vue").CSSProperties>;
|
|
530
530
|
};
|
|
531
531
|
arrowClass: {
|
|
532
|
-
type: (
|
|
532
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
533
533
|
};
|
|
534
534
|
arrowStyle: {
|
|
535
535
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -587,7 +587,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
587
587
|
default: boolean;
|
|
588
588
|
};
|
|
589
589
|
openedClass: {
|
|
590
|
-
type: (
|
|
590
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
591
591
|
};
|
|
592
592
|
autoFitPosition: {
|
|
593
593
|
type: BooleanConstructor;
|
|
@@ -714,13 +714,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
714
714
|
default: boolean;
|
|
715
715
|
};
|
|
716
716
|
contentClass: {
|
|
717
|
-
type: (
|
|
717
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
718
718
|
};
|
|
719
719
|
contentStyle: {
|
|
720
720
|
type: PropType<import("vue").CSSProperties>;
|
|
721
721
|
};
|
|
722
722
|
arrowClass: {
|
|
723
|
-
type: (
|
|
723
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
724
724
|
};
|
|
725
725
|
arrowStyle: {
|
|
726
726
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -778,7 +778,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
778
778
|
default: boolean;
|
|
779
779
|
};
|
|
780
780
|
openedClass: {
|
|
781
|
-
type: (
|
|
781
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
782
782
|
};
|
|
783
783
|
autoFitPosition: {
|
|
784
784
|
type: BooleanConstructor;
|
|
@@ -896,13 +896,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
896
896
|
default: boolean;
|
|
897
897
|
};
|
|
898
898
|
contentClass: {
|
|
899
|
-
type: (
|
|
899
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
900
900
|
};
|
|
901
901
|
contentStyle: {
|
|
902
902
|
type: PropType<import("vue").CSSProperties>;
|
|
903
903
|
};
|
|
904
904
|
arrowClass: {
|
|
905
|
-
type: (
|
|
905
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
906
906
|
};
|
|
907
907
|
arrowStyle: {
|
|
908
908
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -960,7 +960,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
960
960
|
default: boolean;
|
|
961
961
|
};
|
|
962
962
|
openedClass: {
|
|
963
|
-
type: (
|
|
963
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
964
964
|
};
|
|
965
965
|
autoFitPosition: {
|
|
966
966
|
type: BooleanConstructor;
|
|
@@ -1203,13 +1203,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1203
1203
|
default: boolean;
|
|
1204
1204
|
};
|
|
1205
1205
|
contentClass: {
|
|
1206
|
-
type: (
|
|
1206
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1207
1207
|
};
|
|
1208
1208
|
contentStyle: {
|
|
1209
1209
|
type: PropType<import("vue").CSSProperties>;
|
|
1210
1210
|
};
|
|
1211
1211
|
arrowClass: {
|
|
1212
|
-
type: (
|
|
1212
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1213
1213
|
};
|
|
1214
1214
|
arrowStyle: {
|
|
1215
1215
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1267,7 +1267,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1267
1267
|
default: boolean;
|
|
1268
1268
|
};
|
|
1269
1269
|
openedClass: {
|
|
1270
|
-
type: (
|
|
1270
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1271
1271
|
};
|
|
1272
1272
|
autoFitPosition: {
|
|
1273
1273
|
type: BooleanConstructor;
|
|
@@ -1394,13 +1394,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1394
1394
|
default: boolean;
|
|
1395
1395
|
};
|
|
1396
1396
|
contentClass: {
|
|
1397
|
-
type: (
|
|
1397
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1398
1398
|
};
|
|
1399
1399
|
contentStyle: {
|
|
1400
1400
|
type: PropType<import("vue").CSSProperties>;
|
|
1401
1401
|
};
|
|
1402
1402
|
arrowClass: {
|
|
1403
|
-
type: (
|
|
1403
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1404
1404
|
};
|
|
1405
1405
|
arrowStyle: {
|
|
1406
1406
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1458,7 +1458,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1458
1458
|
default: boolean;
|
|
1459
1459
|
};
|
|
1460
1460
|
openedClass: {
|
|
1461
|
-
type: (
|
|
1461
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1462
1462
|
};
|
|
1463
1463
|
autoFitPosition: {
|
|
1464
1464
|
type: BooleanConstructor;
|
|
@@ -1576,13 +1576,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1576
1576
|
default: boolean;
|
|
1577
1577
|
};
|
|
1578
1578
|
contentClass: {
|
|
1579
|
-
type: (
|
|
1579
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1580
1580
|
};
|
|
1581
1581
|
contentStyle: {
|
|
1582
1582
|
type: PropType<import("vue").CSSProperties>;
|
|
1583
1583
|
};
|
|
1584
1584
|
arrowClass: {
|
|
1585
|
-
type: (
|
|
1585
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1586
1586
|
};
|
|
1587
1587
|
arrowStyle: {
|
|
1588
1588
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1640,7 +1640,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1640
1640
|
default: boolean;
|
|
1641
1641
|
};
|
|
1642
1642
|
openedClass: {
|
|
1643
|
-
type: (
|
|
1643
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1644
1644
|
};
|
|
1645
1645
|
autoFitPosition: {
|
|
1646
1646
|
type: BooleanConstructor;
|
package/es/form/index.d.ts
CHANGED
|
@@ -350,8 +350,8 @@ declare const Form: {
|
|
|
350
350
|
labelColStyle: ObjectConstructor;
|
|
351
351
|
wrapperColStyle: ObjectConstructor;
|
|
352
352
|
rowProps: ObjectConstructor;
|
|
353
|
-
rowClass: (
|
|
354
|
-
contentClass: (
|
|
353
|
+
rowClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
354
|
+
contentClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
355
355
|
contentFlex: {
|
|
356
356
|
type: BooleanConstructor;
|
|
357
357
|
default: boolean;
|
|
@@ -444,8 +444,8 @@ declare const Form: {
|
|
|
444
444
|
labelColStyle: ObjectConstructor;
|
|
445
445
|
wrapperColStyle: ObjectConstructor;
|
|
446
446
|
rowProps: ObjectConstructor;
|
|
447
|
-
rowClass: (
|
|
448
|
-
contentClass: (
|
|
447
|
+
rowClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
448
|
+
contentClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
449
449
|
contentFlex: {
|
|
450
450
|
type: BooleanConstructor;
|
|
451
451
|
default: boolean;
|
|
@@ -819,13 +819,13 @@ declare const Form: {
|
|
|
819
819
|
default: boolean;
|
|
820
820
|
};
|
|
821
821
|
contentClass: {
|
|
822
|
-
type: (
|
|
822
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
823
823
|
};
|
|
824
824
|
contentStyle: {
|
|
825
825
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
826
826
|
};
|
|
827
827
|
arrowClass: {
|
|
828
|
-
type: (
|
|
828
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
829
829
|
};
|
|
830
830
|
arrowStyle: {
|
|
831
831
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -883,7 +883,7 @@ declare const Form: {
|
|
|
883
883
|
default: boolean;
|
|
884
884
|
};
|
|
885
885
|
openedClass: {
|
|
886
|
-
type: (
|
|
886
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
887
887
|
};
|
|
888
888
|
autoFitPosition: {
|
|
889
889
|
type: BooleanConstructor;
|
|
@@ -1010,13 +1010,13 @@ declare const Form: {
|
|
|
1010
1010
|
default: boolean;
|
|
1011
1011
|
};
|
|
1012
1012
|
contentClass: {
|
|
1013
|
-
type: (
|
|
1013
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1014
1014
|
};
|
|
1015
1015
|
contentStyle: {
|
|
1016
1016
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1017
1017
|
};
|
|
1018
1018
|
arrowClass: {
|
|
1019
|
-
type: (
|
|
1019
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1020
1020
|
};
|
|
1021
1021
|
arrowStyle: {
|
|
1022
1022
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1074,7 +1074,7 @@ declare const Form: {
|
|
|
1074
1074
|
default: boolean;
|
|
1075
1075
|
};
|
|
1076
1076
|
openedClass: {
|
|
1077
|
-
type: (
|
|
1077
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1078
1078
|
};
|
|
1079
1079
|
autoFitPosition: {
|
|
1080
1080
|
type: BooleanConstructor;
|
|
@@ -1192,13 +1192,13 @@ declare const Form: {
|
|
|
1192
1192
|
default: boolean;
|
|
1193
1193
|
};
|
|
1194
1194
|
contentClass: {
|
|
1195
|
-
type: (
|
|
1195
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1196
1196
|
};
|
|
1197
1197
|
contentStyle: {
|
|
1198
1198
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1199
1199
|
};
|
|
1200
1200
|
arrowClass: {
|
|
1201
|
-
type: (
|
|
1201
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1202
1202
|
};
|
|
1203
1203
|
arrowStyle: {
|
|
1204
1204
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1256,7 +1256,7 @@ declare const Form: {
|
|
|
1256
1256
|
default: boolean;
|
|
1257
1257
|
};
|
|
1258
1258
|
openedClass: {
|
|
1259
|
-
type: (
|
|
1259
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1260
1260
|
};
|
|
1261
1261
|
autoFitPosition: {
|
|
1262
1262
|
type: BooleanConstructor;
|
|
@@ -1499,13 +1499,13 @@ declare const Form: {
|
|
|
1499
1499
|
default: boolean;
|
|
1500
1500
|
};
|
|
1501
1501
|
contentClass: {
|
|
1502
|
-
type: (
|
|
1502
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1503
1503
|
};
|
|
1504
1504
|
contentStyle: {
|
|
1505
1505
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1506
1506
|
};
|
|
1507
1507
|
arrowClass: {
|
|
1508
|
-
type: (
|
|
1508
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1509
1509
|
};
|
|
1510
1510
|
arrowStyle: {
|
|
1511
1511
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1563,7 +1563,7 @@ declare const Form: {
|
|
|
1563
1563
|
default: boolean;
|
|
1564
1564
|
};
|
|
1565
1565
|
openedClass: {
|
|
1566
|
-
type: (
|
|
1566
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1567
1567
|
};
|
|
1568
1568
|
autoFitPosition: {
|
|
1569
1569
|
type: BooleanConstructor;
|
|
@@ -1690,13 +1690,13 @@ declare const Form: {
|
|
|
1690
1690
|
default: boolean;
|
|
1691
1691
|
};
|
|
1692
1692
|
contentClass: {
|
|
1693
|
-
type: (
|
|
1693
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1694
1694
|
};
|
|
1695
1695
|
contentStyle: {
|
|
1696
1696
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1697
1697
|
};
|
|
1698
1698
|
arrowClass: {
|
|
1699
|
-
type: (
|
|
1699
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1700
1700
|
};
|
|
1701
1701
|
arrowStyle: {
|
|
1702
1702
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1754,7 +1754,7 @@ declare const Form: {
|
|
|
1754
1754
|
default: boolean;
|
|
1755
1755
|
};
|
|
1756
1756
|
openedClass: {
|
|
1757
|
-
type: (
|
|
1757
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1758
1758
|
};
|
|
1759
1759
|
autoFitPosition: {
|
|
1760
1760
|
type: BooleanConstructor;
|
|
@@ -1872,13 +1872,13 @@ declare const Form: {
|
|
|
1872
1872
|
default: boolean;
|
|
1873
1873
|
};
|
|
1874
1874
|
contentClass: {
|
|
1875
|
-
type: (
|
|
1875
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1876
1876
|
};
|
|
1877
1877
|
contentStyle: {
|
|
1878
1878
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1879
1879
|
};
|
|
1880
1880
|
arrowClass: {
|
|
1881
|
-
type: (
|
|
1881
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1882
1882
|
};
|
|
1883
1883
|
arrowStyle: {
|
|
1884
1884
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1936,7 +1936,7 @@ declare const Form: {
|
|
|
1936
1936
|
default: boolean;
|
|
1937
1937
|
};
|
|
1938
1938
|
openedClass: {
|
|
1939
|
-
type: (
|
|
1939
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1940
1940
|
};
|
|
1941
1941
|
autoFitPosition: {
|
|
1942
1942
|
type: BooleanConstructor;
|
|
@@ -130,13 +130,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
130
130
|
default: boolean;
|
|
131
131
|
};
|
|
132
132
|
contentClass: {
|
|
133
|
-
type: (
|
|
133
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
134
134
|
};
|
|
135
135
|
contentStyle: {
|
|
136
136
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
137
137
|
};
|
|
138
138
|
arrowClass: {
|
|
139
|
-
type: (
|
|
139
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
140
140
|
};
|
|
141
141
|
arrowStyle: {
|
|
142
142
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -194,7 +194,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
194
194
|
default: boolean;
|
|
195
195
|
};
|
|
196
196
|
openedClass: {
|
|
197
|
-
type: (
|
|
197
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
198
198
|
};
|
|
199
199
|
autoFitPosition: {
|
|
200
200
|
type: BooleanConstructor;
|
|
@@ -321,13 +321,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
321
321
|
default: boolean;
|
|
322
322
|
};
|
|
323
323
|
contentClass: {
|
|
324
|
-
type: (
|
|
324
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
325
325
|
};
|
|
326
326
|
contentStyle: {
|
|
327
327
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
328
328
|
};
|
|
329
329
|
arrowClass: {
|
|
330
|
-
type: (
|
|
330
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
331
331
|
};
|
|
332
332
|
arrowStyle: {
|
|
333
333
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -385,7 +385,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
385
385
|
default: boolean;
|
|
386
386
|
};
|
|
387
387
|
openedClass: {
|
|
388
|
-
type: (
|
|
388
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
389
389
|
};
|
|
390
390
|
autoFitPosition: {
|
|
391
391
|
type: BooleanConstructor;
|
|
@@ -503,13 +503,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
503
503
|
default: boolean;
|
|
504
504
|
};
|
|
505
505
|
contentClass: {
|
|
506
|
-
type: (
|
|
506
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
507
507
|
};
|
|
508
508
|
contentStyle: {
|
|
509
509
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
510
510
|
};
|
|
511
511
|
arrowClass: {
|
|
512
|
-
type: (
|
|
512
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
513
513
|
};
|
|
514
514
|
arrowStyle: {
|
|
515
515
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -567,7 +567,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
567
567
|
default: boolean;
|
|
568
568
|
};
|
|
569
569
|
openedClass: {
|
|
570
|
-
type: (
|
|
570
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
571
571
|
};
|
|
572
572
|
autoFitPosition: {
|
|
573
573
|
type: BooleanConstructor;
|
|
@@ -810,13 +810,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
810
810
|
default: boolean;
|
|
811
811
|
};
|
|
812
812
|
contentClass: {
|
|
813
|
-
type: (
|
|
813
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
814
814
|
};
|
|
815
815
|
contentStyle: {
|
|
816
816
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
817
817
|
};
|
|
818
818
|
arrowClass: {
|
|
819
|
-
type: (
|
|
819
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
820
820
|
};
|
|
821
821
|
arrowStyle: {
|
|
822
822
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -874,7 +874,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
874
874
|
default: boolean;
|
|
875
875
|
};
|
|
876
876
|
openedClass: {
|
|
877
|
-
type: (
|
|
877
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
878
878
|
};
|
|
879
879
|
autoFitPosition: {
|
|
880
880
|
type: BooleanConstructor;
|
|
@@ -1001,13 +1001,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1001
1001
|
default: boolean;
|
|
1002
1002
|
};
|
|
1003
1003
|
contentClass: {
|
|
1004
|
-
type: (
|
|
1004
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1005
1005
|
};
|
|
1006
1006
|
contentStyle: {
|
|
1007
1007
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1008
1008
|
};
|
|
1009
1009
|
arrowClass: {
|
|
1010
|
-
type: (
|
|
1010
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1011
1011
|
};
|
|
1012
1012
|
arrowStyle: {
|
|
1013
1013
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1065,7 +1065,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1065
1065
|
default: boolean;
|
|
1066
1066
|
};
|
|
1067
1067
|
openedClass: {
|
|
1068
|
-
type: (
|
|
1068
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1069
1069
|
};
|
|
1070
1070
|
autoFitPosition: {
|
|
1071
1071
|
type: BooleanConstructor;
|
|
@@ -1183,13 +1183,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1183
1183
|
default: boolean;
|
|
1184
1184
|
};
|
|
1185
1185
|
contentClass: {
|
|
1186
|
-
type: (
|
|
1186
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1187
1187
|
};
|
|
1188
1188
|
contentStyle: {
|
|
1189
1189
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1190
1190
|
};
|
|
1191
1191
|
arrowClass: {
|
|
1192
|
-
type: (
|
|
1192
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1193
1193
|
};
|
|
1194
1194
|
arrowStyle: {
|
|
1195
1195
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1247,7 +1247,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1247
1247
|
default: boolean;
|
|
1248
1248
|
};
|
|
1249
1249
|
openedClass: {
|
|
1250
|
-
type: (
|
|
1250
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1251
1251
|
};
|
|
1252
1252
|
autoFitPosition: {
|
|
1253
1253
|
type: BooleanConstructor;
|