@hinen/pro-element-plus 1.1.1 → 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 +2 -2
|
@@ -50,30 +50,74 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
};
|
|
51
51
|
model: ObjectConstructor;
|
|
52
52
|
rules: {
|
|
53
|
-
readonly type: import('vue').PropType<Partial<Record<string, import('element-plus
|
|
53
|
+
readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>>;
|
|
54
54
|
readonly required: false;
|
|
55
55
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
56
|
__epPropKey: true;
|
|
57
57
|
};
|
|
58
|
-
labelPosition:
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
58
|
+
labelPosition: {
|
|
59
|
+
readonly type: import('vue').PropType<"top" | "left" | "right">;
|
|
60
|
+
readonly required: false;
|
|
61
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
|
+
__epPropKey: true;
|
|
63
|
+
} & {
|
|
64
|
+
readonly default: "right";
|
|
65
|
+
};
|
|
66
|
+
requireAsteriskPosition: {
|
|
67
|
+
readonly type: import('vue').PropType<"left" | "right">;
|
|
68
|
+
readonly required: false;
|
|
69
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
+
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: "left";
|
|
73
|
+
};
|
|
74
|
+
labelWidth: {
|
|
75
|
+
readonly type: import('vue').PropType<string | number>;
|
|
76
|
+
readonly required: false;
|
|
77
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
+
__epPropKey: true;
|
|
79
|
+
} & {
|
|
80
|
+
readonly default: "";
|
|
81
|
+
};
|
|
82
|
+
labelSuffix: {
|
|
83
|
+
readonly type: import('vue').PropType<string>;
|
|
84
|
+
readonly required: false;
|
|
85
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
|
+
__epPropKey: true;
|
|
87
|
+
} & {
|
|
88
|
+
readonly default: "";
|
|
89
|
+
};
|
|
62
90
|
inline: BooleanConstructor;
|
|
63
91
|
inlineMessage: BooleanConstructor;
|
|
64
92
|
statusIcon: BooleanConstructor;
|
|
65
|
-
showMessage:
|
|
66
|
-
|
|
93
|
+
showMessage: {
|
|
94
|
+
readonly type: import('vue').PropType<boolean>;
|
|
95
|
+
readonly required: false;
|
|
96
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
|
+
__epPropKey: true;
|
|
98
|
+
} & {
|
|
99
|
+
readonly default: true;
|
|
100
|
+
};
|
|
101
|
+
validateOnRuleChange: {
|
|
102
|
+
readonly type: import('vue').PropType<boolean>;
|
|
103
|
+
readonly required: false;
|
|
104
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
105
|
+
__epPropKey: true;
|
|
106
|
+
} & {
|
|
107
|
+
readonly default: true;
|
|
108
|
+
};
|
|
67
109
|
hideRequiredAsterisk: BooleanConstructor;
|
|
68
110
|
scrollToError: BooleanConstructor;
|
|
69
111
|
scrollIntoViewOptions: {
|
|
70
|
-
readonly type: import('vue').PropType<
|
|
112
|
+
readonly type: import('vue').PropType<boolean | ScrollIntoViewOptions>;
|
|
71
113
|
readonly required: false;
|
|
72
114
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
115
|
__epPropKey: true;
|
|
116
|
+
} & {
|
|
117
|
+
readonly default: true;
|
|
74
118
|
};
|
|
75
119
|
size: {
|
|
76
|
-
readonly type: import('vue').PropType<
|
|
120
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
77
121
|
readonly required: false;
|
|
78
122
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
123
|
__epPropKey: true;
|
|
@@ -81,9 +125,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
81
125
|
disabled: BooleanConstructor;
|
|
82
126
|
}>, {
|
|
83
127
|
validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
84
|
-
clearValidate: (props?: import('element-plus
|
|
85
|
-
validateField: (props?: import('element-plus
|
|
86
|
-
resetFields: (props?: import('element-plus
|
|
128
|
+
clearValidate: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
|
|
129
|
+
validateField: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[], callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
130
|
+
resetFields: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
|
|
87
131
|
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
88
132
|
getFormData: () => any;
|
|
89
133
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -141,30 +185,74 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
141
185
|
};
|
|
142
186
|
model: ObjectConstructor;
|
|
143
187
|
rules: {
|
|
144
|
-
readonly type: import('vue').PropType<Partial<Record<string, import('element-plus
|
|
188
|
+
readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>>;
|
|
145
189
|
readonly required: false;
|
|
146
190
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
191
|
__epPropKey: true;
|
|
148
192
|
};
|
|
149
|
-
labelPosition:
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
193
|
+
labelPosition: {
|
|
194
|
+
readonly type: import('vue').PropType<"top" | "left" | "right">;
|
|
195
|
+
readonly required: false;
|
|
196
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
|
+
__epPropKey: true;
|
|
198
|
+
} & {
|
|
199
|
+
readonly default: "right";
|
|
200
|
+
};
|
|
201
|
+
requireAsteriskPosition: {
|
|
202
|
+
readonly type: import('vue').PropType<"left" | "right">;
|
|
203
|
+
readonly required: false;
|
|
204
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
205
|
+
__epPropKey: true;
|
|
206
|
+
} & {
|
|
207
|
+
readonly default: "left";
|
|
208
|
+
};
|
|
209
|
+
labelWidth: {
|
|
210
|
+
readonly type: import('vue').PropType<string | number>;
|
|
211
|
+
readonly required: false;
|
|
212
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
213
|
+
__epPropKey: true;
|
|
214
|
+
} & {
|
|
215
|
+
readonly default: "";
|
|
216
|
+
};
|
|
217
|
+
labelSuffix: {
|
|
218
|
+
readonly type: import('vue').PropType<string>;
|
|
219
|
+
readonly required: false;
|
|
220
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
221
|
+
__epPropKey: true;
|
|
222
|
+
} & {
|
|
223
|
+
readonly default: "";
|
|
224
|
+
};
|
|
153
225
|
inline: BooleanConstructor;
|
|
154
226
|
inlineMessage: BooleanConstructor;
|
|
155
227
|
statusIcon: BooleanConstructor;
|
|
156
|
-
showMessage:
|
|
157
|
-
|
|
228
|
+
showMessage: {
|
|
229
|
+
readonly type: import('vue').PropType<boolean>;
|
|
230
|
+
readonly required: false;
|
|
231
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
232
|
+
__epPropKey: true;
|
|
233
|
+
} & {
|
|
234
|
+
readonly default: true;
|
|
235
|
+
};
|
|
236
|
+
validateOnRuleChange: {
|
|
237
|
+
readonly type: import('vue').PropType<boolean>;
|
|
238
|
+
readonly required: false;
|
|
239
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
|
+
__epPropKey: true;
|
|
241
|
+
} & {
|
|
242
|
+
readonly default: true;
|
|
243
|
+
};
|
|
158
244
|
hideRequiredAsterisk: BooleanConstructor;
|
|
159
245
|
scrollToError: BooleanConstructor;
|
|
160
246
|
scrollIntoViewOptions: {
|
|
161
|
-
readonly type: import('vue').PropType<
|
|
247
|
+
readonly type: import('vue').PropType<boolean | ScrollIntoViewOptions>;
|
|
162
248
|
readonly required: false;
|
|
163
249
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
250
|
__epPropKey: true;
|
|
251
|
+
} & {
|
|
252
|
+
readonly default: true;
|
|
165
253
|
};
|
|
166
254
|
size: {
|
|
167
|
-
readonly type: import('vue').PropType<
|
|
255
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
168
256
|
readonly required: false;
|
|
169
257
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
258
|
__epPropKey: true;
|
|
@@ -177,10 +265,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
177
265
|
onCollapsed?: ((bool: boolean) => any) | undefined;
|
|
178
266
|
}>, {
|
|
179
267
|
disabled: boolean;
|
|
180
|
-
labelWidth:
|
|
181
|
-
labelPosition:
|
|
268
|
+
labelWidth: string | number;
|
|
269
|
+
labelPosition: "top" | "left" | "right";
|
|
182
270
|
inlineMessage: boolean;
|
|
183
|
-
showMessage:
|
|
271
|
+
showMessage: boolean;
|
|
184
272
|
width: number | ResponsiveVars;
|
|
185
273
|
initialValues: Record<string, any>;
|
|
186
274
|
gutter: number | ResponsiveVars;
|
|
@@ -189,13 +277,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
277
|
collapsable: boolean;
|
|
190
278
|
defaultCollapsed: boolean;
|
|
191
279
|
defaultCollapsedRows: number;
|
|
192
|
-
requireAsteriskPosition:
|
|
280
|
+
requireAsteriskPosition: "left" | "right";
|
|
193
281
|
labelSuffix: string;
|
|
194
282
|
inline: boolean;
|
|
195
283
|
statusIcon: boolean;
|
|
196
|
-
validateOnRuleChange:
|
|
284
|
+
validateOnRuleChange: boolean;
|
|
197
285
|
hideRequiredAsterisk: boolean;
|
|
198
286
|
scrollToError: boolean;
|
|
287
|
+
scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
|
|
199
288
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
200
289
|
export default _default;
|
|
201
290
|
//# sourceMappingURL=QueryForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/QueryForm.vue"],"names":[],"mappings":"AAUA,OAAO,EAGL,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC5B,MAAM,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"QueryForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/QueryForm.vue"],"names":[],"mappings":"AAUA,OAAO,EAGL,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC5B,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA6a6u5H,CAAC;yBAA0d,CAAC;yBAApV,CAAC,uFAAmC,CAAC;uBAA+J,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAT3k6H,wBAQG"}
|
|
@@ -84,30 +84,74 @@ export declare const queryFormProps: {
|
|
|
84
84
|
};
|
|
85
85
|
model: ObjectConstructor;
|
|
86
86
|
rules: {
|
|
87
|
-
readonly type:
|
|
87
|
+
readonly type: PropType<Partial<Record<string, import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>>>;
|
|
88
88
|
readonly required: false;
|
|
89
89
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
90
90
|
__epPropKey: true;
|
|
91
91
|
};
|
|
92
|
-
labelPosition:
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
92
|
+
labelPosition: {
|
|
93
|
+
readonly type: PropType<"top" | "left" | "right">;
|
|
94
|
+
readonly required: false;
|
|
95
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
96
|
+
__epPropKey: true;
|
|
97
|
+
} & {
|
|
98
|
+
readonly default: "right";
|
|
99
|
+
};
|
|
100
|
+
requireAsteriskPosition: {
|
|
101
|
+
readonly type: PropType<"left" | "right">;
|
|
102
|
+
readonly required: false;
|
|
103
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
|
+
__epPropKey: true;
|
|
105
|
+
} & {
|
|
106
|
+
readonly default: "left";
|
|
107
|
+
};
|
|
108
|
+
labelWidth: {
|
|
109
|
+
readonly type: PropType<string | number>;
|
|
110
|
+
readonly required: false;
|
|
111
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
|
+
__epPropKey: true;
|
|
113
|
+
} & {
|
|
114
|
+
readonly default: "";
|
|
115
|
+
};
|
|
116
|
+
labelSuffix: {
|
|
117
|
+
readonly type: PropType<string>;
|
|
118
|
+
readonly required: false;
|
|
119
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
|
+
__epPropKey: true;
|
|
121
|
+
} & {
|
|
122
|
+
readonly default: "";
|
|
123
|
+
};
|
|
96
124
|
inline: BooleanConstructor;
|
|
97
125
|
inlineMessage: BooleanConstructor;
|
|
98
126
|
statusIcon: BooleanConstructor;
|
|
99
|
-
showMessage:
|
|
100
|
-
|
|
127
|
+
showMessage: {
|
|
128
|
+
readonly type: PropType<boolean>;
|
|
129
|
+
readonly required: false;
|
|
130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
|
+
__epPropKey: true;
|
|
132
|
+
} & {
|
|
133
|
+
readonly default: true;
|
|
134
|
+
};
|
|
135
|
+
validateOnRuleChange: {
|
|
136
|
+
readonly type: PropType<boolean>;
|
|
137
|
+
readonly required: false;
|
|
138
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
|
+
__epPropKey: true;
|
|
140
|
+
} & {
|
|
141
|
+
readonly default: true;
|
|
142
|
+
};
|
|
101
143
|
hideRequiredAsterisk: BooleanConstructor;
|
|
102
144
|
scrollToError: BooleanConstructor;
|
|
103
145
|
scrollIntoViewOptions: {
|
|
104
|
-
readonly type:
|
|
146
|
+
readonly type: PropType<boolean | ScrollIntoViewOptions>;
|
|
105
147
|
readonly required: false;
|
|
106
148
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
149
|
__epPropKey: true;
|
|
150
|
+
} & {
|
|
151
|
+
readonly default: true;
|
|
108
152
|
};
|
|
109
153
|
size: {
|
|
110
|
-
readonly type:
|
|
154
|
+
readonly type: PropType<"" | "small" | "default" | "large">;
|
|
111
155
|
readonly required: false;
|
|
112
156
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
157
|
__epPropKey: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/props.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,KAAK,EACV,0BAA0B,EAC1B,0BAA0B,EAC1B,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,eAAe,CAAC;AAEvB,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,0BAA0B,CAAC;IACpC,QAAQ,EAAE,0BAA0B,CAAC;IACrC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,KAAK,EAAE,uBAAuB,CAAC;IAC/B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,GAAG,EAAE,qBAAqB,CAAC;IAC3B,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,IAAI,EAAE,uBAAuB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,MAAM,yBAAyB,CAAC;AAErE,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,2BAA2B,CACrC,SAAS,SAAS,sBAAsB,IACtC;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;CACjC,GAAG,OAAO,CAAC,yBAAyB,CAAC,SAAS,CAAC,CAAC,CAAC;AAElD,MAAM,MAAM,sBAAsB,GAC9B;KACG,SAAS,IAAI,sBAAsB,GAAG;QACrC,SAAS,EAAE,SAAS,CAAC;KACtB,GAAG,2BAA2B,CAAC,SAAS,CAAC;CAC3C,CAAC,sBAAsB,CAAC,GACzB,CAAC;IACC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,GAAG,2BAA2B,CAAC,MAAM,CAAC,CAAC,CAAC;AAE7C,eAAO,MAAM,cAAc;;;;;;cAOG,QAAQ,CAAC,MAAM,GAAG,cAAc,CAAC;;;;;;;;;;;cAWjC,QAAQ,CAAC,MAAM,GAAG,cAAc,CAAC;;;;;;;;;;;;;;;;;;WAkB7C,QAAQ,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/props.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,KAAK,EACV,0BAA0B,EAC1B,0BAA0B,EAC1B,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,eAAe,CAAC;AAEvB,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,0BAA0B,CAAC;IACpC,QAAQ,EAAE,0BAA0B,CAAC;IACrC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,KAAK,EAAE,uBAAuB,CAAC;IAC/B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,GAAG,EAAE,qBAAqB,CAAC;IAC3B,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,IAAI,EAAE,uBAAuB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,MAAM,yBAAyB,CAAC;AAErE,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,2BAA2B,CACrC,SAAS,SAAS,sBAAsB,IACtC;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;CACjC,GAAG,OAAO,CAAC,yBAAyB,CAAC,SAAS,CAAC,CAAC,CAAC;AAElD,MAAM,MAAM,sBAAsB,GAC9B;KACG,SAAS,IAAI,sBAAsB,GAAG;QACrC,SAAS,EAAE,SAAS,CAAC;KACtB,GAAG,2BAA2B,CAAC,SAAS,CAAC;CAC3C,CAAC,sBAAsB,CAAC,GACzB,CAAC;IACC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,GAAG,2BAA2B,CAAC,MAAM,CAAC,CAAC,CAAC;AAE7C,eAAO,MAAM,cAAc;;;;;;cAOG,QAAQ,CAAC,MAAM,GAAG,cAAc,CAAC;;;;;;;;;;;cAWjC,QAAQ,CAAC,MAAM,GAAG,cAAc,CAAC;;;;;;;;;;;;;;;;;;WAkB7C,QAAQ,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaxD,CAAC;AAEF,eAAO,MAAM,cAAc;qBAER,GAAG;;sBAEF,OAAO;;CAC1B,CAAC"}
|
|
@@ -4,47 +4,131 @@ declare function __VLS_template(): Readonly<RadioGroupSlotsType> & RadioGroupSlo
|
|
|
4
4
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
5
|
options: import('vue').PropType<import('./props').RadioGroupOptionType[]>;
|
|
6
6
|
ariaLabel: StringConstructor;
|
|
7
|
-
id:
|
|
7
|
+
id: {
|
|
8
|
+
readonly type: import('vue').PropType<string>;
|
|
9
|
+
readonly required: false;
|
|
10
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11
|
+
__epPropKey: true;
|
|
12
|
+
} & {
|
|
13
|
+
readonly default: undefined;
|
|
14
|
+
};
|
|
8
15
|
size: {
|
|
9
|
-
readonly type: import('vue').PropType<
|
|
16
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
10
17
|
readonly required: false;
|
|
11
18
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
19
|
__epPropKey: true;
|
|
13
20
|
};
|
|
14
21
|
disabled: BooleanConstructor;
|
|
15
|
-
modelValue:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
22
|
+
modelValue: {
|
|
23
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
24
|
+
readonly required: false;
|
|
25
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
|
+
__epPropKey: true;
|
|
27
|
+
} & {
|
|
28
|
+
readonly default: undefined;
|
|
29
|
+
};
|
|
30
|
+
fill: {
|
|
31
|
+
readonly type: import('vue').PropType<string>;
|
|
32
|
+
readonly required: false;
|
|
33
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
|
+
__epPropKey: true;
|
|
35
|
+
} & {
|
|
36
|
+
readonly default: "";
|
|
37
|
+
};
|
|
38
|
+
textColor: {
|
|
39
|
+
readonly type: import('vue').PropType<string>;
|
|
40
|
+
readonly required: false;
|
|
41
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
|
+
__epPropKey: true;
|
|
43
|
+
} & {
|
|
44
|
+
readonly default: "";
|
|
45
|
+
};
|
|
46
|
+
name: {
|
|
47
|
+
readonly type: import('vue').PropType<string>;
|
|
48
|
+
readonly required: false;
|
|
49
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
|
+
__epPropKey: true;
|
|
51
|
+
} & {
|
|
52
|
+
readonly default: undefined;
|
|
53
|
+
};
|
|
54
|
+
validateEvent: {
|
|
55
|
+
readonly type: import('vue').PropType<boolean>;
|
|
56
|
+
readonly required: false;
|
|
57
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
|
+
__epPropKey: true;
|
|
59
|
+
} & {
|
|
60
|
+
readonly default: true;
|
|
61
|
+
};
|
|
20
62
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
63
|
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
22
64
|
change: (val: string | number | boolean | undefined) => void;
|
|
23
65
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
66
|
options: import('vue').PropType<import('./props').RadioGroupOptionType[]>;
|
|
25
67
|
ariaLabel: StringConstructor;
|
|
26
|
-
id:
|
|
68
|
+
id: {
|
|
69
|
+
readonly type: import('vue').PropType<string>;
|
|
70
|
+
readonly required: false;
|
|
71
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
|
+
__epPropKey: true;
|
|
73
|
+
} & {
|
|
74
|
+
readonly default: undefined;
|
|
75
|
+
};
|
|
27
76
|
size: {
|
|
28
|
-
readonly type: import('vue').PropType<
|
|
77
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
29
78
|
readonly required: false;
|
|
30
79
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
80
|
__epPropKey: true;
|
|
32
81
|
};
|
|
33
82
|
disabled: BooleanConstructor;
|
|
34
|
-
modelValue:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
83
|
+
modelValue: {
|
|
84
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
85
|
+
readonly required: false;
|
|
86
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
+
__epPropKey: true;
|
|
88
|
+
} & {
|
|
89
|
+
readonly default: undefined;
|
|
90
|
+
};
|
|
91
|
+
fill: {
|
|
92
|
+
readonly type: import('vue').PropType<string>;
|
|
93
|
+
readonly required: false;
|
|
94
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
95
|
+
__epPropKey: true;
|
|
96
|
+
} & {
|
|
97
|
+
readonly default: "";
|
|
98
|
+
};
|
|
99
|
+
textColor: {
|
|
100
|
+
readonly type: import('vue').PropType<string>;
|
|
101
|
+
readonly required: false;
|
|
102
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
|
+
__epPropKey: true;
|
|
104
|
+
} & {
|
|
105
|
+
readonly default: "";
|
|
106
|
+
};
|
|
107
|
+
name: {
|
|
108
|
+
readonly type: import('vue').PropType<string>;
|
|
109
|
+
readonly required: false;
|
|
110
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
+
__epPropKey: true;
|
|
112
|
+
} & {
|
|
113
|
+
readonly default: undefined;
|
|
114
|
+
};
|
|
115
|
+
validateEvent: {
|
|
116
|
+
readonly type: import('vue').PropType<boolean>;
|
|
117
|
+
readonly required: false;
|
|
118
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
|
+
__epPropKey: true;
|
|
120
|
+
} & {
|
|
121
|
+
readonly default: true;
|
|
122
|
+
};
|
|
39
123
|
}>> & Readonly<{
|
|
40
124
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
41
125
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
42
126
|
}>, {
|
|
43
|
-
modelValue:
|
|
127
|
+
modelValue: string | number | boolean;
|
|
44
128
|
disabled: boolean;
|
|
45
129
|
fill: string;
|
|
46
130
|
textColor: string;
|
|
47
|
-
validateEvent:
|
|
131
|
+
validateEvent: boolean;
|
|
48
132
|
name: string;
|
|
49
133
|
id: string;
|
|
50
134
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RadioGroup/RadioGroup.vue"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAiBnD,iBAAS,cAAc,wDA0EtB;AAYD,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RadioGroup/RadioGroup.vue"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAiBnD,iBAAS,cAAc,wDA0EtB;AAYD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAOnB,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"}
|
|
@@ -8,19 +8,61 @@ export type RadioGroupOptionType = {
|
|
|
8
8
|
export declare const radioGroupProps: {
|
|
9
9
|
options: PropType<RadioGroupOptionType[]>;
|
|
10
10
|
ariaLabel: StringConstructor;
|
|
11
|
-
id:
|
|
11
|
+
id: {
|
|
12
|
+
readonly type: PropType<string>;
|
|
13
|
+
readonly required: false;
|
|
14
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15
|
+
__epPropKey: true;
|
|
16
|
+
} & {
|
|
17
|
+
readonly default: undefined;
|
|
18
|
+
};
|
|
12
19
|
size: {
|
|
13
|
-
readonly type:
|
|
20
|
+
readonly type: PropType<"" | "small" | "default" | "large">;
|
|
14
21
|
readonly required: false;
|
|
15
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
23
|
__epPropKey: true;
|
|
17
24
|
};
|
|
18
25
|
disabled: BooleanConstructor;
|
|
19
|
-
modelValue:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
26
|
+
modelValue: {
|
|
27
|
+
readonly type: PropType<string | number | boolean>;
|
|
28
|
+
readonly required: false;
|
|
29
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
|
+
__epPropKey: true;
|
|
31
|
+
} & {
|
|
32
|
+
readonly default: undefined;
|
|
33
|
+
};
|
|
34
|
+
fill: {
|
|
35
|
+
readonly type: PropType<string>;
|
|
36
|
+
readonly required: false;
|
|
37
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
38
|
+
__epPropKey: true;
|
|
39
|
+
} & {
|
|
40
|
+
readonly default: "";
|
|
41
|
+
};
|
|
42
|
+
textColor: {
|
|
43
|
+
readonly type: PropType<string>;
|
|
44
|
+
readonly required: false;
|
|
45
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
|
+
__epPropKey: true;
|
|
47
|
+
} & {
|
|
48
|
+
readonly default: "";
|
|
49
|
+
};
|
|
50
|
+
name: {
|
|
51
|
+
readonly type: PropType<string>;
|
|
52
|
+
readonly required: false;
|
|
53
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
54
|
+
__epPropKey: true;
|
|
55
|
+
} & {
|
|
56
|
+
readonly default: undefined;
|
|
57
|
+
};
|
|
58
|
+
validateEvent: {
|
|
59
|
+
readonly type: PropType<boolean>;
|
|
60
|
+
readonly required: false;
|
|
61
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
|
+
__epPropKey: true;
|
|
63
|
+
} & {
|
|
64
|
+
readonly default: true;
|
|
65
|
+
};
|
|
24
66
|
};
|
|
25
67
|
export declare const radioGroupEmits: {
|
|
26
68
|
"update:modelValue": (val: string | number | boolean | undefined) => val is string | number | boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/RadioGroup/props.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,eAAe;aAER,QAAQ,CAAC,oBAAoB,EAAE,CAAC
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/RadioGroup/props.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,eAAe;aAER,QAAQ,CAAC,oBAAoB,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACnD,CAAC;AAEF,eAAO,MAAM,eAAe;;;CAAoB,CAAC"}
|