@jari-ace/element-plus-component 0.3.2 → 0.3.3
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 +956 -1179
- package/dist/components/autoComplete/JaAutoComplete.vue.d.ts.map +1 -1
- package/dist/components/button/JaButton.vue.d.ts +114 -450
- package/dist/components/button/JaButton.vue.d.ts.map +1 -1
- package/dist/components/checkbox/JaCheckbox.vue.d.ts +228 -150
- package/dist/components/checkbox/JaCheckbox.vue.d.ts.map +1 -1
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts +215 -137
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts +700 -1596
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts.map +1 -1
- package/dist/components/form/JaForm.vue.d.ts +1 -1
- package/dist/components/formItem/JaFormItem.vue.d.ts +83 -293
- package/dist/components/formItem/JaFormItem.vue.d.ts.map +1 -1
- package/dist/components/input/JaInput.vue.d.ts +244 -609
- package/dist/components/input/JaInput.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.js +14 -5
- package/dist/components/inputI18n/InputI18n.vue.js.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts +117 -471
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js +4 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.d.ts.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.js +4 -8
- package/dist/components/properyPicker/PropertyPicker.vue.js.map +1 -1
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts +96 -287
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts +14 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts.map +1 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js +410 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js.map +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleEditor.vue.js +64 -31
- package/dist/components/rolePicker/RoleEditor.vue.js.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.js +7 -9
- package/dist/components/rolePicker/baseRolePicker.vue.js.map +1 -1
- package/dist/components/rolePicker/index.d.ts +2 -0
- package/dist/components/rolePicker/index.d.ts.map +1 -1
- package/dist/components/rolePicker/index.js +2 -0
- package/dist/components/rolePicker/index.js.map +1 -1
- package/dist/components/scrollbar/Scrollbar.vue.d.ts +110 -378
- package/dist/components/scrollbar/Scrollbar.vue.d.ts.map +1 -1
- package/dist/components/switch/JaSwitch.vue.d.ts +96 -431
- package/dist/components/switch/JaSwitch.vue.d.ts.map +1 -1
- package/dist/components/upload/JaUploader.vue.d.ts +50 -6
- package/dist/components/upload/JaUploader.vue.d.ts.map +1 -1
- package/dist/components/upload/index.d.ts +76 -9
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/index.js +1 -0
- package/dist/components/upload/index.js.map +1 -1
- package/dist/components/upload/types.d.ts +3 -0
- package/dist/components/upload/types.d.ts.map +1 -0
- package/dist/components/upload/types.js +2 -0
- package/dist/components/upload/types.js.map +1 -0
- package/dist/components/upload/uploader.vue.d.ts +26 -3
- package/dist/components/upload/uploader.vue.d.ts.map +1 -1
- package/dist/components/upload/uploader.vue.js +28 -11
- package/dist/components/upload/uploader.vue.js.map +1 -1
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts +1808 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts.map +1 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.js +23 -14
- package/dist/components/userGroupTree/src/userGroupTree.vue.js.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.d.ts.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js +2 -0
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js.map +1 -1
- package/dist/hooks/useAppInstances.d.ts +17 -4
- package/dist/hooks/useAppInstances.d.ts.map +1 -1
- package/dist/hooks/useAppInstances.js +109 -24
- package/dist/hooks/useAppInstances.js.map +1 -1
- package/dist/hooks/useClassificationLevels.d.ts.map +1 -1
- package/dist/hooks/useClassificationLevels.js +30 -7
- package/dist/hooks/useClassificationLevels.js.map +1 -1
- package/dist/hooks/useConstraintProviders.d.ts +5 -0
- package/dist/hooks/useConstraintProviders.d.ts.map +1 -0
- package/dist/hooks/useConstraintProviders.js +31 -0
- package/dist/hooks/useConstraintProviders.js.map +1 -0
- package/dist/hooks/useEntities.d.ts +9 -0
- package/dist/hooks/useEntities.d.ts.map +1 -0
- package/dist/hooks/useEntities.js +40 -0
- package/dist/hooks/useEntities.js.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts +5 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.js +31 -0
- package/dist/hooks/useEntityPropDataTypes.js.map +1 -0
- package/dist/hooks/useFileConfigurations.d.ts +6 -0
- package/dist/hooks/useFileConfigurations.d.ts.map +1 -0
- package/dist/hooks/useFileConfigurations.js +37 -0
- package/dist/hooks/useFileConfigurations.js.map +1 -0
- package/dist/hooks/useGroups.d.ts +7 -0
- package/dist/hooks/useGroups.d.ts.map +1 -0
- package/dist/hooks/useGroups.js +75 -0
- package/dist/hooks/useGroups.js.map +1 -0
- package/dist/hooks/useNumberTemplates.d.ts +6 -0
- package/dist/hooks/useNumberTemplates.d.ts.map +1 -0
- package/dist/hooks/useNumberTemplates.js +37 -0
- package/dist/hooks/useNumberTemplates.js.map +1 -0
- package/dist/hooks/useProperties.d.ts +9 -0
- package/dist/hooks/useProperties.d.ts.map +1 -0
- package/dist/hooks/useProperties.js +40 -0
- package/dist/hooks/useProperties.js.map +1 -0
- package/dist/hooks/useRoleCategories.d.ts +6 -0
- package/dist/hooks/useRoleCategories.d.ts.map +1 -0
- package/dist/hooks/useRoleCategories.js +37 -0
- package/dist/hooks/useRoleCategories.js.map +1 -0
- package/dist/hooks/useRoles.d.ts +6 -0
- package/dist/hooks/useRoles.d.ts.map +1 -0
- package/dist/hooks/useRoles.js +38 -0
- package/dist/hooks/useRoles.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +9264 -8794
- package/lib/index.umd.cjs +34 -34
- package/package.json +7 -7
- package/packages/components/input/JaInput.vue +1 -1
- package/packages/components/inputI18n/I18nBundleEditor.vue +2 -2
- package/packages/components/inputI18n/InputI18n.vue +33 -25
- package/packages/components/inputNumber/JaInputNumber.vue +6 -5
- package/packages/components/properyPicker/PropertyPicker.vue +4 -8
- package/packages/components/rolePicker/RoleCategorySelector.vue +154 -0
- package/packages/components/rolePicker/RoleEditor.vue +16 -7
- package/packages/components/rolePicker/baseRolePicker.vue +6 -13
- package/packages/components/rolePicker/index.ts +3 -0
- package/packages/components/upload/index.ts +1 -0
- package/packages/components/upload/types.ts +4 -0
- package/packages/components/upload/uploader.vue +456 -381
- package/packages/components/userGroupTree/src/userGroupTree.vue +54 -17
- package/packages/components/userSelectDialog/src/userSelectDialog.vue +1 -1
- package/packages/hooks/useAppInstances.ts +121 -25
- package/packages/hooks/useClassificationLevels.ts +31 -7
- package/packages/hooks/useConstraintProviders.ts +36 -0
- package/packages/hooks/useEntities.ts +44 -0
- package/packages/hooks/useEntityPropDataTypes.ts +37 -0
- package/packages/hooks/useFileConfigurations.ts +41 -0
- package/packages/hooks/useGroups.ts +81 -0
- package/packages/hooks/useNumberTemplates.ts +43 -0
- package/packages/hooks/useProperties.ts +44 -0
- package/packages/hooks/useRoleCategories.ts +42 -0
- package/packages/hooks/useRoles.ts +44 -0
- package/packages/index.ts +9 -0
|
@@ -4,41 +4,43 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: Partial<{
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
7
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
8
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
9
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
9
10
|
readonly always: boolean;
|
|
10
|
-
readonly tabindex: string | number;
|
|
11
11
|
readonly minSize: number;
|
|
12
|
-
readonly
|
|
12
|
+
readonly distance: number;
|
|
13
13
|
readonly wrapStyle: import("vue").StyleValue;
|
|
14
|
-
readonly wrapClass:
|
|
15
|
-
readonly viewClass:
|
|
16
|
-
readonly viewStyle:
|
|
14
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
15
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
16
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
17
17
|
readonly tag: string;
|
|
18
|
+
readonly native: boolean;
|
|
18
19
|
readonly noresize: boolean;
|
|
19
20
|
}> & Omit<{
|
|
20
|
-
readonly height:
|
|
21
|
-
readonly maxHeight:
|
|
21
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
22
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
22
23
|
readonly tag: string;
|
|
23
24
|
readonly wrapStyle: import("vue").StyleValue;
|
|
25
|
+
readonly distance: number;
|
|
24
26
|
readonly native: boolean;
|
|
25
|
-
readonly wrapClass:
|
|
26
|
-
readonly viewClass:
|
|
27
|
-
readonly viewStyle:
|
|
27
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
28
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
29
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
28
30
|
readonly noresize: boolean;
|
|
29
31
|
readonly always: boolean;
|
|
30
32
|
readonly minSize: number;
|
|
31
33
|
readonly id?: string;
|
|
32
34
|
readonly ariaLabel?: string;
|
|
33
35
|
readonly role?: string;
|
|
34
|
-
readonly tabindex?:
|
|
36
|
+
readonly tabindex?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
35
37
|
readonly ariaOrientation?: string;
|
|
36
38
|
onScroll?: (args_0: {
|
|
37
39
|
scrollTop: number;
|
|
38
40
|
scrollLeft: number;
|
|
39
41
|
}) => any;
|
|
40
42
|
"onEnd-reached"?: (direction: import("element-plus").ScrollbarDirection) => any;
|
|
41
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "maxHeight" | "tag" | "tabindex" | "wrapStyle" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
|
|
43
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "maxHeight" | "tag" | "tabindex" | "wrapStyle" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
|
|
42
44
|
$attrs: {
|
|
43
45
|
[x: string]: unknown;
|
|
44
46
|
};
|
|
@@ -64,88 +66,19 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
64
66
|
readonly validator: (val: unknown) => boolean;
|
|
65
67
|
__epPropKey: true;
|
|
66
68
|
};
|
|
67
|
-
readonly
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
readonly maxHeight: {
|
|
76
|
-
readonly type: import("vue").PropType<string | number>;
|
|
77
|
-
readonly required: false;
|
|
78
|
-
readonly validator: (val: unknown) => boolean;
|
|
79
|
-
__epPropKey: true;
|
|
80
|
-
} & {
|
|
81
|
-
readonly default: "";
|
|
82
|
-
};
|
|
83
|
-
readonly native: {
|
|
84
|
-
readonly type: import("vue").PropType<boolean>;
|
|
85
|
-
readonly required: false;
|
|
86
|
-
readonly validator: (val: unknown) => boolean;
|
|
87
|
-
__epPropKey: true;
|
|
88
|
-
} & {
|
|
89
|
-
readonly default: false;
|
|
90
|
-
};
|
|
91
|
-
readonly wrapStyle: {
|
|
92
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
93
|
-
readonly required: false;
|
|
94
|
-
readonly validator: (val: unknown) => boolean;
|
|
95
|
-
__epPropKey: true;
|
|
96
|
-
} & {
|
|
97
|
-
readonly default: "";
|
|
98
|
-
};
|
|
99
|
-
readonly wrapClass: {
|
|
100
|
-
readonly type: import("vue").PropType<string | unknown[]>;
|
|
101
|
-
readonly required: false;
|
|
102
|
-
readonly validator: (val: unknown) => boolean;
|
|
103
|
-
__epPropKey: true;
|
|
104
|
-
} & {
|
|
105
|
-
readonly default: "";
|
|
106
|
-
};
|
|
107
|
-
readonly viewClass: {
|
|
108
|
-
readonly type: import("vue").PropType<string | unknown[]>;
|
|
109
|
-
readonly required: false;
|
|
110
|
-
readonly validator: (val: unknown) => boolean;
|
|
111
|
-
__epPropKey: true;
|
|
112
|
-
} & {
|
|
113
|
-
readonly default: "";
|
|
114
|
-
};
|
|
115
|
-
readonly viewStyle: {
|
|
116
|
-
readonly type: import("vue").PropType<string | unknown[] | Record<string, any>>;
|
|
117
|
-
readonly required: false;
|
|
118
|
-
readonly validator: (val: unknown) => boolean;
|
|
119
|
-
__epPropKey: true;
|
|
120
|
-
} & {
|
|
121
|
-
readonly default: "";
|
|
122
|
-
};
|
|
69
|
+
readonly distance: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
70
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
71
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
72
|
+
readonly native: BooleanConstructor;
|
|
73
|
+
readonly wrapStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
|
|
74
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
75
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
76
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown, "", boolean>;
|
|
123
77
|
readonly noresize: BooleanConstructor;
|
|
124
|
-
readonly tag:
|
|
125
|
-
readonly type: import("vue").PropType<string>;
|
|
126
|
-
readonly required: false;
|
|
127
|
-
readonly validator: (val: unknown) => boolean;
|
|
128
|
-
__epPropKey: true;
|
|
129
|
-
} & {
|
|
130
|
-
readonly default: "div";
|
|
131
|
-
};
|
|
78
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
132
79
|
readonly always: BooleanConstructor;
|
|
133
|
-
readonly minSize:
|
|
134
|
-
|
|
135
|
-
readonly required: false;
|
|
136
|
-
readonly validator: (val: unknown) => boolean;
|
|
137
|
-
__epPropKey: true;
|
|
138
|
-
} & {
|
|
139
|
-
readonly default: 20;
|
|
140
|
-
};
|
|
141
|
-
readonly tabindex: {
|
|
142
|
-
readonly type: import("vue").PropType<string | number>;
|
|
143
|
-
readonly required: false;
|
|
144
|
-
readonly validator: (val: unknown) => boolean;
|
|
145
|
-
__epPropKey: true;
|
|
146
|
-
} & {
|
|
147
|
-
readonly default: undefined;
|
|
148
|
-
};
|
|
80
|
+
readonly minSize: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 20, boolean>;
|
|
81
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, undefined, boolean>;
|
|
149
82
|
readonly id: StringConstructor;
|
|
150
83
|
readonly role: StringConstructor;
|
|
151
84
|
}>> & {
|
|
@@ -171,17 +104,18 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
171
104
|
}) => void;
|
|
172
105
|
"end-reached": (direction: import("element-plus").ScrollbarDirection) => void;
|
|
173
106
|
}, string, {
|
|
174
|
-
readonly
|
|
175
|
-
readonly
|
|
107
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
108
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
109
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
176
110
|
readonly always: boolean;
|
|
177
|
-
readonly tabindex: string | number;
|
|
178
111
|
readonly minSize: number;
|
|
179
|
-
readonly
|
|
112
|
+
readonly distance: number;
|
|
180
113
|
readonly wrapStyle: import("vue").StyleValue;
|
|
181
|
-
readonly wrapClass:
|
|
182
|
-
readonly viewClass:
|
|
183
|
-
readonly viewStyle:
|
|
114
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
115
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
116
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
184
117
|
readonly tag: string;
|
|
118
|
+
readonly native: boolean;
|
|
185
119
|
readonly noresize: boolean;
|
|
186
120
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
187
121
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -204,17 +138,18 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
204
138
|
$nextTick: typeof nextTick;
|
|
205
139
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
206
140
|
} & Readonly<{
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
141
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
142
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
143
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
209
144
|
readonly always: boolean;
|
|
210
|
-
readonly tabindex: string | number;
|
|
211
145
|
readonly minSize: number;
|
|
212
|
-
readonly
|
|
146
|
+
readonly distance: number;
|
|
213
147
|
readonly wrapStyle: import("vue").StyleValue;
|
|
214
|
-
readonly wrapClass:
|
|
215
|
-
readonly viewClass:
|
|
216
|
-
readonly viewStyle:
|
|
148
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
149
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
150
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
217
151
|
readonly tag: string;
|
|
152
|
+
readonly native: boolean;
|
|
218
153
|
readonly noresize: boolean;
|
|
219
154
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
220
155
|
readonly ariaLabel: StringConstructor;
|
|
@@ -224,88 +159,19 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
224
159
|
readonly validator: (val: unknown) => boolean;
|
|
225
160
|
__epPropKey: true;
|
|
226
161
|
};
|
|
227
|
-
readonly
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
readonly maxHeight: {
|
|
236
|
-
readonly type: import("vue").PropType<string | number>;
|
|
237
|
-
readonly required: false;
|
|
238
|
-
readonly validator: (val: unknown) => boolean;
|
|
239
|
-
__epPropKey: true;
|
|
240
|
-
} & {
|
|
241
|
-
readonly default: "";
|
|
242
|
-
};
|
|
243
|
-
readonly native: {
|
|
244
|
-
readonly type: import("vue").PropType<boolean>;
|
|
245
|
-
readonly required: false;
|
|
246
|
-
readonly validator: (val: unknown) => boolean;
|
|
247
|
-
__epPropKey: true;
|
|
248
|
-
} & {
|
|
249
|
-
readonly default: false;
|
|
250
|
-
};
|
|
251
|
-
readonly wrapStyle: {
|
|
252
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
253
|
-
readonly required: false;
|
|
254
|
-
readonly validator: (val: unknown) => boolean;
|
|
255
|
-
__epPropKey: true;
|
|
256
|
-
} & {
|
|
257
|
-
readonly default: "";
|
|
258
|
-
};
|
|
259
|
-
readonly wrapClass: {
|
|
260
|
-
readonly type: import("vue").PropType<string | unknown[]>;
|
|
261
|
-
readonly required: false;
|
|
262
|
-
readonly validator: (val: unknown) => boolean;
|
|
263
|
-
__epPropKey: true;
|
|
264
|
-
} & {
|
|
265
|
-
readonly default: "";
|
|
266
|
-
};
|
|
267
|
-
readonly viewClass: {
|
|
268
|
-
readonly type: import("vue").PropType<string | unknown[]>;
|
|
269
|
-
readonly required: false;
|
|
270
|
-
readonly validator: (val: unknown) => boolean;
|
|
271
|
-
__epPropKey: true;
|
|
272
|
-
} & {
|
|
273
|
-
readonly default: "";
|
|
274
|
-
};
|
|
275
|
-
readonly viewStyle: {
|
|
276
|
-
readonly type: import("vue").PropType<string | unknown[] | Record<string, any>>;
|
|
277
|
-
readonly required: false;
|
|
278
|
-
readonly validator: (val: unknown) => boolean;
|
|
279
|
-
__epPropKey: true;
|
|
280
|
-
} & {
|
|
281
|
-
readonly default: "";
|
|
282
|
-
};
|
|
162
|
+
readonly distance: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
163
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
164
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
165
|
+
readonly native: BooleanConstructor;
|
|
166
|
+
readonly wrapStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
|
|
167
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
168
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
169
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown, "", boolean>;
|
|
283
170
|
readonly noresize: BooleanConstructor;
|
|
284
|
-
readonly tag:
|
|
285
|
-
readonly type: import("vue").PropType<string>;
|
|
286
|
-
readonly required: false;
|
|
287
|
-
readonly validator: (val: unknown) => boolean;
|
|
288
|
-
__epPropKey: true;
|
|
289
|
-
} & {
|
|
290
|
-
readonly default: "div";
|
|
291
|
-
};
|
|
171
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
292
172
|
readonly always: BooleanConstructor;
|
|
293
|
-
readonly minSize:
|
|
294
|
-
|
|
295
|
-
readonly required: false;
|
|
296
|
-
readonly validator: (val: unknown) => boolean;
|
|
297
|
-
__epPropKey: true;
|
|
298
|
-
} & {
|
|
299
|
-
readonly default: 20;
|
|
300
|
-
};
|
|
301
|
-
readonly tabindex: {
|
|
302
|
-
readonly type: import("vue").PropType<string | number>;
|
|
303
|
-
readonly required: false;
|
|
304
|
-
readonly validator: (val: unknown) => boolean;
|
|
305
|
-
__epPropKey: true;
|
|
306
|
-
} & {
|
|
307
|
-
readonly default: undefined;
|
|
308
|
-
};
|
|
173
|
+
readonly minSize: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 20, boolean>;
|
|
174
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, undefined, boolean>;
|
|
309
175
|
readonly id: StringConstructor;
|
|
310
176
|
readonly role: StringConstructor;
|
|
311
177
|
}>> & {
|
|
@@ -314,7 +180,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
314
180
|
scrollLeft: number;
|
|
315
181
|
}) => any;
|
|
316
182
|
"onEnd-reached"?: (direction: import("element-plus").ScrollbarDirection) => any;
|
|
317
|
-
}, "height" | "maxHeight" | "update" | "scrollTo" | "setScrollLeft" | "setScrollTop" | "tag" | "tabindex" | "wrapStyle" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "handleScroll"> & import("vue").ShallowUnwrapRef<{
|
|
183
|
+
}, "height" | "maxHeight" | "update" | "scrollTo" | "setScrollLeft" | "setScrollTop" | "tag" | "tabindex" | "wrapStyle" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "handleScroll"> & import("vue").ShallowUnwrapRef<{
|
|
318
184
|
wrapRef: Ref<HTMLDivElement, HTMLDivElement>;
|
|
319
185
|
update: () => void;
|
|
320
186
|
scrollTo: {
|
|
@@ -332,41 +198,43 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
332
198
|
$: import("vue").ComponentInternalInstance;
|
|
333
199
|
$data: {};
|
|
334
200
|
$props: Partial<{
|
|
335
|
-
readonly
|
|
336
|
-
readonly
|
|
201
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
202
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
203
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
337
204
|
readonly always: boolean;
|
|
338
|
-
readonly tabindex: string | number;
|
|
339
205
|
readonly minSize: number;
|
|
340
|
-
readonly
|
|
206
|
+
readonly distance: number;
|
|
341
207
|
readonly wrapStyle: import("vue").StyleValue;
|
|
342
|
-
readonly wrapClass:
|
|
343
|
-
readonly viewClass:
|
|
344
|
-
readonly viewStyle:
|
|
208
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
209
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
210
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
345
211
|
readonly tag: string;
|
|
212
|
+
readonly native: boolean;
|
|
346
213
|
readonly noresize: boolean;
|
|
347
214
|
}> & Omit<{
|
|
348
|
-
readonly height:
|
|
349
|
-
readonly maxHeight:
|
|
215
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
216
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
350
217
|
readonly tag: string;
|
|
351
218
|
readonly wrapStyle: import("vue").StyleValue;
|
|
219
|
+
readonly distance: number;
|
|
352
220
|
readonly native: boolean;
|
|
353
|
-
readonly wrapClass:
|
|
354
|
-
readonly viewClass:
|
|
355
|
-
readonly viewStyle:
|
|
221
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
222
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
223
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
356
224
|
readonly noresize: boolean;
|
|
357
225
|
readonly always: boolean;
|
|
358
226
|
readonly minSize: number;
|
|
359
227
|
readonly id?: string;
|
|
360
228
|
readonly ariaLabel?: string;
|
|
361
229
|
readonly role?: string;
|
|
362
|
-
readonly tabindex?:
|
|
230
|
+
readonly tabindex?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
363
231
|
readonly ariaOrientation?: string;
|
|
364
232
|
onScroll?: (args_0: {
|
|
365
233
|
scrollTop: number;
|
|
366
234
|
scrollLeft: number;
|
|
367
235
|
}) => any;
|
|
368
236
|
"onEnd-reached"?: (direction: import("element-plus").ScrollbarDirection) => any;
|
|
369
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "maxHeight" | "tag" | "tabindex" | "wrapStyle" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
|
|
237
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "maxHeight" | "tag" | "tabindex" | "wrapStyle" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
|
|
370
238
|
$attrs: {
|
|
371
239
|
[x: string]: unknown;
|
|
372
240
|
};
|
|
@@ -392,88 +260,19 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
392
260
|
readonly validator: (val: unknown) => boolean;
|
|
393
261
|
__epPropKey: true;
|
|
394
262
|
};
|
|
395
|
-
readonly
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
readonly maxHeight: {
|
|
404
|
-
readonly type: import("vue").PropType<string | number>;
|
|
405
|
-
readonly required: false;
|
|
406
|
-
readonly validator: (val: unknown) => boolean;
|
|
407
|
-
__epPropKey: true;
|
|
408
|
-
} & {
|
|
409
|
-
readonly default: "";
|
|
410
|
-
};
|
|
411
|
-
readonly native: {
|
|
412
|
-
readonly type: import("vue").PropType<boolean>;
|
|
413
|
-
readonly required: false;
|
|
414
|
-
readonly validator: (val: unknown) => boolean;
|
|
415
|
-
__epPropKey: true;
|
|
416
|
-
} & {
|
|
417
|
-
readonly default: false;
|
|
418
|
-
};
|
|
419
|
-
readonly wrapStyle: {
|
|
420
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
421
|
-
readonly required: false;
|
|
422
|
-
readonly validator: (val: unknown) => boolean;
|
|
423
|
-
__epPropKey: true;
|
|
424
|
-
} & {
|
|
425
|
-
readonly default: "";
|
|
426
|
-
};
|
|
427
|
-
readonly wrapClass: {
|
|
428
|
-
readonly type: import("vue").PropType<string | unknown[]>;
|
|
429
|
-
readonly required: false;
|
|
430
|
-
readonly validator: (val: unknown) => boolean;
|
|
431
|
-
__epPropKey: true;
|
|
432
|
-
} & {
|
|
433
|
-
readonly default: "";
|
|
434
|
-
};
|
|
435
|
-
readonly viewClass: {
|
|
436
|
-
readonly type: import("vue").PropType<string | unknown[]>;
|
|
437
|
-
readonly required: false;
|
|
438
|
-
readonly validator: (val: unknown) => boolean;
|
|
439
|
-
__epPropKey: true;
|
|
440
|
-
} & {
|
|
441
|
-
readonly default: "";
|
|
442
|
-
};
|
|
443
|
-
readonly viewStyle: {
|
|
444
|
-
readonly type: import("vue").PropType<string | unknown[] | Record<string, any>>;
|
|
445
|
-
readonly required: false;
|
|
446
|
-
readonly validator: (val: unknown) => boolean;
|
|
447
|
-
__epPropKey: true;
|
|
448
|
-
} & {
|
|
449
|
-
readonly default: "";
|
|
450
|
-
};
|
|
263
|
+
readonly distance: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
264
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
265
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
266
|
+
readonly native: BooleanConstructor;
|
|
267
|
+
readonly wrapStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
|
|
268
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
269
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
270
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown, "", boolean>;
|
|
451
271
|
readonly noresize: BooleanConstructor;
|
|
452
|
-
readonly tag:
|
|
453
|
-
readonly type: import("vue").PropType<string>;
|
|
454
|
-
readonly required: false;
|
|
455
|
-
readonly validator: (val: unknown) => boolean;
|
|
456
|
-
__epPropKey: true;
|
|
457
|
-
} & {
|
|
458
|
-
readonly default: "div";
|
|
459
|
-
};
|
|
272
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
460
273
|
readonly always: BooleanConstructor;
|
|
461
|
-
readonly minSize:
|
|
462
|
-
|
|
463
|
-
readonly required: false;
|
|
464
|
-
readonly validator: (val: unknown) => boolean;
|
|
465
|
-
__epPropKey: true;
|
|
466
|
-
} & {
|
|
467
|
-
readonly default: 20;
|
|
468
|
-
};
|
|
469
|
-
readonly tabindex: {
|
|
470
|
-
readonly type: import("vue").PropType<string | number>;
|
|
471
|
-
readonly required: false;
|
|
472
|
-
readonly validator: (val: unknown) => boolean;
|
|
473
|
-
__epPropKey: true;
|
|
474
|
-
} & {
|
|
475
|
-
readonly default: undefined;
|
|
476
|
-
};
|
|
274
|
+
readonly minSize: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 20, boolean>;
|
|
275
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, undefined, boolean>;
|
|
477
276
|
readonly id: StringConstructor;
|
|
478
277
|
readonly role: StringConstructor;
|
|
479
278
|
}>> & {
|
|
@@ -499,17 +298,18 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
499
298
|
}) => void;
|
|
500
299
|
"end-reached": (direction: import("element-plus").ScrollbarDirection) => void;
|
|
501
300
|
}, string, {
|
|
502
|
-
readonly
|
|
503
|
-
readonly
|
|
301
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
302
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
303
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
504
304
|
readonly always: boolean;
|
|
505
|
-
readonly tabindex: string | number;
|
|
506
305
|
readonly minSize: number;
|
|
507
|
-
readonly
|
|
306
|
+
readonly distance: number;
|
|
508
307
|
readonly wrapStyle: import("vue").StyleValue;
|
|
509
|
-
readonly wrapClass:
|
|
510
|
-
readonly viewClass:
|
|
511
|
-
readonly viewStyle:
|
|
308
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
309
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
310
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
512
311
|
readonly tag: string;
|
|
312
|
+
readonly native: boolean;
|
|
513
313
|
readonly noresize: boolean;
|
|
514
314
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
515
315
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -532,17 +332,18 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
532
332
|
$nextTick: typeof nextTick;
|
|
533
333
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
534
334
|
} & Readonly<{
|
|
535
|
-
readonly
|
|
536
|
-
readonly
|
|
335
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
336
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
337
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
537
338
|
readonly always: boolean;
|
|
538
|
-
readonly tabindex: string | number;
|
|
539
339
|
readonly minSize: number;
|
|
540
|
-
readonly
|
|
340
|
+
readonly distance: number;
|
|
541
341
|
readonly wrapStyle: import("vue").StyleValue;
|
|
542
|
-
readonly wrapClass:
|
|
543
|
-
readonly viewClass:
|
|
544
|
-
readonly viewStyle:
|
|
342
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
343
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
|
|
344
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
|
|
545
345
|
readonly tag: string;
|
|
346
|
+
readonly native: boolean;
|
|
546
347
|
readonly noresize: boolean;
|
|
547
348
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
548
349
|
readonly ariaLabel: StringConstructor;
|
|
@@ -552,88 +353,19 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
552
353
|
readonly validator: (val: unknown) => boolean;
|
|
553
354
|
__epPropKey: true;
|
|
554
355
|
};
|
|
555
|
-
readonly
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
readonly maxHeight: {
|
|
564
|
-
readonly type: import("vue").PropType<string | number>;
|
|
565
|
-
readonly required: false;
|
|
566
|
-
readonly validator: (val: unknown) => boolean;
|
|
567
|
-
__epPropKey: true;
|
|
568
|
-
} & {
|
|
569
|
-
readonly default: "";
|
|
570
|
-
};
|
|
571
|
-
readonly native: {
|
|
572
|
-
readonly type: import("vue").PropType<boolean>;
|
|
573
|
-
readonly required: false;
|
|
574
|
-
readonly validator: (val: unknown) => boolean;
|
|
575
|
-
__epPropKey: true;
|
|
576
|
-
} & {
|
|
577
|
-
readonly default: false;
|
|
578
|
-
};
|
|
579
|
-
readonly wrapStyle: {
|
|
580
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
581
|
-
readonly required: false;
|
|
582
|
-
readonly validator: (val: unknown) => boolean;
|
|
583
|
-
__epPropKey: true;
|
|
584
|
-
} & {
|
|
585
|
-
readonly default: "";
|
|
586
|
-
};
|
|
587
|
-
readonly wrapClass: {
|
|
588
|
-
readonly type: import("vue").PropType<string | unknown[]>;
|
|
589
|
-
readonly required: false;
|
|
590
|
-
readonly validator: (val: unknown) => boolean;
|
|
591
|
-
__epPropKey: true;
|
|
592
|
-
} & {
|
|
593
|
-
readonly default: "";
|
|
594
|
-
};
|
|
595
|
-
readonly viewClass: {
|
|
596
|
-
readonly type: import("vue").PropType<string | unknown[]>;
|
|
597
|
-
readonly required: false;
|
|
598
|
-
readonly validator: (val: unknown) => boolean;
|
|
599
|
-
__epPropKey: true;
|
|
600
|
-
} & {
|
|
601
|
-
readonly default: "";
|
|
602
|
-
};
|
|
603
|
-
readonly viewStyle: {
|
|
604
|
-
readonly type: import("vue").PropType<string | unknown[] | Record<string, any>>;
|
|
605
|
-
readonly required: false;
|
|
606
|
-
readonly validator: (val: unknown) => boolean;
|
|
607
|
-
__epPropKey: true;
|
|
608
|
-
} & {
|
|
609
|
-
readonly default: "";
|
|
610
|
-
};
|
|
356
|
+
readonly distance: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
357
|
+
readonly height: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
358
|
+
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
359
|
+
readonly native: BooleanConstructor;
|
|
360
|
+
readonly wrapStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>;
|
|
361
|
+
readonly wrapClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
362
|
+
readonly viewClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
|
|
363
|
+
readonly viewStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown, "", boolean>;
|
|
611
364
|
readonly noresize: BooleanConstructor;
|
|
612
|
-
readonly tag:
|
|
613
|
-
readonly type: import("vue").PropType<string>;
|
|
614
|
-
readonly required: false;
|
|
615
|
-
readonly validator: (val: unknown) => boolean;
|
|
616
|
-
__epPropKey: true;
|
|
617
|
-
} & {
|
|
618
|
-
readonly default: "div";
|
|
619
|
-
};
|
|
365
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
620
366
|
readonly always: BooleanConstructor;
|
|
621
|
-
readonly minSize:
|
|
622
|
-
|
|
623
|
-
readonly required: false;
|
|
624
|
-
readonly validator: (val: unknown) => boolean;
|
|
625
|
-
__epPropKey: true;
|
|
626
|
-
} & {
|
|
627
|
-
readonly default: 20;
|
|
628
|
-
};
|
|
629
|
-
readonly tabindex: {
|
|
630
|
-
readonly type: import("vue").PropType<string | number>;
|
|
631
|
-
readonly required: false;
|
|
632
|
-
readonly validator: (val: unknown) => boolean;
|
|
633
|
-
__epPropKey: true;
|
|
634
|
-
} & {
|
|
635
|
-
readonly default: undefined;
|
|
636
|
-
};
|
|
367
|
+
readonly minSize: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 20, boolean>;
|
|
368
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, undefined, boolean>;
|
|
637
369
|
readonly id: StringConstructor;
|
|
638
370
|
readonly role: StringConstructor;
|
|
639
371
|
}>> & {
|
|
@@ -642,7 +374,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
642
374
|
scrollLeft: number;
|
|
643
375
|
}) => any;
|
|
644
376
|
"onEnd-reached"?: (direction: import("element-plus").ScrollbarDirection) => any;
|
|
645
|
-
}, "height" | "maxHeight" | "update" | "scrollTo" | "setScrollLeft" | "setScrollTop" | "tag" | "tabindex" | "wrapStyle" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "handleScroll"> & import("vue").ShallowUnwrapRef<{
|
|
377
|
+
}, "height" | "maxHeight" | "update" | "scrollTo" | "setScrollLeft" | "setScrollTop" | "tag" | "tabindex" | "wrapStyle" | "distance" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "handleScroll"> & import("vue").ShallowUnwrapRef<{
|
|
646
378
|
wrapRef: Ref<HTMLDivElement, HTMLDivElement>;
|
|
647
379
|
update: () => void;
|
|
648
380
|
scrollTo: {
|