@vunk/form 1.2.0 → 1.3.0
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/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/form-item/index.cjs +3 -4
- package/components/form-item/index.mjs +3 -4
- package/components/input/index.cjs +2 -2
- package/components/input/index.mjs +2 -2
- package/components/monaco-editor/index.cjs +83 -0
- package/components/monaco-editor/index.css +3 -0
- package/components/monaco-editor/index.mjs +77 -0
- package/components/slider/index.cjs +3 -3
- package/components/slider/index.mjs +3 -3
- package/components/templates-default/index.cjs +41 -26
- package/components/templates-default/index.mjs +41 -26
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload-plus/index.cjs +19 -20
- package/components/upload-plus/index.mjs +19 -20
- package/components/vditor/index.cjs +43 -408
- package/components/vditor/index.mjs +44 -409
- package/composables/useSourceManager.d.ts +1 -1
- package/index.css +4 -13
- package/package.json +9 -7
- package/shared/element-plus/ctx.d.ts +3 -3
- package/shared/element-plus/instances.d.ts +2 -2
- package/components/button/index.d.ts +0 -4
- package/components/button/src/ctx.d.ts +0 -96
- package/components/button/src/index.vue.d.ts +0 -219
- package/components/button/src/types.d.ts +0 -13
- package/components/cascader/index.d.ts +0 -6
- package/components/cascader/src/ctx.d.ts +0 -120
- package/components/cascader/src/index.vue.d.ts +0 -291
- package/components/cascader/src/types.d.ts +0 -7
- package/components/cascader/src/use.d.ts +0 -5
- package/components/checkbox/index.d.ts +0 -5
- package/components/checkbox/src/ctx.d.ts +0 -89
- package/components/checkbox/src/index.vue.d.ts +0 -203
- package/components/checkbox/src/types.d.ts +0 -8
- package/components/color-picker/index.d.ts +0 -4
- package/components/color-picker/src/ctx.d.ts +0 -80
- package/components/color-picker/src/index.vue.d.ts +0 -192
- package/components/color-picker/src/types.d.ts +0 -7
- package/components/date-picker/index.d.ts +0 -5
- package/components/date-picker/src/ctx.d.ts +0 -158
- package/components/date-picker/src/index.vue.d.ts +0 -376
- package/components/date-picker/src/types.d.ts +0 -20
- package/components/date-picker-range/index.d.ts +0 -4
- package/components/date-picker-range/src/ctx.d.ts +0 -177
- package/components/date-picker-range/src/index.vue.d.ts +0 -398
- package/components/date-picker-range/src/types.d.ts +0 -12
- package/components/download-plus/index.d.ts +0 -4
- package/components/download-plus/src/api.d.ts +0 -13
- package/components/download-plus/src/const.d.ts +0 -9
- package/components/download-plus/src/ctx.d.ts +0 -84
- package/components/download-plus/src/index.vue.d.ts +0 -206
- package/components/download-plus/src/types.d.ts +0 -17
- package/components/esri-input-geojson/index.d.ts +0 -6
- package/components/esri-input-geojson/src/append.vue.d.ts +0 -32
- package/components/esri-input-geojson/src/const.d.ts +0 -12
- package/components/esri-input-geojson/src/ctx.d.ts +0 -223
- package/components/esri-input-geojson/src/default-view.vue.d.ts +0 -133
- package/components/esri-input-geojson/src/index.vue.d.ts +0 -549
- package/components/esri-input-geojson/src/types.d.ts +0 -22
- package/components/esri-input-geojson/src/viewer.vue.d.ts +0 -296
- package/components/form/index.d.ts +0 -5
- package/components/form/src/ctx.d.ts +0 -84
- package/components/form/src/index.vue.d.ts +0 -455
- package/components/form/src/types.d.ts +0 -12
- package/components/form/src/utils.d.ts +0 -15
- package/components/form-item/index.d.ts +0 -5
- package/components/form-item/src/ctx.d.ts +0 -62
- package/components/form-item/src/index.vue.d.ts +0 -140
- package/components/form-item/src/types.d.ts +0 -6
- package/components/form-item-renderer/index.d.ts +0 -5
- package/components/form-item-renderer/src/ctx.d.ts +0 -16
- package/components/form-item-renderer/src/index.vue.d.ts +0 -38
- package/components/form-item-renderer/src/symbols.d.ts +0 -2
- package/components/form-item-renderer/src/types.d.ts +0 -7
- package/components/form-item-renderer-template/index.d.ts +0 -4
- package/components/form-item-renderer-template/src/ctx.d.ts +0 -7
- package/components/form-item-renderer-template/src/index.vue.d.ts +0 -16
- package/components/form-item-renderer-template/src/types.d.ts +0 -1
- package/components/geoinput/index.d.ts +0 -4
- package/components/geoinput/src/ctx.d.ts +0 -228
- package/components/geoinput/src/index.vue.d.ts +0 -496
- package/components/geoinput/src/types.d.ts +0 -12
- package/components/geoinput-read/index.d.ts +0 -5
- package/components/geoinput-read/src/append.vue.d.ts +0 -6
- package/components/geoinput-read/src/core.vue.d.ts +0 -482
- package/components/geoinput-read/src/ctx.d.ts +0 -199
- package/components/geoinput-read/src/index.vue.d.ts +0 -441
- package/components/geoinput-read/src/types.d.ts +0 -3
- package/components/geoinput-update/index.d.ts +0 -5
- package/components/geoinput-update/src/append.vue.d.ts +0 -20
- package/components/geoinput-update/src/ctx.d.ts +0 -207
- package/components/geoinput-update/src/index.vue.d.ts +0 -508
- package/components/geoinput-update/src/types.d.ts +0 -6
- package/components/input/index.d.ts +0 -5
- package/components/input/src/ctx.d.ts +0 -148
- package/components/input/src/index.vue.d.ts +0 -343
- package/components/input/src/types.d.ts +0 -13
- package/components/input-link/index.d.ts +0 -4
- package/components/input-link/src/ctx.d.ts +0 -179
- package/components/input-link/src/index.vue.d.ts +0 -373
- package/components/input-link/src/types.d.ts +0 -7
- package/components/input-number/index.d.ts +0 -4
- package/components/input-number/src/ctx.d.ts +0 -90
- package/components/input-number/src/index.vue.d.ts +0 -216
- package/components/input-number/src/types.d.ts +0 -8
- package/components/radio/index.d.ts +0 -4
- package/components/radio/src/ctx.d.ts +0 -82
- package/components/radio/src/index.vue.d.ts +0 -195
- package/components/radio/src/types.d.ts +0 -8
- package/components/select/index.d.ts +0 -4
- package/components/select/src/ctx.d.ts +0 -156
- package/components/select/src/index.vue.d.ts +0 -492
- package/components/select/src/types.d.ts +0 -11
- package/components/slider/index.d.ts +0 -4
- package/components/slider/src/ctx.d.ts +0 -127
- package/components/slider/src/index.vue.d.ts +0 -328
- package/components/slider/src/types.d.ts +0 -7
- package/components/switch/index.d.ts +0 -4
- package/components/switch/src/ctx.d.ts +0 -114
- package/components/switch/src/index.vue.d.ts +0 -273
- package/components/switch/src/types.d.ts +0 -8
- package/components/templates-default/index.d.ts +0 -4
- package/components/templates-default/src/ctx.d.ts +0 -19
- package/components/templates-default/src/index.vue.d.ts +0 -43
- package/components/templates-default/src/types.d.ts +0 -53
- package/components/templates-element-plus/index.d.ts +0 -4
- package/components/templates-element-plus/src/ctx.d.ts +0 -9
- package/components/templates-element-plus/src/index.vue.d.ts +0 -19
- package/components/templates-element-plus/src/types.d.ts +0 -13
- package/components/templates-esri/index.d.ts +0 -4
- package/components/templates-esri/src/ctx.d.ts +0 -11
- package/components/templates-esri/src/index.vue.d.ts +0 -20
- package/components/templates-esri/src/types.d.ts +0 -2
- package/components/templates-layout/index.d.ts +0 -4
- package/components/templates-layout/src/ctx.d.ts +0 -9
- package/components/templates-layout/src/index.vue.d.ts +0 -19
- package/components/templates-layout/src/types.d.ts +0 -32
- package/components/templates-mapbox/index.d.ts +0 -4
- package/components/templates-mapbox/src/ctx.d.ts +0 -11
- package/components/templates-mapbox/src/index.vue.d.ts +0 -20
- package/components/templates-mapbox/src/types.d.ts +0 -3
- package/components/templates-variant/index.d.ts +0 -4
- package/components/templates-variant/src/ctx.d.ts +0 -11
- package/components/templates-variant/src/index.vue.d.ts +0 -20
- package/components/templates-variant/src/types.d.ts +0 -2
- package/components/upload/index.d.ts +0 -5
- package/components/upload/src/ctx.d.ts +0 -180
- package/components/upload/src/file.vue.d.ts +0 -106
- package/components/upload/src/index.vue.d.ts +0 -427
- package/components/upload/src/types.d.ts +0 -7
- package/components/upload-plus/index.d.ts +0 -6
- package/components/upload-plus/src/api.d.ts +0 -38
- package/components/upload-plus/src/const.d.ts +0 -9
- package/components/upload-plus/src/ctx.d.ts +0 -103
- package/components/upload-plus/src/index.vue.d.ts +0 -215
- package/components/upload-plus/src/types.d.ts +0 -32
- package/components/van-cascader/index.d.ts +0 -4
- package/components/van-cascader/src/ctx.d.ts +0 -118
- package/components/van-cascader/src/index.vue.d.ts +0 -275
- package/components/van-cascader/src/types.d.ts +0 -1
- package/components/var-datetime-picker/index.d.ts +0 -4
- package/components/var-datetime-picker/src/const.d.ts +0 -10
- package/components/var-datetime-picker/src/ctx.d.ts +0 -67
- package/components/var-datetime-picker/src/index.vue.d.ts +0 -157
- package/components/var-datetime-picker/src/types.d.ts +0 -22
- package/components/vditor/index.css +0 -12
- package/components/vditor/index.d.ts +0 -4
- package/components/vditor/src/ctx.d.ts +0 -31
- 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/index.vue.d.ts +0 -66
- package/components/vditor/src/types.d.ts +0 -9
- package/components/vditor/src/use.d.ts +0 -4
|
@@ -1,508 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
import { Deferred } from '@vunk/core/shared/utils-promise';
|
|
3
|
-
import type { Map as MgMap, MapboxOptions } from 'mapbox-gl';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
showMap: {
|
|
6
|
-
type: BooleanConstructor;
|
|
7
|
-
default: boolean;
|
|
8
|
-
};
|
|
9
|
-
dialogEdit: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
dialogEditFullscreen: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
dialogEditTitle: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
23
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
24
|
-
[name: string]: any;
|
|
25
|
-
}>;
|
|
26
|
-
};
|
|
27
|
-
editControls: {
|
|
28
|
-
type: import("vue").PropType<import("./types").EditType[]>;
|
|
29
|
-
default: () => string[];
|
|
30
|
-
};
|
|
31
|
-
editTypes: {
|
|
32
|
-
type: import("vue").PropType<import("./types").EditType[] | import("./types").EditType>;
|
|
33
|
-
default: () => string;
|
|
34
|
-
};
|
|
35
|
-
multiple: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
mapTo: {
|
|
40
|
-
type: import("vue").PropType<import("vue").RendererElement | string>;
|
|
41
|
-
default: any;
|
|
42
|
-
};
|
|
43
|
-
mapCenter: {
|
|
44
|
-
type: import("vue").PropType<import("mapbox-gl").LngLatLike>;
|
|
45
|
-
default: number[];
|
|
46
|
-
};
|
|
47
|
-
editStyles: {
|
|
48
|
-
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
49
|
-
default: () => any[];
|
|
50
|
-
};
|
|
51
|
-
slots: {
|
|
52
|
-
type: import("vue").PropType<import("./types").Slots>;
|
|
53
|
-
default: () => {};
|
|
54
|
-
};
|
|
55
|
-
spikSave: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
maxlength: {
|
|
60
|
-
type: NumberConstructor;
|
|
61
|
-
required: boolean;
|
|
62
|
-
};
|
|
63
|
-
minlength: {
|
|
64
|
-
type: NumberConstructor;
|
|
65
|
-
required: boolean;
|
|
66
|
-
};
|
|
67
|
-
inputSlots: {
|
|
68
|
-
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
69
|
-
default: any;
|
|
70
|
-
};
|
|
71
|
-
rows: {
|
|
72
|
-
type: NumberConstructor;
|
|
73
|
-
default: any;
|
|
74
|
-
};
|
|
75
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
76
|
-
formItemSize: {
|
|
77
|
-
type: import("vue").PropType<"default" | "small" | "large">;
|
|
78
|
-
default: "default" | "small" | "large";
|
|
79
|
-
};
|
|
80
|
-
formItemSlots: {
|
|
81
|
-
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
82
|
-
default: any;
|
|
83
|
-
};
|
|
84
|
-
elRef: {
|
|
85
|
-
type: import("vue").PropType<any>;
|
|
86
|
-
required: boolean;
|
|
87
|
-
};
|
|
88
|
-
inline: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
readonly: {
|
|
93
|
-
type: BooleanConstructor;
|
|
94
|
-
default: any;
|
|
95
|
-
};
|
|
96
|
-
labelPosition: {
|
|
97
|
-
type: import("vue").PropType<"right">;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
|
-
label: StringConstructor;
|
|
101
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
102
|
-
prop: {
|
|
103
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
104
|
-
readonly required: false;
|
|
105
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
-
__epPropKey: true;
|
|
107
|
-
};
|
|
108
|
-
rules: {
|
|
109
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
|
|
110
|
-
readonly required: false;
|
|
111
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
|
-
__epPropKey: true;
|
|
113
|
-
};
|
|
114
|
-
error: StringConstructor;
|
|
115
|
-
validateStatus: {
|
|
116
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
117
|
-
readonly required: false;
|
|
118
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
|
-
__epPropKey: true;
|
|
120
|
-
};
|
|
121
|
-
for: StringConstructor;
|
|
122
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
123
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
124
|
-
ariaLabel: StringConstructor;
|
|
125
|
-
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
126
|
-
size: {
|
|
127
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
128
|
-
readonly required: false;
|
|
129
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
130
|
-
__epPropKey: true;
|
|
131
|
-
};
|
|
132
|
-
disabled: BooleanConstructor;
|
|
133
|
-
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
134
|
-
resize: {
|
|
135
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
136
|
-
readonly required: false;
|
|
137
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
|
-
__epPropKey: true;
|
|
139
|
-
};
|
|
140
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
141
|
-
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
142
|
-
formatter: {
|
|
143
|
-
readonly type: import("vue").PropType<Function>;
|
|
144
|
-
readonly required: false;
|
|
145
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
146
|
-
__epPropKey: true;
|
|
147
|
-
};
|
|
148
|
-
parser: {
|
|
149
|
-
readonly type: import("vue").PropType<Function>;
|
|
150
|
-
readonly required: false;
|
|
151
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
|
-
__epPropKey: true;
|
|
153
|
-
};
|
|
154
|
-
placeholder: {
|
|
155
|
-
readonly type: import("vue").PropType<string>;
|
|
156
|
-
readonly required: false;
|
|
157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
-
__epPropKey: true;
|
|
159
|
-
};
|
|
160
|
-
form: {
|
|
161
|
-
readonly type: import("vue").PropType<string>;
|
|
162
|
-
readonly required: false;
|
|
163
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
|
-
__epPropKey: true;
|
|
165
|
-
};
|
|
166
|
-
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
167
|
-
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
168
|
-
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
169
|
-
suffixIcon: {
|
|
170
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
171
|
-
readonly required: false;
|
|
172
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
|
-
__epPropKey: true;
|
|
174
|
-
};
|
|
175
|
-
prefixIcon: {
|
|
176
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
177
|
-
readonly required: false;
|
|
178
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
|
-
__epPropKey: true;
|
|
180
|
-
};
|
|
181
|
-
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
182
|
-
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
183
|
-
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
184
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
185
|
-
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
186
|
-
}, {
|
|
187
|
-
inputBindProps: import("vue").ComputedRef<{
|
|
188
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
189
|
-
disabled: boolean;
|
|
190
|
-
type: string;
|
|
191
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
192
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
|
-
formItemSize: "default" | "small" | "large";
|
|
194
|
-
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
195
|
-
elRef: any;
|
|
196
|
-
inline: boolean;
|
|
197
|
-
labelPosition: "right";
|
|
198
|
-
label: string;
|
|
199
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
200
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>;
|
|
201
|
-
rules: unknown;
|
|
202
|
-
error: string;
|
|
203
|
-
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>;
|
|
204
|
-
for: string;
|
|
205
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
206
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
207
|
-
id: string;
|
|
208
|
-
placeholder: string;
|
|
209
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
210
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
211
|
-
form: string;
|
|
212
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
213
|
-
ariaLabel: string;
|
|
214
|
-
prefixIcon: unknown;
|
|
215
|
-
maxlength: number;
|
|
216
|
-
minlength: number;
|
|
217
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal" | "none" | "both", unknown>;
|
|
218
|
-
autosize: false;
|
|
219
|
-
autocomplete: string;
|
|
220
|
-
formatter: Function;
|
|
221
|
-
parser: Function;
|
|
222
|
-
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
223
|
-
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
224
|
-
suffixIcon: unknown;
|
|
225
|
-
containerRole: string;
|
|
226
|
-
inputStyle: import("vue").StyleValue;
|
|
227
|
-
rows: number;
|
|
228
|
-
}>;
|
|
229
|
-
inputOnEmits: {
|
|
230
|
-
clear: (e: any) => void;
|
|
231
|
-
input: (e: any) => void;
|
|
232
|
-
change: (e: any) => void;
|
|
233
|
-
focus: (e: any) => void;
|
|
234
|
-
blur: (e: any) => void;
|
|
235
|
-
keydown: (e: any) => void;
|
|
236
|
-
compositionend: (e: any) => void;
|
|
237
|
-
compositionstart: (e: any) => void;
|
|
238
|
-
compositionupdate: (e: any) => void;
|
|
239
|
-
mouseenter: (e: any) => void;
|
|
240
|
-
mouseleave: (e: any) => void;
|
|
241
|
-
};
|
|
242
|
-
append: () => JSX.Element;
|
|
243
|
-
dialogShow: Ref<boolean>;
|
|
244
|
-
mapDef: Deferred<MgMap>;
|
|
245
|
-
dialogOnOpen: () => Promise<void>;
|
|
246
|
-
dialogOnClose: () => Promise<void>;
|
|
247
|
-
mapOptions: import("vue").ComputedRef<Partial<MapboxOptions>>;
|
|
248
|
-
geoInputMapDialogNode: Ref<HTMLDivElement>;
|
|
249
|
-
geoInputMapXNode: Ref<HTMLDivElement>;
|
|
250
|
-
mapTo: import("vue").ComputedRef<any>;
|
|
251
|
-
mapControls: import("vue").ComputedRef<import("./types").EditType[]>;
|
|
252
|
-
doSave: () => void;
|
|
253
|
-
currentDrawValue: import("vue").ComputedRef<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
254
|
-
setCurrentDrawValue: (value: any) => void;
|
|
255
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
256
|
-
'update:modelValue': (e: import("geojson").FeatureCollection) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
257
|
-
[name: string]: any;
|
|
258
|
-
}>;
|
|
259
|
-
editUpdate: (e: import("@vumap/core/components/control-draw/src/types").UpdateEvent) => any;
|
|
260
|
-
input: (value: string) => boolean;
|
|
261
|
-
change: (value: string) => boolean;
|
|
262
|
-
focus: (evt: FocusEvent) => boolean;
|
|
263
|
-
blur: (evt: FocusEvent) => boolean;
|
|
264
|
-
clear: () => boolean;
|
|
265
|
-
mouseleave: (evt: MouseEvent) => boolean;
|
|
266
|
-
mouseenter: (evt: MouseEvent) => boolean;
|
|
267
|
-
keydown: (evt: KeyboardEvent | Event) => boolean;
|
|
268
|
-
compositionstart: (evt: CompositionEvent) => boolean;
|
|
269
|
-
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
270
|
-
compositionend: (evt: CompositionEvent) => boolean;
|
|
271
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
272
|
-
showMap: {
|
|
273
|
-
type: BooleanConstructor;
|
|
274
|
-
default: boolean;
|
|
275
|
-
};
|
|
276
|
-
dialogEdit: {
|
|
277
|
-
type: BooleanConstructor;
|
|
278
|
-
default: boolean;
|
|
279
|
-
};
|
|
280
|
-
dialogEditFullscreen: {
|
|
281
|
-
type: BooleanConstructor;
|
|
282
|
-
default: boolean;
|
|
283
|
-
};
|
|
284
|
-
dialogEditTitle: {
|
|
285
|
-
type: StringConstructor;
|
|
286
|
-
default: string;
|
|
287
|
-
};
|
|
288
|
-
modelValue: {
|
|
289
|
-
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
290
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
291
|
-
[name: string]: any;
|
|
292
|
-
}>;
|
|
293
|
-
};
|
|
294
|
-
editControls: {
|
|
295
|
-
type: import("vue").PropType<import("./types").EditType[]>;
|
|
296
|
-
default: () => string[];
|
|
297
|
-
};
|
|
298
|
-
editTypes: {
|
|
299
|
-
type: import("vue").PropType<import("./types").EditType[] | import("./types").EditType>;
|
|
300
|
-
default: () => string;
|
|
301
|
-
};
|
|
302
|
-
multiple: {
|
|
303
|
-
type: BooleanConstructor;
|
|
304
|
-
default: boolean;
|
|
305
|
-
};
|
|
306
|
-
mapTo: {
|
|
307
|
-
type: import("vue").PropType<import("vue").RendererElement | string>;
|
|
308
|
-
default: any;
|
|
309
|
-
};
|
|
310
|
-
mapCenter: {
|
|
311
|
-
type: import("vue").PropType<import("mapbox-gl").LngLatLike>;
|
|
312
|
-
default: number[];
|
|
313
|
-
};
|
|
314
|
-
editStyles: {
|
|
315
|
-
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
316
|
-
default: () => any[];
|
|
317
|
-
};
|
|
318
|
-
slots: {
|
|
319
|
-
type: import("vue").PropType<import("./types").Slots>;
|
|
320
|
-
default: () => {};
|
|
321
|
-
};
|
|
322
|
-
spikSave: {
|
|
323
|
-
type: BooleanConstructor;
|
|
324
|
-
default: boolean;
|
|
325
|
-
};
|
|
326
|
-
maxlength: {
|
|
327
|
-
type: NumberConstructor;
|
|
328
|
-
required: boolean;
|
|
329
|
-
};
|
|
330
|
-
minlength: {
|
|
331
|
-
type: NumberConstructor;
|
|
332
|
-
required: boolean;
|
|
333
|
-
};
|
|
334
|
-
inputSlots: {
|
|
335
|
-
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
336
|
-
default: any;
|
|
337
|
-
};
|
|
338
|
-
rows: {
|
|
339
|
-
type: NumberConstructor;
|
|
340
|
-
default: any;
|
|
341
|
-
};
|
|
342
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
343
|
-
formItemSize: {
|
|
344
|
-
type: import("vue").PropType<"default" | "small" | "large">;
|
|
345
|
-
default: "default" | "small" | "large";
|
|
346
|
-
};
|
|
347
|
-
formItemSlots: {
|
|
348
|
-
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
349
|
-
default: any;
|
|
350
|
-
};
|
|
351
|
-
elRef: {
|
|
352
|
-
type: import("vue").PropType<any>;
|
|
353
|
-
required: boolean;
|
|
354
|
-
};
|
|
355
|
-
inline: {
|
|
356
|
-
type: BooleanConstructor;
|
|
357
|
-
default: boolean;
|
|
358
|
-
};
|
|
359
|
-
readonly: {
|
|
360
|
-
type: BooleanConstructor;
|
|
361
|
-
default: any;
|
|
362
|
-
};
|
|
363
|
-
labelPosition: {
|
|
364
|
-
type: import("vue").PropType<"right">;
|
|
365
|
-
default: string;
|
|
366
|
-
};
|
|
367
|
-
label: StringConstructor;
|
|
368
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
369
|
-
prop: {
|
|
370
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
371
|
-
readonly required: false;
|
|
372
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
|
-
__epPropKey: true;
|
|
374
|
-
};
|
|
375
|
-
rules: {
|
|
376
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
|
|
377
|
-
readonly required: false;
|
|
378
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
379
|
-
__epPropKey: true;
|
|
380
|
-
};
|
|
381
|
-
error: StringConstructor;
|
|
382
|
-
validateStatus: {
|
|
383
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
384
|
-
readonly required: false;
|
|
385
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
|
-
__epPropKey: true;
|
|
387
|
-
};
|
|
388
|
-
for: StringConstructor;
|
|
389
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
390
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
391
|
-
ariaLabel: StringConstructor;
|
|
392
|
-
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
393
|
-
size: {
|
|
394
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
395
|
-
readonly required: false;
|
|
396
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
|
-
__epPropKey: true;
|
|
398
|
-
};
|
|
399
|
-
disabled: BooleanConstructor;
|
|
400
|
-
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
401
|
-
resize: {
|
|
402
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
403
|
-
readonly required: false;
|
|
404
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
405
|
-
__epPropKey: true;
|
|
406
|
-
};
|
|
407
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
408
|
-
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
409
|
-
formatter: {
|
|
410
|
-
readonly type: import("vue").PropType<Function>;
|
|
411
|
-
readonly required: false;
|
|
412
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
|
-
__epPropKey: true;
|
|
414
|
-
};
|
|
415
|
-
parser: {
|
|
416
|
-
readonly type: import("vue").PropType<Function>;
|
|
417
|
-
readonly required: false;
|
|
418
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
419
|
-
__epPropKey: true;
|
|
420
|
-
};
|
|
421
|
-
placeholder: {
|
|
422
|
-
readonly type: import("vue").PropType<string>;
|
|
423
|
-
readonly required: false;
|
|
424
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
425
|
-
__epPropKey: true;
|
|
426
|
-
};
|
|
427
|
-
form: {
|
|
428
|
-
readonly type: import("vue").PropType<string>;
|
|
429
|
-
readonly required: false;
|
|
430
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
431
|
-
__epPropKey: true;
|
|
432
|
-
};
|
|
433
|
-
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
434
|
-
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
435
|
-
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
436
|
-
suffixIcon: {
|
|
437
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
438
|
-
readonly required: false;
|
|
439
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
440
|
-
__epPropKey: true;
|
|
441
|
-
};
|
|
442
|
-
prefixIcon: {
|
|
443
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
444
|
-
readonly required: false;
|
|
445
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
446
|
-
__epPropKey: true;
|
|
447
|
-
};
|
|
448
|
-
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
449
|
-
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
450
|
-
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
451
|
-
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>;
|
|
452
|
-
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
453
|
-
}>> & {
|
|
454
|
-
onChange?: (value: string) => any;
|
|
455
|
-
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
456
|
-
[name: string]: any;
|
|
457
|
-
}>) => any;
|
|
458
|
-
onFocus?: (evt: FocusEvent) => any;
|
|
459
|
-
onBlur?: (evt: FocusEvent) => any;
|
|
460
|
-
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
461
|
-
onInput?: (value: string) => any;
|
|
462
|
-
onClear?: () => any;
|
|
463
|
-
onMouseleave?: (evt: MouseEvent) => any;
|
|
464
|
-
onMouseenter?: (evt: MouseEvent) => any;
|
|
465
|
-
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
466
|
-
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
467
|
-
onCompositionend?: (evt: CompositionEvent) => any;
|
|
468
|
-
onEditUpdate?: (e: any) => any;
|
|
469
|
-
}, {
|
|
470
|
-
disabled: boolean;
|
|
471
|
-
type: string;
|
|
472
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
473
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
474
|
-
formItemSize: "default" | "small" | "large";
|
|
475
|
-
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
476
|
-
inline: boolean;
|
|
477
|
-
readonly: boolean;
|
|
478
|
-
labelPosition: "right";
|
|
479
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
480
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
481
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
482
|
-
slots: import("./types").Slots;
|
|
483
|
-
id: string;
|
|
484
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
485
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
486
|
-
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
487
|
-
multiple: boolean;
|
|
488
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
489
|
-
autosize: false;
|
|
490
|
-
autocomplete: string;
|
|
491
|
-
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
492
|
-
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
493
|
-
containerRole: string;
|
|
494
|
-
inputStyle: import("vue").StyleValue;
|
|
495
|
-
editTypes: import("./types").EditType | import("./types").EditType[];
|
|
496
|
-
showMap: boolean;
|
|
497
|
-
dialogEdit: boolean;
|
|
498
|
-
dialogEditFullscreen: boolean;
|
|
499
|
-
dialogEditTitle: string;
|
|
500
|
-
inputSlots: any;
|
|
501
|
-
rows: number;
|
|
502
|
-
mapTo: any;
|
|
503
|
-
editControls: import("./types").EditType[];
|
|
504
|
-
mapCenter: import("mapbox-gl").LngLatLike;
|
|
505
|
-
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
506
|
-
spikSave: boolean;
|
|
507
|
-
}, {}>;
|
|
508
|
-
export default _default;
|