@vunk/form 1.2.2 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/button/src/index.vue.d.ts +282 -6
- package/components/cascader/src/ctx.d.ts +1 -1
- package/components/cascader/src/index.vue.d.ts +13672 -8
- package/components/checkbox/src/ctx.d.ts +1 -1
- package/components/checkbox/src/index.vue.d.ts +906 -10
- package/components/color-picker/src/index.vue.d.ts +10950 -7
- package/components/date-picker/src/ctx.d.ts +1 -1
- package/components/date-picker/src/index.vue.d.ts +225 -11
- package/components/date-picker-range/src/ctx.d.ts +1 -1
- package/components/date-picker-range/src/index.vue.d.ts +24 -12
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/index.vue.d.ts +822 -8
- package/components/esri-input-geojson/src/append.vue.d.ts +2232 -5
- package/components/esri-input-geojson/src/ctx.d.ts +1 -1
- package/components/esri-input-geojson/src/default-view.vue.d.ts +3 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +723 -23
- package/components/esri-input-geojson/src/viewer.vue.d.ts +141 -10
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +373 -39
- package/components/form-item/index.cjs +3 -4
- package/components/form-item/index.mjs +3 -4
- package/components/form-item/src/index.vue.d.ts +185 -5
- package/components/form-item-renderer/src/index.vue.d.ts +5 -5
- package/components/form-item-renderer-template/src/index.vue.d.ts +4 -4
- package/components/geoinput/src/index.vue.d.ts +40 -17
- package/components/geoinput-read/src/append.vue.d.ts +379 -2
- package/components/geoinput-read/src/core.vue.d.ts +176 -14
- package/components/geoinput-read/src/ctx.d.ts +1 -1
- package/components/geoinput-read/src/index.vue.d.ts +743 -15
- package/components/geoinput-update/src/append.vue.d.ts +2231 -5
- package/components/geoinput-update/src/ctx.d.ts +1 -1
- package/components/geoinput-update/src/index.vue.d.ts +814 -20
- package/components/input/index.cjs +2 -2
- package/components/input/index.mjs +2 -2
- package/components/input/src/index.vue.d.ts +479 -13
- package/components/input-link/src/index.vue.d.ts +25 -13
- package/components/input-number/src/ctx.d.ts +1 -1
- package/components/input-number/src/index.vue.d.ts +1579 -12
- package/components/monaco-editor/index.cjs +83 -0
- package/components/monaco-editor/index.css +3 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/index.mjs +77 -0
- package/components/monaco-editor/src/ctx.d.ts +70 -0
- package/components/monaco-editor/src/index.vue.d.ts +209 -0
- package/components/monaco-editor/src/types.d.ts +7 -0
- package/components/radio/src/index.vue.d.ts +444 -10
- package/components/select/src/ctx.d.ts +3 -3
- package/components/select/src/index.vue.d.ts +12944 -31
- package/components/slider/index.cjs +3 -3
- package/components/slider/index.mjs +3 -3
- package/components/slider/src/index.vue.d.ts +25 -12
- package/components/switch/src/index.vue.d.ts +319 -8
- package/components/templates-default/index.cjs +41 -26
- package/components/templates-default/index.mjs +41 -26
- package/components/templates-default/src/index.vue.d.ts +162 -7
- package/components/templates-element-plus/src/index.vue.d.ts +193 -6
- package/components/templates-esri/src/index.vue.d.ts +30 -7
- package/components/templates-layout/src/index.vue.d.ts +148 -6
- package/components/templates-mapbox/src/index.vue.d.ts +30 -7
- package/components/templates-variant/src/index.vue.d.ts +30 -7
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +1 -1
- package/components/upload/src/file.vue.d.ts +263 -6
- package/components/upload/src/index.vue.d.ts +2366 -9
- package/components/upload-plus/index.cjs +19 -20
- package/components/upload-plus/index.mjs +19 -20
- package/components/upload-plus/src/index.vue.d.ts +874 -12
- package/components/van-cascader/src/index.vue.d.ts +13048 -11
- package/components/var-datetime-picker/src/index.vue.d.ts +624 -10
- package/components/vditor/index.cjs +43 -408
- package/components/vditor/index.mjs +44 -409
- package/components/vditor/src/ctx.d.ts +52 -6
- package/components/vditor/src/index.vue.d.ts +274 -16
- package/components/vditor/src/types.d.ts +7 -9
- package/composables/useSourceManager.d.ts +1 -1
- package/index.css +4 -13
- package/package.json +9 -4
- package/shared/element-plus/ctx.d.ts +3 -3
- package/shared/element-plus/instances.d.ts +2 -2
- package/components/vditor/index.css +0 -12
- package/components/vditor/src/handle-fullscreen.vue.d.ts +0 -18
- package/components/vditor/src/handle-value.vue.d.ts +0 -18
- package/components/vditor/src/use.d.ts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: import("vue").PropType<import("geojson").FeatureCollection<any, any>>;
|
|
4
4
|
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
@@ -169,7 +169,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
169
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
170
170
|
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>;
|
|
171
171
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
172
|
-
}
|
|
172
|
+
}>, {
|
|
173
173
|
mapFit: () => void;
|
|
174
174
|
inputBindProps: import("vue").ComputedRef<{
|
|
175
175
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
@@ -238,7 +238,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
238
238
|
append: () => JSX.Element;
|
|
239
239
|
geoType: import("vue").ComputedRef<any>;
|
|
240
240
|
paintFromEditStyles: import("vue").ComputedRef<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
241
|
-
},
|
|
241
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
242
242
|
layerChange: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent;
|
|
243
243
|
'update:modelValue': (e: import("geojson").FeatureCollection) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
244
244
|
[name: string]: any;
|
|
@@ -427,29 +427,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
427
427
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
428
428
|
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>;
|
|
429
429
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
430
|
-
}>> & {
|
|
431
|
-
|
|
430
|
+
}>> & Readonly<{
|
|
431
|
+
onClear?: () => any;
|
|
432
432
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
433
433
|
[name: string]: any;
|
|
434
434
|
}>) => any;
|
|
435
|
+
onInput?: (value: string) => any;
|
|
436
|
+
onChange?: (value: string) => any;
|
|
435
437
|
onFocus?: (evt: FocusEvent) => any;
|
|
436
438
|
onBlur?: (evt: FocusEvent) => any;
|
|
437
439
|
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
438
|
-
|
|
439
|
-
onClear?: () => any;
|
|
440
|
-
onMouseleave?: (evt: MouseEvent) => any;
|
|
441
|
-
onMouseenter?: (evt: MouseEvent) => any;
|
|
440
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
442
441
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
443
442
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
444
|
-
onCompositionend?: (evt: CompositionEvent) => any;
|
|
445
443
|
onLoad?: (e: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
444
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
445
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
446
446
|
onLayerChange?: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
447
447
|
onLayerClick?: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => any;
|
|
448
|
-
}
|
|
448
|
+
}>, {
|
|
449
449
|
disabled: boolean;
|
|
450
450
|
type: string;
|
|
451
451
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
452
452
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
453
|
+
data: any;
|
|
453
454
|
formItemSize: "default" | "small" | "large";
|
|
454
455
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
455
456
|
inline: boolean;
|
|
@@ -458,7 +459,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
458
459
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
459
460
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
460
461
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
461
|
-
data: any;
|
|
462
462
|
id: string;
|
|
463
463
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
464
464
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -473,10 +473,172 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
473
473
|
cursor: string;
|
|
474
474
|
editTypes: import("@vunk/form/components/geoinput/src/types").EditType | import("@vunk/form/components/geoinput/src/types").EditType[];
|
|
475
475
|
showMap: boolean;
|
|
476
|
-
inputSlots:
|
|
476
|
+
inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
|
|
477
477
|
rows: number;
|
|
478
478
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
479
479
|
paint: any;
|
|
480
480
|
custom: boolean;
|
|
481
|
-
}, {}
|
|
481
|
+
}, {}, {
|
|
482
|
+
VkfInput: {
|
|
483
|
+
new (...args: any[]): any;
|
|
484
|
+
__isFragment?: never;
|
|
485
|
+
__isTeleport?: never;
|
|
486
|
+
__isSuspense?: never;
|
|
487
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
488
|
+
[x: string]: any;
|
|
489
|
+
[x: symbol]: any;
|
|
490
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
491
|
+
install(app: import("vue").App): void;
|
|
492
|
+
};
|
|
493
|
+
VmGeojsonLayer: import("vue").DefineComponent<{
|
|
494
|
+
id: {
|
|
495
|
+
type: StringConstructor;
|
|
496
|
+
default: string;
|
|
497
|
+
};
|
|
498
|
+
type: {
|
|
499
|
+
type: import("vue").PropType<"symbol" | "circle" | "line">;
|
|
500
|
+
default: string;
|
|
501
|
+
};
|
|
502
|
+
maxzoom: NumberConstructor;
|
|
503
|
+
minzoom: NumberConstructor;
|
|
504
|
+
cursor: {
|
|
505
|
+
type: StringConstructor;
|
|
506
|
+
default: string;
|
|
507
|
+
};
|
|
508
|
+
paint: {
|
|
509
|
+
type: import("vue").PropType<import("@vumap/core/components/geojson-layer/src/types").Paint>;
|
|
510
|
+
default: () => {};
|
|
511
|
+
};
|
|
512
|
+
before: StringConstructor;
|
|
513
|
+
data: {
|
|
514
|
+
type: import("vue").PropType<any>;
|
|
515
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
516
|
+
};
|
|
517
|
+
}, {
|
|
518
|
+
sourceBindProps: import("vue").ComputedRef<{
|
|
519
|
+
data: any;
|
|
520
|
+
id: string;
|
|
521
|
+
}>;
|
|
522
|
+
addBindProps: import("vue").ComputedRef<{
|
|
523
|
+
id: string;
|
|
524
|
+
before: string | undefined;
|
|
525
|
+
}>;
|
|
526
|
+
addOnEmits: {
|
|
527
|
+
load: (e: import("@vumap/core/components/geojson-layer/src/types").ClickEvent) => void;
|
|
528
|
+
change: (e: import("@vumap/core/components/geojson-layer/src/types").ClickEvent) => void;
|
|
529
|
+
};
|
|
530
|
+
setBindProps: import("vue").ComputedRef<{
|
|
531
|
+
maxzoom: number | undefined;
|
|
532
|
+
minzoom: number | undefined;
|
|
533
|
+
cursor: string;
|
|
534
|
+
paint: import("@vumap/core/components/geojson-layer/src/types").Paint;
|
|
535
|
+
}>;
|
|
536
|
+
setOnEmits: {
|
|
537
|
+
click: (e: import("@vumap/core/components/geojson-layer/src/types").ClickEvent) => void;
|
|
538
|
+
};
|
|
539
|
+
hasFillSource: import("vue").ComputedRef<boolean>;
|
|
540
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
541
|
+
click: (e: import("@vumap/core/components/geojson-layer/src/types").ClickEvent) => import("@vumap/core/components/geojson-layer/src/types").ClickEvent;
|
|
542
|
+
load: (e: import("@vumap/core/components/geojson-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-layer/src/types").LoadEvent;
|
|
543
|
+
change: (e: import("@vumap/core/components/geojson-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-layer/src/types").LoadEvent;
|
|
544
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
545
|
+
id: {
|
|
546
|
+
type: StringConstructor;
|
|
547
|
+
default: string;
|
|
548
|
+
};
|
|
549
|
+
type: {
|
|
550
|
+
type: import("vue").PropType<"symbol" | "circle" | "line">;
|
|
551
|
+
default: string;
|
|
552
|
+
};
|
|
553
|
+
maxzoom: NumberConstructor;
|
|
554
|
+
minzoom: NumberConstructor;
|
|
555
|
+
cursor: {
|
|
556
|
+
type: StringConstructor;
|
|
557
|
+
default: string;
|
|
558
|
+
};
|
|
559
|
+
paint: {
|
|
560
|
+
type: import("vue").PropType<import("@vumap/core/components/geojson-layer/src/types").Paint>;
|
|
561
|
+
default: () => {};
|
|
562
|
+
};
|
|
563
|
+
before: StringConstructor;
|
|
564
|
+
data: {
|
|
565
|
+
type: import("vue").PropType<any>;
|
|
566
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
567
|
+
};
|
|
568
|
+
}>> & {
|
|
569
|
+
onLoad?: ((e: import("@vumap/core/components/geojson-layer/src/types").LoadEvent) => any) | undefined;
|
|
570
|
+
onChange?: ((e: import("@vumap/core/components/geojson-layer/src/types").LoadEvent) => any) | undefined;
|
|
571
|
+
onClick?: ((e: import("@vumap/core/components/geojson-layer/src/types").ClickEvent) => any) | undefined;
|
|
572
|
+
}, {
|
|
573
|
+
data: any;
|
|
574
|
+
type: "symbol" | "circle" | "line";
|
|
575
|
+
id: string;
|
|
576
|
+
cursor: string;
|
|
577
|
+
paint: import("@vumap/core/components/geojson-layer-set/src/types").Paint;
|
|
578
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
579
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
580
|
+
readonly size: {
|
|
581
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
582
|
+
readonly required: false;
|
|
583
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
584
|
+
__epPropKey: true;
|
|
585
|
+
};
|
|
586
|
+
readonly color: {
|
|
587
|
+
readonly type: import("vue").PropType<string>;
|
|
588
|
+
readonly required: false;
|
|
589
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
590
|
+
__epPropKey: true;
|
|
591
|
+
};
|
|
592
|
+
}, {
|
|
593
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
594
|
+
readonly size: {
|
|
595
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
596
|
+
readonly required: false;
|
|
597
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
598
|
+
__epPropKey: true;
|
|
599
|
+
};
|
|
600
|
+
readonly color: {
|
|
601
|
+
readonly type: import("vue").PropType<string>;
|
|
602
|
+
readonly required: false;
|
|
603
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
604
|
+
__epPropKey: true;
|
|
605
|
+
};
|
|
606
|
+
}>> & {
|
|
607
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
608
|
+
}>>;
|
|
609
|
+
ns: {
|
|
610
|
+
namespace: import("vue").ComputedRef<string>;
|
|
611
|
+
b: (blockSuffix?: string) => string;
|
|
612
|
+
e: (element?: string | undefined) => string;
|
|
613
|
+
m: (modifier?: string | undefined) => string;
|
|
614
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
615
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
616
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
617
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
618
|
+
is: {
|
|
619
|
+
(name: string, state: boolean | undefined): string;
|
|
620
|
+
(name: string): string;
|
|
621
|
+
};
|
|
622
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
623
|
+
cssVarName: (name: string) => string;
|
|
624
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
625
|
+
cssVarBlockName: (name: string) => string;
|
|
626
|
+
};
|
|
627
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
628
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
629
|
+
readonly size: {
|
|
630
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
631
|
+
readonly required: false;
|
|
632
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
633
|
+
__epPropKey: true;
|
|
634
|
+
};
|
|
635
|
+
readonly color: {
|
|
636
|
+
readonly type: import("vue").PropType<string>;
|
|
637
|
+
readonly required: false;
|
|
638
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
639
|
+
__epPropKey: true;
|
|
640
|
+
};
|
|
641
|
+
}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
642
|
+
MapLocation: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
643
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
482
644
|
export default _default;
|
|
@@ -176,7 +176,7 @@ export declare const props: {
|
|
|
176
176
|
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>;
|
|
177
177
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
178
178
|
};
|
|
179
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", 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<"
|
|
179
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"required", keyof T2> | Extract<"data", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", 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<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"form", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"cursor", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"paint", keyof T2> | Extract<"custom", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"before", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "data" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "cursor" | "editTypes" | "showMap" | "inputSlots" | "rows" | "editStyles" | "paint" | "custom" | "maxzoom" | "minzoom" | "before", keyof T2>, KE> : Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "data" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "cursor" | "editTypes" | "showMap" | "inputSlots" | "rows" | "editStyles" | "paint" | "custom" | "maxzoom" | "minzoom" | "before", keyof T2>]: { [k in Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "data" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "cursor" | "editTypes" | "showMap" | "inputSlots" | "rows" | "editStyles" | "paint" | "custom" | "maxzoom" | "minzoom" | "before", keyof T2>]: T2[k]; }[P]; }>;
|
|
180
180
|
export declare const emits: {
|
|
181
181
|
layerChange: (layer: __VmGeojsonLayer.LoadEvent) => __VmGeojsonLayer.LoadEvent;
|
|
182
182
|
'update:modelValue': (e: FeatureCollection) => FeatureCollection<import("geojson").Geometry, {
|