yahee-components 0.0.100 → 0.0.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_virtual/_commonjs-dynamic-modules.js +6 -0
- package/es/_virtual/jszip.min.js +7 -0
- package/es/_virtual/jszip.min2.js +4 -0
- package/es/drop-down-condition/drop-down-condition.vue.js +34 -33
- package/es/file-download-wrapper/file-download-wrapper.vue.js +265 -0
- package/es/file-download-wrapper/file-download-wrapper.vue2.js +4 -0
- package/es/file-download-wrapper/index.js +7 -0
- package/es/file-download-wrapper/key.js +17 -0
- package/es/file-download-wrapper/props.js +12 -0
- package/es/file-download-wrapper/style/index.css +66 -0
- package/es/height-collapse/height-collapse.vue.js +53 -0
- package/es/height-collapse/height-collapse.vue2.js +4 -0
- package/es/height-collapse/index.js +7 -0
- package/es/height-collapse/props.js +11 -0
- package/es/height-collapse/style/index.css +32 -0
- package/es/index.js +56 -50
- package/es/installs.js +22 -20
- package/es/node_modules/.pnpm/jszip@3.10.1/node_modules/jszip/dist/jszip.min.js +2320 -0
- package/es/style.css +99 -4
- package/lib/file-download-wrapper/style/index.css +66 -0
- package/lib/height-collapse/style/index.css +32 -0
- package/lib/style.css +99 -4
- package/package.json +4 -3
- package/types/src/annex-upload/annex-upload.vue.d.ts +8 -8
- package/types/src/annex-upload/index.d.ts +4 -4
- package/types/src/components.d.ts +2 -1
- package/types/src/drop-down-condition/drop-down-condition.vue.d.ts +2 -2
- package/types/src/drop-down-condition/index.d.ts +2 -2
- package/types/src/drop-down-condition/props.d.ts +1 -1
- package/types/src/file-download-wrapper/file-download-wrapper.d.ts +11 -0
- package/types/src/file-download-wrapper/file-download-wrapper.vue.d.ts +4 -0
- package/types/src/file-download-wrapper/index.d.ts +8 -0
- package/types/src/file-download-wrapper/key.d.ts +20 -0
- package/types/src/file-download-wrapper/props.d.ts +21 -0
- package/types/src/filter-container/filter-container.d.ts +2 -0
- package/types/src/filter-container/props.d.ts +0 -2
- package/types/src/filter-wrapper/index.d.ts +2 -1
- package/types/src/height-collapse/height-collapse.vue.d.ts +32 -0
- package/types/src/height-collapse/index.d.ts +50 -0
- package/types/src/height-collapse/props.d.ts +11 -0
- package/types/src/help-tag/help-tag.vue.d.ts +5 -5
- package/types/src/help-tag/index.d.ts +5 -5
- package/types/src/help-tag/props.d.ts +5 -5
- package/types/src/installs.d.ts +65 -526
- package/types/src/operation-log/index.d.ts +2 -2
- package/types/src/operation-log/operation-log.vue.d.ts +2 -2
- package/types/src/operation-log/props.d.ts +1 -1
- package/types/src/scale-screen/props.d.ts +2 -2
- package/es/input/index.js +0 -7
- package/es/input/input.vue.js +0 -40
- package/es/input/input.vue2.js +0 -4
- package/es/input/style/index.css +0 -3
- package/lib/input/style/index.css +0 -3
- package/types/src/input/index.d.ts +0 -515
- package/types/src/input/input.d.ts +0 -18
- package/types/src/input/input.vue.d.ts +0 -513
- package/types/src/shared/hello.d.ts +0 -1
- package/types/src/shared/index.d.ts +0 -2
- package/types/src/shared/typeCheck.d.ts +0 -2
- package/types/src/shared/types/InferVueDefaults.d.ts +0 -7
- package/types/src/shared/types/index.d.ts +0 -1
package/types/src/installs.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { SFCWithInstall } from './utils/typescript';
|
|
2
|
-
import { DefineComponent,
|
|
3
|
-
import { InputProps } from './input';
|
|
4
|
-
import { InputAutoSize, ScrollbarDirection, UploadFile, UploadFiles, UploadProgressEvent, UploadUserFile, UploadRequestHandler, UploadRawFile, UploadStatus, TooltipTriggerType, PopperEffect, Placement, Options, ButtonProps, Translator, TooltipInstance, PopperInstance } from 'element-plus';
|
|
5
|
-
import { OnCleanup } from '@vue/reactivity';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentInternalInstance, StyleValue, Slot, ComponentPublicInstance, PropType, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, ComputedRef, CSSProperties } from 'vue';
|
|
6
3
|
import { SearchOptions, FilterValue, SearchItem } from './complex-search';
|
|
7
4
|
import { CopyProps } from './copy';
|
|
8
5
|
import { ImageUploadProps } from './image-upload';
|
|
9
6
|
import { OperationLogProps } from './operation-log';
|
|
7
|
+
import { ScrollbarDirection, UploadFile, UploadFiles, UploadProgressEvent, UploadUserFile, UploadRequestHandler, UploadRawFile, UploadStatus, TooltipTriggerType, PopperEffect, Placement, Options, ButtonProps, Translator, TooltipInstance, PopperInstance } from 'element-plus';
|
|
8
|
+
import { OnCleanup } from '@vue/reactivity';
|
|
10
9
|
import { AnnexUploadProps } from './annex-upload';
|
|
11
10
|
import { Option } from './static/CommonObject';
|
|
12
11
|
import { DropdownEntity } from './drop-down-condition/drop-down-condition';
|
|
@@ -15,515 +14,12 @@ import { CommonImportProps } from './common-import/props';
|
|
|
15
14
|
import { PageObj } from './common-import/common-import';
|
|
16
15
|
import { IAnyObj } from './left-condition-enum/left-condition-enum';
|
|
17
16
|
import { FilterContainerProps } from './filter-container/props';
|
|
18
|
-
import { SearchItem
|
|
17
|
+
import { SearchItem } from './filter-container';
|
|
18
|
+
import { FilterChangeEvent, ComponentMethods, FilterValue } from './filter-container/key';
|
|
19
19
|
import { FilterWrapperProps } from './filter-wrapper/props';
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"update:modelValue": (value: string) => any;
|
|
24
|
-
}, string, PublicProps, Readonly< InputProps> & Readonly<{
|
|
25
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
26
|
-
}>, {
|
|
27
|
-
modelValue: string;
|
|
28
|
-
disabled: boolean;
|
|
29
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
30
|
-
inputRef: {
|
|
31
|
-
$: ComponentInternalInstance;
|
|
32
|
-
$data: {};
|
|
33
|
-
$props: Partial<{
|
|
34
|
-
readonly disabled: boolean;
|
|
35
|
-
readonly id: string;
|
|
36
|
-
readonly type: string;
|
|
37
|
-
readonly modelValue: string | number;
|
|
38
|
-
readonly tabindex: string | number;
|
|
39
|
-
readonly readonly: boolean;
|
|
40
|
-
readonly autosize: InputAutoSize;
|
|
41
|
-
readonly autocomplete: string;
|
|
42
|
-
readonly containerRole: string;
|
|
43
|
-
readonly validateEvent: boolean;
|
|
44
|
-
readonly inputStyle: StyleValue;
|
|
45
|
-
readonly rows: number;
|
|
46
|
-
readonly clearable: boolean;
|
|
47
|
-
readonly showPassword: boolean;
|
|
48
|
-
readonly showWordLimit: boolean;
|
|
49
|
-
readonly autofocus: boolean;
|
|
50
|
-
}> & Omit<{
|
|
51
|
-
readonly modelValue: string | number;
|
|
52
|
-
readonly disabled: boolean;
|
|
53
|
-
readonly type: string;
|
|
54
|
-
readonly autosize: false;
|
|
55
|
-
readonly autocomplete: string;
|
|
56
|
-
readonly readonly: boolean;
|
|
57
|
-
readonly clearable: boolean;
|
|
58
|
-
readonly showPassword: boolean;
|
|
59
|
-
readonly showWordLimit: boolean;
|
|
60
|
-
readonly tabindex: string | number;
|
|
61
|
-
readonly validateEvent: boolean;
|
|
62
|
-
readonly inputStyle: StyleValue;
|
|
63
|
-
readonly autofocus: boolean;
|
|
64
|
-
readonly rows: number;
|
|
65
|
-
readonly resize?: "none" | "both" | "horizontal" | "vertical";
|
|
66
|
-
readonly ariaLabel?: string;
|
|
67
|
-
readonly id?: string;
|
|
68
|
-
readonly size?: "" | "default" | "small" | "large";
|
|
69
|
-
readonly maxlength?: string | number;
|
|
70
|
-
readonly minlength?: string | number;
|
|
71
|
-
readonly formatter?: Function;
|
|
72
|
-
readonly parser?: Function;
|
|
73
|
-
readonly placeholder?: string;
|
|
74
|
-
readonly form?: string;
|
|
75
|
-
readonly suffixIcon?: unknown;
|
|
76
|
-
readonly prefixIcon?: unknown;
|
|
77
|
-
readonly containerRole?: string;
|
|
78
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
79
|
-
onChange?: ((value: string) => any) | undefined;
|
|
80
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
81
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
82
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
83
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
84
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
85
|
-
onInput?: ((value: string) => any) | undefined;
|
|
86
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
87
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
88
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
89
|
-
onClear?: (() => any) | undefined;
|
|
90
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue" | "disabled" | "type" | "id" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "autofocus" | "rows">;
|
|
91
|
-
$attrs: {
|
|
92
|
-
[x: string]: unknown;
|
|
93
|
-
};
|
|
94
|
-
$refs: {
|
|
95
|
-
[x: string]: unknown;
|
|
96
|
-
};
|
|
97
|
-
$slots: Readonly<{
|
|
98
|
-
[name: string]: Slot<any>;
|
|
99
|
-
}>;
|
|
100
|
-
$root: ComponentPublicInstance | null;
|
|
101
|
-
$parent: ComponentPublicInstance | null;
|
|
102
|
-
$host: Element | null;
|
|
103
|
-
$emit: ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "clear") => void);
|
|
104
|
-
$el: any;
|
|
105
|
-
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
106
|
-
readonly ariaLabel: StringConstructor;
|
|
107
|
-
readonly id: {
|
|
108
|
-
readonly type: PropType<string>;
|
|
109
|
-
readonly required: false;
|
|
110
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
-
__epPropKey: true;
|
|
112
|
-
} & {
|
|
113
|
-
readonly default: undefined;
|
|
114
|
-
};
|
|
115
|
-
readonly size: {
|
|
116
|
-
readonly type: PropType<"" | "default" | "small" | "large">;
|
|
117
|
-
readonly required: false;
|
|
118
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
|
-
__epPropKey: true;
|
|
120
|
-
};
|
|
121
|
-
readonly disabled: BooleanConstructor;
|
|
122
|
-
readonly modelValue: {
|
|
123
|
-
readonly type: PropType<string | number>;
|
|
124
|
-
readonly required: false;
|
|
125
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
126
|
-
__epPropKey: true;
|
|
127
|
-
} & {
|
|
128
|
-
readonly default: "";
|
|
129
|
-
};
|
|
130
|
-
readonly maxlength: {
|
|
131
|
-
readonly type: PropType<string | number>;
|
|
132
|
-
readonly required: false;
|
|
133
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
|
-
__epPropKey: true;
|
|
135
|
-
};
|
|
136
|
-
readonly minlength: {
|
|
137
|
-
readonly type: PropType<string | number>;
|
|
138
|
-
readonly required: false;
|
|
139
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
|
-
__epPropKey: true;
|
|
141
|
-
};
|
|
142
|
-
readonly type: {
|
|
143
|
-
readonly type: PropType<string>;
|
|
144
|
-
readonly required: false;
|
|
145
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
146
|
-
__epPropKey: true;
|
|
147
|
-
} & {
|
|
148
|
-
readonly default: "text";
|
|
149
|
-
};
|
|
150
|
-
readonly resize: {
|
|
151
|
-
readonly type: PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
152
|
-
readonly required: false;
|
|
153
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
154
|
-
__epPropKey: true;
|
|
155
|
-
};
|
|
156
|
-
readonly autosize: {
|
|
157
|
-
readonly type: PropType<unknown>;
|
|
158
|
-
readonly required: false;
|
|
159
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
160
|
-
__epPropKey: true;
|
|
161
|
-
} & {
|
|
162
|
-
readonly default: false;
|
|
163
|
-
};
|
|
164
|
-
readonly autocomplete: {
|
|
165
|
-
readonly type: PropType<string>;
|
|
166
|
-
readonly required: false;
|
|
167
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
|
-
__epPropKey: true;
|
|
169
|
-
} & {
|
|
170
|
-
readonly default: "off";
|
|
171
|
-
};
|
|
172
|
-
readonly formatter: {
|
|
173
|
-
readonly type: PropType<Function>;
|
|
174
|
-
readonly required: false;
|
|
175
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
|
-
__epPropKey: true;
|
|
177
|
-
};
|
|
178
|
-
readonly parser: {
|
|
179
|
-
readonly type: PropType<Function>;
|
|
180
|
-
readonly required: false;
|
|
181
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
-
__epPropKey: true;
|
|
183
|
-
};
|
|
184
|
-
readonly placeholder: {
|
|
185
|
-
readonly type: PropType<string>;
|
|
186
|
-
readonly required: false;
|
|
187
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
188
|
-
__epPropKey: true;
|
|
189
|
-
};
|
|
190
|
-
readonly form: {
|
|
191
|
-
readonly type: PropType<string>;
|
|
192
|
-
readonly required: false;
|
|
193
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
|
-
__epPropKey: true;
|
|
195
|
-
};
|
|
196
|
-
readonly readonly: BooleanConstructor;
|
|
197
|
-
readonly clearable: BooleanConstructor;
|
|
198
|
-
readonly showPassword: BooleanConstructor;
|
|
199
|
-
readonly showWordLimit: BooleanConstructor;
|
|
200
|
-
readonly suffixIcon: {
|
|
201
|
-
readonly type: PropType<unknown>;
|
|
202
|
-
readonly required: false;
|
|
203
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
204
|
-
__epPropKey: true;
|
|
205
|
-
};
|
|
206
|
-
readonly prefixIcon: {
|
|
207
|
-
readonly type: PropType<unknown>;
|
|
208
|
-
readonly required: false;
|
|
209
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
210
|
-
__epPropKey: true;
|
|
211
|
-
};
|
|
212
|
-
readonly containerRole: {
|
|
213
|
-
readonly type: PropType<string>;
|
|
214
|
-
readonly required: false;
|
|
215
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
216
|
-
__epPropKey: true;
|
|
217
|
-
} & {
|
|
218
|
-
readonly default: undefined;
|
|
219
|
-
};
|
|
220
|
-
readonly tabindex: {
|
|
221
|
-
readonly type: PropType<string | number>;
|
|
222
|
-
readonly required: false;
|
|
223
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
224
|
-
__epPropKey: true;
|
|
225
|
-
} & {
|
|
226
|
-
readonly default: 0;
|
|
227
|
-
};
|
|
228
|
-
readonly validateEvent: {
|
|
229
|
-
readonly type: PropType<boolean>;
|
|
230
|
-
readonly required: false;
|
|
231
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
232
|
-
__epPropKey: true;
|
|
233
|
-
} & {
|
|
234
|
-
readonly default: true;
|
|
235
|
-
};
|
|
236
|
-
readonly inputStyle: {
|
|
237
|
-
readonly type: PropType<StyleValue>;
|
|
238
|
-
readonly required: false;
|
|
239
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
|
-
__epPropKey: true;
|
|
241
|
-
} & {
|
|
242
|
-
readonly default: () => {};
|
|
243
|
-
};
|
|
244
|
-
readonly autofocus: BooleanConstructor;
|
|
245
|
-
readonly rows: {
|
|
246
|
-
readonly type: PropType<number>;
|
|
247
|
-
readonly required: false;
|
|
248
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
249
|
-
__epPropKey: true;
|
|
250
|
-
} & {
|
|
251
|
-
readonly default: 2;
|
|
252
|
-
};
|
|
253
|
-
}>> & {
|
|
254
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
255
|
-
onChange?: ((value: string) => any) | undefined;
|
|
256
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
257
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
258
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
259
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
260
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
261
|
-
onInput?: ((value: string) => any) | undefined;
|
|
262
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
263
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
264
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
265
|
-
onClear?: (() => any) | undefined;
|
|
266
|
-
}, {
|
|
267
|
-
input: ShallowRef<HTMLInputElement | undefined>;
|
|
268
|
-
textarea: ShallowRef<HTMLTextAreaElement | undefined>;
|
|
269
|
-
ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
270
|
-
textareaStyle: ComputedRef<StyleValue>;
|
|
271
|
-
autosize: Ref<InputAutoSize>;
|
|
272
|
-
isComposing: Ref<boolean>;
|
|
273
|
-
focus: () => void | undefined;
|
|
274
|
-
blur: () => void | undefined;
|
|
275
|
-
select: () => void;
|
|
276
|
-
clear: () => void;
|
|
277
|
-
resizeTextarea: () => void;
|
|
278
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
279
|
-
input: (value: string) => void;
|
|
280
|
-
clear: () => void;
|
|
281
|
-
"update:modelValue": (value: string) => void;
|
|
282
|
-
change: (value: string) => void;
|
|
283
|
-
blur: (evt: FocusEvent) => void;
|
|
284
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
285
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
286
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
287
|
-
focus: (evt: FocusEvent) => void;
|
|
288
|
-
keydown: (evt: Event | KeyboardEvent) => void;
|
|
289
|
-
mouseenter: (evt: MouseEvent) => void;
|
|
290
|
-
mouseleave: (evt: MouseEvent) => void;
|
|
291
|
-
}, string, {
|
|
292
|
-
readonly disabled: boolean;
|
|
293
|
-
readonly id: string;
|
|
294
|
-
readonly type: string;
|
|
295
|
-
readonly modelValue: string | number;
|
|
296
|
-
readonly tabindex: string | number;
|
|
297
|
-
readonly readonly: boolean;
|
|
298
|
-
readonly autosize: InputAutoSize;
|
|
299
|
-
readonly autocomplete: string;
|
|
300
|
-
readonly containerRole: string;
|
|
301
|
-
readonly validateEvent: boolean;
|
|
302
|
-
readonly inputStyle: StyleValue;
|
|
303
|
-
readonly rows: number;
|
|
304
|
-
readonly clearable: boolean;
|
|
305
|
-
readonly showPassword: boolean;
|
|
306
|
-
readonly showWordLimit: boolean;
|
|
307
|
-
readonly autofocus: boolean;
|
|
308
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
309
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
310
|
-
created?: (() => void) | (() => void)[];
|
|
311
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
312
|
-
mounted?: (() => void) | (() => void)[];
|
|
313
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
314
|
-
updated?: (() => void) | (() => void)[];
|
|
315
|
-
activated?: (() => void) | (() => void)[];
|
|
316
|
-
deactivated?: (() => void) | (() => void)[];
|
|
317
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
318
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
319
|
-
destroyed?: (() => void) | (() => void)[];
|
|
320
|
-
unmounted?: (() => void) | (() => void)[];
|
|
321
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
322
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
323
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
324
|
-
};
|
|
325
|
-
$forceUpdate: () => void;
|
|
326
|
-
$nextTick: nextTick;
|
|
327
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
328
|
-
} & Readonly<{
|
|
329
|
-
readonly disabled: boolean;
|
|
330
|
-
readonly id: string;
|
|
331
|
-
readonly type: string;
|
|
332
|
-
readonly modelValue: string | number;
|
|
333
|
-
readonly tabindex: string | number;
|
|
334
|
-
readonly readonly: boolean;
|
|
335
|
-
readonly autosize: InputAutoSize;
|
|
336
|
-
readonly autocomplete: string;
|
|
337
|
-
readonly containerRole: string;
|
|
338
|
-
readonly validateEvent: boolean;
|
|
339
|
-
readonly inputStyle: StyleValue;
|
|
340
|
-
readonly rows: number;
|
|
341
|
-
readonly clearable: boolean;
|
|
342
|
-
readonly showPassword: boolean;
|
|
343
|
-
readonly showWordLimit: boolean;
|
|
344
|
-
readonly autofocus: boolean;
|
|
345
|
-
}> & Omit<Readonly< ExtractPropTypes<{
|
|
346
|
-
readonly ariaLabel: StringConstructor;
|
|
347
|
-
readonly id: {
|
|
348
|
-
readonly type: PropType<string>;
|
|
349
|
-
readonly required: false;
|
|
350
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
351
|
-
__epPropKey: true;
|
|
352
|
-
} & {
|
|
353
|
-
readonly default: undefined;
|
|
354
|
-
};
|
|
355
|
-
readonly size: {
|
|
356
|
-
readonly type: PropType<"" | "default" | "small" | "large">;
|
|
357
|
-
readonly required: false;
|
|
358
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
359
|
-
__epPropKey: true;
|
|
360
|
-
};
|
|
361
|
-
readonly disabled: BooleanConstructor;
|
|
362
|
-
readonly modelValue: {
|
|
363
|
-
readonly type: PropType<string | number>;
|
|
364
|
-
readonly required: false;
|
|
365
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
366
|
-
__epPropKey: true;
|
|
367
|
-
} & {
|
|
368
|
-
readonly default: "";
|
|
369
|
-
};
|
|
370
|
-
readonly maxlength: {
|
|
371
|
-
readonly type: PropType<string | number>;
|
|
372
|
-
readonly required: false;
|
|
373
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
374
|
-
__epPropKey: true;
|
|
375
|
-
};
|
|
376
|
-
readonly minlength: {
|
|
377
|
-
readonly type: PropType<string | number>;
|
|
378
|
-
readonly required: false;
|
|
379
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
380
|
-
__epPropKey: true;
|
|
381
|
-
};
|
|
382
|
-
readonly type: {
|
|
383
|
-
readonly type: PropType<string>;
|
|
384
|
-
readonly required: false;
|
|
385
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
|
-
__epPropKey: true;
|
|
387
|
-
} & {
|
|
388
|
-
readonly default: "text";
|
|
389
|
-
};
|
|
390
|
-
readonly resize: {
|
|
391
|
-
readonly type: PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
392
|
-
readonly required: false;
|
|
393
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
394
|
-
__epPropKey: true;
|
|
395
|
-
};
|
|
396
|
-
readonly autosize: {
|
|
397
|
-
readonly type: PropType<unknown>;
|
|
398
|
-
readonly required: false;
|
|
399
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
|
-
__epPropKey: true;
|
|
401
|
-
} & {
|
|
402
|
-
readonly default: false;
|
|
403
|
-
};
|
|
404
|
-
readonly autocomplete: {
|
|
405
|
-
readonly type: PropType<string>;
|
|
406
|
-
readonly required: false;
|
|
407
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
408
|
-
__epPropKey: true;
|
|
409
|
-
} & {
|
|
410
|
-
readonly default: "off";
|
|
411
|
-
};
|
|
412
|
-
readonly formatter: {
|
|
413
|
-
readonly type: PropType<Function>;
|
|
414
|
-
readonly required: false;
|
|
415
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
416
|
-
__epPropKey: true;
|
|
417
|
-
};
|
|
418
|
-
readonly parser: {
|
|
419
|
-
readonly type: PropType<Function>;
|
|
420
|
-
readonly required: false;
|
|
421
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
|
-
__epPropKey: true;
|
|
423
|
-
};
|
|
424
|
-
readonly placeholder: {
|
|
425
|
-
readonly type: PropType<string>;
|
|
426
|
-
readonly required: false;
|
|
427
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
428
|
-
__epPropKey: true;
|
|
429
|
-
};
|
|
430
|
-
readonly form: {
|
|
431
|
-
readonly type: PropType<string>;
|
|
432
|
-
readonly required: false;
|
|
433
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
|
-
__epPropKey: true;
|
|
435
|
-
};
|
|
436
|
-
readonly readonly: BooleanConstructor;
|
|
437
|
-
readonly clearable: BooleanConstructor;
|
|
438
|
-
readonly showPassword: BooleanConstructor;
|
|
439
|
-
readonly showWordLimit: BooleanConstructor;
|
|
440
|
-
readonly suffixIcon: {
|
|
441
|
-
readonly type: PropType<unknown>;
|
|
442
|
-
readonly required: false;
|
|
443
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
444
|
-
__epPropKey: true;
|
|
445
|
-
};
|
|
446
|
-
readonly prefixIcon: {
|
|
447
|
-
readonly type: PropType<unknown>;
|
|
448
|
-
readonly required: false;
|
|
449
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
450
|
-
__epPropKey: true;
|
|
451
|
-
};
|
|
452
|
-
readonly containerRole: {
|
|
453
|
-
readonly type: PropType<string>;
|
|
454
|
-
readonly required: false;
|
|
455
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
456
|
-
__epPropKey: true;
|
|
457
|
-
} & {
|
|
458
|
-
readonly default: undefined;
|
|
459
|
-
};
|
|
460
|
-
readonly tabindex: {
|
|
461
|
-
readonly type: PropType<string | number>;
|
|
462
|
-
readonly required: false;
|
|
463
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
464
|
-
__epPropKey: true;
|
|
465
|
-
} & {
|
|
466
|
-
readonly default: 0;
|
|
467
|
-
};
|
|
468
|
-
readonly validateEvent: {
|
|
469
|
-
readonly type: PropType<boolean>;
|
|
470
|
-
readonly required: false;
|
|
471
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
472
|
-
__epPropKey: true;
|
|
473
|
-
} & {
|
|
474
|
-
readonly default: true;
|
|
475
|
-
};
|
|
476
|
-
readonly inputStyle: {
|
|
477
|
-
readonly type: PropType<StyleValue>;
|
|
478
|
-
readonly required: false;
|
|
479
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
480
|
-
__epPropKey: true;
|
|
481
|
-
} & {
|
|
482
|
-
readonly default: () => {};
|
|
483
|
-
};
|
|
484
|
-
readonly autofocus: BooleanConstructor;
|
|
485
|
-
readonly rows: {
|
|
486
|
-
readonly type: PropType<number>;
|
|
487
|
-
readonly required: false;
|
|
488
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
489
|
-
__epPropKey: true;
|
|
490
|
-
} & {
|
|
491
|
-
readonly default: 2;
|
|
492
|
-
};
|
|
493
|
-
}>> & {
|
|
494
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
495
|
-
onChange?: ((value: string) => any) | undefined;
|
|
496
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
497
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
498
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
499
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
500
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
501
|
-
onInput?: ((value: string) => any) | undefined;
|
|
502
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
503
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
504
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
505
|
-
onClear?: (() => any) | undefined;
|
|
506
|
-
}, "blur" | "focus" | "input" | "select" | "modelValue" | "disabled" | "type" | "id" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "autofocus" | "rows" | "clear" | "textarea" | "ref" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
|
|
507
|
-
input: ShallowRef<HTMLInputElement | undefined>;
|
|
508
|
-
textarea: ShallowRef<HTMLTextAreaElement | undefined>;
|
|
509
|
-
ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
510
|
-
textareaStyle: ComputedRef<StyleValue>;
|
|
511
|
-
autosize: Ref<InputAutoSize>;
|
|
512
|
-
isComposing: Ref<boolean>;
|
|
513
|
-
focus: () => void | undefined;
|
|
514
|
-
blur: () => void | undefined;
|
|
515
|
-
select: () => void;
|
|
516
|
-
clear: () => void;
|
|
517
|
-
resizeTextarea: () => void;
|
|
518
|
-
}> & {} & ComponentCustomProperties & {} & {
|
|
519
|
-
$slots: {
|
|
520
|
-
prepend?(_: {}): any;
|
|
521
|
-
prefix?(_: {}): any;
|
|
522
|
-
suffix?(_: {}): any;
|
|
523
|
-
append?(_: {}): any;
|
|
524
|
-
};
|
|
525
|
-
};
|
|
526
|
-
}, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<ExtractPropTypes<{
|
|
20
|
+
import { HeightCollapseProps } from './height-collapse';
|
|
21
|
+
import { FileDownloadWrapperProps } from './file-download-wrapper';
|
|
22
|
+
declare const _default: (( SFCWithInstall<DefineComponent<ExtractPropTypes<{
|
|
527
23
|
defaultSearch: {
|
|
528
24
|
type: StringConstructor;
|
|
529
25
|
default: string;
|
|
@@ -847,7 +343,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
847
343
|
scrollLeft: number;
|
|
848
344
|
}) => any) | undefined;
|
|
849
345
|
"onEnd-reached"?: ((direction: ScrollbarDirection) => any) | undefined;
|
|
850
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "
|
|
346
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "tag" | "tabindex" | "always" | "height" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "minSize">;
|
|
851
347
|
$attrs: {
|
|
852
348
|
[x: string]: unknown;
|
|
853
349
|
};
|
|
@@ -1123,7 +619,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
1123
619
|
scrollLeft: number;
|
|
1124
620
|
}) => any) | undefined;
|
|
1125
621
|
"onEnd-reached"?: ((direction: ScrollbarDirection) => any) | undefined;
|
|
1126
|
-
}, "
|
|
622
|
+
}, "tag" | "tabindex" | "always" | "height" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "minSize" | "wrapRef" | "update" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & ShallowUnwrapRef<{
|
|
1127
623
|
wrapRef: Ref<HTMLDivElement | undefined>;
|
|
1128
624
|
update: () => void;
|
|
1129
625
|
scrollTo: {
|
|
@@ -1202,13 +698,13 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
1202
698
|
readonly onExceed: (files: File[], uploadFiles: UploadUserFile[]) => void;
|
|
1203
699
|
}> & Omit<{
|
|
1204
700
|
readonly drag: boolean;
|
|
1205
|
-
readonly disabled: boolean;
|
|
1206
701
|
readonly name: string;
|
|
1207
702
|
readonly data: {};
|
|
703
|
+
readonly disabled: boolean;
|
|
704
|
+
readonly multiple: boolean;
|
|
1208
705
|
readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1209
706
|
readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1210
707
|
readonly onProgress: (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1211
|
-
readonly multiple: boolean;
|
|
1212
708
|
readonly method: string;
|
|
1213
709
|
readonly withCredentials: boolean;
|
|
1214
710
|
readonly beforeUpload: (rawFile: UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>;
|
|
@@ -1227,7 +723,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
1227
723
|
readonly beforeRemove?: (uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>;
|
|
1228
724
|
readonly crossorigin?: "" | "anonymous" | "use-credentials";
|
|
1229
725
|
readonly limit?: number;
|
|
1230
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "drag" | "
|
|
726
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "drag" | "name" | "data" | "disabled" | "multiple" | "onChange" | "onError" | "onProgress" | "method" | "withCredentials" | "beforeUpload" | "onRemove" | "onPreview" | "onSuccess" | "onExceed" | "action" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest">;
|
|
1231
727
|
$attrs: {
|
|
1232
728
|
[x: string]: unknown;
|
|
1233
729
|
};
|
|
@@ -1650,7 +1146,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
1650
1146
|
};
|
|
1651
1147
|
readonly disabled: BooleanConstructor;
|
|
1652
1148
|
readonly limit: NumberConstructor;
|
|
1653
|
-
}>>, "abort" | "drag" | "submit" | "
|
|
1149
|
+
}>>, "abort" | "drag" | "submit" | "name" | "data" | "disabled" | "multiple" | "onChange" | "onError" | "onProgress" | "method" | "withCredentials" | "beforeUpload" | "onRemove" | "onPreview" | "onSuccess" | "onExceed" | "action" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "clearFiles" | "handleStart" | "handleRemove"> & ShallowUnwrapRef<{
|
|
1654
1150
|
abort: (file: UploadFile) => void;
|
|
1655
1151
|
submit: () => void;
|
|
1656
1152
|
clearFiles: (states?: UploadStatus[]) => void;
|
|
@@ -1984,7 +1480,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
1984
1480
|
readonly __epPropKey: true;
|
|
1985
1481
|
};
|
|
1986
1482
|
readonly type: {
|
|
1987
|
-
readonly type: PropType<"" | "default" | "
|
|
1483
|
+
readonly type: PropType<"" | "default" | "success" | "text" | "primary" | "warning" | "info" | "danger">;
|
|
1988
1484
|
readonly required: false;
|
|
1989
1485
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1990
1486
|
__epPropKey: true;
|
|
@@ -2196,7 +1692,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
2196
1692
|
readonly __epPropKey: true;
|
|
2197
1693
|
};
|
|
2198
1694
|
readonly type: {
|
|
2199
|
-
readonly type: PropType<"" | "default" | "
|
|
1695
|
+
readonly type: PropType<"" | "default" | "success" | "text" | "primary" | "warning" | "info" | "danger">;
|
|
2200
1696
|
readonly required: false;
|
|
2201
1697
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2202
1698
|
__epPropKey: true;
|
|
@@ -2846,7 +2342,6 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
2846
2342
|
readonly showArrow: boolean;
|
|
2847
2343
|
}> & Omit<{
|
|
2848
2344
|
readonly disabled: boolean;
|
|
2849
|
-
readonly tabindex: string | number;
|
|
2850
2345
|
readonly width: string | number;
|
|
2851
2346
|
readonly trigger: TooltipTriggerType | TooltipTriggerType[];
|
|
2852
2347
|
readonly effect: PopperEffect;
|
|
@@ -2855,16 +2350,17 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
2855
2350
|
readonly persistent: boolean;
|
|
2856
2351
|
readonly showArrow: boolean;
|
|
2857
2352
|
readonly placement: Placement;
|
|
2353
|
+
readonly tabindex: string | number;
|
|
2858
2354
|
readonly content: string;
|
|
2859
2355
|
readonly triggerKeys: string[];
|
|
2860
2356
|
readonly enterable: boolean;
|
|
2861
2357
|
readonly showAfter: number;
|
|
2862
2358
|
readonly hideAfter: number;
|
|
2863
2359
|
readonly autoClose: number;
|
|
2864
|
-
readonly transition?: string;
|
|
2865
|
-
readonly title?: string;
|
|
2866
2360
|
readonly visible?: boolean;
|
|
2361
|
+
readonly transition?: string;
|
|
2867
2362
|
readonly appendTo?: string | HTMLElement;
|
|
2363
|
+
readonly title?: string;
|
|
2868
2364
|
readonly popperClass?: string | {
|
|
2869
2365
|
[x: string]: boolean;
|
|
2870
2366
|
} | (string | {
|
|
@@ -2895,7 +2391,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
2895
2391
|
"onAfter-leave"?: (() => any) | undefined;
|
|
2896
2392
|
"onBefore-enter"?: (() => any) | undefined;
|
|
2897
2393
|
"onBefore-leave"?: (() => any) | undefined;
|
|
2898
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "
|
|
2394
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "visible" | "disabled" | "width" | "trigger" | "effect" | "popperOptions" | "teleported" | "persistent" | "showArrow" | "offset" | "placement" | "tabindex" | "content" | "triggerKeys" | "enterable" | "showAfter" | "hideAfter" | "autoClose">;
|
|
2899
2395
|
$attrs: {
|
|
2900
2396
|
[x: string]: unknown;
|
|
2901
2397
|
};
|
|
@@ -3357,7 +2853,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
3357
2853
|
"onAfter-leave"?: (() => any) | undefined;
|
|
3358
2854
|
"onBefore-enter"?: (() => any) | undefined;
|
|
3359
2855
|
"onBefore-leave"?: (() => any) | undefined;
|
|
3360
|
-
}, "
|
|
2856
|
+
}, "visible" | "disabled" | "width" | "trigger" | "effect" | "popperOptions" | "teleported" | "persistent" | "showArrow" | "offset" | "placement" | "tabindex" | "popperRef" | "content" | "triggerKeys" | "enterable" | "showAfter" | "hideAfter" | "autoClose" | "hide"> & ShallowUnwrapRef<{
|
|
3361
2857
|
popperRef: ComputedRef< PopperInstance | undefined>;
|
|
3362
2858
|
hide: () => void;
|
|
3363
2859
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -3477,5 +2973,48 @@ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
|
|
|
3477
2973
|
handleSearch: (searchData: SearchItem) => void;
|
|
3478
2974
|
}): any;
|
|
3479
2975
|
};
|
|
3480
|
-
})> & Record<string, any>)
|
|
2976
|
+
})> & Record<string, any>) | ( SFCWithInstall<{
|
|
2977
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< HeightCollapseProps> & Readonly<{
|
|
2978
|
+
onChange?: (isExpand: boolean) => any;
|
|
2979
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2980
|
+
change: (isExpand: boolean) => any;
|
|
2981
|
+
}, PublicProps, {
|
|
2982
|
+
maxHeight: number;
|
|
2983
|
+
defaultExpand: boolean;
|
|
2984
|
+
expandTitle: string;
|
|
2985
|
+
collapseTitle: string;
|
|
2986
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2987
|
+
contentRef: HTMLDivElement;
|
|
2988
|
+
}, any, ComponentProvideOptions, {
|
|
2989
|
+
P: {};
|
|
2990
|
+
B: {};
|
|
2991
|
+
D: {};
|
|
2992
|
+
C: {};
|
|
2993
|
+
M: {};
|
|
2994
|
+
Defaults: {};
|
|
2995
|
+
}, Readonly< HeightCollapseProps> & Readonly<{
|
|
2996
|
+
onChange?: (isExpand: boolean) => any;
|
|
2997
|
+
}>, {}, {}, {}, {}, {
|
|
2998
|
+
maxHeight: number;
|
|
2999
|
+
defaultExpand: boolean;
|
|
3000
|
+
expandTitle: string;
|
|
3001
|
+
collapseTitle: string;
|
|
3002
|
+
}>;
|
|
3003
|
+
__isFragment?: never;
|
|
3004
|
+
__isTeleport?: never;
|
|
3005
|
+
__isSuspense?: never;
|
|
3006
|
+
} & ComponentOptionsBase<Readonly< HeightCollapseProps> & Readonly<{
|
|
3007
|
+
onChange?: (isExpand: boolean) => any;
|
|
3008
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3009
|
+
change: (isExpand: boolean) => any;
|
|
3010
|
+
}, string, {
|
|
3011
|
+
maxHeight: number;
|
|
3012
|
+
defaultExpand: boolean;
|
|
3013
|
+
expandTitle: string;
|
|
3014
|
+
collapseTitle: string;
|
|
3015
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
3016
|
+
$slots: {
|
|
3017
|
+
default?(_: {}): any;
|
|
3018
|
+
};
|
|
3019
|
+
})> & Record<string, any>) | ( SFCWithInstall<DefineComponent<FileDownloadWrapperProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< FileDownloadWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>))[];
|
|
3481
3020
|
export default _default;
|