zhihao-ui 1.1.0 → 1.1.1
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/es/{Button-CUB5krFr.js → Button-DnpxJA88.js} +3 -2
- package/dist/es/DatePicker-DdLVvq3M.js +57 -0
- package/dist/es/DetailSubTitle-BWNtw5qC.js +35 -0
- package/dist/es/Dialog-D9YXcRFu.js +112 -0
- package/dist/es/EditInfoPair-Dkj9ohlm.js +36 -0
- package/dist/es/FileWrapper-D9UO6aN1.js +77 -0
- package/dist/es/Grid-D8odZrqs.js +96 -0
- package/dist/es/InfoPair-BXFe3add.js +36 -0
- package/dist/es/Input-wPjJsk3b.js +88 -0
- package/dist/es/Loading-ClJhDU4h.js +22 -0
- package/dist/es/MessageBox-BbG8P2uz.js +100 -0
- package/dist/es/MoneyInput-CbCeKV_v.js +53 -0
- package/dist/es/PageHeadPanel-BaNhcn2t.js +32 -0
- package/dist/es/ToolTips-Dm28zKim.js +37 -0
- package/dist/es/index.js +32 -5
- package/dist/es/{utils-Dj4hZBjs.js → utils-amzq0_Yw.js} +1 -1
- package/dist/es/vendor-Cv1TpEaZ.js +12409 -0
- package/dist/index.css +1 -1
- package/dist/types/components/DatePicker/DatePicker.vue.d.ts +28 -0
- package/dist/types/components/DatePicker/index.d.ts +70 -0
- package/dist/types/components/DatePicker/types.d.ts +1 -0
- package/dist/types/components/DetailSubTitle/DetailSubTitle.vue.d.ts +30 -0
- package/dist/types/components/DetailSubTitle/index.d.ts +59 -0
- package/dist/types/components/DetailSubTitle/types.d.ts +7 -0
- package/dist/types/components/Dialog/Dialog.vue.d.ts +14 -0
- package/dist/types/components/Dialog/index.d.ts +19 -0
- package/dist/types/components/Dialog/types.d.ts +25 -0
- package/dist/types/components/EditInfoPair/EditInfoPair.vue.d.ts +30 -0
- package/dist/types/components/EditInfoPair/index.d.ts +59 -0
- package/dist/types/components/EditInfoPair/types.d.ts +1 -0
- package/dist/types/components/FileWrapper/FileWrapper.vue.d.ts +64 -0
- package/dist/types/components/FileWrapper/index.d.ts +119 -0
- package/dist/types/components/FileWrapper/types.d.ts +1 -0
- package/dist/types/components/Grid/Grid.vue.d.ts +65 -0
- package/dist/types/components/Grid/index.d.ts +107 -0
- package/dist/types/components/Grid/interface/index.d.ts +5 -0
- package/dist/types/components/Grid/types.d.ts +1 -0
- package/dist/types/components/InfoPair/InfoPair.vue.d.ts +30 -0
- package/dist/types/components/InfoPair/index.d.ts +59 -0
- package/dist/types/components/InfoPair/types.d.ts +1 -0
- package/dist/types/components/Input/Input.vue.d.ts +45 -0
- package/dist/types/components/Input/index.d.ts +72 -0
- package/dist/types/components/Input/types.d.ts +1 -0
- package/dist/types/components/InputNumber/InputNumber.vue.d.ts +33 -0
- package/dist/types/components/InputNumber/index.d.ts +67 -0
- package/dist/types/components/InputNumber/types.d.ts +1 -0
- package/dist/types/components/Loading/Loading.vue.d.ts +2 -0
- package/dist/types/components/Loading/index.d.ts +13 -0
- package/dist/types/components/Loading/types.d.ts +1 -0
- package/dist/types/components/MessageBox/MessageBox.vue.d.ts +219 -0
- package/dist/types/components/MessageBox/index.d.ts +343 -0
- package/dist/types/components/MessageBox/types.d.ts +20 -0
- package/dist/types/components/MoneyInput/MoneyInput.vue.d.ts +40 -0
- package/dist/types/components/MoneyInput/index.d.ts +67 -0
- package/dist/types/components/MoneyInput/types.d.ts +1 -0
- package/dist/types/components/PageHeadPanel/PageHeadPanel.vue.d.ts +30 -0
- package/dist/types/components/PageHeadPanel/index.d.ts +32 -0
- package/dist/types/components/PageHeadPanel/types.d.ts +1 -0
- package/dist/types/components/ToolTips/ToolTips.vue.d.ts +33 -0
- package/dist/types/components/ToolTips/index.d.ts +53 -0
- package/dist/types/components/ToolTips/types.d.ts +1 -0
- package/dist/types/components/const.d.ts +4 -0
- package/dist/types/components/index.d.ts +14 -0
- package/dist/types/components/utils.d.ts +4 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +40 -1
- package/package.json +1 -1
- package/dist/es/vendor-Co4JjPth.js +0 -157
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
visible: import('vue').PropType<boolean>;
|
|
4
|
+
title: {
|
|
5
|
+
type: import('vue').PropType<string>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
subtitle: {
|
|
9
|
+
type: import('vue').PropType<string>;
|
|
10
|
+
};
|
|
11
|
+
tip: {
|
|
12
|
+
type: import('vue').PropType<string>;
|
|
13
|
+
};
|
|
14
|
+
placeholder: {
|
|
15
|
+
type: import('vue').PropType<string>;
|
|
16
|
+
};
|
|
17
|
+
formItemProps: {
|
|
18
|
+
type: import('vue').PropType<Partial<import('element-plus').FormItemProps>>;
|
|
19
|
+
};
|
|
20
|
+
formProps: {
|
|
21
|
+
type: import('vue').PropType<Partial<import('element-plus').FormProps>>;
|
|
22
|
+
};
|
|
23
|
+
inputProps: {
|
|
24
|
+
type: import('vue').PropType<Partial<{
|
|
25
|
+
readonly disabled: boolean;
|
|
26
|
+
readonly id: string;
|
|
27
|
+
readonly type: string;
|
|
28
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
29
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
30
|
+
readonly readonly: boolean;
|
|
31
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
32
|
+
readonly autocomplete: string;
|
|
33
|
+
readonly containerRole: string;
|
|
34
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
35
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
36
|
+
readonly rows: number;
|
|
37
|
+
readonly clearable: boolean;
|
|
38
|
+
readonly showPassword: boolean;
|
|
39
|
+
readonly showWordLimit: boolean;
|
|
40
|
+
readonly autofocus: boolean;
|
|
41
|
+
}> & Omit<{
|
|
42
|
+
readonly type: string;
|
|
43
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
44
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
45
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
|
+
readonly clearable: boolean;
|
|
47
|
+
readonly readonly: boolean;
|
|
48
|
+
readonly disabled: boolean;
|
|
49
|
+
readonly autofocus: boolean;
|
|
50
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
51
|
+
readonly autocomplete: string;
|
|
52
|
+
readonly showPassword: boolean;
|
|
53
|
+
readonly showWordLimit: boolean;
|
|
54
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
55
|
+
readonly rows: number;
|
|
56
|
+
readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
57
|
+
readonly form?: string | undefined;
|
|
58
|
+
readonly ariaLabel?: string | undefined;
|
|
59
|
+
readonly id?: string | undefined;
|
|
60
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
61
|
+
readonly placeholder?: string | undefined;
|
|
62
|
+
readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
63
|
+
readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
64
|
+
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
65
|
+
readonly formatter?: Function | undefined;
|
|
66
|
+
readonly parser?: Function | undefined;
|
|
67
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
68
|
+
readonly containerRole?: string | undefined;
|
|
69
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
70
|
+
onChange?: ((value: string) => any) | undefined;
|
|
71
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
72
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
73
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
74
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
75
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
76
|
+
onInput?: ((value: string) => any) | undefined;
|
|
77
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
78
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
79
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
80
|
+
onClear?: (() => any) | undefined;
|
|
81
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "disabled" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
82
|
+
};
|
|
83
|
+
closeOnClickModal: {
|
|
84
|
+
type: import('vue').PropType<boolean>;
|
|
85
|
+
};
|
|
86
|
+
callBack: {
|
|
87
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
88
|
+
};
|
|
89
|
+
onAction: {
|
|
90
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
91
|
+
};
|
|
92
|
+
onVanish: {
|
|
93
|
+
type: import('vue').PropType<() => void>;
|
|
94
|
+
};
|
|
95
|
+
submitText: {
|
|
96
|
+
type: import('vue').PropType<string>;
|
|
97
|
+
};
|
|
98
|
+
render: {
|
|
99
|
+
type: import('vue').PropType<Function>;
|
|
100
|
+
};
|
|
101
|
+
maxlength: {
|
|
102
|
+
type: import('vue').PropType<number>;
|
|
103
|
+
};
|
|
104
|
+
renderProps: {
|
|
105
|
+
type: import('vue').PropType<any>;
|
|
106
|
+
};
|
|
107
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
108
|
+
action: (...args: any[]) => void;
|
|
109
|
+
vanish: (...args: any[]) => void;
|
|
110
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
111
|
+
visible: import('vue').PropType<boolean>;
|
|
112
|
+
title: {
|
|
113
|
+
type: import('vue').PropType<string>;
|
|
114
|
+
required: true;
|
|
115
|
+
};
|
|
116
|
+
subtitle: {
|
|
117
|
+
type: import('vue').PropType<string>;
|
|
118
|
+
};
|
|
119
|
+
tip: {
|
|
120
|
+
type: import('vue').PropType<string>;
|
|
121
|
+
};
|
|
122
|
+
placeholder: {
|
|
123
|
+
type: import('vue').PropType<string>;
|
|
124
|
+
};
|
|
125
|
+
formItemProps: {
|
|
126
|
+
type: import('vue').PropType<Partial<import('element-plus').FormItemProps>>;
|
|
127
|
+
};
|
|
128
|
+
formProps: {
|
|
129
|
+
type: import('vue').PropType<Partial<import('element-plus').FormProps>>;
|
|
130
|
+
};
|
|
131
|
+
inputProps: {
|
|
132
|
+
type: import('vue').PropType<Partial<{
|
|
133
|
+
readonly disabled: boolean;
|
|
134
|
+
readonly id: string;
|
|
135
|
+
readonly type: string;
|
|
136
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
137
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
138
|
+
readonly readonly: boolean;
|
|
139
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
140
|
+
readonly autocomplete: string;
|
|
141
|
+
readonly containerRole: string;
|
|
142
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
143
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
144
|
+
readonly rows: number;
|
|
145
|
+
readonly clearable: boolean;
|
|
146
|
+
readonly showPassword: boolean;
|
|
147
|
+
readonly showWordLimit: boolean;
|
|
148
|
+
readonly autofocus: boolean;
|
|
149
|
+
}> & Omit<{
|
|
150
|
+
readonly type: string;
|
|
151
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
152
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
153
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
154
|
+
readonly clearable: boolean;
|
|
155
|
+
readonly readonly: boolean;
|
|
156
|
+
readonly disabled: boolean;
|
|
157
|
+
readonly autofocus: boolean;
|
|
158
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
159
|
+
readonly autocomplete: string;
|
|
160
|
+
readonly showPassword: boolean;
|
|
161
|
+
readonly showWordLimit: boolean;
|
|
162
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
163
|
+
readonly rows: number;
|
|
164
|
+
readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
165
|
+
readonly form?: string | undefined;
|
|
166
|
+
readonly ariaLabel?: string | undefined;
|
|
167
|
+
readonly id?: string | undefined;
|
|
168
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
169
|
+
readonly placeholder?: string | undefined;
|
|
170
|
+
readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
171
|
+
readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
172
|
+
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
173
|
+
readonly formatter?: Function | undefined;
|
|
174
|
+
readonly parser?: Function | undefined;
|
|
175
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
176
|
+
readonly containerRole?: string | undefined;
|
|
177
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
178
|
+
onChange?: ((value: string) => any) | undefined;
|
|
179
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
180
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
181
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
182
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
183
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
184
|
+
onInput?: ((value: string) => any) | undefined;
|
|
185
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
186
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
187
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
188
|
+
onClear?: (() => any) | undefined;
|
|
189
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "disabled" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
190
|
+
};
|
|
191
|
+
closeOnClickModal: {
|
|
192
|
+
type: import('vue').PropType<boolean>;
|
|
193
|
+
};
|
|
194
|
+
callBack: {
|
|
195
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
196
|
+
};
|
|
197
|
+
onAction: {
|
|
198
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
199
|
+
};
|
|
200
|
+
onVanish: {
|
|
201
|
+
type: import('vue').PropType<() => void>;
|
|
202
|
+
};
|
|
203
|
+
submitText: {
|
|
204
|
+
type: import('vue').PropType<string>;
|
|
205
|
+
};
|
|
206
|
+
render: {
|
|
207
|
+
type: import('vue').PropType<Function>;
|
|
208
|
+
};
|
|
209
|
+
maxlength: {
|
|
210
|
+
type: import('vue').PropType<number>;
|
|
211
|
+
};
|
|
212
|
+
renderProps: {
|
|
213
|
+
type: import('vue').PropType<any>;
|
|
214
|
+
};
|
|
215
|
+
}>> & Readonly<{
|
|
216
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
onVanish?: ((...args: any[]) => any) | undefined;
|
|
218
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
219
|
+
export default _default;
|
|
@@ -0,0 +1,343 @@
|
|
|
1
|
+
export declare const ZhMessageBox: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
visible: import('vue').PropType<boolean>;
|
|
4
|
+
title: {
|
|
5
|
+
type: import('vue').PropType<string>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
subtitle: {
|
|
9
|
+
type: import('vue').PropType<string>;
|
|
10
|
+
};
|
|
11
|
+
tip: {
|
|
12
|
+
type: import('vue').PropType<string>;
|
|
13
|
+
};
|
|
14
|
+
placeholder: {
|
|
15
|
+
type: import('vue').PropType<string>;
|
|
16
|
+
};
|
|
17
|
+
formItemProps: {
|
|
18
|
+
type: import('vue').PropType<Partial<import('element-plus').FormItemProps>>;
|
|
19
|
+
};
|
|
20
|
+
formProps: {
|
|
21
|
+
type: import('vue').PropType<Partial<import('element-plus').FormProps>>;
|
|
22
|
+
};
|
|
23
|
+
inputProps: {
|
|
24
|
+
type: import('vue').PropType<Partial<{
|
|
25
|
+
readonly disabled: boolean;
|
|
26
|
+
readonly id: string;
|
|
27
|
+
readonly type: string;
|
|
28
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
29
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
30
|
+
readonly readonly: boolean;
|
|
31
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
32
|
+
readonly autocomplete: string;
|
|
33
|
+
readonly containerRole: string;
|
|
34
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
35
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
36
|
+
readonly rows: number;
|
|
37
|
+
readonly clearable: boolean;
|
|
38
|
+
readonly showPassword: boolean;
|
|
39
|
+
readonly showWordLimit: boolean;
|
|
40
|
+
readonly autofocus: boolean;
|
|
41
|
+
}> & Omit<{
|
|
42
|
+
readonly type: string;
|
|
43
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
44
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
45
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
|
+
readonly clearable: boolean;
|
|
47
|
+
readonly readonly: boolean;
|
|
48
|
+
readonly disabled: boolean;
|
|
49
|
+
readonly autofocus: boolean;
|
|
50
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
51
|
+
readonly autocomplete: string;
|
|
52
|
+
readonly showPassword: boolean;
|
|
53
|
+
readonly showWordLimit: boolean;
|
|
54
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
55
|
+
readonly rows: number;
|
|
56
|
+
readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
57
|
+
readonly form?: string | undefined;
|
|
58
|
+
readonly ariaLabel?: string | undefined;
|
|
59
|
+
readonly id?: string | undefined;
|
|
60
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
61
|
+
readonly placeholder?: string | undefined;
|
|
62
|
+
readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
63
|
+
readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
64
|
+
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
65
|
+
readonly formatter?: Function | undefined;
|
|
66
|
+
readonly parser?: Function | undefined;
|
|
67
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
68
|
+
readonly containerRole?: string | undefined;
|
|
69
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
70
|
+
onChange?: ((value: string) => any) | undefined;
|
|
71
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
72
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
73
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
74
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
75
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
76
|
+
onInput?: ((value: string) => any) | undefined;
|
|
77
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
78
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
79
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
80
|
+
onClear?: (() => any) | undefined;
|
|
81
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "disabled" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
82
|
+
};
|
|
83
|
+
closeOnClickModal: {
|
|
84
|
+
type: import('vue').PropType<boolean>;
|
|
85
|
+
};
|
|
86
|
+
callBack: {
|
|
87
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
88
|
+
};
|
|
89
|
+
onAction: {
|
|
90
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
91
|
+
};
|
|
92
|
+
onVanish: {
|
|
93
|
+
type: import('vue').PropType<() => void>;
|
|
94
|
+
};
|
|
95
|
+
submitText: {
|
|
96
|
+
type: import('vue').PropType<string>;
|
|
97
|
+
};
|
|
98
|
+
render: {
|
|
99
|
+
type: import('vue').PropType<Function>;
|
|
100
|
+
};
|
|
101
|
+
maxlength: {
|
|
102
|
+
type: import('vue').PropType<number>;
|
|
103
|
+
};
|
|
104
|
+
renderProps: {
|
|
105
|
+
type: import('vue').PropType<any>;
|
|
106
|
+
};
|
|
107
|
+
}>> & Readonly<{
|
|
108
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
109
|
+
onVanish?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
111
|
+
action: (...args: any[]) => void;
|
|
112
|
+
vanish: (...args: any[]) => void;
|
|
113
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
114
|
+
P: {};
|
|
115
|
+
B: {};
|
|
116
|
+
D: {};
|
|
117
|
+
C: {};
|
|
118
|
+
M: {};
|
|
119
|
+
Defaults: {};
|
|
120
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
121
|
+
visible: import('vue').PropType<boolean>;
|
|
122
|
+
title: {
|
|
123
|
+
type: import('vue').PropType<string>;
|
|
124
|
+
required: true;
|
|
125
|
+
};
|
|
126
|
+
subtitle: {
|
|
127
|
+
type: import('vue').PropType<string>;
|
|
128
|
+
};
|
|
129
|
+
tip: {
|
|
130
|
+
type: import('vue').PropType<string>;
|
|
131
|
+
};
|
|
132
|
+
placeholder: {
|
|
133
|
+
type: import('vue').PropType<string>;
|
|
134
|
+
};
|
|
135
|
+
formItemProps: {
|
|
136
|
+
type: import('vue').PropType<Partial<import('element-plus').FormItemProps>>;
|
|
137
|
+
};
|
|
138
|
+
formProps: {
|
|
139
|
+
type: import('vue').PropType<Partial<import('element-plus').FormProps>>;
|
|
140
|
+
};
|
|
141
|
+
inputProps: {
|
|
142
|
+
type: import('vue').PropType<Partial<{
|
|
143
|
+
readonly disabled: boolean;
|
|
144
|
+
readonly id: string;
|
|
145
|
+
readonly type: string;
|
|
146
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
147
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
148
|
+
readonly readonly: boolean;
|
|
149
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
150
|
+
readonly autocomplete: string;
|
|
151
|
+
readonly containerRole: string;
|
|
152
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
153
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
154
|
+
readonly rows: number;
|
|
155
|
+
readonly clearable: boolean;
|
|
156
|
+
readonly showPassword: boolean;
|
|
157
|
+
readonly showWordLimit: boolean;
|
|
158
|
+
readonly autofocus: boolean;
|
|
159
|
+
}> & Omit<{
|
|
160
|
+
readonly type: string;
|
|
161
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
162
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
163
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
164
|
+
readonly clearable: boolean;
|
|
165
|
+
readonly readonly: boolean;
|
|
166
|
+
readonly disabled: boolean;
|
|
167
|
+
readonly autofocus: boolean;
|
|
168
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
169
|
+
readonly autocomplete: string;
|
|
170
|
+
readonly showPassword: boolean;
|
|
171
|
+
readonly showWordLimit: boolean;
|
|
172
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
173
|
+
readonly rows: number;
|
|
174
|
+
readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
175
|
+
readonly form?: string | undefined;
|
|
176
|
+
readonly ariaLabel?: string | undefined;
|
|
177
|
+
readonly id?: string | undefined;
|
|
178
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
179
|
+
readonly placeholder?: string | undefined;
|
|
180
|
+
readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
181
|
+
readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
182
|
+
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
183
|
+
readonly formatter?: Function | undefined;
|
|
184
|
+
readonly parser?: Function | undefined;
|
|
185
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
186
|
+
readonly containerRole?: string | undefined;
|
|
187
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
188
|
+
onChange?: ((value: string) => any) | undefined;
|
|
189
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
190
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
191
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
192
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
193
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
194
|
+
onInput?: ((value: string) => any) | undefined;
|
|
195
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
196
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
197
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
198
|
+
onClear?: (() => any) | undefined;
|
|
199
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "disabled" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
200
|
+
};
|
|
201
|
+
closeOnClickModal: {
|
|
202
|
+
type: import('vue').PropType<boolean>;
|
|
203
|
+
};
|
|
204
|
+
callBack: {
|
|
205
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
206
|
+
};
|
|
207
|
+
onAction: {
|
|
208
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
209
|
+
};
|
|
210
|
+
onVanish: {
|
|
211
|
+
type: import('vue').PropType<() => void>;
|
|
212
|
+
};
|
|
213
|
+
submitText: {
|
|
214
|
+
type: import('vue').PropType<string>;
|
|
215
|
+
};
|
|
216
|
+
render: {
|
|
217
|
+
type: import('vue').PropType<Function>;
|
|
218
|
+
};
|
|
219
|
+
maxlength: {
|
|
220
|
+
type: import('vue').PropType<number>;
|
|
221
|
+
};
|
|
222
|
+
renderProps: {
|
|
223
|
+
type: import('vue').PropType<any>;
|
|
224
|
+
};
|
|
225
|
+
}>> & Readonly<{
|
|
226
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
227
|
+
onVanish?: ((...args: any[]) => any) | undefined;
|
|
228
|
+
}>, {}, {}, {}, {}, {}>;
|
|
229
|
+
__isFragment?: never;
|
|
230
|
+
__isTeleport?: never;
|
|
231
|
+
__isSuspense?: never;
|
|
232
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
233
|
+
visible: import('vue').PropType<boolean>;
|
|
234
|
+
title: {
|
|
235
|
+
type: import('vue').PropType<string>;
|
|
236
|
+
required: true;
|
|
237
|
+
};
|
|
238
|
+
subtitle: {
|
|
239
|
+
type: import('vue').PropType<string>;
|
|
240
|
+
};
|
|
241
|
+
tip: {
|
|
242
|
+
type: import('vue').PropType<string>;
|
|
243
|
+
};
|
|
244
|
+
placeholder: {
|
|
245
|
+
type: import('vue').PropType<string>;
|
|
246
|
+
};
|
|
247
|
+
formItemProps: {
|
|
248
|
+
type: import('vue').PropType<Partial<import('element-plus').FormItemProps>>;
|
|
249
|
+
};
|
|
250
|
+
formProps: {
|
|
251
|
+
type: import('vue').PropType<Partial<import('element-plus').FormProps>>;
|
|
252
|
+
};
|
|
253
|
+
inputProps: {
|
|
254
|
+
type: import('vue').PropType<Partial<{
|
|
255
|
+
readonly disabled: boolean;
|
|
256
|
+
readonly id: string;
|
|
257
|
+
readonly type: string;
|
|
258
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
259
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
260
|
+
readonly readonly: boolean;
|
|
261
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
262
|
+
readonly autocomplete: string;
|
|
263
|
+
readonly containerRole: string;
|
|
264
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
265
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
266
|
+
readonly rows: number;
|
|
267
|
+
readonly clearable: boolean;
|
|
268
|
+
readonly showPassword: boolean;
|
|
269
|
+
readonly showWordLimit: boolean;
|
|
270
|
+
readonly autofocus: boolean;
|
|
271
|
+
}> & Omit<{
|
|
272
|
+
readonly type: string;
|
|
273
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
274
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
275
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
276
|
+
readonly clearable: boolean;
|
|
277
|
+
readonly readonly: boolean;
|
|
278
|
+
readonly disabled: boolean;
|
|
279
|
+
readonly autofocus: boolean;
|
|
280
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
281
|
+
readonly autocomplete: string;
|
|
282
|
+
readonly showPassword: boolean;
|
|
283
|
+
readonly showWordLimit: boolean;
|
|
284
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
285
|
+
readonly rows: number;
|
|
286
|
+
readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
287
|
+
readonly form?: string | undefined;
|
|
288
|
+
readonly ariaLabel?: string | undefined;
|
|
289
|
+
readonly id?: string | undefined;
|
|
290
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
291
|
+
readonly placeholder?: string | undefined;
|
|
292
|
+
readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
293
|
+
readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
294
|
+
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
295
|
+
readonly formatter?: Function | undefined;
|
|
296
|
+
readonly parser?: Function | undefined;
|
|
297
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
298
|
+
readonly containerRole?: string | undefined;
|
|
299
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
300
|
+
onChange?: ((value: string) => any) | undefined;
|
|
301
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
302
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
303
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
304
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
305
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
306
|
+
onInput?: ((value: string) => any) | undefined;
|
|
307
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
308
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
309
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
310
|
+
onClear?: (() => any) | undefined;
|
|
311
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "disabled" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
312
|
+
};
|
|
313
|
+
closeOnClickModal: {
|
|
314
|
+
type: import('vue').PropType<boolean>;
|
|
315
|
+
};
|
|
316
|
+
callBack: {
|
|
317
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
318
|
+
};
|
|
319
|
+
onAction: {
|
|
320
|
+
type: import('vue').PropType<(params: any) => void>;
|
|
321
|
+
};
|
|
322
|
+
onVanish: {
|
|
323
|
+
type: import('vue').PropType<() => void>;
|
|
324
|
+
};
|
|
325
|
+
submitText: {
|
|
326
|
+
type: import('vue').PropType<string>;
|
|
327
|
+
};
|
|
328
|
+
render: {
|
|
329
|
+
type: import('vue').PropType<Function>;
|
|
330
|
+
};
|
|
331
|
+
maxlength: {
|
|
332
|
+
type: import('vue').PropType<number>;
|
|
333
|
+
};
|
|
334
|
+
renderProps: {
|
|
335
|
+
type: import('vue').PropType<any>;
|
|
336
|
+
};
|
|
337
|
+
}>> & Readonly<{
|
|
338
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
339
|
+
onVanish?: ((...args: any[]) => any) | undefined;
|
|
340
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
341
|
+
action: (...args: any[]) => void;
|
|
342
|
+
vanish: (...args: any[]) => void;
|
|
343
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ElInput, FormItemProps, FormProps } from 'element-plus';
|
|
2
|
+
|
|
3
|
+
export interface IOptions {
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle?: string;
|
|
6
|
+
tip?: string;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
formItemProps?: Partial<FormItemProps>;
|
|
9
|
+
formProps?: Partial<FormProps>;
|
|
10
|
+
inputProps?: InstanceType<typeof ElInput>["$props"];
|
|
11
|
+
closeOnClickModal?: boolean;
|
|
12
|
+
callBack?: (params: any) => void;
|
|
13
|
+
onAction?: (params: any) => void;
|
|
14
|
+
onVanish?: () => void;
|
|
15
|
+
submitText?: string;
|
|
16
|
+
render?: Function;
|
|
17
|
+
maxlength?: number;
|
|
18
|
+
renderProps?: any;
|
|
19
|
+
}
|
|
20
|
+
export type Option = IOptions | string;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
declare function __VLS_template(): Partial<Record<string, (_: any) => any>>;
|
|
3
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
modelValue: import('vue').PropType<string | number | undefined>;
|
|
5
|
+
style: {
|
|
6
|
+
type: import('vue').PropType<any>;
|
|
7
|
+
};
|
|
8
|
+
class: {
|
|
9
|
+
type: import('vue').PropType<any>;
|
|
10
|
+
};
|
|
11
|
+
showTooltip: {
|
|
12
|
+
type: import('vue').PropType<boolean>;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (value: number) => void;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
modelValue: import('vue').PropType<string | number | undefined>;
|
|
19
|
+
style: {
|
|
20
|
+
type: import('vue').PropType<any>;
|
|
21
|
+
};
|
|
22
|
+
class: {
|
|
23
|
+
type: import('vue').PropType<any>;
|
|
24
|
+
};
|
|
25
|
+
showTooltip: {
|
|
26
|
+
type: import('vue').PropType<boolean>;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{
|
|
30
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
31
|
+
}>, {
|
|
32
|
+
showTooltip: boolean;
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|