@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
|
@@ -25,8 +25,8 @@ var _sfc_main = vue.defineComponent({
|
|
|
25
25
|
ElSlider: elementPlus.ElSlider,
|
|
26
26
|
VkfFormItem: formItem.VkfFormItem
|
|
27
27
|
},
|
|
28
|
-
emits,
|
|
29
28
|
props,
|
|
29
|
+
emits,
|
|
30
30
|
setup(props2, { emit }) {
|
|
31
31
|
const formItemBindProps = formItem._VkfFormItemCtx.createBindProps(props2);
|
|
32
32
|
const readonly = composables.useComputedReadonly(props2);
|
|
@@ -56,10 +56,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56
56
|
class: {
|
|
57
57
|
"is-readonly": _ctx.readonly
|
|
58
58
|
}
|
|
59
|
-
}, _ctx.coreProps,
|
|
59
|
+
}, _ctx.coreProps, {
|
|
60
60
|
"model-value": _ctx.modelValue ?? _ctx.defaultModelValue,
|
|
61
61
|
disabled: _ctx.readonly || _ctx.disabled
|
|
62
|
-
}), {
|
|
62
|
+
}, vue.toHandlers(_ctx.coreEmits)), {
|
|
63
63
|
default: vue.withCtx(() => [
|
|
64
64
|
vue.renderSlot(_ctx.$slots, "default")
|
|
65
65
|
]),
|
|
@@ -21,8 +21,8 @@ var _sfc_main = defineComponent({
|
|
|
21
21
|
ElSlider,
|
|
22
22
|
VkfFormItem
|
|
23
23
|
},
|
|
24
|
-
emits,
|
|
25
24
|
props,
|
|
25
|
+
emits,
|
|
26
26
|
setup(props2, { emit }) {
|
|
27
27
|
const formItemBindProps = _VkfFormItemCtx.createBindProps(props2);
|
|
28
28
|
const readonly = useComputedReadonly(props2);
|
|
@@ -52,10 +52,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52
52
|
class: {
|
|
53
53
|
"is-readonly": _ctx.readonly
|
|
54
54
|
}
|
|
55
|
-
}, _ctx.coreProps,
|
|
55
|
+
}, _ctx.coreProps, {
|
|
56
56
|
"model-value": _ctx.modelValue ?? _ctx.defaultModelValue,
|
|
57
57
|
disabled: _ctx.readonly || _ctx.disabled
|
|
58
|
-
}), {
|
|
58
|
+
}, toHandlers(_ctx.coreEmits)), {
|
|
59
59
|
default: withCtx(() => [
|
|
60
60
|
renderSlot(_ctx.$slots, "default")
|
|
61
61
|
]),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
modelValue: any;
|
|
3
3
|
defaultModelValue: any;
|
|
4
4
|
ariaLabel: StringConstructor;
|
|
@@ -119,29 +119,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
119
|
for: StringConstructor;
|
|
120
120
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
121
121
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
122
|
-
}
|
|
122
|
+
}>, {
|
|
123
123
|
readonly: import("vue").ComputedRef<boolean>;
|
|
124
124
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
125
125
|
coreProps: import("vue").ComputedRef<{
|
|
126
126
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
127
127
|
label: string;
|
|
128
|
+
min: number;
|
|
129
|
+
max: number;
|
|
128
130
|
vertical: boolean;
|
|
129
131
|
placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
|
|
130
132
|
id: string;
|
|
131
133
|
debounce: number;
|
|
132
134
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
133
135
|
ariaLabel: string;
|
|
134
|
-
min: number;
|
|
135
|
-
max: number;
|
|
136
136
|
inputSize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
137
137
|
step: number;
|
|
138
|
+
height: string;
|
|
138
139
|
showInput: boolean;
|
|
139
140
|
showInputControls: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
140
141
|
showStops: boolean;
|
|
141
142
|
showTooltip: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
142
143
|
formatTooltip: (val: number) => number | string;
|
|
143
144
|
range: boolean;
|
|
144
|
-
height: string;
|
|
145
145
|
rangeStartLabel: string;
|
|
146
146
|
rangeEndLabel: string;
|
|
147
147
|
formatValueText: (val: number) => string;
|
|
@@ -163,7 +163,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
163
|
};
|
|
164
164
|
}>;
|
|
165
165
|
coreEmits: {};
|
|
166
|
-
},
|
|
166
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
167
167
|
"update:modelValue": (value: import("element-plus/es/utils").Arrayable<number>) => boolean;
|
|
168
168
|
input: (value: import("element-plus/es/utils").Arrayable<number>) => boolean;
|
|
169
169
|
change: (value: import("element-plus/es/utils").Arrayable<number>) => boolean;
|
|
@@ -288,11 +288,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
288
288
|
for: StringConstructor;
|
|
289
289
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
290
290
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
291
|
-
}>> & {
|
|
292
|
-
onChange?: (value: import("element-plus/es/utils").Arrayable<number>) => any;
|
|
291
|
+
}>> & Readonly<{
|
|
293
292
|
"onUpdate:modelValue"?: (value: import("element-plus/es/utils").Arrayable<number>) => any;
|
|
294
293
|
onInput?: (value: import("element-plus/es/utils").Arrayable<number>) => any;
|
|
295
|
-
|
|
294
|
+
onChange?: (value: import("element-plus/es/utils").Arrayable<number>) => any;
|
|
295
|
+
}>, {
|
|
296
296
|
disabled: boolean;
|
|
297
297
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
298
298
|
formItemSize: "default" | "small" | "large";
|
|
@@ -304,14 +304,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
304
304
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
305
305
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
306
306
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
307
|
+
min: number;
|
|
308
|
+
max: number;
|
|
307
309
|
vertical: boolean;
|
|
308
310
|
placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
|
|
309
311
|
id: string;
|
|
310
312
|
debounce: number;
|
|
311
313
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
312
314
|
modelValue: any;
|
|
313
|
-
min: number;
|
|
314
|
-
max: number;
|
|
315
315
|
defaultModelValue: any;
|
|
316
316
|
step: number;
|
|
317
317
|
showInput: boolean;
|
|
@@ -324,5 +324,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
324
324
|
rangeEndLabel: string;
|
|
325
325
|
formatValueText: (val: number) => string;
|
|
326
326
|
tooltipClass: string;
|
|
327
|
-
}, {}
|
|
327
|
+
}, {}, {
|
|
328
|
+
ElSlider: never;
|
|
329
|
+
VkfFormItem: {
|
|
330
|
+
new (...args: any[]): any;
|
|
331
|
+
__isFragment?: never;
|
|
332
|
+
__isTeleport?: never;
|
|
333
|
+
__isSuspense?: never;
|
|
334
|
+
} & 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, {
|
|
335
|
+
[x: string]: any;
|
|
336
|
+
[x: symbol]: any;
|
|
337
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
338
|
+
install(app: import("vue").App): void;
|
|
339
|
+
};
|
|
340
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
328
341
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
modelValue: any;
|
|
3
3
|
defaultModelValue: {
|
|
4
4
|
default: boolean;
|
|
@@ -106,7 +106,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
106
|
for: StringConstructor;
|
|
107
107
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
108
108
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
109
|
-
}
|
|
109
|
+
}>, {
|
|
110
110
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
111
111
|
switchBindProps: import("vue").ComputedRef<{
|
|
112
112
|
size: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">;
|
|
@@ -130,7 +130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
130
130
|
}>;
|
|
131
131
|
switchOnEmits: {};
|
|
132
132
|
readonly: import("vue").ComputedRef<boolean>;
|
|
133
|
-
},
|
|
133
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
134
134
|
"update:modelValue": (val: boolean | string | number) => boolean;
|
|
135
135
|
change: (val: boolean | string | number) => boolean;
|
|
136
136
|
input: (val: boolean | string | number) => boolean;
|
|
@@ -242,14 +242,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
242
242
|
for: StringConstructor;
|
|
243
243
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
244
244
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
245
|
-
}>> & {
|
|
246
|
-
onChange?: (val: string | number | boolean) => any;
|
|
245
|
+
}>> & Readonly<{
|
|
247
246
|
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
248
247
|
onInput?: (val: string | number | boolean) => any;
|
|
249
|
-
|
|
248
|
+
onChange?: (val: string | number | boolean) => any;
|
|
249
|
+
}>, {
|
|
250
250
|
disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
251
251
|
loading: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
252
252
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
253
|
+
name: string;
|
|
253
254
|
formItemSize: "default" | "small" | "large";
|
|
254
255
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
255
256
|
inline: boolean;
|
|
@@ -259,7 +260,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
259
260
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
260
261
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
261
262
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
262
|
-
name: string;
|
|
263
263
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
264
264
|
modelValue: any;
|
|
265
265
|
defaultModelValue: boolean;
|
|
@@ -269,5 +269,316 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
269
|
inactiveText: string;
|
|
270
270
|
activeValue: import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
271
271
|
inactiveValue: import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
272
|
-
}, {}
|
|
272
|
+
}, {}, {
|
|
273
|
+
ElSwitch: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
274
|
+
readonly ariaLabel: StringConstructor;
|
|
275
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
276
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
277
|
+
readonly loading: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
278
|
+
readonly size: {
|
|
279
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
280
|
+
readonly required: false;
|
|
281
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
282
|
+
__epPropKey: true;
|
|
283
|
+
};
|
|
284
|
+
readonly width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
285
|
+
readonly inlinePrompt: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
286
|
+
readonly inactiveActionIcon: {
|
|
287
|
+
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>>;
|
|
288
|
+
readonly required: false;
|
|
289
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
290
|
+
__epPropKey: true;
|
|
291
|
+
};
|
|
292
|
+
readonly activeActionIcon: {
|
|
293
|
+
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>>;
|
|
294
|
+
readonly required: false;
|
|
295
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
|
+
__epPropKey: true;
|
|
297
|
+
};
|
|
298
|
+
readonly activeIcon: {
|
|
299
|
+
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>>;
|
|
300
|
+
readonly required: false;
|
|
301
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
302
|
+
__epPropKey: true;
|
|
303
|
+
};
|
|
304
|
+
readonly inactiveIcon: {
|
|
305
|
+
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>>;
|
|
306
|
+
readonly required: false;
|
|
307
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
308
|
+
__epPropKey: true;
|
|
309
|
+
};
|
|
310
|
+
readonly activeText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
311
|
+
readonly inactiveText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
312
|
+
readonly activeValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
313
|
+
readonly inactiveValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
314
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
315
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
316
|
+
readonly beforeChange: {
|
|
317
|
+
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
318
|
+
readonly required: false;
|
|
319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
320
|
+
__epPropKey: true;
|
|
321
|
+
};
|
|
322
|
+
readonly id: StringConstructor;
|
|
323
|
+
readonly tabindex: {
|
|
324
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
325
|
+
readonly required: false;
|
|
326
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
327
|
+
__epPropKey: true;
|
|
328
|
+
};
|
|
329
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
330
|
+
}, {
|
|
331
|
+
COMPONENT_NAME: string;
|
|
332
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
333
|
+
readonly ariaLabel: StringConstructor;
|
|
334
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
335
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
336
|
+
readonly loading: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
337
|
+
readonly size: {
|
|
338
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
339
|
+
readonly required: false;
|
|
340
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
341
|
+
__epPropKey: true;
|
|
342
|
+
};
|
|
343
|
+
readonly width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
344
|
+
readonly inlinePrompt: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
345
|
+
readonly inactiveActionIcon: {
|
|
346
|
+
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>>;
|
|
347
|
+
readonly required: false;
|
|
348
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
|
+
__epPropKey: true;
|
|
350
|
+
};
|
|
351
|
+
readonly activeActionIcon: {
|
|
352
|
+
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>>;
|
|
353
|
+
readonly required: false;
|
|
354
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
355
|
+
__epPropKey: true;
|
|
356
|
+
};
|
|
357
|
+
readonly activeIcon: {
|
|
358
|
+
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>>;
|
|
359
|
+
readonly required: false;
|
|
360
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
361
|
+
__epPropKey: true;
|
|
362
|
+
};
|
|
363
|
+
readonly inactiveIcon: {
|
|
364
|
+
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>>;
|
|
365
|
+
readonly required: false;
|
|
366
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
|
+
__epPropKey: true;
|
|
368
|
+
};
|
|
369
|
+
readonly activeText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
370
|
+
readonly inactiveText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
371
|
+
readonly activeValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
372
|
+
readonly inactiveValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
373
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
374
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
375
|
+
readonly beforeChange: {
|
|
376
|
+
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
377
|
+
readonly required: false;
|
|
378
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
379
|
+
__epPropKey: true;
|
|
380
|
+
};
|
|
381
|
+
readonly id: StringConstructor;
|
|
382
|
+
readonly tabindex: {
|
|
383
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
384
|
+
readonly required: false;
|
|
385
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
|
+
__epPropKey: true;
|
|
387
|
+
};
|
|
388
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
389
|
+
}>> & {
|
|
390
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
391
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
392
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
393
|
+
}>>;
|
|
394
|
+
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
395
|
+
formItem: import("element-plus").FormItemContext | undefined;
|
|
396
|
+
switchSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
397
|
+
ns: {
|
|
398
|
+
namespace: import("vue").ComputedRef<string>;
|
|
399
|
+
b: (blockSuffix?: string) => string;
|
|
400
|
+
e: (element?: string | undefined) => string;
|
|
401
|
+
m: (modifier?: string | undefined) => string;
|
|
402
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
403
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
404
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
405
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
406
|
+
is: {
|
|
407
|
+
(name: string, state: boolean | undefined): string;
|
|
408
|
+
(name: string): string;
|
|
409
|
+
};
|
|
410
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
411
|
+
cssVarName: (name: string) => string;
|
|
412
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
413
|
+
cssVarBlockName: (name: string) => string;
|
|
414
|
+
};
|
|
415
|
+
inputId: import("vue").Ref<string | undefined>;
|
|
416
|
+
switchDisabled: import("vue").ComputedRef<boolean>;
|
|
417
|
+
isControlled: import("vue").Ref<boolean>;
|
|
418
|
+
input: import("vue").Ref<HTMLInputElement | undefined>;
|
|
419
|
+
core: import("vue").Ref<HTMLSpanElement | undefined>;
|
|
420
|
+
switchKls: import("vue").ComputedRef<string[]>;
|
|
421
|
+
labelLeftKls: import("vue").ComputedRef<string[]>;
|
|
422
|
+
labelRightKls: import("vue").ComputedRef<string[]>;
|
|
423
|
+
coreStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
424
|
+
actualValue: import("vue").ComputedRef<import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
425
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
426
|
+
handleChange: () => void;
|
|
427
|
+
switchValue: () => void;
|
|
428
|
+
focus: () => void;
|
|
429
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
430
|
+
readonly size: {
|
|
431
|
+
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>>;
|
|
432
|
+
readonly required: false;
|
|
433
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
|
+
__epPropKey: true;
|
|
435
|
+
};
|
|
436
|
+
readonly color: {
|
|
437
|
+
readonly type: import("vue").PropType<string>;
|
|
438
|
+
readonly required: false;
|
|
439
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
440
|
+
__epPropKey: true;
|
|
441
|
+
};
|
|
442
|
+
}, {
|
|
443
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
444
|
+
readonly size: {
|
|
445
|
+
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>>;
|
|
446
|
+
readonly required: false;
|
|
447
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
448
|
+
__epPropKey: true;
|
|
449
|
+
};
|
|
450
|
+
readonly color: {
|
|
451
|
+
readonly type: import("vue").PropType<string>;
|
|
452
|
+
readonly required: false;
|
|
453
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
454
|
+
__epPropKey: true;
|
|
455
|
+
};
|
|
456
|
+
}>> & {
|
|
457
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
458
|
+
}>>;
|
|
459
|
+
ns: {
|
|
460
|
+
namespace: import("vue").ComputedRef<string>;
|
|
461
|
+
b: (blockSuffix?: string) => string;
|
|
462
|
+
e: (element?: string | undefined) => string;
|
|
463
|
+
m: (modifier?: string | undefined) => string;
|
|
464
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
465
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
466
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
467
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
468
|
+
is: {
|
|
469
|
+
(name: string, state: boolean | undefined): string;
|
|
470
|
+
(name: string): string;
|
|
471
|
+
};
|
|
472
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
473
|
+
cssVarName: (name: string) => string;
|
|
474
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
475
|
+
cssVarBlockName: (name: string) => string;
|
|
476
|
+
};
|
|
477
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
478
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
479
|
+
readonly size: {
|
|
480
|
+
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>>;
|
|
481
|
+
readonly required: false;
|
|
482
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
483
|
+
__epPropKey: true;
|
|
484
|
+
};
|
|
485
|
+
readonly color: {
|
|
486
|
+
readonly type: import("vue").PropType<string>;
|
|
487
|
+
readonly required: false;
|
|
488
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
489
|
+
__epPropKey: true;
|
|
490
|
+
};
|
|
491
|
+
}>>, {}>> & Record<string, any>;
|
|
492
|
+
Loading: any;
|
|
493
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
494
|
+
"update:modelValue": (val: string | number | boolean) => boolean;
|
|
495
|
+
change: (val: string | number | boolean) => boolean;
|
|
496
|
+
input: (val: string | number | boolean) => boolean;
|
|
497
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
498
|
+
readonly ariaLabel: StringConstructor;
|
|
499
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
500
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
501
|
+
readonly loading: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
502
|
+
readonly size: {
|
|
503
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
504
|
+
readonly required: false;
|
|
505
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
506
|
+
__epPropKey: true;
|
|
507
|
+
};
|
|
508
|
+
readonly width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
509
|
+
readonly inlinePrompt: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
510
|
+
readonly inactiveActionIcon: {
|
|
511
|
+
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>>;
|
|
512
|
+
readonly required: false;
|
|
513
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
514
|
+
__epPropKey: true;
|
|
515
|
+
};
|
|
516
|
+
readonly activeActionIcon: {
|
|
517
|
+
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>>;
|
|
518
|
+
readonly required: false;
|
|
519
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
520
|
+
__epPropKey: true;
|
|
521
|
+
};
|
|
522
|
+
readonly activeIcon: {
|
|
523
|
+
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>>;
|
|
524
|
+
readonly required: false;
|
|
525
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
526
|
+
__epPropKey: true;
|
|
527
|
+
};
|
|
528
|
+
readonly inactiveIcon: {
|
|
529
|
+
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>>;
|
|
530
|
+
readonly required: false;
|
|
531
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
532
|
+
__epPropKey: true;
|
|
533
|
+
};
|
|
534
|
+
readonly activeText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
535
|
+
readonly inactiveText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
536
|
+
readonly activeValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
537
|
+
readonly inactiveValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
538
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
539
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
540
|
+
readonly beforeChange: {
|
|
541
|
+
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
542
|
+
readonly required: false;
|
|
543
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
544
|
+
__epPropKey: true;
|
|
545
|
+
};
|
|
546
|
+
readonly id: StringConstructor;
|
|
547
|
+
readonly tabindex: {
|
|
548
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
549
|
+
readonly required: false;
|
|
550
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
551
|
+
__epPropKey: true;
|
|
552
|
+
};
|
|
553
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
554
|
+
}>> & {
|
|
555
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
556
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
557
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
558
|
+
}, {
|
|
559
|
+
readonly width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
560
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
561
|
+
readonly disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
562
|
+
readonly name: string;
|
|
563
|
+
readonly label: string;
|
|
564
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
565
|
+
readonly loading: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
566
|
+
readonly inlinePrompt: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
567
|
+
readonly activeText: string;
|
|
568
|
+
readonly inactiveText: string;
|
|
569
|
+
readonly activeValue: import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
570
|
+
readonly inactiveValue: import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
571
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
572
|
+
VkfFormItem: {
|
|
573
|
+
new (...args: any[]): any;
|
|
574
|
+
__isFragment?: never;
|
|
575
|
+
__isTeleport?: never;
|
|
576
|
+
__isSuspense?: never;
|
|
577
|
+
} & 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, {
|
|
578
|
+
[x: string]: any;
|
|
579
|
+
[x: symbol]: any;
|
|
580
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
581
|
+
install(app: import("vue").App): void;
|
|
582
|
+
};
|
|
583
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
273
584
|
export default _default;
|