@vunk/form 2.16.6 → 2.16.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/api-tables-select/index.d.ts +4 -0
- package/components/api-tables-select/src/ctx.d.ts +375 -0
- package/components/api-tables-select/src/index.vue.d.ts +1340 -0
- package/components/api-tables-select/src/types.d.ts +19 -0
- package/components/button/index.d.ts +4 -0
- package/components/button/src/ctx.d.ts +193 -0
- package/components/button/src/index.vue.d.ts +851 -0
- package/components/button/src/types.d.ts +13 -0
- package/components/card-input-collection/index.d.ts +4 -0
- package/components/card-input-collection/src/core.vue.d.ts +1125 -0
- package/components/card-input-collection/src/ctx.d.ts +154 -0
- package/components/card-input-collection/src/index.vue.d.ts +287 -0
- package/components/card-input-collection/src/types.d.ts +17 -0
- package/components/cascader/index.d.ts +6 -0
- package/components/cascader/src/ctx.d.ts +343 -0
- package/components/cascader/src/index.vue.d.ts +775 -0
- package/components/cascader/src/types.d.ts +19 -0
- package/components/cascader/src/use.d.ts +5 -0
- package/components/checkbox/index.d.ts +5 -0
- package/components/checkbox/src/ctx.d.ts +146 -0
- package/components/checkbox/src/index.vue.d.ts +1353 -0
- package/components/checkbox/src/types.d.ts +8 -0
- package/components/color-picker/index.d.ts +4 -0
- package/components/color-picker/src/ctx.d.ts +179 -0
- package/components/color-picker/src/index.vue.d.ts +398 -0
- package/components/color-picker/src/types.d.ts +7 -0
- package/components/date-picker/index.d.ts +5 -0
- package/components/date-picker/src/ctx.d.ts +364 -0
- package/components/date-picker/src/index.vue.d.ts +1665 -0
- package/components/date-picker/src/types.d.ts +20 -0
- package/components/date-picker-range/index.d.ts +4 -0
- package/components/date-picker-range/src/ctx.d.ts +372 -0
- package/components/date-picker-range/src/index.vue.d.ts +808 -0
- package/components/date-picker-range/src/types.d.ts +12 -0
- package/components/dialog/index.d.ts +4 -0
- package/components/dialog/src/ctx.d.ts +174 -0
- package/components/dialog/src/index.vue.d.ts +1180 -0
- package/components/dialog/src/types.d.ts +1 -0
- package/components/dialog-input-collection/index.d.ts +4 -0
- package/components/dialog-input-collection/src/ctx.d.ts +141 -0
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +6430 -0
- package/components/dialog-input-collection/src/index.vue.d.ts +7773 -0
- package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
- package/components/dialog-input-collection/src/types.d.ts +28 -0
- package/components/download-plus/index.d.ts +4 -0
- package/components/download-plus/src/api.d.ts +13 -0
- package/components/download-plus/src/const.d.ts +9 -0
- package/components/download-plus/src/ctx.d.ts +125 -0
- package/components/download-plus/src/index.vue.d.ts +1495 -0
- package/components/download-plus/src/types.d.ts +17 -0
- package/components/editable-text/index.d.ts +4 -0
- package/components/editable-text/src/ctx.d.ts +128 -0
- package/components/editable-text/src/index.vue.d.ts +3389 -0
- package/components/editable-text/src/types.d.ts +1 -0
- package/components/esri-input-geojson/index.d.ts +6 -0
- package/components/esri-input-geojson/src/append.vue.d.ts +1200 -0
- package/components/esri-input-geojson/src/const.d.ts +12 -0
- package/components/esri-input-geojson/src/ctx.d.ts +351 -0
- package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +1488 -0
- package/components/esri-input-geojson/src/types.d.ts +22 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +427 -0
- package/components/fieldset/index.d.ts +4 -0
- package/components/fieldset/src/ctx.d.ts +16 -0
- package/components/fieldset/src/index.vue.d.ts +32 -0
- package/components/fieldset/src/types.d.ts +1 -0
- package/components/fieldset/src/use.d.ts +5 -0
- package/components/form/index.d.ts +5 -0
- package/components/form/src/ctx.d.ts +139 -0
- package/components/form/src/index.vue.d.ts +2613 -0
- package/components/form/src/types.d.ts +25 -0
- package/components/form/src/utils.d.ts +15 -0
- package/components/form-item/index.d.ts +5 -0
- package/components/form-item/src/core.vue.d.ts +1874 -0
- package/components/form-item/src/ctx.d.ts +103 -0
- package/components/form-item/src/index.vue.d.ts +214 -0
- package/components/form-item/src/types.d.ts +10 -0
- package/components/form-item-renderer/index.d.ts +4 -0
- package/components/form-item-renderer/src/core.vue.d.ts +38 -0
- package/components/form-item-renderer/src/ctx.d.ts +16 -0
- package/components/form-item-renderer/src/index.vue.d.ts +93 -0
- package/components/form-item-renderer/src/types.d.ts +5 -0
- package/components/form-item-renderer/src/utils.d.ts +5 -0
- package/components/form-item-renderer-template/index.d.ts +4 -0
- package/components/form-item-renderer-template/src/ctx.d.ts +7 -0
- package/components/form-item-renderer-template/src/index.vue.d.ts +16 -0
- package/components/form-item-renderer-template/src/types.d.ts +55 -0
- package/components/forms-provider/index.d.ts +6 -0
- package/components/forms-provider/src/core.d.ts +6 -0
- package/components/forms-provider/src/index.vue.d.ts +2 -0
- package/components/forms-provider/src/segment.vue.d.ts +9 -0
- package/components/forms-provider/src/types.d.ts +10 -0
- package/components/forms-provider/src/view.vue.d.ts +7 -0
- package/components/information/index.d.ts +4 -0
- package/components/information/src/ctx.d.ts +16 -0
- package/components/information/src/index.vue.d.ts +27 -0
- package/components/information/src/types.d.ts +3 -0
- package/components/information-collection/index.d.ts +4 -0
- package/components/information-collection/src/ctx.d.ts +143 -0
- package/components/information-collection/src/index.vue.d.ts +296 -0
- package/components/information-collection/src/types.d.ts +6 -0
- package/components/information-renderer/index.d.ts +73 -0
- package/components/information-tag/index.d.ts +4 -0
- package/components/information-tag/src/ctx.d.ts +64 -0
- package/components/information-tag/src/index.vue.d.ts +134 -0
- package/components/information-tag/src/types.d.ts +1 -0
- package/components/information-templates-default/index.d.ts +4 -0
- package/components/information-templates-default/src/ctx.d.ts +2 -0
- package/components/information-templates-default/src/index.vue.d.ts +2 -0
- package/components/information-templates-default/src/types.d.ts +1 -0
- package/components/input/index.d.ts +5 -0
- package/components/input/src/ctx.d.ts +280 -0
- package/components/input/src/index.vue.d.ts +1268 -0
- package/components/input/src/types.d.ts +13 -0
- package/components/input-array/index.d.ts +5 -0
- package/components/input-array/src/ctx.d.ts +136 -0
- package/components/input-array/src/form-template.vue.d.ts +901 -0
- package/components/input-array/src/index.vue.d.ts +889 -0
- package/components/input-array/src/types.d.ts +7 -0
- package/components/input-collection/index.d.ts +4 -0
- package/components/input-collection/src/core.vue.d.ts +1203 -0
- package/components/input-collection/src/ctx.d.ts +154 -0
- package/components/input-collection/src/index.vue.d.ts +296 -0
- package/components/input-collection/src/types.d.ts +29 -0
- package/components/input-file/index.d.ts +5 -0
- package/components/input-file/src/ctx.d.ts +46 -0
- package/components/input-file/src/index.vue.d.ts +112 -0
- package/components/input-file/src/template.vue.d.ts +125 -0
- package/components/input-file/src/types.d.ts +8 -0
- package/components/input-link/index.d.ts +4 -0
- package/components/input-link/src/ctx.d.ts +284 -0
- package/components/input-link/src/index.vue.d.ts +602 -0
- package/components/input-link/src/types.d.ts +7 -0
- package/components/input-number/index.d.ts +4 -0
- package/components/input-number/src/ctx.d.ts +221 -0
- package/components/input-number/src/index.vue.d.ts +910 -0
- package/components/input-number/src/types.d.ts +12 -0
- package/components/input-tag/index.d.ts +5 -0
- package/components/input-tag/src/ctx.d.ts +244 -0
- package/components/input-tag/src/index.vue.d.ts +1050 -0
- package/components/input-tag/src/types.d.ts +22 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/src/ctx.d.ts +111 -0
- package/components/monaco-editor/src/index.vue.d.ts +297 -0
- package/components/monaco-editor/src/types.d.ts +7 -0
- package/components/radio/index.d.ts +4 -0
- package/components/radio/src/ctx.d.ts +165 -0
- package/components/radio/src/index.vue.d.ts +1488 -0
- package/components/radio/src/option.vue.d.ts +901 -0
- package/components/radio/src/types.d.ts +8 -0
- package/components/radio/src/wraper.vue.d.ts +337 -0
- package/components/renderer-data/index.d.ts +4 -0
- package/components/renderer-data/src/ctx.d.ts +12 -0
- package/components/renderer-data/src/index.vue.d.ts +20 -0
- package/components/renderer-data/src/types.d.ts +1 -0
- package/components/select/index.cjs +29 -11
- package/components/select/index.d.ts +5 -0
- package/components/select/index.mjs +29 -11
- package/components/select/src/core.vue.d.ts +1601 -0
- package/components/select/src/ctx.d.ts +386 -0
- package/components/select/src/index.vue.d.ts +946 -0
- package/components/select/src/options.vue.d.ts +51 -0
- package/components/select/src/types.d.ts +19 -0
- package/components/slider/index.d.ts +4 -0
- package/components/slider/src/ctx.d.ts +248 -0
- package/components/slider/src/index.vue.d.ts +579 -0
- package/components/slider/src/types.d.ts +7 -0
- package/components/switch/index.d.ts +4 -0
- package/components/switch/src/ctx.d.ts +201 -0
- package/components/switch/src/index.vue.d.ts +882 -0
- package/components/switch/src/types.d.ts +7 -0
- package/components/tables-select/index.d.ts +5 -0
- package/components/tables-select/src/ctx.d.ts +421 -0
- package/components/tables-select/src/index.vue.d.ts +5510 -0
- package/components/tables-select/src/types.d.ts +9 -0
- package/components/template-instances-provider/index.d.ts +3 -0
- package/components/template-instances-provider/src/index.vue.d.ts +6 -0
- package/components/templates-default/index.d.ts +4 -0
- package/components/templates-default/src/ctx.d.ts +19 -0
- package/components/templates-default/src/index.vue.d.ts +187 -0
- package/components/templates-default/src/types.d.ts +55 -0
- package/components/templates-element-plus/index.d.ts +4 -0
- package/components/templates-element-plus/src/ctx.d.ts +9 -0
- package/components/templates-element-plus/src/index.vue.d.ts +301 -0
- package/components/templates-element-plus/src/types.d.ts +13 -0
- package/components/templates-esri/index.d.ts +4 -0
- package/components/templates-esri/src/ctx.d.ts +11 -0
- package/components/templates-esri/src/index.vue.d.ts +43 -0
- package/components/templates-esri/src/types.d.ts +2 -0
- package/components/templates-layout/index.d.ts +4 -0
- package/components/templates-layout/src/ctx.d.ts +9 -0
- package/components/templates-layout/src/index.vue.d.ts +446 -0
- package/components/templates-layout/src/types.d.ts +32 -0
- package/components/templates-variant/index.d.ts +4 -0
- package/components/templates-variant/src/ctx.d.ts +11 -0
- package/components/templates-variant/src/index.vue.d.ts +43 -0
- package/components/templates-variant/src/types.d.ts +2 -0
- package/components/upload/index.d.ts +5 -0
- package/components/upload/src/ctx.d.ts +291 -0
- package/components/upload/src/file.vue.d.ts +913 -0
- package/components/upload/src/index.vue.d.ts +2347 -0
- package/components/upload/src/types.d.ts +13 -0
- package/components/upload/src/wraper.vue.d.ts +590 -0
- package/components/upload-plus/index.d.ts +6 -0
- package/components/upload-plus/src/api.d.ts +38 -0
- package/components/upload-plus/src/const.d.ts +9 -0
- package/components/upload-plus/src/ctx.d.ts +144 -0
- package/components/upload-plus/src/index.vue.d.ts +1813 -0
- package/components/upload-plus/src/types.d.ts +32 -0
- package/components/van-cascader/index.d.ts +4 -0
- package/components/van-cascader/src/ctx.d.ts +330 -0
- package/components/van-cascader/src/index.vue.d.ts +1241 -0
- package/components/van-cascader/src/types.d.ts +1 -0
- package/components/var-datetime-picker/index.d.ts +4 -0
- package/components/var-datetime-picker/src/const.d.ts +10 -0
- package/components/var-datetime-picker/src/ctx.d.ts +108 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +1622 -0
- package/components/var-datetime-picker/src/types.d.ts +22 -0
- package/components/vditor/index.d.ts +4 -0
- package/components/vditor/src/ctx.d.ts +118 -0
- package/components/vditor/src/index.vue.d.ts +412 -0
- package/components/vditor/src/types.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { __VaSketch } from '@vuesri/core';
|
|
2
|
+
import { AnyFunc, Media, VueComponentPropsType } from '@vunk/core';
|
|
3
|
+
import { EDIT_TYPE } from './const';
|
|
4
|
+
import type { VkfEsriInputGeojson } from '@vunk/form/components/esri-input-geojson';
|
|
5
|
+
import { BasicSource } from '@vunk/form/shared';
|
|
6
|
+
import type { FeatureCollection } from 'geojson';
|
|
7
|
+
import GraphicsLayer from '@arcgis/core/layers/GraphicsLayer';
|
|
8
|
+
export interface EditTypeMedia extends Media {
|
|
9
|
+
value: EDIT_TYPE;
|
|
10
|
+
availableCreatureTools: __VaSketch.AvailableCreatureTool[];
|
|
11
|
+
}
|
|
12
|
+
export interface Source<P = string> extends VueComponentPropsType<typeof VkfEsriInputGeojson>, BasicSource {
|
|
13
|
+
prop?: P;
|
|
14
|
+
templateType: 'VkfEsriInputGeojson';
|
|
15
|
+
}
|
|
16
|
+
export interface CustomSlotProps {
|
|
17
|
+
setDialogShow: (show: boolean) => void;
|
|
18
|
+
fly: AnyFunc;
|
|
19
|
+
modelValue: FeatureCollection<any, any>;
|
|
20
|
+
layer: GraphicsLayer;
|
|
21
|
+
showMap: boolean;
|
|
22
|
+
}
|
|
@@ -0,0 +1,427 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import MapView from '@arcgis/core/views/MapView';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
view: {
|
|
5
|
+
type: PropType<__esri.MapView>;
|
|
6
|
+
default: any;
|
|
7
|
+
};
|
|
8
|
+
viewComponent: {
|
|
9
|
+
type: PropType<any>;
|
|
10
|
+
default: () => import("vue").DefineComponent<{}, {
|
|
11
|
+
readonly VaTdtBasemap: import("vue").DefineComponent<{
|
|
12
|
+
spatialReference: {
|
|
13
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
14
|
+
default: () => {
|
|
15
|
+
wkid: number;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
type: {
|
|
19
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
orphan: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
anno: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
thumbnailUrl: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
minScale: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
maxScale: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
token: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: any;
|
|
45
|
+
};
|
|
46
|
+
webTileLayerOptions: {
|
|
47
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
48
|
+
default: () => __esri.WebTileLayerProperties;
|
|
49
|
+
};
|
|
50
|
+
}, {
|
|
51
|
+
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
52
|
+
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
53
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
54
|
+
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
55
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
|
+
spatialReference: {
|
|
57
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
58
|
+
default: () => {
|
|
59
|
+
wkid: number;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
type: {
|
|
63
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
orphan: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
anno: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
thumbnailUrl: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
minScale: {
|
|
79
|
+
type: NumberConstructor;
|
|
80
|
+
default: number;
|
|
81
|
+
};
|
|
82
|
+
maxScale: {
|
|
83
|
+
type: NumberConstructor;
|
|
84
|
+
default: number;
|
|
85
|
+
};
|
|
86
|
+
token: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default: any;
|
|
89
|
+
};
|
|
90
|
+
webTileLayerOptions: {
|
|
91
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
92
|
+
default: () => __esri.WebTileLayerProperties;
|
|
93
|
+
};
|
|
94
|
+
}>> & {
|
|
95
|
+
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
96
|
+
}, {
|
|
97
|
+
orphan: boolean;
|
|
98
|
+
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
99
|
+
spatialReference: {
|
|
100
|
+
wkid: number;
|
|
101
|
+
};
|
|
102
|
+
thumbnailUrl: string;
|
|
103
|
+
maxScale: number;
|
|
104
|
+
minScale: number;
|
|
105
|
+
token: string;
|
|
106
|
+
anno: boolean;
|
|
107
|
+
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
108
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
109
|
+
readonly VaMapView: import("vue").DefineComponent<{
|
|
110
|
+
defaultOptions: {
|
|
111
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
112
|
+
default: () => {};
|
|
113
|
+
};
|
|
114
|
+
cursor: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
}, {
|
|
119
|
+
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
120
|
+
eventCursor: import("vue").Ref<string>;
|
|
121
|
+
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
122
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
123
|
+
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
124
|
+
'update:cursor': (e: string) => string | true;
|
|
125
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
126
|
+
defaultOptions: {
|
|
127
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
128
|
+
default: () => {};
|
|
129
|
+
};
|
|
130
|
+
cursor: {
|
|
131
|
+
type: StringConstructor;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
}>> & {
|
|
135
|
+
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
136
|
+
"onUpdate:cursor"?: (e: string) => any;
|
|
137
|
+
}, {
|
|
138
|
+
defaultOptions: {};
|
|
139
|
+
cursor: string;
|
|
140
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
141
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
142
|
+
};
|
|
143
|
+
viewComponentAttrs: {
|
|
144
|
+
type: PropType<any>;
|
|
145
|
+
default: () => {};
|
|
146
|
+
};
|
|
147
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
148
|
+
view: {
|
|
149
|
+
type: PropType<__esri.MapView>;
|
|
150
|
+
default: any;
|
|
151
|
+
};
|
|
152
|
+
viewComponent: {
|
|
153
|
+
type: PropType<any>;
|
|
154
|
+
default: () => import("vue").DefineComponent<{}, {
|
|
155
|
+
readonly VaTdtBasemap: import("vue").DefineComponent<{
|
|
156
|
+
spatialReference: {
|
|
157
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
158
|
+
default: () => {
|
|
159
|
+
wkid: number;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
type: {
|
|
163
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
|
+
orphan: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
170
|
+
anno: {
|
|
171
|
+
type: BooleanConstructor;
|
|
172
|
+
default: boolean;
|
|
173
|
+
};
|
|
174
|
+
thumbnailUrl: {
|
|
175
|
+
type: StringConstructor;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
|
+
minScale: {
|
|
179
|
+
type: NumberConstructor;
|
|
180
|
+
default: number;
|
|
181
|
+
};
|
|
182
|
+
maxScale: {
|
|
183
|
+
type: NumberConstructor;
|
|
184
|
+
default: number;
|
|
185
|
+
};
|
|
186
|
+
token: {
|
|
187
|
+
type: StringConstructor;
|
|
188
|
+
default: any;
|
|
189
|
+
};
|
|
190
|
+
webTileLayerOptions: {
|
|
191
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
192
|
+
default: () => __esri.WebTileLayerProperties;
|
|
193
|
+
};
|
|
194
|
+
}, {
|
|
195
|
+
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
196
|
+
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
197
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
198
|
+
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
199
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
200
|
+
spatialReference: {
|
|
201
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
202
|
+
default: () => {
|
|
203
|
+
wkid: number;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
type: {
|
|
207
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
208
|
+
default: string;
|
|
209
|
+
};
|
|
210
|
+
orphan: {
|
|
211
|
+
type: BooleanConstructor;
|
|
212
|
+
default: boolean;
|
|
213
|
+
};
|
|
214
|
+
anno: {
|
|
215
|
+
type: BooleanConstructor;
|
|
216
|
+
default: boolean;
|
|
217
|
+
};
|
|
218
|
+
thumbnailUrl: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
222
|
+
minScale: {
|
|
223
|
+
type: NumberConstructor;
|
|
224
|
+
default: number;
|
|
225
|
+
};
|
|
226
|
+
maxScale: {
|
|
227
|
+
type: NumberConstructor;
|
|
228
|
+
default: number;
|
|
229
|
+
};
|
|
230
|
+
token: {
|
|
231
|
+
type: StringConstructor;
|
|
232
|
+
default: any;
|
|
233
|
+
};
|
|
234
|
+
webTileLayerOptions: {
|
|
235
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
236
|
+
default: () => __esri.WebTileLayerProperties;
|
|
237
|
+
};
|
|
238
|
+
}>> & {
|
|
239
|
+
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
240
|
+
}, {
|
|
241
|
+
orphan: boolean;
|
|
242
|
+
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
243
|
+
spatialReference: {
|
|
244
|
+
wkid: number;
|
|
245
|
+
};
|
|
246
|
+
thumbnailUrl: string;
|
|
247
|
+
maxScale: number;
|
|
248
|
+
minScale: number;
|
|
249
|
+
token: string;
|
|
250
|
+
anno: boolean;
|
|
251
|
+
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
252
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
253
|
+
readonly VaMapView: import("vue").DefineComponent<{
|
|
254
|
+
defaultOptions: {
|
|
255
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
256
|
+
default: () => {};
|
|
257
|
+
};
|
|
258
|
+
cursor: {
|
|
259
|
+
type: StringConstructor;
|
|
260
|
+
default: string;
|
|
261
|
+
};
|
|
262
|
+
}, {
|
|
263
|
+
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
264
|
+
eventCursor: import("vue").Ref<string>;
|
|
265
|
+
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
266
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
267
|
+
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
268
|
+
'update:cursor': (e: string) => string | true;
|
|
269
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
270
|
+
defaultOptions: {
|
|
271
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
272
|
+
default: () => {};
|
|
273
|
+
};
|
|
274
|
+
cursor: {
|
|
275
|
+
type: StringConstructor;
|
|
276
|
+
default: string;
|
|
277
|
+
};
|
|
278
|
+
}>> & {
|
|
279
|
+
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
280
|
+
"onUpdate:cursor"?: (e: string) => any;
|
|
281
|
+
}, {
|
|
282
|
+
defaultOptions: {};
|
|
283
|
+
cursor: string;
|
|
284
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
285
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
286
|
+
};
|
|
287
|
+
viewComponentAttrs: {
|
|
288
|
+
type: PropType<any>;
|
|
289
|
+
default: () => {};
|
|
290
|
+
};
|
|
291
|
+
}>> & Readonly<{}>, {
|
|
292
|
+
viewComponent: any;
|
|
293
|
+
viewComponentAttrs: any;
|
|
294
|
+
view: MapView;
|
|
295
|
+
}, {}, {
|
|
296
|
+
VaTdtBasemap: import("vue").DefineComponent<{
|
|
297
|
+
spatialReference: {
|
|
298
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
299
|
+
default: () => {
|
|
300
|
+
wkid: number;
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
type: {
|
|
304
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
307
|
+
orphan: {
|
|
308
|
+
type: BooleanConstructor;
|
|
309
|
+
default: boolean;
|
|
310
|
+
};
|
|
311
|
+
anno: {
|
|
312
|
+
type: BooleanConstructor;
|
|
313
|
+
default: boolean;
|
|
314
|
+
};
|
|
315
|
+
thumbnailUrl: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
default: string;
|
|
318
|
+
};
|
|
319
|
+
minScale: {
|
|
320
|
+
type: NumberConstructor;
|
|
321
|
+
default: number;
|
|
322
|
+
};
|
|
323
|
+
maxScale: {
|
|
324
|
+
type: NumberConstructor;
|
|
325
|
+
default: number;
|
|
326
|
+
};
|
|
327
|
+
token: {
|
|
328
|
+
type: StringConstructor;
|
|
329
|
+
default: any;
|
|
330
|
+
};
|
|
331
|
+
webTileLayerOptions: {
|
|
332
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
333
|
+
default: () => __esri.WebTileLayerProperties;
|
|
334
|
+
};
|
|
335
|
+
}, {
|
|
336
|
+
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
337
|
+
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
338
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
|
+
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
340
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
341
|
+
spatialReference: {
|
|
342
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
343
|
+
default: () => {
|
|
344
|
+
wkid: number;
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
type: {
|
|
348
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
349
|
+
default: string;
|
|
350
|
+
};
|
|
351
|
+
orphan: {
|
|
352
|
+
type: BooleanConstructor;
|
|
353
|
+
default: boolean;
|
|
354
|
+
};
|
|
355
|
+
anno: {
|
|
356
|
+
type: BooleanConstructor;
|
|
357
|
+
default: boolean;
|
|
358
|
+
};
|
|
359
|
+
thumbnailUrl: {
|
|
360
|
+
type: StringConstructor;
|
|
361
|
+
default: string;
|
|
362
|
+
};
|
|
363
|
+
minScale: {
|
|
364
|
+
type: NumberConstructor;
|
|
365
|
+
default: number;
|
|
366
|
+
};
|
|
367
|
+
maxScale: {
|
|
368
|
+
type: NumberConstructor;
|
|
369
|
+
default: number;
|
|
370
|
+
};
|
|
371
|
+
token: {
|
|
372
|
+
type: StringConstructor;
|
|
373
|
+
default: any;
|
|
374
|
+
};
|
|
375
|
+
webTileLayerOptions: {
|
|
376
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
377
|
+
default: () => __esri.WebTileLayerProperties;
|
|
378
|
+
};
|
|
379
|
+
}>> & {
|
|
380
|
+
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
381
|
+
}, {
|
|
382
|
+
orphan: boolean;
|
|
383
|
+
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
384
|
+
spatialReference: {
|
|
385
|
+
wkid: number;
|
|
386
|
+
};
|
|
387
|
+
thumbnailUrl: string;
|
|
388
|
+
maxScale: number;
|
|
389
|
+
minScale: number;
|
|
390
|
+
token: string;
|
|
391
|
+
anno: boolean;
|
|
392
|
+
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
393
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
394
|
+
VaMapView: import("vue").DefineComponent<{
|
|
395
|
+
defaultOptions: {
|
|
396
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
397
|
+
default: () => {};
|
|
398
|
+
};
|
|
399
|
+
cursor: {
|
|
400
|
+
type: StringConstructor;
|
|
401
|
+
default: string;
|
|
402
|
+
};
|
|
403
|
+
}, {
|
|
404
|
+
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
405
|
+
eventCursor: import("vue").Ref<string>;
|
|
406
|
+
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
407
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
408
|
+
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
409
|
+
'update:cursor': (e: string) => string | true;
|
|
410
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
411
|
+
defaultOptions: {
|
|
412
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
413
|
+
default: () => {};
|
|
414
|
+
};
|
|
415
|
+
cursor: {
|
|
416
|
+
type: StringConstructor;
|
|
417
|
+
default: string;
|
|
418
|
+
};
|
|
419
|
+
}>> & {
|
|
420
|
+
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
421
|
+
"onUpdate:cursor"?: (e: string) => any;
|
|
422
|
+
}, {
|
|
423
|
+
defaultOptions: {};
|
|
424
|
+
cursor: string;
|
|
425
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
426
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
427
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
export declare const props: {
|
|
3
|
+
labelWidth: {
|
|
4
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5
|
+
default: any;
|
|
6
|
+
};
|
|
7
|
+
labelPosition: {
|
|
8
|
+
type: PropType<"left" | "right" | "top">;
|
|
9
|
+
default: any;
|
|
10
|
+
};
|
|
11
|
+
labelSuffix: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: any;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export declare const emits: {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
labelWidth: {
|
|
3
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
default: any;
|
|
5
|
+
};
|
|
6
|
+
labelPosition: {
|
|
7
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
8
|
+
default: any;
|
|
9
|
+
};
|
|
10
|
+
labelSuffix: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: any;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
labelWidth: {
|
|
16
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
17
|
+
default: any;
|
|
18
|
+
};
|
|
19
|
+
labelPosition: {
|
|
20
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
21
|
+
default: any;
|
|
22
|
+
};
|
|
23
|
+
labelSuffix: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: any;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
labelWidth: string | number;
|
|
29
|
+
labelPosition: "top" | "left" | "right";
|
|
30
|
+
labelSuffix: string;
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import type { SetDataEvent } from '@vunk/core';
|
|
3
|
+
import { ColItem, RowItem } from './types';
|
|
4
|
+
import { AnyFunc } from '@vunk/shared';
|
|
5
|
+
export declare const props: {
|
|
6
|
+
data: {
|
|
7
|
+
type: PropType<Record<string, any>>;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
formItems: {
|
|
11
|
+
type: PropType<any[]>;
|
|
12
|
+
default: () => any[];
|
|
13
|
+
};
|
|
14
|
+
readonly: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
};
|
|
17
|
+
elRef: {
|
|
18
|
+
type: PropType<AnyFunc>;
|
|
19
|
+
default: () => () => void;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* 是否开启布局模式
|
|
23
|
+
*/
|
|
24
|
+
layout: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* layout 为 true 时,
|
|
30
|
+
* 该值生效
|
|
31
|
+
* el-row 添加额外属性
|
|
32
|
+
*/
|
|
33
|
+
rowSource: {
|
|
34
|
+
type: PropType<Partial<RowItem>>;
|
|
35
|
+
default: () => {};
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* layout 为 true 时,
|
|
39
|
+
* 该值生效
|
|
40
|
+
* el-col 添加额外属性
|
|
41
|
+
*/
|
|
42
|
+
colSource: {
|
|
43
|
+
type: PropType<Partial<ColItem>>;
|
|
44
|
+
default: () => ColItem;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* 需要传递给 FormsProvider 的属性
|
|
48
|
+
*/
|
|
49
|
+
segmentAttrs: {
|
|
50
|
+
type: ObjectConstructor;
|
|
51
|
+
default: () => {};
|
|
52
|
+
};
|
|
53
|
+
model: ObjectConstructor;
|
|
54
|
+
rules: {
|
|
55
|
+
readonly type: PropType<Partial<Record<string, import("element-plus").FormItemRule | import("element-plus").FormItemRule[]>>>;
|
|
56
|
+
readonly required: false;
|
|
57
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
|
+
__epPropKey: true;
|
|
59
|
+
};
|
|
60
|
+
labelPosition: {
|
|
61
|
+
readonly type: PropType<"top" | "left" | "right">;
|
|
62
|
+
readonly required: false;
|
|
63
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
|
+
__epPropKey: true;
|
|
65
|
+
} & {
|
|
66
|
+
readonly default: "right";
|
|
67
|
+
};
|
|
68
|
+
requireAsteriskPosition: {
|
|
69
|
+
readonly type: PropType<"left" | "right">;
|
|
70
|
+
readonly required: false;
|
|
71
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
|
+
__epPropKey: true;
|
|
73
|
+
} & {
|
|
74
|
+
readonly default: "left";
|
|
75
|
+
};
|
|
76
|
+
labelWidth: {
|
|
77
|
+
readonly type: PropType<string | number>;
|
|
78
|
+
readonly required: false;
|
|
79
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
+
__epPropKey: true;
|
|
81
|
+
} & {
|
|
82
|
+
readonly default: "";
|
|
83
|
+
};
|
|
84
|
+
labelSuffix: {
|
|
85
|
+
readonly type: PropType<string>;
|
|
86
|
+
readonly required: false;
|
|
87
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
88
|
+
__epPropKey: true;
|
|
89
|
+
} & {
|
|
90
|
+
readonly default: "";
|
|
91
|
+
};
|
|
92
|
+
inline: BooleanConstructor;
|
|
93
|
+
inlineMessage: BooleanConstructor;
|
|
94
|
+
statusIcon: BooleanConstructor;
|
|
95
|
+
showMessage: {
|
|
96
|
+
readonly type: PropType<boolean>;
|
|
97
|
+
readonly required: false;
|
|
98
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
|
+
__epPropKey: true;
|
|
100
|
+
} & {
|
|
101
|
+
readonly default: true;
|
|
102
|
+
};
|
|
103
|
+
validateOnRuleChange: {
|
|
104
|
+
readonly type: PropType<boolean>;
|
|
105
|
+
readonly required: false;
|
|
106
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
|
+
__epPropKey: true;
|
|
108
|
+
} & {
|
|
109
|
+
readonly default: true;
|
|
110
|
+
};
|
|
111
|
+
hideRequiredAsterisk: BooleanConstructor;
|
|
112
|
+
scrollToError: BooleanConstructor;
|
|
113
|
+
scrollIntoViewOptions: {
|
|
114
|
+
readonly type: PropType<unknown>;
|
|
115
|
+
readonly required: false;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
+
__epPropKey: true;
|
|
118
|
+
} & {
|
|
119
|
+
readonly default: true;
|
|
120
|
+
};
|
|
121
|
+
size: {
|
|
122
|
+
readonly type: PropType<"" | "default" | "small" | "large">;
|
|
123
|
+
readonly required: false;
|
|
124
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
|
+
__epPropKey: true;
|
|
126
|
+
};
|
|
127
|
+
disabled: BooleanConstructor;
|
|
128
|
+
};
|
|
129
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"data", keyof T2> | Extract<"layout", keyof T2> | Extract<"model", keyof T2> | Extract<"requireAsteriskPosition", keyof T2> | Extract<"labelSuffix", keyof T2> | Extract<"statusIcon", keyof T2> | Extract<"validateOnRuleChange", keyof T2> | Extract<"hideRequiredAsterisk", keyof T2> | Extract<"scrollToError", keyof T2> | Extract<"scrollIntoViewOptions", keyof T2> | Extract<"formItems", keyof T2> | Extract<"rowSource", keyof T2> | Extract<"colSource", keyof T2> | Extract<"segmentAttrs", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"data", keyof T2>, KE> | Exclude<Extract<"layout", keyof T2>, KE> | Exclude<Extract<"model", keyof T2>, KE> | Exclude<Extract<"requireAsteriskPosition", keyof T2>, KE> | Exclude<Extract<"labelSuffix", keyof T2>, KE> | Exclude<Extract<"statusIcon", keyof T2>, KE> | Exclude<Extract<"validateOnRuleChange", keyof T2>, KE> | Exclude<Extract<"hideRequiredAsterisk", keyof T2>, KE> | Exclude<Extract<"scrollToError", keyof T2>, KE> | Exclude<Extract<"scrollIntoViewOptions", keyof T2>, KE> | Exclude<Extract<"formItems", keyof T2>, KE> | Exclude<Extract<"rowSource", keyof T2>, KE> | Exclude<Extract<"colSource", keyof T2>, KE> | Exclude<Extract<"segmentAttrs", keyof T2>, KE> : Extract<"size", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"data", keyof T2> | Extract<"layout", keyof T2> | Extract<"model", keyof T2> | Extract<"requireAsteriskPosition", keyof T2> | Extract<"labelSuffix", keyof T2> | Extract<"statusIcon", keyof T2> | Extract<"validateOnRuleChange", keyof T2> | Extract<"hideRequiredAsterisk", keyof T2> | Extract<"scrollToError", keyof T2> | Extract<"scrollIntoViewOptions", keyof T2> | Extract<"formItems", keyof T2> | Extract<"rowSource", keyof T2> | Extract<"colSource", keyof T2> | Extract<"segmentAttrs", keyof T2>]: { [k in Extract<"size", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"data", keyof T2> | Extract<"layout", keyof T2> | Extract<"model", keyof T2> | Extract<"requireAsteriskPosition", keyof T2> | Extract<"labelSuffix", keyof T2> | Extract<"statusIcon", keyof T2> | Extract<"validateOnRuleChange", keyof T2> | Extract<"hideRequiredAsterisk", keyof T2> | Extract<"scrollToError", keyof T2> | Extract<"scrollIntoViewOptions", keyof T2> | Extract<"formItems", keyof T2> | Extract<"rowSource", keyof T2> | Extract<"colSource", keyof T2> | Extract<"segmentAttrs", keyof T2>]: T2[k]; }[P]; }>;
|
|
130
|
+
export declare const emits: {
|
|
131
|
+
setData: (e: SetDataEvent) => SetDataEvent;
|
|
132
|
+
validate: any;
|
|
133
|
+
submit: any;
|
|
134
|
+
};
|
|
135
|
+
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("submit" | "setData" | "validate")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"submit", KE> | Exclude<"setData", KE> | Exclude<"validate", KE> : "submit" | "setData" | "validate"]: {
|
|
136
|
+
setData: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
137
|
+
validate: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
138
|
+
submit: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
139
|
+
}[P]; };
|