@hinen/pro-element-plus 1.1.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +51 -9
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/props.d.ts +25 -4
- package/dist/components/CheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/DataSelect/DataSelect.vue.d.ts +333 -59
- package/dist/components/DataSelect/DataSelect.vue.d.ts.map +1 -1
- package/dist/components/DataSelect/props.d.ts +162 -25
- package/dist/components/DataSelect/props.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +78 -36
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +36 -18
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useFixedHeader.d.ts +8 -0
- package/dist/components/DataTable/useFixedHeader.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +4 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/Drawer/props.d.ts +211 -0
- package/dist/components/Drawer/props.d.ts.map +1 -0
- package/dist/components/Drawer/types.d.ts +14 -0
- package/dist/components/Drawer/types.d.ts.map +1 -0
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +858 -2660
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +358 -83
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +215 -356
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +93 -16
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +824 -465
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormDatePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +93 -23
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/props.d.ts +44 -9
- package/dist/components/FormFields/FormItem/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +509 -730
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +220 -29
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +307 -357
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +133 -21
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +643 -631
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +270 -39
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +949 -461
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +391 -62
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +426 -858
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +184 -37
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +464 -861
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +200 -35
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +515 -1164
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +226 -59
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +822 -462
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +47 -328
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +44 -9
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +44 -9
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Image/props.d.ts +76 -13
- package/dist/components/Image/props.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +213 -39
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
- package/dist/components/Modal/props.d.ts +102 -16
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +115 -26
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +53 -9
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +100 -16
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/RadioGroup/props.d.ts +49 -7
- package/dist/components/RadioGroup/props.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +357 -63
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/props.d.ts +174 -27
- package/dist/components/Select/props.d.ts.map +1 -1
- package/dist/index.cjs +44 -44
- package/dist/index.js +1909 -2690
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormSwitch/FormSwitch.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormSwitch/FormSwitch.vue"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACtB,MAAM,cAAc,CAAC;AA+BtB,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsHtB;AAkBD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -4,79 +4,170 @@ export declare const formSwitchProps: {
|
|
|
4
4
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
5
5
|
};
|
|
6
6
|
label: StringConstructor;
|
|
7
|
-
labelWidth:
|
|
8
|
-
|
|
7
|
+
labelWidth: {
|
|
8
|
+
readonly type: import('vue').PropType<string | number>;
|
|
9
|
+
readonly required: false;
|
|
10
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11
|
+
__epPropKey: true;
|
|
12
|
+
} & {
|
|
13
|
+
readonly default: "";
|
|
14
|
+
};
|
|
15
|
+
labelPosition: {
|
|
16
|
+
readonly type: import('vue').PropType<"" | "top" | "left" | "right">;
|
|
17
|
+
readonly required: false;
|
|
18
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
|
+
__epPropKey: true;
|
|
20
|
+
} & {
|
|
21
|
+
readonly default: "";
|
|
22
|
+
};
|
|
9
23
|
prop: {
|
|
10
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
24
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemProp>;
|
|
11
25
|
readonly required: false;
|
|
12
26
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
27
|
__epPropKey: true;
|
|
14
28
|
};
|
|
15
|
-
required:
|
|
29
|
+
required: {
|
|
30
|
+
readonly type: import('vue').PropType<boolean>;
|
|
31
|
+
readonly required: false;
|
|
32
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
33
|
+
__epPropKey: true;
|
|
34
|
+
} & {
|
|
35
|
+
readonly default: undefined;
|
|
36
|
+
};
|
|
16
37
|
rules: {
|
|
17
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
38
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>;
|
|
18
39
|
readonly required: false;
|
|
19
40
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
41
|
__epPropKey: true;
|
|
21
42
|
};
|
|
22
43
|
error: StringConstructor;
|
|
23
44
|
validateStatus: {
|
|
24
|
-
readonly type: import('vue').PropType<
|
|
45
|
+
readonly type: import('vue').PropType<"" | "success" | "error" | "validating">;
|
|
46
|
+
readonly required: false;
|
|
47
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
|
+
__epPropKey: true;
|
|
49
|
+
};
|
|
50
|
+
inlineMessage: {
|
|
51
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
25
52
|
readonly required: false;
|
|
26
53
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
54
|
__epPropKey: true;
|
|
55
|
+
} & {
|
|
56
|
+
readonly default: "";
|
|
57
|
+
};
|
|
58
|
+
showMessage: {
|
|
59
|
+
readonly type: import('vue').PropType<boolean>;
|
|
60
|
+
readonly required: false;
|
|
61
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
|
+
__epPropKey: true;
|
|
63
|
+
} & {
|
|
64
|
+
readonly default: true;
|
|
28
65
|
};
|
|
29
|
-
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
30
|
-
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
31
66
|
size: {
|
|
32
|
-
readonly type: import('vue').PropType<
|
|
67
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
33
68
|
readonly required: false;
|
|
34
69
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
70
|
__epPropKey: true;
|
|
36
71
|
};
|
|
37
72
|
} & Omit<{
|
|
38
73
|
readonly ariaLabel: StringConstructor;
|
|
39
|
-
readonly modelValue:
|
|
74
|
+
readonly modelValue: {
|
|
75
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
76
|
+
readonly required: false;
|
|
77
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
+
__epPropKey: true;
|
|
79
|
+
} & {
|
|
80
|
+
readonly default: false;
|
|
81
|
+
};
|
|
40
82
|
readonly disabled: BooleanConstructor;
|
|
41
83
|
readonly loading: BooleanConstructor;
|
|
42
84
|
readonly size: {
|
|
43
|
-
readonly type: import('vue').PropType<
|
|
85
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
44
86
|
readonly required: false;
|
|
45
87
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
88
|
__epPropKey: true;
|
|
47
89
|
};
|
|
48
|
-
readonly width:
|
|
90
|
+
readonly width: {
|
|
91
|
+
readonly type: import('vue').PropType<string | number>;
|
|
92
|
+
readonly required: false;
|
|
93
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
|
+
__epPropKey: true;
|
|
95
|
+
} & {
|
|
96
|
+
readonly default: "";
|
|
97
|
+
};
|
|
49
98
|
readonly inlinePrompt: BooleanConstructor;
|
|
50
99
|
readonly inactiveActionIcon: {
|
|
51
|
-
readonly type: import('vue').PropType<
|
|
100
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
52
101
|
readonly required: false;
|
|
53
102
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
54
103
|
__epPropKey: true;
|
|
55
104
|
};
|
|
56
105
|
readonly activeActionIcon: {
|
|
57
|
-
readonly type: import('vue').PropType<
|
|
106
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
58
107
|
readonly required: false;
|
|
59
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
109
|
__epPropKey: true;
|
|
61
110
|
};
|
|
62
111
|
readonly activeIcon: {
|
|
63
|
-
readonly type: import('vue').PropType<
|
|
112
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
64
113
|
readonly required: false;
|
|
65
114
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
115
|
__epPropKey: true;
|
|
67
116
|
};
|
|
68
117
|
readonly inactiveIcon: {
|
|
69
|
-
readonly type: import('vue').PropType<
|
|
118
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
119
|
+
readonly required: false;
|
|
120
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
|
+
__epPropKey: true;
|
|
122
|
+
};
|
|
123
|
+
readonly activeText: {
|
|
124
|
+
readonly type: import('vue').PropType<string>;
|
|
125
|
+
readonly required: false;
|
|
126
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
|
+
__epPropKey: true;
|
|
128
|
+
} & {
|
|
129
|
+
readonly default: "";
|
|
130
|
+
};
|
|
131
|
+
readonly inactiveText: {
|
|
132
|
+
readonly type: import('vue').PropType<string>;
|
|
133
|
+
readonly required: false;
|
|
134
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
|
+
__epPropKey: true;
|
|
136
|
+
} & {
|
|
137
|
+
readonly default: "";
|
|
138
|
+
};
|
|
139
|
+
readonly activeValue: {
|
|
140
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
141
|
+
readonly required: false;
|
|
142
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
143
|
+
__epPropKey: true;
|
|
144
|
+
} & {
|
|
145
|
+
readonly default: true;
|
|
146
|
+
};
|
|
147
|
+
readonly inactiveValue: {
|
|
148
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
149
|
+
readonly required: false;
|
|
150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
+
__epPropKey: true;
|
|
152
|
+
} & {
|
|
153
|
+
readonly default: false;
|
|
154
|
+
};
|
|
155
|
+
readonly name: {
|
|
156
|
+
readonly type: import('vue').PropType<string>;
|
|
70
157
|
readonly required: false;
|
|
71
158
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
159
|
__epPropKey: true;
|
|
160
|
+
} & {
|
|
161
|
+
readonly default: "";
|
|
162
|
+
};
|
|
163
|
+
readonly validateEvent: {
|
|
164
|
+
readonly type: import('vue').PropType<boolean>;
|
|
165
|
+
readonly required: false;
|
|
166
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
|
+
__epPropKey: true;
|
|
168
|
+
} & {
|
|
169
|
+
readonly default: true;
|
|
73
170
|
};
|
|
74
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
75
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
76
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
77
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
78
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
79
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
80
171
|
readonly beforeChange: {
|
|
81
172
|
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
82
173
|
readonly required: false;
|
|
@@ -85,7 +176,7 @@ export declare const formSwitchProps: {
|
|
|
85
176
|
};
|
|
86
177
|
readonly id: StringConstructor;
|
|
87
178
|
readonly tabindex: {
|
|
88
|
-
readonly type: import('vue').PropType<
|
|
179
|
+
readonly type: import('vue').PropType<string | number>;
|
|
89
180
|
readonly required: false;
|
|
90
181
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
182
|
__epPropKey: true;
|
|
@@ -103,47 +194,103 @@ export declare const formSwitchProps: {
|
|
|
103
194
|
fieldProps: {
|
|
104
195
|
type: import('vue').PropType<{
|
|
105
196
|
readonly ariaLabel: StringConstructor;
|
|
106
|
-
readonly modelValue:
|
|
197
|
+
readonly modelValue: {
|
|
198
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
199
|
+
readonly required: false;
|
|
200
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
201
|
+
__epPropKey: true;
|
|
202
|
+
} & {
|
|
203
|
+
readonly default: false;
|
|
204
|
+
};
|
|
107
205
|
readonly disabled: BooleanConstructor;
|
|
108
206
|
readonly loading: BooleanConstructor;
|
|
109
207
|
readonly size: {
|
|
110
|
-
readonly type: import('vue').PropType<
|
|
208
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
209
|
+
readonly required: false;
|
|
210
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
|
+
__epPropKey: true;
|
|
212
|
+
};
|
|
213
|
+
readonly width: {
|
|
214
|
+
readonly type: import('vue').PropType<string | number>;
|
|
111
215
|
readonly required: false;
|
|
112
216
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
217
|
__epPropKey: true;
|
|
218
|
+
} & {
|
|
219
|
+
readonly default: "";
|
|
114
220
|
};
|
|
115
|
-
readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
116
221
|
readonly inlinePrompt: BooleanConstructor;
|
|
117
222
|
readonly inactiveActionIcon: {
|
|
118
|
-
readonly type: import('vue').PropType<
|
|
223
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
119
224
|
readonly required: false;
|
|
120
225
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
226
|
__epPropKey: true;
|
|
122
227
|
};
|
|
123
228
|
readonly activeActionIcon: {
|
|
124
|
-
readonly type: import('vue').PropType<
|
|
229
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
125
230
|
readonly required: false;
|
|
126
231
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
232
|
__epPropKey: true;
|
|
128
233
|
};
|
|
129
234
|
readonly activeIcon: {
|
|
130
|
-
readonly type: import('vue').PropType<
|
|
235
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
131
236
|
readonly required: false;
|
|
132
237
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
238
|
__epPropKey: true;
|
|
134
239
|
};
|
|
135
240
|
readonly inactiveIcon: {
|
|
136
|
-
readonly type: import('vue').PropType<
|
|
241
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
242
|
+
readonly required: false;
|
|
243
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
|
+
__epPropKey: true;
|
|
245
|
+
};
|
|
246
|
+
readonly activeText: {
|
|
247
|
+
readonly type: import('vue').PropType<string>;
|
|
248
|
+
readonly required: false;
|
|
249
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
250
|
+
__epPropKey: true;
|
|
251
|
+
} & {
|
|
252
|
+
readonly default: "";
|
|
253
|
+
};
|
|
254
|
+
readonly inactiveText: {
|
|
255
|
+
readonly type: import('vue').PropType<string>;
|
|
256
|
+
readonly required: false;
|
|
257
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
258
|
+
__epPropKey: true;
|
|
259
|
+
} & {
|
|
260
|
+
readonly default: "";
|
|
261
|
+
};
|
|
262
|
+
readonly activeValue: {
|
|
263
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
264
|
+
readonly required: false;
|
|
265
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
|
+
__epPropKey: true;
|
|
267
|
+
} & {
|
|
268
|
+
readonly default: true;
|
|
269
|
+
};
|
|
270
|
+
readonly inactiveValue: {
|
|
271
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
272
|
+
readonly required: false;
|
|
273
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
|
+
__epPropKey: true;
|
|
275
|
+
} & {
|
|
276
|
+
readonly default: false;
|
|
277
|
+
};
|
|
278
|
+
readonly name: {
|
|
279
|
+
readonly type: import('vue').PropType<string>;
|
|
280
|
+
readonly required: false;
|
|
281
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
282
|
+
__epPropKey: true;
|
|
283
|
+
} & {
|
|
284
|
+
readonly default: "";
|
|
285
|
+
};
|
|
286
|
+
readonly validateEvent: {
|
|
287
|
+
readonly type: import('vue').PropType<boolean>;
|
|
137
288
|
readonly required: false;
|
|
138
289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
290
|
__epPropKey: true;
|
|
291
|
+
} & {
|
|
292
|
+
readonly default: true;
|
|
140
293
|
};
|
|
141
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
142
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
143
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
144
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
145
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
146
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
147
294
|
readonly beforeChange: {
|
|
148
295
|
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
149
296
|
readonly required: false;
|
|
@@ -152,7 +299,7 @@ export declare const formSwitchProps: {
|
|
|
152
299
|
};
|
|
153
300
|
readonly id: StringConstructor;
|
|
154
301
|
readonly tabindex: {
|
|
155
|
-
readonly type: import('vue').PropType<
|
|
302
|
+
readonly type: import('vue').PropType<string | number>;
|
|
156
303
|
readonly required: false;
|
|
157
304
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
305
|
__epPropKey: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormSwitch/props.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormSwitch/props.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC;AAExE,eAAO,MAAM,eAAe;;;;CAAc,CAAC"}
|