next-ui3 1.3.23 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.full.min.js +131 -16
- package/dist/index.full.min.mjs +133 -18
- package/dist/locale/zh-cn.min.js +1 -1
- package/dist/locale/zh-cn.min.mjs +1 -1
- package/dist/utils/index.min.js +2 -2
- package/dist/utils/index.min.mjs +2 -2
- package/es/components/autocomplete/src/index.vue.d.ts +10 -203
- package/es/components/cascader/src/index.vue.d.ts +5 -1111
- package/es/components/checkbox/src/index.vue.d.ts +5 -10
- package/es/components/checkbox-group/src/BlockCheckboxGroup.vue.d.ts +10 -15
- package/es/components/checkbox-group/src/index.vue.d.ts +24 -27
- package/es/components/date-picker/src/QuarterPicker.vue.d.ts +1 -1
- package/es/components/date-picker/src/SemiAnnualPicker.vue.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +5 -383
- package/es/components/download-button/src/index.vue.d.ts +5 -10
- package/es/components/empty/src/index.vue.d.ts +5 -10
- package/es/components/file-select/src/index.vue.d.ts +9 -17
- package/es/components/file-upload/index.d.ts +3 -0
- package/es/components/file-upload/src/FileList.vue.d.ts +2 -0
- package/es/components/file-upload/src/index.vue.d.ts +110 -0
- package/es/components/file-upload/src/types.d.ts +12 -0
- package/es/components/filter/src/index.vue.d.ts +11 -197
- package/es/components/flex-text/src/index.vue.d.ts +7 -14
- package/es/components/form/src/index.vue.d.ts +13 -197
- package/es/components/icon/index.d.ts +2 -0
- package/es/components/icon/src/index.vue.d.ts +12 -0
- package/es/components/index.d.ts +2 -0
- package/es/components/input/src/index.vue.d.ts +5 -415
- package/es/components/input-number/src/index.vue.d.ts +9 -418
- package/es/components/input-password/src/index.vue.d.ts +5 -415
- package/es/components/pagination/src/index.vue.d.ts +5 -8
- package/es/components/radio-group/src/CustomRadioGroup.vue.d.ts +10 -15
- package/es/components/radio-group/src/index.vue.d.ts +19 -21
- package/es/components/remote-cascader/src/index.vue.d.ts +5 -10
- package/es/components/remote-select/src/DictSelect.vue.d.ts +5 -149
- package/es/components/remote-select/src/EnumSelect.vue.d.ts +5 -149
- package/es/components/remote-select/src/index.vue.d.ts +5 -10
- package/es/components/remote-tree-select/src/index.vue.d.ts +5 -10
- package/es/components/remote-tree-select/src/old.vue.d.ts +5 -53
- package/es/components/select/src/index.vue.d.ts +19 -549
- package/es/components/table/src/index.vue.d.ts +15 -571
- package/es/components/tree-panel/src/index.vue.d.ts +11 -882
- package/es/components/tree-select/src/index.vue.d.ts +5 -53
- package/es/components/upload/src/ImageUpload.vue.d.ts +8 -15
- package/es/components/upload/src/index.vue.d.ts +11 -468
- package/es/config/icons.d.ts +1 -0
- package/es/config/index.d.ts +1 -0
- package/es/hooks/use-toast/index.d.ts +1 -0
- package/es/hooks/use-upload-config/index.d.ts +1 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/lock.d.ts +6 -0
- package/es/utils/timer.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/lib/components/autocomplete/src/index.vue.d.ts +10 -203
- package/lib/components/cascader/src/index.vue.d.ts +5 -1111
- package/lib/components/checkbox/src/index.vue.d.ts +5 -10
- package/lib/components/checkbox-group/src/BlockCheckboxGroup.vue.d.ts +10 -15
- package/lib/components/checkbox-group/src/index.vue.d.ts +24 -27
- package/lib/components/date-picker/src/QuarterPicker.vue.d.ts +1 -1
- package/lib/components/date-picker/src/SemiAnnualPicker.vue.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +5 -383
- package/lib/components/download-button/src/index.vue.d.ts +5 -10
- package/lib/components/empty/src/index.vue.d.ts +5 -10
- package/lib/components/file-select/src/index.vue.d.ts +9 -17
- package/lib/components/file-upload/index.d.ts +3 -0
- package/lib/components/file-upload/src/FileList.vue.d.ts +2 -0
- package/lib/components/file-upload/src/index.vue.d.ts +110 -0
- package/lib/components/file-upload/src/types.d.ts +12 -0
- package/lib/components/filter/src/index.vue.d.ts +11 -197
- package/lib/components/flex-text/src/index.vue.d.ts +7 -14
- package/lib/components/form/src/index.vue.d.ts +13 -197
- package/lib/components/icon/index.d.ts +2 -0
- package/lib/components/icon/src/index.vue.d.ts +12 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/input/src/index.vue.d.ts +5 -415
- package/lib/components/input-number/src/index.vue.d.ts +9 -418
- package/lib/components/input-password/src/index.vue.d.ts +5 -415
- package/lib/components/pagination/src/index.vue.d.ts +5 -8
- package/lib/components/radio-group/src/CustomRadioGroup.vue.d.ts +10 -15
- package/lib/components/radio-group/src/index.vue.d.ts +19 -21
- package/lib/components/remote-cascader/src/index.vue.d.ts +5 -10
- package/lib/components/remote-select/src/DictSelect.vue.d.ts +5 -149
- package/lib/components/remote-select/src/EnumSelect.vue.d.ts +5 -149
- package/lib/components/remote-select/src/index.vue.d.ts +5 -10
- package/lib/components/remote-tree-select/src/index.vue.d.ts +5 -10
- package/lib/components/remote-tree-select/src/old.vue.d.ts +5 -53
- package/lib/components/select/src/index.vue.d.ts +19 -549
- package/lib/components/table/src/index.vue.d.ts +15 -571
- package/lib/components/tree-panel/src/index.vue.d.ts +11 -882
- package/lib/components/tree-select/src/index.vue.d.ts +5 -53
- package/lib/components/upload/src/ImageUpload.vue.d.ts +8 -15
- package/lib/components/upload/src/index.vue.d.ts +11 -468
- package/lib/config/icons.d.ts +1 -0
- package/lib/config/index.d.ts +1 -0
- package/lib/hooks/use-toast/index.d.ts +1 -0
- package/lib/hooks/use-upload-config/index.d.ts +1 -1
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/lock.d.ts +6 -0
- package/lib/utils/timer.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/nt-empty.css +1 -1
- package/theme-chalk/nt-file-select.css +1 -1
- package/theme-chalk/nt-file-upload.css +1 -0
- package/theme-chalk/nt-icon.css +1 -0
- package/theme-chalk/src/base.scss +3 -0
- package/theme-chalk/src/file-upload.scss +156 -0
- package/theme-chalk/src/icon.scss +15 -0
- package/theme-chalk/src/index.scss +2 -0
|
@@ -1,422 +1,12 @@
|
|
|
1
|
-
import { nextTick } from 'vue';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
modelValue?: string;
|
|
4
3
|
stars?: number;
|
|
5
4
|
validateEvent?: boolean;
|
|
6
5
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
refs: {
|
|
11
|
-
inputRef: ({
|
|
12
|
-
$: import("vue").ComponentInternalInstance;
|
|
13
|
-
$data: {};
|
|
14
|
-
$props: Partial<{
|
|
15
|
-
readonly disabled: boolean;
|
|
16
|
-
readonly id: string;
|
|
17
|
-
readonly type: string;
|
|
18
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
19
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
20
|
-
readonly readonly: boolean;
|
|
21
|
-
readonly autosize: import("element-plus").InputAutoSize;
|
|
22
|
-
readonly autocomplete: string;
|
|
23
|
-
readonly containerRole: string;
|
|
24
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
25
|
-
readonly inputStyle: import("vue").StyleValue;
|
|
26
|
-
readonly rows: number;
|
|
27
|
-
readonly clearable: boolean;
|
|
28
|
-
readonly showPassword: boolean;
|
|
29
|
-
readonly showWordLimit: boolean;
|
|
30
|
-
readonly autofocus: boolean;
|
|
31
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
-
readonly ariaLabel: StringConstructor;
|
|
33
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
34
|
-
readonly size: {
|
|
35
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
36
|
-
readonly required: false;
|
|
37
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
38
|
-
__epPropKey: true;
|
|
39
|
-
};
|
|
40
|
-
readonly disabled: BooleanConstructor;
|
|
41
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
42
|
-
readonly maxlength: {
|
|
43
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
44
|
-
readonly required: false;
|
|
45
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
|
-
__epPropKey: true;
|
|
47
|
-
};
|
|
48
|
-
readonly minlength: {
|
|
49
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
50
|
-
readonly required: false;
|
|
51
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
52
|
-
__epPropKey: true;
|
|
53
|
-
};
|
|
54
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
55
|
-
readonly resize: {
|
|
56
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
57
|
-
readonly required: false;
|
|
58
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
|
-
__epPropKey: true;
|
|
60
|
-
};
|
|
61
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
62
|
-
minRows?: number;
|
|
63
|
-
maxRows?: number;
|
|
64
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
65
|
-
minRows?: number;
|
|
66
|
-
maxRows?: number;
|
|
67
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
68
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
69
|
-
readonly formatter: {
|
|
70
|
-
readonly type: import("vue").PropType<Function>;
|
|
71
|
-
readonly required: false;
|
|
72
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
|
-
__epPropKey: true;
|
|
74
|
-
};
|
|
75
|
-
readonly parser: {
|
|
76
|
-
readonly type: import("vue").PropType<Function>;
|
|
77
|
-
readonly required: false;
|
|
78
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
|
-
__epPropKey: true;
|
|
80
|
-
};
|
|
81
|
-
readonly placeholder: {
|
|
82
|
-
readonly type: import("vue").PropType<string>;
|
|
83
|
-
readonly required: false;
|
|
84
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
|
-
__epPropKey: true;
|
|
86
|
-
};
|
|
87
|
-
readonly form: {
|
|
88
|
-
readonly type: import("vue").PropType<string>;
|
|
89
|
-
readonly required: false;
|
|
90
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
|
-
__epPropKey: true;
|
|
92
|
-
};
|
|
93
|
-
readonly readonly: BooleanConstructor;
|
|
94
|
-
readonly clearable: BooleanConstructor;
|
|
95
|
-
readonly showPassword: BooleanConstructor;
|
|
96
|
-
readonly showWordLimit: BooleanConstructor;
|
|
97
|
-
readonly suffixIcon: {
|
|
98
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
99
|
-
readonly required: false;
|
|
100
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
101
|
-
__epPropKey: true;
|
|
102
|
-
};
|
|
103
|
-
readonly prefixIcon: {
|
|
104
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
105
|
-
readonly required: false;
|
|
106
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
|
-
__epPropKey: true;
|
|
108
|
-
};
|
|
109
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
110
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
111
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
112
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
113
|
-
readonly autofocus: BooleanConstructor;
|
|
114
|
-
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
115
|
-
}>> & {
|
|
116
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
117
|
-
onChange?: ((value: string) => any) | undefined;
|
|
118
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
119
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
120
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
121
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
122
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
123
|
-
onInput?: ((value: string) => any) | undefined;
|
|
124
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
125
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
126
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
127
|
-
onClear?: (() => any) | undefined;
|
|
128
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "id" | "disabled" | "modelValue" | "validateEvent" | "clearable" | "tabindex" | "autosize" | "autocomplete" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "autofocus" | "rows">;
|
|
129
|
-
$attrs: {
|
|
130
|
-
[x: string]: unknown;
|
|
131
|
-
};
|
|
132
|
-
$refs: {
|
|
133
|
-
[x: string]: unknown;
|
|
134
|
-
};
|
|
135
|
-
$slots: import("vue").Slots;
|
|
136
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
137
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
138
|
-
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "clear") => void);
|
|
139
|
-
$el: any;
|
|
140
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
141
|
-
readonly ariaLabel: StringConstructor;
|
|
142
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
143
|
-
readonly size: {
|
|
144
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
145
|
-
readonly required: false;
|
|
146
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
|
-
__epPropKey: true;
|
|
148
|
-
};
|
|
149
|
-
readonly disabled: BooleanConstructor;
|
|
150
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
151
|
-
readonly maxlength: {
|
|
152
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
153
|
-
readonly required: false;
|
|
154
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
155
|
-
__epPropKey: true;
|
|
156
|
-
};
|
|
157
|
-
readonly minlength: {
|
|
158
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
159
|
-
readonly required: false;
|
|
160
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
161
|
-
__epPropKey: true;
|
|
162
|
-
};
|
|
163
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
164
|
-
readonly resize: {
|
|
165
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
166
|
-
readonly required: false;
|
|
167
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
|
-
__epPropKey: true;
|
|
169
|
-
};
|
|
170
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
171
|
-
minRows?: number;
|
|
172
|
-
maxRows?: number;
|
|
173
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
174
|
-
minRows?: number;
|
|
175
|
-
maxRows?: number;
|
|
176
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
177
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
178
|
-
readonly formatter: {
|
|
179
|
-
readonly type: import("vue").PropType<Function>;
|
|
180
|
-
readonly required: false;
|
|
181
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
-
__epPropKey: true;
|
|
183
|
-
};
|
|
184
|
-
readonly parser: {
|
|
185
|
-
readonly type: import("vue").PropType<Function>;
|
|
186
|
-
readonly required: false;
|
|
187
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
188
|
-
__epPropKey: true;
|
|
189
|
-
};
|
|
190
|
-
readonly placeholder: {
|
|
191
|
-
readonly type: import("vue").PropType<string>;
|
|
192
|
-
readonly required: false;
|
|
193
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
|
-
__epPropKey: true;
|
|
195
|
-
};
|
|
196
|
-
readonly form: {
|
|
197
|
-
readonly type: import("vue").PropType<string>;
|
|
198
|
-
readonly required: false;
|
|
199
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
200
|
-
__epPropKey: true;
|
|
201
|
-
};
|
|
202
|
-
readonly readonly: BooleanConstructor;
|
|
203
|
-
readonly clearable: BooleanConstructor;
|
|
204
|
-
readonly showPassword: BooleanConstructor;
|
|
205
|
-
readonly showWordLimit: BooleanConstructor;
|
|
206
|
-
readonly suffixIcon: {
|
|
207
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
208
|
-
readonly required: false;
|
|
209
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
210
|
-
__epPropKey: true;
|
|
211
|
-
};
|
|
212
|
-
readonly prefixIcon: {
|
|
213
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
214
|
-
readonly required: false;
|
|
215
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
216
|
-
__epPropKey: true;
|
|
217
|
-
};
|
|
218
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
219
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
220
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
221
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
222
|
-
readonly autofocus: BooleanConstructor;
|
|
223
|
-
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
224
|
-
}>> & {
|
|
225
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
226
|
-
onChange?: ((value: string) => any) | undefined;
|
|
227
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
228
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
229
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
230
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
231
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
232
|
-
onInput?: ((value: string) => any) | undefined;
|
|
233
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
234
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
235
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
236
|
-
onClear?: (() => any) | undefined;
|
|
237
|
-
}, {
|
|
238
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
239
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
240
|
-
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
241
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
242
|
-
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
243
|
-
isComposing: import("vue").Ref<boolean>;
|
|
244
|
-
focus: () => void | undefined;
|
|
245
|
-
blur: () => void | undefined;
|
|
246
|
-
select: () => void;
|
|
247
|
-
clear: () => void;
|
|
248
|
-
resizeTextarea: () => void;
|
|
249
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
250
|
-
input: (value: string) => void;
|
|
251
|
-
clear: () => void;
|
|
252
|
-
"update:modelValue": (value: string) => void;
|
|
253
|
-
change: (value: string) => void;
|
|
254
|
-
blur: (evt: FocusEvent) => void;
|
|
255
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
256
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
257
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
258
|
-
focus: (evt: FocusEvent) => void;
|
|
259
|
-
keydown: (evt: Event | KeyboardEvent) => void;
|
|
260
|
-
mouseenter: (evt: MouseEvent) => void;
|
|
261
|
-
mouseleave: (evt: MouseEvent) => void;
|
|
262
|
-
}, string, {
|
|
263
|
-
readonly disabled: boolean;
|
|
264
|
-
readonly id: string;
|
|
265
|
-
readonly type: string;
|
|
266
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
267
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
268
|
-
readonly readonly: boolean;
|
|
269
|
-
readonly autosize: import("element-plus").InputAutoSize;
|
|
270
|
-
readonly autocomplete: string;
|
|
271
|
-
readonly containerRole: string;
|
|
272
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
273
|
-
readonly inputStyle: import("vue").StyleValue;
|
|
274
|
-
readonly rows: number;
|
|
275
|
-
readonly clearable: boolean;
|
|
276
|
-
readonly showPassword: boolean;
|
|
277
|
-
readonly showWordLimit: boolean;
|
|
278
|
-
readonly autofocus: boolean;
|
|
279
|
-
}> & {
|
|
280
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
281
|
-
created?: (() => void) | (() => void)[];
|
|
282
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
283
|
-
mounted?: (() => void) | (() => void)[];
|
|
284
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
285
|
-
updated?: (() => void) | (() => void)[];
|
|
286
|
-
activated?: (() => void) | (() => void)[];
|
|
287
|
-
deactivated?: (() => void) | (() => void)[];
|
|
288
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
289
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
290
|
-
destroyed?: (() => void) | (() => void)[];
|
|
291
|
-
unmounted?: (() => void) | (() => void)[];
|
|
292
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
293
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
294
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
295
|
-
};
|
|
296
|
-
$forceUpdate: () => void;
|
|
297
|
-
$nextTick: typeof nextTick;
|
|
298
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
299
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
300
|
-
readonly ariaLabel: StringConstructor;
|
|
301
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
302
|
-
readonly size: {
|
|
303
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
304
|
-
readonly required: false;
|
|
305
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
306
|
-
__epPropKey: true;
|
|
307
|
-
};
|
|
308
|
-
readonly disabled: BooleanConstructor;
|
|
309
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
310
|
-
readonly maxlength: {
|
|
311
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
312
|
-
readonly required: false;
|
|
313
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
|
-
__epPropKey: true;
|
|
315
|
-
};
|
|
316
|
-
readonly minlength: {
|
|
317
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
318
|
-
readonly required: false;
|
|
319
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
320
|
-
__epPropKey: true;
|
|
321
|
-
};
|
|
322
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
323
|
-
readonly resize: {
|
|
324
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
325
|
-
readonly required: false;
|
|
326
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
327
|
-
__epPropKey: true;
|
|
328
|
-
};
|
|
329
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
330
|
-
minRows?: number;
|
|
331
|
-
maxRows?: number;
|
|
332
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
333
|
-
minRows?: number;
|
|
334
|
-
maxRows?: number;
|
|
335
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
336
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
337
|
-
readonly formatter: {
|
|
338
|
-
readonly type: import("vue").PropType<Function>;
|
|
339
|
-
readonly required: false;
|
|
340
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
341
|
-
__epPropKey: true;
|
|
342
|
-
};
|
|
343
|
-
readonly parser: {
|
|
344
|
-
readonly type: import("vue").PropType<Function>;
|
|
345
|
-
readonly required: false;
|
|
346
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
347
|
-
__epPropKey: true;
|
|
348
|
-
};
|
|
349
|
-
readonly placeholder: {
|
|
350
|
-
readonly type: import("vue").PropType<string>;
|
|
351
|
-
readonly required: false;
|
|
352
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
353
|
-
__epPropKey: true;
|
|
354
|
-
};
|
|
355
|
-
readonly form: {
|
|
356
|
-
readonly type: import("vue").PropType<string>;
|
|
357
|
-
readonly required: false;
|
|
358
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
359
|
-
__epPropKey: true;
|
|
360
|
-
};
|
|
361
|
-
readonly readonly: BooleanConstructor;
|
|
362
|
-
readonly clearable: BooleanConstructor;
|
|
363
|
-
readonly showPassword: BooleanConstructor;
|
|
364
|
-
readonly showWordLimit: BooleanConstructor;
|
|
365
|
-
readonly suffixIcon: {
|
|
366
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
367
|
-
readonly required: false;
|
|
368
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
369
|
-
__epPropKey: true;
|
|
370
|
-
};
|
|
371
|
-
readonly prefixIcon: {
|
|
372
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
373
|
-
readonly required: false;
|
|
374
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
375
|
-
__epPropKey: true;
|
|
376
|
-
};
|
|
377
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
378
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
379
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
380
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
381
|
-
readonly autofocus: BooleanConstructor;
|
|
382
|
-
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
383
|
-
}>> & {
|
|
384
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
385
|
-
onChange?: ((value: string) => any) | undefined;
|
|
386
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
387
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
388
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
389
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
390
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
391
|
-
onInput?: ((value: string) => any) | undefined;
|
|
392
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
393
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
394
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
395
|
-
onClear?: (() => any) | undefined;
|
|
396
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
397
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
398
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
399
|
-
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
400
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
401
|
-
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
402
|
-
isComposing: import("vue").Ref<boolean>;
|
|
403
|
-
focus: () => void | undefined;
|
|
404
|
-
blur: () => void | undefined;
|
|
405
|
-
select: () => void;
|
|
406
|
-
clear: () => void;
|
|
407
|
-
resizeTextarea: () => void;
|
|
408
|
-
}> & {} & import("@vue/runtime-core").ComponentCustomProperties & {
|
|
409
|
-
$slots: {
|
|
410
|
-
prepend?(_: {}): any;
|
|
411
|
-
prefix?(_: {}): any;
|
|
412
|
-
suffix?(_: {}): any;
|
|
413
|
-
append?(_: {}): any;
|
|
414
|
-
};
|
|
415
|
-
}) | null;
|
|
416
|
-
};
|
|
417
|
-
rootEl: any;
|
|
6
|
+
declare var __VLS_14: string, __VLS_15: any;
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
[K in NonNullable<typeof __VLS_14>]?: (props: typeof __VLS_15) => any;
|
|
418
9
|
};
|
|
419
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
420
10
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
421
11
|
stars: number;
|
|
422
12
|
validateEvent: boolean;
|
|
@@ -431,7 +21,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
431
21
|
validateEvent: boolean;
|
|
432
22
|
stars: number;
|
|
433
23
|
}>;
|
|
434
|
-
declare const _default:
|
|
24
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
435
25
|
export default _default;
|
|
436
26
|
type __VLS_WithDefaults<P, D> = {
|
|
437
27
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -447,7 +37,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
447
37
|
required: true;
|
|
448
38
|
};
|
|
449
39
|
};
|
|
450
|
-
type
|
|
40
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
451
41
|
new (): {
|
|
452
42
|
$slots: S;
|
|
453
43
|
};
|
|
@@ -2,13 +2,10 @@ type __VLS_Props = {
|
|
|
2
2
|
size?: number;
|
|
3
3
|
current?: number;
|
|
4
4
|
};
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
5
|
+
declare var __VLS_12: string, __VLS_13: any;
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
[K in NonNullable<typeof __VLS_12>]?: (props: typeof __VLS_13) => any;
|
|
10
8
|
};
|
|
11
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
9
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
13
10
|
size: number;
|
|
14
11
|
current: number;
|
|
@@ -25,7 +22,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
25
22
|
size: number;
|
|
26
23
|
current: number;
|
|
27
24
|
}>;
|
|
28
|
-
declare const _default:
|
|
25
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
29
26
|
export default _default;
|
|
30
27
|
type __VLS_WithDefaults<P, D> = {
|
|
31
28
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -41,7 +38,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
41
38
|
required: true;
|
|
42
39
|
};
|
|
43
40
|
};
|
|
44
|
-
type
|
|
41
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
45
42
|
new (): {
|
|
46
43
|
$slots: S;
|
|
47
44
|
};
|
|
@@ -8,20 +8,15 @@ type __VLS_Props = {
|
|
|
8
8
|
}[];
|
|
9
9
|
optionWidth?: number;
|
|
10
10
|
};
|
|
11
|
-
declare
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}): any;
|
|
20
|
-
};
|
|
21
|
-
refs: {};
|
|
22
|
-
rootEl: HTMLDivElement;
|
|
11
|
+
declare var __VLS_1: {
|
|
12
|
+
value: string | number | boolean;
|
|
13
|
+
label: string;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
data: any;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_Slots = {} & {
|
|
18
|
+
option?: (props: typeof __VLS_1) => any;
|
|
23
19
|
};
|
|
24
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
20
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
26
21
|
optionWidth: number;
|
|
27
22
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -37,7 +32,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
37
32
|
}, {
|
|
38
33
|
optionWidth: number;
|
|
39
34
|
}>;
|
|
40
|
-
declare const _default:
|
|
35
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
41
36
|
export default _default;
|
|
42
37
|
type __VLS_WithDefaults<P, D> = {
|
|
43
38
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -53,7 +48,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
53
48
|
required: true;
|
|
54
49
|
};
|
|
55
50
|
};
|
|
56
|
-
type
|
|
51
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
57
52
|
new (): {
|
|
58
53
|
$slots: S;
|
|
59
54
|
};
|
|
@@ -14,26 +14,24 @@ type __VLS_Props = {
|
|
|
14
14
|
allValue?: any;
|
|
15
15
|
allText?: string;
|
|
16
16
|
};
|
|
17
|
-
declare
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
rootEl: any;
|
|
17
|
+
declare var __VLS_10: string, __VLS_11: any, __VLS_22: {
|
|
18
|
+
value: any;
|
|
19
|
+
label: any;
|
|
20
|
+
disabled: any;
|
|
21
|
+
data: any;
|
|
22
|
+
}, __VLS_28: {
|
|
23
|
+
value: any;
|
|
24
|
+
label: any;
|
|
25
|
+
disabled: any;
|
|
26
|
+
data: any;
|
|
27
|
+
};
|
|
28
|
+
type __VLS_Slots = {} & {
|
|
29
|
+
[K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
|
|
30
|
+
} & {
|
|
31
|
+
option?: (props: typeof __VLS_22) => any;
|
|
32
|
+
} & {
|
|
33
|
+
option?: (props: typeof __VLS_28) => any;
|
|
35
34
|
};
|
|
36
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
37
35
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
38
36
|
type: string;
|
|
39
37
|
loading: boolean;
|
|
@@ -80,7 +78,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
80
78
|
allValue: any;
|
|
81
79
|
noDataText: string;
|
|
82
80
|
}>;
|
|
83
|
-
declare const _default:
|
|
81
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
84
82
|
export default _default;
|
|
85
83
|
type __VLS_WithDefaults<P, D> = {
|
|
86
84
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -96,7 +94,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
96
94
|
required: true;
|
|
97
95
|
};
|
|
98
96
|
};
|
|
99
|
-
type
|
|
97
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
100
98
|
new (): {
|
|
101
99
|
$slots: S;
|
|
102
100
|
};
|
|
@@ -5,15 +5,10 @@ type __VLS_Props = {
|
|
|
5
5
|
queryParams?: Record<string, any>;
|
|
6
6
|
watchQueryParams?: boolean;
|
|
7
7
|
};
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
refs: {
|
|
12
|
-
cascaderRef: unknown;
|
|
13
|
-
};
|
|
14
|
-
rootEl: any;
|
|
8
|
+
declare var __VLS_12: string, __VLS_13: any;
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
[K in NonNullable<typeof __VLS_12>]?: (props: typeof __VLS_13) => any;
|
|
15
11
|
};
|
|
16
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
12
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
18
13
|
watchQueryParams: boolean;
|
|
19
14
|
}>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
@@ -21,7 +16,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
21
16
|
}>>>, {
|
|
22
17
|
watchQueryParams: boolean;
|
|
23
18
|
}>;
|
|
24
|
-
declare const _default:
|
|
19
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
20
|
export default _default;
|
|
26
21
|
type __VLS_WithDefaults<P, D> = {
|
|
27
22
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -37,7 +32,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
37
32
|
required: true;
|
|
38
33
|
};
|
|
39
34
|
};
|
|
40
|
-
type
|
|
35
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
41
36
|
new (): {
|
|
42
37
|
$slots: S;
|
|
43
38
|
};
|