@maxtropy/v-components 0.1.11-beta.1 → 0.1.11-beta.10
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/mx-vcomponents.es.js +12605 -10919
- package/dist/style.css +1 -1
- package/dist/types/assets/svg/InfoCircleSvg.vue.d.ts +2 -0
- package/dist/types/components/alert/MxAlert.vue.d.ts +15 -0
- package/dist/types/components/button/MxButton.vue.d.ts +66 -10
- package/dist/types/components/checkbox/MxCheckbox.vue.d.ts +98 -1
- package/dist/types/components/checkbox/MxCheckboxGroup.vue.d.ts +37 -1
- package/dist/types/components/checkbox/index.d.ts +68 -3
- package/dist/types/components/dialog/MxDialog.vue.d.ts +146 -34
- package/dist/types/components/dropdown/MxDropdown.vue.d.ts +3 -3
- package/dist/types/components/form/MxForm.vue.d.ts +123 -0
- package/dist/types/components/form/MxFormItem.vue.d.ts +94 -0
- package/dist/types/components/form/index.d.ts +242 -0
- package/dist/types/components/index.d.ts +5 -2
- package/dist/types/components/pagination/MxPagination.vue.d.ts +19 -0
- package/dist/types/components/popconfirm/MxPopconfirm.vue.d.ts +6 -6
- package/dist/types/components/radio/MxRadio.vue.d.ts +30 -1
- package/dist/types/components/radio/MxRadioButton.vue.d.ts +25 -1
- package/dist/types/components/radio/MxRadioGroup.vue.d.ts +39 -1
- package/dist/types/components/radio/index.d.ts +117 -6
- package/dist/types/components/table/MxTable.vue.d.ts +20 -4
- package/dist/types/components/table/MxTableColumn.vue.d.ts +1 -22
- package/dist/types/components/table/index.d.ts +3 -38
- package/dist/types/components/tag/MxTag.vue.d.ts +3 -3
- package/dist/types/components/upload/uploadList.vue.d.ts +1 -1
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1,4 +1,28 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3
|
+
readonly size: {
|
|
4
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
5
|
+
readonly required: false;
|
|
6
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7
|
+
__epPropKey: true;
|
|
8
|
+
};
|
|
9
|
+
readonly disabled: BooleanConstructor;
|
|
10
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown, string, boolean>;
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
13
|
+
readonly size: {
|
|
14
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
15
|
+
readonly required: false;
|
|
16
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
|
+
__epPropKey: true;
|
|
18
|
+
};
|
|
19
|
+
readonly disabled: BooleanConstructor;
|
|
20
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown, string, boolean>;
|
|
21
|
+
}>>, {
|
|
22
|
+
readonly label: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
23
|
+
readonly name: string;
|
|
24
|
+
readonly disabled: boolean;
|
|
25
|
+
}, {}>, Partial<Record<string | number, (_: {}) => any>>>;
|
|
2
26
|
export default _default;
|
|
3
27
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
28
|
new (): {
|
|
@@ -1,4 +1,42 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("lodash").Omit<{
|
|
2
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
3
|
+
readonly size: {
|
|
4
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
5
|
+
readonly required: false;
|
|
6
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7
|
+
__epPropKey: true;
|
|
8
|
+
};
|
|
9
|
+
readonly disabled: BooleanConstructor;
|
|
10
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
11
|
+
readonly fill: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
12
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13
|
+
readonly textColor: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
14
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
15
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
16
|
+
}, "modelValue">, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("lodash").Omit<{
|
|
17
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
18
|
+
readonly size: {
|
|
19
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
20
|
+
readonly required: false;
|
|
21
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
|
+
__epPropKey: true;
|
|
23
|
+
};
|
|
24
|
+
readonly disabled: BooleanConstructor;
|
|
25
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
26
|
+
readonly fill: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
27
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
28
|
+
readonly textColor: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
29
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
30
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
31
|
+
}, "modelValue">>>, {
|
|
32
|
+
readonly fill: string;
|
|
33
|
+
readonly label: string;
|
|
34
|
+
readonly id: string;
|
|
35
|
+
readonly name: string;
|
|
36
|
+
readonly disabled: boolean;
|
|
37
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
38
|
+
readonly textColor: string;
|
|
39
|
+
}, {}>, Partial<Record<string | number, (_: {}) => any>>>;
|
|
2
40
|
export default _default;
|
|
3
41
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
42
|
new (): {
|
|
@@ -14,6 +14,13 @@ export declare const MxRadioGroup: {
|
|
|
14
14
|
$: import("vue").ComponentInternalInstance;
|
|
15
15
|
$data: {};
|
|
16
16
|
$props: {
|
|
17
|
+
readonly fill?: string | undefined;
|
|
18
|
+
readonly label?: string | undefined;
|
|
19
|
+
readonly id?: string | undefined;
|
|
20
|
+
readonly name?: string | undefined;
|
|
21
|
+
readonly disabled?: boolean | undefined;
|
|
22
|
+
readonly validateEvent?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
23
|
+
readonly textColor?: string | undefined;
|
|
17
24
|
key?: string | number | symbol | undefined;
|
|
18
25
|
ref?: import("vue").VNodeRef | undefined;
|
|
19
26
|
ref_for?: boolean | undefined;
|
|
@@ -58,6 +65,7 @@ export declare const MxRadioGroup: {
|
|
|
58
65
|
}>) => void)[] | undefined;
|
|
59
66
|
class?: unknown;
|
|
60
67
|
style?: unknown;
|
|
68
|
+
readonly size?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
61
69
|
};
|
|
62
70
|
$attrs: {
|
|
63
71
|
[x: string]: unknown;
|
|
@@ -72,7 +80,30 @@ export declare const MxRadioGroup: {
|
|
|
72
80
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
73
81
|
$emit: (event: string, ...args: any[]) => void;
|
|
74
82
|
$el: any;
|
|
75
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
|
83
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("lodash").Omit<{
|
|
84
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
85
|
+
readonly size: {
|
|
86
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
87
|
+
readonly required: false;
|
|
88
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
|
+
__epPropKey: true;
|
|
90
|
+
};
|
|
91
|
+
readonly disabled: BooleanConstructor;
|
|
92
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
93
|
+
readonly fill: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
94
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
95
|
+
readonly textColor: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
96
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
97
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
98
|
+
}, "modelValue">>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
99
|
+
readonly fill: string;
|
|
100
|
+
readonly label: string;
|
|
101
|
+
readonly id: string;
|
|
102
|
+
readonly name: string;
|
|
103
|
+
readonly disabled: boolean;
|
|
104
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
105
|
+
readonly textColor: string;
|
|
106
|
+
}, {}, string, {}> & {
|
|
76
107
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
77
108
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
78
109
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -92,11 +123,49 @@ export declare const MxRadioGroup: {
|
|
|
92
123
|
$forceUpdate: () => void;
|
|
93
124
|
$nextTick: typeof import("vue").nextTick;
|
|
94
125
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
95
|
-
} & Readonly<import("vue").ExtractPropTypes<
|
|
126
|
+
} & Readonly<import("vue").ExtractPropTypes<import("lodash").Omit<{
|
|
127
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
128
|
+
readonly size: {
|
|
129
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
130
|
+
readonly required: false;
|
|
131
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
132
|
+
__epPropKey: true;
|
|
133
|
+
};
|
|
134
|
+
readonly disabled: BooleanConstructor;
|
|
135
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
136
|
+
readonly fill: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
137
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
138
|
+
readonly textColor: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
139
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
140
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
141
|
+
}, "modelValue">>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
96
142
|
__isFragment?: undefined;
|
|
97
143
|
__isTeleport?: undefined;
|
|
98
144
|
__isSuspense?: undefined;
|
|
99
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
|
145
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("lodash").Omit<{
|
|
146
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
147
|
+
readonly size: {
|
|
148
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
149
|
+
readonly required: false;
|
|
150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
+
__epPropKey: true;
|
|
152
|
+
};
|
|
153
|
+
readonly disabled: BooleanConstructor;
|
|
154
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
155
|
+
readonly fill: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
156
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
157
|
+
readonly textColor: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
158
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
159
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
160
|
+
}, "modelValue">>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
161
|
+
readonly fill: string;
|
|
162
|
+
readonly label: string;
|
|
163
|
+
readonly id: string;
|
|
164
|
+
readonly name: string;
|
|
165
|
+
readonly disabled: boolean;
|
|
166
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
|
+
readonly textColor: string;
|
|
168
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
100
169
|
$slots: Partial<Record<string | number, (_: {}) => any>>;
|
|
101
170
|
});
|
|
102
171
|
export declare const MxRadioButton: {
|
|
@@ -104,6 +173,9 @@ export declare const MxRadioButton: {
|
|
|
104
173
|
$: import("vue").ComponentInternalInstance;
|
|
105
174
|
$data: {};
|
|
106
175
|
$props: {
|
|
176
|
+
readonly label?: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown> | undefined;
|
|
177
|
+
readonly name?: string | undefined;
|
|
178
|
+
readonly disabled?: boolean | undefined;
|
|
107
179
|
key?: string | number | symbol | undefined;
|
|
108
180
|
ref?: import("vue").VNodeRef | undefined;
|
|
109
181
|
ref_for?: boolean | undefined;
|
|
@@ -148,6 +220,7 @@ export declare const MxRadioButton: {
|
|
|
148
220
|
}>) => void)[] | undefined;
|
|
149
221
|
class?: unknown;
|
|
150
222
|
style?: unknown;
|
|
223
|
+
readonly size?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
151
224
|
};
|
|
152
225
|
$attrs: {
|
|
153
226
|
[x: string]: unknown;
|
|
@@ -162,7 +235,21 @@ export declare const MxRadioButton: {
|
|
|
162
235
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
163
236
|
$emit: (event: string, ...args: any[]) => void;
|
|
164
237
|
$el: any;
|
|
165
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
238
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
239
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
240
|
+
readonly size: {
|
|
241
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
242
|
+
readonly required: false;
|
|
243
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
|
+
__epPropKey: true;
|
|
245
|
+
};
|
|
246
|
+
readonly disabled: BooleanConstructor;
|
|
247
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown, string, boolean>;
|
|
248
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
249
|
+
readonly label: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
250
|
+
readonly name: string;
|
|
251
|
+
readonly disabled: boolean;
|
|
252
|
+
}, {}, string, {}> & {
|
|
166
253
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
167
254
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
168
255
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -182,10 +269,34 @@ export declare const MxRadioButton: {
|
|
|
182
269
|
$forceUpdate: () => void;
|
|
183
270
|
$nextTick: typeof import("vue").nextTick;
|
|
184
271
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
185
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
272
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
273
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
274
|
+
readonly size: {
|
|
275
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
276
|
+
readonly required: false;
|
|
277
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
278
|
+
__epPropKey: true;
|
|
279
|
+
};
|
|
280
|
+
readonly disabled: BooleanConstructor;
|
|
281
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown, string, boolean>;
|
|
282
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
186
283
|
__isFragment?: undefined;
|
|
187
284
|
__isTeleport?: undefined;
|
|
188
285
|
__isSuspense?: undefined;
|
|
189
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
286
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
287
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
288
|
+
readonly size: {
|
|
289
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
290
|
+
readonly required: false;
|
|
291
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
292
|
+
__epPropKey: true;
|
|
293
|
+
};
|
|
294
|
+
readonly disabled: BooleanConstructor;
|
|
295
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown, string, boolean>;
|
|
296
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
297
|
+
readonly label: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
298
|
+
readonly name: string;
|
|
299
|
+
readonly disabled: boolean;
|
|
300
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
190
301
|
$slots: Partial<Record<string | number, (_: {}) => any>>;
|
|
191
302
|
});
|
|
@@ -3,15 +3,31 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
|
-
|
|
6
|
+
showSelectedCount: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
selectedCount: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
15
|
emptyContent: {
|
|
8
16
|
type: StringConstructor;
|
|
9
17
|
default: string;
|
|
10
18
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
19
|
+
showSelectedCount: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
selectedCount: {
|
|
24
|
+
type: NumberConstructor;
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
14
28
|
emptyContent: string;
|
|
29
|
+
showSelectedCount: boolean;
|
|
30
|
+
selectedCount: number;
|
|
15
31
|
}, {}>, Partial<Record<string | number, (_: {}) => any>>>;
|
|
16
32
|
export default _default;
|
|
17
33
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
type: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
highlightCurrentRow: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
type: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
highlightCurrentRow: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
type: string;
|
|
21
|
-
highlightCurrentRow: boolean;
|
|
22
|
-
}, {}>, Partial<Record<string | number, (_: {
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string | number, (_: {
|
|
23
2
|
scope: any;
|
|
24
3
|
row: any;
|
|
25
4
|
index: any;
|
|
@@ -12,8 +12,6 @@ export declare const MxTableColumn: {
|
|
|
12
12
|
$: import("vue").ComponentInternalInstance;
|
|
13
13
|
$data: {};
|
|
14
14
|
$props: {
|
|
15
|
-
type?: string | undefined;
|
|
16
|
-
highlightCurrentRow?: boolean | undefined;
|
|
17
15
|
key?: string | number | symbol | undefined;
|
|
18
16
|
ref?: import("vue").VNodeRef | undefined;
|
|
19
17
|
ref_for?: boolean | undefined;
|
|
@@ -72,19 +70,7 @@ export declare const MxTableColumn: {
|
|
|
72
70
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
73
71
|
$emit: (event: string, ...args: any[]) => void;
|
|
74
72
|
$el: any;
|
|
75
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
-
type: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
|
-
highlightCurrentRow: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
85
|
-
type: string;
|
|
86
|
-
highlightCurrentRow: boolean;
|
|
87
|
-
}, {}, string, {}> & {
|
|
73
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
88
74
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
89
75
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
90
76
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -104,32 +90,11 @@ export declare const MxTableColumn: {
|
|
|
104
90
|
$forceUpdate: () => void;
|
|
105
91
|
$nextTick: typeof import("vue").nextTick;
|
|
106
92
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
107
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
-
type: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
highlightCurrentRow: {
|
|
113
|
-
type: BooleanConstructor;
|
|
114
|
-
default: boolean;
|
|
115
|
-
};
|
|
116
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
93
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
117
94
|
__isFragment?: undefined;
|
|
118
95
|
__isTeleport?: undefined;
|
|
119
96
|
__isSuspense?: undefined;
|
|
120
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
121
|
-
type: {
|
|
122
|
-
type: StringConstructor;
|
|
123
|
-
default: string;
|
|
124
|
-
};
|
|
125
|
-
highlightCurrentRow: {
|
|
126
|
-
type: BooleanConstructor;
|
|
127
|
-
default: boolean;
|
|
128
|
-
};
|
|
129
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
130
|
-
type: string;
|
|
131
|
-
highlightCurrentRow: boolean;
|
|
132
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
97
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
133
98
|
$slots: Partial<Record<string | number, (_: {
|
|
134
99
|
scope: any;
|
|
135
100
|
row: any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
type: {
|
|
4
|
-
type: PropType<"" | "
|
|
4
|
+
type: PropType<"" | "success" | "warning" | "info" | "primary" | "danger" | "dashed" | "invalid">;
|
|
5
5
|
validator: (value: string) => boolean;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
15
15
|
};
|
|
16
16
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
type: {
|
|
18
|
-
type: PropType<"" | "
|
|
18
|
+
type: PropType<"" | "success" | "warning" | "info" | "primary" | "danger" | "dashed" | "invalid">;
|
|
19
19
|
validator: (value: string) => boolean;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
@@ -29,7 +29,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
29
29
|
};
|
|
30
30
|
}>>, {
|
|
31
31
|
color: string;
|
|
32
|
-
type: "" | "
|
|
32
|
+
type: "" | "success" | "warning" | "info" | "primary" | "danger" | "dashed" | "invalid";
|
|
33
33
|
disabled: boolean;
|
|
34
34
|
}, {}>, Partial<Record<string | number, (_: {}) => any>>>;
|
|
35
35
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<import("element-plus").UploadFile>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("remove" | "preview")[], "
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("remove" | "preview")[], "preview" | "remove", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
file: {
|
|
8
8
|
type: import("vue").PropType<import("element-plus").UploadFile>;
|
|
9
9
|
required: true;
|
package/dist/types/index.d.ts
CHANGED