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