yc-pro-components 0.0.65 → 0.0.67
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/components/check-card/index.d.ts +61 -61
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +20 -20
- package/es/components/date-picker/src/index.vue.d.ts +12 -12
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/drawer-form/index.d.ts +65 -65
- package/es/components/drawer-form/src/index.vue.d.ts +15 -15
- package/es/components/form/index.d.ts +45 -45
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +17 -17
- package/es/components/form-item/index.d.ts +48 -48
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +15 -15
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +344 -344
- package/es/components/page/src/index.vue.d.ts +118 -118
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/index.vue.d.ts +27 -27
- package/es/components/render/index.d.ts +3 -3
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +154 -154
- package/es/components/search/src/index.vue.d.ts +50 -50
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/filter-strategies.mjs +2 -2
- package/es/components/yc-plus-page/src/header-filter-cell.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +8 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +235 -235
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +238 -238
- package/es/index.css +9 -9
- package/index.css +6 -6
- package/index.js +12 -7
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +12 -7
- package/lib/components/check-card/index.d.ts +61 -61
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +20 -20
- package/lib/components/date-picker/src/index.vue.d.ts +12 -12
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/drawer-form/index.d.ts +65 -65
- package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
- package/lib/components/form/index.d.ts +45 -45
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +17 -17
- package/lib/components/form-item/index.d.ts +48 -48
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +15 -15
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +344 -344
- package/lib/components/page/src/index.vue.d.ts +118 -118
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/index.vue.d.ts +27 -27
- package/lib/components/render/index.d.ts +3 -3
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +154 -154
- package/lib/components/search/src/index.vue.d.ts +50 -50
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/filter-strategies.js +2 -2
- package/lib/components/yc-plus-page/src/header-filter-cell.vue.js +1 -1
- package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +8 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +238 -238
- package/lib/index.css +11 -11
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -42,12 +42,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
42
42
|
$: ComponentInternalInstance;
|
|
43
43
|
$data: {};
|
|
44
44
|
$props: Partial<{
|
|
45
|
-
modelValue: FieldValues;
|
|
46
45
|
collapseDuration: number;
|
|
47
46
|
collapseTransition: boolean;
|
|
48
47
|
columns: PlusColumn[];
|
|
49
48
|
group: false | PlusFormGroupRow[];
|
|
50
49
|
layout: "grid" | "flex";
|
|
50
|
+
modelValue: FieldValues;
|
|
51
51
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
52
52
|
labelPosition: "top" | "right" | "left";
|
|
53
53
|
labelWidth: string | number;
|
|
@@ -68,7 +68,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
68
68
|
submitText: string;
|
|
69
69
|
resetText: string;
|
|
70
70
|
submitLoading: boolean;
|
|
71
|
-
footerAlign: "
|
|
71
|
+
footerAlign: "right" | "left" | "center";
|
|
72
72
|
cardProps: Partial< Mutable<CardProps> & {
|
|
73
73
|
style?: CSSProperties | undefined;
|
|
74
74
|
class?: any;
|
|
@@ -76,9 +76,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
76
76
|
prevent: boolean;
|
|
77
77
|
clearable: boolean;
|
|
78
78
|
}> & Omit<{
|
|
79
|
-
readonly modelValue: FieldValues;
|
|
80
79
|
readonly columns: PlusColumn[];
|
|
81
80
|
readonly group: false | PlusFormGroupRow[];
|
|
81
|
+
readonly modelValue: FieldValues;
|
|
82
82
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
83
83
|
readonly labelPosition: "top" | "right" | "left";
|
|
84
84
|
readonly labelWidth: string | number;
|
|
@@ -99,7 +99,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
99
99
|
readonly submitText: string;
|
|
100
100
|
readonly resetText: string;
|
|
101
101
|
readonly submitLoading: boolean;
|
|
102
|
-
readonly footerAlign: "
|
|
102
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
103
103
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
104
104
|
style?: CSSProperties | undefined;
|
|
105
105
|
class?: any;
|
|
@@ -109,17 +109,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
109
109
|
readonly collapseDuration?: number | undefined;
|
|
110
110
|
readonly collapseTransition?: boolean | undefined;
|
|
111
111
|
readonly layout?: "grid" | "flex" | undefined;
|
|
112
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
113
112
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
114
113
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
115
114
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
115
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
116
116
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
118
118
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
119
|
-
modelValue: {
|
|
120
|
-
type: PropType<FieldValues>;
|
|
121
|
-
default: () => {};
|
|
122
|
-
};
|
|
123
119
|
collapseDuration: {
|
|
124
120
|
type: PropType<number>;
|
|
125
121
|
default: undefined;
|
|
@@ -140,6 +136,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
140
136
|
type: PropType<"grid" | "flex">;
|
|
141
137
|
default: undefined;
|
|
142
138
|
};
|
|
139
|
+
modelValue: {
|
|
140
|
+
type: PropType<FieldValues>;
|
|
141
|
+
default: () => {};
|
|
142
|
+
};
|
|
143
143
|
rules: {
|
|
144
144
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
145
145
|
default: () => {};
|
|
@@ -203,7 +203,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
203
203
|
default: boolean;
|
|
204
204
|
};
|
|
205
205
|
footerAlign: {
|
|
206
|
-
type: PropType<"
|
|
206
|
+
type: PropType<"right" | "left" | "center">;
|
|
207
207
|
default: string;
|
|
208
208
|
};
|
|
209
209
|
cardProps: {
|
|
@@ -222,13 +222,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
222
222
|
default: boolean;
|
|
223
223
|
};
|
|
224
224
|
}>> & {
|
|
225
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
226
225
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
227
226
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
228
227
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
228
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
229
229
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
230
230
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
231
|
-
}, "
|
|
231
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
232
232
|
$attrs: {
|
|
233
233
|
[x: string]: unknown;
|
|
234
234
|
};
|
|
@@ -240,13 +240,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
240
240
|
}>;
|
|
241
241
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
242
242
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
243
|
-
$emit: ((event: "
|
|
243
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
244
244
|
$el: any;
|
|
245
245
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
246
|
-
modelValue: {
|
|
247
|
-
type: PropType<FieldValues>;
|
|
248
|
-
default: () => {};
|
|
249
|
-
};
|
|
250
246
|
collapseDuration: {
|
|
251
247
|
type: PropType<number>;
|
|
252
248
|
default: undefined;
|
|
@@ -267,6 +263,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
267
263
|
type: PropType<"grid" | "flex">;
|
|
268
264
|
default: undefined;
|
|
269
265
|
};
|
|
266
|
+
modelValue: {
|
|
267
|
+
type: PropType<FieldValues>;
|
|
268
|
+
default: () => {};
|
|
269
|
+
};
|
|
270
270
|
rules: {
|
|
271
271
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
272
272
|
default: () => {};
|
|
@@ -330,7 +330,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
330
330
|
default: boolean;
|
|
331
331
|
};
|
|
332
332
|
footerAlign: {
|
|
333
|
-
type: PropType<"
|
|
333
|
+
type: PropType<"right" | "left" | "center">;
|
|
334
334
|
default: string;
|
|
335
335
|
};
|
|
336
336
|
cardProps: {
|
|
@@ -349,10 +349,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
349
349
|
default: boolean;
|
|
350
350
|
};
|
|
351
351
|
}>> & {
|
|
352
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
353
352
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
354
353
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
355
354
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
355
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
356
356
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
357
357
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
358
358
|
}, {
|
|
@@ -367,12 +367,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
367
367
|
submitError: (errors: unknown) => void;
|
|
368
368
|
validate: (...args: any[]) => void;
|
|
369
369
|
}, string, {
|
|
370
|
-
modelValue: FieldValues;
|
|
371
370
|
collapseDuration: number;
|
|
372
371
|
collapseTransition: boolean;
|
|
373
372
|
columns: PlusColumn[];
|
|
374
373
|
group: false | PlusFormGroupRow[];
|
|
375
374
|
layout: "grid" | "flex";
|
|
375
|
+
modelValue: FieldValues;
|
|
376
376
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
377
377
|
labelPosition: "top" | "right" | "left";
|
|
378
378
|
labelWidth: string | number;
|
|
@@ -393,7 +393,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
393
393
|
submitText: string;
|
|
394
394
|
resetText: string;
|
|
395
395
|
submitLoading: boolean;
|
|
396
|
-
footerAlign: "
|
|
396
|
+
footerAlign: "right" | "left" | "center";
|
|
397
397
|
cardProps: Partial< Mutable<CardProps> & {
|
|
398
398
|
style?: CSSProperties | undefined;
|
|
399
399
|
class?: any;
|
|
@@ -421,10 +421,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
421
421
|
$nextTick: nextTick;
|
|
422
422
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
423
423
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
424
|
-
modelValue: {
|
|
425
|
-
type: PropType<FieldValues>;
|
|
426
|
-
default: () => {};
|
|
427
|
-
};
|
|
428
424
|
collapseDuration: {
|
|
429
425
|
type: PropType<number>;
|
|
430
426
|
default: undefined;
|
|
@@ -445,6 +441,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
445
441
|
type: PropType<"grid" | "flex">;
|
|
446
442
|
default: undefined;
|
|
447
443
|
};
|
|
444
|
+
modelValue: {
|
|
445
|
+
type: PropType<FieldValues>;
|
|
446
|
+
default: () => {};
|
|
447
|
+
};
|
|
448
448
|
rules: {
|
|
449
449
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
450
450
|
default: () => {};
|
|
@@ -508,7 +508,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
508
508
|
default: boolean;
|
|
509
509
|
};
|
|
510
510
|
footerAlign: {
|
|
511
|
-
type: PropType<"
|
|
511
|
+
type: PropType<"right" | "left" | "center">;
|
|
512
512
|
default: string;
|
|
513
513
|
};
|
|
514
514
|
cardProps: {
|
|
@@ -527,10 +527,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
527
527
|
default: boolean;
|
|
528
528
|
};
|
|
529
529
|
}>> & {
|
|
530
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
531
530
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
532
531
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
533
532
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
533
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
534
534
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
535
535
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
536
536
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -550,14 +550,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
550
550
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
551
551
|
columns?: PlusColumn[] | undefined;
|
|
552
552
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
553
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
553
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
554
554
|
readonly label: string | ComputedRef<string>;
|
|
555
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
555
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
556
556
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
557
|
-
readonly tooltip: string |
|
|
557
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
558
558
|
style?: CSSProperties | undefined;
|
|
559
559
|
class?: any;
|
|
560
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
560
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
561
561
|
style?: CSSProperties | undefined;
|
|
562
562
|
class?: any;
|
|
563
563
|
} & RecordType>>;
|
|
@@ -624,12 +624,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
624
624
|
fieldInstance?: any;
|
|
625
625
|
valueIsReady?: Ref<boolean> | undefined;
|
|
626
626
|
prop: string;
|
|
627
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
627
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
628
628
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
629
|
-
tooltip: string |
|
|
629
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
630
630
|
style?: CSSProperties | undefined;
|
|
631
631
|
class?: any;
|
|
632
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
632
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
633
633
|
style?: CSSProperties | undefined;
|
|
634
634
|
class?: any;
|
|
635
635
|
} & RecordType>>;
|
|
@@ -658,14 +658,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
658
658
|
clearable: boolean;
|
|
659
659
|
index: number;
|
|
660
660
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
661
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
661
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
662
662
|
readonly label: string | ComputedRef<string>;
|
|
663
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
663
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
664
664
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
665
|
-
readonly tooltip: string |
|
|
665
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
666
666
|
style?: CSSProperties | undefined;
|
|
667
667
|
class?: any;
|
|
668
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
668
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
669
669
|
style?: CSSProperties | undefined;
|
|
670
670
|
class?: any;
|
|
671
671
|
} & RecordType>>;
|
|
@@ -732,12 +732,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
732
732
|
fieldInstance?: any;
|
|
733
733
|
valueIsReady?: Ref<boolean> | undefined;
|
|
734
734
|
prop: string;
|
|
735
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
735
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
736
736
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
737
|
-
tooltip: string |
|
|
737
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
738
738
|
style?: CSSProperties | undefined;
|
|
739
739
|
class?: any;
|
|
740
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
740
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
741
741
|
style?: CSSProperties | undefined;
|
|
742
742
|
class?: any;
|
|
743
743
|
} & RecordType>>;
|
|
@@ -819,15 +819,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
819
819
|
searchIcon: undefined;
|
|
820
820
|
resetIcon: undefined;
|
|
821
821
|
}>>> & {
|
|
822
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
823
822
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
824
823
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
824
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
825
825
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
826
826
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
827
827
|
}, {
|
|
828
|
-
modelValue: FieldValues;
|
|
829
828
|
columns: PlusColumn[];
|
|
830
829
|
layout: "grid" | "flex";
|
|
830
|
+
modelValue: FieldValues;
|
|
831
831
|
labelPosition: "top" | "right" | "left";
|
|
832
832
|
inline: boolean;
|
|
833
833
|
showNumber: number;
|
|
@@ -853,14 +853,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
853
853
|
searchIcon: Component | null;
|
|
854
854
|
resetIcon: Component | null;
|
|
855
855
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
856
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
856
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
857
857
|
readonly label: string | ComputedRef<string>;
|
|
858
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
858
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
859
859
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
860
|
-
readonly tooltip: string |
|
|
860
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
861
861
|
style?: CSSProperties | undefined;
|
|
862
862
|
class?: any;
|
|
863
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
863
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
864
864
|
style?: CSSProperties | undefined;
|
|
865
865
|
class?: any;
|
|
866
866
|
} & RecordType>>;
|
|
@@ -927,12 +927,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
927
927
|
fieldInstance?: any;
|
|
928
928
|
valueIsReady?: Ref<boolean> | undefined;
|
|
929
929
|
prop: string;
|
|
930
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
930
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
931
931
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
932
|
-
tooltip: string |
|
|
932
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
933
933
|
style?: CSSProperties | undefined;
|
|
934
934
|
class?: any;
|
|
935
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
935
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
936
936
|
style?: CSSProperties | undefined;
|
|
937
937
|
class?: any;
|
|
938
938
|
} & RecordType>>;
|
|
@@ -60,7 +60,7 @@ export declare const PlusSidebar: {
|
|
|
60
60
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
61
61
|
readonly uniqueOpened: BooleanConstructor;
|
|
62
62
|
readonly router: BooleanConstructor;
|
|
63
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
63
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
64
64
|
readonly collapse: BooleanConstructor;
|
|
65
65
|
readonly backgroundColor: StringConstructor;
|
|
66
66
|
readonly textColor: StringConstructor;
|
|
@@ -97,7 +97,7 @@ export declare const PlusSidebar: {
|
|
|
97
97
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
98
98
|
readonly uniqueOpened: BooleanConstructor;
|
|
99
99
|
readonly router: BooleanConstructor;
|
|
100
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
100
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
101
101
|
readonly collapse: BooleanConstructor;
|
|
102
102
|
readonly backgroundColor: StringConstructor;
|
|
103
103
|
readonly textColor: StringConstructor;
|
|
@@ -131,7 +131,7 @@ export declare const PlusSidebar: {
|
|
|
131
131
|
readonly hideTimeout: number;
|
|
132
132
|
readonly defaultActive: string;
|
|
133
133
|
readonly defaultOpeneds: string[];
|
|
134
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
134
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
135
135
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
136
136
|
readonly popperOffset: number;
|
|
137
137
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
@@ -152,7 +152,7 @@ export declare const PlusSidebar: {
|
|
|
152
152
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
153
153
|
readonly uniqueOpened: BooleanConstructor;
|
|
154
154
|
readonly router: BooleanConstructor;
|
|
155
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
155
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
156
156
|
readonly collapse: BooleanConstructor;
|
|
157
157
|
readonly backgroundColor: StringConstructor;
|
|
158
158
|
readonly textColor: StringConstructor;
|
|
@@ -188,7 +188,7 @@ export declare const PlusSidebar: {
|
|
|
188
188
|
readonly hideTimeout: number;
|
|
189
189
|
readonly defaultActive: string;
|
|
190
190
|
readonly defaultOpeneds: string[];
|
|
191
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
191
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
192
192
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
193
|
readonly popperOffset: number;
|
|
194
194
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
@@ -315,7 +315,7 @@ export declare const PlusSidebar: {
|
|
|
315
315
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
316
316
|
readonly uniqueOpened: BooleanConstructor;
|
|
317
317
|
readonly router: BooleanConstructor;
|
|
318
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
318
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
319
319
|
readonly collapse: BooleanConstructor;
|
|
320
320
|
readonly backgroundColor: StringConstructor;
|
|
321
321
|
readonly textColor: StringConstructor;
|
|
@@ -352,7 +352,7 @@ export declare const PlusSidebar: {
|
|
|
352
352
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
353
353
|
readonly uniqueOpened: BooleanConstructor;
|
|
354
354
|
readonly router: BooleanConstructor;
|
|
355
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
355
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
356
356
|
readonly collapse: BooleanConstructor;
|
|
357
357
|
readonly backgroundColor: StringConstructor;
|
|
358
358
|
readonly textColor: StringConstructor;
|
|
@@ -386,7 +386,7 @@ export declare const PlusSidebar: {
|
|
|
386
386
|
readonly hideTimeout: number;
|
|
387
387
|
readonly defaultActive: string;
|
|
388
388
|
readonly defaultOpeneds: string[];
|
|
389
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
389
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
390
390
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
391
391
|
readonly popperOffset: number;
|
|
392
392
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
@@ -407,7 +407,7 @@ export declare const PlusSidebar: {
|
|
|
407
407
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
408
408
|
readonly uniqueOpened: BooleanConstructor;
|
|
409
409
|
readonly router: BooleanConstructor;
|
|
410
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
410
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
411
411
|
readonly collapse: BooleanConstructor;
|
|
412
412
|
readonly backgroundColor: StringConstructor;
|
|
413
413
|
readonly textColor: StringConstructor;
|
|
@@ -443,7 +443,7 @@ export declare const PlusSidebar: {
|
|
|
443
443
|
readonly hideTimeout: number;
|
|
444
444
|
readonly defaultActive: string;
|
|
445
445
|
readonly defaultOpeneds: string[];
|
|
446
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
446
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
447
447
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
448
448
|
readonly popperOffset: number;
|
|
449
449
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
@@ -521,7 +521,7 @@ export declare const PlusSidebar: {
|
|
|
521
521
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
522
522
|
readonly uniqueOpened: BooleanConstructor;
|
|
523
523
|
readonly router: BooleanConstructor;
|
|
524
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
524
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
525
525
|
readonly collapse: BooleanConstructor;
|
|
526
526
|
readonly backgroundColor: StringConstructor;
|
|
527
527
|
readonly textColor: StringConstructor;
|
|
@@ -558,7 +558,7 @@ export declare const PlusSidebar: {
|
|
|
558
558
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
559
559
|
readonly uniqueOpened: BooleanConstructor;
|
|
560
560
|
readonly router: BooleanConstructor;
|
|
561
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
561
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
562
562
|
readonly collapse: BooleanConstructor;
|
|
563
563
|
readonly backgroundColor: StringConstructor;
|
|
564
564
|
readonly textColor: StringConstructor;
|
|
@@ -592,7 +592,7 @@ export declare const PlusSidebar: {
|
|
|
592
592
|
readonly hideTimeout: number;
|
|
593
593
|
readonly defaultActive: string;
|
|
594
594
|
readonly defaultOpeneds: string[];
|
|
595
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
595
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
596
596
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
597
597
|
readonly popperOffset: number;
|
|
598
598
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
@@ -613,7 +613,7 @@ export declare const PlusSidebar: {
|
|
|
613
613
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
614
614
|
readonly uniqueOpened: BooleanConstructor;
|
|
615
615
|
readonly router: BooleanConstructor;
|
|
616
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
616
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
617
617
|
readonly collapse: BooleanConstructor;
|
|
618
618
|
readonly backgroundColor: StringConstructor;
|
|
619
619
|
readonly textColor: StringConstructor;
|
|
@@ -649,7 +649,7 @@ export declare const PlusSidebar: {
|
|
|
649
649
|
readonly hideTimeout: number;
|
|
650
650
|
readonly defaultActive: string;
|
|
651
651
|
readonly defaultOpeneds: string[];
|
|
652
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
652
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
653
653
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
654
654
|
readonly popperOffset: number;
|
|
655
655
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
@@ -28,7 +28,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
28
28
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
29
29
|
readonly uniqueOpened: BooleanConstructor;
|
|
30
30
|
readonly router: BooleanConstructor;
|
|
31
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
31
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
32
32
|
readonly collapse: BooleanConstructor;
|
|
33
33
|
readonly backgroundColor: StringConstructor;
|
|
34
34
|
readonly textColor: StringConstructor;
|
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
65
65
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
66
66
|
readonly uniqueOpened: BooleanConstructor;
|
|
67
67
|
readonly router: BooleanConstructor;
|
|
68
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
68
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
69
69
|
readonly collapse: BooleanConstructor;
|
|
70
70
|
readonly backgroundColor: StringConstructor;
|
|
71
71
|
readonly textColor: StringConstructor;
|
|
@@ -99,7 +99,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
99
99
|
readonly hideTimeout: number;
|
|
100
100
|
readonly defaultActive: string;
|
|
101
101
|
readonly defaultOpeneds: string[];
|
|
102
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
102
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
103
103
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
104
104
|
readonly popperOffset: number;
|
|
105
105
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|
|
@@ -120,7 +120,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
120
120
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
121
121
|
readonly uniqueOpened: BooleanConstructor;
|
|
122
122
|
readonly router: BooleanConstructor;
|
|
123
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
123
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
124
124
|
readonly collapse: BooleanConstructor;
|
|
125
125
|
readonly backgroundColor: StringConstructor;
|
|
126
126
|
readonly textColor: StringConstructor;
|
|
@@ -156,7 +156,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
156
156
|
readonly hideTimeout: number;
|
|
157
157
|
readonly defaultActive: string;
|
|
158
158
|
readonly defaultOpeneds: string[];
|
|
159
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
159
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
160
160
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
161
161
|
readonly popperOffset: number;
|
|
162
162
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
|