@vue-start/element-pro 0.2.20 → 0.2.22
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/index.d.ts +157 -235
- package/dist/index.es.js +272 -262
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as element_plus_es_components_descriptions_src_descriptions_type from 'element-plus/es/components/descriptions/src/descriptions.type';
|
|
2
2
|
import * as element_plus from 'element-plus';
|
|
3
|
-
import { DialogProps,
|
|
3
|
+
import { DialogProps, CheckboxGroupProps, ISelectProps, MenuProps, UploadProps, UploadFile, InputNumberProps, FormItemProps } from 'element-plus';
|
|
4
4
|
import * as _vue_shared from '@vue/shared';
|
|
5
5
|
import * as element_plus_es_utils from 'element-plus/es/utils';
|
|
6
6
|
import * as vue from 'vue';
|
|
@@ -69,7 +69,7 @@ declare const ProLoading: vue.DefineComponent<Partial<ExtractPropTypes<{
|
|
|
69
69
|
customClass: {
|
|
70
70
|
type: StringConstructor;
|
|
71
71
|
};
|
|
72
|
-
}>>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
72
|
+
}>>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<Partial<ExtractPropTypes<{
|
|
73
73
|
loading: {
|
|
74
74
|
type: BooleanConstructor;
|
|
75
75
|
};
|
|
@@ -124,7 +124,6 @@ declare const proModalProps: () => {
|
|
|
124
124
|
readonly disabled: boolean;
|
|
125
125
|
readonly loading: boolean;
|
|
126
126
|
readonly dark: boolean;
|
|
127
|
-
readonly icon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
128
127
|
readonly round: boolean;
|
|
129
128
|
readonly autofocus: boolean;
|
|
130
129
|
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
@@ -134,6 +133,7 @@ declare const proModalProps: () => {
|
|
|
134
133
|
} & {
|
|
135
134
|
readonly color?: string | undefined;
|
|
136
135
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
136
|
+
readonly icon?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown> | undefined;
|
|
137
137
|
readonly autoInsertSpace?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
138
138
|
} & {
|
|
139
139
|
onClick?: (() => void) | undefined;
|
|
@@ -152,7 +152,6 @@ declare const proModalProps: () => {
|
|
|
152
152
|
readonly disabled: boolean;
|
|
153
153
|
readonly loading: boolean;
|
|
154
154
|
readonly dark: boolean;
|
|
155
|
-
readonly icon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
156
155
|
readonly round: boolean;
|
|
157
156
|
readonly autofocus: boolean;
|
|
158
157
|
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
@@ -162,6 +161,7 @@ declare const proModalProps: () => {
|
|
|
162
161
|
} & {
|
|
163
162
|
readonly color?: string | undefined;
|
|
164
163
|
readonly size?: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
164
|
+
readonly icon?: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown> | undefined;
|
|
165
165
|
readonly autoInsertSpace?: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
166
166
|
} & {
|
|
167
167
|
onClick?: (() => void) | undefined;
|
|
@@ -178,13 +178,13 @@ declare const proModalProps: () => {
|
|
|
178
178
|
};
|
|
179
179
|
};
|
|
180
180
|
declare type ProModalProps = Partial<ExtractPropTypes<ReturnType<typeof proModalProps>>> & DialogProps;
|
|
181
|
-
declare const ProModal: vue.DefineComponent<ProModalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
181
|
+
declare const ProModal: vue.DefineComponent<ProModalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProModalProps>, {}>;
|
|
182
182
|
|
|
183
|
-
declare const ProPagination: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
183
|
+
declare const ProPagination: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
|
|
184
184
|
[x: string]: any;
|
|
185
185
|
}>;
|
|
186
186
|
|
|
187
|
-
declare const ProPopover: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
187
|
+
declare const ProPopover: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
|
|
188
188
|
[x: string]: any;
|
|
189
189
|
}>;
|
|
190
190
|
|
|
@@ -215,8 +215,8 @@ declare const proCheckboxProps: () => {
|
|
|
215
215
|
default: string;
|
|
216
216
|
};
|
|
217
217
|
};
|
|
218
|
-
declare type ProCheckboxProps = Partial<ExtractPropTypes<ReturnType<typeof proCheckboxProps>>> &
|
|
219
|
-
declare const ProCheckbox: vue.DefineComponent<ProCheckboxProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
218
|
+
declare type ProCheckboxProps = Partial<ExtractPropTypes<ReturnType<typeof proCheckboxProps>>> & CheckboxGroupProps;
|
|
219
|
+
declare const ProCheckbox: vue.DefineComponent<ProCheckboxProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProCheckboxProps>, {}>;
|
|
220
220
|
|
|
221
221
|
declare const proRadioProps: () => {
|
|
222
222
|
options: {
|
|
@@ -246,7 +246,7 @@ declare const proRadioProps: () => {
|
|
|
246
246
|
};
|
|
247
247
|
};
|
|
248
248
|
declare type ProRadioProps = Partial<ExtractPropTypes<ReturnType<typeof proRadioProps>>> & Record<string, any>;
|
|
249
|
-
declare const ProRadio: vue.DefineComponent<ProRadioProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
249
|
+
declare const ProRadio: vue.DefineComponent<ProRadioProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ExtractPropTypes<ProRadioProps>>, {
|
|
250
250
|
[x: string]: any;
|
|
251
251
|
}>;
|
|
252
252
|
|
|
@@ -264,11 +264,11 @@ declare const proSelectProps: () => {
|
|
|
264
264
|
})[]>;
|
|
265
265
|
};
|
|
266
266
|
declare type ProSelectProps = Partial<ExtractPropTypes<ReturnType<typeof proSelectProps>>> & ISelectProps;
|
|
267
|
-
declare const ProSelect: vue.DefineComponent<ProSelectProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
267
|
+
declare const ProSelect: vue.DefineComponent<ProSelectProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProSelectProps>, {
|
|
268
268
|
modelValue?: any;
|
|
269
269
|
}>;
|
|
270
270
|
|
|
271
|
-
declare const ProTabs: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
271
|
+
declare const ProTabs: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
|
|
272
272
|
[x: string]: any;
|
|
273
273
|
}>;
|
|
274
274
|
|
|
@@ -303,7 +303,7 @@ declare const menuProps: () => {
|
|
|
303
303
|
};
|
|
304
304
|
};
|
|
305
305
|
declare type ProMenusProps = Partial<ExtractPropTypes<ReturnType<typeof menuProps>>> & Omit<MenuProps, "defaultActive">;
|
|
306
|
-
declare const ProMenus: vue.DefineComponent<ProMenusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
306
|
+
declare const ProMenus: vue.DefineComponent<ProMenusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProMenusProps>, {}>;
|
|
307
307
|
|
|
308
308
|
declare const uploadProps: () => {
|
|
309
309
|
modelValue: {
|
|
@@ -328,7 +328,7 @@ declare const uploadProps: () => {
|
|
|
328
328
|
};
|
|
329
329
|
declare type ProUploadProps = Partial<ExtractPropTypes<ReturnType<typeof uploadProps>>> & Omit<UploadProps, "fileList">;
|
|
330
330
|
declare const UploadMethods: string[];
|
|
331
|
-
declare const ProUploader: vue.DefineComponent<ProUploadProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
331
|
+
declare const ProUploader: vue.DefineComponent<ProUploadProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProUploadProps>, {}>;
|
|
332
332
|
|
|
333
333
|
declare const inputNumberProps: () => {
|
|
334
334
|
modelValue: {
|
|
@@ -354,7 +354,7 @@ declare const inputNumberProps: () => {
|
|
|
354
354
|
};
|
|
355
355
|
};
|
|
356
356
|
declare type ProInputNumberRangeProps = Partial<ExtractPropTypes<ReturnType<typeof inputNumberProps>>> & Omit<InputNumberProps, "modelValue">;
|
|
357
|
-
declare const InputNumberRange: vue.DefineComponent<ProInputNumberRangeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
357
|
+
declare const InputNumberRange: vue.DefineComponent<ProInputNumberRangeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProInputNumberRangeProps>, {
|
|
358
358
|
readonly valueOnClear: any;
|
|
359
359
|
}>;
|
|
360
360
|
|
|
@@ -385,7 +385,7 @@ declare const proTreeProps: () => {
|
|
|
385
385
|
};
|
|
386
386
|
};
|
|
387
387
|
declare type ProTreeProps = Partial<ExtractPropTypes<ReturnType<typeof proTreeProps>>> & TreeComponentProps;
|
|
388
|
-
declare const ProTree: vue.DefineComponent<ProTreeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
388
|
+
declare const ProTree: vue.DefineComponent<ProTreeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProTreeProps>, {}>;
|
|
389
389
|
|
|
390
390
|
declare const proFormItemProps: () => {
|
|
391
391
|
name: {
|
|
@@ -393,9 +393,9 @@ declare const proFormItemProps: () => {
|
|
|
393
393
|
};
|
|
394
394
|
};
|
|
395
395
|
declare type ProFormItemProps = Partial<ExtractPropTypes<ReturnType<typeof proFormItemProps>>> & FormItemProps;
|
|
396
|
-
declare const ProFormItem: vue.DefineComponent<ProFormItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
396
|
+
declare const ProFormItem: vue.DefineComponent<ProFormItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProFormItemProps>, {}>;
|
|
397
397
|
declare const FormMethods: string[];
|
|
398
|
-
declare const ProForm: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
398
|
+
declare const ProForm: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
|
|
399
399
|
[x: string]: any;
|
|
400
400
|
}>;
|
|
401
401
|
|
|
@@ -430,7 +430,7 @@ declare const ProFormText: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
430
430
|
slots: {
|
|
431
431
|
type: ObjectConstructor;
|
|
432
432
|
};
|
|
433
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
433
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
434
434
|
name: {
|
|
435
435
|
type: vue.PropType<string | (string | number)[]>;
|
|
436
436
|
};
|
|
@@ -495,7 +495,7 @@ declare const ProFormTextNumber: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
495
495
|
slots: {
|
|
496
496
|
type: ObjectConstructor;
|
|
497
497
|
};
|
|
498
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
498
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
499
499
|
name: {
|
|
500
500
|
type: vue.PropType<string | (string | number)[]>;
|
|
501
501
|
};
|
|
@@ -560,7 +560,7 @@ declare const ProFormInputNumberRange: vue.DefineComponent<Partial<vue.ExtractPr
|
|
|
560
560
|
slots: {
|
|
561
561
|
type: ObjectConstructor;
|
|
562
562
|
};
|
|
563
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
563
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
564
564
|
name: {
|
|
565
565
|
type: vue.PropType<string | (string | number)[]>;
|
|
566
566
|
};
|
|
@@ -625,7 +625,7 @@ declare const ProFormDatePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
625
625
|
slots: {
|
|
626
626
|
type: ObjectConstructor;
|
|
627
627
|
};
|
|
628
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
628
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
629
629
|
name: {
|
|
630
630
|
type: vue.PropType<string | (string | number)[]>;
|
|
631
631
|
};
|
|
@@ -690,7 +690,7 @@ declare const ProFormTimePicker: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
690
690
|
slots: {
|
|
691
691
|
type: ObjectConstructor;
|
|
692
692
|
};
|
|
693
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
693
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
694
694
|
name: {
|
|
695
695
|
type: vue.PropType<string | (string | number)[]>;
|
|
696
696
|
};
|
|
@@ -755,7 +755,7 @@ declare const ProFormSelect: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
755
755
|
slots: {
|
|
756
756
|
type: ObjectConstructor;
|
|
757
757
|
};
|
|
758
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
758
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
759
759
|
name: {
|
|
760
760
|
type: vue.PropType<string | (string | number)[]>;
|
|
761
761
|
};
|
|
@@ -820,7 +820,7 @@ declare const ProFormTreeSelect: vue.DefineComponent<Partial<vue.ExtractPropType
|
|
|
820
820
|
slots: {
|
|
821
821
|
type: ObjectConstructor;
|
|
822
822
|
};
|
|
823
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
823
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
824
824
|
name: {
|
|
825
825
|
type: vue.PropType<string | (string | number)[]>;
|
|
826
826
|
};
|
|
@@ -885,7 +885,7 @@ declare const ProFormCheckbox: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
885
885
|
slots: {
|
|
886
886
|
type: ObjectConstructor;
|
|
887
887
|
};
|
|
888
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
888
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
889
889
|
name: {
|
|
890
890
|
type: vue.PropType<string | (string | number)[]>;
|
|
891
891
|
};
|
|
@@ -950,7 +950,7 @@ declare const ProFormRadio: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
950
950
|
slots: {
|
|
951
951
|
type: ObjectConstructor;
|
|
952
952
|
};
|
|
953
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
953
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
954
954
|
name: {
|
|
955
955
|
type: vue.PropType<string | (string | number)[]>;
|
|
956
956
|
};
|
|
@@ -1015,7 +1015,7 @@ declare const ProFormSwitch: vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
|
1015
1015
|
slots: {
|
|
1016
1016
|
type: ObjectConstructor;
|
|
1017
1017
|
};
|
|
1018
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1018
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
1019
1019
|
name: {
|
|
1020
1020
|
type: vue.PropType<string | (string | number)[]>;
|
|
1021
1021
|
};
|
|
@@ -1080,7 +1080,7 @@ declare const ProFormCascader: vue.DefineComponent<Partial<vue.ExtractPropTypes<
|
|
|
1080
1080
|
slots: {
|
|
1081
1081
|
type: ObjectConstructor;
|
|
1082
1082
|
};
|
|
1083
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1083
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
1084
1084
|
name: {
|
|
1085
1085
|
type: vue.PropType<string | (string | number)[]>;
|
|
1086
1086
|
};
|
|
@@ -1150,7 +1150,7 @@ declare const createFormItemComponent: ({ InputComp, valueType, name }: {
|
|
|
1150
1150
|
slots: {
|
|
1151
1151
|
type: ObjectConstructor;
|
|
1152
1152
|
};
|
|
1153
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1153
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
1154
1154
|
name: {
|
|
1155
1155
|
type: vue.PropType<string | (string | number)[]>;
|
|
1156
1156
|
};
|
|
@@ -1250,17 +1250,17 @@ interface TableColumnCtx<T> {
|
|
|
1250
1250
|
}
|
|
1251
1251
|
|
|
1252
1252
|
declare type ProTableColumnProps = TableColumnCtx<any>;
|
|
1253
|
-
declare const ProTableColumn: vue.DefineComponent<ProTableColumnProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1253
|
+
declare const ProTableColumn: vue.DefineComponent<ProTableColumnProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProTableColumnProps>, {}>;
|
|
1254
1254
|
declare const TableMethods: string[];
|
|
1255
|
-
declare const ProTable: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1255
|
+
declare const ProTable: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
|
|
1256
1256
|
[x: string]: any;
|
|
1257
1257
|
}>;
|
|
1258
|
-
declare const ProTableOperateItem: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1258
|
+
declare const ProTableOperateItem: vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
|
|
1259
1259
|
[x: string]: any;
|
|
1260
1260
|
}>;
|
|
1261
1261
|
|
|
1262
1262
|
declare const elementMap: {
|
|
1263
|
-
[x: string]: vue.DefineComponent<_vue_start_pro.ProFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1263
|
+
[x: string]: vue.DefineComponent<_vue_start_pro.ProFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProFormProps>, {}> | vue.DefineComponent<_vue_start_pro.ProSearchFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProSearchFormProps>, {}> | vue.DefineComponent<_vue_start_pro.ProTableProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProTableProps>, {}> | vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
1264
1264
|
clsName: {
|
|
1265
1265
|
type: StringConstructor;
|
|
1266
1266
|
default: string;
|
|
@@ -1294,7 +1294,7 @@ declare const elementMap: {
|
|
|
1294
1294
|
end: {
|
|
1295
1295
|
type: FunctionConstructor;
|
|
1296
1296
|
};
|
|
1297
|
-
}>>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1297
|
+
}>>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<Partial<vue.ExtractPropTypes<{
|
|
1298
1298
|
clsName: {
|
|
1299
1299
|
type: StringConstructor;
|
|
1300
1300
|
default: string;
|
|
@@ -1349,7 +1349,7 @@ declare const elementMap: {
|
|
|
1349
1349
|
convert: {
|
|
1350
1350
|
type: vue.PropType<TConvert>;
|
|
1351
1351
|
};
|
|
1352
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1352
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1353
1353
|
value: {
|
|
1354
1354
|
type: (NumberConstructor | StringConstructor)[];
|
|
1355
1355
|
};
|
|
@@ -1399,7 +1399,7 @@ declare const elementMap: {
|
|
|
1399
1399
|
convert: {
|
|
1400
1400
|
type: vue.PropType<TConvert>;
|
|
1401
1401
|
};
|
|
1402
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1402
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1403
1403
|
decimalFixed: {
|
|
1404
1404
|
type: NumberConstructor;
|
|
1405
1405
|
default: number;
|
|
@@ -1460,7 +1460,7 @@ declare const elementMap: {
|
|
|
1460
1460
|
convert: {
|
|
1461
1461
|
type: vue.PropType<TConvert>;
|
|
1462
1462
|
};
|
|
1463
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1463
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1464
1464
|
value: {
|
|
1465
1465
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1466
1466
|
};
|
|
@@ -1521,7 +1521,7 @@ declare const elementMap: {
|
|
|
1521
1521
|
convert: {
|
|
1522
1522
|
type: vue.PropType<TConvert>;
|
|
1523
1523
|
};
|
|
1524
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1524
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1525
1525
|
value: {
|
|
1526
1526
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1527
1527
|
};
|
|
@@ -1586,7 +1586,7 @@ declare const elementMap: {
|
|
|
1586
1586
|
convert: {
|
|
1587
1587
|
type: vue.PropType<TConvert>;
|
|
1588
1588
|
};
|
|
1589
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1589
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1590
1590
|
value: {
|
|
1591
1591
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1592
1592
|
};
|
|
@@ -1623,7 +1623,7 @@ declare const elementMap: {
|
|
|
1623
1623
|
splitStr: string;
|
|
1624
1624
|
format: string;
|
|
1625
1625
|
isUnix: boolean;
|
|
1626
|
-
}> | vue.DefineComponent<_vue_start_pro.ProCurdProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1626
|
+
}> | vue.DefineComponent<_vue_start_pro.ProCurdProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<_vue_start_pro.ProCurdProps>, {}> | vue.DefineComponent<ProFormItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProFormItemProps>, {}> | vue.DefineComponent<any, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<any>, {} | {
|
|
1627
1627
|
[x: string]: any;
|
|
1628
1628
|
}> | vue.DefineComponent<Partial<vue.ExtractPropTypes<{
|
|
1629
1629
|
loading: {
|
|
@@ -1653,7 +1653,7 @@ declare const elementMap: {
|
|
|
1653
1653
|
customClass: {
|
|
1654
1654
|
type: StringConstructor;
|
|
1655
1655
|
};
|
|
1656
|
-
}>>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1656
|
+
}>>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<Partial<vue.ExtractPropTypes<{
|
|
1657
1657
|
loading: {
|
|
1658
1658
|
type: BooleanConstructor;
|
|
1659
1659
|
};
|
|
@@ -1681,7 +1681,7 @@ declare const elementMap: {
|
|
|
1681
1681
|
customClass: {
|
|
1682
1682
|
type: StringConstructor;
|
|
1683
1683
|
};
|
|
1684
|
-
}>>>, {}> | vue.DefineComponent<ProModalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1684
|
+
}>>>, {}> | vue.DefineComponent<ProModalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProModalProps>, {}> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
1685
1685
|
readonly size: {
|
|
1686
1686
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
1687
1687
|
readonly required: false;
|
|
@@ -1690,7 +1690,12 @@ declare const elementMap: {
|
|
|
1690
1690
|
};
|
|
1691
1691
|
readonly disabled: BooleanConstructor;
|
|
1692
1692
|
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
1693
|
-
readonly icon:
|
|
1693
|
+
readonly icon: {
|
|
1694
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>>;
|
|
1695
|
+
readonly required: false;
|
|
1696
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1697
|
+
__epPropKey: true;
|
|
1698
|
+
};
|
|
1694
1699
|
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
1695
1700
|
readonly loading: BooleanConstructor;
|
|
1696
1701
|
readonly loadingIcon: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, () => vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>, boolean>;
|
|
@@ -1714,7 +1719,12 @@ declare const elementMap: {
|
|
|
1714
1719
|
};
|
|
1715
1720
|
readonly disabled: BooleanConstructor;
|
|
1716
1721
|
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
1717
|
-
readonly icon:
|
|
1722
|
+
readonly icon: {
|
|
1723
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>>;
|
|
1724
|
+
readonly required: false;
|
|
1725
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1726
|
+
__epPropKey: true;
|
|
1727
|
+
};
|
|
1718
1728
|
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
1719
1729
|
readonly loading: BooleanConstructor;
|
|
1720
1730
|
readonly loadingIcon: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, () => vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>, boolean>;
|
|
@@ -1732,11 +1742,7 @@ declare const elementMap: {
|
|
|
1732
1742
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1733
1743
|
}>>;
|
|
1734
1744
|
emit: (event: "click", evt: MouseEvent) => void;
|
|
1735
|
-
|
|
1736
|
-
[name: string]: vue.Slot | undefined;
|
|
1737
|
-
}>;
|
|
1738
|
-
buttonGroupContext: element_plus.ButtonGroupContext | undefined;
|
|
1739
|
-
globalConfig: vue.Ref<element_plus.ButtonConfigContext | undefined>;
|
|
1745
|
+
buttonStyle: vue.ComputedRef<Record<string, string>>;
|
|
1740
1746
|
ns: {
|
|
1741
1747
|
namespace: vue.ComputedRef<string>;
|
|
1742
1748
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1755,14 +1761,11 @@ declare const elementMap: {
|
|
|
1755
1761
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1756
1762
|
cssVarBlockName: (name: string) => string;
|
|
1757
1763
|
};
|
|
1758
|
-
form: element_plus.FormContext | undefined;
|
|
1759
|
-
_size: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
1760
|
-
_disabled: vue.ComputedRef<boolean>;
|
|
1761
1764
|
_ref: vue.Ref<HTMLButtonElement | undefined>;
|
|
1765
|
+
_size: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
1762
1766
|
_type: vue.ComputedRef<"" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info">;
|
|
1763
|
-
|
|
1767
|
+
_disabled: vue.ComputedRef<boolean>;
|
|
1764
1768
|
shouldAddSpace: vue.ComputedRef<boolean>;
|
|
1765
|
-
buttonStyle: vue.ComputedRef<Record<string, string>>;
|
|
1766
1769
|
handleClick: (evt: MouseEvent) => void;
|
|
1767
1770
|
ElIcon: element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
1768
1771
|
readonly size: {
|
|
@@ -1838,7 +1841,12 @@ declare const elementMap: {
|
|
|
1838
1841
|
};
|
|
1839
1842
|
readonly disabled: BooleanConstructor;
|
|
1840
1843
|
readonly type: element_plus_es_utils.EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown, "", boolean>;
|
|
1841
|
-
readonly icon:
|
|
1844
|
+
readonly icon: {
|
|
1845
|
+
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>>;
|
|
1846
|
+
readonly required: false;
|
|
1847
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1848
|
+
__epPropKey: true;
|
|
1849
|
+
};
|
|
1842
1850
|
readonly nativeType: element_plus_es_utils.EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
1843
1851
|
readonly loading: BooleanConstructor;
|
|
1844
1852
|
readonly loadingIcon: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown, () => vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>, boolean>;
|
|
@@ -1856,20 +1864,19 @@ declare const elementMap: {
|
|
|
1856
1864
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1857
1865
|
}, {
|
|
1858
1866
|
readonly type: element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
1867
|
+
readonly link: boolean;
|
|
1868
|
+
readonly dark: boolean;
|
|
1869
|
+
readonly disabled: boolean;
|
|
1859
1870
|
readonly text: boolean;
|
|
1860
|
-
readonly
|
|
1871
|
+
readonly round: boolean;
|
|
1872
|
+
readonly circle: boolean;
|
|
1861
1873
|
readonly nativeType: element_plus_es_utils.EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
1862
1874
|
readonly loadingIcon: element_plus_es_utils.EpPropMergeType<(new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) | ((new (...args: any[]) => (string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>) & {}) | (() => string | vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions>))[], unknown, unknown>;
|
|
1863
1875
|
readonly autoInsertSpace: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1864
|
-
readonly disabled: boolean;
|
|
1865
1876
|
readonly loading: boolean;
|
|
1866
1877
|
readonly plain: boolean;
|
|
1867
|
-
readonly link: boolean;
|
|
1868
1878
|
readonly bg: boolean;
|
|
1869
1879
|
readonly autofocus: boolean;
|
|
1870
|
-
readonly round: boolean;
|
|
1871
|
-
readonly circle: boolean;
|
|
1872
|
-
readonly dark: boolean;
|
|
1873
1880
|
}>> & {
|
|
1874
1881
|
ButtonGroup: vue.DefineComponent<{
|
|
1875
1882
|
readonly size: {
|
|
@@ -1923,7 +1930,7 @@ declare const elementMap: {
|
|
|
1923
1930
|
}) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
1924
1931
|
modelValue: {
|
|
1925
1932
|
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
1926
|
-
default:
|
|
1933
|
+
default: undefined;
|
|
1927
1934
|
};
|
|
1928
1935
|
label: {
|
|
1929
1936
|
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
@@ -1967,7 +1974,7 @@ declare const elementMap: {
|
|
|
1967
1974
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
1968
1975
|
modelValue: {
|
|
1969
1976
|
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
1970
|
-
default:
|
|
1977
|
+
default: undefined;
|
|
1971
1978
|
};
|
|
1972
1979
|
label: {
|
|
1973
1980
|
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
@@ -2018,12 +2025,12 @@ declare const elementMap: {
|
|
|
2018
2025
|
isLabeledByFormItem: vue.ComputedRef<boolean>;
|
|
2019
2026
|
isChecked: vue.ComputedRef<boolean>;
|
|
2020
2027
|
isDisabled: vue.ComputedRef<boolean>;
|
|
2028
|
+
isFocused: vue.Ref<boolean>;
|
|
2021
2029
|
checkboxSize: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2022
2030
|
hasOwnLabel: vue.ComputedRef<boolean>;
|
|
2023
2031
|
model: vue.WritableComputedRef<any>;
|
|
2024
2032
|
handleChange: (e: Event) => void;
|
|
2025
2033
|
onClickRoot: (e: MouseEvent) => Promise<void>;
|
|
2026
|
-
focus: vue.Ref<boolean>;
|
|
2027
2034
|
ns: {
|
|
2028
2035
|
namespace: vue.ComputedRef<string>;
|
|
2029
2036
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2042,13 +2049,15 @@ declare const elementMap: {
|
|
|
2042
2049
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2043
2050
|
cssVarBlockName: (name: string) => string;
|
|
2044
2051
|
};
|
|
2052
|
+
compKls: vue.ComputedRef<string[]>;
|
|
2053
|
+
spanKls: vue.ComputedRef<string[]>;
|
|
2045
2054
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2046
2055
|
"update:modelValue": (val: element_plus.CheckboxValueType) => boolean;
|
|
2047
2056
|
change: (val: element_plus.CheckboxValueType) => boolean;
|
|
2048
2057
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2049
2058
|
modelValue: {
|
|
2050
2059
|
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2051
|
-
default:
|
|
2060
|
+
default: undefined;
|
|
2052
2061
|
};
|
|
2053
2062
|
label: {
|
|
2054
2063
|
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
@@ -2092,10 +2101,10 @@ declare const elementMap: {
|
|
|
2092
2101
|
onChange?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2093
2102
|
"onUpdate:modelValue"?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2094
2103
|
}, {
|
|
2104
|
+
modelValue: string | number | boolean;
|
|
2105
|
+
id: string;
|
|
2095
2106
|
disabled: boolean;
|
|
2096
2107
|
name: string;
|
|
2097
|
-
id: string;
|
|
2098
|
-
modelValue: string | number | boolean;
|
|
2099
2108
|
validateEvent: boolean;
|
|
2100
2109
|
border: boolean;
|
|
2101
2110
|
indeterminate: boolean;
|
|
@@ -2107,7 +2116,7 @@ declare const elementMap: {
|
|
|
2107
2116
|
CheckboxButton: vue.DefineComponent<{
|
|
2108
2117
|
modelValue: {
|
|
2109
2118
|
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2110
|
-
default:
|
|
2119
|
+
default: undefined;
|
|
2111
2120
|
};
|
|
2112
2121
|
label: {
|
|
2113
2122
|
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
@@ -2151,7 +2160,7 @@ declare const elementMap: {
|
|
|
2151
2160
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2152
2161
|
modelValue: {
|
|
2153
2162
|
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2154
|
-
default:
|
|
2163
|
+
default: undefined;
|
|
2155
2164
|
};
|
|
2156
2165
|
label: {
|
|
2157
2166
|
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
@@ -2198,13 +2207,16 @@ declare const elementMap: {
|
|
|
2198
2207
|
slots: Readonly<{
|
|
2199
2208
|
[name: string]: vue.Slot | undefined;
|
|
2200
2209
|
}>;
|
|
2201
|
-
|
|
2210
|
+
isFocused: vue.Ref<boolean>;
|
|
2202
2211
|
isChecked: vue.ComputedRef<boolean>;
|
|
2203
2212
|
isDisabled: vue.ComputedRef<boolean>;
|
|
2204
|
-
|
|
2213
|
+
checkboxButtonSize: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2205
2214
|
model: vue.WritableComputedRef<any>;
|
|
2206
2215
|
handleChange: (e: Event) => void;
|
|
2207
|
-
checkboxGroup:
|
|
2216
|
+
checkboxGroup: ({
|
|
2217
|
+
modelValue?: vue.WritableComputedRef<any> | undefined;
|
|
2218
|
+
changeEvent?: ((...args: any) => any) | undefined;
|
|
2219
|
+
} & vue.ToRefs<Pick<element_plus.CheckboxGroupProps, "fill" | "disabled" | "size" | "min" | "max" | "validateEvent" | "textColor">>) | undefined;
|
|
2208
2220
|
ns: {
|
|
2209
2221
|
namespace: vue.ComputedRef<string>;
|
|
2210
2222
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2224,13 +2236,14 @@ declare const elementMap: {
|
|
|
2224
2236
|
cssVarBlockName: (name: string) => string;
|
|
2225
2237
|
};
|
|
2226
2238
|
activeStyle: vue.ComputedRef<vue.CSSProperties>;
|
|
2239
|
+
labelKls: vue.ComputedRef<string[]>;
|
|
2227
2240
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2228
2241
|
"update:modelValue": (val: element_plus.CheckboxValueType) => boolean;
|
|
2229
2242
|
change: (val: element_plus.CheckboxValueType) => boolean;
|
|
2230
2243
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2231
2244
|
modelValue: {
|
|
2232
2245
|
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
2233
|
-
default:
|
|
2246
|
+
default: undefined;
|
|
2234
2247
|
};
|
|
2235
2248
|
label: {
|
|
2236
2249
|
type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[];
|
|
@@ -2274,10 +2287,10 @@ declare const elementMap: {
|
|
|
2274
2287
|
onChange?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2275
2288
|
"onUpdate:modelValue"?: ((val: element_plus.CheckboxValueType) => any) | undefined;
|
|
2276
2289
|
}, {
|
|
2290
|
+
modelValue: string | number | boolean;
|
|
2291
|
+
id: string;
|
|
2277
2292
|
disabled: boolean;
|
|
2278
2293
|
name: string;
|
|
2279
|
-
id: string;
|
|
2280
|
-
modelValue: string | number | boolean;
|
|
2281
2294
|
validateEvent: boolean;
|
|
2282
2295
|
border: boolean;
|
|
2283
2296
|
indeterminate: boolean;
|
|
@@ -2287,103 +2300,43 @@ declare const elementMap: {
|
|
|
2287
2300
|
controls: string;
|
|
2288
2301
|
}>;
|
|
2289
2302
|
CheckboxGroup: vue.DefineComponent<{
|
|
2290
|
-
modelValue:
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
min: {
|
|
2296
|
-
type: NumberConstructor;
|
|
2297
|
-
default: undefined;
|
|
2298
|
-
};
|
|
2299
|
-
max: {
|
|
2300
|
-
type: NumberConstructor;
|
|
2301
|
-
default: undefined;
|
|
2302
|
-
};
|
|
2303
|
-
size: {
|
|
2303
|
+
readonly modelValue: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType) | ((new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
2304
|
+
readonly disabled: BooleanConstructor;
|
|
2305
|
+
readonly min: NumberConstructor;
|
|
2306
|
+
readonly max: NumberConstructor;
|
|
2307
|
+
readonly size: {
|
|
2304
2308
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2305
2309
|
readonly required: false;
|
|
2306
2310
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2307
2311
|
__epPropKey: true;
|
|
2308
2312
|
};
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
type: StringConstructor;
|
|
2315
|
-
default: undefined;
|
|
2316
|
-
};
|
|
2317
|
-
fill: {
|
|
2318
|
-
type: StringConstructor;
|
|
2319
|
-
default: undefined;
|
|
2320
|
-
};
|
|
2321
|
-
textColor: {
|
|
2322
|
-
type: StringConstructor;
|
|
2323
|
-
default: undefined;
|
|
2324
|
-
};
|
|
2325
|
-
tag: {
|
|
2326
|
-
type: StringConstructor;
|
|
2327
|
-
default: string;
|
|
2328
|
-
};
|
|
2329
|
-
validateEvent: {
|
|
2330
|
-
type: BooleanConstructor;
|
|
2331
|
-
default: boolean;
|
|
2332
|
-
};
|
|
2313
|
+
readonly label: StringConstructor;
|
|
2314
|
+
readonly fill: StringConstructor;
|
|
2315
|
+
readonly textColor: StringConstructor;
|
|
2316
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2317
|
+
readonly validateEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2333
2318
|
}, {
|
|
2334
2319
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
2335
|
-
modelValue:
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
min: {
|
|
2341
|
-
type: NumberConstructor;
|
|
2342
|
-
default: undefined;
|
|
2343
|
-
};
|
|
2344
|
-
max: {
|
|
2345
|
-
type: NumberConstructor;
|
|
2346
|
-
default: undefined;
|
|
2347
|
-
};
|
|
2348
|
-
size: {
|
|
2320
|
+
readonly modelValue: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType) | ((new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
2321
|
+
readonly disabled: BooleanConstructor;
|
|
2322
|
+
readonly min: NumberConstructor;
|
|
2323
|
+
readonly max: NumberConstructor;
|
|
2324
|
+
readonly size: {
|
|
2349
2325
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2350
2326
|
readonly required: false;
|
|
2351
2327
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2352
2328
|
__epPropKey: true;
|
|
2353
2329
|
};
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
type: StringConstructor;
|
|
2360
|
-
default: undefined;
|
|
2361
|
-
};
|
|
2362
|
-
fill: {
|
|
2363
|
-
type: StringConstructor;
|
|
2364
|
-
default: undefined;
|
|
2365
|
-
};
|
|
2366
|
-
textColor: {
|
|
2367
|
-
type: StringConstructor;
|
|
2368
|
-
default: undefined;
|
|
2369
|
-
};
|
|
2370
|
-
tag: {
|
|
2371
|
-
type: StringConstructor;
|
|
2372
|
-
default: string;
|
|
2373
|
-
};
|
|
2374
|
-
validateEvent: {
|
|
2375
|
-
type: BooleanConstructor;
|
|
2376
|
-
default: boolean;
|
|
2377
|
-
};
|
|
2330
|
+
readonly label: StringConstructor;
|
|
2331
|
+
readonly fill: StringConstructor;
|
|
2332
|
+
readonly textColor: StringConstructor;
|
|
2333
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2334
|
+
readonly validateEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2378
2335
|
}>> & {
|
|
2379
2336
|
onChange?: ((val: element_plus.CheckboxValueType[]) => any) | undefined;
|
|
2380
|
-
"onUpdate:modelValue"?: ((val: element_plus.
|
|
2337
|
+
"onUpdate:modelValue"?: ((val: element_plus.CheckboxGroupValueType) => any) | undefined;
|
|
2381
2338
|
}>>;
|
|
2382
|
-
emit: ((event: "update:modelValue", val: element_plus.
|
|
2383
|
-
elFormItem: element_plus.FormItemContext | undefined;
|
|
2384
|
-
groupId: vue.Ref<string | undefined>;
|
|
2385
|
-
isLabeledByFormItem: vue.ComputedRef<boolean>;
|
|
2386
|
-
checkboxGroupSize: vue.ComputedRef<"" | "small" | "default" | "large">;
|
|
2339
|
+
emit: ((event: "update:modelValue", val: element_plus.CheckboxGroupValueType) => void) & ((event: "change", val: element_plus.CheckboxValueType[]) => void);
|
|
2387
2340
|
ns: {
|
|
2388
2341
|
namespace: vue.ComputedRef<string>;
|
|
2389
2342
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2402,71 +2355,40 @@ declare const elementMap: {
|
|
|
2402
2355
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2403
2356
|
cssVarBlockName: (name: string) => string;
|
|
2404
2357
|
};
|
|
2405
|
-
|
|
2406
|
-
|
|
2358
|
+
formItem: element_plus.FormItemContext | undefined;
|
|
2359
|
+
groupId: vue.Ref<string | undefined>;
|
|
2360
|
+
isLabeledByFormItem: vue.ComputedRef<boolean>;
|
|
2361
|
+
changeEvent: (value: element_plus.CheckboxGroupValueType) => Promise<void>;
|
|
2362
|
+
modelValue: vue.WritableComputedRef<element_plus.CheckboxGroupValueType>;
|
|
2407
2363
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2408
|
-
"update:modelValue": (val: element_plus.
|
|
2364
|
+
"update:modelValue": (val: element_plus.CheckboxGroupValueType) => boolean;
|
|
2409
2365
|
change: (val: element_plus.CheckboxValueType[]) => boolean;
|
|
2410
2366
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2411
|
-
modelValue:
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
min: {
|
|
2417
|
-
type: NumberConstructor;
|
|
2418
|
-
default: undefined;
|
|
2419
|
-
};
|
|
2420
|
-
max: {
|
|
2421
|
-
type: NumberConstructor;
|
|
2422
|
-
default: undefined;
|
|
2423
|
-
};
|
|
2424
|
-
size: {
|
|
2367
|
+
readonly modelValue: element_plus_es_utils.EpPropFinalized<(new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType) | ((new (...args: any[]) => element_plus.CheckboxGroupValueType) | (() => element_plus.CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
2368
|
+
readonly disabled: BooleanConstructor;
|
|
2369
|
+
readonly min: NumberConstructor;
|
|
2370
|
+
readonly max: NumberConstructor;
|
|
2371
|
+
readonly size: {
|
|
2425
2372
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
2426
2373
|
readonly required: false;
|
|
2427
2374
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2428
2375
|
__epPropKey: true;
|
|
2429
2376
|
};
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
type: StringConstructor;
|
|
2436
|
-
default: undefined;
|
|
2437
|
-
};
|
|
2438
|
-
fill: {
|
|
2439
|
-
type: StringConstructor;
|
|
2440
|
-
default: undefined;
|
|
2441
|
-
};
|
|
2442
|
-
textColor: {
|
|
2443
|
-
type: StringConstructor;
|
|
2444
|
-
default: undefined;
|
|
2445
|
-
};
|
|
2446
|
-
tag: {
|
|
2447
|
-
type: StringConstructor;
|
|
2448
|
-
default: string;
|
|
2449
|
-
};
|
|
2450
|
-
validateEvent: {
|
|
2451
|
-
type: BooleanConstructor;
|
|
2452
|
-
default: boolean;
|
|
2453
|
-
};
|
|
2377
|
+
readonly label: StringConstructor;
|
|
2378
|
+
readonly fill: StringConstructor;
|
|
2379
|
+
readonly textColor: StringConstructor;
|
|
2380
|
+
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2381
|
+
readonly validateEvent: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2454
2382
|
}>> & {
|
|
2455
2383
|
onChange?: ((val: element_plus.CheckboxValueType[]) => any) | undefined;
|
|
2456
|
-
"onUpdate:modelValue"?: ((val: element_plus.
|
|
2384
|
+
"onUpdate:modelValue"?: ((val: element_plus.CheckboxGroupValueType) => any) | undefined;
|
|
2457
2385
|
}, {
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
fill: string;
|
|
2463
|
-
textColor: string;
|
|
2464
|
-
validateEvent: boolean;
|
|
2465
|
-
min: number;
|
|
2466
|
-
max: number;
|
|
2467
|
-
tag: string;
|
|
2386
|
+
readonly modelValue: element_plus.CheckboxGroupValueType;
|
|
2387
|
+
readonly disabled: boolean;
|
|
2388
|
+
readonly validateEvent: element_plus_es_utils.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2389
|
+
readonly tag: string;
|
|
2468
2390
|
}>;
|
|
2469
|
-
}) | vue.DefineComponent<ProMenusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
2391
|
+
}) | vue.DefineComponent<ProMenusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProMenusProps>, {}> | vue.DefineComponent<ProUploadProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProUploadProps>, {}> | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
2470
2392
|
readonly border: element_plus_es_utils.EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2471
2393
|
readonly column: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2472
2394
|
readonly direction: element_plus_es_utils.EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
|
|
@@ -2517,7 +2439,6 @@ declare const elementMap: {
|
|
|
2517
2439
|
[name: string]: vue.Slot | undefined;
|
|
2518
2440
|
}>;
|
|
2519
2441
|
descriptionKls: vue.ComputedRef<string[]>;
|
|
2520
|
-
flattedChildren: (children: any) => never[];
|
|
2521
2442
|
filledNode: (node: any, span: any, count: any, isLast?: boolean | undefined) => any;
|
|
2522
2443
|
getRows: () => never[];
|
|
2523
2444
|
ElDescriptionsRow: vue.DefineComponent<{
|
|
@@ -2638,8 +2559,8 @@ declare const elementMap: {
|
|
|
2638
2559
|
default: string;
|
|
2639
2560
|
};
|
|
2640
2561
|
}>>, {
|
|
2641
|
-
label: string;
|
|
2642
2562
|
width: string | number;
|
|
2563
|
+
label: string;
|
|
2643
2564
|
className: string;
|
|
2644
2565
|
minWidth: string | number;
|
|
2645
2566
|
span: number;
|
|
@@ -2681,6 +2602,7 @@ declare const elementMap: {
|
|
|
2681
2602
|
};
|
|
2682
2603
|
gutter: vue.ComputedRef<number>;
|
|
2683
2604
|
style: vue.ComputedRef<vue.CSSProperties>;
|
|
2605
|
+
rowKls: vue.ComputedRef<string[]>;
|
|
2684
2606
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2685
2607
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2686
2608
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -2737,7 +2659,7 @@ declare const elementMap: {
|
|
|
2737
2659
|
cssVarBlockName: (name: string) => string;
|
|
2738
2660
|
};
|
|
2739
2661
|
style: vue.ComputedRef<vue.CSSProperties>;
|
|
2740
|
-
|
|
2662
|
+
colKls: vue.ComputedRef<(string | string[])[]>;
|
|
2741
2663
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2742
2664
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2743
2665
|
readonly span: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
@@ -2827,8 +2749,8 @@ declare const elementMap: {
|
|
|
2827
2749
|
default: string;
|
|
2828
2750
|
};
|
|
2829
2751
|
}>>, {
|
|
2830
|
-
label: string;
|
|
2831
2752
|
width: string | number;
|
|
2753
|
+
label: string;
|
|
2832
2754
|
className: string;
|
|
2833
2755
|
minWidth: string | number;
|
|
2834
2756
|
span: number;
|
|
@@ -2857,7 +2779,7 @@ declare const elementMap: {
|
|
|
2857
2779
|
convert: {
|
|
2858
2780
|
type: vue.PropType<TConvert>;
|
|
2859
2781
|
};
|
|
2860
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
2782
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2861
2783
|
value: {
|
|
2862
2784
|
type: (NumberConstructor | StringConstructor)[];
|
|
2863
2785
|
};
|
|
@@ -2908,7 +2830,7 @@ declare const elementMap: {
|
|
|
2908
2830
|
convert: {
|
|
2909
2831
|
type: vue.PropType<TConvert>;
|
|
2910
2832
|
};
|
|
2911
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
2833
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2912
2834
|
decimalFixed: {
|
|
2913
2835
|
type: NumberConstructor;
|
|
2914
2836
|
default: number;
|
|
@@ -2974,7 +2896,7 @@ declare const elementMap: {
|
|
|
2974
2896
|
convert: {
|
|
2975
2897
|
type: vue.PropType<TConvert>;
|
|
2976
2898
|
};
|
|
2977
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
2899
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
2978
2900
|
value: {
|
|
2979
2901
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2980
2902
|
};
|
|
@@ -3033,7 +2955,7 @@ declare const elementMap: {
|
|
|
3033
2955
|
convert: {
|
|
3034
2956
|
type: vue.PropType<TConvert>;
|
|
3035
2957
|
};
|
|
3036
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
2958
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3037
2959
|
value: {
|
|
3038
2960
|
type: (NumberConstructor | StringConstructor)[];
|
|
3039
2961
|
};
|
|
@@ -3084,7 +3006,7 @@ declare const elementMap: {
|
|
|
3084
3006
|
convert: {
|
|
3085
3007
|
type: vue.PropType<TConvert>;
|
|
3086
3008
|
};
|
|
3087
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3009
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3088
3010
|
value: {
|
|
3089
3011
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3090
3012
|
};
|
|
@@ -3145,7 +3067,7 @@ declare const elementMap: {
|
|
|
3145
3067
|
convert: {
|
|
3146
3068
|
type: vue.PropType<TConvert>;
|
|
3147
3069
|
};
|
|
3148
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3070
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3149
3071
|
value: {
|
|
3150
3072
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3151
3073
|
};
|
|
@@ -3206,7 +3128,7 @@ declare const elementMap: {
|
|
|
3206
3128
|
convert: {
|
|
3207
3129
|
type: vue.PropType<TConvert>;
|
|
3208
3130
|
};
|
|
3209
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3131
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3210
3132
|
value: {
|
|
3211
3133
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3212
3134
|
};
|
|
@@ -3268,7 +3190,7 @@ declare const elementMap: {
|
|
|
3268
3190
|
convert: {
|
|
3269
3191
|
type: vue.PropType<TConvert>;
|
|
3270
3192
|
};
|
|
3271
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3193
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3272
3194
|
value: {
|
|
3273
3195
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3274
3196
|
};
|
|
@@ -3331,7 +3253,7 @@ declare const elementMap: {
|
|
|
3331
3253
|
convert: {
|
|
3332
3254
|
type: vue.PropType<TConvert>;
|
|
3333
3255
|
};
|
|
3334
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3256
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
3335
3257
|
value: {
|
|
3336
3258
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3337
3259
|
};
|
|
@@ -3397,7 +3319,7 @@ declare const formElementMap: {
|
|
|
3397
3319
|
slots: {
|
|
3398
3320
|
type: ObjectConstructor;
|
|
3399
3321
|
};
|
|
3400
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3322
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3401
3323
|
name: {
|
|
3402
3324
|
type: vue.PropType<string | (string | number)[]>;
|
|
3403
3325
|
};
|
|
@@ -3462,7 +3384,7 @@ declare const formElementMap: {
|
|
|
3462
3384
|
slots: {
|
|
3463
3385
|
type: ObjectConstructor;
|
|
3464
3386
|
};
|
|
3465
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3387
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3466
3388
|
name: {
|
|
3467
3389
|
type: vue.PropType<string | (string | number)[]>;
|
|
3468
3390
|
};
|
|
@@ -3527,7 +3449,7 @@ declare const formElementMap: {
|
|
|
3527
3449
|
slots: {
|
|
3528
3450
|
type: ObjectConstructor;
|
|
3529
3451
|
};
|
|
3530
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3452
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3531
3453
|
name: {
|
|
3532
3454
|
type: vue.PropType<string | (string | number)[]>;
|
|
3533
3455
|
};
|
|
@@ -3592,7 +3514,7 @@ declare const formElementMap: {
|
|
|
3592
3514
|
slots: {
|
|
3593
3515
|
type: ObjectConstructor;
|
|
3594
3516
|
};
|
|
3595
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3517
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3596
3518
|
name: {
|
|
3597
3519
|
type: vue.PropType<string | (string | number)[]>;
|
|
3598
3520
|
};
|
|
@@ -3657,7 +3579,7 @@ declare const formElementMap: {
|
|
|
3657
3579
|
slots: {
|
|
3658
3580
|
type: ObjectConstructor;
|
|
3659
3581
|
};
|
|
3660
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3582
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3661
3583
|
name: {
|
|
3662
3584
|
type: vue.PropType<string | (string | number)[]>;
|
|
3663
3585
|
};
|
|
@@ -3722,7 +3644,7 @@ declare const formElementMap: {
|
|
|
3722
3644
|
slots: {
|
|
3723
3645
|
type: ObjectConstructor;
|
|
3724
3646
|
};
|
|
3725
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3647
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3726
3648
|
name: {
|
|
3727
3649
|
type: vue.PropType<string | (string | number)[]>;
|
|
3728
3650
|
};
|
|
@@ -3787,7 +3709,7 @@ declare const formElementMap: {
|
|
|
3787
3709
|
slots: {
|
|
3788
3710
|
type: ObjectConstructor;
|
|
3789
3711
|
};
|
|
3790
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3712
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3791
3713
|
name: {
|
|
3792
3714
|
type: vue.PropType<string | (string | number)[]>;
|
|
3793
3715
|
};
|
|
@@ -3852,7 +3774,7 @@ declare const formElementMap: {
|
|
|
3852
3774
|
slots: {
|
|
3853
3775
|
type: ObjectConstructor;
|
|
3854
3776
|
};
|
|
3855
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3777
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3856
3778
|
name: {
|
|
3857
3779
|
type: vue.PropType<string | (string | number)[]>;
|
|
3858
3780
|
};
|
|
@@ -3917,7 +3839,7 @@ declare const formElementMap: {
|
|
|
3917
3839
|
slots: {
|
|
3918
3840
|
type: ObjectConstructor;
|
|
3919
3841
|
};
|
|
3920
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3842
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3921
3843
|
name: {
|
|
3922
3844
|
type: vue.PropType<string | (string | number)[]>;
|
|
3923
3845
|
};
|
|
@@ -3982,7 +3904,7 @@ declare const formElementMap: {
|
|
|
3982
3904
|
slots: {
|
|
3983
3905
|
type: ObjectConstructor;
|
|
3984
3906
|
};
|
|
3985
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3907
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
3986
3908
|
name: {
|
|
3987
3909
|
type: vue.PropType<string | (string | number)[]>;
|
|
3988
3910
|
};
|
|
@@ -4047,7 +3969,7 @@ declare const formElementMap: {
|
|
|
4047
3969
|
slots: {
|
|
4048
3970
|
type: ObjectConstructor;
|
|
4049
3971
|
};
|
|
4050
|
-
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
3972
|
+
}>> & Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Partial<vue.ExtractPropTypes<{
|
|
4051
3973
|
name: {
|
|
4052
3974
|
type: vue.PropType<string | (string | number)[]>;
|
|
4053
3975
|
};
|