@kengic/vue 0.32.18-beta.0 → 0.32.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +72083 -103984
- package/dist/src/component/KgModal02/KgModal02.d.ts +200 -247
- package/dist/src/model/index.d.ts +4 -0
- package/package.json +18 -16
|
@@ -4,86 +4,78 @@ import './KgModal02.css';
|
|
|
4
4
|
declare const getProps: () => {
|
|
5
5
|
kgCancelButtonProps: {
|
|
6
6
|
default: () => {};
|
|
7
|
-
type: PropType<
|
|
7
|
+
type: PropType<__ExtractPublicPropTypes<{
|
|
8
8
|
readonly size: {
|
|
9
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
9
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
10
10
|
readonly required: false;
|
|
11
|
-
/**
|
|
12
|
-
* @param param.domRef 页面特殊元素对象.
|
|
13
|
-
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
14
|
-
* @param param.isVisible$$ 弹窗是否打开.
|
|
15
|
-
*/
|
|
16
11
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
12
|
__epPropKey: true;
|
|
18
13
|
};
|
|
19
|
-
readonly disabled: import("element-plus/es/utils
|
|
20
|
-
readonly type: import("element-plus/es/utils
|
|
14
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
15
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "warning" | "text" | "danger" | "primary" | "info", unknown, "", boolean>;
|
|
21
16
|
readonly icon: {
|
|
22
|
-
readonly type: PropType<{
|
|
23
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
24
|
-
required: true;
|
|
25
|
-
}>;
|
|
17
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
26
18
|
readonly required: false;
|
|
27
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
20
|
__epPropKey: true;
|
|
29
21
|
};
|
|
30
|
-
readonly nativeType: import("element-plus/es/utils
|
|
22
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
31
23
|
readonly loading: BooleanConstructor;
|
|
32
|
-
readonly loadingIcon: import("element-plus/es/utils
|
|
33
|
-
readonly plain: import("element-plus/es/utils
|
|
34
|
-
readonly text: import("element-plus/es/utils
|
|
24
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
25
|
+
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
26
|
+
readonly text: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
35
27
|
readonly link: BooleanConstructor;
|
|
36
28
|
readonly bg: BooleanConstructor;
|
|
37
29
|
readonly autofocus: BooleanConstructor;
|
|
38
|
-
readonly round: import("element-plus/es/utils
|
|
30
|
+
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
39
31
|
readonly circle: BooleanConstructor;
|
|
40
|
-
readonly dashed: import("element-plus/es/utils/vue/props/types").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
41
32
|
readonly color: StringConstructor;
|
|
33
|
+
/**
|
|
34
|
+
* @param param.domRef 页面特殊元素对象.
|
|
35
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
36
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
37
|
+
*/
|
|
42
38
|
readonly dark: BooleanConstructor;
|
|
43
|
-
readonly autoInsertSpace: import("element-plus/es/utils
|
|
44
|
-
readonly tag: import("element-plus/es/utils
|
|
39
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
40
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
45
41
|
}>>;
|
|
46
42
|
};
|
|
47
43
|
kgOkButtonProps: {
|
|
48
44
|
default: () => {};
|
|
49
|
-
type: PropType<
|
|
45
|
+
type: PropType<__ExtractPublicPropTypes<{
|
|
50
46
|
readonly size: {
|
|
51
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
47
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
52
48
|
readonly required: false;
|
|
53
|
-
/**
|
|
54
|
-
* @param param.domRef 页面特殊元素对象.
|
|
55
|
-
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
56
|
-
* @param param.isVisible$$ 弹窗是否打开.
|
|
57
|
-
*/
|
|
58
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
50
|
__epPropKey: true;
|
|
60
51
|
};
|
|
61
|
-
readonly disabled: import("element-plus/es/utils
|
|
62
|
-
readonly type: import("element-plus/es/utils
|
|
52
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
53
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "warning" | "text" | "danger" | "primary" | "info", unknown, "", boolean>;
|
|
63
54
|
readonly icon: {
|
|
64
|
-
readonly type: PropType<{
|
|
65
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
66
|
-
required: true;
|
|
67
|
-
}>;
|
|
55
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
68
56
|
readonly required: false;
|
|
69
57
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
58
|
__epPropKey: true;
|
|
71
59
|
};
|
|
72
|
-
readonly nativeType: import("element-plus/es/utils
|
|
60
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
73
61
|
readonly loading: BooleanConstructor;
|
|
74
|
-
readonly loadingIcon: import("element-plus/es/utils
|
|
75
|
-
readonly plain: import("element-plus/es/utils
|
|
76
|
-
readonly text: import("element-plus/es/utils
|
|
62
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
63
|
+
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
64
|
+
readonly text: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
77
65
|
readonly link: BooleanConstructor;
|
|
78
66
|
readonly bg: BooleanConstructor;
|
|
79
67
|
readonly autofocus: BooleanConstructor;
|
|
80
|
-
readonly round: import("element-plus/es/utils
|
|
68
|
+
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
81
69
|
readonly circle: BooleanConstructor;
|
|
82
|
-
readonly dashed: import("element-plus/es/utils/vue/props/types").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
83
70
|
readonly color: StringConstructor;
|
|
71
|
+
/**
|
|
72
|
+
* @param param.domRef 页面特殊元素对象.
|
|
73
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
74
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
75
|
+
*/
|
|
84
76
|
readonly dark: BooleanConstructor;
|
|
85
|
-
readonly autoInsertSpace: import("element-plus/es/utils
|
|
86
|
-
readonly tag: import("element-plus/es/utils
|
|
77
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
78
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
87
79
|
}>>;
|
|
88
80
|
};
|
|
89
81
|
onCancel: PropType<() => void>;
|
|
@@ -104,21 +96,21 @@ declare const getProps: () => {
|
|
|
104
96
|
onOk: PropType<() => void>;
|
|
105
97
|
'onUpdate:modelValue': PropType<(value: boolean) => void>;
|
|
106
98
|
appendToBody: BooleanConstructor;
|
|
107
|
-
appendTo: import("element-plus/es/utils/
|
|
99
|
+
appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown, "body", boolean>;
|
|
108
100
|
beforeClose: {
|
|
109
|
-
readonly type: PropType<import("element-plus
|
|
101
|
+
readonly type: PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
110
102
|
readonly required: false;
|
|
111
103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
104
|
__epPropKey: true;
|
|
113
105
|
};
|
|
114
106
|
destroyOnClose: BooleanConstructor;
|
|
115
|
-
closeOnClickModal: import("element-plus/es/utils
|
|
116
|
-
closeOnPressEscape: import("element-plus/es/utils
|
|
117
|
-
lockScroll: import("element-plus/es/utils
|
|
118
|
-
modal: import("element-plus/es/utils
|
|
107
|
+
closeOnClickModal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
108
|
+
closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
109
|
+
lockScroll: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
110
|
+
modal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
119
111
|
modalPenetrable: BooleanConstructor;
|
|
120
|
-
openDelay: import("element-plus/es/utils
|
|
121
|
-
closeDelay: import("element-plus/es/utils
|
|
112
|
+
openDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
113
|
+
closeDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
122
114
|
top: {
|
|
123
115
|
readonly type: PropType<string>;
|
|
124
116
|
readonly required: false;
|
|
@@ -131,7 +123,7 @@ declare const getProps: () => {
|
|
|
131
123
|
bodyClass: StringConstructor;
|
|
132
124
|
footerClass: StringConstructor;
|
|
133
125
|
width: {
|
|
134
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
126
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
135
127
|
readonly required: false;
|
|
136
128
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
137
129
|
__epPropKey: true;
|
|
@@ -143,25 +135,22 @@ declare const getProps: () => {
|
|
|
143
135
|
__epPropKey: true;
|
|
144
136
|
};
|
|
145
137
|
trapFocus: BooleanConstructor;
|
|
146
|
-
headerAriaLevel: import("element-plus/es/utils
|
|
147
|
-
transition: import("element-plus/es/utils
|
|
138
|
+
headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
139
|
+
transition: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition) | ((new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition))[], unknown, unknown, undefined, boolean>;
|
|
148
140
|
center: BooleanConstructor;
|
|
149
|
-
alignCenter: import("element-plus/es/utils
|
|
141
|
+
alignCenter: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
150
142
|
closeIcon: {
|
|
151
|
-
readonly type: PropType<{
|
|
152
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
153
|
-
required: true;
|
|
154
|
-
}>;
|
|
143
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
155
144
|
readonly required: false;
|
|
156
145
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
157
146
|
__epPropKey: true;
|
|
158
147
|
};
|
|
159
|
-
draggable: import("element-plus/es/utils
|
|
160
|
-
overflow: import("element-plus/es/utils
|
|
148
|
+
draggable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
149
|
+
overflow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
161
150
|
fullscreen: BooleanConstructor;
|
|
162
|
-
showClose: import("element-plus/es/utils
|
|
163
|
-
title: import("element-plus/es/utils
|
|
164
|
-
ariaLevel: import("element-plus/es/utils
|
|
151
|
+
showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
152
|
+
title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
153
|
+
ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
165
154
|
};
|
|
166
155
|
export declare type IKgModal02Props = Partial<ExtractPropTypes<ReturnType<typeof getProps>> & DialogPropsPublic>;
|
|
167
156
|
/**
|
|
@@ -170,86 +159,78 @@ export declare type IKgModal02Props = Partial<ExtractPropTypes<ReturnType<typeof
|
|
|
170
159
|
export declare const KgModal02: import("vue").DefineComponent<{
|
|
171
160
|
kgCancelButtonProps: {
|
|
172
161
|
default: () => {};
|
|
173
|
-
type: PropType<
|
|
162
|
+
type: PropType<__ExtractPublicPropTypes<{
|
|
174
163
|
readonly size: {
|
|
175
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
164
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
176
165
|
readonly required: false;
|
|
177
|
-
/**
|
|
178
|
-
* @param param.domRef 页面特殊元素对象.
|
|
179
|
-
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
180
|
-
* @param param.isVisible$$ 弹窗是否打开.
|
|
181
|
-
*/
|
|
182
166
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
183
167
|
__epPropKey: true;
|
|
184
168
|
};
|
|
185
|
-
readonly disabled: import("element-plus/es/utils
|
|
186
|
-
readonly type: import("element-plus/es/utils
|
|
169
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
170
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "warning" | "text" | "danger" | "primary" | "info", unknown, "", boolean>;
|
|
187
171
|
readonly icon: {
|
|
188
|
-
readonly type: PropType<{
|
|
189
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
190
|
-
required: true;
|
|
191
|
-
}>;
|
|
172
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
192
173
|
readonly required: false;
|
|
193
174
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
175
|
__epPropKey: true;
|
|
195
176
|
};
|
|
196
|
-
readonly nativeType: import("element-plus/es/utils
|
|
177
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
197
178
|
readonly loading: BooleanConstructor;
|
|
198
|
-
readonly loadingIcon: import("element-plus/es/utils
|
|
199
|
-
readonly plain: import("element-plus/es/utils
|
|
200
|
-
readonly text: import("element-plus/es/utils
|
|
179
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
180
|
+
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
181
|
+
readonly text: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
201
182
|
readonly link: BooleanConstructor;
|
|
202
183
|
readonly bg: BooleanConstructor;
|
|
203
184
|
readonly autofocus: BooleanConstructor;
|
|
204
|
-
readonly round: import("element-plus/es/utils
|
|
185
|
+
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
205
186
|
readonly circle: BooleanConstructor;
|
|
206
|
-
readonly dashed: import("element-plus/es/utils/vue/props/types").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
207
187
|
readonly color: StringConstructor;
|
|
188
|
+
/**
|
|
189
|
+
* @param param.domRef 页面特殊元素对象.
|
|
190
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
191
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
192
|
+
*/
|
|
208
193
|
readonly dark: BooleanConstructor;
|
|
209
|
-
readonly autoInsertSpace: import("element-plus/es/utils
|
|
210
|
-
readonly tag: import("element-plus/es/utils
|
|
194
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
195
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
211
196
|
}>>;
|
|
212
197
|
};
|
|
213
198
|
kgOkButtonProps: {
|
|
214
199
|
default: () => {};
|
|
215
|
-
type: PropType<
|
|
200
|
+
type: PropType<__ExtractPublicPropTypes<{
|
|
216
201
|
readonly size: {
|
|
217
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
202
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
218
203
|
readonly required: false;
|
|
219
|
-
/**
|
|
220
|
-
* @param param.domRef 页面特殊元素对象.
|
|
221
|
-
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
222
|
-
* @param param.isVisible$$ 弹窗是否打开.
|
|
223
|
-
*/
|
|
224
204
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
205
|
__epPropKey: true;
|
|
226
206
|
};
|
|
227
|
-
readonly disabled: import("element-plus/es/utils
|
|
228
|
-
readonly type: import("element-plus/es/utils
|
|
207
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
208
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "warning" | "text" | "danger" | "primary" | "info", unknown, "", boolean>;
|
|
229
209
|
readonly icon: {
|
|
230
|
-
readonly type: PropType<{
|
|
231
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
232
|
-
required: true;
|
|
233
|
-
}>;
|
|
210
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
234
211
|
readonly required: false;
|
|
235
212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
213
|
__epPropKey: true;
|
|
237
214
|
};
|
|
238
|
-
readonly nativeType: import("element-plus/es/utils
|
|
215
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
239
216
|
readonly loading: BooleanConstructor;
|
|
240
|
-
readonly loadingIcon: import("element-plus/es/utils
|
|
241
|
-
readonly plain: import("element-plus/es/utils
|
|
242
|
-
readonly text: import("element-plus/es/utils
|
|
217
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
218
|
+
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
219
|
+
readonly text: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
243
220
|
readonly link: BooleanConstructor;
|
|
244
221
|
readonly bg: BooleanConstructor;
|
|
245
222
|
readonly autofocus: BooleanConstructor;
|
|
246
|
-
readonly round: import("element-plus/es/utils
|
|
223
|
+
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
247
224
|
readonly circle: BooleanConstructor;
|
|
248
|
-
readonly dashed: import("element-plus/es/utils/vue/props/types").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
249
225
|
readonly color: StringConstructor;
|
|
226
|
+
/**
|
|
227
|
+
* @param param.domRef 页面特殊元素对象.
|
|
228
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
229
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
230
|
+
*/
|
|
250
231
|
readonly dark: BooleanConstructor;
|
|
251
|
-
readonly autoInsertSpace: import("element-plus/es/utils
|
|
252
|
-
readonly tag: import("element-plus/es/utils
|
|
232
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
233
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
253
234
|
}>>;
|
|
254
235
|
};
|
|
255
236
|
onCancel: PropType<() => void>;
|
|
@@ -270,21 +251,21 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
270
251
|
onOk: PropType<() => void>;
|
|
271
252
|
'onUpdate:modelValue': PropType<(value: boolean) => void>;
|
|
272
253
|
appendToBody: BooleanConstructor;
|
|
273
|
-
appendTo: import("element-plus/es/utils/
|
|
254
|
+
appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown, "body", boolean>;
|
|
274
255
|
beforeClose: {
|
|
275
|
-
readonly type: PropType<import("element-plus
|
|
256
|
+
readonly type: PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
276
257
|
readonly required: false;
|
|
277
258
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
278
259
|
__epPropKey: true;
|
|
279
260
|
};
|
|
280
261
|
destroyOnClose: BooleanConstructor;
|
|
281
|
-
closeOnClickModal: import("element-plus/es/utils
|
|
282
|
-
closeOnPressEscape: import("element-plus/es/utils
|
|
283
|
-
lockScroll: import("element-plus/es/utils
|
|
284
|
-
modal: import("element-plus/es/utils
|
|
262
|
+
closeOnClickModal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
263
|
+
closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
264
|
+
lockScroll: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
265
|
+
modal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
285
266
|
modalPenetrable: BooleanConstructor;
|
|
286
|
-
openDelay: import("element-plus/es/utils
|
|
287
|
-
closeDelay: import("element-plus/es/utils
|
|
267
|
+
openDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
268
|
+
closeDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
288
269
|
top: {
|
|
289
270
|
readonly type: PropType<string>;
|
|
290
271
|
readonly required: false;
|
|
@@ -297,7 +278,7 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
297
278
|
bodyClass: StringConstructor;
|
|
298
279
|
footerClass: StringConstructor;
|
|
299
280
|
width: {
|
|
300
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
281
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
301
282
|
readonly required: false;
|
|
302
283
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
303
284
|
__epPropKey: true;
|
|
@@ -309,108 +290,97 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
309
290
|
__epPropKey: true;
|
|
310
291
|
};
|
|
311
292
|
trapFocus: BooleanConstructor;
|
|
312
|
-
headerAriaLevel: import("element-plus/es/utils
|
|
313
|
-
transition: import("element-plus/es/utils
|
|
293
|
+
headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
294
|
+
transition: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition) | ((new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition))[], unknown, unknown, undefined, boolean>;
|
|
314
295
|
center: BooleanConstructor;
|
|
315
|
-
alignCenter: import("element-plus/es/utils
|
|
296
|
+
alignCenter: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
316
297
|
closeIcon: {
|
|
317
|
-
readonly type: PropType<{
|
|
318
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
319
|
-
required: true;
|
|
320
|
-
}>;
|
|
298
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
321
299
|
readonly required: false;
|
|
322
300
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
301
|
__epPropKey: true;
|
|
324
302
|
};
|
|
325
|
-
draggable: import("element-plus/es/utils
|
|
326
|
-
overflow: import("element-plus/es/utils
|
|
303
|
+
draggable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
304
|
+
overflow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
327
305
|
fullscreen: BooleanConstructor;
|
|
328
|
-
showClose: import("element-plus/es/utils
|
|
329
|
-
title: import("element-plus/es/utils
|
|
330
|
-
ariaLevel: import("element-plus/es/utils
|
|
306
|
+
showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
307
|
+
title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
308
|
+
ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
331
309
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
332
310
|
kgCancelButtonProps: {
|
|
333
311
|
default: () => {};
|
|
334
|
-
type: PropType<
|
|
312
|
+
type: PropType<__ExtractPublicPropTypes<{
|
|
335
313
|
readonly size: {
|
|
336
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
314
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
337
315
|
readonly required: false;
|
|
338
|
-
/**
|
|
339
|
-
* @param param.domRef 页面特殊元素对象.
|
|
340
|
-
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
341
|
-
* @param param.isVisible$$ 弹窗是否打开.
|
|
342
|
-
*/
|
|
343
316
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
344
317
|
__epPropKey: true;
|
|
345
318
|
};
|
|
346
|
-
readonly disabled: import("element-plus/es/utils
|
|
347
|
-
readonly type: import("element-plus/es/utils
|
|
319
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
320
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "warning" | "text" | "danger" | "primary" | "info", unknown, "", boolean>;
|
|
348
321
|
readonly icon: {
|
|
349
|
-
readonly type: PropType<{
|
|
350
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
351
|
-
required: true;
|
|
352
|
-
}>;
|
|
322
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
353
323
|
readonly required: false;
|
|
354
324
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
355
325
|
__epPropKey: true;
|
|
356
326
|
};
|
|
357
|
-
readonly nativeType: import("element-plus/es/utils
|
|
327
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
358
328
|
readonly loading: BooleanConstructor;
|
|
359
|
-
readonly loadingIcon: import("element-plus/es/utils
|
|
360
|
-
readonly plain: import("element-plus/es/utils
|
|
361
|
-
readonly text: import("element-plus/es/utils
|
|
329
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
330
|
+
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
331
|
+
readonly text: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
362
332
|
readonly link: BooleanConstructor;
|
|
363
333
|
readonly bg: BooleanConstructor;
|
|
364
334
|
readonly autofocus: BooleanConstructor;
|
|
365
|
-
readonly round: import("element-plus/es/utils
|
|
335
|
+
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
366
336
|
readonly circle: BooleanConstructor;
|
|
367
|
-
readonly dashed: import("element-plus/es/utils/vue/props/types").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
368
337
|
readonly color: StringConstructor;
|
|
338
|
+
/**
|
|
339
|
+
* @param param.domRef 页面特殊元素对象.
|
|
340
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
341
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
342
|
+
*/
|
|
369
343
|
readonly dark: BooleanConstructor;
|
|
370
|
-
readonly autoInsertSpace: import("element-plus/es/utils
|
|
371
|
-
readonly tag: import("element-plus/es/utils
|
|
344
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
345
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
372
346
|
}>>;
|
|
373
347
|
};
|
|
374
348
|
kgOkButtonProps: {
|
|
375
349
|
default: () => {};
|
|
376
|
-
type: PropType<
|
|
350
|
+
type: PropType<__ExtractPublicPropTypes<{
|
|
377
351
|
readonly size: {
|
|
378
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
352
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
379
353
|
readonly required: false;
|
|
380
|
-
/**
|
|
381
|
-
* @param param.domRef 页面特殊元素对象.
|
|
382
|
-
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
383
|
-
* @param param.isVisible$$ 弹窗是否打开.
|
|
384
|
-
*/
|
|
385
354
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
355
|
__epPropKey: true;
|
|
387
356
|
};
|
|
388
|
-
readonly disabled: import("element-plus/es/utils
|
|
389
|
-
readonly type: import("element-plus/es/utils
|
|
357
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
358
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "warning" | "text" | "danger" | "primary" | "info", unknown, "", boolean>;
|
|
390
359
|
readonly icon: {
|
|
391
|
-
readonly type: PropType<{
|
|
392
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
393
|
-
required: true;
|
|
394
|
-
}>;
|
|
360
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
395
361
|
readonly required: false;
|
|
396
362
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
363
|
__epPropKey: true;
|
|
398
364
|
};
|
|
399
|
-
readonly nativeType: import("element-plus/es/utils
|
|
365
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
400
366
|
readonly loading: BooleanConstructor;
|
|
401
|
-
readonly loadingIcon: import("element-plus/es/utils
|
|
402
|
-
readonly plain: import("element-plus/es/utils
|
|
403
|
-
readonly text: import("element-plus/es/utils
|
|
367
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
368
|
+
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
369
|
+
readonly text: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
404
370
|
readonly link: BooleanConstructor;
|
|
405
371
|
readonly bg: BooleanConstructor;
|
|
406
372
|
readonly autofocus: BooleanConstructor;
|
|
407
|
-
readonly round: import("element-plus/es/utils
|
|
373
|
+
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
408
374
|
readonly circle: BooleanConstructor;
|
|
409
|
-
readonly dashed: import("element-plus/es/utils/vue/props/types").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
410
375
|
readonly color: StringConstructor;
|
|
376
|
+
/**
|
|
377
|
+
* @param param.domRef 页面特殊元素对象.
|
|
378
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
379
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
380
|
+
*/
|
|
411
381
|
readonly dark: BooleanConstructor;
|
|
412
|
-
readonly autoInsertSpace: import("element-plus/es/utils
|
|
413
|
-
readonly tag: import("element-plus/es/utils
|
|
382
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
383
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
414
384
|
}>>;
|
|
415
385
|
};
|
|
416
386
|
onCancel: PropType<() => void>;
|
|
@@ -431,21 +401,21 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
431
401
|
onOk: PropType<() => void>;
|
|
432
402
|
'onUpdate:modelValue': PropType<(value: boolean) => void>;
|
|
433
403
|
appendToBody: BooleanConstructor;
|
|
434
|
-
appendTo: import("element-plus/es/utils/
|
|
404
|
+
appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown, "body", boolean>;
|
|
435
405
|
beforeClose: {
|
|
436
|
-
readonly type: PropType<import("element-plus
|
|
406
|
+
readonly type: PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
437
407
|
readonly required: false;
|
|
438
408
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
409
|
__epPropKey: true;
|
|
440
410
|
};
|
|
441
411
|
destroyOnClose: BooleanConstructor;
|
|
442
|
-
closeOnClickModal: import("element-plus/es/utils
|
|
443
|
-
closeOnPressEscape: import("element-plus/es/utils
|
|
444
|
-
lockScroll: import("element-plus/es/utils
|
|
445
|
-
modal: import("element-plus/es/utils
|
|
412
|
+
closeOnClickModal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
413
|
+
closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
414
|
+
lockScroll: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
415
|
+
modal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
446
416
|
modalPenetrable: BooleanConstructor;
|
|
447
|
-
openDelay: import("element-plus/es/utils
|
|
448
|
-
closeDelay: import("element-plus/es/utils
|
|
417
|
+
openDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
418
|
+
closeDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
449
419
|
top: {
|
|
450
420
|
readonly type: PropType<string>;
|
|
451
421
|
readonly required: false;
|
|
@@ -458,7 +428,7 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
458
428
|
bodyClass: StringConstructor;
|
|
459
429
|
footerClass: StringConstructor;
|
|
460
430
|
width: {
|
|
461
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
431
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
462
432
|
readonly required: false;
|
|
463
433
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
464
434
|
__epPropKey: true;
|
|
@@ -470,133 +440,116 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
470
440
|
__epPropKey: true;
|
|
471
441
|
};
|
|
472
442
|
trapFocus: BooleanConstructor;
|
|
473
|
-
headerAriaLevel: import("element-plus/es/utils
|
|
474
|
-
transition: import("element-plus/es/utils
|
|
443
|
+
headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
444
|
+
transition: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition) | ((new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition))[], unknown, unknown, undefined, boolean>;
|
|
475
445
|
center: BooleanConstructor;
|
|
476
|
-
alignCenter: import("element-plus/es/utils
|
|
446
|
+
alignCenter: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
477
447
|
closeIcon: {
|
|
478
|
-
readonly type: PropType<{
|
|
479
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
480
|
-
required: true;
|
|
481
|
-
}>;
|
|
448
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
482
449
|
readonly required: false;
|
|
483
450
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
484
451
|
__epPropKey: true;
|
|
485
452
|
};
|
|
486
|
-
draggable: import("element-plus/es/utils
|
|
487
|
-
overflow: import("element-plus/es/utils
|
|
453
|
+
draggable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
454
|
+
overflow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
488
455
|
fullscreen: BooleanConstructor;
|
|
489
|
-
showClose: import("element-plus/es/utils
|
|
490
|
-
title: import("element-plus/es/utils
|
|
491
|
-
ariaLevel: import("element-plus/es/utils
|
|
456
|
+
showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
457
|
+
title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
458
|
+
ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
492
459
|
}>>, {
|
|
493
460
|
title: string;
|
|
494
|
-
modal: import("element-plus/es/utils
|
|
461
|
+
modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
495
462
|
center: boolean;
|
|
496
463
|
destroyOnClose: boolean;
|
|
497
|
-
transition:
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
};
|
|
501
|
-
draggable: import("element-plus/es/utils/vue/props/types").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
502
|
-
overflow: import("element-plus/es/utils/vue/props/types").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
464
|
+
transition: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition) | ((new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition))[], unknown, unknown>;
|
|
465
|
+
draggable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
466
|
+
overflow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
503
467
|
modelValue: boolean;
|
|
468
|
+
appendTo: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
504
469
|
kgIsDragToMove: boolean;
|
|
505
470
|
kgShowCancelButton: boolean;
|
|
506
|
-
kgCancelButtonProps:
|
|
471
|
+
kgCancelButtonProps: __ExtractPublicPropTypes<{
|
|
507
472
|
readonly size: {
|
|
508
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
473
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
509
474
|
readonly required: false;
|
|
510
|
-
/**
|
|
511
|
-
* @param param.domRef 页面特殊元素对象.
|
|
512
|
-
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
513
|
-
* @param param.isVisible$$ 弹窗是否打开.
|
|
514
|
-
*/
|
|
515
475
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
516
476
|
__epPropKey: true;
|
|
517
477
|
};
|
|
518
|
-
readonly disabled: import("element-plus/es/utils
|
|
519
|
-
readonly type: import("element-plus/es/utils
|
|
478
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
479
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "warning" | "text" | "danger" | "primary" | "info", unknown, "", boolean>;
|
|
520
480
|
readonly icon: {
|
|
521
|
-
readonly type: PropType<{
|
|
522
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
523
|
-
required: true;
|
|
524
|
-
}>;
|
|
481
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
525
482
|
readonly required: false;
|
|
526
483
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
527
484
|
__epPropKey: true;
|
|
528
485
|
};
|
|
529
|
-
readonly nativeType: import("element-plus/es/utils
|
|
486
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
530
487
|
readonly loading: BooleanConstructor;
|
|
531
|
-
readonly loadingIcon: import("element-plus/es/utils
|
|
532
|
-
readonly plain: import("element-plus/es/utils
|
|
533
|
-
readonly text: import("element-plus/es/utils
|
|
488
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
489
|
+
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
490
|
+
readonly text: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
534
491
|
readonly link: BooleanConstructor;
|
|
535
492
|
readonly bg: BooleanConstructor;
|
|
536
493
|
readonly autofocus: BooleanConstructor;
|
|
537
|
-
readonly round: import("element-plus/es/utils
|
|
494
|
+
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
538
495
|
readonly circle: BooleanConstructor;
|
|
539
|
-
readonly dashed: import("element-plus/es/utils/vue/props/types").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
540
496
|
readonly color: StringConstructor;
|
|
497
|
+
/**
|
|
498
|
+
* @param param.domRef 页面特殊元素对象.
|
|
499
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
500
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
501
|
+
*/
|
|
541
502
|
readonly dark: BooleanConstructor;
|
|
542
|
-
readonly autoInsertSpace: import("element-plus/es/utils
|
|
543
|
-
readonly tag: import("element-plus/es/utils
|
|
503
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
504
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
544
505
|
}>;
|
|
545
|
-
kgOkButtonProps:
|
|
506
|
+
kgOkButtonProps: __ExtractPublicPropTypes<{
|
|
546
507
|
readonly size: {
|
|
547
|
-
readonly type: PropType<import("element-plus/es/utils
|
|
508
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
548
509
|
readonly required: false;
|
|
549
|
-
/**
|
|
550
|
-
* @param param.domRef 页面特殊元素对象.
|
|
551
|
-
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
552
|
-
* @param param.isVisible$$ 弹窗是否打开.
|
|
553
|
-
*/
|
|
554
510
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
555
511
|
__epPropKey: true;
|
|
556
512
|
};
|
|
557
|
-
readonly disabled: import("element-plus/es/utils
|
|
558
|
-
readonly type: import("element-plus/es/utils
|
|
513
|
+
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
514
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "warning" | "text" | "danger" | "primary" | "info", unknown, "", boolean>;
|
|
559
515
|
readonly icon: {
|
|
560
|
-
readonly type: PropType<{
|
|
561
|
-
type: (new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | null)[];
|
|
562
|
-
required: true;
|
|
563
|
-
}>;
|
|
516
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
564
517
|
readonly required: false;
|
|
565
518
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
566
519
|
__epPropKey: true;
|
|
567
520
|
};
|
|
568
|
-
readonly nativeType: import("element-plus/es/utils
|
|
521
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
569
522
|
readonly loading: BooleanConstructor;
|
|
570
|
-
readonly loadingIcon: import("element-plus/es/utils
|
|
571
|
-
readonly plain: import("element-plus/es/utils
|
|
572
|
-
readonly text: import("element-plus/es/utils
|
|
523
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
524
|
+
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
525
|
+
readonly text: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
573
526
|
readonly link: BooleanConstructor;
|
|
574
527
|
readonly bg: BooleanConstructor;
|
|
575
528
|
readonly autofocus: BooleanConstructor;
|
|
576
|
-
readonly round: import("element-plus/es/utils
|
|
529
|
+
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
577
530
|
readonly circle: BooleanConstructor;
|
|
578
|
-
readonly dashed: import("element-plus/es/utils/vue/props/types").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
579
531
|
readonly color: StringConstructor;
|
|
532
|
+
/**
|
|
533
|
+
* @param param.domRef 页面特殊元素对象.
|
|
534
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
535
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
536
|
+
*/
|
|
580
537
|
readonly dark: BooleanConstructor;
|
|
581
|
-
readonly autoInsertSpace: import("element-plus/es/utils
|
|
582
|
-
readonly tag: import("element-plus/es/utils
|
|
538
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
539
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
583
540
|
}>;
|
|
584
541
|
appendToBody: boolean;
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
};
|
|
589
|
-
closeOnClickModal: import("element-plus/es/utils/vue/props/types").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
590
|
-
closeOnPressEscape: import("element-plus/es/utils/vue/props/types").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
591
|
-
lockScroll: import("element-plus/es/utils/vue/props/types").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
542
|
+
closeOnClickModal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
543
|
+
closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
544
|
+
lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
592
545
|
modalPenetrable: boolean;
|
|
593
546
|
openDelay: number;
|
|
594
547
|
closeDelay: number;
|
|
595
548
|
trapFocus: boolean;
|
|
596
549
|
headerAriaLevel: string;
|
|
597
|
-
alignCenter: import("element-plus/es/utils
|
|
550
|
+
alignCenter: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
598
551
|
fullscreen: boolean;
|
|
599
|
-
showClose: import("element-plus/es/utils
|
|
552
|
+
showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
600
553
|
ariaLevel: string;
|
|
601
554
|
}>;
|
|
602
555
|
export {};
|