@dazhicheng/ui 1.6.41 → 1.6.43
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/assets/svg/download.svg.js +1 -1
- package/dist/components/tt-api-component/index.vue2.js +73 -73
- package/dist/components/tt-area/TtArea.vue.js +1 -1
- package/dist/components/tt-button/index.d.ts +91 -105
- package/dist/components/tt-button/index.vue.d.ts +52 -60
- package/dist/components/tt-button/index.vue2.js +1 -1
- package/dist/components/tt-drawer/index.d.ts +352 -326
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +196 -184
- package/dist/components/tt-drawer/src/RenderDrawer.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerFooter.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerHeader.vue.js +2 -2
- package/dist/components/tt-empty/index.d.ts +4 -4
- package/dist/components/tt-empty/index.js +1 -1
- package/dist/components/tt-form/index.js +1 -1
- package/dist/components/tt-form/src/components/FormActions.vue2.js +1 -1
- package/dist/components/tt-form/src/components/FormElInput.vue.d.ts +106 -110
- package/dist/components/tt-form/src/form/FormMessageToolTip.vue.js +12 -12
- package/dist/components/tt-form/src/form-render/FormField.vue2.js +164 -164
- package/dist/components/tt-form/src/form-render/FormLabel.vue2.js +34 -34
- package/dist/components/tt-form/src/form-render/expandable.js +20 -25
- package/dist/components/tt-form/src/form-render/form.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupForm.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupSection.vue2.js +124 -124
- package/dist/components/tt-form/src/group-form/LazyFormField.vue.js +99 -99
- package/dist/components/tt-form/src/index.vue.d.ts +8 -12
- package/dist/components/tt-form/src/index.vue2.js +1 -1
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +30 -126
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +15 -63
- package/dist/components/tt-icon/components/AddIcon.vue.js +6 -6
- package/dist/components/tt-icon/components/SubIcon.vue.js +6 -6
- package/dist/components/tt-icon/index.d.ts +4 -4
- package/dist/components/tt-icon/index.vue.js +2 -2
- package/dist/components/tt-icon/index.vue2.js +28 -28
- package/dist/components/tt-image/index.d.ts +29 -29
- package/dist/components/tt-image/src/components/ImageViewer.d.ts +20 -20
- package/dist/components/tt-image/tt-image.d.ts +29 -29
- package/dist/components/tt-input-textarea/index.vue.d.ts +424 -440
- package/dist/components/tt-input-textarea/index.vue.js +153 -153
- package/dist/components/tt-keep-alive/core/Suspense.d.ts +3 -0
- package/dist/components/tt-keep-alive/core/Suspense.js +10 -0
- package/dist/components/tt-keep-alive/core/apiAsyncComponent.d.ts +2 -0
- package/dist/components/tt-keep-alive/core/apiAsyncComponent.js +6 -0
- package/dist/components/tt-keep-alive/core/component.d.ts +2 -0
- package/dist/components/tt-keep-alive/core/component.js +7 -0
- package/dist/components/tt-keep-alive/core/componentPublicInstance.d.ts +5 -0
- package/dist/components/tt-keep-alive/core/devtools.d.ts +2 -0
- package/dist/components/tt-keep-alive/core/errorHandling.d.ts +17 -0
- package/dist/components/tt-keep-alive/core/errorHandling.js +4 -0
- package/dist/components/tt-keep-alive/core/renderer.d.ts +32 -0
- package/dist/components/tt-keep-alive/core/renderer.js +8 -0
- package/dist/components/tt-keep-alive/core/shapeFlags.d.ts +13 -0
- package/dist/components/tt-keep-alive/core/vnode.d.ts +6 -0
- package/dist/components/tt-keep-alive/core/vnode.js +8 -0
- package/dist/components/tt-keep-alive/index.d.ts +26 -0
- package/dist/components/tt-keep-alive/index.js +139 -0
- package/dist/components/tt-loading/src/loading.vue.js +2 -2
- package/dist/components/tt-loading/src/loading.vue2.js +22 -22
- package/dist/components/tt-log/index.vue.js +1 -1
- package/dist/components/tt-modal/index.d.ts +182 -162
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +54 -54
- package/dist/components/tt-modal/src/RenderModal.vue.js +236 -228
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.js +1 -1
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +26 -22
- package/dist/components/tt-modal/src/utils/resolve-modal-target.js +57 -53
- package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.js +123 -123
- package/dist/components/tt-panel-select/src/components/PanelLeft.vue.js +24 -24
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.js +145 -145
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.d.ts +10 -12
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.js +48 -48
- package/dist/components/tt-panel-select/src/index.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/index.vue.js +137 -137
- package/dist/components/tt-radio-group/index.vue.js +1 -1
- package/dist/components/tt-select/src/Select.vue.d.ts +8 -12
- package/dist/components/tt-select/src/Select.vue.js +1 -1
- package/dist/components/tt-select/src/components/SelectTable.vue.js +1 -1
- package/dist/components/tt-select/src/components/Table.vue.js +1 -1
- package/dist/components/tt-table/index.d.ts +20 -24
- package/dist/components/tt-table/index.js +1 -1
- package/dist/components/tt-table/src/Table.vue.d.ts +40 -48
- package/dist/components/tt-table/src/Table.vue.js +1 -1
- package/dist/components/tt-table/src/TableForm.vue.d.ts +8 -12
- package/dist/components/tt-table/src/TableForm.vue.js +1 -1
- package/dist/components/tt-table/src/components/TableColumnModal.vue2.js +1 -1
- package/dist/components/tt-table/src/hooks/useSideSlot.d.ts +40 -48
- package/dist/components/tt-text/index.vue2.js +22 -22
- package/dist/components/tt-upload/index.d.ts +60 -60
- package/dist/components/tt-upload/src/TtUpload.vue.d.ts +37 -37
- package/dist/components/tt-upload/src/TtUpload.vue.js +1 -1
- package/dist/components/tt-upload/src/typing.d.ts +17 -17
- package/dist/hooks/useScreenshotOss.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +80 -78
- package/dist/node_modules/.pnpm/@vue_shared@3.5.34/node_modules/@vue/shared/dist/shared.esm-bundler.js +17 -0
- package/dist/packages/hooks/src/propTypes.js +1 -1
- package/dist/plugins/vxeTable/switchStatus.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -2
- /package/dist/node_modules/.pnpm/{vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_ → vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_}/node_modules/vue-types/shim/index.modern.js +0 -0
|
@@ -54,12 +54,12 @@ declare function __VLS_template(): {
|
|
|
54
54
|
readonly form?: string | undefined;
|
|
55
55
|
readonly readonly?: boolean | undefined;
|
|
56
56
|
readonly clearable?: boolean | undefined;
|
|
57
|
-
readonly clearIcon?: import('element-plus/es/utils/
|
|
57
|
+
readonly clearIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
58
58
|
readonly showPassword?: boolean | undefined;
|
|
59
59
|
readonly showWordLimit?: boolean | undefined;
|
|
60
60
|
readonly wordLimitPosition?: "inside" | "outside" | undefined;
|
|
61
|
-
readonly suffixIcon?: import('element-plus/es/utils/
|
|
62
|
-
readonly prefixIcon?: import('element-plus/es/utils/
|
|
61
|
+
readonly suffixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
62
|
+
readonly prefixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
63
63
|
readonly containerRole?: string | undefined;
|
|
64
64
|
readonly tabindex?: string | number | undefined;
|
|
65
65
|
readonly validateEvent?: boolean | undefined;
|
|
@@ -70,22 +70,20 @@ declare function __VLS_template(): {
|
|
|
70
70
|
readonly inputmode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
71
71
|
readonly name?: string | undefined;
|
|
72
72
|
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
73
|
-
readonly
|
|
73
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
74
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
74
75
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
75
|
-
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
76
|
-
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
77
|
-
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
78
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
79
76
|
readonly onInput?: ((value: string) => any) | undefined | undefined;
|
|
80
|
-
readonly
|
|
81
|
-
readonly
|
|
77
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
78
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
82
79
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
83
|
-
readonly
|
|
84
|
-
readonly
|
|
80
|
+
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
81
|
+
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
82
|
+
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
83
|
+
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
84
|
+
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
85
85
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
86
|
-
$attrs:
|
|
87
|
-
[x: string]: unknown;
|
|
88
|
-
};
|
|
86
|
+
$attrs: import('vue').Attrs;
|
|
89
87
|
$refs: {
|
|
90
88
|
[x: string]: unknown;
|
|
91
89
|
};
|
|
@@ -98,18 +96,18 @@ declare function __VLS_template(): {
|
|
|
98
96
|
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string, evt?: Event | undefined) => 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: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void);
|
|
99
97
|
$el: any;
|
|
100
98
|
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
101
|
-
|
|
99
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
100
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
102
101
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
103
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
104
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
105
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
106
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
107
102
|
onInput?: ((value: string) => any) | undefined;
|
|
108
|
-
|
|
109
|
-
|
|
103
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
104
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
110
105
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
111
|
-
|
|
112
|
-
|
|
106
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
107
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
108
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
109
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
110
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
113
111
|
}>, {
|
|
114
112
|
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
115
113
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -124,25 +122,25 @@ declare function __VLS_template(): {
|
|
|
124
122
|
clear: (evt?: MouseEvent) => void;
|
|
125
123
|
resizeTextarea: () => void;
|
|
126
124
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
127
|
-
|
|
125
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
126
|
+
"update:modelValue": (value: string) => void;
|
|
128
127
|
change: (value: string, evt?: Event | undefined) => void;
|
|
129
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
130
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
131
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
132
|
-
focus: (evt: FocusEvent) => void;
|
|
133
128
|
input: (value: string) => void;
|
|
134
|
-
|
|
135
|
-
|
|
129
|
+
focus: (evt: FocusEvent) => void;
|
|
130
|
+
blur: (evt: FocusEvent) => void;
|
|
136
131
|
mouseleave: (evt: MouseEvent) => void;
|
|
137
|
-
|
|
138
|
-
|
|
132
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
133
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
134
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
135
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
136
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
139
137
|
}, string, {
|
|
140
138
|
type: import('element-plus').InputType;
|
|
141
|
-
disabled: boolean;
|
|
142
139
|
modelValue: string | number | null;
|
|
140
|
+
disabled: boolean;
|
|
143
141
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
144
142
|
autocomplete: string;
|
|
145
|
-
clearIcon: import('element-plus/es/utils/
|
|
143
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
146
144
|
wordLimitPosition: "inside" | "outside";
|
|
147
145
|
tabindex: string | number;
|
|
148
146
|
validateEvent: boolean;
|
|
@@ -170,43 +168,43 @@ declare function __VLS_template(): {
|
|
|
170
168
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
171
169
|
} & Readonly<{
|
|
172
170
|
type: import('element-plus').InputType;
|
|
173
|
-
disabled: boolean;
|
|
174
171
|
modelValue: string | number | null;
|
|
172
|
+
disabled: boolean;
|
|
175
173
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
176
174
|
autocomplete: string;
|
|
177
|
-
clearIcon: import('element-plus/es/utils/
|
|
175
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
178
176
|
wordLimitPosition: "inside" | "outside";
|
|
179
177
|
tabindex: string | number;
|
|
180
178
|
validateEvent: boolean;
|
|
181
179
|
inputStyle: string | false | CSSProperties | import('vue').StyleValue[] | null;
|
|
182
180
|
rows: number;
|
|
183
181
|
}> & Omit<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
184
|
-
|
|
182
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
183
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
185
184
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
186
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
187
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
188
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
189
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
190
185
|
onInput?: ((value: string) => any) | undefined;
|
|
191
|
-
|
|
192
|
-
|
|
186
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
187
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
193
188
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
189
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
190
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
191
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
192
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
193
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
194
|
+
}>, "input" | "select" | "textarea" | "blur" | "focus" | "disabled" | "clear" | "type" | "ref" | "tabindex" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
195
|
+
input: HTMLInputElement | undefined;
|
|
196
|
+
textarea: HTMLTextAreaElement | undefined;
|
|
197
|
+
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
198
|
+
textareaStyle: import('vue').StyleValue;
|
|
199
|
+
autosize: import('element-plus').InputAutoSize | undefined;
|
|
200
|
+
isComposing: boolean;
|
|
201
|
+
passwordVisible: boolean;
|
|
204
202
|
focus: () => void | undefined;
|
|
205
203
|
blur: () => void | undefined;
|
|
206
204
|
select: () => void;
|
|
207
205
|
clear: (evt?: MouseEvent) => void;
|
|
208
206
|
resizeTextarea: () => void;
|
|
209
|
-
}
|
|
207
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
210
208
|
$slots: {
|
|
211
209
|
prepend?: (props: {}) => any;
|
|
212
210
|
} & {
|
|
@@ -243,12 +241,12 @@ declare function __VLS_template(): {
|
|
|
243
241
|
readonly form?: string | undefined;
|
|
244
242
|
readonly readonly?: boolean | undefined;
|
|
245
243
|
readonly clearable?: boolean | undefined;
|
|
246
|
-
readonly clearIcon?: import('element-plus/es/utils/
|
|
244
|
+
readonly clearIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
247
245
|
readonly showPassword?: boolean | undefined;
|
|
248
246
|
readonly showWordLimit?: boolean | undefined;
|
|
249
247
|
readonly wordLimitPosition?: "inside" | "outside" | undefined;
|
|
250
|
-
readonly suffixIcon?: import('element-plus/es/utils/
|
|
251
|
-
readonly prefixIcon?: import('element-plus/es/utils/
|
|
248
|
+
readonly suffixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
249
|
+
readonly prefixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
252
250
|
readonly containerRole?: string | undefined;
|
|
253
251
|
readonly tabindex?: string | number | undefined;
|
|
254
252
|
readonly validateEvent?: boolean | undefined;
|
|
@@ -259,22 +257,20 @@ declare function __VLS_template(): {
|
|
|
259
257
|
readonly inputmode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
260
258
|
readonly name?: string | undefined;
|
|
261
259
|
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
262
|
-
readonly
|
|
260
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
261
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
263
262
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
264
|
-
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
265
|
-
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
266
|
-
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
267
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
268
263
|
readonly onInput?: ((value: string) => any) | undefined | undefined;
|
|
269
|
-
readonly
|
|
270
|
-
readonly
|
|
264
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
265
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
271
266
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
272
|
-
readonly
|
|
273
|
-
readonly
|
|
267
|
+
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
268
|
+
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
269
|
+
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
270
|
+
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
271
|
+
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
274
272
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
275
|
-
$attrs:
|
|
276
|
-
[x: string]: unknown;
|
|
277
|
-
};
|
|
273
|
+
$attrs: import('vue').Attrs;
|
|
278
274
|
$refs: {
|
|
279
275
|
[x: string]: unknown;
|
|
280
276
|
};
|
|
@@ -287,18 +283,18 @@ declare function __VLS_template(): {
|
|
|
287
283
|
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string, evt?: Event | undefined) => 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: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void);
|
|
288
284
|
$el: any;
|
|
289
285
|
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
290
|
-
|
|
286
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
287
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
291
288
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
292
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
293
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
294
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
295
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
296
289
|
onInput?: ((value: string) => any) | undefined;
|
|
297
|
-
|
|
298
|
-
|
|
290
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
291
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
299
292
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
300
|
-
|
|
301
|
-
|
|
293
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
294
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
295
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
296
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
297
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
302
298
|
}>, {
|
|
303
299
|
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
304
300
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -313,25 +309,25 @@ declare function __VLS_template(): {
|
|
|
313
309
|
clear: (evt?: MouseEvent) => void;
|
|
314
310
|
resizeTextarea: () => void;
|
|
315
311
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
316
|
-
|
|
312
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
313
|
+
"update:modelValue": (value: string) => void;
|
|
317
314
|
change: (value: string, evt?: Event | undefined) => void;
|
|
318
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
319
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
320
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
321
|
-
focus: (evt: FocusEvent) => void;
|
|
322
315
|
input: (value: string) => void;
|
|
323
|
-
|
|
324
|
-
|
|
316
|
+
focus: (evt: FocusEvent) => void;
|
|
317
|
+
blur: (evt: FocusEvent) => void;
|
|
325
318
|
mouseleave: (evt: MouseEvent) => void;
|
|
326
|
-
|
|
327
|
-
|
|
319
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
320
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
321
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
322
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
323
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
328
324
|
}, string, {
|
|
329
325
|
type: import('element-plus').InputType;
|
|
330
|
-
disabled: boolean;
|
|
331
326
|
modelValue: string | number | null;
|
|
327
|
+
disabled: boolean;
|
|
332
328
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
333
329
|
autocomplete: string;
|
|
334
|
-
clearIcon: import('element-plus/es/utils/
|
|
330
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
335
331
|
wordLimitPosition: "inside" | "outside";
|
|
336
332
|
tabindex: string | number;
|
|
337
333
|
validateEvent: boolean;
|
|
@@ -359,43 +355,43 @@ declare function __VLS_template(): {
|
|
|
359
355
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
360
356
|
} & Readonly<{
|
|
361
357
|
type: import('element-plus').InputType;
|
|
362
|
-
disabled: boolean;
|
|
363
358
|
modelValue: string | number | null;
|
|
359
|
+
disabled: boolean;
|
|
364
360
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
365
361
|
autocomplete: string;
|
|
366
|
-
clearIcon: import('element-plus/es/utils/
|
|
362
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
367
363
|
wordLimitPosition: "inside" | "outside";
|
|
368
364
|
tabindex: string | number;
|
|
369
365
|
validateEvent: boolean;
|
|
370
366
|
inputStyle: string | false | CSSProperties | import('vue').StyleValue[] | null;
|
|
371
367
|
rows: number;
|
|
372
368
|
}> & Omit<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
373
|
-
|
|
369
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
370
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
374
371
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
375
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
376
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
377
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
378
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
379
372
|
onInput?: ((value: string) => any) | undefined;
|
|
380
|
-
|
|
381
|
-
|
|
373
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
374
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
382
375
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
376
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
377
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
378
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
379
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
380
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
381
|
+
}>, "input" | "select" | "textarea" | "blur" | "focus" | "disabled" | "clear" | "type" | "ref" | "tabindex" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
382
|
+
input: HTMLInputElement | undefined;
|
|
383
|
+
textarea: HTMLTextAreaElement | undefined;
|
|
384
|
+
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
385
|
+
textareaStyle: import('vue').StyleValue;
|
|
386
|
+
autosize: import('element-plus').InputAutoSize | undefined;
|
|
387
|
+
isComposing: boolean;
|
|
388
|
+
passwordVisible: boolean;
|
|
393
389
|
focus: () => void | undefined;
|
|
394
390
|
blur: () => void | undefined;
|
|
395
391
|
select: () => void;
|
|
396
392
|
clear: (evt?: MouseEvent) => void;
|
|
397
393
|
resizeTextarea: () => void;
|
|
398
|
-
}
|
|
394
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
399
395
|
$slots: {
|
|
400
396
|
prepend?: (props: {}) => any;
|
|
401
397
|
} & {
|
|
@@ -439,12 +435,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
439
435
|
readonly form?: string | undefined;
|
|
440
436
|
readonly readonly?: boolean | undefined;
|
|
441
437
|
readonly clearable?: boolean | undefined;
|
|
442
|
-
readonly clearIcon?: import('element-plus/es/utils/
|
|
438
|
+
readonly clearIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
443
439
|
readonly showPassword?: boolean | undefined;
|
|
444
440
|
readonly showWordLimit?: boolean | undefined;
|
|
445
441
|
readonly wordLimitPosition?: "inside" | "outside" | undefined;
|
|
446
|
-
readonly suffixIcon?: import('element-plus/es/utils/
|
|
447
|
-
readonly prefixIcon?: import('element-plus/es/utils/
|
|
442
|
+
readonly suffixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
443
|
+
readonly prefixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
448
444
|
readonly containerRole?: string | undefined;
|
|
449
445
|
readonly tabindex?: string | number | undefined;
|
|
450
446
|
readonly validateEvent?: boolean | undefined;
|
|
@@ -455,22 +451,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
455
451
|
readonly inputmode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
456
452
|
readonly name?: string | undefined;
|
|
457
453
|
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
458
|
-
readonly
|
|
454
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
455
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
459
456
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
460
|
-
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
461
|
-
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
462
|
-
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
463
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
464
457
|
readonly onInput?: ((value: string) => any) | undefined | undefined;
|
|
465
|
-
readonly
|
|
466
|
-
readonly
|
|
458
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
459
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
467
460
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
468
|
-
readonly
|
|
469
|
-
readonly
|
|
461
|
+
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
462
|
+
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
463
|
+
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
464
|
+
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
465
|
+
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
470
466
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
471
|
-
$attrs:
|
|
472
|
-
[x: string]: unknown;
|
|
473
|
-
};
|
|
467
|
+
$attrs: import('vue').Attrs;
|
|
474
468
|
$refs: {
|
|
475
469
|
[x: string]: unknown;
|
|
476
470
|
};
|
|
@@ -483,18 +477,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
483
477
|
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string, evt?: Event | undefined) => 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: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void);
|
|
484
478
|
$el: any;
|
|
485
479
|
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
486
|
-
|
|
480
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
481
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
487
482
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
488
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
489
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
490
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
491
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
492
483
|
onInput?: ((value: string) => any) | undefined;
|
|
493
|
-
|
|
494
|
-
|
|
484
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
485
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
495
486
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
496
|
-
|
|
497
|
-
|
|
487
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
488
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
489
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
490
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
491
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
498
492
|
}>, {
|
|
499
493
|
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
500
494
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -509,25 +503,25 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
509
503
|
clear: (evt?: MouseEvent) => void;
|
|
510
504
|
resizeTextarea: () => void;
|
|
511
505
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
512
|
-
|
|
506
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
507
|
+
"update:modelValue": (value: string) => void;
|
|
513
508
|
change: (value: string, evt?: Event | undefined) => void;
|
|
514
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
515
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
516
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
517
|
-
focus: (evt: FocusEvent) => void;
|
|
518
509
|
input: (value: string) => void;
|
|
519
|
-
|
|
520
|
-
|
|
510
|
+
focus: (evt: FocusEvent) => void;
|
|
511
|
+
blur: (evt: FocusEvent) => void;
|
|
521
512
|
mouseleave: (evt: MouseEvent) => void;
|
|
522
|
-
|
|
523
|
-
|
|
513
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
514
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
515
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
516
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
517
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
524
518
|
}, string, {
|
|
525
519
|
type: import('element-plus').InputType;
|
|
526
|
-
disabled: boolean;
|
|
527
520
|
modelValue: string | number | null;
|
|
521
|
+
disabled: boolean;
|
|
528
522
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
529
523
|
autocomplete: string;
|
|
530
|
-
clearIcon: import('element-plus/es/utils/
|
|
524
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
531
525
|
wordLimitPosition: "inside" | "outside";
|
|
532
526
|
tabindex: string | number;
|
|
533
527
|
validateEvent: boolean;
|
|
@@ -555,43 +549,43 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
555
549
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
556
550
|
} & Readonly<{
|
|
557
551
|
type: import('element-plus').InputType;
|
|
558
|
-
disabled: boolean;
|
|
559
552
|
modelValue: string | number | null;
|
|
553
|
+
disabled: boolean;
|
|
560
554
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
561
555
|
autocomplete: string;
|
|
562
|
-
clearIcon: import('element-plus/es/utils/
|
|
556
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
563
557
|
wordLimitPosition: "inside" | "outside";
|
|
564
558
|
tabindex: string | number;
|
|
565
559
|
validateEvent: boolean;
|
|
566
560
|
inputStyle: string | false | CSSProperties | import('vue').StyleValue[] | null;
|
|
567
561
|
rows: number;
|
|
568
562
|
}> & Omit<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
569
|
-
|
|
563
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
564
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
570
565
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
571
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
572
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
573
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
574
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
575
566
|
onInput?: ((value: string) => any) | undefined;
|
|
576
|
-
|
|
577
|
-
|
|
567
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
568
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
578
569
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
570
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
571
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
572
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
573
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
574
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
575
|
+
}>, "input" | "select" | "textarea" | "blur" | "focus" | "disabled" | "clear" | "type" | "ref" | "tabindex" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
576
|
+
input: HTMLInputElement | undefined;
|
|
577
|
+
textarea: HTMLTextAreaElement | undefined;
|
|
578
|
+
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
579
|
+
textareaStyle: import('vue').StyleValue;
|
|
580
|
+
autosize: import('element-plus').InputAutoSize | undefined;
|
|
581
|
+
isComposing: boolean;
|
|
582
|
+
passwordVisible: boolean;
|
|
589
583
|
focus: () => void | undefined;
|
|
590
584
|
blur: () => void | undefined;
|
|
591
585
|
select: () => void;
|
|
592
586
|
clear: (evt?: MouseEvent) => void;
|
|
593
587
|
resizeTextarea: () => void;
|
|
594
|
-
}
|
|
588
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
595
589
|
$slots: {
|
|
596
590
|
prepend?: (props: {}) => any;
|
|
597
591
|
} & {
|
|
@@ -626,12 +620,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
626
620
|
readonly form?: string | undefined;
|
|
627
621
|
readonly readonly?: boolean | undefined;
|
|
628
622
|
readonly clearable?: boolean | undefined;
|
|
629
|
-
readonly clearIcon?: import('element-plus/es/utils/
|
|
623
|
+
readonly clearIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
630
624
|
readonly showPassword?: boolean | undefined;
|
|
631
625
|
readonly showWordLimit?: boolean | undefined;
|
|
632
626
|
readonly wordLimitPosition?: "inside" | "outside" | undefined;
|
|
633
|
-
readonly suffixIcon?: import('element-plus/es/utils/
|
|
634
|
-
readonly prefixIcon?: import('element-plus/es/utils/
|
|
627
|
+
readonly suffixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
628
|
+
readonly prefixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
635
629
|
readonly containerRole?: string | undefined;
|
|
636
630
|
readonly tabindex?: string | number | undefined;
|
|
637
631
|
readonly validateEvent?: boolean | undefined;
|
|
@@ -642,22 +636,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
642
636
|
readonly inputmode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
643
637
|
readonly name?: string | undefined;
|
|
644
638
|
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
645
|
-
readonly
|
|
639
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
640
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
646
641
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
647
|
-
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
648
|
-
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
649
|
-
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
650
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
651
642
|
readonly onInput?: ((value: string) => any) | undefined | undefined;
|
|
652
|
-
readonly
|
|
653
|
-
readonly
|
|
643
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
644
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
654
645
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
655
|
-
readonly
|
|
656
|
-
readonly
|
|
646
|
+
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
647
|
+
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
648
|
+
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
649
|
+
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
650
|
+
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
657
651
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
658
|
-
$attrs:
|
|
659
|
-
[x: string]: unknown;
|
|
660
|
-
};
|
|
652
|
+
$attrs: import('vue').Attrs;
|
|
661
653
|
$refs: {
|
|
662
654
|
[x: string]: unknown;
|
|
663
655
|
};
|
|
@@ -670,18 +662,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
670
662
|
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string, evt?: Event | undefined) => 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: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void);
|
|
671
663
|
$el: any;
|
|
672
664
|
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
673
|
-
|
|
665
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
666
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
674
667
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
675
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
676
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
677
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
678
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
679
668
|
onInput?: ((value: string) => any) | undefined;
|
|
680
|
-
|
|
681
|
-
|
|
669
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
670
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
682
671
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
683
|
-
|
|
684
|
-
|
|
672
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
673
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
674
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
675
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
676
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
685
677
|
}>, {
|
|
686
678
|
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
687
679
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -696,25 +688,25 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
696
688
|
clear: (evt?: MouseEvent) => void;
|
|
697
689
|
resizeTextarea: () => void;
|
|
698
690
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
699
|
-
|
|
691
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
692
|
+
"update:modelValue": (value: string) => void;
|
|
700
693
|
change: (value: string, evt?: Event | undefined) => void;
|
|
701
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
702
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
703
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
704
|
-
focus: (evt: FocusEvent) => void;
|
|
705
694
|
input: (value: string) => void;
|
|
706
|
-
|
|
707
|
-
|
|
695
|
+
focus: (evt: FocusEvent) => void;
|
|
696
|
+
blur: (evt: FocusEvent) => void;
|
|
708
697
|
mouseleave: (evt: MouseEvent) => void;
|
|
709
|
-
|
|
710
|
-
|
|
698
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
699
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
700
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
701
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
702
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
711
703
|
}, string, {
|
|
712
704
|
type: import('element-plus').InputType;
|
|
713
|
-
disabled: boolean;
|
|
714
705
|
modelValue: string | number | null;
|
|
706
|
+
disabled: boolean;
|
|
715
707
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
716
708
|
autocomplete: string;
|
|
717
|
-
clearIcon: import('element-plus/es/utils/
|
|
709
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
718
710
|
wordLimitPosition: "inside" | "outside";
|
|
719
711
|
tabindex: string | number;
|
|
720
712
|
validateEvent: boolean;
|
|
@@ -742,43 +734,43 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
742
734
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
743
735
|
} & Readonly<{
|
|
744
736
|
type: import('element-plus').InputType;
|
|
745
|
-
disabled: boolean;
|
|
746
737
|
modelValue: string | number | null;
|
|
738
|
+
disabled: boolean;
|
|
747
739
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
748
740
|
autocomplete: string;
|
|
749
|
-
clearIcon: import('element-plus/es/utils/
|
|
741
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
750
742
|
wordLimitPosition: "inside" | "outside";
|
|
751
743
|
tabindex: string | number;
|
|
752
744
|
validateEvent: boolean;
|
|
753
745
|
inputStyle: string | false | CSSProperties | import('vue').StyleValue[] | null;
|
|
754
746
|
rows: number;
|
|
755
747
|
}> & Omit<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
756
|
-
|
|
748
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
749
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
757
750
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
758
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
759
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
760
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
761
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
762
751
|
onInput?: ((value: string) => any) | undefined;
|
|
763
|
-
|
|
764
|
-
|
|
752
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
753
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
765
754
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
755
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
756
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
757
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
758
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
759
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
760
|
+
}>, "input" | "select" | "textarea" | "blur" | "focus" | "disabled" | "clear" | "type" | "ref" | "tabindex" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
761
|
+
input: HTMLInputElement | undefined;
|
|
762
|
+
textarea: HTMLTextAreaElement | undefined;
|
|
763
|
+
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
764
|
+
textareaStyle: import('vue').StyleValue;
|
|
765
|
+
autosize: import('element-plus').InputAutoSize | undefined;
|
|
766
|
+
isComposing: boolean;
|
|
767
|
+
passwordVisible: boolean;
|
|
776
768
|
focus: () => void | undefined;
|
|
777
769
|
blur: () => void | undefined;
|
|
778
770
|
select: () => void;
|
|
779
771
|
clear: (evt?: MouseEvent) => void;
|
|
780
772
|
resizeTextarea: () => void;
|
|
781
|
-
}
|
|
773
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
782
774
|
$slots: {
|
|
783
775
|
prepend?: (props: {}) => any;
|
|
784
776
|
} & {
|
|
@@ -817,12 +809,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
817
809
|
readonly form?: string | undefined;
|
|
818
810
|
readonly readonly?: boolean | undefined;
|
|
819
811
|
readonly clearable?: boolean | undefined;
|
|
820
|
-
readonly clearIcon?: import('element-plus/es/utils/
|
|
812
|
+
readonly clearIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
821
813
|
readonly showPassword?: boolean | undefined;
|
|
822
814
|
readonly showWordLimit?: boolean | undefined;
|
|
823
815
|
readonly wordLimitPosition?: "inside" | "outside" | undefined;
|
|
824
|
-
readonly suffixIcon?: import('element-plus/es/utils/
|
|
825
|
-
readonly prefixIcon?: import('element-plus/es/utils/
|
|
816
|
+
readonly suffixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
817
|
+
readonly prefixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
826
818
|
readonly containerRole?: string | undefined;
|
|
827
819
|
readonly tabindex?: string | number | undefined;
|
|
828
820
|
readonly validateEvent?: boolean | undefined;
|
|
@@ -833,22 +825,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
833
825
|
readonly inputmode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
834
826
|
readonly name?: string | undefined;
|
|
835
827
|
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
836
|
-
readonly
|
|
828
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
829
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
837
830
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
838
|
-
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
839
|
-
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
840
|
-
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
841
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
842
831
|
readonly onInput?: ((value: string) => any) | undefined | undefined;
|
|
843
|
-
readonly
|
|
844
|
-
readonly
|
|
832
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
833
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
845
834
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
846
|
-
readonly
|
|
847
|
-
readonly
|
|
835
|
+
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
836
|
+
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
837
|
+
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
838
|
+
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
839
|
+
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
848
840
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
849
|
-
$attrs:
|
|
850
|
-
[x: string]: unknown;
|
|
851
|
-
};
|
|
841
|
+
$attrs: import('vue').Attrs;
|
|
852
842
|
$refs: {
|
|
853
843
|
[x: string]: unknown;
|
|
854
844
|
};
|
|
@@ -861,18 +851,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
861
851
|
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string, evt?: Event | undefined) => 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: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void);
|
|
862
852
|
$el: any;
|
|
863
853
|
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
864
|
-
|
|
854
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
855
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
865
856
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
866
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
867
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
868
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
869
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
870
857
|
onInput?: ((value: string) => any) | undefined;
|
|
871
|
-
|
|
872
|
-
|
|
858
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
859
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
873
860
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
874
|
-
|
|
875
|
-
|
|
861
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
862
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
863
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
864
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
865
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
876
866
|
}>, {
|
|
877
867
|
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
878
868
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -887,25 +877,25 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
887
877
|
clear: (evt?: MouseEvent) => void;
|
|
888
878
|
resizeTextarea: () => void;
|
|
889
879
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
890
|
-
|
|
880
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
881
|
+
"update:modelValue": (value: string) => void;
|
|
891
882
|
change: (value: string, evt?: Event | undefined) => void;
|
|
892
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
893
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
894
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
895
|
-
focus: (evt: FocusEvent) => void;
|
|
896
883
|
input: (value: string) => void;
|
|
897
|
-
|
|
898
|
-
|
|
884
|
+
focus: (evt: FocusEvent) => void;
|
|
885
|
+
blur: (evt: FocusEvent) => void;
|
|
899
886
|
mouseleave: (evt: MouseEvent) => void;
|
|
900
|
-
|
|
901
|
-
|
|
887
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
888
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
889
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
890
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
891
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
902
892
|
}, string, {
|
|
903
893
|
type: import('element-plus').InputType;
|
|
904
|
-
disabled: boolean;
|
|
905
894
|
modelValue: string | number | null;
|
|
895
|
+
disabled: boolean;
|
|
906
896
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
907
897
|
autocomplete: string;
|
|
908
|
-
clearIcon: import('element-plus/es/utils/
|
|
898
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
909
899
|
wordLimitPosition: "inside" | "outside";
|
|
910
900
|
tabindex: string | number;
|
|
911
901
|
validateEvent: boolean;
|
|
@@ -933,43 +923,43 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
933
923
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
934
924
|
} & Readonly<{
|
|
935
925
|
type: import('element-plus').InputType;
|
|
936
|
-
disabled: boolean;
|
|
937
926
|
modelValue: string | number | null;
|
|
927
|
+
disabled: boolean;
|
|
938
928
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
939
929
|
autocomplete: string;
|
|
940
|
-
clearIcon: import('element-plus/es/utils/
|
|
930
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
941
931
|
wordLimitPosition: "inside" | "outside";
|
|
942
932
|
tabindex: string | number;
|
|
943
933
|
validateEvent: boolean;
|
|
944
934
|
inputStyle: string | false | CSSProperties | import('vue').StyleValue[] | null;
|
|
945
935
|
rows: number;
|
|
946
936
|
}> & Omit<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
947
|
-
|
|
937
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
938
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
948
939
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
949
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
950
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
951
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
952
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
953
940
|
onInput?: ((value: string) => any) | undefined;
|
|
954
|
-
|
|
955
|
-
|
|
941
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
942
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
956
943
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
944
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
945
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
946
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
947
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
948
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
949
|
+
}>, "input" | "select" | "textarea" | "blur" | "focus" | "disabled" | "clear" | "type" | "ref" | "tabindex" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
950
|
+
input: HTMLInputElement | undefined;
|
|
951
|
+
textarea: HTMLTextAreaElement | undefined;
|
|
952
|
+
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
953
|
+
textareaStyle: import('vue').StyleValue;
|
|
954
|
+
autosize: import('element-plus').InputAutoSize | undefined;
|
|
955
|
+
isComposing: boolean;
|
|
956
|
+
passwordVisible: boolean;
|
|
967
957
|
focus: () => void | undefined;
|
|
968
958
|
blur: () => void | undefined;
|
|
969
959
|
select: () => void;
|
|
970
960
|
clear: (evt?: MouseEvent) => void;
|
|
971
961
|
resizeTextarea: () => void;
|
|
972
|
-
}
|
|
962
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
973
963
|
$slots: {
|
|
974
964
|
prepend?: (props: {}) => any;
|
|
975
965
|
} & {
|
|
@@ -1004,12 +994,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1004
994
|
readonly form?: string | undefined;
|
|
1005
995
|
readonly readonly?: boolean | undefined;
|
|
1006
996
|
readonly clearable?: boolean | undefined;
|
|
1007
|
-
readonly clearIcon?: import('element-plus/es/utils/
|
|
997
|
+
readonly clearIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
1008
998
|
readonly showPassword?: boolean | undefined;
|
|
1009
999
|
readonly showWordLimit?: boolean | undefined;
|
|
1010
1000
|
readonly wordLimitPosition?: "inside" | "outside" | undefined;
|
|
1011
|
-
readonly suffixIcon?: import('element-plus/es/utils/
|
|
1012
|
-
readonly prefixIcon?: import('element-plus/es/utils/
|
|
1001
|
+
readonly suffixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
1002
|
+
readonly prefixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
1013
1003
|
readonly containerRole?: string | undefined;
|
|
1014
1004
|
readonly tabindex?: string | number | undefined;
|
|
1015
1005
|
readonly validateEvent?: boolean | undefined;
|
|
@@ -1020,22 +1010,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1020
1010
|
readonly inputmode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1021
1011
|
readonly name?: string | undefined;
|
|
1022
1012
|
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
1023
|
-
readonly
|
|
1013
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
1014
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
1024
1015
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
1025
|
-
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1026
|
-
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1027
|
-
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1028
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1029
1016
|
readonly onInput?: ((value: string) => any) | undefined | undefined;
|
|
1030
|
-
readonly
|
|
1031
|
-
readonly
|
|
1017
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1018
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1032
1019
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1033
|
-
readonly
|
|
1034
|
-
readonly
|
|
1020
|
+
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1021
|
+
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
1022
|
+
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1023
|
+
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1024
|
+
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1035
1025
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1036
|
-
$attrs:
|
|
1037
|
-
[x: string]: unknown;
|
|
1038
|
-
};
|
|
1026
|
+
$attrs: import('vue').Attrs;
|
|
1039
1027
|
$refs: {
|
|
1040
1028
|
[x: string]: unknown;
|
|
1041
1029
|
};
|
|
@@ -1048,18 +1036,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1048
1036
|
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string, evt?: Event | undefined) => 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: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void);
|
|
1049
1037
|
$el: any;
|
|
1050
1038
|
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
1051
|
-
|
|
1039
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
1040
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1052
1041
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
1053
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1054
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1055
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1056
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1057
1042
|
onInput?: ((value: string) => any) | undefined;
|
|
1058
|
-
|
|
1059
|
-
|
|
1043
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1044
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1060
1045
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1061
|
-
|
|
1062
|
-
|
|
1046
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1047
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1048
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1049
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1050
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1063
1051
|
}>, {
|
|
1064
1052
|
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1065
1053
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -1074,25 +1062,25 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1074
1062
|
clear: (evt?: MouseEvent) => void;
|
|
1075
1063
|
resizeTextarea: () => void;
|
|
1076
1064
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1077
|
-
|
|
1065
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
1066
|
+
"update:modelValue": (value: string) => void;
|
|
1078
1067
|
change: (value: string, evt?: Event | undefined) => void;
|
|
1079
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
1080
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
1081
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
1082
|
-
focus: (evt: FocusEvent) => void;
|
|
1083
1068
|
input: (value: string) => void;
|
|
1084
|
-
|
|
1085
|
-
|
|
1069
|
+
focus: (evt: FocusEvent) => void;
|
|
1070
|
+
blur: (evt: FocusEvent) => void;
|
|
1086
1071
|
mouseleave: (evt: MouseEvent) => void;
|
|
1087
|
-
|
|
1088
|
-
|
|
1072
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
1073
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
1074
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
1075
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
1076
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
1089
1077
|
}, string, {
|
|
1090
1078
|
type: import('element-plus').InputType;
|
|
1091
|
-
disabled: boolean;
|
|
1092
1079
|
modelValue: string | number | null;
|
|
1080
|
+
disabled: boolean;
|
|
1093
1081
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
1094
1082
|
autocomplete: string;
|
|
1095
|
-
clearIcon: import('element-plus/es/utils/
|
|
1083
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1096
1084
|
wordLimitPosition: "inside" | "outside";
|
|
1097
1085
|
tabindex: string | number;
|
|
1098
1086
|
validateEvent: boolean;
|
|
@@ -1120,43 +1108,43 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1120
1108
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1121
1109
|
} & Readonly<{
|
|
1122
1110
|
type: import('element-plus').InputType;
|
|
1123
|
-
disabled: boolean;
|
|
1124
1111
|
modelValue: string | number | null;
|
|
1112
|
+
disabled: boolean;
|
|
1125
1113
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
1126
1114
|
autocomplete: string;
|
|
1127
|
-
clearIcon: import('element-plus/es/utils/
|
|
1115
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1128
1116
|
wordLimitPosition: "inside" | "outside";
|
|
1129
1117
|
tabindex: string | number;
|
|
1130
1118
|
validateEvent: boolean;
|
|
1131
1119
|
inputStyle: string | false | CSSProperties | import('vue').StyleValue[] | null;
|
|
1132
1120
|
rows: number;
|
|
1133
1121
|
}> & Omit<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
1134
|
-
|
|
1122
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
1123
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1135
1124
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
1136
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1137
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1138
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1139
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1140
1125
|
onInput?: ((value: string) => any) | undefined;
|
|
1141
|
-
|
|
1142
|
-
|
|
1126
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1127
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1143
1128
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1129
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1130
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1131
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1132
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1133
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1134
|
+
}>, "input" | "select" | "textarea" | "blur" | "focus" | "disabled" | "clear" | "type" | "ref" | "tabindex" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
1135
|
+
input: HTMLInputElement | undefined;
|
|
1136
|
+
textarea: HTMLTextAreaElement | undefined;
|
|
1137
|
+
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
1138
|
+
textareaStyle: import('vue').StyleValue;
|
|
1139
|
+
autosize: import('element-plus').InputAutoSize | undefined;
|
|
1140
|
+
isComposing: boolean;
|
|
1141
|
+
passwordVisible: boolean;
|
|
1154
1142
|
focus: () => void | undefined;
|
|
1155
1143
|
blur: () => void | undefined;
|
|
1156
1144
|
select: () => void;
|
|
1157
1145
|
clear: (evt?: MouseEvent) => void;
|
|
1158
1146
|
resizeTextarea: () => void;
|
|
1159
|
-
}
|
|
1147
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1160
1148
|
$slots: {
|
|
1161
1149
|
prepend?: (props: {}) => any;
|
|
1162
1150
|
} & {
|
|
@@ -1240,12 +1228,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1240
1228
|
readonly form?: string | undefined;
|
|
1241
1229
|
readonly readonly?: boolean | undefined;
|
|
1242
1230
|
readonly clearable?: boolean | undefined;
|
|
1243
|
-
readonly clearIcon?: import('element-plus/es/utils/
|
|
1231
|
+
readonly clearIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
1244
1232
|
readonly showPassword?: boolean | undefined;
|
|
1245
1233
|
readonly showWordLimit?: boolean | undefined;
|
|
1246
1234
|
readonly wordLimitPosition?: "inside" | "outside" | undefined;
|
|
1247
|
-
readonly suffixIcon?: import('element-plus/es/utils/
|
|
1248
|
-
readonly prefixIcon?: import('element-plus/es/utils/
|
|
1235
|
+
readonly suffixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
1236
|
+
readonly prefixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
1249
1237
|
readonly containerRole?: string | undefined;
|
|
1250
1238
|
readonly tabindex?: string | number | undefined;
|
|
1251
1239
|
readonly validateEvent?: boolean | undefined;
|
|
@@ -1256,22 +1244,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1256
1244
|
readonly inputmode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1257
1245
|
readonly name?: string | undefined;
|
|
1258
1246
|
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
1259
|
-
readonly
|
|
1247
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
1248
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
1260
1249
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
1261
|
-
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1262
|
-
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1263
|
-
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1264
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1265
1250
|
readonly onInput?: ((value: string) => any) | undefined | undefined;
|
|
1266
|
-
readonly
|
|
1267
|
-
readonly
|
|
1251
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1252
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1268
1253
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1269
|
-
readonly
|
|
1270
|
-
readonly
|
|
1254
|
+
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1255
|
+
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
1256
|
+
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1257
|
+
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1258
|
+
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1271
1259
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1272
|
-
$attrs:
|
|
1273
|
-
[x: string]: unknown;
|
|
1274
|
-
};
|
|
1260
|
+
$attrs: import('vue').Attrs;
|
|
1275
1261
|
$refs: {
|
|
1276
1262
|
[x: string]: unknown;
|
|
1277
1263
|
};
|
|
@@ -1284,18 +1270,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1284
1270
|
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string, evt?: Event | undefined) => 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: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void);
|
|
1285
1271
|
$el: any;
|
|
1286
1272
|
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
1287
|
-
|
|
1273
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
1274
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1288
1275
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
1289
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1290
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1291
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1292
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1293
1276
|
onInput?: ((value: string) => any) | undefined;
|
|
1294
|
-
|
|
1295
|
-
|
|
1277
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1278
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1296
1279
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1297
|
-
|
|
1298
|
-
|
|
1280
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1281
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1282
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1283
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1284
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1299
1285
|
}>, {
|
|
1300
1286
|
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1301
1287
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -1310,25 +1296,25 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1310
1296
|
clear: (evt?: MouseEvent) => void;
|
|
1311
1297
|
resizeTextarea: () => void;
|
|
1312
1298
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1313
|
-
|
|
1299
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
1300
|
+
"update:modelValue": (value: string) => void;
|
|
1314
1301
|
change: (value: string, evt?: Event | undefined) => void;
|
|
1315
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
1316
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
1317
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
1318
|
-
focus: (evt: FocusEvent) => void;
|
|
1319
1302
|
input: (value: string) => void;
|
|
1320
|
-
|
|
1321
|
-
|
|
1303
|
+
focus: (evt: FocusEvent) => void;
|
|
1304
|
+
blur: (evt: FocusEvent) => void;
|
|
1322
1305
|
mouseleave: (evt: MouseEvent) => void;
|
|
1323
|
-
|
|
1324
|
-
|
|
1306
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
1307
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
1308
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
1309
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
1310
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
1325
1311
|
}, string, {
|
|
1326
1312
|
type: import('element-plus').InputType;
|
|
1327
|
-
disabled: boolean;
|
|
1328
1313
|
modelValue: string | number | null;
|
|
1314
|
+
disabled: boolean;
|
|
1329
1315
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
1330
1316
|
autocomplete: string;
|
|
1331
|
-
clearIcon: import('element-plus/es/utils/
|
|
1317
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1332
1318
|
wordLimitPosition: "inside" | "outside";
|
|
1333
1319
|
tabindex: string | number;
|
|
1334
1320
|
validateEvent: boolean;
|
|
@@ -1356,43 +1342,43 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1356
1342
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1357
1343
|
} & Readonly<{
|
|
1358
1344
|
type: import('element-plus').InputType;
|
|
1359
|
-
disabled: boolean;
|
|
1360
1345
|
modelValue: string | number | null;
|
|
1346
|
+
disabled: boolean;
|
|
1361
1347
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
1362
1348
|
autocomplete: string;
|
|
1363
|
-
clearIcon: import('element-plus/es/utils/
|
|
1349
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1364
1350
|
wordLimitPosition: "inside" | "outside";
|
|
1365
1351
|
tabindex: string | number;
|
|
1366
1352
|
validateEvent: boolean;
|
|
1367
1353
|
inputStyle: string | false | CSSProperties | import('vue').StyleValue[] | null;
|
|
1368
1354
|
rows: number;
|
|
1369
1355
|
}> & Omit<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
1370
|
-
|
|
1356
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
1357
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1371
1358
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
1372
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1373
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1374
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1375
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1376
1359
|
onInput?: ((value: string) => any) | undefined;
|
|
1377
|
-
|
|
1378
|
-
|
|
1360
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1361
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1379
1362
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1363
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1364
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1365
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1366
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1367
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1368
|
+
}>, "input" | "select" | "textarea" | "blur" | "focus" | "disabled" | "clear" | "type" | "ref" | "tabindex" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
1369
|
+
input: HTMLInputElement | undefined;
|
|
1370
|
+
textarea: HTMLTextAreaElement | undefined;
|
|
1371
|
+
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
1372
|
+
textareaStyle: import('vue').StyleValue;
|
|
1373
|
+
autosize: import('element-plus').InputAutoSize | undefined;
|
|
1374
|
+
isComposing: boolean;
|
|
1375
|
+
passwordVisible: boolean;
|
|
1390
1376
|
focus: () => void | undefined;
|
|
1391
1377
|
blur: () => void | undefined;
|
|
1392
1378
|
select: () => void;
|
|
1393
1379
|
clear: (evt?: MouseEvent) => void;
|
|
1394
1380
|
resizeTextarea: () => void;
|
|
1395
|
-
}
|
|
1381
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1396
1382
|
$slots: {
|
|
1397
1383
|
prepend?: (props: {}) => any;
|
|
1398
1384
|
} & {
|
|
@@ -1429,12 +1415,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1429
1415
|
readonly form?: string | undefined;
|
|
1430
1416
|
readonly readonly?: boolean | undefined;
|
|
1431
1417
|
readonly clearable?: boolean | undefined;
|
|
1432
|
-
readonly clearIcon?: import('element-plus/es/utils/
|
|
1418
|
+
readonly clearIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
1433
1419
|
readonly showPassword?: boolean | undefined;
|
|
1434
1420
|
readonly showWordLimit?: boolean | undefined;
|
|
1435
1421
|
readonly wordLimitPosition?: "inside" | "outside" | undefined;
|
|
1436
|
-
readonly suffixIcon?: import('element-plus/es/utils/
|
|
1437
|
-
readonly prefixIcon?: import('element-plus/es/utils/
|
|
1422
|
+
readonly suffixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
1423
|
+
readonly prefixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
1438
1424
|
readonly containerRole?: string | undefined;
|
|
1439
1425
|
readonly tabindex?: string | number | undefined;
|
|
1440
1426
|
readonly validateEvent?: boolean | undefined;
|
|
@@ -1445,22 +1431,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1445
1431
|
readonly inputmode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1446
1432
|
readonly name?: string | undefined;
|
|
1447
1433
|
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
1448
|
-
readonly
|
|
1434
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
1435
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
1449
1436
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
1450
|
-
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1451
|
-
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1452
|
-
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1453
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1454
1437
|
readonly onInput?: ((value: string) => any) | undefined | undefined;
|
|
1455
|
-
readonly
|
|
1456
|
-
readonly
|
|
1438
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1439
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
1457
1440
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1458
|
-
readonly
|
|
1459
|
-
readonly
|
|
1441
|
+
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
1442
|
+
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
1443
|
+
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1444
|
+
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1445
|
+
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
1460
1446
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1461
|
-
$attrs:
|
|
1462
|
-
[x: string]: unknown;
|
|
1463
|
-
};
|
|
1447
|
+
$attrs: import('vue').Attrs;
|
|
1464
1448
|
$refs: {
|
|
1465
1449
|
[x: string]: unknown;
|
|
1466
1450
|
};
|
|
@@ -1473,18 +1457,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1473
1457
|
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string, evt?: Event | undefined) => 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: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void);
|
|
1474
1458
|
$el: any;
|
|
1475
1459
|
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
1476
|
-
|
|
1460
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
1461
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1477
1462
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
1478
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1479
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1480
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1481
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1482
1463
|
onInput?: ((value: string) => any) | undefined;
|
|
1483
|
-
|
|
1484
|
-
|
|
1464
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1465
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1485
1466
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1486
|
-
|
|
1487
|
-
|
|
1467
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1468
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1469
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1470
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1471
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1488
1472
|
}>, {
|
|
1489
1473
|
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1490
1474
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -1499,25 +1483,25 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1499
1483
|
clear: (evt?: MouseEvent) => void;
|
|
1500
1484
|
resizeTextarea: () => void;
|
|
1501
1485
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1502
|
-
|
|
1486
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
1487
|
+
"update:modelValue": (value: string) => void;
|
|
1503
1488
|
change: (value: string, evt?: Event | undefined) => void;
|
|
1504
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
1505
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
1506
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
1507
|
-
focus: (evt: FocusEvent) => void;
|
|
1508
1489
|
input: (value: string) => void;
|
|
1509
|
-
|
|
1510
|
-
|
|
1490
|
+
focus: (evt: FocusEvent) => void;
|
|
1491
|
+
blur: (evt: FocusEvent) => void;
|
|
1511
1492
|
mouseleave: (evt: MouseEvent) => void;
|
|
1512
|
-
|
|
1513
|
-
|
|
1493
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
1494
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
1495
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
1496
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
1497
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
1514
1498
|
}, string, {
|
|
1515
1499
|
type: import('element-plus').InputType;
|
|
1516
|
-
disabled: boolean;
|
|
1517
1500
|
modelValue: string | number | null;
|
|
1501
|
+
disabled: boolean;
|
|
1518
1502
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
1519
1503
|
autocomplete: string;
|
|
1520
|
-
clearIcon: import('element-plus/es/utils/
|
|
1504
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1521
1505
|
wordLimitPosition: "inside" | "outside";
|
|
1522
1506
|
tabindex: string | number;
|
|
1523
1507
|
validateEvent: boolean;
|
|
@@ -1545,43 +1529,43 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1545
1529
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1546
1530
|
} & Readonly<{
|
|
1547
1531
|
type: import('element-plus').InputType;
|
|
1548
|
-
disabled: boolean;
|
|
1549
1532
|
modelValue: string | number | null;
|
|
1533
|
+
disabled: boolean;
|
|
1550
1534
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
1551
1535
|
autocomplete: string;
|
|
1552
|
-
clearIcon: import('element-plus/es/utils/
|
|
1536
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1553
1537
|
wordLimitPosition: "inside" | "outside";
|
|
1554
1538
|
tabindex: string | number;
|
|
1555
1539
|
validateEvent: boolean;
|
|
1556
1540
|
inputStyle: string | false | CSSProperties | import('vue').StyleValue[] | null;
|
|
1557
1541
|
rows: number;
|
|
1558
1542
|
}> & Omit<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
1559
|
-
|
|
1543
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
1544
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1560
1545
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
1561
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1562
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1563
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1564
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1565
1546
|
onInput?: ((value: string) => any) | undefined;
|
|
1566
|
-
|
|
1567
|
-
|
|
1547
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1548
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1568
1549
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1550
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1551
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1552
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1553
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1554
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1555
|
+
}>, "input" | "select" | "textarea" | "blur" | "focus" | "disabled" | "clear" | "type" | "ref" | "tabindex" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
1556
|
+
input: HTMLInputElement | undefined;
|
|
1557
|
+
textarea: HTMLTextAreaElement | undefined;
|
|
1558
|
+
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
1559
|
+
textareaStyle: import('vue').StyleValue;
|
|
1560
|
+
autosize: import('element-plus').InputAutoSize | undefined;
|
|
1561
|
+
isComposing: boolean;
|
|
1562
|
+
passwordVisible: boolean;
|
|
1579
1563
|
focus: () => void | undefined;
|
|
1580
1564
|
blur: () => void | undefined;
|
|
1581
1565
|
select: () => void;
|
|
1582
1566
|
clear: (evt?: MouseEvent) => void;
|
|
1583
1567
|
resizeTextarea: () => void;
|
|
1584
|
-
}
|
|
1568
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1585
1569
|
$slots: {
|
|
1586
1570
|
prepend?: (props: {}) => any;
|
|
1587
1571
|
} & {
|