@vunk/form 1.4.4 → 1.4.6
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/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +167 -200
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.cjs +3 -3
- package/components/cascader/index.mjs +3 -3
- package/components/cascader/src/ctx.d.ts +17 -6
- package/components/cascader/src/index.vue.d.ts +41 -13662
- package/components/checkbox/index.cjs +4 -4
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +4 -4
- package/components/checkbox/src/index.vue.d.ts +496 -481
- package/components/color-picker/index.cjs +2 -2
- package/components/color-picker/index.mjs +2 -2
- package/components/color-picker/src/ctx.d.ts +6 -6
- package/components/color-picker/src/index.vue.d.ts +15 -10959
- package/components/date-picker/index.cjs +1 -2
- package/components/date-picker/index.mjs +1 -2
- package/components/date-picker/src/ctx.d.ts +18 -10
- package/components/date-picker/src/index.vue.d.ts +96 -60
- package/components/date-picker/src/types.d.ts +1 -1
- package/components/date-picker-range/src/ctx.d.ts +16 -8
- package/components/date-picker-range/src/index.vue.d.ts +38 -20
- package/components/date-picker-range/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +2 -2
- package/components/download-plus/src/index.vue.d.ts +451 -516
- package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
- package/components/esri-input-geojson/src/ctx.d.ts +20 -14
- package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
- package/components/esri-input-geojson/src/types.d.ts +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +313 -376
- package/components/form-item/src/ctx.d.ts +3 -3
- package/components/form-item/src/index.vue.d.ts +109 -126
- package/components/form-item-renderer/index.cjs +1 -0
- package/components/form-item-renderer/index.mjs +1 -0
- package/components/form-item-renderer/src/types.d.ts +1 -0
- package/components/geoinput/src/ctx.d.ts +18 -12
- package/components/geoinput/src/index.vue.d.ts +43 -31
- package/components/geoinput/src/types.d.ts +1 -1
- package/components/geoinput-read/src/append.vue.d.ts +220 -262
- package/components/geoinput-read/src/core.vue.d.ts +86 -81
- package/components/geoinput-read/src/ctx.d.ts +20 -14
- package/components/geoinput-read/src/index.vue.d.ts +129 -112
- package/components/geoinput-update/src/append.vue.d.ts +370 -1801
- package/components/geoinput-update/src/ctx.d.ts +20 -14
- package/components/geoinput-update/src/index.vue.d.ts +211 -388
- package/components/input/index.cjs +3 -7
- package/components/input/index.mjs +3 -7
- package/components/input/src/ctx.d.ts +21 -15
- package/components/input/src/index.vue.d.ts +314 -331
- package/components/input/src/types.d.ts +1 -1
- package/components/input-collection/src/ctx.d.ts +2 -2
- package/components/input-collection/src/index.vue.d.ts +267 -334
- package/components/input-collection/src/types.d.ts +1 -1
- package/components/input-link/index.cjs +7 -7
- package/components/input-link/index.mjs +7 -7
- package/components/input-link/src/ctx.d.ts +18 -12
- package/components/input-link/src/index.vue.d.ts +43 -31
- package/components/input-number/index.cjs +4 -4
- package/components/input-number/index.mjs +4 -4
- package/components/input-number/src/ctx.d.ts +6 -6
- package/components/input-number/src/index.vue.d.ts +107 -1483
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +5 -5
- package/components/monaco-editor/src/types.d.ts +1 -1
- package/components/radio/index.cjs +4 -4
- package/components/radio/index.mjs +4 -4
- package/components/radio/src/ctx.d.ts +6 -6
- package/components/radio/src/index.vue.d.ts +317 -303
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +33 -12877
- package/components/slider/src/ctx.d.ts +12 -12
- package/components/slider/src/index.vue.d.ts +29 -31
- package/components/switch/index.cjs +6 -7
- package/components/switch/index.mjs +6 -7
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +157 -206
- package/components/templates-default/index.cjs +0 -2
- package/components/templates-default/index.mjs +0 -2
- package/components/templates-default/src/index.vue.d.ts +2 -22
- package/components/templates-element-plus/src/index.vue.d.ts +92 -144
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +107 -95
- package/components/upload/src/ctx.d.ts +7 -7
- package/components/upload/src/file.vue.d.ts +136 -193
- package/components/upload/src/index.vue.d.ts +386 -1888
- package/components/upload/src/types.d.ts +5 -0
- package/components/upload-plus/src/ctx.d.ts +2 -2
- package/components/upload-plus/src/index.vue.d.ts +484 -556
- package/components/van-cascader/src/ctx.d.ts +15 -4
- package/components/van-cascader/src/index.vue.d.ts +960 -10948
- package/components/var-datetime-picker/src/const.d.ts +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +2 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/src/ctx.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +5 -5
- package/components/vditor/src/types.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +0 -4
- package/shared/element-plus/ctx.d.ts +0 -26
- package/shared/element-plus/index.d.ts +0 -3
- package/shared/element-plus/instances.d.ts +0 -195
- package/shared/element-plus/version.d.ts +0 -1
- package/shared/form/index.d.ts +0 -18
- package/shared/helper/index.d.ts +0 -4
- package/shared/index.d.ts +0 -2
- package/shared/infer-prop/index.d.ts +0 -17
- package/shared/progress-it/index.d.ts +0 -16
- package/shared/rules/index.d.ts +0 -35
- package/shared/types/form/checkbox.d.ts +0 -13
- package/shared/types/form/index.d.ts +0 -2
- package/shared/types/form/radio.d.ts +0 -8
- package/shared/types/index.d.ts +0 -2
- package/shared/types/source/index.d.ts +0 -21
- package/shared/types/source-manager/index.d.ts +0 -6
- package/shared/upload/index.d.ts +0 -7
|
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
101
101
|
label: StringConstructor;
|
|
102
102
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
103
103
|
prop: {
|
|
104
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
104
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
105
105
|
readonly required: false;
|
|
106
106
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
107
|
__epPropKey: true;
|
|
@@ -114,7 +114,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
114
114
|
};
|
|
115
115
|
error: StringConstructor;
|
|
116
116
|
validateStatus: {
|
|
117
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
117
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
118
118
|
readonly required: false;
|
|
119
119
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
120
|
__epPropKey: true;
|
|
@@ -125,19 +125,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
125
|
ariaLabel: StringConstructor;
|
|
126
126
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
127
127
|
size: {
|
|
128
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
128
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
129
129
|
readonly required: false;
|
|
130
130
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
131
|
__epPropKey: true;
|
|
132
132
|
};
|
|
133
133
|
disabled: BooleanConstructor;
|
|
134
134
|
resize: {
|
|
135
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "
|
|
135
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
136
136
|
readonly required: false;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
139
139
|
};
|
|
140
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
140
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
141
|
+
minRows?: number;
|
|
142
|
+
maxRows?: number;
|
|
143
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
144
|
+
minRows?: number;
|
|
145
|
+
maxRows?: number;
|
|
146
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
141
147
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
142
148
|
formatter: {
|
|
143
149
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -163,17 +169,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
163
169
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
170
|
__epPropKey: true;
|
|
165
171
|
};
|
|
166
|
-
clearable:
|
|
167
|
-
showPassword:
|
|
168
|
-
showWordLimit:
|
|
172
|
+
clearable: BooleanConstructor;
|
|
173
|
+
showPassword: BooleanConstructor;
|
|
174
|
+
showWordLimit: BooleanConstructor;
|
|
169
175
|
suffixIcon: {
|
|
170
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
176
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
171
177
|
readonly required: false;
|
|
172
178
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
179
|
__epPropKey: true;
|
|
174
180
|
};
|
|
175
181
|
prefixIcon: {
|
|
176
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
182
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
177
183
|
readonly required: false;
|
|
178
184
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
185
|
__epPropKey: true;
|
|
@@ -181,8 +187,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
181
187
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
182
188
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
183
189
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
184
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
185
|
-
autofocus:
|
|
190
|
+
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>;
|
|
191
|
+
autofocus: BooleanConstructor;
|
|
186
192
|
paint: {
|
|
187
193
|
type: import("vue").PropType<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
188
194
|
default: any;
|
|
@@ -330,7 +336,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
330
336
|
label: StringConstructor;
|
|
331
337
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
332
338
|
prop: {
|
|
333
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
339
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
334
340
|
readonly required: false;
|
|
335
341
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
336
342
|
__epPropKey: true;
|
|
@@ -343,7 +349,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
343
349
|
};
|
|
344
350
|
error: StringConstructor;
|
|
345
351
|
validateStatus: {
|
|
346
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
352
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
347
353
|
readonly required: false;
|
|
348
354
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
355
|
__epPropKey: true;
|
|
@@ -354,19 +360,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
354
360
|
ariaLabel: StringConstructor;
|
|
355
361
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
356
362
|
size: {
|
|
357
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
363
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
358
364
|
readonly required: false;
|
|
359
365
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
360
366
|
__epPropKey: true;
|
|
361
367
|
};
|
|
362
368
|
disabled: BooleanConstructor;
|
|
363
369
|
resize: {
|
|
364
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "
|
|
370
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
365
371
|
readonly required: false;
|
|
366
372
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
373
|
__epPropKey: true;
|
|
368
374
|
};
|
|
369
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
375
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
376
|
+
minRows?: number;
|
|
377
|
+
maxRows?: number;
|
|
378
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
379
|
+
minRows?: number;
|
|
380
|
+
maxRows?: number;
|
|
381
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
370
382
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
371
383
|
formatter: {
|
|
372
384
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -392,17 +404,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
392
404
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
393
405
|
__epPropKey: true;
|
|
394
406
|
};
|
|
395
|
-
clearable:
|
|
396
|
-
showPassword:
|
|
397
|
-
showWordLimit:
|
|
407
|
+
clearable: BooleanConstructor;
|
|
408
|
+
showPassword: BooleanConstructor;
|
|
409
|
+
showWordLimit: BooleanConstructor;
|
|
398
410
|
suffixIcon: {
|
|
399
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
411
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
400
412
|
readonly required: false;
|
|
401
413
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
402
414
|
__epPropKey: true;
|
|
403
415
|
};
|
|
404
416
|
prefixIcon: {
|
|
405
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
417
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
406
418
|
readonly required: false;
|
|
407
419
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
408
420
|
__epPropKey: true;
|
|
@@ -410,8 +422,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
410
422
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
411
423
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
412
424
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
413
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
414
|
-
autofocus:
|
|
425
|
+
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>;
|
|
426
|
+
autofocus: BooleanConstructor;
|
|
415
427
|
paint: {
|
|
416
428
|
type: import("vue").PropType<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
417
429
|
default: any;
|
|
@@ -436,11 +448,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
436
448
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
437
449
|
[name: string]: any;
|
|
438
450
|
}>) => any;
|
|
439
|
-
onInput?: (value: string) => any;
|
|
440
451
|
onChange?: (value: string) => any;
|
|
441
452
|
onFocus?: (evt: FocusEvent) => any;
|
|
442
453
|
onBlur?: (evt: FocusEvent) => any;
|
|
443
454
|
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
455
|
+
onInput?: (value: string) => any;
|
|
444
456
|
onCompositionend?: (evt: CompositionEvent) => any;
|
|
445
457
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
446
458
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
@@ -453,11 +465,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
453
465
|
}>, {
|
|
454
466
|
disabled: boolean;
|
|
455
467
|
type: string;
|
|
456
|
-
autofocus:
|
|
468
|
+
autofocus: boolean;
|
|
457
469
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
458
470
|
slots: import("@vunk/form/components/geoinput-update/src/types").Slots;
|
|
459
471
|
data: any;
|
|
460
|
-
formItemSize: "
|
|
472
|
+
formItemSize: "small" | "default" | "large";
|
|
461
473
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
462
474
|
inline: boolean;
|
|
463
475
|
readonly: boolean;
|
|
@@ -467,16 +479,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
467
479
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
468
480
|
multiple: boolean;
|
|
469
481
|
id: string;
|
|
470
|
-
clearable:
|
|
482
|
+
clearable: boolean;
|
|
471
483
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
472
484
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
473
485
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
474
486
|
autosize: false;
|
|
475
487
|
autocomplete: string;
|
|
476
|
-
showPassword:
|
|
477
|
-
showWordLimit:
|
|
488
|
+
showPassword: boolean;
|
|
489
|
+
showWordLimit: boolean;
|
|
478
490
|
containerRole: string;
|
|
479
491
|
inputStyle: import("vue").StyleValue;
|
|
492
|
+
rows: number;
|
|
480
493
|
cursor: string;
|
|
481
494
|
editTypes: import("@vunk/form/components/geoinput-update/src/types").EditType | import("@vunk/form/components/geoinput-update/src/types").EditType[];
|
|
482
495
|
showMap: boolean;
|
|
@@ -484,7 +497,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
484
497
|
dialogEditFullscreen: boolean;
|
|
485
498
|
dialogEditTitle: string;
|
|
486
499
|
inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
|
|
487
|
-
rows: number;
|
|
488
500
|
mapTo: string | import("vue").RendererElement;
|
|
489
501
|
editControls: import("@vunk/form/components/geoinput-update/src/types").EditType[];
|
|
490
502
|
mapCenter: import("mapbox-gl").LngLatLike;
|