@vunk/form 1.4.4 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +167 -200
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.cjs +3 -3
- package/components/cascader/index.mjs +3 -3
- package/components/cascader/src/ctx.d.ts +17 -6
- package/components/cascader/src/index.vue.d.ts +41 -13662
- package/components/checkbox/index.cjs +4 -4
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +4 -4
- package/components/checkbox/src/index.vue.d.ts +496 -481
- package/components/color-picker/index.cjs +2 -2
- package/components/color-picker/index.mjs +2 -2
- package/components/color-picker/src/ctx.d.ts +6 -6
- package/components/color-picker/src/index.vue.d.ts +15 -10959
- package/components/date-picker/index.cjs +1 -2
- package/components/date-picker/index.mjs +1 -2
- package/components/date-picker/src/ctx.d.ts +18 -10
- package/components/date-picker/src/index.vue.d.ts +96 -60
- package/components/date-picker/src/types.d.ts +1 -1
- package/components/date-picker-range/src/ctx.d.ts +16 -8
- package/components/date-picker-range/src/index.vue.d.ts +38 -20
- package/components/date-picker-range/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +2 -2
- package/components/download-plus/src/index.vue.d.ts +451 -516
- package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
- package/components/esri-input-geojson/src/ctx.d.ts +20 -14
- package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
- package/components/esri-input-geojson/src/types.d.ts +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +313 -376
- package/components/form-item/src/ctx.d.ts +3 -3
- package/components/form-item/src/index.vue.d.ts +109 -126
- package/components/form-item-renderer/index.cjs +1 -0
- package/components/form-item-renderer/index.mjs +1 -0
- package/components/form-item-renderer/src/types.d.ts +1 -0
- package/components/geoinput/src/ctx.d.ts +18 -12
- package/components/geoinput/src/index.vue.d.ts +43 -31
- package/components/geoinput/src/types.d.ts +1 -1
- package/components/geoinput-read/src/append.vue.d.ts +220 -262
- package/components/geoinput-read/src/core.vue.d.ts +86 -81
- package/components/geoinput-read/src/ctx.d.ts +20 -14
- package/components/geoinput-read/src/index.vue.d.ts +129 -112
- package/components/geoinput-update/src/append.vue.d.ts +370 -1801
- package/components/geoinput-update/src/ctx.d.ts +20 -14
- package/components/geoinput-update/src/index.vue.d.ts +211 -388
- package/components/input/index.cjs +3 -7
- package/components/input/index.mjs +3 -7
- package/components/input/src/ctx.d.ts +21 -15
- package/components/input/src/index.vue.d.ts +314 -331
- package/components/input/src/types.d.ts +1 -1
- package/components/input-collection/src/ctx.d.ts +2 -2
- package/components/input-collection/src/index.vue.d.ts +267 -334
- package/components/input-collection/src/types.d.ts +1 -1
- package/components/input-link/index.cjs +7 -7
- package/components/input-link/index.mjs +7 -7
- package/components/input-link/src/ctx.d.ts +18 -12
- package/components/input-link/src/index.vue.d.ts +43 -31
- package/components/input-number/index.cjs +4 -4
- package/components/input-number/index.mjs +4 -4
- package/components/input-number/src/ctx.d.ts +6 -6
- package/components/input-number/src/index.vue.d.ts +107 -1483
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +5 -5
- package/components/monaco-editor/src/types.d.ts +1 -1
- package/components/radio/index.cjs +4 -4
- package/components/radio/index.mjs +4 -4
- package/components/radio/src/ctx.d.ts +6 -6
- package/components/radio/src/index.vue.d.ts +317 -303
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +33 -12877
- package/components/slider/src/ctx.d.ts +12 -12
- package/components/slider/src/index.vue.d.ts +29 -31
- package/components/switch/index.cjs +6 -7
- package/components/switch/index.mjs +6 -7
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +157 -206
- package/components/templates-default/index.cjs +0 -2
- package/components/templates-default/index.mjs +0 -2
- package/components/templates-default/src/index.vue.d.ts +2 -22
- package/components/templates-element-plus/src/index.vue.d.ts +92 -144
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +107 -95
- package/components/upload/src/ctx.d.ts +7 -7
- package/components/upload/src/file.vue.d.ts +136 -193
- package/components/upload/src/index.vue.d.ts +386 -1888
- package/components/upload/src/types.d.ts +5 -0
- package/components/upload-plus/src/ctx.d.ts +2 -2
- package/components/upload-plus/src/index.vue.d.ts +484 -556
- package/components/van-cascader/src/ctx.d.ts +15 -4
- package/components/van-cascader/src/index.vue.d.ts +960 -10948
- package/components/var-datetime-picker/src/const.d.ts +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +2 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/src/ctx.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +5 -5
- package/components/vditor/src/types.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +0 -4
- package/shared/element-plus/ctx.d.ts +0 -26
- package/shared/element-plus/index.d.ts +0 -3
- package/shared/element-plus/instances.d.ts +0 -195
- package/shared/element-plus/version.d.ts +0 -1
- package/shared/form/index.d.ts +0 -18
- package/shared/helper/index.d.ts +0 -4
- package/shared/index.d.ts +0 -2
- package/shared/infer-prop/index.d.ts +0 -17
- package/shared/progress-it/index.d.ts +0 -16
- package/shared/rules/index.d.ts +0 -35
- package/shared/types/form/checkbox.d.ts +0 -13
- package/shared/types/form/index.d.ts +0 -2
- package/shared/types/form/radio.d.ts +0 -8
- package/shared/types/index.d.ts +0 -2
- package/shared/types/source/index.d.ts +0 -21
- package/shared/types/source-manager/index.d.ts +0 -6
- package/shared/upload/index.d.ts +0 -7
|
@@ -100,7 +100,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
100
100
|
label: StringConstructor;
|
|
101
101
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
102
102
|
prop: {
|
|
103
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
103
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
104
104
|
readonly required: false;
|
|
105
105
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
106
|
__epPropKey: true;
|
|
@@ -113,7 +113,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
};
|
|
114
114
|
error: StringConstructor;
|
|
115
115
|
validateStatus: {
|
|
116
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
116
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
117
117
|
readonly required: false;
|
|
118
118
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
119
|
__epPropKey: true;
|
|
@@ -124,7 +124,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
124
124
|
ariaLabel: StringConstructor;
|
|
125
125
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
126
126
|
size: {
|
|
127
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
127
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
128
128
|
readonly required: false;
|
|
129
129
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
130
130
|
__epPropKey: true;
|
|
@@ -132,12 +132,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
132
132
|
disabled: BooleanConstructor;
|
|
133
133
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
134
134
|
resize: {
|
|
135
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "
|
|
135
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
136
136
|
readonly required: false;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
139
139
|
};
|
|
140
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
140
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
141
|
+
minRows?: number;
|
|
142
|
+
maxRows?: number;
|
|
143
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
144
|
+
minRows?: number;
|
|
145
|
+
maxRows?: number;
|
|
146
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
141
147
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
142
148
|
formatter: {
|
|
143
149
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -163,17 +169,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
163
169
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
170
|
__epPropKey: true;
|
|
165
171
|
};
|
|
166
|
-
clearable:
|
|
167
|
-
showPassword:
|
|
168
|
-
showWordLimit:
|
|
172
|
+
clearable: BooleanConstructor;
|
|
173
|
+
showPassword: BooleanConstructor;
|
|
174
|
+
showWordLimit: BooleanConstructor;
|
|
169
175
|
suffixIcon: {
|
|
170
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
176
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
171
177
|
readonly required: false;
|
|
172
178
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
179
|
__epPropKey: true;
|
|
174
180
|
};
|
|
175
181
|
prefixIcon: {
|
|
176
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
182
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
177
183
|
readonly required: false;
|
|
178
184
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
185
|
__epPropKey: true;
|
|
@@ -181,23 +187,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
181
187
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
182
188
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
183
189
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
184
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
185
|
-
autofocus:
|
|
190
|
+
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
191
|
+
autofocus: BooleanConstructor;
|
|
186
192
|
}>, {
|
|
187
193
|
inputBindProps: import("vue").ComputedRef<{
|
|
188
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
194
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
189
195
|
disabled: boolean;
|
|
190
196
|
type: string;
|
|
191
|
-
autofocus:
|
|
197
|
+
autofocus: boolean;
|
|
192
198
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
|
-
formItemSize: "
|
|
199
|
+
formItemSize: "small" | "default" | "large";
|
|
194
200
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
195
201
|
elRef: any;
|
|
196
202
|
inline: boolean;
|
|
197
203
|
labelPosition: "right";
|
|
198
204
|
label: string;
|
|
199
205
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
200
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
206
|
+
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>;
|
|
201
207
|
rules: unknown;
|
|
202
208
|
error: string;
|
|
203
209
|
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>;
|
|
@@ -206,21 +212,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
206
212
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
207
213
|
id: string;
|
|
208
214
|
placeholder: string;
|
|
209
|
-
clearable:
|
|
215
|
+
clearable: boolean;
|
|
210
216
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
211
|
-
form: string;
|
|
212
217
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
213
218
|
ariaLabel: string;
|
|
214
219
|
prefixIcon: unknown;
|
|
215
220
|
maxlength: number;
|
|
216
221
|
minlength: number;
|
|
217
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
222
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>;
|
|
218
223
|
autosize: false;
|
|
219
224
|
autocomplete: string;
|
|
220
225
|
formatter: Function;
|
|
221
226
|
parser: Function;
|
|
222
|
-
|
|
223
|
-
|
|
227
|
+
form: string;
|
|
228
|
+
showPassword: boolean;
|
|
229
|
+
showWordLimit: boolean;
|
|
224
230
|
suffixIcon: unknown;
|
|
225
231
|
containerRole: string;
|
|
226
232
|
inputStyle: import("vue").StyleValue;
|
|
@@ -228,11 +234,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
228
234
|
}>;
|
|
229
235
|
inputOnEmits: {
|
|
230
236
|
clear: (e: any) => void;
|
|
231
|
-
input: (e: any) => void;
|
|
232
237
|
change: (e: any) => void;
|
|
233
238
|
focus: (e: any) => void;
|
|
234
239
|
blur: (e: any) => void;
|
|
235
240
|
keydown: (e: any) => void;
|
|
241
|
+
input: (e: any) => void;
|
|
236
242
|
compositionend: (e: any) => void;
|
|
237
243
|
compositionstart: (e: any) => void;
|
|
238
244
|
compositionupdate: (e: any) => void;
|
|
@@ -367,7 +373,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
367
373
|
label: StringConstructor;
|
|
368
374
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
369
375
|
prop: {
|
|
370
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
376
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
371
377
|
readonly required: false;
|
|
372
378
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
379
|
__epPropKey: true;
|
|
@@ -380,7 +386,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
380
386
|
};
|
|
381
387
|
error: StringConstructor;
|
|
382
388
|
validateStatus: {
|
|
383
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
389
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
384
390
|
readonly required: false;
|
|
385
391
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
392
|
__epPropKey: true;
|
|
@@ -391,7 +397,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
391
397
|
ariaLabel: StringConstructor;
|
|
392
398
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
393
399
|
size: {
|
|
394
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
400
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
395
401
|
readonly required: false;
|
|
396
402
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
403
|
__epPropKey: true;
|
|
@@ -399,12 +405,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
399
405
|
disabled: BooleanConstructor;
|
|
400
406
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
401
407
|
resize: {
|
|
402
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "
|
|
408
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
403
409
|
readonly required: false;
|
|
404
410
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
405
411
|
__epPropKey: true;
|
|
406
412
|
};
|
|
407
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
413
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
414
|
+
minRows?: number;
|
|
415
|
+
maxRows?: number;
|
|
416
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
417
|
+
minRows?: number;
|
|
418
|
+
maxRows?: number;
|
|
419
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
408
420
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
409
421
|
formatter: {
|
|
410
422
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -430,17 +442,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
430
442
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
431
443
|
__epPropKey: true;
|
|
432
444
|
};
|
|
433
|
-
clearable:
|
|
434
|
-
showPassword:
|
|
435
|
-
showWordLimit:
|
|
445
|
+
clearable: BooleanConstructor;
|
|
446
|
+
showPassword: BooleanConstructor;
|
|
447
|
+
showWordLimit: BooleanConstructor;
|
|
436
448
|
suffixIcon: {
|
|
437
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
449
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
438
450
|
readonly required: false;
|
|
439
451
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
440
452
|
__epPropKey: true;
|
|
441
453
|
};
|
|
442
454
|
prefixIcon: {
|
|
443
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
455
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
444
456
|
readonly required: false;
|
|
445
457
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
446
458
|
__epPropKey: true;
|
|
@@ -448,18 +460,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
448
460
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
449
461
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
450
462
|
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").
|
|
452
|
-
autofocus:
|
|
463
|
+
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
464
|
+
autofocus: BooleanConstructor;
|
|
453
465
|
}>> & Readonly<{
|
|
454
466
|
onClear?: () => any;
|
|
455
467
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
456
468
|
[name: string]: any;
|
|
457
469
|
}>) => any;
|
|
458
|
-
onInput?: (value: string) => any;
|
|
459
470
|
onChange?: (value: string) => any;
|
|
460
471
|
onFocus?: (evt: FocusEvent) => any;
|
|
461
472
|
onBlur?: (evt: FocusEvent) => any;
|
|
462
473
|
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
474
|
+
onInput?: (value: string) => any;
|
|
463
475
|
onCompositionend?: (evt: CompositionEvent) => any;
|
|
464
476
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
465
477
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
@@ -469,10 +481,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
469
481
|
}>, {
|
|
470
482
|
disabled: boolean;
|
|
471
483
|
type: string;
|
|
472
|
-
autofocus:
|
|
484
|
+
autofocus: boolean;
|
|
473
485
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
474
486
|
slots: import("./types").Slots;
|
|
475
|
-
formItemSize: "
|
|
487
|
+
formItemSize: "small" | "default" | "large";
|
|
476
488
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
477
489
|
inline: boolean;
|
|
478
490
|
readonly: boolean;
|
|
@@ -482,23 +494,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
482
494
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
483
495
|
multiple: boolean;
|
|
484
496
|
id: string;
|
|
485
|
-
clearable:
|
|
497
|
+
clearable: boolean;
|
|
486
498
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
487
499
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
488
500
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
489
501
|
autosize: false;
|
|
490
502
|
autocomplete: string;
|
|
491
|
-
showPassword:
|
|
492
|
-
showWordLimit:
|
|
503
|
+
showPassword: boolean;
|
|
504
|
+
showWordLimit: boolean;
|
|
493
505
|
containerRole: string;
|
|
494
506
|
inputStyle: import("vue").StyleValue;
|
|
507
|
+
rows: number;
|
|
495
508
|
editTypes: import("./types").EditType | import("./types").EditType[];
|
|
496
509
|
showMap: boolean;
|
|
497
510
|
dialogEdit: boolean;
|
|
498
511
|
dialogEditFullscreen: boolean;
|
|
499
512
|
dialogEditTitle: string;
|
|
500
513
|
inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
|
|
501
|
-
rows: number;
|
|
502
514
|
mapTo: string | import("vue").RendererElement;
|
|
503
515
|
editControls: import("./types").EditType[];
|
|
504
516
|
mapCenter: import("mapbox-gl").LngLatLike;
|
|
@@ -516,62 +528,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
516
528
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
517
529
|
install(app: import("vue").App): void;
|
|
518
530
|
};
|
|
519
|
-
ElDialog: import("element-plus/es/utils").SFCWithInstall<
|
|
520
|
-
|
|
521
|
-
readonly appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
|
|
522
|
-
readonly beforeClose: {
|
|
523
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/dialog/src/dialog").DialogBeforeCloseFn>;
|
|
524
|
-
readonly required: false;
|
|
525
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
526
|
-
__epPropKey: true;
|
|
527
|
-
};
|
|
528
|
-
readonly destroyOnClose: BooleanConstructor;
|
|
529
|
-
readonly closeOnClickModal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
530
|
-
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
531
|
-
readonly lockScroll: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
532
|
-
readonly modal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
533
|
-
readonly openDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
534
|
-
readonly closeDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
535
|
-
readonly top: {
|
|
536
|
-
readonly type: import("vue").PropType<string>;
|
|
537
|
-
readonly required: false;
|
|
538
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
539
|
-
__epPropKey: true;
|
|
540
|
-
};
|
|
541
|
-
readonly modelValue: BooleanConstructor;
|
|
542
|
-
readonly modalClass: StringConstructor;
|
|
543
|
-
readonly width: {
|
|
544
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
545
|
-
readonly required: false;
|
|
546
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
547
|
-
__epPropKey: true;
|
|
548
|
-
};
|
|
549
|
-
readonly zIndex: {
|
|
550
|
-
readonly type: import("vue").PropType<number>;
|
|
551
|
-
readonly required: false;
|
|
552
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
553
|
-
__epPropKey: true;
|
|
554
|
-
};
|
|
555
|
-
readonly trapFocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
556
|
-
readonly headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
557
|
-
readonly center: BooleanConstructor;
|
|
558
|
-
readonly alignCenter: BooleanConstructor;
|
|
559
|
-
readonly closeIcon: {
|
|
560
|
-
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>>;
|
|
561
|
-
readonly required: false;
|
|
562
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
563
|
-
__epPropKey: true;
|
|
564
|
-
};
|
|
565
|
-
readonly draggable: BooleanConstructor;
|
|
566
|
-
readonly overflow: BooleanConstructor;
|
|
567
|
-
readonly fullscreen: BooleanConstructor;
|
|
568
|
-
readonly showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
569
|
-
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
570
|
-
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
571
|
-
}, {
|
|
572
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
531
|
+
ElDialog: import("element-plus/es/utils").SFCWithInstall<{
|
|
532
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
573
533
|
readonly appendToBody: BooleanConstructor;
|
|
574
|
-
readonly appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string
|
|
534
|
+
readonly appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, "body", boolean>;
|
|
575
535
|
readonly beforeClose: {
|
|
576
536
|
readonly type: import("vue").PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
577
537
|
readonly required: false;
|
|
@@ -605,12 +565,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
605
565
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
606
566
|
__epPropKey: true;
|
|
607
567
|
};
|
|
608
|
-
readonly trapFocus:
|
|
568
|
+
readonly trapFocus: BooleanConstructor;
|
|
609
569
|
readonly headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
610
570
|
readonly center: BooleanConstructor;
|
|
611
571
|
readonly alignCenter: BooleanConstructor;
|
|
612
572
|
readonly closeIcon: {
|
|
613
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
573
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
614
574
|
readonly required: false;
|
|
615
575
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
616
576
|
__epPropKey: true;
|
|
@@ -622,265 +582,95 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
622
582
|
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
623
583
|
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
624
584
|
}>> & {
|
|
625
|
-
onClose?: (() => any) | undefined;
|
|
626
585
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
586
|
+
onClose?: (() => any) | undefined;
|
|
627
587
|
onOpen?: (() => any) | undefined;
|
|
628
588
|
onOpened?: (() => any) | undefined;
|
|
629
589
|
onClosed?: (() => any) | undefined;
|
|
630
590
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
631
591
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
};
|
|
678
|
-
draggable: import("vue").ComputedRef<boolean>;
|
|
679
|
-
ElOverlay: import("vue").DefineComponent<{
|
|
680
|
-
readonly mask: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
681
|
-
readonly customMaskEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
682
|
-
readonly overlayClass: {
|
|
683
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | string[] | Record<string, boolean>) & {}) | (() => string | string[] | Record<string, boolean>) | ((new (...args: any[]) => (string | string[] | Record<string, boolean>) & {}) | (() => string | string[] | Record<string, boolean>))[], unknown, unknown>>;
|
|
592
|
+
}, {
|
|
593
|
+
visible: import("vue").Ref<boolean>;
|
|
594
|
+
dialogContentRef: import("vue").Ref<any>;
|
|
595
|
+
resetPosition: () => void;
|
|
596
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
597
|
+
open: () => void;
|
|
598
|
+
"update:modelValue": (value: boolean) => void;
|
|
599
|
+
close: () => void;
|
|
600
|
+
opened: () => void;
|
|
601
|
+
closed: () => void;
|
|
602
|
+
openAutoFocus: () => void;
|
|
603
|
+
closeAutoFocus: () => void;
|
|
604
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
605
|
+
readonly title: string;
|
|
606
|
+
readonly center: boolean;
|
|
607
|
+
readonly overflow: boolean;
|
|
608
|
+
readonly modelValue: boolean;
|
|
609
|
+
readonly appendTo: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
610
|
+
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
611
|
+
readonly ariaLevel: string;
|
|
612
|
+
readonly alignCenter: boolean;
|
|
613
|
+
readonly draggable: boolean;
|
|
614
|
+
readonly fullscreen: boolean;
|
|
615
|
+
readonly closeOnClickModal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
616
|
+
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
617
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
618
|
+
readonly modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
619
|
+
readonly openDelay: number;
|
|
620
|
+
readonly closeDelay: number;
|
|
621
|
+
readonly headerAriaLevel: string;
|
|
622
|
+
readonly appendToBody: boolean;
|
|
623
|
+
readonly destroyOnClose: boolean;
|
|
624
|
+
readonly trapFocus: boolean;
|
|
625
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
626
|
+
P: {};
|
|
627
|
+
B: {};
|
|
628
|
+
D: {};
|
|
629
|
+
C: {};
|
|
630
|
+
M: {};
|
|
631
|
+
Defaults: {};
|
|
632
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
633
|
+
readonly appendToBody: BooleanConstructor;
|
|
634
|
+
readonly appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, "body", boolean>;
|
|
635
|
+
readonly beforeClose: {
|
|
636
|
+
readonly type: import("vue").PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
684
637
|
readonly required: false;
|
|
685
638
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
686
639
|
__epPropKey: true;
|
|
687
640
|
};
|
|
688
|
-
readonly
|
|
689
|
-
|
|
641
|
+
readonly destroyOnClose: BooleanConstructor;
|
|
642
|
+
readonly closeOnClickModal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
643
|
+
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
644
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
645
|
+
readonly modal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
646
|
+
readonly openDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
647
|
+
readonly closeDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
648
|
+
readonly top: {
|
|
649
|
+
readonly type: import("vue").PropType<string>;
|
|
690
650
|
readonly required: false;
|
|
691
651
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
692
652
|
__epPropKey: true;
|
|
693
653
|
};
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
699
|
-
readonly mask: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
700
|
-
readonly customMaskEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
701
|
-
readonly overlayClass: {
|
|
702
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | string[] | Record<string, boolean>) & {}) | (() => string | string[] | Record<string, boolean>) | ((new (...args: any[]) => (string | string[] | Record<string, boolean>) & {}) | (() => string | string[] | Record<string, boolean>))[], unknown, unknown>>;
|
|
654
|
+
readonly modelValue: BooleanConstructor;
|
|
655
|
+
readonly modalClass: StringConstructor;
|
|
656
|
+
readonly width: {
|
|
657
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
703
658
|
readonly required: false;
|
|
704
659
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
705
660
|
__epPropKey: true;
|
|
706
661
|
};
|
|
707
662
|
readonly zIndex: {
|
|
708
|
-
readonly type: import("vue").PropType<
|
|
709
|
-
readonly required: false;
|
|
710
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
711
|
-
__epPropKey: true;
|
|
712
|
-
};
|
|
713
|
-
}>> & {
|
|
714
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
715
|
-
}, {
|
|
716
|
-
readonly mask: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
|
-
readonly customMaskEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
718
|
-
}>;
|
|
719
|
-
ElFocusTrap: import("vue").DefineComponent<{
|
|
720
|
-
loop: BooleanConstructor;
|
|
721
|
-
trapped: BooleanConstructor;
|
|
722
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
723
|
-
focusStartEl: {
|
|
724
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
725
|
-
default: string;
|
|
726
|
-
};
|
|
727
|
-
}, {
|
|
728
|
-
onKeydown: (e: KeyboardEvent) => void;
|
|
729
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
730
|
-
loop: BooleanConstructor;
|
|
731
|
-
trapped: BooleanConstructor;
|
|
732
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
733
|
-
focusStartEl: {
|
|
734
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
735
|
-
default: string;
|
|
736
|
-
};
|
|
737
|
-
}>> & {
|
|
738
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
739
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
740
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
741
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
742
|
-
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
743
|
-
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
744
|
-
}, {
|
|
745
|
-
trapped: boolean;
|
|
746
|
-
loop: boolean;
|
|
747
|
-
focusStartEl: HTMLElement | "container" | "first";
|
|
748
|
-
}>;
|
|
749
|
-
ElDialogContent: import("vue").DefineComponent<{
|
|
750
|
-
readonly center: BooleanConstructor;
|
|
751
|
-
readonly alignCenter: BooleanConstructor;
|
|
752
|
-
readonly closeIcon: {
|
|
753
|
-
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>>;
|
|
663
|
+
readonly type: import("vue").PropType<number>;
|
|
754
664
|
readonly required: false;
|
|
755
665
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
756
666
|
__epPropKey: true;
|
|
757
667
|
};
|
|
758
|
-
readonly
|
|
759
|
-
readonly
|
|
760
|
-
readonly fullscreen: BooleanConstructor;
|
|
761
|
-
readonly showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
762
|
-
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
763
|
-
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
764
|
-
}, {
|
|
765
|
-
t: import("element-plus").Translator;
|
|
766
|
-
Close: any;
|
|
767
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
768
|
-
readonly center: BooleanConstructor;
|
|
769
|
-
readonly alignCenter: BooleanConstructor;
|
|
770
|
-
readonly closeIcon: {
|
|
771
|
-
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>>;
|
|
772
|
-
readonly required: false;
|
|
773
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
774
|
-
__epPropKey: true;
|
|
775
|
-
};
|
|
776
|
-
readonly draggable: BooleanConstructor;
|
|
777
|
-
readonly overflow: BooleanConstructor;
|
|
778
|
-
readonly fullscreen: BooleanConstructor;
|
|
779
|
-
readonly showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
780
|
-
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
781
|
-
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
782
|
-
}>> & {
|
|
783
|
-
onClose?: (() => any) | undefined;
|
|
784
|
-
}>>;
|
|
785
|
-
dialogRef: import("vue").Ref<HTMLElement | undefined>;
|
|
786
|
-
headerRef: import("vue").Ref<HTMLElement | undefined>;
|
|
787
|
-
bodyId: import("vue").Ref<string>;
|
|
788
|
-
ns: {
|
|
789
|
-
namespace: import("vue").ComputedRef<string>;
|
|
790
|
-
b: (blockSuffix?: string) => string;
|
|
791
|
-
e: (element?: string | undefined) => string;
|
|
792
|
-
m: (modifier?: string | undefined) => string;
|
|
793
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
794
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
795
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
796
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
797
|
-
is: {
|
|
798
|
-
(name: string, state: boolean | undefined): string;
|
|
799
|
-
(name: string): string;
|
|
800
|
-
};
|
|
801
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
802
|
-
cssVarName: (name: string) => string;
|
|
803
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
804
|
-
cssVarBlockName: (name: string) => string;
|
|
805
|
-
};
|
|
806
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
807
|
-
focusTrapRef: import("vue").Ref<HTMLElement | undefined>;
|
|
808
|
-
dialogKls: import("vue").ComputedRef<(string | {
|
|
809
|
-
[x: string]: boolean;
|
|
810
|
-
})[]>;
|
|
811
|
-
composedDialogRef: (el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null) => void;
|
|
812
|
-
draggable: import("vue").ComputedRef<boolean>;
|
|
813
|
-
overflow: import("vue").ComputedRef<boolean>;
|
|
814
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
815
|
-
readonly size: {
|
|
816
|
-
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>>;
|
|
817
|
-
readonly required: false;
|
|
818
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
819
|
-
__epPropKey: true;
|
|
820
|
-
};
|
|
821
|
-
readonly color: {
|
|
822
|
-
readonly type: import("vue").PropType<string>;
|
|
823
|
-
readonly required: false;
|
|
824
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
825
|
-
__epPropKey: true;
|
|
826
|
-
};
|
|
827
|
-
}, {
|
|
828
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
829
|
-
readonly size: {
|
|
830
|
-
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>>;
|
|
831
|
-
readonly required: false;
|
|
832
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
833
|
-
__epPropKey: true;
|
|
834
|
-
};
|
|
835
|
-
readonly color: {
|
|
836
|
-
readonly type: import("vue").PropType<string>;
|
|
837
|
-
readonly required: false;
|
|
838
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
839
|
-
__epPropKey: true;
|
|
840
|
-
};
|
|
841
|
-
}>> & {
|
|
842
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
843
|
-
}>>;
|
|
844
|
-
ns: {
|
|
845
|
-
namespace: import("vue").ComputedRef<string>;
|
|
846
|
-
b: (blockSuffix?: string) => string;
|
|
847
|
-
e: (element?: string | undefined) => string;
|
|
848
|
-
m: (modifier?: string | undefined) => string;
|
|
849
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
850
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
851
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
852
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
853
|
-
is: {
|
|
854
|
-
(name: string, state: boolean | undefined): string;
|
|
855
|
-
(name: string): string;
|
|
856
|
-
};
|
|
857
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
858
|
-
cssVarName: (name: string) => string;
|
|
859
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
860
|
-
cssVarBlockName: (name: string) => string;
|
|
861
|
-
};
|
|
862
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
863
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
864
|
-
readonly size: {
|
|
865
|
-
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>>;
|
|
866
|
-
readonly required: false;
|
|
867
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
868
|
-
__epPropKey: true;
|
|
869
|
-
};
|
|
870
|
-
readonly color: {
|
|
871
|
-
readonly type: import("vue").PropType<string>;
|
|
872
|
-
readonly required: false;
|
|
873
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
874
|
-
__epPropKey: true;
|
|
875
|
-
};
|
|
876
|
-
}>>, {}>> & Record<string, any>;
|
|
877
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
878
|
-
close: () => boolean;
|
|
879
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
668
|
+
readonly trapFocus: BooleanConstructor;
|
|
669
|
+
readonly headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
880
670
|
readonly center: BooleanConstructor;
|
|
881
671
|
readonly alignCenter: BooleanConstructor;
|
|
882
672
|
readonly closeIcon: {
|
|
883
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
673
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
884
674
|
readonly required: false;
|
|
885
675
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
886
676
|
__epPropKey: true;
|
|
@@ -892,28 +682,45 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
892
682
|
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
893
683
|
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
894
684
|
}>> & {
|
|
685
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
895
686
|
onClose?: (() => any) | undefined;
|
|
687
|
+
onOpen?: (() => any) | undefined;
|
|
688
|
+
onOpened?: (() => any) | undefined;
|
|
689
|
+
onClosed?: (() => any) | undefined;
|
|
690
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
691
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
896
692
|
}, {
|
|
693
|
+
visible: import("vue").Ref<boolean>;
|
|
694
|
+
dialogContentRef: import("vue").Ref<any>;
|
|
695
|
+
resetPosition: () => void;
|
|
696
|
+
}, {}, {}, {}, {
|
|
897
697
|
readonly title: string;
|
|
898
698
|
readonly center: boolean;
|
|
899
699
|
readonly overflow: boolean;
|
|
700
|
+
readonly modelValue: boolean;
|
|
701
|
+
readonly appendTo: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
900
702
|
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
901
703
|
readonly ariaLevel: string;
|
|
902
704
|
readonly alignCenter: boolean;
|
|
903
705
|
readonly draggable: boolean;
|
|
904
706
|
readonly fullscreen: boolean;
|
|
707
|
+
readonly closeOnClickModal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
708
|
+
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
709
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
710
|
+
readonly modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
711
|
+
readonly openDelay: number;
|
|
712
|
+
readonly closeDelay: number;
|
|
713
|
+
readonly headerAriaLevel: string;
|
|
714
|
+
readonly appendToBody: boolean;
|
|
715
|
+
readonly destroyOnClose: boolean;
|
|
716
|
+
readonly trapFocus: boolean;
|
|
905
717
|
}>;
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
closed: () => boolean;
|
|
911
|
-
"update:modelValue": (value: boolean) => boolean;
|
|
912
|
-
openAutoFocus: () => boolean;
|
|
913
|
-
closeAutoFocus: () => boolean;
|
|
914
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
718
|
+
__isFragment?: never;
|
|
719
|
+
__isTeleport?: never;
|
|
720
|
+
__isSuspense?: never;
|
|
721
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
915
722
|
readonly appendToBody: BooleanConstructor;
|
|
916
|
-
readonly appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string
|
|
723
|
+
readonly appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, "body", boolean>;
|
|
917
724
|
readonly beforeClose: {
|
|
918
725
|
readonly type: import("vue").PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
919
726
|
readonly required: false;
|
|
@@ -947,12 +754,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
947
754
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
755
|
__epPropKey: true;
|
|
949
756
|
};
|
|
950
|
-
readonly trapFocus:
|
|
757
|
+
readonly trapFocus: BooleanConstructor;
|
|
951
758
|
readonly headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
952
759
|
readonly center: BooleanConstructor;
|
|
953
760
|
readonly alignCenter: BooleanConstructor;
|
|
954
761
|
readonly closeIcon: {
|
|
955
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
762
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
956
763
|
readonly required: false;
|
|
957
764
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
958
765
|
__epPropKey: true;
|
|
@@ -964,19 +771,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
964
771
|
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
965
772
|
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
966
773
|
}>> & {
|
|
967
|
-
onClose?: (() => any) | undefined;
|
|
968
774
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
775
|
+
onClose?: (() => any) | undefined;
|
|
969
776
|
onOpen?: (() => any) | undefined;
|
|
970
777
|
onOpened?: (() => any) | undefined;
|
|
971
778
|
onClosed?: (() => any) | undefined;
|
|
972
779
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
973
780
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
974
781
|
}, {
|
|
782
|
+
visible: import("vue").Ref<boolean>;
|
|
783
|
+
dialogContentRef: import("vue").Ref<any>;
|
|
784
|
+
resetPosition: () => void;
|
|
785
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
786
|
+
open: () => void;
|
|
787
|
+
"update:modelValue": (value: boolean) => void;
|
|
788
|
+
close: () => void;
|
|
789
|
+
opened: () => void;
|
|
790
|
+
closed: () => void;
|
|
791
|
+
openAutoFocus: () => void;
|
|
792
|
+
closeAutoFocus: () => void;
|
|
793
|
+
}, string, {
|
|
975
794
|
readonly title: string;
|
|
976
795
|
readonly center: boolean;
|
|
977
|
-
readonly modelValue: boolean;
|
|
978
|
-
readonly appendTo: string;
|
|
979
796
|
readonly overflow: boolean;
|
|
797
|
+
readonly modelValue: boolean;
|
|
798
|
+
readonly appendTo: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
980
799
|
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
981
800
|
readonly ariaLevel: string;
|
|
982
801
|
readonly alignCenter: boolean;
|
|
@@ -988,11 +807,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
988
807
|
readonly modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
989
808
|
readonly openDelay: number;
|
|
990
809
|
readonly closeDelay: number;
|
|
991
|
-
readonly trapFocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
992
810
|
readonly headerAriaLevel: string;
|
|
993
811
|
readonly appendToBody: boolean;
|
|
994
812
|
readonly destroyOnClose: boolean;
|
|
995
|
-
|
|
813
|
+
readonly trapFocus: boolean;
|
|
814
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
815
|
+
$slots: {
|
|
816
|
+
header?(_: {
|
|
817
|
+
close: () => void;
|
|
818
|
+
titleId: string;
|
|
819
|
+
titleClass: string;
|
|
820
|
+
}): any;
|
|
821
|
+
title?(_: {}): any;
|
|
822
|
+
default?(_: {}): any;
|
|
823
|
+
footer?(_: {}): any;
|
|
824
|
+
};
|
|
825
|
+
})>;
|
|
996
826
|
VmMap: import("vue").DefineComponent<{
|
|
997
827
|
defaultOptions: {
|
|
998
828
|
type: import("vue").PropType<Partial<import("mapbox-gl").MapboxOptions>>;
|
|
@@ -1234,23 +1064,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1234
1064
|
VmControlDrawUi: import("vue").DefineComponent<{}, {
|
|
1235
1065
|
ctrlGp: Element | null;
|
|
1236
1066
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1237
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<
|
|
1238
|
-
|
|
1239
|
-
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>>;
|
|
1240
|
-
readonly required: false;
|
|
1241
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1242
|
-
__epPropKey: true;
|
|
1243
|
-
};
|
|
1244
|
-
readonly color: {
|
|
1245
|
-
readonly type: import("vue").PropType<string>;
|
|
1246
|
-
readonly required: false;
|
|
1247
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1248
|
-
__epPropKey: true;
|
|
1249
|
-
};
|
|
1250
|
-
}, {
|
|
1251
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1067
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<{
|
|
1068
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1252
1069
|
readonly size: {
|
|
1253
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1070
|
+
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>>;
|
|
1254
1071
|
readonly required: false;
|
|
1255
1072
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1256
1073
|
__epPropKey: true;
|
|
@@ -1261,31 +1078,33 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1261
1078
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1262
1079
|
__epPropKey: true;
|
|
1263
1080
|
};
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
(name: string, state: boolean | undefined): string;
|
|
1278
|
-
(name: string): string;
|
|
1081
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1082
|
+
P: {};
|
|
1083
|
+
B: {};
|
|
1084
|
+
D: {};
|
|
1085
|
+
C: {};
|
|
1086
|
+
M: {};
|
|
1087
|
+
Defaults: {};
|
|
1088
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1089
|
+
readonly size: {
|
|
1090
|
+
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>>;
|
|
1091
|
+
readonly required: false;
|
|
1092
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1093
|
+
__epPropKey: true;
|
|
1279
1094
|
};
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1095
|
+
readonly color: {
|
|
1096
|
+
readonly type: import("vue").PropType<string>;
|
|
1097
|
+
readonly required: false;
|
|
1098
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1099
|
+
__epPropKey: true;
|
|
1100
|
+
};
|
|
1101
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
1102
|
+
__isFragment?: never;
|
|
1103
|
+
__isTeleport?: never;
|
|
1104
|
+
__isSuspense?: never;
|
|
1105
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1287
1106
|
readonly size: {
|
|
1288
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1107
|
+
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>>;
|
|
1289
1108
|
readonly required: false;
|
|
1290
1109
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1291
1110
|
__epPropKey: true;
|
|
@@ -1296,7 +1115,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1296
1115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1297
1116
|
__epPropKey: true;
|
|
1298
1117
|
};
|
|
1299
|
-
}>>, {},
|
|
1118
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1119
|
+
$slots: {
|
|
1120
|
+
default?(_: {}): any;
|
|
1121
|
+
};
|
|
1122
|
+
})>;
|
|
1300
1123
|
Checked: 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>;
|
|
1301
1124
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1302
1125
|
export default _default;
|