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,4 +1,3 @@
|
|
|
1
|
-
import { nextTick } from 'vue';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
modelValue?: string | number;
|
|
4
3
|
decimal?: number | number[];
|
|
@@ -22,422 +21,14 @@ type __VLS_Props = {
|
|
|
22
21
|
lazy?: boolean;
|
|
23
22
|
emptyValue?: '' | number;
|
|
24
23
|
};
|
|
25
|
-
declare
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
inputRef: ({
|
|
33
|
-
$: import("vue").ComponentInternalInstance;
|
|
34
|
-
$data: {};
|
|
35
|
-
$props: Partial<{
|
|
36
|
-
readonly disabled: boolean;
|
|
37
|
-
readonly id: string;
|
|
38
|
-
readonly type: string;
|
|
39
|
-
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>;
|
|
40
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
41
|
-
readonly readonly: boolean;
|
|
42
|
-
readonly autosize: import("element-plus").InputAutoSize;
|
|
43
|
-
readonly autocomplete: string;
|
|
44
|
-
readonly containerRole: string;
|
|
45
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
|
-
readonly inputStyle: import("vue").StyleValue;
|
|
47
|
-
readonly rows: number;
|
|
48
|
-
readonly clearable: boolean;
|
|
49
|
-
readonly showPassword: boolean;
|
|
50
|
-
readonly showWordLimit: boolean;
|
|
51
|
-
readonly autofocus: boolean;
|
|
52
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
-
readonly ariaLabel: StringConstructor;
|
|
54
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
55
|
-
readonly size: {
|
|
56
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
57
|
-
readonly required: false;
|
|
58
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
|
-
__epPropKey: true;
|
|
60
|
-
};
|
|
61
|
-
readonly disabled: BooleanConstructor;
|
|
62
|
-
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>;
|
|
63
|
-
readonly maxlength: {
|
|
64
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
65
|
-
readonly required: false;
|
|
66
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
|
-
__epPropKey: true;
|
|
68
|
-
};
|
|
69
|
-
readonly minlength: {
|
|
70
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
71
|
-
readonly required: false;
|
|
72
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
|
-
__epPropKey: true;
|
|
74
|
-
};
|
|
75
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
76
|
-
readonly resize: {
|
|
77
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
78
|
-
readonly required: false;
|
|
79
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
-
__epPropKey: true;
|
|
81
|
-
};
|
|
82
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
83
|
-
minRows?: number;
|
|
84
|
-
maxRows?: number;
|
|
85
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
86
|
-
minRows?: number;
|
|
87
|
-
maxRows?: number;
|
|
88
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
89
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
90
|
-
readonly formatter: {
|
|
91
|
-
readonly type: import("vue").PropType<Function>;
|
|
92
|
-
readonly required: false;
|
|
93
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
|
-
__epPropKey: true;
|
|
95
|
-
};
|
|
96
|
-
readonly parser: {
|
|
97
|
-
readonly type: import("vue").PropType<Function>;
|
|
98
|
-
readonly required: false;
|
|
99
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
-
__epPropKey: true;
|
|
101
|
-
};
|
|
102
|
-
readonly placeholder: {
|
|
103
|
-
readonly type: import("vue").PropType<string>;
|
|
104
|
-
readonly required: false;
|
|
105
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
-
__epPropKey: true;
|
|
107
|
-
};
|
|
108
|
-
readonly form: {
|
|
109
|
-
readonly type: import("vue").PropType<string>;
|
|
110
|
-
readonly required: false;
|
|
111
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
|
-
__epPropKey: true;
|
|
113
|
-
};
|
|
114
|
-
readonly readonly: BooleanConstructor;
|
|
115
|
-
readonly clearable: BooleanConstructor;
|
|
116
|
-
readonly showPassword: BooleanConstructor;
|
|
117
|
-
readonly showWordLimit: BooleanConstructor;
|
|
118
|
-
readonly suffixIcon: {
|
|
119
|
-
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>>;
|
|
120
|
-
readonly required: false;
|
|
121
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
|
-
__epPropKey: true;
|
|
123
|
-
};
|
|
124
|
-
readonly prefixIcon: {
|
|
125
|
-
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>>;
|
|
126
|
-
readonly required: false;
|
|
127
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
-
__epPropKey: true;
|
|
129
|
-
};
|
|
130
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
131
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
132
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
133
|
-
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>;
|
|
134
|
-
readonly autofocus: BooleanConstructor;
|
|
135
|
-
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
136
|
-
}>> & {
|
|
137
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
138
|
-
onChange?: ((value: string) => any) | undefined;
|
|
139
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
140
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
141
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
142
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
143
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
144
|
-
onInput?: ((value: string) => any) | undefined;
|
|
145
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
146
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
147
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
148
|
-
onClear?: (() => any) | undefined;
|
|
149
|
-
} & 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">;
|
|
150
|
-
$attrs: {
|
|
151
|
-
[x: string]: unknown;
|
|
152
|
-
};
|
|
153
|
-
$refs: {
|
|
154
|
-
[x: string]: unknown;
|
|
155
|
-
};
|
|
156
|
-
$slots: import("vue").Slots;
|
|
157
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
158
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
159
|
-
$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);
|
|
160
|
-
$el: any;
|
|
161
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
162
|
-
readonly ariaLabel: StringConstructor;
|
|
163
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
164
|
-
readonly size: {
|
|
165
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
166
|
-
readonly required: false;
|
|
167
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
|
-
__epPropKey: true;
|
|
169
|
-
};
|
|
170
|
-
readonly disabled: BooleanConstructor;
|
|
171
|
-
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>;
|
|
172
|
-
readonly maxlength: {
|
|
173
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
174
|
-
readonly required: false;
|
|
175
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
|
-
__epPropKey: true;
|
|
177
|
-
};
|
|
178
|
-
readonly minlength: {
|
|
179
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
180
|
-
readonly required: false;
|
|
181
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
-
__epPropKey: true;
|
|
183
|
-
};
|
|
184
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
185
|
-
readonly resize: {
|
|
186
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
187
|
-
readonly required: false;
|
|
188
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
189
|
-
__epPropKey: true;
|
|
190
|
-
};
|
|
191
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
192
|
-
minRows?: number;
|
|
193
|
-
maxRows?: number;
|
|
194
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
195
|
-
minRows?: number;
|
|
196
|
-
maxRows?: number;
|
|
197
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
198
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
199
|
-
readonly formatter: {
|
|
200
|
-
readonly type: import("vue").PropType<Function>;
|
|
201
|
-
readonly required: false;
|
|
202
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
203
|
-
__epPropKey: true;
|
|
204
|
-
};
|
|
205
|
-
readonly parser: {
|
|
206
|
-
readonly type: import("vue").PropType<Function>;
|
|
207
|
-
readonly required: false;
|
|
208
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
|
-
__epPropKey: true;
|
|
210
|
-
};
|
|
211
|
-
readonly placeholder: {
|
|
212
|
-
readonly type: import("vue").PropType<string>;
|
|
213
|
-
readonly required: false;
|
|
214
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
215
|
-
__epPropKey: true;
|
|
216
|
-
};
|
|
217
|
-
readonly form: {
|
|
218
|
-
readonly type: import("vue").PropType<string>;
|
|
219
|
-
readonly required: false;
|
|
220
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
221
|
-
__epPropKey: true;
|
|
222
|
-
};
|
|
223
|
-
readonly readonly: BooleanConstructor;
|
|
224
|
-
readonly clearable: BooleanConstructor;
|
|
225
|
-
readonly showPassword: BooleanConstructor;
|
|
226
|
-
readonly showWordLimit: BooleanConstructor;
|
|
227
|
-
readonly suffixIcon: {
|
|
228
|
-
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>>;
|
|
229
|
-
readonly required: false;
|
|
230
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
231
|
-
__epPropKey: true;
|
|
232
|
-
};
|
|
233
|
-
readonly prefixIcon: {
|
|
234
|
-
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>>;
|
|
235
|
-
readonly required: false;
|
|
236
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
237
|
-
__epPropKey: true;
|
|
238
|
-
};
|
|
239
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
240
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
241
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
242
|
-
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>;
|
|
243
|
-
readonly autofocus: BooleanConstructor;
|
|
244
|
-
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
245
|
-
}>> & {
|
|
246
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
247
|
-
onChange?: ((value: string) => any) | undefined;
|
|
248
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
249
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
250
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
251
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
252
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
253
|
-
onInput?: ((value: string) => any) | undefined;
|
|
254
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
255
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
256
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
257
|
-
onClear?: (() => any) | undefined;
|
|
258
|
-
}, {
|
|
259
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
260
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
261
|
-
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
262
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
263
|
-
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
264
|
-
isComposing: import("vue").Ref<boolean>;
|
|
265
|
-
focus: () => void | undefined;
|
|
266
|
-
blur: () => void | undefined;
|
|
267
|
-
select: () => void;
|
|
268
|
-
clear: () => void;
|
|
269
|
-
resizeTextarea: () => void;
|
|
270
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
271
|
-
input: (value: string) => void;
|
|
272
|
-
clear: () => void;
|
|
273
|
-
"update:modelValue": (value: string) => void;
|
|
274
|
-
change: (value: string) => void;
|
|
275
|
-
blur: (evt: FocusEvent) => void;
|
|
276
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
277
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
278
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
279
|
-
focus: (evt: FocusEvent) => void;
|
|
280
|
-
keydown: (evt: Event | KeyboardEvent) => void;
|
|
281
|
-
mouseenter: (evt: MouseEvent) => void;
|
|
282
|
-
mouseleave: (evt: MouseEvent) => void;
|
|
283
|
-
}, string, {
|
|
284
|
-
readonly disabled: boolean;
|
|
285
|
-
readonly id: string;
|
|
286
|
-
readonly type: string;
|
|
287
|
-
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>;
|
|
288
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
289
|
-
readonly readonly: boolean;
|
|
290
|
-
readonly autosize: import("element-plus").InputAutoSize;
|
|
291
|
-
readonly autocomplete: string;
|
|
292
|
-
readonly containerRole: string;
|
|
293
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
294
|
-
readonly inputStyle: import("vue").StyleValue;
|
|
295
|
-
readonly rows: number;
|
|
296
|
-
readonly clearable: boolean;
|
|
297
|
-
readonly showPassword: boolean;
|
|
298
|
-
readonly showWordLimit: boolean;
|
|
299
|
-
readonly autofocus: boolean;
|
|
300
|
-
}> & {
|
|
301
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
302
|
-
created?: (() => void) | (() => void)[];
|
|
303
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
304
|
-
mounted?: (() => void) | (() => void)[];
|
|
305
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
306
|
-
updated?: (() => void) | (() => void)[];
|
|
307
|
-
activated?: (() => void) | (() => void)[];
|
|
308
|
-
deactivated?: (() => void) | (() => void)[];
|
|
309
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
310
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
311
|
-
destroyed?: (() => void) | (() => void)[];
|
|
312
|
-
unmounted?: (() => void) | (() => void)[];
|
|
313
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
314
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
315
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
316
|
-
};
|
|
317
|
-
$forceUpdate: () => void;
|
|
318
|
-
$nextTick: typeof nextTick;
|
|
319
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
320
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
321
|
-
readonly ariaLabel: StringConstructor;
|
|
322
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
323
|
-
readonly size: {
|
|
324
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
325
|
-
readonly required: false;
|
|
326
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
327
|
-
__epPropKey: true;
|
|
328
|
-
};
|
|
329
|
-
readonly disabled: BooleanConstructor;
|
|
330
|
-
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>;
|
|
331
|
-
readonly maxlength: {
|
|
332
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
333
|
-
readonly required: false;
|
|
334
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
335
|
-
__epPropKey: true;
|
|
336
|
-
};
|
|
337
|
-
readonly minlength: {
|
|
338
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
339
|
-
readonly required: false;
|
|
340
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
341
|
-
__epPropKey: true;
|
|
342
|
-
};
|
|
343
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
344
|
-
readonly resize: {
|
|
345
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
346
|
-
readonly required: false;
|
|
347
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
348
|
-
__epPropKey: true;
|
|
349
|
-
};
|
|
350
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
351
|
-
minRows?: number;
|
|
352
|
-
maxRows?: number;
|
|
353
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
354
|
-
minRows?: number;
|
|
355
|
-
maxRows?: number;
|
|
356
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
357
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
358
|
-
readonly formatter: {
|
|
359
|
-
readonly type: import("vue").PropType<Function>;
|
|
360
|
-
readonly required: false;
|
|
361
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
362
|
-
__epPropKey: true;
|
|
363
|
-
};
|
|
364
|
-
readonly parser: {
|
|
365
|
-
readonly type: import("vue").PropType<Function>;
|
|
366
|
-
readonly required: false;
|
|
367
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
368
|
-
__epPropKey: true;
|
|
369
|
-
};
|
|
370
|
-
readonly placeholder: {
|
|
371
|
-
readonly type: import("vue").PropType<string>;
|
|
372
|
-
readonly required: false;
|
|
373
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
374
|
-
__epPropKey: true;
|
|
375
|
-
};
|
|
376
|
-
readonly form: {
|
|
377
|
-
readonly type: import("vue").PropType<string>;
|
|
378
|
-
readonly required: false;
|
|
379
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
380
|
-
__epPropKey: true;
|
|
381
|
-
};
|
|
382
|
-
readonly readonly: BooleanConstructor;
|
|
383
|
-
readonly clearable: BooleanConstructor;
|
|
384
|
-
readonly showPassword: BooleanConstructor;
|
|
385
|
-
readonly showWordLimit: BooleanConstructor;
|
|
386
|
-
readonly suffixIcon: {
|
|
387
|
-
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>>;
|
|
388
|
-
readonly required: false;
|
|
389
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
390
|
-
__epPropKey: true;
|
|
391
|
-
};
|
|
392
|
-
readonly prefixIcon: {
|
|
393
|
-
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>>;
|
|
394
|
-
readonly required: false;
|
|
395
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
396
|
-
__epPropKey: true;
|
|
397
|
-
};
|
|
398
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
399
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
400
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
401
|
-
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>;
|
|
402
|
-
readonly autofocus: BooleanConstructor;
|
|
403
|
-
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
404
|
-
}>> & {
|
|
405
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
406
|
-
onChange?: ((value: string) => any) | undefined;
|
|
407
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
408
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
409
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
410
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
411
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
412
|
-
onInput?: ((value: string) => any) | undefined;
|
|
413
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
414
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
415
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
416
|
-
onClear?: (() => any) | undefined;
|
|
417
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
418
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
419
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
420
|
-
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
421
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
422
|
-
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
423
|
-
isComposing: import("vue").Ref<boolean>;
|
|
424
|
-
focus: () => void | undefined;
|
|
425
|
-
blur: () => void | undefined;
|
|
426
|
-
select: () => void;
|
|
427
|
-
clear: () => void;
|
|
428
|
-
resizeTextarea: () => void;
|
|
429
|
-
}> & {} & import("@vue/runtime-core").ComponentCustomProperties & {
|
|
430
|
-
$slots: {
|
|
431
|
-
prepend?(_: {}): any;
|
|
432
|
-
prefix?(_: {}): any;
|
|
433
|
-
suffix?(_: {}): any;
|
|
434
|
-
append?(_: {}): any;
|
|
435
|
-
};
|
|
436
|
-
}) | null;
|
|
437
|
-
};
|
|
438
|
-
rootEl: any;
|
|
24
|
+
declare var __VLS_15: {}, __VLS_17: {}, __VLS_20: number, __VLS_21: any;
|
|
25
|
+
type __VLS_Slots = {} & {
|
|
26
|
+
[K in NonNullable<typeof __VLS_20>]?: (props: typeof __VLS_21) => any;
|
|
27
|
+
} & {
|
|
28
|
+
prefix?: (props: typeof __VLS_15) => any;
|
|
29
|
+
} & {
|
|
30
|
+
suffix?: (props: typeof __VLS_17) => any;
|
|
439
31
|
};
|
|
440
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
441
32
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
442
33
|
precision: number;
|
|
443
34
|
grouping: number;
|
|
@@ -497,7 +88,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
497
88
|
minOpened: boolean;
|
|
498
89
|
autoFocus: boolean;
|
|
499
90
|
}>;
|
|
500
|
-
declare const _default:
|
|
91
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
501
92
|
export default _default;
|
|
502
93
|
type __VLS_WithDefaults<P, D> = {
|
|
503
94
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -513,7 +104,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
513
104
|
required: true;
|
|
514
105
|
};
|
|
515
106
|
};
|
|
516
|
-
type
|
|
107
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
517
108
|
new (): {
|
|
518
109
|
$slots: S;
|
|
519
110
|
};
|