@vunk/form 1.2.2 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/button/src/index.vue.d.ts +282 -6
- package/components/cascader/src/ctx.d.ts +1 -1
- package/components/cascader/src/index.vue.d.ts +13672 -8
- package/components/checkbox/src/ctx.d.ts +1 -1
- package/components/checkbox/src/index.vue.d.ts +906 -10
- package/components/color-picker/src/index.vue.d.ts +10950 -7
- package/components/date-picker/src/ctx.d.ts +1 -1
- package/components/date-picker/src/index.vue.d.ts +225 -11
- package/components/date-picker-range/src/ctx.d.ts +1 -1
- package/components/date-picker-range/src/index.vue.d.ts +24 -12
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/index.vue.d.ts +822 -8
- package/components/esri-input-geojson/src/append.vue.d.ts +2232 -5
- package/components/esri-input-geojson/src/ctx.d.ts +1 -1
- package/components/esri-input-geojson/src/default-view.vue.d.ts +3 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +723 -23
- package/components/esri-input-geojson/src/viewer.vue.d.ts +141 -10
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +373 -39
- package/components/form-item/index.cjs +3 -4
- package/components/form-item/index.mjs +3 -4
- package/components/form-item/src/index.vue.d.ts +185 -5
- package/components/form-item-renderer/src/index.vue.d.ts +5 -5
- package/components/form-item-renderer-template/src/index.vue.d.ts +4 -4
- package/components/geoinput/src/index.vue.d.ts +40 -17
- package/components/geoinput-read/src/append.vue.d.ts +379 -2
- package/components/geoinput-read/src/core.vue.d.ts +176 -14
- package/components/geoinput-read/src/ctx.d.ts +1 -1
- package/components/geoinput-read/src/index.vue.d.ts +743 -15
- package/components/geoinput-update/src/append.vue.d.ts +2231 -5
- package/components/geoinput-update/src/ctx.d.ts +1 -1
- package/components/geoinput-update/src/index.vue.d.ts +814 -20
- package/components/input/index.cjs +2 -2
- package/components/input/index.mjs +2 -2
- package/components/input/src/index.vue.d.ts +479 -13
- package/components/input-link/src/index.vue.d.ts +25 -13
- package/components/input-number/src/ctx.d.ts +1 -1
- package/components/input-number/src/index.vue.d.ts +1579 -12
- package/components/monaco-editor/index.cjs +83 -0
- package/components/monaco-editor/index.css +3 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/index.mjs +77 -0
- package/components/monaco-editor/src/ctx.d.ts +70 -0
- package/components/monaco-editor/src/index.vue.d.ts +209 -0
- package/components/monaco-editor/src/types.d.ts +7 -0
- package/components/radio/src/index.vue.d.ts +444 -10
- package/components/select/src/ctx.d.ts +3 -3
- package/components/select/src/index.vue.d.ts +12944 -31
- package/components/slider/index.cjs +3 -3
- package/components/slider/index.mjs +3 -3
- package/components/slider/src/index.vue.d.ts +25 -12
- package/components/switch/src/index.vue.d.ts +319 -8
- package/components/templates-default/index.cjs +41 -26
- package/components/templates-default/index.mjs +41 -26
- package/components/templates-default/src/index.vue.d.ts +162 -7
- package/components/templates-element-plus/src/index.vue.d.ts +193 -6
- package/components/templates-esri/src/index.vue.d.ts +30 -7
- package/components/templates-layout/src/index.vue.d.ts +148 -6
- package/components/templates-mapbox/src/index.vue.d.ts +30 -7
- package/components/templates-variant/src/index.vue.d.ts +30 -7
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +1 -1
- package/components/upload/src/file.vue.d.ts +263 -6
- package/components/upload/src/index.vue.d.ts +2366 -9
- package/components/upload-plus/index.cjs +19 -20
- package/components/upload-plus/index.mjs +19 -20
- package/components/upload-plus/src/index.vue.d.ts +874 -12
- package/components/van-cascader/src/index.vue.d.ts +13048 -11
- package/components/var-datetime-picker/src/index.vue.d.ts +624 -10
- package/components/vditor/index.cjs +43 -408
- package/components/vditor/index.mjs +44 -409
- package/components/vditor/src/ctx.d.ts +52 -6
- package/components/vditor/src/index.vue.d.ts +274 -16
- package/components/vditor/src/types.d.ts +7 -9
- package/composables/useSourceManager.d.ts +1 -1
- package/index.css +4 -13
- package/package.json +9 -4
- package/shared/element-plus/ctx.d.ts +3 -3
- package/shared/element-plus/instances.d.ts +2 -2
- package/components/vditor/index.css +0 -12
- package/components/vditor/src/handle-fullscreen.vue.d.ts +0 -18
- package/components/vditor/src/handle-value.vue.d.ts +0 -18
- package/components/vditor/src/use.d.ts +0 -4
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
3
|
buttonSlots: {
|
|
3
4
|
type: import("vue").PropType<import("./types").ButtonSlots>;
|
|
4
5
|
default: () => {};
|
|
@@ -88,12 +89,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
89
|
for: StringConstructor;
|
|
89
90
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
90
91
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
91
|
-
}
|
|
92
|
+
}>, {
|
|
92
93
|
formBindProps: import("vue").ComputedRef<{}>;
|
|
93
94
|
coreBindProps: import("vue").ComputedRef<{}>;
|
|
94
95
|
coreOnEmits: {};
|
|
95
96
|
handleClick: (e: MouseEvent) => void;
|
|
96
|
-
},
|
|
97
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
97
98
|
click: (evt: MouseEvent) => boolean;
|
|
98
99
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
100
|
buttonSlots: {
|
|
@@ -185,9 +186,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
185
186
|
for: StringConstructor;
|
|
186
187
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
187
188
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
188
|
-
}>> & {
|
|
189
|
+
}>> & Readonly<{
|
|
189
190
|
onClick?: (evt: MouseEvent) => any;
|
|
190
|
-
}
|
|
191
|
+
}>, {
|
|
191
192
|
disabled: boolean;
|
|
192
193
|
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
193
194
|
nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
@@ -215,5 +216,280 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
215
216
|
buttonSlots: import("./types").ButtonSlots;
|
|
216
217
|
buttonLabel: string;
|
|
217
218
|
validate: boolean;
|
|
218
|
-
}, {}
|
|
219
|
+
}, {}, {
|
|
220
|
+
VkfFormItem: {
|
|
221
|
+
new (...args: any[]): any;
|
|
222
|
+
__isFragment?: never;
|
|
223
|
+
__isTeleport?: never;
|
|
224
|
+
__isSuspense?: never;
|
|
225
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
226
|
+
[x: string]: any;
|
|
227
|
+
[x: symbol]: any;
|
|
228
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
229
|
+
install(app: import("vue").App): void;
|
|
230
|
+
};
|
|
231
|
+
ElButton: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
232
|
+
readonly size: {
|
|
233
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
234
|
+
readonly required: false;
|
|
235
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
|
+
__epPropKey: true;
|
|
237
|
+
};
|
|
238
|
+
readonly disabled: BooleanConstructor;
|
|
239
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
240
|
+
readonly icon: {
|
|
241
|
+
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>>;
|
|
242
|
+
readonly required: false;
|
|
243
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
|
+
__epPropKey: true;
|
|
245
|
+
};
|
|
246
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
247
|
+
readonly loading: BooleanConstructor;
|
|
248
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(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, () => any, boolean>;
|
|
249
|
+
readonly plain: BooleanConstructor;
|
|
250
|
+
readonly text: BooleanConstructor;
|
|
251
|
+
readonly link: BooleanConstructor;
|
|
252
|
+
readonly bg: BooleanConstructor;
|
|
253
|
+
readonly autofocus: BooleanConstructor;
|
|
254
|
+
readonly round: BooleanConstructor;
|
|
255
|
+
readonly circle: BooleanConstructor;
|
|
256
|
+
readonly color: StringConstructor;
|
|
257
|
+
readonly dark: BooleanConstructor;
|
|
258
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
259
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(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, "button", boolean>;
|
|
260
|
+
}, {
|
|
261
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
262
|
+
readonly size: {
|
|
263
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
264
|
+
readonly required: false;
|
|
265
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
|
+
__epPropKey: true;
|
|
267
|
+
};
|
|
268
|
+
readonly disabled: BooleanConstructor;
|
|
269
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
270
|
+
readonly icon: {
|
|
271
|
+
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>>;
|
|
272
|
+
readonly required: false;
|
|
273
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
|
+
__epPropKey: true;
|
|
275
|
+
};
|
|
276
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
277
|
+
readonly loading: BooleanConstructor;
|
|
278
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(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, () => any, boolean>;
|
|
279
|
+
readonly plain: BooleanConstructor;
|
|
280
|
+
readonly text: BooleanConstructor;
|
|
281
|
+
readonly link: BooleanConstructor;
|
|
282
|
+
readonly bg: BooleanConstructor;
|
|
283
|
+
readonly autofocus: BooleanConstructor;
|
|
284
|
+
readonly round: BooleanConstructor;
|
|
285
|
+
readonly circle: BooleanConstructor;
|
|
286
|
+
readonly color: StringConstructor;
|
|
287
|
+
readonly dark: BooleanConstructor;
|
|
288
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
289
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(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, "button", boolean>;
|
|
290
|
+
}>> & {
|
|
291
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
292
|
+
}>>;
|
|
293
|
+
emit: (event: "click", evt: MouseEvent) => void;
|
|
294
|
+
buttonStyle: import("vue").ComputedRef<Record<string, string>>;
|
|
295
|
+
ns: {
|
|
296
|
+
namespace: import("vue").ComputedRef<string>;
|
|
297
|
+
b: (blockSuffix?: string) => string;
|
|
298
|
+
e: (element?: string | undefined) => string;
|
|
299
|
+
m: (modifier?: string | undefined) => string;
|
|
300
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
301
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
302
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
303
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
304
|
+
is: {
|
|
305
|
+
(name: string, state: boolean | undefined): string;
|
|
306
|
+
(name: string): string;
|
|
307
|
+
};
|
|
308
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
309
|
+
cssVarName: (name: string) => string;
|
|
310
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
311
|
+
cssVarBlockName: (name: string) => string;
|
|
312
|
+
};
|
|
313
|
+
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
314
|
+
_size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
315
|
+
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
316
|
+
_disabled: import("vue").ComputedRef<boolean>;
|
|
317
|
+
_props: import("vue").ComputedRef<{
|
|
318
|
+
ariaDisabled: boolean;
|
|
319
|
+
disabled: boolean;
|
|
320
|
+
autofocus: boolean;
|
|
321
|
+
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
322
|
+
} | {
|
|
323
|
+
ariaDisabled?: undefined;
|
|
324
|
+
disabled?: undefined;
|
|
325
|
+
autofocus?: undefined;
|
|
326
|
+
type?: undefined;
|
|
327
|
+
}>;
|
|
328
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
329
|
+
handleClick: (evt: MouseEvent) => void;
|
|
330
|
+
buttonKls: import("vue").ComputedRef<string[]>;
|
|
331
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
332
|
+
readonly size: {
|
|
333
|
+
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>>;
|
|
334
|
+
readonly required: false;
|
|
335
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
336
|
+
__epPropKey: true;
|
|
337
|
+
};
|
|
338
|
+
readonly color: {
|
|
339
|
+
readonly type: import("vue").PropType<string>;
|
|
340
|
+
readonly required: false;
|
|
341
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
|
+
__epPropKey: true;
|
|
343
|
+
};
|
|
344
|
+
}, {
|
|
345
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
346
|
+
readonly size: {
|
|
347
|
+
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>>;
|
|
348
|
+
readonly required: false;
|
|
349
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
350
|
+
__epPropKey: true;
|
|
351
|
+
};
|
|
352
|
+
readonly color: {
|
|
353
|
+
readonly type: import("vue").PropType<string>;
|
|
354
|
+
readonly required: false;
|
|
355
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
356
|
+
__epPropKey: true;
|
|
357
|
+
};
|
|
358
|
+
}>> & {
|
|
359
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
360
|
+
}>>;
|
|
361
|
+
ns: {
|
|
362
|
+
namespace: import("vue").ComputedRef<string>;
|
|
363
|
+
b: (blockSuffix?: string) => string;
|
|
364
|
+
e: (element?: string | undefined) => string;
|
|
365
|
+
m: (modifier?: string | undefined) => string;
|
|
366
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
367
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
368
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
369
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
370
|
+
is: {
|
|
371
|
+
(name: string, state: boolean | undefined): string;
|
|
372
|
+
(name: string): string;
|
|
373
|
+
};
|
|
374
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
375
|
+
cssVarName: (name: string) => string;
|
|
376
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
377
|
+
cssVarBlockName: (name: string) => string;
|
|
378
|
+
};
|
|
379
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
380
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
381
|
+
readonly size: {
|
|
382
|
+
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>>;
|
|
383
|
+
readonly required: false;
|
|
384
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
+
__epPropKey: true;
|
|
386
|
+
};
|
|
387
|
+
readonly color: {
|
|
388
|
+
readonly type: import("vue").PropType<string>;
|
|
389
|
+
readonly required: false;
|
|
390
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
|
+
__epPropKey: true;
|
|
392
|
+
};
|
|
393
|
+
}>>, {}>> & Record<string, any>;
|
|
394
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
395
|
+
click: (evt: MouseEvent) => boolean;
|
|
396
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
397
|
+
readonly size: {
|
|
398
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
399
|
+
readonly required: false;
|
|
400
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
401
|
+
__epPropKey: true;
|
|
402
|
+
};
|
|
403
|
+
readonly disabled: BooleanConstructor;
|
|
404
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
405
|
+
readonly icon: {
|
|
406
|
+
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>>;
|
|
407
|
+
readonly required: false;
|
|
408
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
409
|
+
__epPropKey: true;
|
|
410
|
+
};
|
|
411
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
412
|
+
readonly loading: BooleanConstructor;
|
|
413
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(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, () => any, boolean>;
|
|
414
|
+
readonly plain: BooleanConstructor;
|
|
415
|
+
readonly text: BooleanConstructor;
|
|
416
|
+
readonly link: BooleanConstructor;
|
|
417
|
+
readonly bg: BooleanConstructor;
|
|
418
|
+
readonly autofocus: BooleanConstructor;
|
|
419
|
+
readonly round: BooleanConstructor;
|
|
420
|
+
readonly circle: BooleanConstructor;
|
|
421
|
+
readonly color: StringConstructor;
|
|
422
|
+
readonly dark: BooleanConstructor;
|
|
423
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
424
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(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, "button", boolean>;
|
|
425
|
+
}>> & {
|
|
426
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
427
|
+
}, {
|
|
428
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
429
|
+
readonly link: boolean;
|
|
430
|
+
readonly dark: boolean;
|
|
431
|
+
readonly disabled: boolean;
|
|
432
|
+
readonly text: boolean;
|
|
433
|
+
readonly autofocus: boolean;
|
|
434
|
+
readonly round: boolean;
|
|
435
|
+
readonly circle: boolean;
|
|
436
|
+
readonly tag: 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>;
|
|
437
|
+
readonly loading: boolean;
|
|
438
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
439
|
+
readonly loadingIcon: 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>;
|
|
440
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
441
|
+
readonly plain: boolean;
|
|
442
|
+
readonly bg: boolean;
|
|
443
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & {
|
|
444
|
+
ButtonGroup: import("vue").DefineComponent<{
|
|
445
|
+
readonly size: {
|
|
446
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
447
|
+
readonly required: false;
|
|
448
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
|
+
__epPropKey: true;
|
|
450
|
+
};
|
|
451
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
452
|
+
}, {
|
|
453
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
454
|
+
readonly size: {
|
|
455
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
456
|
+
readonly required: false;
|
|
457
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
458
|
+
__epPropKey: true;
|
|
459
|
+
};
|
|
460
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
461
|
+
}>> & {
|
|
462
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
463
|
+
}>>;
|
|
464
|
+
ns: {
|
|
465
|
+
namespace: import("vue").ComputedRef<string>;
|
|
466
|
+
b: (blockSuffix?: string) => string;
|
|
467
|
+
e: (element?: string | undefined) => string;
|
|
468
|
+
m: (modifier?: string | undefined) => string;
|
|
469
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
470
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
471
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
472
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
473
|
+
is: {
|
|
474
|
+
(name: string, state: boolean | undefined): string;
|
|
475
|
+
(name: string): string;
|
|
476
|
+
};
|
|
477
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
478
|
+
cssVarName: (name: string) => string;
|
|
479
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
480
|
+
cssVarBlockName: (name: string) => string;
|
|
481
|
+
};
|
|
482
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
483
|
+
readonly size: {
|
|
484
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
485
|
+
readonly required: false;
|
|
486
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
487
|
+
__epPropKey: true;
|
|
488
|
+
};
|
|
489
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
490
|
+
}>>, {
|
|
491
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
492
|
+
}>;
|
|
493
|
+
};
|
|
494
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
219
495
|
export default _default;
|
|
@@ -107,7 +107,7 @@ export declare const props: {
|
|
|
107
107
|
options: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").CascaderOption[]) | (() => import("element-plus").CascaderOption[]) | ((new (...args: any[]) => import("element-plus").CascaderOption[]) | (() => import("element-plus").CascaderOption[]))[], unknown, unknown, () => import("element-plus").CascaderOption[], boolean>;
|
|
108
108
|
props: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").CascaderProps) | (() => import("element-plus").CascaderProps) | ((new (...args: any[]) => import("element-plus").CascaderProps) | (() => import("element-plus").CascaderProps))[], unknown, unknown, () => import("element-plus").CascaderProps, boolean>;
|
|
109
109
|
};
|
|
110
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"required", keyof T2> | Extract<"props", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"emptyValues", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"filterable", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"separator", keyof T2> | Extract<"showAllLevels", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"debounce", keyof T2> | Extract<"beforeFilter", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"teleported", keyof T2> | Extract<"tagType", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"
|
|
110
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"required", keyof T2> | Extract<"props", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"options", keyof T2> | Extract<"emptyValues", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"filterable", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"separator", keyof T2> | Extract<"showAllLevels", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"debounce", keyof T2> | Extract<"beforeFilter", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"teleported", keyof T2> | Extract<"tagType", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"optionsUrl", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "required" | "props" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "options" | "emptyValues" | "valueOnClear" | "placeholder" | "clearable" | "filterable" | "filterMethod" | "separator" | "showAllLevels" | "collapseTags" | "maxCollapseTags" | "collapseTagsTooltip" | "debounce" | "beforeFilter" | "popperClass" | "teleported" | "tagType" | "validateEvent" | "modelValue" | "optionsUrl", keyof T2>, KE> : Extract<"size" | "disabled" | "required" | "props" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "options" | "emptyValues" | "valueOnClear" | "placeholder" | "clearable" | "filterable" | "filterMethod" | "separator" | "showAllLevels" | "collapseTags" | "maxCollapseTags" | "collapseTagsTooltip" | "debounce" | "beforeFilter" | "popperClass" | "teleported" | "tagType" | "validateEvent" | "modelValue" | "optionsUrl", keyof T2>]: { [k in Extract<"size" | "disabled" | "required" | "props" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "options" | "emptyValues" | "valueOnClear" | "placeholder" | "clearable" | "filterable" | "filterMethod" | "separator" | "showAllLevels" | "collapseTags" | "maxCollapseTags" | "collapseTagsTooltip" | "debounce" | "beforeFilter" | "popperClass" | "teleported" | "tagType" | "validateEvent" | "modelValue" | "optionsUrl", keyof T2>]: T2[k]; }[P]; }>;
|
|
111
111
|
export declare const emits: {
|
|
112
112
|
"update:modelValue": (_: import("element-plus").CascaderValue) => boolean;
|
|
113
113
|
change: (_: import("element-plus").CascaderValue) => boolean;
|