@vunk/form 2.14.16 → 2.14.18
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/card-input-collection/index.cjs +3 -2
- package/components/card-input-collection/index.mjs +3 -2
- package/components/card-input-collection/src/core.vue.d.ts +4 -4
- package/components/card-input-collection/src/ctx.d.ts +1 -1
- package/components/card-input-collection/src/index.vue.d.ts +3 -3
- package/components/dialog-input-collection/index.cjs +3 -2
- package/components/dialog-input-collection/index.mjs +3 -2
- package/components/dialog-input-collection/src/ctx.d.ts +1 -1
- package/components/dialog-input-collection/src/index.vue.d.ts +4 -4
- package/components/input-collection/index.cjs +5 -3
- package/components/input-collection/index.mjs +5 -3
- package/components/input-collection/src/core.vue.d.ts +4 -4
- package/components/input-collection/src/ctx.d.ts +1 -1
- package/components/input-collection/src/index.vue.d.ts +3 -3
- package/components/select/index.cjs +31 -7
- package/components/select/index.mjs +32 -8
- package/components/select/src/core.vue.d.ts +1040 -0
- package/components/select/src/ctx.d.ts +2 -1
- package/components/select/src/index.vue.d.ts +9 -416
- package/package.json +1 -1
|
@@ -24,6 +24,7 @@ export declare const props: {
|
|
|
24
24
|
type: BooleanConstructor;
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
|
+
slots: any;
|
|
27
28
|
name: StringConstructor;
|
|
28
29
|
id: StringConstructor;
|
|
29
30
|
modelValue: {
|
|
@@ -200,7 +201,7 @@ export declare const props: {
|
|
|
200
201
|
readonly default: true;
|
|
201
202
|
};
|
|
202
203
|
};
|
|
203
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2> | Extract<"defaultModelValue", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"formItemTip", keyof T2>, KE> | Exclude<Extract<"formItemTipClass", keyof T2>, KE> | Exclude<Extract<"labelTip", keyof T2>, KE> | Exclude<Extract<"information", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"persistent", keyof T2>, KE> | Exclude<Extract<"teleported", keyof T2>, KE> | Exclude<Extract<"effect", keyof T2>, KE> | Exclude<Extract<"popperClass", keyof T2>, KE> | Exclude<Extract<"name", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"multiple", keyof T2>, KE> | Exclude<Extract<"stringify", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"filterMethod", keyof T2>, KE> | Exclude<Extract<"loading", keyof T2>, KE> | Exclude<Extract<"options", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"suffixIcon", keyof T2>, KE> | Exclude<Extract<"automaticDropdown", keyof T2>, KE> | Exclude<Extract<"filterable", keyof T2>, KE> | Exclude<Extract<"allowCreate", keyof T2>, KE> | Exclude<Extract<"remote", keyof T2>, KE> | Exclude<Extract<"loadingText", keyof T2>, KE> | Exclude<Extract<"noMatchText", keyof T2>, KE> | Exclude<Extract<"noDataText", keyof T2>, KE> | Exclude<Extract<"remoteMethod", keyof T2>, KE> | Exclude<Extract<"multipleLimit", keyof T2>, KE> | Exclude<Extract<"defaultFirstOption", keyof T2>, KE> | Exclude<Extract<"reserveKeyword", keyof T2>, KE> | Exclude<Extract<"valueKey", keyof T2>, KE> | Exclude<Extract<"collapseTags", keyof T2>, KE> | Exclude<Extract<"collapseTagsTooltip", keyof T2>, KE> | Exclude<Extract<"clearIcon", keyof T2>, KE> | Exclude<Extract<"fitInputWidth", keyof T2>, KE> | Exclude<Extract<"tagType", keyof T2>, KE> | Exclude<Extract<"selectSlots", keyof T2>, KE> | Exclude<Extract<"selectRef", keyof T2>, KE> | Exclude<Extract<"optionsUrl", keyof T2>, KE> | Exclude<Extract<"defaultModelValue", keyof T2>, KE> : Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2> | Extract<"defaultModelValue", keyof T2>]: { [k in Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2> | Extract<"defaultModelValue", keyof T2>]: T2[k]; }[P]; }>;
|
|
204
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"slots", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2> | Extract<"defaultModelValue", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"formItemTip", keyof T2>, KE> | Exclude<Extract<"formItemTipClass", keyof T2>, KE> | Exclude<Extract<"labelTip", keyof T2>, KE> | Exclude<Extract<"information", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"persistent", keyof T2>, KE> | Exclude<Extract<"teleported", keyof T2>, KE> | Exclude<Extract<"effect", keyof T2>, KE> | Exclude<Extract<"popperClass", keyof T2>, KE> | Exclude<Extract<"name", keyof T2>, KE> | Exclude<Extract<"slots", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"multiple", keyof T2>, KE> | Exclude<Extract<"stringify", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"filterMethod", keyof T2>, KE> | Exclude<Extract<"loading", keyof T2>, KE> | Exclude<Extract<"options", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"suffixIcon", keyof T2>, KE> | Exclude<Extract<"automaticDropdown", keyof T2>, KE> | Exclude<Extract<"filterable", keyof T2>, KE> | Exclude<Extract<"allowCreate", keyof T2>, KE> | Exclude<Extract<"remote", keyof T2>, KE> | Exclude<Extract<"loadingText", keyof T2>, KE> | Exclude<Extract<"noMatchText", keyof T2>, KE> | Exclude<Extract<"noDataText", keyof T2>, KE> | Exclude<Extract<"remoteMethod", keyof T2>, KE> | Exclude<Extract<"multipleLimit", keyof T2>, KE> | Exclude<Extract<"defaultFirstOption", keyof T2>, KE> | Exclude<Extract<"reserveKeyword", keyof T2>, KE> | Exclude<Extract<"valueKey", keyof T2>, KE> | Exclude<Extract<"collapseTags", keyof T2>, KE> | Exclude<Extract<"collapseTagsTooltip", keyof T2>, KE> | Exclude<Extract<"clearIcon", keyof T2>, KE> | Exclude<Extract<"fitInputWidth", keyof T2>, KE> | Exclude<Extract<"tagType", keyof T2>, KE> | Exclude<Extract<"selectSlots", keyof T2>, KE> | Exclude<Extract<"selectRef", keyof T2>, KE> | Exclude<Extract<"optionsUrl", keyof T2>, KE> | Exclude<Extract<"defaultModelValue", keyof T2>, KE> : Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"slots", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2> | Extract<"defaultModelValue", keyof T2>]: { [k in Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"slots", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2> | Extract<"defaultModelValue", keyof T2>]: T2[k]; }[P]; }>;
|
|
204
205
|
export declare const emits: {
|
|
205
206
|
'update:modelValue': any;
|
|
206
207
|
change: any;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { ElOption } from 'element-plus';
|
|
2
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
2
|
options: {
|
|
4
|
-
type: import("vue").PropType<import("@vunk/core").VueComponentPropsType<typeof ElOption>[]>;
|
|
3
|
+
type: import("vue").PropType<import("@vunk/core").VueComponentPropsType<typeof import("element-plus").ElOption>[]>;
|
|
5
4
|
default: () => any[];
|
|
6
5
|
};
|
|
7
6
|
selectSlots: {
|
|
@@ -18,6 +17,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
17
|
type: BooleanConstructor;
|
|
19
18
|
default: boolean;
|
|
20
19
|
};
|
|
20
|
+
slots: any;
|
|
21
21
|
name: StringConstructor;
|
|
22
22
|
id: StringConstructor;
|
|
23
23
|
modelValue: {
|
|
@@ -193,230 +193,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
193
193
|
} & {
|
|
194
194
|
readonly default: true;
|
|
195
195
|
};
|
|
196
|
-
}>, {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
size: "" | "default" | "small" | "large";
|
|
200
|
-
id: string;
|
|
201
|
-
persistent: boolean;
|
|
202
|
-
teleported: boolean;
|
|
203
|
-
effect: string;
|
|
204
|
-
popperClass: string;
|
|
205
|
-
name: string;
|
|
206
|
-
clearable: boolean;
|
|
207
|
-
multiple: boolean;
|
|
208
|
-
placeholder: string;
|
|
209
|
-
filterMethod: Function;
|
|
210
|
-
loading: boolean;
|
|
211
|
-
autocomplete: string;
|
|
212
|
-
suffixIcon: 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>;
|
|
213
|
-
automaticDropdown: boolean;
|
|
214
|
-
filterable: boolean;
|
|
215
|
-
allowCreate: boolean;
|
|
216
|
-
remote: boolean;
|
|
217
|
-
loadingText: string;
|
|
218
|
-
noMatchText: string;
|
|
219
|
-
noDataText: string;
|
|
220
|
-
remoteMethod: Function;
|
|
221
|
-
multipleLimit: number;
|
|
222
|
-
defaultFirstOption: boolean;
|
|
223
|
-
reserveKeyword: boolean;
|
|
224
|
-
valueKey: string;
|
|
225
|
-
collapseTags: boolean;
|
|
226
|
-
collapseTagsTooltip: boolean;
|
|
227
|
-
clearIcon: 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>;
|
|
228
|
-
fitInputWidth: boolean;
|
|
229
|
-
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
230
|
-
}>;
|
|
231
|
-
selectOnEmits: {
|
|
232
|
-
focus: (...e: any[]) => void;
|
|
233
|
-
clear: (...e: any[]) => void;
|
|
234
|
-
change: (...e: any[]) => void;
|
|
235
|
-
blur: (...e: any[]) => void;
|
|
236
|
-
"remove-tag": (...e: any[]) => void;
|
|
237
|
-
"visible-change": (...e: any[]) => void;
|
|
238
|
-
};
|
|
239
|
-
selectOptions: import("vue").ComputedRef<(import("@vunk/core").VueComponentPropsType<{
|
|
240
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
241
|
-
value: {
|
|
242
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
243
|
-
readonly required: true;
|
|
244
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
245
|
-
__epPropKey: true;
|
|
246
|
-
};
|
|
247
|
-
label: {
|
|
248
|
-
readonly type: import("vue").PropType<string | number>;
|
|
249
|
-
readonly required: false;
|
|
250
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
251
|
-
__epPropKey: true;
|
|
252
|
-
};
|
|
253
|
-
created: BooleanConstructor;
|
|
254
|
-
disabled: BooleanConstructor;
|
|
255
|
-
}>>, {
|
|
256
|
-
ns: {
|
|
257
|
-
namespace: import("vue").ComputedRef<string>;
|
|
258
|
-
b: (blockSuffix?: string) => string;
|
|
259
|
-
e: (element?: string) => string;
|
|
260
|
-
m: (modifier?: string) => string;
|
|
261
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
262
|
-
em: (element?: string, modifier?: string) => string;
|
|
263
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
264
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
265
|
-
is: {
|
|
266
|
-
(name: string, state: boolean | undefined): string;
|
|
267
|
-
(name: string): string;
|
|
268
|
-
};
|
|
269
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
270
|
-
cssVarName: (name: string) => string;
|
|
271
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
272
|
-
cssVarBlockName: (name: string) => string;
|
|
273
|
-
};
|
|
274
|
-
id: import("vue").Ref<string>;
|
|
275
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
276
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
277
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
278
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
279
|
-
select: import("element-plus").SelectContext;
|
|
280
|
-
visible: import("vue").Ref<boolean>;
|
|
281
|
-
hover: import("vue").Ref<boolean>;
|
|
282
|
-
states: {
|
|
283
|
-
index: number;
|
|
284
|
-
groupDisabled: boolean;
|
|
285
|
-
visible: boolean;
|
|
286
|
-
hover: boolean;
|
|
287
|
-
};
|
|
288
|
-
hoverItem: () => void;
|
|
289
|
-
updateOption: (query: string) => void;
|
|
290
|
-
selectOptionClick: () => void;
|
|
291
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
292
|
-
disabled: boolean;
|
|
293
|
-
created: boolean;
|
|
294
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
295
|
-
P: {};
|
|
296
|
-
B: {};
|
|
297
|
-
D: {};
|
|
298
|
-
C: {};
|
|
299
|
-
M: {};
|
|
300
|
-
Defaults: {};
|
|
301
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
302
|
-
value: {
|
|
303
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
304
|
-
readonly required: true;
|
|
305
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
306
|
-
__epPropKey: true;
|
|
307
|
-
};
|
|
308
|
-
label: {
|
|
309
|
-
readonly type: import("vue").PropType<string | number>;
|
|
310
|
-
readonly required: false;
|
|
311
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
312
|
-
__epPropKey: true;
|
|
313
|
-
};
|
|
314
|
-
created: BooleanConstructor;
|
|
315
|
-
disabled: BooleanConstructor;
|
|
316
|
-
}>>, {
|
|
317
|
-
ns: {
|
|
318
|
-
namespace: import("vue").ComputedRef<string>;
|
|
319
|
-
b: (blockSuffix?: string) => string;
|
|
320
|
-
e: (element?: string) => string;
|
|
321
|
-
m: (modifier?: string) => string;
|
|
322
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
323
|
-
em: (element?: string, modifier?: string) => string;
|
|
324
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
325
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
326
|
-
is: {
|
|
327
|
-
(name: string, state: boolean | undefined): string;
|
|
328
|
-
(name: string): string;
|
|
329
|
-
};
|
|
330
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
331
|
-
cssVarName: (name: string) => string;
|
|
332
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
333
|
-
cssVarBlockName: (name: string) => string;
|
|
334
|
-
};
|
|
335
|
-
id: import("vue").Ref<string>;
|
|
336
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
337
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
338
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
339
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
340
|
-
select: import("element-plus").SelectContext;
|
|
341
|
-
visible: import("vue").Ref<boolean>;
|
|
342
|
-
hover: import("vue").Ref<boolean>;
|
|
343
|
-
states: {
|
|
344
|
-
index: number;
|
|
345
|
-
groupDisabled: boolean;
|
|
346
|
-
visible: boolean;
|
|
347
|
-
hover: boolean;
|
|
348
|
-
};
|
|
349
|
-
hoverItem: () => void;
|
|
350
|
-
updateOption: (query: string) => void;
|
|
351
|
-
selectOptionClick: () => void;
|
|
352
|
-
}, {}, {}, {}, {
|
|
353
|
-
disabled: boolean;
|
|
354
|
-
created: boolean;
|
|
355
|
-
}>;
|
|
356
|
-
__isFragment?: never;
|
|
357
|
-
__isTeleport?: never;
|
|
358
|
-
__isSuspense?: never;
|
|
359
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
360
|
-
value: {
|
|
361
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
362
|
-
readonly required: true;
|
|
363
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
364
|
-
__epPropKey: true;
|
|
365
|
-
};
|
|
366
|
-
label: {
|
|
367
|
-
readonly type: import("vue").PropType<string | number>;
|
|
368
|
-
readonly required: false;
|
|
369
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
370
|
-
__epPropKey: true;
|
|
371
|
-
};
|
|
372
|
-
created: BooleanConstructor;
|
|
373
|
-
disabled: BooleanConstructor;
|
|
374
|
-
}>>, {
|
|
375
|
-
ns: {
|
|
376
|
-
namespace: import("vue").ComputedRef<string>;
|
|
377
|
-
b: (blockSuffix?: string) => string;
|
|
378
|
-
e: (element?: string) => string;
|
|
379
|
-
m: (modifier?: string) => string;
|
|
380
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
381
|
-
em: (element?: string, modifier?: string) => string;
|
|
382
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
383
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
384
|
-
is: {
|
|
385
|
-
(name: string, state: boolean | undefined): string;
|
|
386
|
-
(name: string): string;
|
|
387
|
-
};
|
|
388
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
389
|
-
cssVarName: (name: string) => string;
|
|
390
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
391
|
-
cssVarBlockName: (name: string) => string;
|
|
392
|
-
};
|
|
393
|
-
id: import("vue").Ref<string>;
|
|
394
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
395
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
396
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
397
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
398
|
-
select: import("element-plus").SelectContext;
|
|
399
|
-
visible: import("vue").Ref<boolean>;
|
|
400
|
-
hover: import("vue").Ref<boolean>;
|
|
401
|
-
states: {
|
|
402
|
-
index: number;
|
|
403
|
-
groupDisabled: boolean;
|
|
404
|
-
visible: boolean;
|
|
405
|
-
hover: boolean;
|
|
406
|
-
};
|
|
407
|
-
hoverItem: () => void;
|
|
408
|
-
updateOption: (query: string) => void;
|
|
409
|
-
selectOptionClick: () => void;
|
|
410
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
411
|
-
disabled: boolean;
|
|
412
|
-
created: boolean;
|
|
413
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin> & {
|
|
414
|
-
key: any;
|
|
415
|
-
})[]>;
|
|
416
|
-
reshow: import("vue").Ref<boolean, boolean>;
|
|
417
|
-
readonly: import("vue").ComputedRef<boolean>;
|
|
418
|
-
theModelValue: import("vue").WritableComputedRef<any, any>;
|
|
419
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
196
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
197
|
+
[key: string]: any;
|
|
198
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
199
|
'update:modelValue': any;
|
|
421
200
|
change: any;
|
|
422
201
|
'remove-tag': any;
|
|
@@ -426,7 +205,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
426
205
|
blur: any;
|
|
427
206
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
428
207
|
options: {
|
|
429
|
-
type: import("vue").PropType<import("@vunk/core").VueComponentPropsType<typeof ElOption>[]>;
|
|
208
|
+
type: import("vue").PropType<import("@vunk/core").VueComponentPropsType<typeof import("element-plus").ElOption>[]>;
|
|
430
209
|
default: () => any[];
|
|
431
210
|
};
|
|
432
211
|
selectSlots: {
|
|
@@ -443,6 +222,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
443
222
|
type: BooleanConstructor;
|
|
444
223
|
default: boolean;
|
|
445
224
|
};
|
|
225
|
+
slots: any;
|
|
446
226
|
name: StringConstructor;
|
|
447
227
|
id: StringConstructor;
|
|
448
228
|
modelValue: {
|
|
@@ -646,6 +426,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
646
426
|
teleported: boolean;
|
|
647
427
|
effect: string;
|
|
648
428
|
popperClass: string;
|
|
429
|
+
slots: any;
|
|
649
430
|
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
650
431
|
clearable: boolean;
|
|
651
432
|
multiple: boolean;
|
|
@@ -845,193 +626,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
845
626
|
selectRef: any;
|
|
846
627
|
optionsUrl: string;
|
|
847
628
|
defaultModelValue: any;
|
|
848
|
-
}, {}, {
|
|
849
|
-
VkfFormItem: {
|
|
850
|
-
new (...args: any[]): any;
|
|
851
|
-
__isFragment?: never;
|
|
852
|
-
__isTeleport?: never;
|
|
853
|
-
__isSuspense?: never;
|
|
854
|
-
} & 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, {
|
|
855
|
-
[x: string]: any;
|
|
856
|
-
[x: symbol]: any;
|
|
857
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
858
|
-
install(app: import("vue").App): void;
|
|
859
|
-
};
|
|
860
|
-
ElSelect: never;
|
|
861
|
-
ElOption: {
|
|
862
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
863
|
-
value: {
|
|
864
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
865
|
-
readonly required: true;
|
|
866
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
867
|
-
__epPropKey: true;
|
|
868
|
-
};
|
|
869
|
-
label: {
|
|
870
|
-
readonly type: import("vue").PropType<string | number>;
|
|
871
|
-
readonly required: false;
|
|
872
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
873
|
-
__epPropKey: true;
|
|
874
|
-
};
|
|
875
|
-
created: BooleanConstructor;
|
|
876
|
-
disabled: BooleanConstructor;
|
|
877
|
-
}>>, {
|
|
878
|
-
ns: {
|
|
879
|
-
namespace: import("vue").ComputedRef<string>;
|
|
880
|
-
b: (blockSuffix?: string) => string;
|
|
881
|
-
e: (element?: string) => string;
|
|
882
|
-
m: (modifier?: string) => string;
|
|
883
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
884
|
-
em: (element?: string, modifier?: string) => string;
|
|
885
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
886
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
887
|
-
is: {
|
|
888
|
-
(name: string, state: boolean | undefined): string;
|
|
889
|
-
(name: string): string;
|
|
890
|
-
};
|
|
891
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
892
|
-
cssVarName: (name: string) => string;
|
|
893
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
894
|
-
cssVarBlockName: (name: string) => string;
|
|
895
|
-
};
|
|
896
|
-
id: import("vue").Ref<string>;
|
|
897
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
898
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
899
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
900
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
901
|
-
select: import("element-plus").SelectContext;
|
|
902
|
-
visible: import("vue").Ref<boolean>;
|
|
903
|
-
hover: import("vue").Ref<boolean>;
|
|
904
|
-
states: {
|
|
905
|
-
index: number;
|
|
906
|
-
groupDisabled: boolean;
|
|
907
|
-
visible: boolean;
|
|
908
|
-
hover: boolean;
|
|
909
|
-
};
|
|
910
|
-
hoverItem: () => void;
|
|
911
|
-
updateOption: (query: string) => void;
|
|
912
|
-
selectOptionClick: () => void;
|
|
913
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
914
|
-
disabled: boolean;
|
|
915
|
-
created: boolean;
|
|
916
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
917
|
-
P: {};
|
|
918
|
-
B: {};
|
|
919
|
-
D: {};
|
|
920
|
-
C: {};
|
|
921
|
-
M: {};
|
|
922
|
-
Defaults: {};
|
|
923
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
924
|
-
value: {
|
|
925
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
926
|
-
readonly required: true;
|
|
927
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
928
|
-
__epPropKey: true;
|
|
929
|
-
};
|
|
930
|
-
label: {
|
|
931
|
-
readonly type: import("vue").PropType<string | number>;
|
|
932
|
-
readonly required: false;
|
|
933
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
934
|
-
__epPropKey: true;
|
|
935
|
-
};
|
|
936
|
-
created: BooleanConstructor;
|
|
937
|
-
disabled: BooleanConstructor;
|
|
938
|
-
}>>, {
|
|
939
|
-
ns: {
|
|
940
|
-
namespace: import("vue").ComputedRef<string>;
|
|
941
|
-
b: (blockSuffix?: string) => string;
|
|
942
|
-
e: (element?: string) => string;
|
|
943
|
-
m: (modifier?: string) => string;
|
|
944
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
945
|
-
em: (element?: string, modifier?: string) => string;
|
|
946
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
947
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
948
|
-
is: {
|
|
949
|
-
(name: string, state: boolean | undefined): string;
|
|
950
|
-
(name: string): string;
|
|
951
|
-
};
|
|
952
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
953
|
-
cssVarName: (name: string) => string;
|
|
954
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
955
|
-
cssVarBlockName: (name: string) => string;
|
|
956
|
-
};
|
|
957
|
-
id: import("vue").Ref<string>;
|
|
958
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
959
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
960
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
961
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
962
|
-
select: import("element-plus").SelectContext;
|
|
963
|
-
visible: import("vue").Ref<boolean>;
|
|
964
|
-
hover: import("vue").Ref<boolean>;
|
|
965
|
-
states: {
|
|
966
|
-
index: number;
|
|
967
|
-
groupDisabled: boolean;
|
|
968
|
-
visible: boolean;
|
|
969
|
-
hover: boolean;
|
|
970
|
-
};
|
|
971
|
-
hoverItem: () => void;
|
|
972
|
-
updateOption: (query: string) => void;
|
|
973
|
-
selectOptionClick: () => void;
|
|
974
|
-
}, {}, {}, {}, {
|
|
975
|
-
disabled: boolean;
|
|
976
|
-
created: boolean;
|
|
977
|
-
}>;
|
|
978
|
-
__isFragment?: never;
|
|
979
|
-
__isTeleport?: never;
|
|
980
|
-
__isSuspense?: never;
|
|
981
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
982
|
-
value: {
|
|
983
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
984
|
-
readonly required: true;
|
|
985
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
986
|
-
__epPropKey: true;
|
|
987
|
-
};
|
|
988
|
-
label: {
|
|
989
|
-
readonly type: import("vue").PropType<string | number>;
|
|
990
|
-
readonly required: false;
|
|
991
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
992
|
-
__epPropKey: true;
|
|
993
|
-
};
|
|
994
|
-
created: BooleanConstructor;
|
|
995
|
-
disabled: BooleanConstructor;
|
|
996
|
-
}>>, {
|
|
997
|
-
ns: {
|
|
998
|
-
namespace: import("vue").ComputedRef<string>;
|
|
999
|
-
b: (blockSuffix?: string) => string;
|
|
1000
|
-
e: (element?: string) => string;
|
|
1001
|
-
m: (modifier?: string) => string;
|
|
1002
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1003
|
-
em: (element?: string, modifier?: string) => string;
|
|
1004
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1005
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1006
|
-
is: {
|
|
1007
|
-
(name: string, state: boolean | undefined): string;
|
|
1008
|
-
(name: string): string;
|
|
1009
|
-
};
|
|
1010
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1011
|
-
cssVarName: (name: string) => string;
|
|
1012
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1013
|
-
cssVarBlockName: (name: string) => string;
|
|
1014
|
-
};
|
|
1015
|
-
id: import("vue").Ref<string>;
|
|
1016
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
1017
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
1018
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
1019
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
1020
|
-
select: import("element-plus").SelectContext;
|
|
1021
|
-
visible: import("vue").Ref<boolean>;
|
|
1022
|
-
hover: import("vue").Ref<boolean>;
|
|
1023
|
-
states: {
|
|
1024
|
-
index: number;
|
|
1025
|
-
groupDisabled: boolean;
|
|
1026
|
-
visible: boolean;
|
|
1027
|
-
hover: boolean;
|
|
1028
|
-
};
|
|
1029
|
-
hoverItem: () => void;
|
|
1030
|
-
updateOption: (query: string) => void;
|
|
1031
|
-
selectOptionClick: () => void;
|
|
1032
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1033
|
-
disabled: boolean;
|
|
1034
|
-
created: boolean;
|
|
1035
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
|
|
1036
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
629
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1037
630
|
export default _default;
|