@jari-ace/element-plus-component 0.5.0 → 0.5.2
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/components/autoComplete/JaAutoComplete.vue.d.ts +24 -24
- package/dist/components/flowShell/FlowFormShell.vue.d.ts +0 -3
- package/dist/components/flowShell/FlowFormShell.vue.d.ts.map +1 -1
- package/dist/components/flowShell/FlowFormShell.vue.js +4 -4
- package/dist/components/flowShell/FlowFormShell.vue.js.map +1 -1
- package/dist/components/formItem/JaFormItem.vue.d.ts +2 -2
- package/dist/components/input/JaInput.vue.d.ts +14 -14
- package/dist/components/inputI18n/InputI18n.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.js +2 -0
- package/dist/components/inputI18n/InputI18n.vue.js.map +1 -1
- package/dist/components/inputI18n/JaInputI18n.vue.d.ts +70 -70
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts +18 -18
- package/dist/components/scrollbar/Scrollbar.vue.d.ts +10 -10
- package/dist/components/select/JaSelect.vue.d.ts +70 -70
- package/dist/components/switch/JaSwitch.vue.d.ts +2 -2
- package/dist/components/upload/JaUploader.vue.d.ts +16 -4
- package/dist/components/upload/JaUploader.vue.d.ts.map +1 -1
- package/dist/components/upload/index.d.ts +21 -5
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/uploader.vue.d.ts +7 -1
- package/dist/components/upload/uploader.vue.d.ts.map +1 -1
- package/dist/components/upload/uploader.vue.js +428 -201
- package/dist/components/upload/uploader.vue.js.map +1 -1
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts +4 -4
- package/dist/components/userTag/UserInfoTag.vue.d.ts +6 -0
- package/dist/components/userTag/UserInfoTag.vue.d.ts.map +1 -1
- package/dist/components/userTag/UserInfoTag.vue.js +67 -50
- package/dist/components/userTag/UserInfoTag.vue.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +8065 -7929
- package/lib/index.umd.cjs +33 -33
- package/package.json +2 -2
- package/packages/components/inputI18n/InputI18n.vue +3 -5
- package/packages/components/upload/uploader.vue +257 -37
- package/packages/components/userTag/UserInfoTag.vue +26 -4
- package/packages/index.ts +1 -1
|
@@ -21,7 +21,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
21
21
|
readonly min: number;
|
|
22
22
|
readonly max: number;
|
|
23
23
|
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "
|
|
24
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
|
|
25
25
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
26
26
|
readonly step: number;
|
|
27
27
|
readonly controls: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -30,11 +30,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
30
30
|
readonly stepStrictly: boolean;
|
|
31
31
|
}> & Omit<{
|
|
32
32
|
readonly disabled: boolean;
|
|
33
|
-
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
34
33
|
readonly min: number;
|
|
35
34
|
readonly max: number;
|
|
36
35
|
readonly readonly: boolean;
|
|
37
36
|
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
37
|
+
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
38
38
|
readonly disabledScientific: boolean;
|
|
39
39
|
readonly step: number;
|
|
40
40
|
readonly stepStrictly: boolean;
|
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
46
46
|
readonly id?: string;
|
|
47
47
|
readonly placeholder?: string;
|
|
48
48
|
readonly ariaLabel?: string;
|
|
49
|
-
readonly inputmode?: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "
|
|
49
|
+
readonly inputmode?: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
|
|
50
50
|
readonly valueOnClear?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor, null], unknown, unknown>;
|
|
51
51
|
readonly precision?: number;
|
|
52
52
|
"onUpdate:modelValue"?: (val: number) => any;
|
|
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
54
54
|
onFocus?: (e: FocusEvent) => any;
|
|
55
55
|
onBlur?: (e: FocusEvent) => any;
|
|
56
56
|
onInput?: (val: number) => any;
|
|
57
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "id" | "disabled" | "
|
|
57
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "id" | "disabled" | "min" | "max" | "inputmode" | "readonly" | "validateEvent" | "align" | "disabledScientific" | "step" | "stepStrictly" | "controls" | "controlsPosition" | "valueOnClear">;
|
|
58
58
|
$attrs: {
|
|
59
59
|
[x: string]: unknown;
|
|
60
60
|
};
|
|
@@ -70,7 +70,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
70
70
|
$emit: ((event: "update:modelValue", val: number) => void) & ((event: "blur", e: FocusEvent) => void) & ((event: "change", cur: number, prev: number) => void) & ((event: "focus", e: FocusEvent) => void) & ((event: "input", val: number) => void);
|
|
71
71
|
$el: any;
|
|
72
72
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
73
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "
|
|
73
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
|
|
74
74
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown, "center", boolean>;
|
|
75
75
|
readonly disabledScientific: BooleanConstructor;
|
|
76
76
|
readonly ariaLabel: StringConstructor;
|
|
@@ -128,7 +128,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
128
128
|
readonly min: number;
|
|
129
129
|
readonly max: number;
|
|
130
130
|
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
131
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "
|
|
131
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
|
|
132
132
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
133
133
|
readonly step: number;
|
|
134
134
|
readonly controls: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -163,7 +163,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
163
163
|
readonly min: number;
|
|
164
164
|
readonly max: number;
|
|
165
165
|
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
166
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "
|
|
166
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
|
|
167
167
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
168
168
|
readonly step: number;
|
|
169
169
|
readonly controls: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -171,7 +171,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
171
171
|
readonly disabledScientific: boolean;
|
|
172
172
|
readonly stepStrictly: boolean;
|
|
173
173
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
174
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "
|
|
174
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
|
|
175
175
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown, "center", boolean>;
|
|
176
176
|
readonly disabledScientific: BooleanConstructor;
|
|
177
177
|
readonly ariaLabel: StringConstructor;
|
|
@@ -212,7 +212,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
212
212
|
onFocus?: (e: FocusEvent) => any;
|
|
213
213
|
onBlur?: (e: FocusEvent) => any;
|
|
214
214
|
onInput?: (val: number) => any;
|
|
215
|
-
}, "blur" | "focus" | "id" | "disabled" | "
|
|
215
|
+
}, "blur" | "focus" | "id" | "disabled" | "min" | "max" | "inputmode" | "readonly" | "validateEvent" | "align" | "disabledScientific" | "step" | "stepStrictly" | "controls" | "controlsPosition" | "valueOnClear"> & import("vue").ShallowUnwrapRef<{
|
|
216
216
|
focus: () => void;
|
|
217
217
|
blur: () => void;
|
|
218
218
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -233,7 +233,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
233
233
|
readonly min: number;
|
|
234
234
|
readonly max: number;
|
|
235
235
|
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "
|
|
236
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
|
|
237
237
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
238
238
|
readonly step: number;
|
|
239
239
|
readonly controls: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -242,11 +242,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
242
242
|
readonly stepStrictly: boolean;
|
|
243
243
|
}> & Omit<{
|
|
244
244
|
readonly disabled: boolean;
|
|
245
|
-
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
246
245
|
readonly min: number;
|
|
247
246
|
readonly max: number;
|
|
248
247
|
readonly readonly: boolean;
|
|
249
248
|
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
249
|
+
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
250
250
|
readonly disabledScientific: boolean;
|
|
251
251
|
readonly step: number;
|
|
252
252
|
readonly stepStrictly: boolean;
|
|
@@ -258,7 +258,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
258
258
|
readonly id?: string;
|
|
259
259
|
readonly placeholder?: string;
|
|
260
260
|
readonly ariaLabel?: string;
|
|
261
|
-
readonly inputmode?: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "
|
|
261
|
+
readonly inputmode?: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
|
|
262
262
|
readonly valueOnClear?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor, null], unknown, unknown>;
|
|
263
263
|
readonly precision?: number;
|
|
264
264
|
"onUpdate:modelValue"?: (val: number) => any;
|
|
@@ -266,7 +266,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
266
266
|
onFocus?: (e: FocusEvent) => any;
|
|
267
267
|
onBlur?: (e: FocusEvent) => any;
|
|
268
268
|
onInput?: (val: number) => any;
|
|
269
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "id" | "disabled" | "
|
|
269
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "id" | "disabled" | "min" | "max" | "inputmode" | "readonly" | "validateEvent" | "align" | "disabledScientific" | "step" | "stepStrictly" | "controls" | "controlsPosition" | "valueOnClear">;
|
|
270
270
|
$attrs: {
|
|
271
271
|
[x: string]: unknown;
|
|
272
272
|
};
|
|
@@ -282,7 +282,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
282
282
|
$emit: ((event: "update:modelValue", val: number) => void) & ((event: "blur", e: FocusEvent) => void) & ((event: "change", cur: number, prev: number) => void) & ((event: "focus", e: FocusEvent) => void) & ((event: "input", val: number) => void);
|
|
283
283
|
$el: any;
|
|
284
284
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
285
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "
|
|
285
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
|
|
286
286
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown, "center", boolean>;
|
|
287
287
|
readonly disabledScientific: BooleanConstructor;
|
|
288
288
|
readonly ariaLabel: StringConstructor;
|
|
@@ -340,7 +340,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
340
340
|
readonly min: number;
|
|
341
341
|
readonly max: number;
|
|
342
342
|
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
343
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "
|
|
343
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
|
|
344
344
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
345
345
|
readonly step: number;
|
|
346
346
|
readonly controls: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -375,7 +375,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
375
375
|
readonly min: number;
|
|
376
376
|
readonly max: number;
|
|
377
377
|
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
378
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "
|
|
378
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
|
|
379
379
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown>;
|
|
380
380
|
readonly step: number;
|
|
381
381
|
readonly controls: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -383,7 +383,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
383
383
|
readonly disabledScientific: boolean;
|
|
384
384
|
readonly stepStrictly: boolean;
|
|
385
385
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
386
|
-
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "
|
|
386
|
+
readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
|
|
387
387
|
readonly align: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | ((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right"))[], unknown, unknown, "center", boolean>;
|
|
388
388
|
readonly disabledScientific: BooleanConstructor;
|
|
389
389
|
readonly ariaLabel: StringConstructor;
|
|
@@ -424,7 +424,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaInputNum
|
|
|
424
424
|
onFocus?: (e: FocusEvent) => any;
|
|
425
425
|
onBlur?: (e: FocusEvent) => any;
|
|
426
426
|
onInput?: (val: number) => any;
|
|
427
|
-
}, "blur" | "focus" | "id" | "disabled" | "
|
|
427
|
+
}, "blur" | "focus" | "id" | "disabled" | "min" | "max" | "inputmode" | "readonly" | "validateEvent" | "align" | "disabledScientific" | "step" | "stepStrictly" | "controls" | "controlsPosition" | "valueOnClear"> & import("vue").ShallowUnwrapRef<{
|
|
428
428
|
focus: () => void;
|
|
429
429
|
blur: () => void;
|
|
430
430
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -25,25 +25,25 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaScrollba
|
|
|
25
25
|
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
26
26
|
readonly tag: string;
|
|
27
27
|
readonly wrapStyle: import("vue").StyleValue;
|
|
28
|
+
readonly always: boolean;
|
|
28
29
|
readonly distance: number;
|
|
29
30
|
readonly native: boolean;
|
|
30
31
|
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
31
32
|
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
32
33
|
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
33
34
|
readonly noresize: boolean;
|
|
34
|
-
readonly always: boolean;
|
|
35
35
|
readonly minSize: number;
|
|
36
36
|
readonly id?: string;
|
|
37
|
-
readonly ariaLabel?: string;
|
|
38
|
-
readonly role?: string;
|
|
39
37
|
readonly tabindex?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
38
|
+
readonly role?: string;
|
|
39
|
+
readonly ariaLabel?: string;
|
|
40
40
|
readonly ariaOrientation?: string;
|
|
41
41
|
onScroll?: (args_0: {
|
|
42
42
|
scrollTop: number;
|
|
43
43
|
scrollLeft: number;
|
|
44
44
|
}) => any;
|
|
45
45
|
"onEnd-reached"?: (direction: import("element-plus").ScrollbarDirection) => any;
|
|
46
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "maxHeight" | "tag" | "tabindex" | "wrapStyle" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "
|
|
46
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "maxHeight" | "tag" | "tabindex" | "wrapStyle" | "always" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "minSize">;
|
|
47
47
|
$attrs: {
|
|
48
48
|
[x: string]: unknown;
|
|
49
49
|
};
|
|
@@ -183,7 +183,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaScrollba
|
|
|
183
183
|
scrollLeft: number;
|
|
184
184
|
}) => any;
|
|
185
185
|
"onEnd-reached"?: (direction: import("element-plus").ScrollbarDirection) => any;
|
|
186
|
-
}, "height" | "maxHeight" | "update" | "
|
|
186
|
+
}, "height" | "maxHeight" | "update" | "tag" | "tabindex" | "wrapStyle" | "always" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "minSize" | "wrapRef" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & import("vue").ShallowUnwrapRef<{
|
|
187
187
|
wrapRef: Ref<HTMLDivElement, HTMLDivElement>;
|
|
188
188
|
update: () => void;
|
|
189
189
|
scrollTo: {
|
|
@@ -219,25 +219,25 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaScrollba
|
|
|
219
219
|
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
220
220
|
readonly tag: string;
|
|
221
221
|
readonly wrapStyle: import("vue").StyleValue;
|
|
222
|
+
readonly always: boolean;
|
|
222
223
|
readonly distance: number;
|
|
223
224
|
readonly native: boolean;
|
|
224
225
|
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
225
226
|
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
226
227
|
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
227
228
|
readonly noresize: boolean;
|
|
228
|
-
readonly always: boolean;
|
|
229
229
|
readonly minSize: number;
|
|
230
230
|
readonly id?: string;
|
|
231
|
-
readonly ariaLabel?: string;
|
|
232
|
-
readonly role?: string;
|
|
233
231
|
readonly tabindex?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
232
|
+
readonly role?: string;
|
|
233
|
+
readonly ariaLabel?: string;
|
|
234
234
|
readonly ariaOrientation?: string;
|
|
235
235
|
onScroll?: (args_0: {
|
|
236
236
|
scrollTop: number;
|
|
237
237
|
scrollLeft: number;
|
|
238
238
|
}) => any;
|
|
239
239
|
"onEnd-reached"?: (direction: import("element-plus").ScrollbarDirection) => any;
|
|
240
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "maxHeight" | "tag" | "tabindex" | "wrapStyle" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "
|
|
240
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "maxHeight" | "tag" | "tabindex" | "wrapStyle" | "always" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "minSize">;
|
|
241
241
|
$attrs: {
|
|
242
242
|
[x: string]: unknown;
|
|
243
243
|
};
|
|
@@ -377,7 +377,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaScrollba
|
|
|
377
377
|
scrollLeft: number;
|
|
378
378
|
}) => any;
|
|
379
379
|
"onEnd-reached"?: (direction: import("element-plus").ScrollbarDirection) => any;
|
|
380
|
-
}, "height" | "maxHeight" | "update" | "
|
|
380
|
+
}, "height" | "maxHeight" | "update" | "tag" | "tabindex" | "wrapStyle" | "always" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "minSize" | "wrapRef" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & import("vue").ShallowUnwrapRef<{
|
|
381
381
|
wrapRef: Ref<HTMLDivElement, HTMLDivElement>;
|
|
382
382
|
update: () => void;
|
|
383
383
|
scrollTo: {
|