@vunk/form 1.1.6 → 1.1.7
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/cascader/index.d.ts +2 -0
- package/components/cascader/index.js +45 -26
- package/components/cascader/src/ctx.d.ts +41 -49
- package/components/cascader/src/ctx.js +1 -1
- package/components/cascader/src/index.vue.d.ts +89 -105
- package/components/cascader/src/use.d.ts +5 -0
- package/components/cascader/src/use.js +28 -0
- package/components/checkbox/src/index.vue.d.ts +2 -2
- package/components/color-picker/src/index.vue.d.ts +1 -1
- package/components/date-picker/src/index.vue.d.ts +2 -2
- package/components/form/src/ctx.d.ts +18 -18
- package/components/form/src/index.vue.d.ts +56 -56
- package/components/form-item-renderer/src/index.vue.d.ts +1 -1
- package/components/geoinput/src/index.vue.d.ts +26 -26
- package/components/geoinput-read/src/core.vue.d.ts +11 -11
- package/components/geoinput-read/src/ctx.d.ts +2 -2
- package/components/geoinput-read/src/index.vue.d.ts +14 -14
- package/components/geoinput-update/src/ctx.d.ts +2 -2
- package/components/geoinput-update/src/index.vue.d.ts +10 -10
- package/components/input/src/ctx.d.ts +2 -2
- package/components/input/src/index.vue.d.ts +14 -14
- package/components/input-link/src/index.vue.d.ts +14 -14
- package/components/input-number/src/index.vue.d.ts +5 -5
- package/components/radio/src/index.vue.d.ts +1 -1
- package/components/select/index.js +4 -4
- package/components/select/src/index.vue.d.ts +4 -4
- package/components/switch/src/index.vue.d.ts +5 -5
- package/components/upload/src/ctx.d.ts +1 -1
- package/components/upload/src/index.vue.d.ts +4 -4
- package/components/van-cascader/index.css +4 -0
- package/components/van-cascader/index.d.ts +4 -0
- package/components/van-cascader/index.js +128 -0
- package/components/van-cascader/src/ctx.d.ts +111 -0
- package/components/van-cascader/src/ctx.js +22 -0
- package/components/van-cascader/src/index.vue.d.ts +273 -0
- package/components/van-cascader/src/types.d.ts +1 -0
- package/components/van-cascader/src/types.js +1 -0
- package/index.css +5 -0
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +23 -23
- package/shared/element-plus/index.js +2 -18088
- package/shared/element-plus/instances.d.ts +0 -71
|
@@ -216,17 +216,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
216
216
|
readonly: boolean | undefined;
|
|
217
217
|
data: any;
|
|
218
218
|
disabled: boolean;
|
|
219
|
-
form: string | undefined;
|
|
220
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
221
|
-
cursor: string;
|
|
222
|
-
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint | undefined;
|
|
223
219
|
id: string | undefined;
|
|
224
220
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
221
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
225
222
|
autosize: import("element-plus").InputAutoSize;
|
|
226
223
|
autocomplete: string;
|
|
227
224
|
formatter: Function | undefined;
|
|
228
225
|
parser: Function | undefined;
|
|
229
226
|
placeholder: string | undefined;
|
|
227
|
+
form: string | undefined;
|
|
230
228
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
231
229
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
232
230
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -242,6 +240,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
242
240
|
rows: number | undefined;
|
|
243
241
|
maxzoom: number | undefined;
|
|
244
242
|
minzoom: number | undefined;
|
|
243
|
+
cursor: string;
|
|
244
|
+
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint | undefined;
|
|
245
245
|
before: string | undefined;
|
|
246
246
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
247
247
|
editTypes: import("../../geoinput-update/src/types").EditType | import("../../geoinput-update/src/types").EditType[];
|
|
@@ -268,16 +268,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
268
268
|
readonly: boolean | undefined;
|
|
269
269
|
slots: import("../../geoinput-update/src/types").Slots;
|
|
270
270
|
disabled: boolean;
|
|
271
|
-
form: string | undefined;
|
|
272
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
273
|
-
multiple: boolean;
|
|
274
271
|
id: string | undefined;
|
|
275
272
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
273
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
276
274
|
autosize: import("element-plus").InputAutoSize;
|
|
277
275
|
autocomplete: string;
|
|
278
276
|
formatter: Function | undefined;
|
|
279
277
|
parser: Function | undefined;
|
|
280
278
|
placeholder: string | undefined;
|
|
279
|
+
form: string | undefined;
|
|
281
280
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
282
281
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
283
282
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -291,6 +290,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
291
290
|
minlength: number | undefined;
|
|
292
291
|
inputSlots: import("../../input/src/types").InputSlots | undefined;
|
|
293
292
|
rows: number | undefined;
|
|
293
|
+
multiple: boolean;
|
|
294
294
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
295
295
|
editTypes: import("../../geoinput-update/src/types").EditType | import("../../geoinput-update/src/types").EditType[];
|
|
296
296
|
showMap: boolean;
|
|
@@ -304,34 +304,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
304
304
|
}>;
|
|
305
305
|
readEmits: {
|
|
306
306
|
click: (e: any) => void;
|
|
307
|
+
"update:modelValue": (e: any) => void;
|
|
307
308
|
input: (e: any) => void;
|
|
308
|
-
blur: (e: any) => void;
|
|
309
309
|
change: (e: any) => void;
|
|
310
|
-
compositionend: (e: any) => void;
|
|
311
|
-
compositionstart: (e: any) => void;
|
|
312
|
-
compositionupdate: (e: any) => void;
|
|
313
310
|
focus: (e: any) => void;
|
|
311
|
+
blur: (e: any) => void;
|
|
312
|
+
clear: (e: any) => void;
|
|
313
|
+
mouseleave: (e: any) => void;
|
|
314
|
+
mouseenter: (e: any) => void;
|
|
314
315
|
keydown: (e: any) => void;
|
|
316
|
+
compositionstart: (e: any) => void;
|
|
317
|
+
compositionupdate: (e: any) => void;
|
|
318
|
+
compositionend: (e: any) => void;
|
|
315
319
|
load: (e: any) => void;
|
|
316
|
-
mouseenter: (e: any) => void;
|
|
317
|
-
mouseleave: (e: any) => void;
|
|
318
|
-
clear: (e: any) => void;
|
|
319
|
-
"update:modelValue": (e: any) => void;
|
|
320
320
|
layerChange: (e: any) => void;
|
|
321
321
|
};
|
|
322
322
|
updateEmits: {
|
|
323
|
+
"update:modelValue": (e: any) => void;
|
|
323
324
|
input: (e: any) => void;
|
|
324
|
-
blur: (e: any) => void;
|
|
325
325
|
change: (e: any) => void;
|
|
326
|
-
compositionend: (e: any) => void;
|
|
327
|
-
compositionstart: (e: any) => void;
|
|
328
|
-
compositionupdate: (e: any) => void;
|
|
329
326
|
focus: (e: any) => void;
|
|
330
|
-
|
|
331
|
-
mouseenter: (e: any) => void;
|
|
332
|
-
mouseleave: (e: any) => void;
|
|
327
|
+
blur: (e: any) => void;
|
|
333
328
|
clear: (e: any) => void;
|
|
334
|
-
|
|
329
|
+
mouseleave: (e: any) => void;
|
|
330
|
+
mouseenter: (e: any) => void;
|
|
331
|
+
keydown: (e: any) => void;
|
|
332
|
+
compositionstart: (e: any) => void;
|
|
333
|
+
compositionupdate: (e: any) => void;
|
|
334
|
+
compositionend: (e: any) => void;
|
|
335
335
|
editUpdate: (e: any) => void;
|
|
336
336
|
};
|
|
337
337
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -577,9 +577,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
577
577
|
data: any;
|
|
578
578
|
slots: import("../../geoinput-update/src/types").Slots;
|
|
579
579
|
disabled: boolean;
|
|
580
|
-
cursor: string;
|
|
581
|
-
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint;
|
|
582
|
-
multiple: boolean;
|
|
583
580
|
id: string;
|
|
584
581
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
585
582
|
autosize: import("element-plus").InputAutoSize;
|
|
@@ -593,6 +590,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
593
590
|
inputStyle: import("vue").StyleValue;
|
|
594
591
|
inputSlots: import("../../input/src/types").InputSlots;
|
|
595
592
|
rows: number;
|
|
593
|
+
multiple: boolean;
|
|
594
|
+
cursor: string;
|
|
595
|
+
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint;
|
|
596
596
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
597
597
|
editTypes: import("../../geoinput-update/src/types").EditType | import("../../geoinput-update/src/types").EditType[];
|
|
598
598
|
custom: boolean;
|
|
@@ -180,13 +180,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
180
180
|
elRef: any;
|
|
181
181
|
inline: boolean;
|
|
182
182
|
disabled: boolean;
|
|
183
|
-
form: string | undefined;
|
|
184
183
|
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
185
184
|
autosize: import("element-plus").InputAutoSize;
|
|
186
185
|
autocomplete: string;
|
|
187
186
|
formatter: Function | undefined;
|
|
188
187
|
parser: Function | undefined;
|
|
189
188
|
placeholder: string | undefined;
|
|
189
|
+
form: string | undefined;
|
|
190
190
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
191
191
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
192
192
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -202,22 +202,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
202
202
|
}>;
|
|
203
203
|
inputOnEmits: {
|
|
204
204
|
input: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
205
|
-
blur: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
206
205
|
change: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
207
|
-
compositionend: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
208
|
-
compositionstart: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
209
|
-
compositionupdate: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
210
206
|
focus: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
211
|
-
|
|
212
|
-
mouseenter: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
213
|
-
mouseleave: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
207
|
+
blur: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
214
208
|
clear: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
209
|
+
mouseleave: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
210
|
+
mouseenter: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
211
|
+
keydown: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
212
|
+
compositionstart: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
213
|
+
compositionupdate: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
214
|
+
compositionend: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
215
215
|
};
|
|
216
216
|
mapBindProps: import("vue").ComputedRef<{
|
|
217
|
-
cursor: string;
|
|
218
217
|
id: string;
|
|
219
218
|
maxzoom: number | undefined;
|
|
220
219
|
minzoom: number | undefined;
|
|
220
|
+
cursor: string;
|
|
221
221
|
before: string | undefined;
|
|
222
222
|
}>;
|
|
223
223
|
mapOnEmits: {
|
|
@@ -434,8 +434,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
434
434
|
readonly: boolean;
|
|
435
435
|
data: any;
|
|
436
436
|
disabled: boolean;
|
|
437
|
-
cursor: string;
|
|
438
|
-
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint;
|
|
439
437
|
id: string;
|
|
440
438
|
modelValue: import("geojson").FeatureCollection<any, any>;
|
|
441
439
|
autosize: import("element-plus").InputAutoSize;
|
|
@@ -449,6 +447,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
449
447
|
inputStyle: import("vue").StyleValue;
|
|
450
448
|
inputSlots: import("../../input/src/types").InputSlots;
|
|
451
449
|
rows: number;
|
|
450
|
+
cursor: string;
|
|
451
|
+
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint;
|
|
452
452
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
453
453
|
editTypes: import("../../geoinput/src/types").EditType | import("../../geoinput/src/types").EditType[];
|
|
454
454
|
custom: boolean;
|
|
@@ -168,7 +168,7 @@ export declare const props: {
|
|
|
168
168
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
169
169
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
170
170
|
};
|
|
171
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"data", keyof T2> | Extract<"disabled", keyof T2> | Extract<"
|
|
171
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"data", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"cursor", keyof T2> | Extract<"paint", keyof T2> | Extract<"before", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"custom", keyof T2> | Extract<"showMap", keyof T2>)[] | undefined>(propsArg: T2, excludes?: EX | undefined) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"type", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"data", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"resize", keyof T2>, KE> | Exclude<Extract<"autosize", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"formatter", keyof T2>, KE> | Exclude<Extract<"parser", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"form", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"showPassword", keyof T2>, KE> | Exclude<Extract<"showWordLimit", keyof T2>, KE> | Exclude<Extract<"suffixIcon", keyof T2>, KE> | Exclude<Extract<"prefixIcon", keyof T2>, KE> | Exclude<Extract<"containerRole", keyof T2>, KE> | Exclude<Extract<"tabindex", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"inputStyle", keyof T2>, KE> | Exclude<Extract<"maxlength", keyof T2>, KE> | Exclude<Extract<"minlength", keyof T2>, KE> | Exclude<Extract<"inputSlots", keyof T2>, KE> | Exclude<Extract<"rows", keyof T2>, KE> | Exclude<Extract<"maxzoom", keyof T2>, KE> | Exclude<Extract<"minzoom", keyof T2>, KE> | Exclude<Extract<"cursor", keyof T2>, KE> | Exclude<Extract<"paint", keyof T2>, KE> | Exclude<Extract<"before", keyof T2>, KE> | Exclude<Extract<"editStyles", keyof T2>, KE> | Exclude<Extract<"editTypes", keyof T2>, KE> | Exclude<Extract<"custom", keyof T2>, KE> | Exclude<Extract<"showMap", keyof T2>, KE> : Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"data", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"cursor", keyof T2> | Extract<"paint", keyof T2> | Extract<"before", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"custom", keyof T2> | Extract<"showMap", keyof T2>]: { [k in Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"data", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"cursor", keyof T2> | Extract<"paint", keyof T2> | Extract<"before", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"custom", keyof T2> | Extract<"showMap", keyof T2>]: T2[k]; }[P]; }>;
|
|
172
172
|
export declare const emits: {
|
|
173
173
|
layerChange: (layer: __VmGeojsonLayer.LoadEvent) => __VmGeojsonLayer.LoadEvent;
|
|
174
174
|
'update:modelValue': (e: FeatureCollection) => FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
@@ -186,7 +186,7 @@ export declare const emits: {
|
|
|
186
186
|
click: (e: __VmGeojsonLayer.ClickEvent) => __VmGeojsonLayer.ClickEvent;
|
|
187
187
|
load: (e: __VmGeojsonLayer.LoadEvent) => __VmGeojsonLayer.LoadEvent;
|
|
188
188
|
};
|
|
189
|
-
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("click" | "
|
|
189
|
+
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("click" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "clear" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "load" | "layerChange")[] | undefined>(emit: T2, excludes?: EX | undefined) => { [P in EX extends (infer KE)[] ? Exclude<"click", KE> | Exclude<"update:modelValue", KE> | Exclude<"input", KE> | Exclude<"change", KE> | Exclude<"focus", KE> | Exclude<"blur", KE> | Exclude<"clear", KE> | Exclude<"mouseleave", KE> | Exclude<"mouseenter", KE> | Exclude<"keydown", KE> | Exclude<"compositionstart", KE> | Exclude<"compositionupdate", KE> | Exclude<"compositionend", KE> | Exclude<"load", KE> | Exclude<"layerChange", KE> : "click" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "clear" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "load" | "layerChange"]: {
|
|
190
190
|
layerChange: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
191
191
|
'update:modelValue': (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
192
192
|
input: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
@@ -207,17 +207,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
207
|
readonly: boolean | undefined;
|
|
208
208
|
data: any;
|
|
209
209
|
disabled: boolean;
|
|
210
|
-
form: string | undefined;
|
|
211
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
212
|
-
cursor: string;
|
|
213
|
-
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint | undefined;
|
|
214
210
|
id: string;
|
|
215
211
|
modelValue: import("geojson").FeatureCollection<any, any>;
|
|
212
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
216
213
|
autosize: import("element-plus").InputAutoSize;
|
|
217
214
|
autocomplete: string;
|
|
218
215
|
formatter: Function | undefined;
|
|
219
216
|
parser: Function | undefined;
|
|
220
217
|
placeholder: string | undefined;
|
|
218
|
+
form: string | undefined;
|
|
221
219
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
222
220
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
223
221
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -233,6 +231,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
233
231
|
rows: number | undefined;
|
|
234
232
|
maxzoom: number | undefined;
|
|
235
233
|
minzoom: number | undefined;
|
|
234
|
+
cursor: string;
|
|
235
|
+
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint | undefined;
|
|
236
236
|
before: string | undefined;
|
|
237
237
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
238
238
|
editTypes: import("../../geoinput/src/types").EditType | import("../../geoinput/src/types").EditType[];
|
|
@@ -241,19 +241,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
241
241
|
}>;
|
|
242
242
|
coreOnEmits: {
|
|
243
243
|
click: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
244
|
+
"update:modelValue": (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
244
245
|
input: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
245
|
-
blur: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
246
246
|
change: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
247
|
-
compositionend: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
248
|
-
compositionstart: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
249
|
-
compositionupdate: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
250
247
|
focus: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
248
|
+
blur: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
249
|
+
clear: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
250
|
+
mouseleave: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
251
|
+
mouseenter: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
251
252
|
keydown: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
253
|
+
compositionstart: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
254
|
+
compositionupdate: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
255
|
+
compositionend: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
252
256
|
load: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
253
|
-
mouseenter: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
254
|
-
mouseleave: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
255
|
-
clear: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
256
|
-
"update:modelValue": (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
257
257
|
layerChange: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => void;
|
|
258
258
|
};
|
|
259
259
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -463,8 +463,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
463
463
|
readonly: boolean;
|
|
464
464
|
data: any;
|
|
465
465
|
disabled: boolean;
|
|
466
|
-
cursor: string;
|
|
467
|
-
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint;
|
|
468
466
|
id: string;
|
|
469
467
|
modelValue: import("geojson").FeatureCollection<any, any>;
|
|
470
468
|
autosize: import("element-plus").InputAutoSize;
|
|
@@ -478,6 +476,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
478
476
|
inputStyle: import("vue").StyleValue;
|
|
479
477
|
inputSlots: import("../../input/src/types").InputSlots;
|
|
480
478
|
rows: number;
|
|
479
|
+
cursor: string;
|
|
480
|
+
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint;
|
|
481
481
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
482
482
|
editTypes: import("../../geoinput/src/types").EditType | import("../../geoinput/src/types").EditType[];
|
|
483
483
|
custom: boolean;
|
|
@@ -178,7 +178,7 @@ export declare const props: {
|
|
|
178
178
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
179
179
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
180
180
|
};
|
|
181
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"slots", keyof T2> | Extract<"disabled", keyof T2> | Extract<"
|
|
181
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"slots", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"multiple", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"editControls", keyof T2> | Extract<"mapTo", keyof T2> | Extract<"mapCenter", keyof T2> | Extract<"spikSave", keyof T2>)[] | undefined>(propsArg: T2, excludes?: EX | undefined) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"type", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"slots", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"resize", keyof T2>, KE> | Exclude<Extract<"autosize", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"formatter", keyof T2>, KE> | Exclude<Extract<"parser", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"form", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"showPassword", keyof T2>, KE> | Exclude<Extract<"showWordLimit", keyof T2>, KE> | Exclude<Extract<"suffixIcon", keyof T2>, KE> | Exclude<Extract<"prefixIcon", keyof T2>, KE> | Exclude<Extract<"containerRole", keyof T2>, KE> | Exclude<Extract<"tabindex", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"inputStyle", keyof T2>, KE> | Exclude<Extract<"maxlength", keyof T2>, KE> | Exclude<Extract<"minlength", keyof T2>, KE> | Exclude<Extract<"inputSlots", keyof T2>, KE> | Exclude<Extract<"rows", keyof T2>, KE> | Exclude<Extract<"multiple", keyof T2>, KE> | Exclude<Extract<"editStyles", keyof T2>, KE> | Exclude<Extract<"editTypes", keyof T2>, KE> | Exclude<Extract<"showMap", keyof T2>, KE> | Exclude<Extract<"dialogEdit", keyof T2>, KE> | Exclude<Extract<"dialogEditFullscreen", keyof T2>, KE> | Exclude<Extract<"dialogEditTitle", keyof T2>, KE> | Exclude<Extract<"editControls", keyof T2>, KE> | Exclude<Extract<"mapTo", keyof T2>, KE> | Exclude<Extract<"mapCenter", keyof T2>, KE> | Exclude<Extract<"spikSave", keyof T2>, KE> : Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"slots", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"multiple", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"editControls", keyof T2> | Extract<"mapTo", keyof T2> | Extract<"mapCenter", keyof T2> | Extract<"spikSave", keyof T2>]: { [k in Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"slots", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"multiple", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"editControls", keyof T2> | Extract<"mapTo", keyof T2> | Extract<"mapCenter", keyof T2> | Extract<"spikSave", keyof T2>]: T2[k]; }[P]; }>;
|
|
182
182
|
export declare const emits: {
|
|
183
183
|
'update:modelValue': (e: FeatureCollection) => FeatureCollection<Geometry, import("geojson").GeoJsonProperties>;
|
|
184
184
|
editUpdate: (e: __VmControlDraw.UpdateEvent) => any;
|
|
@@ -194,7 +194,7 @@ export declare const emits: {
|
|
|
194
194
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
195
195
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
196
196
|
};
|
|
197
|
-
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("
|
|
197
|
+
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "input" | "change" | "focus" | "blur" | "clear" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "editUpdate")[] | undefined>(emit: T2, excludes?: EX | undefined) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue", KE> | Exclude<"input", KE> | Exclude<"change", KE> | Exclude<"focus", KE> | Exclude<"blur", KE> | Exclude<"clear", KE> | Exclude<"mouseleave", KE> | Exclude<"mouseenter", KE> | Exclude<"keydown", KE> | Exclude<"compositionstart", KE> | Exclude<"compositionupdate", KE> | Exclude<"compositionend", KE> | Exclude<"editUpdate", KE> : "update:modelValue" | "input" | "change" | "focus" | "blur" | "clear" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "editUpdate"]: {
|
|
198
198
|
'update:modelValue': (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
199
199
|
editUpdate: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
200
200
|
input: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
@@ -194,14 +194,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
194
194
|
elRef: any;
|
|
195
195
|
inline: boolean;
|
|
196
196
|
disabled: boolean;
|
|
197
|
-
form: string | undefined;
|
|
198
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
199
197
|
id: string | undefined;
|
|
198
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
200
199
|
autosize: import("element-plus").InputAutoSize;
|
|
201
200
|
autocomplete: string;
|
|
202
201
|
formatter: Function | undefined;
|
|
203
202
|
parser: Function | undefined;
|
|
204
203
|
placeholder: string | undefined;
|
|
204
|
+
form: string | undefined;
|
|
205
205
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
206
206
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
207
207
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -217,16 +217,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
217
|
}>;
|
|
218
218
|
inputOnEmits: {
|
|
219
219
|
input: (e: any) => void;
|
|
220
|
-
blur: (e: any) => void;
|
|
221
220
|
change: (e: any) => void;
|
|
222
|
-
compositionend: (e: any) => void;
|
|
223
|
-
compositionstart: (e: any) => void;
|
|
224
|
-
compositionupdate: (e: any) => void;
|
|
225
221
|
focus: (e: any) => void;
|
|
226
|
-
|
|
227
|
-
mouseenter: (e: any) => void;
|
|
228
|
-
mouseleave: (e: any) => void;
|
|
222
|
+
blur: (e: any) => void;
|
|
229
223
|
clear: (e: any) => void;
|
|
224
|
+
mouseleave: (e: any) => void;
|
|
225
|
+
mouseenter: (e: any) => void;
|
|
226
|
+
keydown: (e: any) => void;
|
|
227
|
+
compositionstart: (e: any) => void;
|
|
228
|
+
compositionupdate: (e: any) => void;
|
|
229
|
+
compositionend: (e: any) => void;
|
|
230
230
|
};
|
|
231
231
|
append: () => JSX.Element;
|
|
232
232
|
dialogShow: Ref<boolean>;
|
|
@@ -455,7 +455,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
455
455
|
readonly: boolean;
|
|
456
456
|
slots: import("./types").Slots;
|
|
457
457
|
disabled: boolean;
|
|
458
|
-
multiple: boolean;
|
|
459
458
|
id: string;
|
|
460
459
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
461
460
|
autosize: import("element-plus").InputAutoSize;
|
|
@@ -469,6 +468,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
469
468
|
inputStyle: import("vue").StyleValue;
|
|
470
469
|
inputSlots: import("../../input/src/types").InputSlots;
|
|
471
470
|
rows: number;
|
|
471
|
+
multiple: boolean;
|
|
472
472
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
473
473
|
editTypes: import("./types").EditType | import("./types").EditType[];
|
|
474
474
|
showMap: boolean;
|
|
@@ -124,7 +124,7 @@ export declare const props: {
|
|
|
124
124
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
125
125
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
126
126
|
};
|
|
127
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"disabled", keyof T2> | Extract<"
|
|
127
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2>)[] | undefined>(propsArg: T2, excludes?: EX | undefined) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"type", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"resize", keyof T2>, KE> | Exclude<Extract<"autosize", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"formatter", keyof T2>, KE> | Exclude<Extract<"parser", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"form", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"showPassword", keyof T2>, KE> | Exclude<Extract<"showWordLimit", keyof T2>, KE> | Exclude<Extract<"suffixIcon", keyof T2>, KE> | Exclude<Extract<"prefixIcon", keyof T2>, KE> | Exclude<Extract<"containerRole", keyof T2>, KE> | Exclude<Extract<"tabindex", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"inputStyle", keyof T2>, KE> | Exclude<Extract<"maxlength", keyof T2>, KE> | Exclude<Extract<"minlength", keyof T2>, KE> | Exclude<Extract<"inputSlots", keyof T2>, KE> | Exclude<Extract<"rows", keyof T2>, KE> : Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2>]: { [k in Extract<"required", keyof T2> | Extract<"type", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2>]: T2[k]; }[P]; }>;
|
|
128
128
|
export declare const emits: {
|
|
129
129
|
"update:modelValue": (value: string) => boolean;
|
|
130
130
|
input: (value: string) => boolean;
|
|
@@ -139,7 +139,7 @@ export declare const emits: {
|
|
|
139
139
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
140
140
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
141
141
|
};
|
|
142
|
-
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("
|
|
142
|
+
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "input" | "change" | "focus" | "blur" | "clear" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend")[] | undefined>(emit: T2, excludes?: EX | undefined) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue", KE> | Exclude<"input", KE> | Exclude<"change", KE> | Exclude<"focus", KE> | Exclude<"blur", KE> | Exclude<"clear", KE> | Exclude<"mouseleave", KE> | Exclude<"mouseenter", KE> | Exclude<"keydown", KE> | Exclude<"compositionstart", KE> | Exclude<"compositionupdate", KE> | Exclude<"compositionend", KE> : "update:modelValue" | "input" | "change" | "focus" | "blur" | "clear" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend"]: {
|
|
143
143
|
"update:modelValue": (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
144
144
|
input: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
145
145
|
change: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
@@ -127,15 +127,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
label: string | undefined;
|
|
128
128
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
129
129
|
disabled: boolean;
|
|
130
|
-
form: string | undefined;
|
|
131
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
132
130
|
id: string | undefined;
|
|
133
131
|
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
132
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
134
133
|
autosize: import("element-plus").InputAutoSize;
|
|
135
134
|
autocomplete: string;
|
|
136
135
|
formatter: Function | undefined;
|
|
137
136
|
parser: Function | undefined;
|
|
138
137
|
placeholder: string | undefined;
|
|
138
|
+
form: string | undefined;
|
|
139
139
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
140
140
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
141
141
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -165,18 +165,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
165
|
}>;
|
|
166
166
|
readonly: import("vue").ComputedRef<boolean>;
|
|
167
167
|
inputOnEmits: {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
change: (
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
168
|
+
"update:modelValue": (evt: CompositionEvent) => void;
|
|
169
|
+
input: (evt: CompositionEvent) => void;
|
|
170
|
+
change: (evt: CompositionEvent) => void;
|
|
171
|
+
focus: (evt: CompositionEvent) => void;
|
|
172
|
+
blur: (evt: CompositionEvent) => void;
|
|
173
|
+
clear: (evt: CompositionEvent) => void;
|
|
174
|
+
mouseleave: (evt: CompositionEvent) => void;
|
|
175
|
+
mouseenter: (evt: CompositionEvent) => void;
|
|
176
|
+
keydown: (evt: CompositionEvent) => void;
|
|
177
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
178
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
179
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
180
180
|
};
|
|
181
181
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
182
182
|
"update:modelValue": (value: string) => boolean;
|