@jari-ace/element-plus-component 0.3.1 → 0.3.3
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 +956 -1179
- package/dist/components/autoComplete/JaAutoComplete.vue.d.ts.map +1 -1
- package/dist/components/button/JaButton.vue.d.ts +114 -450
- package/dist/components/button/JaButton.vue.d.ts.map +1 -1
- package/dist/components/checkbox/JaCheckbox.vue.d.ts +228 -150
- package/dist/components/checkbox/JaCheckbox.vue.d.ts.map +1 -1
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts +215 -137
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts +700 -1596
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts.map +1 -1
- package/dist/components/form/JaForm.vue.d.ts +1 -1
- package/dist/components/formItem/JaFormItem.vue.d.ts +83 -293
- package/dist/components/formItem/JaFormItem.vue.d.ts.map +1 -1
- package/dist/components/input/JaInput.vue.d.ts +244 -609
- package/dist/components/input/JaInput.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.js +14 -5
- package/dist/components/inputI18n/InputI18n.vue.js.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts +117 -471
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js +4 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.d.ts.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.js +4 -8
- package/dist/components/properyPicker/PropertyPicker.vue.js.map +1 -1
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts +96 -287
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts +14 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts.map +1 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js +410 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js.map +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleEditor.vue.js +64 -31
- package/dist/components/rolePicker/RoleEditor.vue.js.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.js +7 -9
- package/dist/components/rolePicker/baseRolePicker.vue.js.map +1 -1
- package/dist/components/rolePicker/index.d.ts +2 -0
- package/dist/components/rolePicker/index.d.ts.map +1 -1
- package/dist/components/rolePicker/index.js +2 -0
- package/dist/components/rolePicker/index.js.map +1 -1
- package/dist/components/scrollbar/Scrollbar.vue.d.ts +110 -378
- package/dist/components/scrollbar/Scrollbar.vue.d.ts.map +1 -1
- package/dist/components/switch/JaSwitch.vue.d.ts +96 -431
- package/dist/components/switch/JaSwitch.vue.d.ts.map +1 -1
- package/dist/components/upload/JaUploader.vue.d.ts +50 -6
- package/dist/components/upload/JaUploader.vue.d.ts.map +1 -1
- package/dist/components/upload/index.d.ts +141 -3
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/index.js +4 -1
- package/dist/components/upload/index.js.map +1 -1
- package/dist/components/upload/types.d.ts +3 -0
- package/dist/components/upload/types.d.ts.map +1 -0
- package/dist/components/upload/types.js +2 -0
- package/dist/components/upload/types.js.map +1 -0
- package/dist/components/upload/uploader.vue.d.ts +26 -3
- package/dist/components/upload/uploader.vue.d.ts.map +1 -1
- package/dist/components/upload/uploader.vue.js +28 -11
- package/dist/components/upload/uploader.vue.js.map +1 -1
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts +1808 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts.map +1 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.js +23 -14
- package/dist/components/userGroupTree/src/userGroupTree.vue.js.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.d.ts.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js +2 -0
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js.map +1 -1
- package/dist/hooks/useAppInstances.d.ts +17 -4
- package/dist/hooks/useAppInstances.d.ts.map +1 -1
- package/dist/hooks/useAppInstances.js +109 -24
- package/dist/hooks/useAppInstances.js.map +1 -1
- package/dist/hooks/useClassificationLevels.d.ts.map +1 -1
- package/dist/hooks/useClassificationLevels.js +30 -7
- package/dist/hooks/useClassificationLevels.js.map +1 -1
- package/dist/hooks/useConstraintProviders.d.ts +5 -0
- package/dist/hooks/useConstraintProviders.d.ts.map +1 -0
- package/dist/hooks/useConstraintProviders.js +31 -0
- package/dist/hooks/useConstraintProviders.js.map +1 -0
- package/dist/hooks/useEntities.d.ts +9 -0
- package/dist/hooks/useEntities.d.ts.map +1 -0
- package/dist/hooks/useEntities.js +40 -0
- package/dist/hooks/useEntities.js.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts +5 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.js +31 -0
- package/dist/hooks/useEntityPropDataTypes.js.map +1 -0
- package/dist/hooks/useFileConfigurations.d.ts +6 -0
- package/dist/hooks/useFileConfigurations.d.ts.map +1 -0
- package/dist/hooks/useFileConfigurations.js +37 -0
- package/dist/hooks/useFileConfigurations.js.map +1 -0
- package/dist/hooks/useGroups.d.ts +7 -0
- package/dist/hooks/useGroups.d.ts.map +1 -0
- package/dist/hooks/useGroups.js +75 -0
- package/dist/hooks/useGroups.js.map +1 -0
- package/dist/hooks/useNumberTemplates.d.ts +6 -0
- package/dist/hooks/useNumberTemplates.d.ts.map +1 -0
- package/dist/hooks/useNumberTemplates.js +37 -0
- package/dist/hooks/useNumberTemplates.js.map +1 -0
- package/dist/hooks/useProperties.d.ts +9 -0
- package/dist/hooks/useProperties.d.ts.map +1 -0
- package/dist/hooks/useProperties.js +40 -0
- package/dist/hooks/useProperties.js.map +1 -0
- package/dist/hooks/useRoleCategories.d.ts +6 -0
- package/dist/hooks/useRoleCategories.d.ts.map +1 -0
- package/dist/hooks/useRoleCategories.js +37 -0
- package/dist/hooks/useRoleCategories.js.map +1 -0
- package/dist/hooks/useRoles.d.ts +6 -0
- package/dist/hooks/useRoles.d.ts.map +1 -0
- package/dist/hooks/useRoles.js +38 -0
- package/dist/hooks/useRoles.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +9385 -8876
- package/lib/index.umd.cjs +34 -34
- package/package.json +7 -7
- package/packages/components/input/JaInput.vue +1 -1
- package/packages/components/inputI18n/I18nBundleEditor.vue +2 -2
- package/packages/components/inputI18n/InputI18n.vue +33 -25
- package/packages/components/inputNumber/JaInputNumber.vue +6 -5
- package/packages/components/properyPicker/PropertyPicker.vue +4 -8
- package/packages/components/rolePicker/RoleCategorySelector.vue +154 -0
- package/packages/components/rolePicker/RoleEditor.vue +16 -7
- package/packages/components/rolePicker/baseRolePicker.vue +6 -13
- package/packages/components/rolePicker/index.ts +3 -0
- package/packages/components/upload/index.ts +4 -1
- package/packages/components/upload/types.ts +4 -0
- package/packages/components/upload/uploader.vue +456 -381
- package/packages/components/userGroupTree/src/userGroupTree.vue +54 -17
- package/packages/components/userSelectDialog/src/userSelectDialog.vue +1 -1
- package/packages/hooks/useAppInstances.ts +121 -25
- package/packages/hooks/useClassificationLevels.ts +31 -7
- package/packages/hooks/useConstraintProviders.ts +36 -0
- package/packages/hooks/useEntities.ts +44 -0
- package/packages/hooks/useEntityPropDataTypes.ts +37 -0
- package/packages/hooks/useFileConfigurations.ts +41 -0
- package/packages/hooks/useGroups.ts +81 -0
- package/packages/hooks/useNumberTemplates.ts +43 -0
- package/packages/hooks/useProperties.ts +44 -0
- package/packages/hooks/useRoleCategories.ts +42 -0
- package/packages/hooks/useRoles.ts +44 -0
- package/packages/index.ts +9 -0
|
@@ -10,85 +10,36 @@ type __VLS_Props = {
|
|
|
10
10
|
tooltipPlacement?: 'top' | 'bottom';
|
|
11
11
|
};
|
|
12
12
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Props, {
|
|
13
|
-
elButton: import("vue").Ref<({
|
|
13
|
+
elButton: import("vue").Ref<import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
14
14
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
readonly size: {
|
|
16
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
16
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
17
17
|
readonly required: false;
|
|
18
18
|
readonly validator: (val: unknown) => boolean;
|
|
19
19
|
__epPropKey: true;
|
|
20
20
|
};
|
|
21
21
|
readonly disabled: BooleanConstructor;
|
|
22
|
-
readonly type:
|
|
23
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
24
|
-
readonly required: false;
|
|
25
|
-
readonly validator: (val: unknown) => boolean;
|
|
26
|
-
__epPropKey: true;
|
|
27
|
-
} & {
|
|
28
|
-
readonly default: "";
|
|
29
|
-
};
|
|
22
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
30
23
|
readonly icon: {
|
|
31
24
|
readonly type: import("vue").PropType<unknown>;
|
|
32
25
|
readonly required: false;
|
|
33
26
|
readonly validator: (val: unknown) => boolean;
|
|
34
27
|
__epPropKey: true;
|
|
35
28
|
};
|
|
36
|
-
readonly nativeType:
|
|
37
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
38
|
-
readonly required: false;
|
|
39
|
-
readonly validator: (val: unknown) => boolean;
|
|
40
|
-
__epPropKey: true;
|
|
41
|
-
} & {
|
|
42
|
-
readonly default: "button";
|
|
43
|
-
};
|
|
29
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
44
30
|
readonly loading: BooleanConstructor;
|
|
45
|
-
readonly loadingIcon: {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
readonly validator: (val: unknown) => boolean;
|
|
49
|
-
__epPropKey: true;
|
|
50
|
-
} & {
|
|
51
|
-
readonly default: () => any;
|
|
52
|
-
};
|
|
53
|
-
readonly plain: {
|
|
54
|
-
readonly type: import("vue").PropType<boolean>;
|
|
55
|
-
readonly required: false;
|
|
56
|
-
readonly validator: (val: unknown) => boolean;
|
|
57
|
-
__epPropKey: true;
|
|
58
|
-
} & {
|
|
59
|
-
readonly default: undefined;
|
|
60
|
-
};
|
|
61
|
-
readonly text: BooleanConstructor;
|
|
31
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
32
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
33
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
62
34
|
readonly link: BooleanConstructor;
|
|
63
35
|
readonly bg: BooleanConstructor;
|
|
64
36
|
readonly autofocus: BooleanConstructor;
|
|
65
|
-
readonly round:
|
|
66
|
-
readonly type: import("vue").PropType<boolean>;
|
|
67
|
-
readonly required: false;
|
|
68
|
-
readonly validator: (val: unknown) => boolean;
|
|
69
|
-
__epPropKey: true;
|
|
70
|
-
} & {
|
|
71
|
-
readonly default: undefined;
|
|
72
|
-
};
|
|
37
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
73
38
|
readonly circle: BooleanConstructor;
|
|
74
39
|
readonly color: StringConstructor;
|
|
75
40
|
readonly dark: BooleanConstructor;
|
|
76
|
-
readonly autoInsertSpace:
|
|
77
|
-
|
|
78
|
-
readonly required: false;
|
|
79
|
-
readonly validator: (val: unknown) => boolean;
|
|
80
|
-
__epPropKey: true;
|
|
81
|
-
} & {
|
|
82
|
-
readonly default: undefined;
|
|
83
|
-
};
|
|
84
|
-
readonly tag: {
|
|
85
|
-
readonly type: import("vue").PropType<unknown>;
|
|
86
|
-
readonly required: false;
|
|
87
|
-
readonly validator: (val: unknown) => boolean;
|
|
88
|
-
__epPropKey: true;
|
|
89
|
-
} & {
|
|
90
|
-
readonly default: "button";
|
|
91
|
-
};
|
|
41
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
42
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
92
43
|
}>> & {
|
|
93
44
|
onClick?: (evt: MouseEvent) => any;
|
|
94
45
|
}, {
|
|
@@ -102,19 +53,19 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
102
53
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
103
54
|
readonly link: boolean;
|
|
104
55
|
readonly circle: boolean;
|
|
105
|
-
readonly text:
|
|
56
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
106
57
|
readonly disabled: boolean;
|
|
107
|
-
readonly round:
|
|
58
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
108
59
|
readonly dark: boolean;
|
|
109
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
60
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
110
61
|
readonly bg: boolean;
|
|
111
62
|
readonly loading: boolean;
|
|
112
63
|
readonly autofocus: boolean;
|
|
113
64
|
readonly tag: unknown;
|
|
114
|
-
readonly plain:
|
|
115
|
-
readonly
|
|
65
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
66
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
67
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
116
68
|
readonly loadingIcon: unknown;
|
|
117
|
-
readonly autoInsertSpace: boolean;
|
|
118
69
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
119
70
|
P: {};
|
|
120
71
|
B: {};
|
|
@@ -124,82 +75,33 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
124
75
|
Defaults: {};
|
|
125
76
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
126
77
|
readonly size: {
|
|
127
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
78
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
128
79
|
readonly required: false;
|
|
129
80
|
readonly validator: (val: unknown) => boolean;
|
|
130
81
|
__epPropKey: true;
|
|
131
82
|
};
|
|
132
83
|
readonly disabled: BooleanConstructor;
|
|
133
|
-
readonly type:
|
|
134
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
135
|
-
readonly required: false;
|
|
136
|
-
readonly validator: (val: unknown) => boolean;
|
|
137
|
-
__epPropKey: true;
|
|
138
|
-
} & {
|
|
139
|
-
readonly default: "";
|
|
140
|
-
};
|
|
84
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
141
85
|
readonly icon: {
|
|
142
86
|
readonly type: import("vue").PropType<unknown>;
|
|
143
87
|
readonly required: false;
|
|
144
88
|
readonly validator: (val: unknown) => boolean;
|
|
145
89
|
__epPropKey: true;
|
|
146
90
|
};
|
|
147
|
-
readonly nativeType:
|
|
148
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
149
|
-
readonly required: false;
|
|
150
|
-
readonly validator: (val: unknown) => boolean;
|
|
151
|
-
__epPropKey: true;
|
|
152
|
-
} & {
|
|
153
|
-
readonly default: "button";
|
|
154
|
-
};
|
|
91
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
155
92
|
readonly loading: BooleanConstructor;
|
|
156
|
-
readonly loadingIcon: {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
readonly validator: (val: unknown) => boolean;
|
|
160
|
-
__epPropKey: true;
|
|
161
|
-
} & {
|
|
162
|
-
readonly default: () => any;
|
|
163
|
-
};
|
|
164
|
-
readonly plain: {
|
|
165
|
-
readonly type: import("vue").PropType<boolean>;
|
|
166
|
-
readonly required: false;
|
|
167
|
-
readonly validator: (val: unknown) => boolean;
|
|
168
|
-
__epPropKey: true;
|
|
169
|
-
} & {
|
|
170
|
-
readonly default: undefined;
|
|
171
|
-
};
|
|
172
|
-
readonly text: BooleanConstructor;
|
|
93
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
94
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
95
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
173
96
|
readonly link: BooleanConstructor;
|
|
174
97
|
readonly bg: BooleanConstructor;
|
|
175
98
|
readonly autofocus: BooleanConstructor;
|
|
176
|
-
readonly round:
|
|
177
|
-
readonly type: import("vue").PropType<boolean>;
|
|
178
|
-
readonly required: false;
|
|
179
|
-
readonly validator: (val: unknown) => boolean;
|
|
180
|
-
__epPropKey: true;
|
|
181
|
-
} & {
|
|
182
|
-
readonly default: undefined;
|
|
183
|
-
};
|
|
99
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
184
100
|
readonly circle: BooleanConstructor;
|
|
185
101
|
readonly color: StringConstructor;
|
|
186
102
|
readonly dark: BooleanConstructor;
|
|
187
|
-
readonly autoInsertSpace:
|
|
188
|
-
|
|
189
|
-
readonly required: false;
|
|
190
|
-
readonly validator: (val: unknown) => boolean;
|
|
191
|
-
__epPropKey: true;
|
|
192
|
-
} & {
|
|
193
|
-
readonly default: undefined;
|
|
194
|
-
};
|
|
195
|
-
readonly tag: {
|
|
196
|
-
readonly type: import("vue").PropType<unknown>;
|
|
197
|
-
readonly required: false;
|
|
198
|
-
readonly validator: (val: unknown) => boolean;
|
|
199
|
-
__epPropKey: true;
|
|
200
|
-
} & {
|
|
201
|
-
readonly default: "button";
|
|
202
|
-
};
|
|
103
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
104
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
203
105
|
}>> & {
|
|
204
106
|
onClick?: (evt: MouseEvent) => any;
|
|
205
107
|
}, {
|
|
@@ -211,101 +113,52 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
211
113
|
}, {}, {}, {}, {
|
|
212
114
|
readonly link: boolean;
|
|
213
115
|
readonly circle: boolean;
|
|
214
|
-
readonly text:
|
|
116
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
215
117
|
readonly disabled: boolean;
|
|
216
|
-
readonly round:
|
|
118
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
217
119
|
readonly dark: boolean;
|
|
218
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
120
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
219
121
|
readonly bg: boolean;
|
|
220
122
|
readonly loading: boolean;
|
|
221
123
|
readonly autofocus: boolean;
|
|
222
124
|
readonly tag: unknown;
|
|
223
|
-
readonly plain:
|
|
224
|
-
readonly
|
|
125
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
126
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
127
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
225
128
|
readonly loadingIcon: unknown;
|
|
226
|
-
readonly autoInsertSpace: boolean;
|
|
227
129
|
}>;
|
|
228
130
|
__isFragment?: never;
|
|
229
131
|
__isTeleport?: never;
|
|
230
132
|
__isSuspense?: never;
|
|
231
133
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
232
134
|
readonly size: {
|
|
233
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
135
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
234
136
|
readonly required: false;
|
|
235
137
|
readonly validator: (val: unknown) => boolean;
|
|
236
138
|
__epPropKey: true;
|
|
237
139
|
};
|
|
238
140
|
readonly disabled: BooleanConstructor;
|
|
239
|
-
readonly type:
|
|
240
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
241
|
-
readonly required: false;
|
|
242
|
-
readonly validator: (val: unknown) => boolean;
|
|
243
|
-
__epPropKey: true;
|
|
244
|
-
} & {
|
|
245
|
-
readonly default: "";
|
|
246
|
-
};
|
|
141
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
247
142
|
readonly icon: {
|
|
248
143
|
readonly type: import("vue").PropType<unknown>;
|
|
249
144
|
readonly required: false;
|
|
250
145
|
readonly validator: (val: unknown) => boolean;
|
|
251
146
|
__epPropKey: true;
|
|
252
147
|
};
|
|
253
|
-
readonly nativeType:
|
|
254
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
255
|
-
readonly required: false;
|
|
256
|
-
readonly validator: (val: unknown) => boolean;
|
|
257
|
-
__epPropKey: true;
|
|
258
|
-
} & {
|
|
259
|
-
readonly default: "button";
|
|
260
|
-
};
|
|
148
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
261
149
|
readonly loading: BooleanConstructor;
|
|
262
|
-
readonly loadingIcon: {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
readonly validator: (val: unknown) => boolean;
|
|
266
|
-
__epPropKey: true;
|
|
267
|
-
} & {
|
|
268
|
-
readonly default: () => any;
|
|
269
|
-
};
|
|
270
|
-
readonly plain: {
|
|
271
|
-
readonly type: import("vue").PropType<boolean>;
|
|
272
|
-
readonly required: false;
|
|
273
|
-
readonly validator: (val: unknown) => boolean;
|
|
274
|
-
__epPropKey: true;
|
|
275
|
-
} & {
|
|
276
|
-
readonly default: undefined;
|
|
277
|
-
};
|
|
278
|
-
readonly text: BooleanConstructor;
|
|
150
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
151
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
152
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
279
153
|
readonly link: BooleanConstructor;
|
|
280
154
|
readonly bg: BooleanConstructor;
|
|
281
155
|
readonly autofocus: BooleanConstructor;
|
|
282
|
-
readonly round:
|
|
283
|
-
readonly type: import("vue").PropType<boolean>;
|
|
284
|
-
readonly required: false;
|
|
285
|
-
readonly validator: (val: unknown) => boolean;
|
|
286
|
-
__epPropKey: true;
|
|
287
|
-
} & {
|
|
288
|
-
readonly default: undefined;
|
|
289
|
-
};
|
|
156
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
290
157
|
readonly circle: BooleanConstructor;
|
|
291
158
|
readonly color: StringConstructor;
|
|
292
159
|
readonly dark: BooleanConstructor;
|
|
293
|
-
readonly autoInsertSpace:
|
|
294
|
-
|
|
295
|
-
readonly required: false;
|
|
296
|
-
readonly validator: (val: unknown) => boolean;
|
|
297
|
-
__epPropKey: true;
|
|
298
|
-
} & {
|
|
299
|
-
readonly default: undefined;
|
|
300
|
-
};
|
|
301
|
-
readonly tag: {
|
|
302
|
-
readonly type: import("vue").PropType<unknown>;
|
|
303
|
-
readonly required: false;
|
|
304
|
-
readonly validator: (val: unknown) => boolean;
|
|
305
|
-
__epPropKey: true;
|
|
306
|
-
} & {
|
|
307
|
-
readonly default: "button";
|
|
308
|
-
};
|
|
160
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
161
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
309
162
|
}>> & {
|
|
310
163
|
onClick?: (evt: MouseEvent) => any;
|
|
311
164
|
}, {
|
|
@@ -319,44 +172,37 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
319
172
|
}, string, {
|
|
320
173
|
readonly link: boolean;
|
|
321
174
|
readonly circle: boolean;
|
|
322
|
-
readonly text:
|
|
175
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
323
176
|
readonly disabled: boolean;
|
|
324
|
-
readonly round:
|
|
177
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
325
178
|
readonly dark: boolean;
|
|
326
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
179
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
327
180
|
readonly bg: boolean;
|
|
328
181
|
readonly loading: boolean;
|
|
329
182
|
readonly autofocus: boolean;
|
|
330
183
|
readonly tag: unknown;
|
|
331
|
-
readonly plain:
|
|
332
|
-
readonly
|
|
184
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
185
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
186
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
333
187
|
readonly loadingIcon: unknown;
|
|
334
|
-
|
|
335
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((new () => {
|
|
188
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
336
189
|
$slots: {
|
|
337
190
|
loading?(_: {}): any;
|
|
338
191
|
icon?(_: {}): any;
|
|
339
192
|
default?(_: {}): any;
|
|
340
193
|
};
|
|
341
|
-
}) &
|
|
194
|
+
})> & {
|
|
342
195
|
ButtonGroup: {
|
|
343
196
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
344
197
|
readonly size: {
|
|
345
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
198
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
346
199
|
readonly required: false;
|
|
347
200
|
readonly validator: (val: unknown) => boolean;
|
|
348
201
|
__epPropKey: true;
|
|
349
202
|
};
|
|
350
|
-
readonly type:
|
|
351
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
352
|
-
readonly required: false;
|
|
353
|
-
readonly validator: (val: unknown) => boolean;
|
|
354
|
-
__epPropKey: true;
|
|
355
|
-
} & {
|
|
356
|
-
readonly default: "";
|
|
357
|
-
};
|
|
203
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
358
204
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
359
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
205
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
360
206
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
361
207
|
P: {};
|
|
362
208
|
B: {};
|
|
@@ -366,126 +212,63 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
366
212
|
Defaults: {};
|
|
367
213
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
368
214
|
readonly size: {
|
|
369
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
370
|
-
readonly required: false;
|
|
371
|
-
readonly validator: (val: unknown) => boolean;
|
|
372
|
-
__epPropKey: true;
|
|
373
|
-
};
|
|
374
|
-
readonly type: {
|
|
375
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
215
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
376
216
|
readonly required: false;
|
|
377
217
|
readonly validator: (val: unknown) => boolean;
|
|
378
218
|
__epPropKey: true;
|
|
379
|
-
} & {
|
|
380
|
-
readonly default: "";
|
|
381
219
|
};
|
|
220
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
382
221
|
}>>, {}, {}, {}, {}, {
|
|
383
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
222
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
384
223
|
}>;
|
|
385
224
|
__isFragment?: never;
|
|
386
225
|
__isTeleport?: never;
|
|
387
226
|
__isSuspense?: never;
|
|
388
227
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
389
228
|
readonly size: {
|
|
390
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
391
|
-
readonly required: false;
|
|
392
|
-
readonly validator: (val: unknown) => boolean;
|
|
393
|
-
__epPropKey: true;
|
|
394
|
-
};
|
|
395
|
-
readonly type: {
|
|
396
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
229
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
397
230
|
readonly required: false;
|
|
398
231
|
readonly validator: (val: unknown) => boolean;
|
|
399
232
|
__epPropKey: true;
|
|
400
|
-
} & {
|
|
401
|
-
readonly default: "";
|
|
402
233
|
};
|
|
234
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
403
235
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
404
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
236
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
405
237
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
406
238
|
$slots: {
|
|
407
239
|
default?(_: {}): any;
|
|
408
240
|
};
|
|
409
241
|
});
|
|
410
|
-
}, ({
|
|
242
|
+
}, import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
411
243
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
412
244
|
readonly size: {
|
|
413
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
245
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
414
246
|
readonly required: false;
|
|
415
247
|
readonly validator: (val: unknown) => boolean;
|
|
416
248
|
__epPropKey: true;
|
|
417
249
|
};
|
|
418
250
|
readonly disabled: BooleanConstructor;
|
|
419
|
-
readonly type:
|
|
420
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
421
|
-
readonly required: false;
|
|
422
|
-
readonly validator: (val: unknown) => boolean;
|
|
423
|
-
__epPropKey: true;
|
|
424
|
-
} & {
|
|
425
|
-
readonly default: "";
|
|
426
|
-
};
|
|
251
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
427
252
|
readonly icon: {
|
|
428
253
|
readonly type: import("vue").PropType<unknown>;
|
|
429
254
|
readonly required: false;
|
|
430
255
|
readonly validator: (val: unknown) => boolean;
|
|
431
256
|
__epPropKey: true;
|
|
432
257
|
};
|
|
433
|
-
readonly nativeType:
|
|
434
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
435
|
-
readonly required: false;
|
|
436
|
-
readonly validator: (val: unknown) => boolean;
|
|
437
|
-
__epPropKey: true;
|
|
438
|
-
} & {
|
|
439
|
-
readonly default: "button";
|
|
440
|
-
};
|
|
258
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
441
259
|
readonly loading: BooleanConstructor;
|
|
442
|
-
readonly loadingIcon: {
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
readonly validator: (val: unknown) => boolean;
|
|
446
|
-
__epPropKey: true;
|
|
447
|
-
} & {
|
|
448
|
-
readonly default: () => any;
|
|
449
|
-
};
|
|
450
|
-
readonly plain: {
|
|
451
|
-
readonly type: import("vue").PropType<boolean>;
|
|
452
|
-
readonly required: false;
|
|
453
|
-
readonly validator: (val: unknown) => boolean;
|
|
454
|
-
__epPropKey: true;
|
|
455
|
-
} & {
|
|
456
|
-
readonly default: undefined;
|
|
457
|
-
};
|
|
458
|
-
readonly text: BooleanConstructor;
|
|
260
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
261
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
262
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
459
263
|
readonly link: BooleanConstructor;
|
|
460
264
|
readonly bg: BooleanConstructor;
|
|
461
265
|
readonly autofocus: BooleanConstructor;
|
|
462
|
-
readonly round:
|
|
463
|
-
readonly type: import("vue").PropType<boolean>;
|
|
464
|
-
readonly required: false;
|
|
465
|
-
readonly validator: (val: unknown) => boolean;
|
|
466
|
-
__epPropKey: true;
|
|
467
|
-
} & {
|
|
468
|
-
readonly default: undefined;
|
|
469
|
-
};
|
|
266
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
470
267
|
readonly circle: BooleanConstructor;
|
|
471
268
|
readonly color: StringConstructor;
|
|
472
269
|
readonly dark: BooleanConstructor;
|
|
473
|
-
readonly autoInsertSpace:
|
|
474
|
-
|
|
475
|
-
readonly required: false;
|
|
476
|
-
readonly validator: (val: unknown) => boolean;
|
|
477
|
-
__epPropKey: true;
|
|
478
|
-
} & {
|
|
479
|
-
readonly default: undefined;
|
|
480
|
-
};
|
|
481
|
-
readonly tag: {
|
|
482
|
-
readonly type: import("vue").PropType<unknown>;
|
|
483
|
-
readonly required: false;
|
|
484
|
-
readonly validator: (val: unknown) => boolean;
|
|
485
|
-
__epPropKey: true;
|
|
486
|
-
} & {
|
|
487
|
-
readonly default: "button";
|
|
488
|
-
};
|
|
270
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
271
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
489
272
|
}>> & {
|
|
490
273
|
onClick?: (evt: MouseEvent) => any;
|
|
491
274
|
}, {
|
|
@@ -499,19 +282,19 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
499
282
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
500
283
|
readonly link: boolean;
|
|
501
284
|
readonly circle: boolean;
|
|
502
|
-
readonly text:
|
|
285
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
503
286
|
readonly disabled: boolean;
|
|
504
|
-
readonly round:
|
|
287
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
505
288
|
readonly dark: boolean;
|
|
506
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
289
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
507
290
|
readonly bg: boolean;
|
|
508
291
|
readonly loading: boolean;
|
|
509
292
|
readonly autofocus: boolean;
|
|
510
293
|
readonly tag: unknown;
|
|
511
|
-
readonly plain:
|
|
512
|
-
readonly
|
|
294
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
295
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
296
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
513
297
|
readonly loadingIcon: unknown;
|
|
514
|
-
readonly autoInsertSpace: boolean;
|
|
515
298
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
516
299
|
P: {};
|
|
517
300
|
B: {};
|
|
@@ -521,82 +304,33 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
521
304
|
Defaults: {};
|
|
522
305
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
523
306
|
readonly size: {
|
|
524
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
307
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
525
308
|
readonly required: false;
|
|
526
309
|
readonly validator: (val: unknown) => boolean;
|
|
527
310
|
__epPropKey: true;
|
|
528
311
|
};
|
|
529
312
|
readonly disabled: BooleanConstructor;
|
|
530
|
-
readonly type:
|
|
531
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
532
|
-
readonly required: false;
|
|
533
|
-
readonly validator: (val: unknown) => boolean;
|
|
534
|
-
__epPropKey: true;
|
|
535
|
-
} & {
|
|
536
|
-
readonly default: "";
|
|
537
|
-
};
|
|
313
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
538
314
|
readonly icon: {
|
|
539
315
|
readonly type: import("vue").PropType<unknown>;
|
|
540
316
|
readonly required: false;
|
|
541
317
|
readonly validator: (val: unknown) => boolean;
|
|
542
318
|
__epPropKey: true;
|
|
543
319
|
};
|
|
544
|
-
readonly nativeType:
|
|
545
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
546
|
-
readonly required: false;
|
|
547
|
-
readonly validator: (val: unknown) => boolean;
|
|
548
|
-
__epPropKey: true;
|
|
549
|
-
} & {
|
|
550
|
-
readonly default: "button";
|
|
551
|
-
};
|
|
320
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
552
321
|
readonly loading: BooleanConstructor;
|
|
553
|
-
readonly loadingIcon: {
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
readonly validator: (val: unknown) => boolean;
|
|
557
|
-
__epPropKey: true;
|
|
558
|
-
} & {
|
|
559
|
-
readonly default: () => any;
|
|
560
|
-
};
|
|
561
|
-
readonly plain: {
|
|
562
|
-
readonly type: import("vue").PropType<boolean>;
|
|
563
|
-
readonly required: false;
|
|
564
|
-
readonly validator: (val: unknown) => boolean;
|
|
565
|
-
__epPropKey: true;
|
|
566
|
-
} & {
|
|
567
|
-
readonly default: undefined;
|
|
568
|
-
};
|
|
569
|
-
readonly text: BooleanConstructor;
|
|
322
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
323
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
324
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
570
325
|
readonly link: BooleanConstructor;
|
|
571
326
|
readonly bg: BooleanConstructor;
|
|
572
327
|
readonly autofocus: BooleanConstructor;
|
|
573
|
-
readonly round:
|
|
574
|
-
readonly type: import("vue").PropType<boolean>;
|
|
575
|
-
readonly required: false;
|
|
576
|
-
readonly validator: (val: unknown) => boolean;
|
|
577
|
-
__epPropKey: true;
|
|
578
|
-
} & {
|
|
579
|
-
readonly default: undefined;
|
|
580
|
-
};
|
|
328
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
581
329
|
readonly circle: BooleanConstructor;
|
|
582
330
|
readonly color: StringConstructor;
|
|
583
331
|
readonly dark: BooleanConstructor;
|
|
584
|
-
readonly autoInsertSpace:
|
|
585
|
-
|
|
586
|
-
readonly required: false;
|
|
587
|
-
readonly validator: (val: unknown) => boolean;
|
|
588
|
-
__epPropKey: true;
|
|
589
|
-
} & {
|
|
590
|
-
readonly default: undefined;
|
|
591
|
-
};
|
|
592
|
-
readonly tag: {
|
|
593
|
-
readonly type: import("vue").PropType<unknown>;
|
|
594
|
-
readonly required: false;
|
|
595
|
-
readonly validator: (val: unknown) => boolean;
|
|
596
|
-
__epPropKey: true;
|
|
597
|
-
} & {
|
|
598
|
-
readonly default: "button";
|
|
599
|
-
};
|
|
332
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
333
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
600
334
|
}>> & {
|
|
601
335
|
onClick?: (evt: MouseEvent) => any;
|
|
602
336
|
}, {
|
|
@@ -608,101 +342,52 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
608
342
|
}, {}, {}, {}, {
|
|
609
343
|
readonly link: boolean;
|
|
610
344
|
readonly circle: boolean;
|
|
611
|
-
readonly text:
|
|
345
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
612
346
|
readonly disabled: boolean;
|
|
613
|
-
readonly round:
|
|
347
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
614
348
|
readonly dark: boolean;
|
|
615
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
349
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
616
350
|
readonly bg: boolean;
|
|
617
351
|
readonly loading: boolean;
|
|
618
352
|
readonly autofocus: boolean;
|
|
619
353
|
readonly tag: unknown;
|
|
620
|
-
readonly plain:
|
|
621
|
-
readonly
|
|
354
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
355
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
356
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
622
357
|
readonly loadingIcon: unknown;
|
|
623
|
-
readonly autoInsertSpace: boolean;
|
|
624
358
|
}>;
|
|
625
359
|
__isFragment?: never;
|
|
626
360
|
__isTeleport?: never;
|
|
627
361
|
__isSuspense?: never;
|
|
628
362
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
629
363
|
readonly size: {
|
|
630
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
364
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
631
365
|
readonly required: false;
|
|
632
366
|
readonly validator: (val: unknown) => boolean;
|
|
633
367
|
__epPropKey: true;
|
|
634
368
|
};
|
|
635
369
|
readonly disabled: BooleanConstructor;
|
|
636
|
-
readonly type:
|
|
637
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
638
|
-
readonly required: false;
|
|
639
|
-
readonly validator: (val: unknown) => boolean;
|
|
640
|
-
__epPropKey: true;
|
|
641
|
-
} & {
|
|
642
|
-
readonly default: "";
|
|
643
|
-
};
|
|
370
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
644
371
|
readonly icon: {
|
|
645
372
|
readonly type: import("vue").PropType<unknown>;
|
|
646
373
|
readonly required: false;
|
|
647
374
|
readonly validator: (val: unknown) => boolean;
|
|
648
375
|
__epPropKey: true;
|
|
649
376
|
};
|
|
650
|
-
readonly nativeType:
|
|
651
|
-
readonly type: import("vue").PropType<"reset" | "submit" | "button">;
|
|
652
|
-
readonly required: false;
|
|
653
|
-
readonly validator: (val: unknown) => boolean;
|
|
654
|
-
__epPropKey: true;
|
|
655
|
-
} & {
|
|
656
|
-
readonly default: "button";
|
|
657
|
-
};
|
|
377
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
658
378
|
readonly loading: BooleanConstructor;
|
|
659
|
-
readonly loadingIcon: {
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
readonly validator: (val: unknown) => boolean;
|
|
663
|
-
__epPropKey: true;
|
|
664
|
-
} & {
|
|
665
|
-
readonly default: () => any;
|
|
666
|
-
};
|
|
667
|
-
readonly plain: {
|
|
668
|
-
readonly type: import("vue").PropType<boolean>;
|
|
669
|
-
readonly required: false;
|
|
670
|
-
readonly validator: (val: unknown) => boolean;
|
|
671
|
-
__epPropKey: true;
|
|
672
|
-
} & {
|
|
673
|
-
readonly default: undefined;
|
|
674
|
-
};
|
|
675
|
-
readonly text: BooleanConstructor;
|
|
379
|
+
readonly loadingIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
380
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
381
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
676
382
|
readonly link: BooleanConstructor;
|
|
677
383
|
readonly bg: BooleanConstructor;
|
|
678
384
|
readonly autofocus: BooleanConstructor;
|
|
679
|
-
readonly round:
|
|
680
|
-
readonly type: import("vue").PropType<boolean>;
|
|
681
|
-
readonly required: false;
|
|
682
|
-
readonly validator: (val: unknown) => boolean;
|
|
683
|
-
__epPropKey: true;
|
|
684
|
-
} & {
|
|
685
|
-
readonly default: undefined;
|
|
686
|
-
};
|
|
385
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
687
386
|
readonly circle: BooleanConstructor;
|
|
688
387
|
readonly color: StringConstructor;
|
|
689
388
|
readonly dark: BooleanConstructor;
|
|
690
|
-
readonly autoInsertSpace:
|
|
691
|
-
|
|
692
|
-
readonly required: false;
|
|
693
|
-
readonly validator: (val: unknown) => boolean;
|
|
694
|
-
__epPropKey: true;
|
|
695
|
-
} & {
|
|
696
|
-
readonly default: undefined;
|
|
697
|
-
};
|
|
698
|
-
readonly tag: {
|
|
699
|
-
readonly type: import("vue").PropType<unknown>;
|
|
700
|
-
readonly required: false;
|
|
701
|
-
readonly validator: (val: unknown) => boolean;
|
|
702
|
-
__epPropKey: true;
|
|
703
|
-
} & {
|
|
704
|
-
readonly default: "button";
|
|
705
|
-
};
|
|
389
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
390
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
706
391
|
}>> & {
|
|
707
392
|
onClick?: (evt: MouseEvent) => any;
|
|
708
393
|
}, {
|
|
@@ -716,44 +401,37 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
716
401
|
}, string, {
|
|
717
402
|
readonly link: boolean;
|
|
718
403
|
readonly circle: boolean;
|
|
719
|
-
readonly text:
|
|
404
|
+
readonly text: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
720
405
|
readonly disabled: boolean;
|
|
721
|
-
readonly round:
|
|
406
|
+
readonly round: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
722
407
|
readonly dark: boolean;
|
|
723
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
408
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
724
409
|
readonly bg: boolean;
|
|
725
410
|
readonly loading: boolean;
|
|
726
411
|
readonly autofocus: boolean;
|
|
727
412
|
readonly tag: unknown;
|
|
728
|
-
readonly plain:
|
|
729
|
-
readonly
|
|
413
|
+
readonly plain: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
414
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
415
|
+
readonly nativeType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
730
416
|
readonly loadingIcon: unknown;
|
|
731
|
-
|
|
732
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((new () => {
|
|
417
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
733
418
|
$slots: {
|
|
734
419
|
loading?(_: {}): any;
|
|
735
420
|
icon?(_: {}): any;
|
|
736
421
|
default?(_: {}): any;
|
|
737
422
|
};
|
|
738
|
-
}) &
|
|
423
|
+
})> & {
|
|
739
424
|
ButtonGroup: {
|
|
740
425
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
741
426
|
readonly size: {
|
|
742
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
427
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
743
428
|
readonly required: false;
|
|
744
429
|
readonly validator: (val: unknown) => boolean;
|
|
745
430
|
__epPropKey: true;
|
|
746
431
|
};
|
|
747
|
-
readonly type:
|
|
748
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
749
|
-
readonly required: false;
|
|
750
|
-
readonly validator: (val: unknown) => boolean;
|
|
751
|
-
__epPropKey: true;
|
|
752
|
-
} & {
|
|
753
|
-
readonly default: "";
|
|
754
|
-
};
|
|
432
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
755
433
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
756
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
434
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
757
435
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
758
436
|
P: {};
|
|
759
437
|
B: {};
|
|
@@ -763,42 +441,28 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
763
441
|
Defaults: {};
|
|
764
442
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
765
443
|
readonly size: {
|
|
766
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
767
|
-
readonly required: false;
|
|
768
|
-
readonly validator: (val: unknown) => boolean;
|
|
769
|
-
__epPropKey: true;
|
|
770
|
-
};
|
|
771
|
-
readonly type: {
|
|
772
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
444
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
773
445
|
readonly required: false;
|
|
774
446
|
readonly validator: (val: unknown) => boolean;
|
|
775
447
|
__epPropKey: true;
|
|
776
|
-
} & {
|
|
777
|
-
readonly default: "";
|
|
778
448
|
};
|
|
449
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
779
450
|
}>>, {}, {}, {}, {}, {
|
|
780
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
451
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
781
452
|
}>;
|
|
782
453
|
__isFragment?: never;
|
|
783
454
|
__isTeleport?: never;
|
|
784
455
|
__isSuspense?: never;
|
|
785
456
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
786
457
|
readonly size: {
|
|
787
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
788
|
-
readonly required: false;
|
|
789
|
-
readonly validator: (val: unknown) => boolean;
|
|
790
|
-
__epPropKey: true;
|
|
791
|
-
};
|
|
792
|
-
readonly type: {
|
|
793
|
-
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
458
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
794
459
|
readonly required: false;
|
|
795
460
|
readonly validator: (val: unknown) => boolean;
|
|
796
461
|
__epPropKey: true;
|
|
797
|
-
} & {
|
|
798
|
-
readonly default: "";
|
|
799
462
|
};
|
|
463
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
800
464
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
801
|
-
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger"
|
|
465
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger", unknown>;
|
|
802
466
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
803
467
|
$slots: {
|
|
804
468
|
default?(_: {}): any;
|