@vunk/form 2.10.0 → 2.10.3
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/components/api-tables-select/index.cjs +37 -36
- package/components/api-tables-select/index.mjs +37 -36
- package/components/api-tables-select/src/ctx.d.ts +48 -13
- package/components/api-tables-select/src/index.vue.d.ts +568 -80
- package/components/button/src/ctx.d.ts +101 -17
- package/components/button/src/index.vue.d.ts +437 -101
- package/components/card-input-collection/index.cjs +67 -70
- package/components/card-input-collection/index.mjs +68 -71
- package/components/card-input-collection/src/ctx.d.ts +43 -8
- package/components/card-input-collection/src/index.vue.d.ts +718 -226
- package/components/cascader/src/ctx.d.ts +192 -46
- package/components/cascader/src/index.vue.d.ts +393 -118
- package/components/checkbox/index.cjs +2 -3
- package/components/checkbox/index.mjs +2 -3
- package/components/checkbox/src/ctx.d.ts +65 -13
- package/components/checkbox/src/index.vue.d.ts +339 -115
- package/components/color-picker/src/ctx.d.ts +76 -13
- package/components/color-picker/src/index.vue.d.ts +160 -34
- package/components/date-picker/src/ctx.d.ts +185 -36
- package/components/date-picker/src/index.vue.d.ts +974 -202
- package/components/date-picker-range/src/ctx.d.ts +168 -35
- package/components/date-picker-range/src/index.vue.d.ts +347 -82
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/ctx.d.ts +43 -8
- package/components/download-plus/src/index.vue.d.ts +618 -165
- package/components/editable-text/index.cjs +29 -15
- package/components/editable-text/index.mjs +29 -15
- package/components/editable-text/src/ctx.d.ts +51 -8
- package/components/editable-text/src/index.vue.d.ts +2827 -251
- package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
- package/components/esri-input-geojson/src/ctx.d.ts +133 -32
- package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
- package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
- package/components/form/src/ctx.d.ts +59 -11
- package/components/form/src/index.vue.d.ts +3456 -186
- package/components/form-item/src/ctx.d.ts +45 -10
- package/components/form-item/src/index.vue.d.ts +484 -141
- package/components/information-collection/src/ctx.d.ts +45 -10
- package/components/information-collection/src/index.vue.d.ts +96 -26
- package/components/information-tag/src/ctx.d.ts +17 -3
- package/components/information-tag/src/index.vue.d.ts +38 -10
- package/components/input/src/ctx.d.ts +138 -33
- package/components/input/src/index.vue.d.ts +528 -152
- package/components/input-collection/index.cjs +105 -74
- package/components/input-collection/index.mjs +107 -76
- package/components/input-collection/src/ctx.d.ts +43 -8
- package/components/input-collection/src/index.vue.d.ts +756 -793
- package/components/input-link/src/ctx.d.ts +103 -25
- package/components/input-link/src/index.vue.d.ts +219 -63
- package/components/input-number/src/ctx.d.ts +123 -21
- package/components/input-number/src/index.vue.d.ts +468 -93
- package/components/input-tag/src/ctx.d.ts +141 -25
- package/components/input-tag/src/index.vue.d.ts +566 -126
- package/components/monaco-editor/src/ctx.d.ts +43 -8
- package/components/monaco-editor/src/index.vue.d.ts +91 -21
- package/components/radio/index.cjs +2 -3
- package/components/radio/index.mjs +2 -3
- package/components/radio/src/ctx.d.ts +84 -14
- package/components/radio/src/index.vue.d.ts +812 -168
- package/components/select/src/ctx.d.ts +63 -13
- package/components/select/src/index.vue.d.ts +549 -108
- package/components/slider/src/ctx.d.ts +170 -54
- package/components/slider/src/index.vue.d.ts +362 -137
- package/components/switch/src/ctx.d.ts +105 -21
- package/components/switch/src/index.vue.d.ts +453 -117
- package/components/tables-select/src/ctx.d.ts +72 -9
- package/components/tables-select/src/index.vue.d.ts +386 -82
- package/components/templates-element-plus/src/index.vue.d.ts +187 -40
- package/components/templates-layout/src/index.vue.d.ts +337 -64
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +183 -89
- package/components/upload/src/file.vue.d.ts +269 -83
- package/components/upload/src/index.vue.d.ts +1246 -632
- package/components/upload-plus/index.cjs +79 -86
- package/components/upload-plus/index.mjs +79 -86
- package/components/upload-plus/src/ctx.d.ts +43 -8
- package/components/upload-plus/src/index.vue.d.ts +1008 -283
- package/components/van-cascader/src/ctx.d.ts +181 -44
- package/components/van-cascader/src/index.vue.d.ts +1532 -324
- package/components/var-datetime-picker/src/ctx.d.ts +43 -8
- package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
- package/components/vditor/src/ctx.d.ts +43 -8
- package/components/vditor/src/index.vue.d.ts +91 -21
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +111 -30
- package/shared/element-plus/instances.d.ts +140 -28
|
@@ -89,7 +89,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
89
89
|
type: NumberConstructor;
|
|
90
90
|
default: any;
|
|
91
91
|
};
|
|
92
|
-
required:
|
|
92
|
+
required: {
|
|
93
|
+
readonly type: import("vue").PropType<boolean>;
|
|
94
|
+
readonly required: false;
|
|
95
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
96
|
+
__epPropKey: true;
|
|
97
|
+
} & {
|
|
98
|
+
readonly default: undefined;
|
|
99
|
+
};
|
|
93
100
|
formItemSize: {
|
|
94
101
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
95
102
|
default: "default" | "small" | "large";
|
|
@@ -120,54 +127,104 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
120
127
|
default: boolean;
|
|
121
128
|
};
|
|
122
129
|
label: StringConstructor;
|
|
123
|
-
labelWidth:
|
|
124
|
-
|
|
130
|
+
labelWidth: {
|
|
131
|
+
readonly type: import("vue").PropType<string | number>;
|
|
132
|
+
readonly required: false;
|
|
133
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
|
+
__epPropKey: true;
|
|
135
|
+
} & {
|
|
136
|
+
readonly default: "";
|
|
137
|
+
};
|
|
138
|
+
labelPosition: {
|
|
139
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
140
|
+
readonly required: false;
|
|
141
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
142
|
+
__epPropKey: true;
|
|
143
|
+
} & {
|
|
144
|
+
readonly default: "";
|
|
145
|
+
};
|
|
125
146
|
prop: {
|
|
126
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
147
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
127
148
|
readonly required: false;
|
|
128
149
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
150
|
__epPropKey: true;
|
|
130
151
|
};
|
|
131
152
|
rules: {
|
|
132
|
-
readonly type: import("vue").PropType<
|
|
153
|
+
readonly type: import("vue").PropType<unknown>;
|
|
133
154
|
readonly required: false;
|
|
134
155
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
156
|
__epPropKey: true;
|
|
136
157
|
};
|
|
137
158
|
error: StringConstructor;
|
|
138
159
|
validateStatus: {
|
|
139
|
-
readonly type: import("vue").PropType<
|
|
160
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
140
161
|
readonly required: false;
|
|
141
162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
142
163
|
__epPropKey: true;
|
|
143
164
|
};
|
|
144
165
|
for: StringConstructor;
|
|
145
|
-
inlineMessage:
|
|
146
|
-
|
|
166
|
+
inlineMessage: {
|
|
167
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
168
|
+
readonly required: false;
|
|
169
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
|
+
__epPropKey: true;
|
|
171
|
+
} & {
|
|
172
|
+
readonly default: "";
|
|
173
|
+
};
|
|
174
|
+
showMessage: {
|
|
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
|
+
};
|
|
147
182
|
ariaLabel: StringConstructor;
|
|
148
|
-
id:
|
|
183
|
+
id: {
|
|
184
|
+
readonly type: import("vue").PropType<string>;
|
|
185
|
+
readonly required: false;
|
|
186
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
187
|
+
__epPropKey: true;
|
|
188
|
+
} & {
|
|
189
|
+
readonly default: undefined;
|
|
190
|
+
};
|
|
149
191
|
size: {
|
|
150
|
-
readonly type: import("vue").PropType<
|
|
192
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
151
193
|
readonly required: false;
|
|
152
194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
195
|
__epPropKey: true;
|
|
154
196
|
};
|
|
155
197
|
disabled: BooleanConstructor;
|
|
156
|
-
type:
|
|
198
|
+
type: {
|
|
199
|
+
readonly type: import("vue").PropType<string>;
|
|
200
|
+
readonly required: false;
|
|
201
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
202
|
+
__epPropKey: true;
|
|
203
|
+
} & {
|
|
204
|
+
readonly default: "text";
|
|
205
|
+
};
|
|
157
206
|
resize: {
|
|
158
|
-
readonly type: import("vue").PropType<
|
|
207
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
208
|
+
readonly required: false;
|
|
209
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
210
|
+
__epPropKey: true;
|
|
211
|
+
};
|
|
212
|
+
autosize: {
|
|
213
|
+
readonly type: import("vue").PropType<unknown>;
|
|
214
|
+
readonly required: false;
|
|
215
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
216
|
+
__epPropKey: true;
|
|
217
|
+
} & {
|
|
218
|
+
readonly default: false;
|
|
219
|
+
};
|
|
220
|
+
autocomplete: {
|
|
221
|
+
readonly type: import("vue").PropType<string>;
|
|
159
222
|
readonly required: false;
|
|
160
223
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
161
224
|
__epPropKey: true;
|
|
225
|
+
} & {
|
|
226
|
+
readonly default: "off";
|
|
162
227
|
};
|
|
163
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
164
|
-
minRows?: number;
|
|
165
|
-
maxRows?: number;
|
|
166
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
167
|
-
minRows?: number;
|
|
168
|
-
maxRows?: number;
|
|
169
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
170
|
-
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
171
228
|
formatter: {
|
|
172
229
|
readonly type: import("vue").PropType<Function>;
|
|
173
230
|
readonly required: false;
|
|
@@ -196,27 +253,55 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
196
253
|
showPassword: BooleanConstructor;
|
|
197
254
|
showWordLimit: BooleanConstructor;
|
|
198
255
|
suffixIcon: {
|
|
199
|
-
readonly type: import("vue").PropType<
|
|
256
|
+
readonly type: import("vue").PropType<unknown>;
|
|
200
257
|
readonly required: false;
|
|
201
258
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
202
259
|
__epPropKey: true;
|
|
203
260
|
};
|
|
204
261
|
prefixIcon: {
|
|
205
|
-
readonly type: import("vue").PropType<
|
|
262
|
+
readonly type: import("vue").PropType<unknown>;
|
|
263
|
+
readonly required: false;
|
|
264
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
265
|
+
__epPropKey: true;
|
|
266
|
+
};
|
|
267
|
+
containerRole: {
|
|
268
|
+
readonly type: import("vue").PropType<string>;
|
|
269
|
+
readonly required: false;
|
|
270
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
271
|
+
__epPropKey: true;
|
|
272
|
+
} & {
|
|
273
|
+
readonly default: undefined;
|
|
274
|
+
};
|
|
275
|
+
tabindex: {
|
|
276
|
+
readonly type: import("vue").PropType<string | number>;
|
|
277
|
+
readonly required: false;
|
|
278
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
279
|
+
__epPropKey: true;
|
|
280
|
+
} & {
|
|
281
|
+
readonly default: 0;
|
|
282
|
+
};
|
|
283
|
+
validateEvent: {
|
|
284
|
+
readonly type: import("vue").PropType<boolean>;
|
|
285
|
+
readonly required: false;
|
|
286
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
287
|
+
__epPropKey: true;
|
|
288
|
+
} & {
|
|
289
|
+
readonly default: true;
|
|
290
|
+
};
|
|
291
|
+
inputStyle: {
|
|
292
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
206
293
|
readonly required: false;
|
|
207
294
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
208
295
|
__epPropKey: true;
|
|
296
|
+
} & {
|
|
297
|
+
readonly default: () => {};
|
|
209
298
|
};
|
|
210
|
-
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
211
|
-
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
212
|
-
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
213
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
214
299
|
autofocus: BooleanConstructor;
|
|
215
300
|
}>, {
|
|
216
301
|
inputBindProps: import("vue").ComputedRef<{
|
|
217
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
218
302
|
type: string;
|
|
219
|
-
required:
|
|
303
|
+
required: boolean;
|
|
304
|
+
size: "" | "default" | "small" | "large";
|
|
220
305
|
formItemSize: "default" | "small" | "large";
|
|
221
306
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
222
307
|
elRef: any;
|
|
@@ -226,15 +311,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
226
311
|
labelTip: string;
|
|
227
312
|
information: boolean;
|
|
228
313
|
label: string;
|
|
229
|
-
labelWidth:
|
|
230
|
-
labelPosition:
|
|
231
|
-
prop: import("element-plus
|
|
314
|
+
labelWidth: string | number;
|
|
315
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
316
|
+
prop: import("element-plus").FormItemProp;
|
|
232
317
|
rules: unknown;
|
|
233
318
|
error: string;
|
|
234
|
-
validateStatus:
|
|
319
|
+
validateStatus: "" | "error" | "success" | "validating";
|
|
235
320
|
for: string;
|
|
236
|
-
inlineMessage:
|
|
237
|
-
showMessage:
|
|
321
|
+
inlineMessage: string | boolean;
|
|
322
|
+
showMessage: boolean;
|
|
238
323
|
disabled: boolean;
|
|
239
324
|
id: string;
|
|
240
325
|
ariaLabel: string;
|
|
@@ -242,13 +327,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
242
327
|
placeholder: string;
|
|
243
328
|
formatter: Function;
|
|
244
329
|
autofocus: boolean;
|
|
245
|
-
rows: number;
|
|
246
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
247
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
248
|
-
prefixIcon: unknown;
|
|
249
330
|
maxlength: number;
|
|
250
331
|
minlength: number;
|
|
251
|
-
|
|
332
|
+
rows: number;
|
|
333
|
+
resize: "none" | "horizontal" | "vertical" | "both";
|
|
252
334
|
autosize: false;
|
|
253
335
|
autocomplete: string;
|
|
254
336
|
parser: Function;
|
|
@@ -256,21 +338,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
256
338
|
showPassword: boolean;
|
|
257
339
|
showWordLimit: boolean;
|
|
258
340
|
suffixIcon: unknown;
|
|
341
|
+
prefixIcon: unknown;
|
|
259
342
|
containerRole: string;
|
|
343
|
+
tabindex: string | number;
|
|
344
|
+
validateEvent: boolean;
|
|
260
345
|
inputStyle: import("vue").StyleValue;
|
|
261
346
|
}>;
|
|
262
347
|
inputOnEmits: {
|
|
263
|
-
clear: (...e: any[]) => void;
|
|
264
348
|
focus: (...e: any[]) => void;
|
|
349
|
+
clear: (...e: any[]) => void;
|
|
265
350
|
change: (...e: any[]) => void;
|
|
351
|
+
input: (...e: any[]) => void;
|
|
266
352
|
blur: (...e: any[]) => void;
|
|
353
|
+
mouseleave: (...e: any[]) => void;
|
|
354
|
+
mouseenter: (...e: any[]) => void;
|
|
267
355
|
keydown: (...e: any[]) => void;
|
|
268
|
-
input: (...e: any[]) => void;
|
|
269
|
-
compositionend: (...e: any[]) => void;
|
|
270
356
|
compositionstart: (...e: any[]) => void;
|
|
271
357
|
compositionupdate: (...e: any[]) => void;
|
|
272
|
-
|
|
273
|
-
mouseleave: (...e: any[]) => void;
|
|
358
|
+
compositionend: (...e: any[]) => void;
|
|
274
359
|
};
|
|
275
360
|
append: () => JSX.Element;
|
|
276
361
|
availableCreatureTools: import("vue").ComputedRef<("circle" | "point" | "polygon" | "polyline" | "rectangle")[]>;
|
|
@@ -399,7 +484,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
399
484
|
type: NumberConstructor;
|
|
400
485
|
default: any;
|
|
401
486
|
};
|
|
402
|
-
required:
|
|
487
|
+
required: {
|
|
488
|
+
readonly type: import("vue").PropType<boolean>;
|
|
489
|
+
readonly required: false;
|
|
490
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
491
|
+
__epPropKey: true;
|
|
492
|
+
} & {
|
|
493
|
+
readonly default: undefined;
|
|
494
|
+
};
|
|
403
495
|
formItemSize: {
|
|
404
496
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
405
497
|
default: "default" | "small" | "large";
|
|
@@ -430,54 +522,104 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
430
522
|
default: boolean;
|
|
431
523
|
};
|
|
432
524
|
label: StringConstructor;
|
|
433
|
-
labelWidth:
|
|
434
|
-
|
|
525
|
+
labelWidth: {
|
|
526
|
+
readonly type: import("vue").PropType<string | number>;
|
|
527
|
+
readonly required: false;
|
|
528
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
|
+
__epPropKey: true;
|
|
530
|
+
} & {
|
|
531
|
+
readonly default: "";
|
|
532
|
+
};
|
|
533
|
+
labelPosition: {
|
|
534
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
535
|
+
readonly required: false;
|
|
536
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
537
|
+
__epPropKey: true;
|
|
538
|
+
} & {
|
|
539
|
+
readonly default: "";
|
|
540
|
+
};
|
|
435
541
|
prop: {
|
|
436
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
542
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
437
543
|
readonly required: false;
|
|
438
544
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
545
|
__epPropKey: true;
|
|
440
546
|
};
|
|
441
547
|
rules: {
|
|
442
|
-
readonly type: import("vue").PropType<
|
|
548
|
+
readonly type: import("vue").PropType<unknown>;
|
|
443
549
|
readonly required: false;
|
|
444
550
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
551
|
__epPropKey: true;
|
|
446
552
|
};
|
|
447
553
|
error: StringConstructor;
|
|
448
554
|
validateStatus: {
|
|
449
|
-
readonly type: import("vue").PropType<
|
|
555
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
450
556
|
readonly required: false;
|
|
451
557
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
452
558
|
__epPropKey: true;
|
|
453
559
|
};
|
|
454
560
|
for: StringConstructor;
|
|
455
|
-
inlineMessage:
|
|
456
|
-
|
|
561
|
+
inlineMessage: {
|
|
562
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
563
|
+
readonly required: false;
|
|
564
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
565
|
+
__epPropKey: true;
|
|
566
|
+
} & {
|
|
567
|
+
readonly default: "";
|
|
568
|
+
};
|
|
569
|
+
showMessage: {
|
|
570
|
+
readonly type: import("vue").PropType<boolean>;
|
|
571
|
+
readonly required: false;
|
|
572
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
573
|
+
__epPropKey: true;
|
|
574
|
+
} & {
|
|
575
|
+
readonly default: true;
|
|
576
|
+
};
|
|
457
577
|
ariaLabel: StringConstructor;
|
|
458
|
-
id:
|
|
578
|
+
id: {
|
|
579
|
+
readonly type: import("vue").PropType<string>;
|
|
580
|
+
readonly required: false;
|
|
581
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
582
|
+
__epPropKey: true;
|
|
583
|
+
} & {
|
|
584
|
+
readonly default: undefined;
|
|
585
|
+
};
|
|
459
586
|
size: {
|
|
460
|
-
readonly type: import("vue").PropType<
|
|
587
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
461
588
|
readonly required: false;
|
|
462
589
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
463
590
|
__epPropKey: true;
|
|
464
591
|
};
|
|
465
592
|
disabled: BooleanConstructor;
|
|
466
|
-
type:
|
|
593
|
+
type: {
|
|
594
|
+
readonly type: import("vue").PropType<string>;
|
|
595
|
+
readonly required: false;
|
|
596
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
597
|
+
__epPropKey: true;
|
|
598
|
+
} & {
|
|
599
|
+
readonly default: "text";
|
|
600
|
+
};
|
|
467
601
|
resize: {
|
|
468
|
-
readonly type: import("vue").PropType<
|
|
602
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
603
|
+
readonly required: false;
|
|
604
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
605
|
+
__epPropKey: true;
|
|
606
|
+
};
|
|
607
|
+
autosize: {
|
|
608
|
+
readonly type: import("vue").PropType<unknown>;
|
|
469
609
|
readonly required: false;
|
|
470
610
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
471
611
|
__epPropKey: true;
|
|
612
|
+
} & {
|
|
613
|
+
readonly default: false;
|
|
614
|
+
};
|
|
615
|
+
autocomplete: {
|
|
616
|
+
readonly type: import("vue").PropType<string>;
|
|
617
|
+
readonly required: false;
|
|
618
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
619
|
+
__epPropKey: true;
|
|
620
|
+
} & {
|
|
621
|
+
readonly default: "off";
|
|
472
622
|
};
|
|
473
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
474
|
-
minRows?: number;
|
|
475
|
-
maxRows?: number;
|
|
476
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
477
|
-
minRows?: number;
|
|
478
|
-
maxRows?: number;
|
|
479
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
480
|
-
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
481
623
|
formatter: {
|
|
482
624
|
readonly type: import("vue").PropType<Function>;
|
|
483
625
|
readonly required: false;
|
|
@@ -506,43 +648,71 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
506
648
|
showPassword: BooleanConstructor;
|
|
507
649
|
showWordLimit: BooleanConstructor;
|
|
508
650
|
suffixIcon: {
|
|
509
|
-
readonly type: import("vue").PropType<
|
|
651
|
+
readonly type: import("vue").PropType<unknown>;
|
|
510
652
|
readonly required: false;
|
|
511
653
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
512
654
|
__epPropKey: true;
|
|
513
655
|
};
|
|
514
656
|
prefixIcon: {
|
|
515
|
-
readonly type: import("vue").PropType<
|
|
657
|
+
readonly type: import("vue").PropType<unknown>;
|
|
658
|
+
readonly required: false;
|
|
659
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
660
|
+
__epPropKey: true;
|
|
661
|
+
};
|
|
662
|
+
containerRole: {
|
|
663
|
+
readonly type: import("vue").PropType<string>;
|
|
664
|
+
readonly required: false;
|
|
665
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
666
|
+
__epPropKey: true;
|
|
667
|
+
} & {
|
|
668
|
+
readonly default: undefined;
|
|
669
|
+
};
|
|
670
|
+
tabindex: {
|
|
671
|
+
readonly type: import("vue").PropType<string | number>;
|
|
516
672
|
readonly required: false;
|
|
517
673
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
518
674
|
__epPropKey: true;
|
|
675
|
+
} & {
|
|
676
|
+
readonly default: 0;
|
|
677
|
+
};
|
|
678
|
+
validateEvent: {
|
|
679
|
+
readonly type: import("vue").PropType<boolean>;
|
|
680
|
+
readonly required: false;
|
|
681
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
682
|
+
__epPropKey: true;
|
|
683
|
+
} & {
|
|
684
|
+
readonly default: true;
|
|
685
|
+
};
|
|
686
|
+
inputStyle: {
|
|
687
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
688
|
+
readonly required: false;
|
|
689
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
690
|
+
__epPropKey: true;
|
|
691
|
+
} & {
|
|
692
|
+
readonly default: () => {};
|
|
519
693
|
};
|
|
520
|
-
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
521
|
-
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
522
|
-
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
523
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
524
694
|
autofocus: BooleanConstructor;
|
|
525
695
|
}>> & Readonly<{
|
|
526
|
-
onClear?: () => any;
|
|
527
696
|
onFocus?: (evt: FocusEvent) => any;
|
|
697
|
+
onClear?: () => any;
|
|
528
698
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
529
699
|
[name: string]: any;
|
|
530
700
|
}>) => any;
|
|
531
701
|
onChange?: (value: string) => any;
|
|
702
|
+
onInput?: (value: string) => any;
|
|
532
703
|
onBlur?: (evt: FocusEvent) => any;
|
|
704
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
705
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
533
706
|
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
534
|
-
onInput?: (value: string) => any;
|
|
535
|
-
onCompositionend?: (evt: CompositionEvent) => any;
|
|
536
707
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
537
708
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
538
|
-
|
|
539
|
-
onMouseleave?: (evt: MouseEvent) => any;
|
|
709
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
540
710
|
"onUpdate:flying"?: (...args: any[] | unknown[]) => any;
|
|
541
711
|
onAppendFly?: (...args: any[] | unknown[]) => any;
|
|
542
712
|
onAppendEdit?: (...args: any[] | unknown[]) => any;
|
|
543
713
|
}>, {
|
|
544
714
|
type: string;
|
|
545
|
-
required:
|
|
715
|
+
required: boolean;
|
|
546
716
|
formItemSize: "default" | "small" | "large";
|
|
547
717
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
548
718
|
inline: boolean;
|
|
@@ -551,30 +721,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
551
721
|
formItemTipClass: any;
|
|
552
722
|
labelTip: string;
|
|
553
723
|
information: boolean;
|
|
554
|
-
labelWidth:
|
|
555
|
-
labelPosition:
|
|
556
|
-
inlineMessage:
|
|
557
|
-
showMessage:
|
|
724
|
+
labelWidth: string | number;
|
|
725
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
726
|
+
inlineMessage: string | boolean;
|
|
727
|
+
showMessage: boolean;
|
|
558
728
|
disabled: boolean;
|
|
559
729
|
id: string;
|
|
560
730
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
561
731
|
clearable: boolean;
|
|
562
732
|
multiple: boolean;
|
|
563
733
|
autofocus: boolean;
|
|
564
|
-
|
|
734
|
+
inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
|
|
565
735
|
rows: number;
|
|
566
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
567
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
568
736
|
autosize: false;
|
|
569
737
|
autocomplete: string;
|
|
570
738
|
showPassword: boolean;
|
|
571
739
|
showWordLimit: boolean;
|
|
572
740
|
containerRole: string;
|
|
741
|
+
tabindex: string | number;
|
|
742
|
+
validateEvent: boolean;
|
|
573
743
|
inputStyle: import("vue").StyleValue;
|
|
744
|
+
visibleElements: __esri.SketchVisibleElements;
|
|
574
745
|
viewComponent: any;
|
|
575
746
|
viewComponentAttrs: any;
|
|
576
|
-
viewModelActiveFillSymbol: any;
|
|
577
747
|
editTypes: import("./const").EDIT_TYPE | import("./const").EDIT_TYPE[];
|
|
748
|
+
viewModelActiveFillSymbol: any;
|
|
578
749
|
viewModelActiveLineSymbol: any;
|
|
579
750
|
viewModelActivePointSymbol: any;
|
|
580
751
|
skipSave: boolean;
|
|
@@ -584,7 +755,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
584
755
|
dialogEditTitle: string;
|
|
585
756
|
flying: boolean;
|
|
586
757
|
layerIndex: number;
|
|
587
|
-
inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
|
|
588
758
|
}, {}, {
|
|
589
759
|
VkfInput: {
|
|
590
760
|
new (...args: any[]): any;
|
|
@@ -1003,9 +1173,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1003
1173
|
default: () => {};
|
|
1004
1174
|
};
|
|
1005
1175
|
}>> & Readonly<{}>, {
|
|
1006
|
-
view: __esri.MapView;
|
|
1007
1176
|
viewComponent: any;
|
|
1008
1177
|
viewComponentAttrs: any;
|
|
1178
|
+
view: __esri.MapView;
|
|
1009
1179
|
}, {}, {
|
|
1010
1180
|
VaTdtBasemap: import("vue").DefineComponent<{
|
|
1011
1181
|
spatialReference: {
|
|
@@ -1138,7 +1308,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1138
1308
|
cursor: string;
|
|
1139
1309
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1140
1310
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1141
|
-
VkAsyncTeleport: import("vue").DefineComponent<{
|
|
1311
|
+
VkAsyncTeleport: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1142
1312
|
to: {
|
|
1143
1313
|
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
1144
1314
|
default: any;
|
|
@@ -1155,9 +1325,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1155
1325
|
type: BooleanConstructor;
|
|
1156
1326
|
default: boolean;
|
|
1157
1327
|
};
|
|
1158
|
-
}
|
|
1159
|
-
ready: import("vue").Ref<boolean>;
|
|
1160
|
-
},
|
|
1328
|
+
}>, {
|
|
1329
|
+
ready: import("vue").Ref<boolean, boolean>;
|
|
1330
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1161
1331
|
to: {
|
|
1162
1332
|
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
1163
1333
|
default: any;
|
|
@@ -1174,8 +1344,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1174
1344
|
type: BooleanConstructor;
|
|
1175
1345
|
default: boolean;
|
|
1176
1346
|
};
|
|
1177
|
-
}
|
|
1178
|
-
to:
|
|
1347
|
+
}>> & Readonly<{}>, {
|
|
1348
|
+
to: string | import("vue").RendererElement;
|
|
1179
1349
|
sleep: number;
|
|
1180
1350
|
await: Promise<unknown>;
|
|
1181
1351
|
teleport: boolean;
|
|
@@ -289,9 +289,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
289
289
|
default: () => {};
|
|
290
290
|
};
|
|
291
291
|
}>> & Readonly<{}>, {
|
|
292
|
-
view: MapView;
|
|
293
292
|
viewComponent: any;
|
|
294
293
|
viewComponentAttrs: any;
|
|
294
|
+
view: MapView;
|
|
295
295
|
}, {}, {
|
|
296
296
|
VaTdtBasemap: import("vue").DefineComponent<{
|
|
297
297
|
spatialReference: {
|