@jari-ace/element-plus-component 0.2.3 → 0.3.0
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/components/autoComplete/JaAutoComplete.vue.d.ts +18 -18
- package/dist/components/button/JaButton.vue.d.ts +24 -24
- package/dist/components/customGroupTree/src/customGroupTree.vue.d.ts +1 -1
- package/dist/components/departmentPicker/src/DepartmentPicker.vue.d.ts +2 -2
- package/dist/components/departmentTree/src/departmentTree.vue.d.ts +1 -1
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts +55 -55
- package/dist/components/enumList/EnumListInput.vue.d.ts +2 -2
- package/dist/components/enumPicker/src/EnumPicker.vue.d.ts +1 -1
- package/dist/components/form/JaForm.vue.d.ts +1 -1
- package/dist/components/formItem/JaFormItem.vue.d.ts +12 -12
- package/dist/components/input/JaInput.vue.d.ts +18 -18
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts +1 -1
- package/dist/components/inputI18n/InputI18n.vue.d.ts +2 -2
- package/dist/components/inputI18n/JaInputI18n.vue.d.ts +70 -70
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts +12 -12
- package/dist/components/mapItemList/MapItemListInput.vue.d.ts +2 -2
- package/dist/components/numberList/NumberListInput.vue.d.ts +2 -2
- package/dist/components/rolePicker/RoleEditor.vue.d.ts +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.d.ts +1 -1
- package/dist/components/scrollbar/Scrollbar.vue.d.ts +8 -8
- package/dist/components/select/JaSelect.vue.d.ts +70 -70
- package/dist/components/stringList/StringListInput.vue.d.ts +2 -2
- package/dist/components/tip/index.d.ts +6 -6
- package/dist/components/tip/src/AceTip.vue.d.ts +1 -1
- package/dist/components/upload/index.d.ts +23 -4
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/index.js +1 -3
- package/dist/components/upload/index.js.map +1 -1
- package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.d.ts +27 -0
- package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.d.ts.map +1 -0
- package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.js +94 -0
- package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.js.map +1 -0
- package/dist/components/upload/uploader-locale-zh-cn.d.ts +223 -0
- package/dist/components/upload/uploader-locale-zh-cn.d.ts.map +1 -0
- package/dist/components/upload/uploader-locale-zh-cn.js +224 -0
- package/dist/components/upload/uploader-locale-zh-cn.js.map +1 -0
- package/dist/components/upload/uploader.vue.d.ts +42 -0
- package/dist/components/upload/uploader.vue.d.ts.map +1 -0
- package/dist/components/upload/uploader.vue.js +713 -0
- package/dist/components/upload/uploader.vue.js.map +1 -0
- package/dist/components/userGroupPicker/src/UserGroupPicker.vue.d.ts +2 -2
- package/dist/components/userPicker/src/UserPicker.vue.d.ts +3 -3
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.d.ts +1 -1
- package/dist/components/userTag/UserInfoTag.vue.d.ts +2 -2
- package/lib/index.css +9 -1
- package/lib/index.js +37355 -2741
- package/lib/index.umd.cjs +407 -2
- package/package.json +14 -5
- package/packages/components/upload/index.ts +1 -3
- package/packages/components/upload/pdf-viewer/PdfViewerModal.vue +32 -0
- package/packages/components/upload/uploader-locale-zh-cn.ts +223 -0
- package/packages/components/upload/uploader.vue +513 -0
- package/packages/components/upload/src/Upload.vue +0 -25
- package/packages/components/upload/src/type.ts +0 -3
|
@@ -16,7 +16,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
16
16
|
};
|
|
17
17
|
readonly disabled: BooleanConstructor;
|
|
18
18
|
readonly type: {
|
|
19
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
19
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
20
20
|
readonly required: false;
|
|
21
21
|
readonly validator: (val: unknown) => boolean;
|
|
22
22
|
__epPropKey: true;
|
|
@@ -102,7 +102,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
102
102
|
readonly disabled: boolean;
|
|
103
103
|
readonly round: boolean;
|
|
104
104
|
readonly dark: boolean;
|
|
105
|
-
readonly type: "" | "default" | "
|
|
105
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
106
106
|
readonly bg: boolean;
|
|
107
107
|
readonly loading: boolean;
|
|
108
108
|
readonly autofocus: boolean;
|
|
@@ -127,7 +127,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
127
127
|
};
|
|
128
128
|
readonly disabled: BooleanConstructor;
|
|
129
129
|
readonly type: {
|
|
130
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
130
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
131
131
|
readonly required: false;
|
|
132
132
|
readonly validator: (val: unknown) => boolean;
|
|
133
133
|
__epPropKey: true;
|
|
@@ -211,7 +211,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
211
211
|
readonly disabled: boolean;
|
|
212
212
|
readonly round: boolean;
|
|
213
213
|
readonly dark: boolean;
|
|
214
|
-
readonly type: "" | "default" | "
|
|
214
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
215
215
|
readonly bg: boolean;
|
|
216
216
|
readonly loading: boolean;
|
|
217
217
|
readonly autofocus: boolean;
|
|
@@ -233,7 +233,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
233
233
|
};
|
|
234
234
|
readonly disabled: BooleanConstructor;
|
|
235
235
|
readonly type: {
|
|
236
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
236
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
237
237
|
readonly required: false;
|
|
238
238
|
readonly validator: (val: unknown) => boolean;
|
|
239
239
|
__epPropKey: true;
|
|
@@ -319,7 +319,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
319
319
|
readonly disabled: boolean;
|
|
320
320
|
readonly round: boolean;
|
|
321
321
|
readonly dark: boolean;
|
|
322
|
-
readonly type: "" | "default" | "
|
|
322
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
323
323
|
readonly bg: boolean;
|
|
324
324
|
readonly loading: boolean;
|
|
325
325
|
readonly autofocus: boolean;
|
|
@@ -344,7 +344,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
344
344
|
__epPropKey: true;
|
|
345
345
|
};
|
|
346
346
|
readonly type: {
|
|
347
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
347
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
348
348
|
readonly required: false;
|
|
349
349
|
readonly validator: (val: unknown) => boolean;
|
|
350
350
|
__epPropKey: true;
|
|
@@ -352,7 +352,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
352
352
|
readonly default: "";
|
|
353
353
|
};
|
|
354
354
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
355
|
-
readonly type: "" | "default" | "
|
|
355
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
356
356
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
357
357
|
P: {};
|
|
358
358
|
B: {};
|
|
@@ -368,7 +368,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
368
368
|
__epPropKey: true;
|
|
369
369
|
};
|
|
370
370
|
readonly type: {
|
|
371
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
371
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
372
372
|
readonly required: false;
|
|
373
373
|
readonly validator: (val: unknown) => boolean;
|
|
374
374
|
__epPropKey: true;
|
|
@@ -376,7 +376,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
376
376
|
readonly default: "";
|
|
377
377
|
};
|
|
378
378
|
}>>, {}, {}, {}, {}, {
|
|
379
|
-
readonly type: "" | "default" | "
|
|
379
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
380
380
|
}>;
|
|
381
381
|
__isFragment?: never;
|
|
382
382
|
__isTeleport?: never;
|
|
@@ -389,7 +389,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
389
389
|
__epPropKey: true;
|
|
390
390
|
};
|
|
391
391
|
readonly type: {
|
|
392
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
392
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
393
393
|
readonly required: false;
|
|
394
394
|
readonly validator: (val: unknown) => boolean;
|
|
395
395
|
__epPropKey: true;
|
|
@@ -397,7 +397,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
397
397
|
readonly default: "";
|
|
398
398
|
};
|
|
399
399
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
400
|
-
readonly type: "" | "default" | "
|
|
400
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
401
401
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
402
402
|
$slots: {
|
|
403
403
|
default?(_: {}): any;
|
|
@@ -413,7 +413,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
413
413
|
};
|
|
414
414
|
readonly disabled: BooleanConstructor;
|
|
415
415
|
readonly type: {
|
|
416
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
416
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
417
417
|
readonly required: false;
|
|
418
418
|
readonly validator: (val: unknown) => boolean;
|
|
419
419
|
__epPropKey: true;
|
|
@@ -499,7 +499,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
499
499
|
readonly disabled: boolean;
|
|
500
500
|
readonly round: boolean;
|
|
501
501
|
readonly dark: boolean;
|
|
502
|
-
readonly type: "" | "default" | "
|
|
502
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
503
503
|
readonly bg: boolean;
|
|
504
504
|
readonly loading: boolean;
|
|
505
505
|
readonly autofocus: boolean;
|
|
@@ -524,7 +524,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
524
524
|
};
|
|
525
525
|
readonly disabled: BooleanConstructor;
|
|
526
526
|
readonly type: {
|
|
527
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
527
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
528
528
|
readonly required: false;
|
|
529
529
|
readonly validator: (val: unknown) => boolean;
|
|
530
530
|
__epPropKey: true;
|
|
@@ -608,7 +608,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
608
608
|
readonly disabled: boolean;
|
|
609
609
|
readonly round: boolean;
|
|
610
610
|
readonly dark: boolean;
|
|
611
|
-
readonly type: "" | "default" | "
|
|
611
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
612
612
|
readonly bg: boolean;
|
|
613
613
|
readonly loading: boolean;
|
|
614
614
|
readonly autofocus: boolean;
|
|
@@ -630,7 +630,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
630
630
|
};
|
|
631
631
|
readonly disabled: BooleanConstructor;
|
|
632
632
|
readonly type: {
|
|
633
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
633
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
634
634
|
readonly required: false;
|
|
635
635
|
readonly validator: (val: unknown) => boolean;
|
|
636
636
|
__epPropKey: true;
|
|
@@ -716,7 +716,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
716
716
|
readonly disabled: boolean;
|
|
717
717
|
readonly round: boolean;
|
|
718
718
|
readonly dark: boolean;
|
|
719
|
-
readonly type: "" | "default" | "
|
|
719
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
720
720
|
readonly bg: boolean;
|
|
721
721
|
readonly loading: boolean;
|
|
722
722
|
readonly autofocus: boolean;
|
|
@@ -741,7 +741,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
741
741
|
__epPropKey: true;
|
|
742
742
|
};
|
|
743
743
|
readonly type: {
|
|
744
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
744
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
745
745
|
readonly required: false;
|
|
746
746
|
readonly validator: (val: unknown) => boolean;
|
|
747
747
|
__epPropKey: true;
|
|
@@ -749,7 +749,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
749
749
|
readonly default: "";
|
|
750
750
|
};
|
|
751
751
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
752
|
-
readonly type: "" | "default" | "
|
|
752
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
753
753
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
754
754
|
P: {};
|
|
755
755
|
B: {};
|
|
@@ -765,7 +765,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
765
765
|
__epPropKey: true;
|
|
766
766
|
};
|
|
767
767
|
readonly type: {
|
|
768
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
768
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
769
769
|
readonly required: false;
|
|
770
770
|
readonly validator: (val: unknown) => boolean;
|
|
771
771
|
__epPropKey: true;
|
|
@@ -773,7 +773,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
773
773
|
readonly default: "";
|
|
774
774
|
};
|
|
775
775
|
}>>, {}, {}, {}, {}, {
|
|
776
|
-
readonly type: "" | "default" | "
|
|
776
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
777
777
|
}>;
|
|
778
778
|
__isFragment?: never;
|
|
779
779
|
__isTeleport?: never;
|
|
@@ -786,7 +786,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
786
786
|
__epPropKey: true;
|
|
787
787
|
};
|
|
788
788
|
readonly type: {
|
|
789
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
789
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
790
790
|
readonly required: false;
|
|
791
791
|
readonly validator: (val: unknown) => boolean;
|
|
792
792
|
__epPropKey: true;
|
|
@@ -794,7 +794,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
794
794
|
readonly default: "";
|
|
795
795
|
};
|
|
796
796
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
797
|
-
readonly type: "" | "default" | "
|
|
797
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
798
798
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
799
799
|
$slots: {
|
|
800
800
|
default?(_: {}): any;
|
|
@@ -827,13 +827,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
827
827
|
readonly __epPropKey: true;
|
|
828
828
|
};
|
|
829
829
|
readonly type: {
|
|
830
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
830
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
831
831
|
readonly required: false;
|
|
832
832
|
readonly validator: (val: unknown) => boolean;
|
|
833
833
|
__epPropKey: true;
|
|
834
834
|
};
|
|
835
835
|
readonly placement: {
|
|
836
|
-
readonly type: import("vue").PropType<
|
|
836
|
+
readonly type: import("vue").PropType<any>;
|
|
837
837
|
readonly required: false;
|
|
838
838
|
readonly validator: (val: unknown) => boolean;
|
|
839
839
|
__epPropKey: true;
|
|
@@ -841,7 +841,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
841
841
|
readonly default: "bottom";
|
|
842
842
|
};
|
|
843
843
|
readonly popperOptions: {
|
|
844
|
-
readonly type: import("vue").PropType<
|
|
844
|
+
readonly type: import("vue").PropType<any>;
|
|
845
845
|
readonly required: false;
|
|
846
846
|
readonly validator: (val: unknown) => boolean;
|
|
847
847
|
__epPropKey: true;
|
|
@@ -992,13 +992,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
992
992
|
readonly disabled: boolean;
|
|
993
993
|
readonly maxHeight: string | number;
|
|
994
994
|
readonly size: string;
|
|
995
|
-
readonly placement:
|
|
995
|
+
readonly placement: any;
|
|
996
996
|
readonly effect: import("element-plus").PopperEffect;
|
|
997
997
|
readonly tabindex: string | number;
|
|
998
998
|
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
999
999
|
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
1000
1000
|
readonly loop: boolean;
|
|
1001
|
-
readonly popperOptions:
|
|
1001
|
+
readonly popperOptions: Options;
|
|
1002
1002
|
readonly popperClass: string;
|
|
1003
1003
|
readonly triggerKeys: string[];
|
|
1004
1004
|
readonly teleported: boolean;
|
|
@@ -1039,13 +1039,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1039
1039
|
readonly __epPropKey: true;
|
|
1040
1040
|
};
|
|
1041
1041
|
readonly type: {
|
|
1042
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
1042
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
1043
1043
|
readonly required: false;
|
|
1044
1044
|
readonly validator: (val: unknown) => boolean;
|
|
1045
1045
|
__epPropKey: true;
|
|
1046
1046
|
};
|
|
1047
1047
|
readonly placement: {
|
|
1048
|
-
readonly type: import("vue").PropType<
|
|
1048
|
+
readonly type: import("vue").PropType<any>;
|
|
1049
1049
|
readonly required: false;
|
|
1050
1050
|
readonly validator: (val: unknown) => boolean;
|
|
1051
1051
|
__epPropKey: true;
|
|
@@ -1053,7 +1053,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1053
1053
|
readonly default: "bottom";
|
|
1054
1054
|
};
|
|
1055
1055
|
readonly popperOptions: {
|
|
1056
|
-
readonly type: import("vue").PropType<
|
|
1056
|
+
readonly type: import("vue").PropType<any>;
|
|
1057
1057
|
readonly required: false;
|
|
1058
1058
|
readonly validator: (val: unknown) => boolean;
|
|
1059
1059
|
__epPropKey: true;
|
|
@@ -1204,13 +1204,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1204
1204
|
readonly disabled: boolean;
|
|
1205
1205
|
readonly maxHeight: string | number;
|
|
1206
1206
|
readonly size: string;
|
|
1207
|
-
readonly placement:
|
|
1207
|
+
readonly placement: any;
|
|
1208
1208
|
readonly effect: import("element-plus").PopperEffect;
|
|
1209
1209
|
readonly tabindex: string | number;
|
|
1210
1210
|
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
1211
1211
|
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
1212
1212
|
readonly loop: boolean;
|
|
1213
|
-
readonly popperOptions:
|
|
1213
|
+
readonly popperOptions: Options;
|
|
1214
1214
|
readonly popperClass: string;
|
|
1215
1215
|
readonly triggerKeys: string[];
|
|
1216
1216
|
readonly teleported: boolean;
|
|
@@ -1248,13 +1248,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1248
1248
|
readonly __epPropKey: true;
|
|
1249
1249
|
};
|
|
1250
1250
|
readonly type: {
|
|
1251
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
1251
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
1252
1252
|
readonly required: false;
|
|
1253
1253
|
readonly validator: (val: unknown) => boolean;
|
|
1254
1254
|
__epPropKey: true;
|
|
1255
1255
|
};
|
|
1256
1256
|
readonly placement: {
|
|
1257
|
-
readonly type: import("vue").PropType<
|
|
1257
|
+
readonly type: import("vue").PropType<any>;
|
|
1258
1258
|
readonly required: false;
|
|
1259
1259
|
readonly validator: (val: unknown) => boolean;
|
|
1260
1260
|
__epPropKey: true;
|
|
@@ -1262,7 +1262,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1262
1262
|
readonly default: "bottom";
|
|
1263
1263
|
};
|
|
1264
1264
|
readonly popperOptions: {
|
|
1265
|
-
readonly type: import("vue").PropType<
|
|
1265
|
+
readonly type: import("vue").PropType<any>;
|
|
1266
1266
|
readonly required: false;
|
|
1267
1267
|
readonly validator: (val: unknown) => boolean;
|
|
1268
1268
|
__epPropKey: true;
|
|
@@ -1413,13 +1413,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1413
1413
|
readonly disabled: boolean;
|
|
1414
1414
|
readonly maxHeight: string | number;
|
|
1415
1415
|
readonly size: string;
|
|
1416
|
-
readonly placement:
|
|
1416
|
+
readonly placement: any;
|
|
1417
1417
|
readonly effect: import("element-plus").PopperEffect;
|
|
1418
1418
|
readonly tabindex: string | number;
|
|
1419
1419
|
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
1420
1420
|
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
1421
1421
|
readonly loop: boolean;
|
|
1422
|
-
readonly popperOptions:
|
|
1422
|
+
readonly popperOptions: Options;
|
|
1423
1423
|
readonly popperClass: string;
|
|
1424
1424
|
readonly triggerKeys: string[];
|
|
1425
1425
|
readonly teleported: boolean;
|
|
@@ -1542,13 +1542,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1542
1542
|
readonly __epPropKey: true;
|
|
1543
1543
|
};
|
|
1544
1544
|
readonly type: {
|
|
1545
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
1545
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
1546
1546
|
readonly required: false;
|
|
1547
1547
|
readonly validator: (val: unknown) => boolean;
|
|
1548
1548
|
__epPropKey: true;
|
|
1549
1549
|
};
|
|
1550
1550
|
readonly placement: {
|
|
1551
|
-
readonly type: import("vue").PropType<
|
|
1551
|
+
readonly type: import("vue").PropType<any>;
|
|
1552
1552
|
readonly required: false;
|
|
1553
1553
|
readonly validator: (val: unknown) => boolean;
|
|
1554
1554
|
__epPropKey: true;
|
|
@@ -1556,7 +1556,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1556
1556
|
readonly default: "bottom";
|
|
1557
1557
|
};
|
|
1558
1558
|
readonly popperOptions: {
|
|
1559
|
-
readonly type: import("vue").PropType<
|
|
1559
|
+
readonly type: import("vue").PropType<any>;
|
|
1560
1560
|
readonly required: false;
|
|
1561
1561
|
readonly validator: (val: unknown) => boolean;
|
|
1562
1562
|
__epPropKey: true;
|
|
@@ -1707,13 +1707,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1707
1707
|
readonly disabled: boolean;
|
|
1708
1708
|
readonly maxHeight: string | number;
|
|
1709
1709
|
readonly size: string;
|
|
1710
|
-
readonly placement:
|
|
1710
|
+
readonly placement: any;
|
|
1711
1711
|
readonly effect: import("element-plus").PopperEffect;
|
|
1712
1712
|
readonly tabindex: string | number;
|
|
1713
1713
|
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
1714
1714
|
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
1715
1715
|
readonly loop: boolean;
|
|
1716
|
-
readonly popperOptions:
|
|
1716
|
+
readonly popperOptions: Options;
|
|
1717
1717
|
readonly popperClass: string;
|
|
1718
1718
|
readonly triggerKeys: string[];
|
|
1719
1719
|
readonly teleported: boolean;
|
|
@@ -1754,13 +1754,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1754
1754
|
readonly __epPropKey: true;
|
|
1755
1755
|
};
|
|
1756
1756
|
readonly type: {
|
|
1757
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
1757
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
1758
1758
|
readonly required: false;
|
|
1759
1759
|
readonly validator: (val: unknown) => boolean;
|
|
1760
1760
|
__epPropKey: true;
|
|
1761
1761
|
};
|
|
1762
1762
|
readonly placement: {
|
|
1763
|
-
readonly type: import("vue").PropType<
|
|
1763
|
+
readonly type: import("vue").PropType<any>;
|
|
1764
1764
|
readonly required: false;
|
|
1765
1765
|
readonly validator: (val: unknown) => boolean;
|
|
1766
1766
|
__epPropKey: true;
|
|
@@ -1768,7 +1768,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1768
1768
|
readonly default: "bottom";
|
|
1769
1769
|
};
|
|
1770
1770
|
readonly popperOptions: {
|
|
1771
|
-
readonly type: import("vue").PropType<
|
|
1771
|
+
readonly type: import("vue").PropType<any>;
|
|
1772
1772
|
readonly required: false;
|
|
1773
1773
|
readonly validator: (val: unknown) => boolean;
|
|
1774
1774
|
__epPropKey: true;
|
|
@@ -1919,13 +1919,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1919
1919
|
readonly disabled: boolean;
|
|
1920
1920
|
readonly maxHeight: string | number;
|
|
1921
1921
|
readonly size: string;
|
|
1922
|
-
readonly placement:
|
|
1922
|
+
readonly placement: any;
|
|
1923
1923
|
readonly effect: import("element-plus").PopperEffect;
|
|
1924
1924
|
readonly tabindex: string | number;
|
|
1925
1925
|
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
1926
1926
|
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
1927
1927
|
readonly loop: boolean;
|
|
1928
|
-
readonly popperOptions:
|
|
1928
|
+
readonly popperOptions: Options;
|
|
1929
1929
|
readonly popperClass: string;
|
|
1930
1930
|
readonly triggerKeys: string[];
|
|
1931
1931
|
readonly teleported: boolean;
|
|
@@ -1963,13 +1963,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1963
1963
|
readonly __epPropKey: true;
|
|
1964
1964
|
};
|
|
1965
1965
|
readonly type: {
|
|
1966
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
1966
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
1967
1967
|
readonly required: false;
|
|
1968
1968
|
readonly validator: (val: unknown) => boolean;
|
|
1969
1969
|
__epPropKey: true;
|
|
1970
1970
|
};
|
|
1971
1971
|
readonly placement: {
|
|
1972
|
-
readonly type: import("vue").PropType<
|
|
1972
|
+
readonly type: import("vue").PropType<any>;
|
|
1973
1973
|
readonly required: false;
|
|
1974
1974
|
readonly validator: (val: unknown) => boolean;
|
|
1975
1975
|
__epPropKey: true;
|
|
@@ -1977,7 +1977,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1977
1977
|
readonly default: "bottom";
|
|
1978
1978
|
};
|
|
1979
1979
|
readonly popperOptions: {
|
|
1980
|
-
readonly type: import("vue").PropType<
|
|
1980
|
+
readonly type: import("vue").PropType<any>;
|
|
1981
1981
|
readonly required: false;
|
|
1982
1982
|
readonly validator: (val: unknown) => boolean;
|
|
1983
1983
|
__epPropKey: true;
|
|
@@ -2128,13 +2128,13 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
2128
2128
|
readonly disabled: boolean;
|
|
2129
2129
|
readonly maxHeight: string | number;
|
|
2130
2130
|
readonly size: string;
|
|
2131
|
-
readonly placement:
|
|
2131
|
+
readonly placement: any;
|
|
2132
2132
|
readonly effect: import("element-plus").PopperEffect;
|
|
2133
2133
|
readonly tabindex: string | number;
|
|
2134
2134
|
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
2135
2135
|
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
2136
2136
|
readonly loop: boolean;
|
|
2137
|
-
readonly popperOptions:
|
|
2137
|
+
readonly popperOptions: Options;
|
|
2138
2138
|
readonly popperClass: string;
|
|
2139
2139
|
readonly triggerKeys: string[];
|
|
2140
2140
|
readonly teleported: boolean;
|
|
@@ -2233,7 +2233,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
2233
2233
|
}>>, {}>;
|
|
2234
2234
|
}>;
|
|
2235
2235
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
2236
|
-
type: "default" | "
|
|
2236
|
+
type: "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
2237
2237
|
tooltipPlacement: "top" | "bottom";
|
|
2238
2238
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2239
2239
|
[x: string]: (props: {}) => any;
|
|
@@ -4,11 +4,11 @@ type __VLS_Props = {
|
|
|
4
4
|
size?: 'small' | 'large' | 'default';
|
|
5
5
|
};
|
|
6
6
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
change: (...args: any[]) => void;
|
|
8
7
|
"update:modelValue": (...args: any[]) => void;
|
|
8
|
+
change: (...args: any[]) => void;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
-
onChange?: (...args: any[]) => any;
|
|
11
10
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
11
|
+
onChange?: (...args: any[]) => any;
|
|
12
12
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
14
14
|
//# sourceMappingURL=EnumListInput.vue.d.ts.map
|
|
@@ -20,9 +20,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
21
|
"onUpdate:modelValue"?: (value: ModelValue[]) => any;
|
|
22
22
|
}>, {
|
|
23
|
-
multiple: boolean;
|
|
24
23
|
clearable: boolean;
|
|
25
24
|
filterable: boolean;
|
|
25
|
+
multiple: boolean;
|
|
26
26
|
keyField: KeyFields;
|
|
27
27
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
28
|
export default _default;
|
|
@@ -32,8 +32,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
32
32
|
onValidate?: (...args: any[]) => any;
|
|
33
33
|
}>, {
|
|
34
34
|
size: "default" | "small" | "large";
|
|
35
|
-
labelPosition: "left" | "top" | "right";
|
|
36
35
|
inline: boolean;
|
|
36
|
+
labelPosition: "top" | "left" | "right";
|
|
37
37
|
inlineMessage: boolean;
|
|
38
38
|
statusIcon: boolean;
|
|
39
39
|
showMessage: boolean;
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
35
35
|
readonly default: "";
|
|
36
36
|
};
|
|
37
37
|
readonly labelPosition: {
|
|
38
|
-
readonly type: import("vue").PropType<"" | "
|
|
38
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
39
39
|
readonly required: false;
|
|
40
40
|
readonly validator: (val: unknown) => boolean;
|
|
41
41
|
__epPropKey: true;
|
|
@@ -102,7 +102,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
102
102
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
103
103
|
readonly required: boolean;
|
|
104
104
|
readonly labelWidth: string | number;
|
|
105
|
-
readonly labelPosition: "" | "
|
|
105
|
+
readonly labelPosition: "" | "top" | "left" | "right";
|
|
106
106
|
readonly inlineMessage: string | boolean;
|
|
107
107
|
readonly showMessage: boolean;
|
|
108
108
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -123,7 +123,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
123
123
|
readonly default: "";
|
|
124
124
|
};
|
|
125
125
|
readonly labelPosition: {
|
|
126
|
-
readonly type: import("vue").PropType<"" | "
|
|
126
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
127
127
|
readonly required: false;
|
|
128
128
|
readonly validator: (val: unknown) => boolean;
|
|
129
129
|
__epPropKey: true;
|
|
@@ -190,7 +190,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
190
190
|
}, {}, {}, {}, {
|
|
191
191
|
readonly required: boolean;
|
|
192
192
|
readonly labelWidth: string | number;
|
|
193
|
-
readonly labelPosition: "" | "
|
|
193
|
+
readonly labelPosition: "" | "top" | "left" | "right";
|
|
194
194
|
readonly inlineMessage: string | boolean;
|
|
195
195
|
readonly showMessage: boolean;
|
|
196
196
|
}>;
|
|
@@ -208,7 +208,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
208
208
|
readonly default: "";
|
|
209
209
|
};
|
|
210
210
|
readonly labelPosition: {
|
|
211
|
-
readonly type: import("vue").PropType<"" | "
|
|
211
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
212
212
|
readonly required: false;
|
|
213
213
|
readonly validator: (val: unknown) => boolean;
|
|
214
214
|
__epPropKey: true;
|
|
@@ -275,7 +275,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
275
275
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
276
276
|
readonly required: boolean;
|
|
277
277
|
readonly labelWidth: string | number;
|
|
278
|
-
readonly labelPosition: "" | "
|
|
278
|
+
readonly labelPosition: "" | "top" | "left" | "right";
|
|
279
279
|
readonly inlineMessage: string | boolean;
|
|
280
280
|
readonly showMessage: boolean;
|
|
281
281
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((new () => {
|
|
@@ -300,7 +300,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
300
300
|
readonly default: "";
|
|
301
301
|
};
|
|
302
302
|
readonly labelPosition: {
|
|
303
|
-
readonly type: import("vue").PropType<"" | "
|
|
303
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
304
304
|
readonly required: false;
|
|
305
305
|
readonly validator: (val: unknown) => boolean;
|
|
306
306
|
__epPropKey: true;
|
|
@@ -367,7 +367,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
367
367
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
368
368
|
readonly required: boolean;
|
|
369
369
|
readonly labelWidth: string | number;
|
|
370
|
-
readonly labelPosition: "" | "
|
|
370
|
+
readonly labelPosition: "" | "top" | "left" | "right";
|
|
371
371
|
readonly inlineMessage: string | boolean;
|
|
372
372
|
readonly showMessage: boolean;
|
|
373
373
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -388,7 +388,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
388
388
|
readonly default: "";
|
|
389
389
|
};
|
|
390
390
|
readonly labelPosition: {
|
|
391
|
-
readonly type: import("vue").PropType<"" | "
|
|
391
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
392
392
|
readonly required: false;
|
|
393
393
|
readonly validator: (val: unknown) => boolean;
|
|
394
394
|
__epPropKey: true;
|
|
@@ -455,7 +455,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
455
455
|
}, {}, {}, {}, {
|
|
456
456
|
readonly required: boolean;
|
|
457
457
|
readonly labelWidth: string | number;
|
|
458
|
-
readonly labelPosition: "" | "
|
|
458
|
+
readonly labelPosition: "" | "top" | "left" | "right";
|
|
459
459
|
readonly inlineMessage: string | boolean;
|
|
460
460
|
readonly showMessage: boolean;
|
|
461
461
|
}>;
|
|
@@ -473,7 +473,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
473
473
|
readonly default: "";
|
|
474
474
|
};
|
|
475
475
|
readonly labelPosition: {
|
|
476
|
-
readonly type: import("vue").PropType<"" | "
|
|
476
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
477
477
|
readonly required: false;
|
|
478
478
|
readonly validator: (val: unknown) => boolean;
|
|
479
479
|
__epPropKey: true;
|
|
@@ -540,7 +540,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
540
540
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
541
541
|
readonly required: boolean;
|
|
542
542
|
readonly labelWidth: string | number;
|
|
543
|
-
readonly labelPosition: "" | "
|
|
543
|
+
readonly labelPosition: "" | "top" | "left" | "right";
|
|
544
544
|
readonly inlineMessage: string | boolean;
|
|
545
545
|
readonly showMessage: boolean;
|
|
546
546
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((new () => {
|