@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormTagInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormTagInput/FormTagInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormTagInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormTagInput/FormTagInput.vue"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACtB,MAAM,cAAc,CAAC;AA8BtB,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyJtB;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,32 +4,67 @@ export declare const formTagInputProps: {
|
|
|
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>;
|
|
25
|
+
readonly required: false;
|
|
26
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
|
+
__epPropKey: true;
|
|
28
|
+
};
|
|
29
|
+
required: {
|
|
30
|
+
readonly type: import('vue').PropType<boolean>;
|
|
11
31
|
readonly required: false;
|
|
12
32
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
33
|
__epPropKey: true;
|
|
34
|
+
} & {
|
|
35
|
+
readonly default: undefined;
|
|
14
36
|
};
|
|
15
|
-
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
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">;
|
|
25
46
|
readonly required: false;
|
|
26
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
48
|
__epPropKey: true;
|
|
28
49
|
};
|
|
29
|
-
inlineMessage:
|
|
30
|
-
|
|
50
|
+
inlineMessage: {
|
|
51
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
52
|
+
readonly required: false;
|
|
53
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
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;
|
|
65
|
+
};
|
|
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;
|
|
@@ -44,41 +79,106 @@ export declare const formTagInputProps: {
|
|
|
44
79
|
readonly max: NumberConstructor;
|
|
45
80
|
readonly tagType: {
|
|
46
81
|
readonly default: "info";
|
|
47
|
-
readonly type: import('vue').PropType<
|
|
82
|
+
readonly type: import('vue').PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
48
83
|
readonly required: false;
|
|
49
84
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
85
|
readonly __epPropKey: true;
|
|
51
86
|
};
|
|
52
|
-
readonly tagEffect:
|
|
53
|
-
|
|
54
|
-
|
|
87
|
+
readonly tagEffect: {
|
|
88
|
+
readonly type: import('vue').PropType<"light" | "dark" | "plain">;
|
|
89
|
+
readonly required: false;
|
|
90
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
|
+
__epPropKey: true;
|
|
92
|
+
} & {
|
|
93
|
+
readonly default: "light";
|
|
94
|
+
};
|
|
95
|
+
readonly trigger: {
|
|
96
|
+
readonly type: import('vue').PropType<"Enter" | "Space">;
|
|
97
|
+
readonly required: false;
|
|
98
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
|
+
__epPropKey: true;
|
|
100
|
+
} & {
|
|
101
|
+
readonly default: string;
|
|
102
|
+
};
|
|
103
|
+
readonly draggable: BooleanConstructor;
|
|
104
|
+
readonly delimiter: {
|
|
105
|
+
readonly type: import('vue').PropType<string | RegExp>;
|
|
106
|
+
readonly required: false;
|
|
107
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
|
+
__epPropKey: true;
|
|
109
|
+
} & {
|
|
110
|
+
readonly default: "";
|
|
111
|
+
};
|
|
55
112
|
readonly size: {
|
|
56
|
-
readonly type: import('vue').PropType<
|
|
113
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
57
114
|
readonly required: false;
|
|
58
115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
116
|
__epPropKey: true;
|
|
60
117
|
};
|
|
61
118
|
readonly clearable: BooleanConstructor;
|
|
62
|
-
readonly disabled:
|
|
63
|
-
|
|
119
|
+
readonly disabled: {
|
|
120
|
+
readonly type: import('vue').PropType<boolean>;
|
|
121
|
+
readonly required: false;
|
|
122
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
123
|
+
__epPropKey: true;
|
|
124
|
+
} & {
|
|
125
|
+
readonly default: undefined;
|
|
126
|
+
};
|
|
127
|
+
readonly validateEvent: {
|
|
128
|
+
readonly type: import('vue').PropType<boolean>;
|
|
129
|
+
readonly required: false;
|
|
130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
|
+
__epPropKey: true;
|
|
132
|
+
} & {
|
|
133
|
+
readonly default: true;
|
|
134
|
+
};
|
|
64
135
|
readonly readonly: BooleanConstructor;
|
|
65
136
|
readonly autofocus: BooleanConstructor;
|
|
66
|
-
readonly id:
|
|
67
|
-
|
|
137
|
+
readonly id: {
|
|
138
|
+
readonly type: import('vue').PropType<string>;
|
|
139
|
+
readonly required: false;
|
|
140
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
|
+
__epPropKey: true;
|
|
142
|
+
} & {
|
|
143
|
+
readonly default: undefined;
|
|
144
|
+
};
|
|
145
|
+
readonly tabindex: {
|
|
146
|
+
readonly type: import('vue').PropType<string | number>;
|
|
147
|
+
readonly required: false;
|
|
148
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
|
+
__epPropKey: true;
|
|
150
|
+
} & {
|
|
151
|
+
readonly default: 0;
|
|
152
|
+
};
|
|
68
153
|
readonly maxlength: {
|
|
69
|
-
readonly type: import('vue').PropType<
|
|
154
|
+
readonly type: import('vue').PropType<string | number>;
|
|
70
155
|
readonly required: false;
|
|
71
156
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
157
|
__epPropKey: true;
|
|
73
158
|
};
|
|
74
159
|
readonly minlength: {
|
|
75
|
-
readonly type: import('vue').PropType<
|
|
160
|
+
readonly type: import('vue').PropType<string | number>;
|
|
76
161
|
readonly required: false;
|
|
77
162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
163
|
__epPropKey: true;
|
|
79
164
|
};
|
|
80
165
|
readonly placeholder: StringConstructor;
|
|
81
|
-
readonly autocomplete:
|
|
166
|
+
readonly autocomplete: {
|
|
167
|
+
readonly type: import('vue').PropType<string>;
|
|
168
|
+
readonly required: false;
|
|
169
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
|
+
__epPropKey: true;
|
|
171
|
+
} & {
|
|
172
|
+
readonly default: "off";
|
|
173
|
+
};
|
|
174
|
+
readonly saveOnBlur: {
|
|
175
|
+
readonly type: import('vue').PropType<boolean>;
|
|
176
|
+
readonly required: false;
|
|
177
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
|
+
__epPropKey: true;
|
|
179
|
+
} & {
|
|
180
|
+
readonly default: true;
|
|
181
|
+
};
|
|
82
182
|
readonly ariaLabel: StringConstructor;
|
|
83
183
|
}, "size" | "id" | "clearable"> & {
|
|
84
184
|
clearable: {
|
|
@@ -101,41 +201,106 @@ export declare const formTagInputProps: {
|
|
|
101
201
|
readonly max: NumberConstructor;
|
|
102
202
|
readonly tagType: {
|
|
103
203
|
readonly default: "info";
|
|
104
|
-
readonly type: import('vue').PropType<
|
|
204
|
+
readonly type: import('vue').PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
105
205
|
readonly required: false;
|
|
106
206
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
207
|
readonly __epPropKey: true;
|
|
108
208
|
};
|
|
109
|
-
readonly tagEffect:
|
|
110
|
-
|
|
111
|
-
|
|
209
|
+
readonly tagEffect: {
|
|
210
|
+
readonly type: import('vue').PropType<"light" | "dark" | "plain">;
|
|
211
|
+
readonly required: false;
|
|
212
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
213
|
+
__epPropKey: true;
|
|
214
|
+
} & {
|
|
215
|
+
readonly default: "light";
|
|
216
|
+
};
|
|
217
|
+
readonly trigger: {
|
|
218
|
+
readonly type: import('vue').PropType<"Enter" | "Space">;
|
|
219
|
+
readonly required: false;
|
|
220
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
221
|
+
__epPropKey: true;
|
|
222
|
+
} & {
|
|
223
|
+
readonly default: string;
|
|
224
|
+
};
|
|
225
|
+
readonly draggable: BooleanConstructor;
|
|
226
|
+
readonly delimiter: {
|
|
227
|
+
readonly type: import('vue').PropType<string | RegExp>;
|
|
228
|
+
readonly required: false;
|
|
229
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
230
|
+
__epPropKey: true;
|
|
231
|
+
} & {
|
|
232
|
+
readonly default: "";
|
|
233
|
+
};
|
|
112
234
|
readonly size: {
|
|
113
|
-
readonly type: import('vue').PropType<
|
|
235
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
114
236
|
readonly required: false;
|
|
115
237
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
238
|
__epPropKey: true;
|
|
117
239
|
};
|
|
118
240
|
readonly clearable: BooleanConstructor;
|
|
119
|
-
readonly disabled:
|
|
120
|
-
|
|
241
|
+
readonly disabled: {
|
|
242
|
+
readonly type: import('vue').PropType<boolean>;
|
|
243
|
+
readonly required: false;
|
|
244
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
245
|
+
__epPropKey: true;
|
|
246
|
+
} & {
|
|
247
|
+
readonly default: undefined;
|
|
248
|
+
};
|
|
249
|
+
readonly validateEvent: {
|
|
250
|
+
readonly type: import('vue').PropType<boolean>;
|
|
251
|
+
readonly required: false;
|
|
252
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
|
+
__epPropKey: true;
|
|
254
|
+
} & {
|
|
255
|
+
readonly default: true;
|
|
256
|
+
};
|
|
121
257
|
readonly readonly: BooleanConstructor;
|
|
122
258
|
readonly autofocus: BooleanConstructor;
|
|
123
|
-
readonly id:
|
|
124
|
-
|
|
259
|
+
readonly id: {
|
|
260
|
+
readonly type: import('vue').PropType<string>;
|
|
261
|
+
readonly required: false;
|
|
262
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
263
|
+
__epPropKey: true;
|
|
264
|
+
} & {
|
|
265
|
+
readonly default: undefined;
|
|
266
|
+
};
|
|
267
|
+
readonly tabindex: {
|
|
268
|
+
readonly type: import('vue').PropType<string | number>;
|
|
269
|
+
readonly required: false;
|
|
270
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
271
|
+
__epPropKey: true;
|
|
272
|
+
} & {
|
|
273
|
+
readonly default: 0;
|
|
274
|
+
};
|
|
125
275
|
readonly maxlength: {
|
|
126
|
-
readonly type: import('vue').PropType<
|
|
276
|
+
readonly type: import('vue').PropType<string | number>;
|
|
127
277
|
readonly required: false;
|
|
128
278
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
279
|
__epPropKey: true;
|
|
130
280
|
};
|
|
131
281
|
readonly minlength: {
|
|
132
|
-
readonly type: import('vue').PropType<
|
|
282
|
+
readonly type: import('vue').PropType<string | number>;
|
|
133
283
|
readonly required: false;
|
|
134
284
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
285
|
__epPropKey: true;
|
|
136
286
|
};
|
|
137
287
|
readonly placeholder: StringConstructor;
|
|
138
|
-
readonly autocomplete:
|
|
288
|
+
readonly autocomplete: {
|
|
289
|
+
readonly type: import('vue').PropType<string>;
|
|
290
|
+
readonly required: false;
|
|
291
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
292
|
+
__epPropKey: true;
|
|
293
|
+
} & {
|
|
294
|
+
readonly default: "off";
|
|
295
|
+
};
|
|
296
|
+
readonly saveOnBlur: {
|
|
297
|
+
readonly type: import('vue').PropType<boolean>;
|
|
298
|
+
readonly required: false;
|
|
299
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
300
|
+
__epPropKey: true;
|
|
301
|
+
} & {
|
|
302
|
+
readonly default: true;
|
|
303
|
+
};
|
|
139
304
|
readonly ariaLabel: StringConstructor;
|
|
140
305
|
}>;
|
|
141
306
|
default: () => {};
|
|
@@ -145,8 +310,8 @@ export declare const formTagInputEmits: {
|
|
|
145
310
|
"update:modelValue": (value?: string[]) => boolean;
|
|
146
311
|
change: (value?: string[]) => boolean;
|
|
147
312
|
input: (value: string) => boolean;
|
|
148
|
-
|
|
149
|
-
|
|
313
|
+
"add-tag": (value: string | string[]) => boolean;
|
|
314
|
+
"remove-tag": (value: string) => boolean;
|
|
150
315
|
focus: (evt: FocusEvent) => boolean;
|
|
151
316
|
blur: (evt: FocusEvent) => boolean;
|
|
152
317
|
clear: () => boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormTagInput/props.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormTagInput/props.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAC;AAE5E,eAAO,MAAM,iBAAiB;+BACu40gC,CAAC;kBAA0C,CAAC;;;;;;;CADn60gC,CAAC"}
|