@zyui/components 0.0.114 → 0.0.116
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/es/index.js +77 -70
- package/es/index.mjs +27586 -26992
- package/es/src/components/DepartmentPicker/departmentPickerDisplay.vue.d.ts +2 -6
- package/es/src/components/DepartmentPicker/index.vue.d.ts +9 -0
- package/es/src/components/DepartmentSelect/index.vue.d.ts +16 -16
- package/es/src/components/NodesEditor/ContextMenu/index.vue.d.ts +2 -2
- package/es/src/components/NodesEditor/NodeSelect/index.vue.d.ts +1 -1
- package/es/src/components/RolePicker/index.vue.d.ts +20 -0
- package/es/src/components/RolePicker/rolePickerDisplay.vue.d.ts +11 -6
- package/es/src/components/RoleSelect/index.vue.d.ts +16 -16
- package/es/src/components/UserSelect/index.vue.d.ts +16 -16
- package/es/style.css +1 -1
- package/lib/src/components/DepartmentPicker/departmentPickerDisplay.vue.d.ts +2 -6
- package/lib/src/components/DepartmentPicker/index.vue.d.ts +9 -0
- package/lib/src/components/DepartmentSelect/index.vue.d.ts +16 -16
- package/lib/src/components/NodesEditor/ContextMenu/index.vue.d.ts +2 -2
- package/lib/src/components/NodesEditor/NodeSelect/index.vue.d.ts +1 -1
- package/lib/src/components/RolePicker/index.vue.d.ts +20 -0
- package/lib/src/components/RolePicker/rolePickerDisplay.vue.d.ts +11 -6
- package/lib/src/components/RoleSelect/index.vue.d.ts +16 -16
- package/lib/src/components/UserSelect/index.vue.d.ts +16 -16
- package/package.json +1 -1
|
@@ -11,9 +11,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
11
|
type: NumberConstructor;
|
|
12
12
|
default: number;
|
|
13
13
|
};
|
|
14
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
-
click: (...args: any[]) => void;
|
|
16
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
15
|
value: {
|
|
18
16
|
type: (ArrayConstructor | StringConstructor)[];
|
|
19
17
|
default: () => never[];
|
|
@@ -26,9 +24,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
24
|
type: NumberConstructor;
|
|
27
25
|
default: number;
|
|
28
26
|
};
|
|
29
|
-
}>> & Readonly<{
|
|
30
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
}>, {
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
32
28
|
value: string | unknown[];
|
|
33
29
|
isAbbr: boolean;
|
|
34
30
|
showCount: number;
|
|
@@ -22,6 +22,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
22
22
|
type: BooleanConstructor;
|
|
23
23
|
default: boolean;
|
|
24
24
|
};
|
|
25
|
+
disabled: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
25
29
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
30
|
modelValue: import('vue').PropType<any>;
|
|
27
31
|
departmentList: import('vue').PropType<any>;
|
|
@@ -40,9 +44,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
40
44
|
type: BooleanConstructor;
|
|
41
45
|
default: boolean;
|
|
42
46
|
};
|
|
47
|
+
disabled: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
43
51
|
}>> & Readonly<{}>, {
|
|
44
52
|
isAbbr: boolean;
|
|
45
53
|
showCount: number;
|
|
54
|
+
disabled: boolean;
|
|
46
55
|
multiple: boolean;
|
|
47
56
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
57
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -3,18 +3,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3
3
|
type: {
|
|
4
4
|
type: import('vue').PropType<string>;
|
|
5
5
|
};
|
|
6
|
-
size: {
|
|
7
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
8
|
-
};
|
|
9
6
|
disabled: {
|
|
10
7
|
type: import('vue').PropType<boolean>;
|
|
11
8
|
};
|
|
12
|
-
|
|
13
|
-
type: import('vue').PropType<
|
|
9
|
+
tabindex: {
|
|
10
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
14
11
|
};
|
|
15
12
|
form: {
|
|
16
13
|
type: import('vue').PropType<string>;
|
|
17
14
|
};
|
|
15
|
+
size: {
|
|
16
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
17
|
+
};
|
|
18
18
|
ariaLabel: {
|
|
19
19
|
type: import('vue').PropType<string>;
|
|
20
20
|
};
|
|
@@ -67,15 +67,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
containerRole: {
|
|
68
68
|
type: import('vue').PropType<string>;
|
|
69
69
|
};
|
|
70
|
-
tabindex: {
|
|
71
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
72
|
-
};
|
|
73
70
|
validateEvent: {
|
|
74
71
|
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
75
72
|
};
|
|
76
73
|
inputStyle: {
|
|
77
74
|
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
78
75
|
};
|
|
76
|
+
autofocus: {
|
|
77
|
+
type: import('vue').PropType<boolean>;
|
|
78
|
+
};
|
|
79
79
|
rows: {
|
|
80
80
|
type: import('vue').PropType<number>;
|
|
81
81
|
};
|
|
@@ -84,18 +84,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
type: {
|
|
85
85
|
type: import('vue').PropType<string>;
|
|
86
86
|
};
|
|
87
|
-
size: {
|
|
88
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
89
|
-
};
|
|
90
87
|
disabled: {
|
|
91
88
|
type: import('vue').PropType<boolean>;
|
|
92
89
|
};
|
|
93
|
-
|
|
94
|
-
type: import('vue').PropType<
|
|
90
|
+
tabindex: {
|
|
91
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
95
92
|
};
|
|
96
93
|
form: {
|
|
97
94
|
type: import('vue').PropType<string>;
|
|
98
95
|
};
|
|
96
|
+
size: {
|
|
97
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
98
|
+
};
|
|
99
99
|
ariaLabel: {
|
|
100
100
|
type: import('vue').PropType<string>;
|
|
101
101
|
};
|
|
@@ -148,15 +148,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
148
148
|
containerRole: {
|
|
149
149
|
type: import('vue').PropType<string>;
|
|
150
150
|
};
|
|
151
|
-
tabindex: {
|
|
152
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
153
|
-
};
|
|
154
151
|
validateEvent: {
|
|
155
152
|
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
156
153
|
};
|
|
157
154
|
inputStyle: {
|
|
158
155
|
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
159
156
|
};
|
|
157
|
+
autofocus: {
|
|
158
|
+
type: import('vue').PropType<boolean>;
|
|
159
|
+
};
|
|
160
160
|
rows: {
|
|
161
161
|
type: import('vue').PropType<number>;
|
|
162
162
|
};
|
|
@@ -7,7 +7,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
9
|
direction: {
|
|
10
|
-
type: import('vue').PropType<"
|
|
10
|
+
type: import('vue').PropType<"bottom" | "top">;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -19,7 +19,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
21
|
direction: {
|
|
22
|
-
type: import('vue').PropType<"
|
|
22
|
+
type: import('vue').PropType<"bottom" | "top">;
|
|
23
23
|
required: true;
|
|
24
24
|
};
|
|
25
25
|
}>> & Readonly<{
|
|
@@ -77,9 +77,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
default: boolean;
|
|
78
78
|
};
|
|
79
79
|
}>> & Readonly<{}>, {
|
|
80
|
-
size: string;
|
|
81
80
|
disabled: boolean;
|
|
82
81
|
label: string;
|
|
82
|
+
size: string;
|
|
83
83
|
id: string;
|
|
84
84
|
mode: string;
|
|
85
85
|
editorId: string;
|
|
@@ -12,11 +12,20 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
12
12
|
type: BooleanConstructor;
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
+
/** 默认显示的内容,最大展示数量 */
|
|
16
|
+
showCount: {
|
|
17
|
+
type: NumberConstructor;
|
|
18
|
+
default: number;
|
|
19
|
+
};
|
|
15
20
|
/** 是否多选 */
|
|
16
21
|
multiple: {
|
|
17
22
|
type: BooleanConstructor;
|
|
18
23
|
default: boolean;
|
|
19
24
|
};
|
|
25
|
+
disabled: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
20
29
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
30
|
modelValue: import('vue').PropType<any>;
|
|
22
31
|
positionList: import('vue').PropType<any>;
|
|
@@ -25,13 +34,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
25
34
|
type: BooleanConstructor;
|
|
26
35
|
default: boolean;
|
|
27
36
|
};
|
|
37
|
+
/** 默认显示的内容,最大展示数量 */
|
|
38
|
+
showCount: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
28
42
|
/** 是否多选 */
|
|
29
43
|
multiple: {
|
|
30
44
|
type: BooleanConstructor;
|
|
31
45
|
default: boolean;
|
|
32
46
|
};
|
|
47
|
+
disabled: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
33
51
|
}>> & Readonly<{}>, {
|
|
34
52
|
isAbbr: boolean;
|
|
53
|
+
showCount: number;
|
|
54
|
+
disabled: boolean;
|
|
35
55
|
multiple: boolean;
|
|
36
56
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
57
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -7,9 +7,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7
7
|
type: BooleanConstructor;
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
showCount: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
15
|
value: {
|
|
14
16
|
type: (ArrayConstructor | StringConstructor)[];
|
|
15
17
|
default: () => never[];
|
|
@@ -18,10 +20,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
20
|
type: BooleanConstructor;
|
|
19
21
|
default: boolean;
|
|
20
22
|
};
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
showCount: {
|
|
24
|
+
type: NumberConstructor;
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
24
28
|
value: string | unknown[];
|
|
25
29
|
isAbbr: boolean;
|
|
30
|
+
showCount: number;
|
|
26
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
32
|
export default _default;
|
|
@@ -3,18 +3,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3
3
|
type: {
|
|
4
4
|
type: import('vue').PropType<string>;
|
|
5
5
|
};
|
|
6
|
-
size: {
|
|
7
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
8
|
-
};
|
|
9
6
|
disabled: {
|
|
10
7
|
type: import('vue').PropType<boolean>;
|
|
11
8
|
};
|
|
12
|
-
|
|
13
|
-
type: import('vue').PropType<
|
|
9
|
+
tabindex: {
|
|
10
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
14
11
|
};
|
|
15
12
|
form: {
|
|
16
13
|
type: import('vue').PropType<string>;
|
|
17
14
|
};
|
|
15
|
+
size: {
|
|
16
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
17
|
+
};
|
|
18
18
|
ariaLabel: {
|
|
19
19
|
type: import('vue').PropType<string>;
|
|
20
20
|
};
|
|
@@ -67,15 +67,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
containerRole: {
|
|
68
68
|
type: import('vue').PropType<string>;
|
|
69
69
|
};
|
|
70
|
-
tabindex: {
|
|
71
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
72
|
-
};
|
|
73
70
|
validateEvent: {
|
|
74
71
|
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
75
72
|
};
|
|
76
73
|
inputStyle: {
|
|
77
74
|
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
78
75
|
};
|
|
76
|
+
autofocus: {
|
|
77
|
+
type: import('vue').PropType<boolean>;
|
|
78
|
+
};
|
|
79
79
|
rows: {
|
|
80
80
|
type: import('vue').PropType<number>;
|
|
81
81
|
};
|
|
@@ -84,18 +84,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
type: {
|
|
85
85
|
type: import('vue').PropType<string>;
|
|
86
86
|
};
|
|
87
|
-
size: {
|
|
88
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
89
|
-
};
|
|
90
87
|
disabled: {
|
|
91
88
|
type: import('vue').PropType<boolean>;
|
|
92
89
|
};
|
|
93
|
-
|
|
94
|
-
type: import('vue').PropType<
|
|
90
|
+
tabindex: {
|
|
91
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
95
92
|
};
|
|
96
93
|
form: {
|
|
97
94
|
type: import('vue').PropType<string>;
|
|
98
95
|
};
|
|
96
|
+
size: {
|
|
97
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
98
|
+
};
|
|
99
99
|
ariaLabel: {
|
|
100
100
|
type: import('vue').PropType<string>;
|
|
101
101
|
};
|
|
@@ -148,15 +148,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
148
148
|
containerRole: {
|
|
149
149
|
type: import('vue').PropType<string>;
|
|
150
150
|
};
|
|
151
|
-
tabindex: {
|
|
152
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
153
|
-
};
|
|
154
151
|
validateEvent: {
|
|
155
152
|
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
156
153
|
};
|
|
157
154
|
inputStyle: {
|
|
158
155
|
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
159
156
|
};
|
|
157
|
+
autofocus: {
|
|
158
|
+
type: import('vue').PropType<boolean>;
|
|
159
|
+
};
|
|
160
160
|
rows: {
|
|
161
161
|
type: import('vue').PropType<number>;
|
|
162
162
|
};
|
|
@@ -3,18 +3,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3
3
|
type: {
|
|
4
4
|
type: import('vue').PropType<string>;
|
|
5
5
|
};
|
|
6
|
-
size: {
|
|
7
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
8
|
-
};
|
|
9
6
|
disabled: {
|
|
10
7
|
type: import('vue').PropType<boolean>;
|
|
11
8
|
};
|
|
12
|
-
|
|
13
|
-
type: import('vue').PropType<
|
|
9
|
+
tabindex: {
|
|
10
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
14
11
|
};
|
|
15
12
|
form: {
|
|
16
13
|
type: import('vue').PropType<string>;
|
|
17
14
|
};
|
|
15
|
+
size: {
|
|
16
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
17
|
+
};
|
|
18
18
|
ariaLabel: {
|
|
19
19
|
type: import('vue').PropType<string>;
|
|
20
20
|
};
|
|
@@ -67,15 +67,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
containerRole: {
|
|
68
68
|
type: import('vue').PropType<string>;
|
|
69
69
|
};
|
|
70
|
-
tabindex: {
|
|
71
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
72
|
-
};
|
|
73
70
|
validateEvent: {
|
|
74
71
|
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
75
72
|
};
|
|
76
73
|
inputStyle: {
|
|
77
74
|
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
78
75
|
};
|
|
76
|
+
autofocus: {
|
|
77
|
+
type: import('vue').PropType<boolean>;
|
|
78
|
+
};
|
|
79
79
|
rows: {
|
|
80
80
|
type: import('vue').PropType<number>;
|
|
81
81
|
};
|
|
@@ -84,18 +84,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
type: {
|
|
85
85
|
type: import('vue').PropType<string>;
|
|
86
86
|
};
|
|
87
|
-
size: {
|
|
88
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
89
|
-
};
|
|
90
87
|
disabled: {
|
|
91
88
|
type: import('vue').PropType<boolean>;
|
|
92
89
|
};
|
|
93
|
-
|
|
94
|
-
type: import('vue').PropType<
|
|
90
|
+
tabindex: {
|
|
91
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
95
92
|
};
|
|
96
93
|
form: {
|
|
97
94
|
type: import('vue').PropType<string>;
|
|
98
95
|
};
|
|
96
|
+
size: {
|
|
97
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
98
|
+
};
|
|
99
99
|
ariaLabel: {
|
|
100
100
|
type: import('vue').PropType<string>;
|
|
101
101
|
};
|
|
@@ -148,15 +148,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
148
148
|
containerRole: {
|
|
149
149
|
type: import('vue').PropType<string>;
|
|
150
150
|
};
|
|
151
|
-
tabindex: {
|
|
152
|
-
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
153
|
-
};
|
|
154
151
|
validateEvent: {
|
|
155
152
|
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
156
153
|
};
|
|
157
154
|
inputStyle: {
|
|
158
155
|
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
159
156
|
};
|
|
157
|
+
autofocus: {
|
|
158
|
+
type: import('vue').PropType<boolean>;
|
|
159
|
+
};
|
|
160
160
|
rows: {
|
|
161
161
|
type: import('vue').PropType<number>;
|
|
162
162
|
};
|