yc-pro-components 0.0.8 → 0.0.9
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 +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- 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 +21 -21
- package/es/components/display-item/src/index.vue.d.ts +21 -21
- package/es/components/drawer-form/index.d.ts +50 -50
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- 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 +42 -42
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- 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 +20 -20
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- 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 +452 -452
- package/es/components/page/src/index.vue.d.ts +154 -154
- 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/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +21 -21
- 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/index.vue.d.ts +360 -360
- 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 +208 -208
- package/index.js +1 -1
- package/index.min.js +1 -1
- package/index.min.mjs +1 -1
- package/index.mjs +1 -1
- 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 +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- 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 +21 -21
- package/lib/components/display-item/src/index.vue.d.ts +21 -21
- package/lib/components/drawer-form/index.d.ts +50 -50
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- 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 +42 -42
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- 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 +20 -20
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- 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 +452 -452
- package/lib/components/page/src/index.vue.d.ts +154 -154
- 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/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +21 -21
- 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/index.vue.d.ts +360 -360
- 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 +208 -208
- 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
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/yc-status-dialog.scss +1 -0
|
@@ -40,11 +40,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
40
40
|
$: ComponentInternalInstance;
|
|
41
41
|
$data: {};
|
|
42
42
|
$props: Partial<{
|
|
43
|
+
modelValue: FieldValues;
|
|
43
44
|
collapseDuration: number;
|
|
44
45
|
collapseTransition: boolean;
|
|
45
46
|
columns: PlusColumn[];
|
|
46
47
|
group: false | PlusFormGroupRow[];
|
|
47
|
-
modelValue: FieldValues;
|
|
48
48
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
49
49
|
labelPosition: "top" | "right" | "left";
|
|
50
50
|
labelWidth: string | number;
|
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
65
65
|
submitText: string;
|
|
66
66
|
resetText: string;
|
|
67
67
|
submitLoading: boolean;
|
|
68
|
-
footerAlign: "
|
|
68
|
+
footerAlign: "center" | "right" | "left";
|
|
69
69
|
cardProps: Partial< Mutable<CardProps> & {
|
|
70
70
|
style?: CSSProperties | undefined;
|
|
71
71
|
class?: any;
|
|
@@ -73,9 +73,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
73
73
|
prevent: boolean;
|
|
74
74
|
clearable: boolean;
|
|
75
75
|
}> & Omit<{
|
|
76
|
+
readonly modelValue: FieldValues;
|
|
76
77
|
readonly columns: PlusColumn[];
|
|
77
78
|
readonly group: false | PlusFormGroupRow[];
|
|
78
|
-
readonly modelValue: FieldValues;
|
|
79
79
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
80
80
|
readonly labelPosition: "top" | "right" | "left";
|
|
81
81
|
readonly labelWidth: string | number;
|
|
@@ -96,7 +96,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
96
96
|
readonly submitText: string;
|
|
97
97
|
readonly resetText: string;
|
|
98
98
|
readonly submitLoading: boolean;
|
|
99
|
-
readonly footerAlign: "
|
|
99
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
100
100
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
101
101
|
style?: CSSProperties | undefined;
|
|
102
102
|
class?: any;
|
|
@@ -105,13 +105,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
105
105
|
readonly clearable: boolean;
|
|
106
106
|
readonly collapseDuration?: number | undefined;
|
|
107
107
|
readonly collapseTransition?: boolean | undefined;
|
|
108
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
108
109
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
109
110
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
110
111
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
111
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
112
112
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
114
114
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
115
|
+
modelValue: {
|
|
116
|
+
type: PropType<FieldValues>;
|
|
117
|
+
default: () => {};
|
|
118
|
+
};
|
|
115
119
|
collapseDuration: {
|
|
116
120
|
type: PropType<number>;
|
|
117
121
|
default: undefined;
|
|
@@ -128,10 +132,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
128
132
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
129
133
|
default: boolean;
|
|
130
134
|
};
|
|
131
|
-
modelValue: {
|
|
132
|
-
type: PropType<FieldValues>;
|
|
133
|
-
default: () => {};
|
|
134
|
-
};
|
|
135
135
|
rules: {
|
|
136
136
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
137
137
|
default: () => {};
|
|
@@ -195,7 +195,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
195
195
|
default: boolean;
|
|
196
196
|
};
|
|
197
197
|
footerAlign: {
|
|
198
|
-
type: PropType<"
|
|
198
|
+
type: PropType<"center" | "right" | "left">;
|
|
199
199
|
default: string;
|
|
200
200
|
};
|
|
201
201
|
cardProps: {
|
|
@@ -214,13 +214,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
214
214
|
default: boolean;
|
|
215
215
|
};
|
|
216
216
|
}>> & {
|
|
217
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
217
218
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
218
219
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
219
220
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
220
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
221
221
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
222
222
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
223
|
-
}, "
|
|
223
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
224
224
|
$attrs: {
|
|
225
225
|
[x: string]: unknown;
|
|
226
226
|
};
|
|
@@ -232,9 +232,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
232
232
|
}>;
|
|
233
233
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
234
234
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
235
|
-
$emit: ((event: "
|
|
235
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
236
236
|
$el: any;
|
|
237
237
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
238
|
+
modelValue: {
|
|
239
|
+
type: PropType<FieldValues>;
|
|
240
|
+
default: () => {};
|
|
241
|
+
};
|
|
238
242
|
collapseDuration: {
|
|
239
243
|
type: PropType<number>;
|
|
240
244
|
default: undefined;
|
|
@@ -251,10 +255,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
251
255
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
252
256
|
default: boolean;
|
|
253
257
|
};
|
|
254
|
-
modelValue: {
|
|
255
|
-
type: PropType<FieldValues>;
|
|
256
|
-
default: () => {};
|
|
257
|
-
};
|
|
258
258
|
rules: {
|
|
259
259
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
260
260
|
default: () => {};
|
|
@@ -318,7 +318,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
318
318
|
default: boolean;
|
|
319
319
|
};
|
|
320
320
|
footerAlign: {
|
|
321
|
-
type: PropType<"
|
|
321
|
+
type: PropType<"center" | "right" | "left">;
|
|
322
322
|
default: string;
|
|
323
323
|
};
|
|
324
324
|
cardProps: {
|
|
@@ -337,10 +337,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
337
337
|
default: boolean;
|
|
338
338
|
};
|
|
339
339
|
}>> & {
|
|
340
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
340
341
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
341
342
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
342
343
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
343
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
344
344
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
345
345
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
346
346
|
}, {
|
|
@@ -636,11 +636,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
636
636
|
submitError: (errors: unknown) => void;
|
|
637
637
|
validate: (...args: any[]) => void;
|
|
638
638
|
}, string, {
|
|
639
|
+
modelValue: FieldValues;
|
|
639
640
|
collapseDuration: number;
|
|
640
641
|
collapseTransition: boolean;
|
|
641
642
|
columns: PlusColumn[];
|
|
642
643
|
group: false | PlusFormGroupRow[];
|
|
643
|
-
modelValue: FieldValues;
|
|
644
644
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
645
645
|
labelPosition: "top" | "right" | "left";
|
|
646
646
|
labelWidth: string | number;
|
|
@@ -661,7 +661,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
661
661
|
submitText: string;
|
|
662
662
|
resetText: string;
|
|
663
663
|
submitLoading: boolean;
|
|
664
|
-
footerAlign: "
|
|
664
|
+
footerAlign: "center" | "right" | "left";
|
|
665
665
|
cardProps: Partial< Mutable<CardProps> & {
|
|
666
666
|
style?: CSSProperties | undefined;
|
|
667
667
|
class?: any;
|
|
@@ -689,6 +689,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
689
689
|
$nextTick: nextTick;
|
|
690
690
|
$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;
|
|
691
691
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
692
|
+
modelValue: {
|
|
693
|
+
type: PropType<FieldValues>;
|
|
694
|
+
default: () => {};
|
|
695
|
+
};
|
|
692
696
|
collapseDuration: {
|
|
693
697
|
type: PropType<number>;
|
|
694
698
|
default: undefined;
|
|
@@ -705,10 +709,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
705
709
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
706
710
|
default: boolean;
|
|
707
711
|
};
|
|
708
|
-
modelValue: {
|
|
709
|
-
type: PropType<FieldValues>;
|
|
710
|
-
default: () => {};
|
|
711
|
-
};
|
|
712
712
|
rules: {
|
|
713
713
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
714
714
|
default: () => {};
|
|
@@ -772,7 +772,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
772
772
|
default: boolean;
|
|
773
773
|
};
|
|
774
774
|
footerAlign: {
|
|
775
|
-
type: PropType<"
|
|
775
|
+
type: PropType<"center" | "right" | "left">;
|
|
776
776
|
default: string;
|
|
777
777
|
};
|
|
778
778
|
cardProps: {
|
|
@@ -791,10 +791,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
791
791
|
default: boolean;
|
|
792
792
|
};
|
|
793
793
|
}>> & {
|
|
794
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
794
795
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
795
796
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
796
797
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
797
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
798
798
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
799
799
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
800
800
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1095,14 +1095,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1095
1095
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1096
1096
|
columns?: PlusColumn[] | undefined;
|
|
1097
1097
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1098
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1098
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1099
1099
|
readonly label: string | ComputedRef<string>;
|
|
1100
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1100
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1101
1101
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1102
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1102
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1103
1103
|
style?: CSSProperties | undefined;
|
|
1104
1104
|
class?: any;
|
|
1105
|
-
} & RecordType> | ComputedRef<
|
|
1105
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1106
1106
|
style?: CSSProperties | undefined;
|
|
1107
1107
|
class?: any;
|
|
1108
1108
|
} & RecordType>>;
|
|
@@ -1163,12 +1163,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1163
1163
|
fieldInstance?: any;
|
|
1164
1164
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1165
1165
|
prop: string;
|
|
1166
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1166
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1167
1167
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1168
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1168
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1169
1169
|
style?: CSSProperties | undefined;
|
|
1170
1170
|
class?: any;
|
|
1171
|
-
} & RecordType> | ComputedRef<
|
|
1171
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1172
1172
|
style?: CSSProperties | undefined;
|
|
1173
1173
|
class?: any;
|
|
1174
1174
|
} & RecordType>>;
|
|
@@ -1191,14 +1191,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1191
1191
|
clearable: boolean;
|
|
1192
1192
|
index: number;
|
|
1193
1193
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1194
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1194
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1195
1195
|
readonly label: string | ComputedRef<string>;
|
|
1196
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1196
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1197
1197
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1198
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1198
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1199
1199
|
style?: CSSProperties | undefined;
|
|
1200
1200
|
class?: any;
|
|
1201
|
-
} & RecordType> | ComputedRef<
|
|
1201
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1202
1202
|
style?: CSSProperties | undefined;
|
|
1203
1203
|
class?: any;
|
|
1204
1204
|
} & RecordType>>;
|
|
@@ -1259,12 +1259,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1259
1259
|
fieldInstance?: any;
|
|
1260
1260
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1261
1261
|
prop: string;
|
|
1262
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1262
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1263
1263
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1264
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1264
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1265
1265
|
style?: CSSProperties | undefined;
|
|
1266
1266
|
class?: any;
|
|
1267
|
-
} & RecordType> | ComputedRef<
|
|
1267
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1268
1268
|
style?: CSSProperties | undefined;
|
|
1269
1269
|
class?: any;
|
|
1270
1270
|
} & RecordType>>;
|
|
@@ -1337,14 +1337,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1337
1337
|
};
|
|
1338
1338
|
needValidate: boolean;
|
|
1339
1339
|
}>>> & {
|
|
1340
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1340
1341
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1341
1342
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1342
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1343
1343
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1344
1344
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1345
1345
|
}, {
|
|
1346
|
-
columns: PlusColumn[];
|
|
1347
1346
|
modelValue: FieldValues;
|
|
1347
|
+
columns: PlusColumn[];
|
|
1348
1348
|
labelPosition: "top" | "right" | "left";
|
|
1349
1349
|
inline: boolean;
|
|
1350
1350
|
showNumber: number;
|
|
@@ -1368,14 +1368,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1368
1368
|
searchLoading: boolean;
|
|
1369
1369
|
needValidate: boolean;
|
|
1370
1370
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
1371
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1371
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1372
1372
|
readonly label: string | ComputedRef<string>;
|
|
1373
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1373
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1374
1374
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1375
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1375
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1376
1376
|
style?: CSSProperties | undefined;
|
|
1377
1377
|
class?: any;
|
|
1378
|
-
} & RecordType> | ComputedRef<
|
|
1378
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1379
1379
|
style?: CSSProperties | undefined;
|
|
1380
1380
|
class?: any;
|
|
1381
1381
|
} & RecordType>>;
|
|
@@ -1436,12 +1436,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1436
1436
|
fieldInstance?: any;
|
|
1437
1437
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1438
1438
|
prop: string;
|
|
1439
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1439
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1440
1440
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1441
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1441
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1442
1442
|
style?: CSSProperties | undefined;
|
|
1443
1443
|
class?: any;
|
|
1444
|
-
} & RecordType> | ComputedRef<
|
|
1444
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1445
1445
|
style?: CSSProperties | undefined;
|
|
1446
1446
|
class?: any;
|
|
1447
1447
|
} & 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, "click" | "hover", unknown, "hover", boolean>;
|
|
64
64
|
readonly collapse: BooleanConstructor;
|
|
65
65
|
readonly backgroundColor: StringConstructor;
|
|
66
66
|
readonly textColor: StringConstructor;
|
|
@@ -90,7 +90,7 @@ export declare const PlusSidebar: {
|
|
|
90
90
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
91
91
|
readonly uniqueOpened: BooleanConstructor;
|
|
92
92
|
readonly router: BooleanConstructor;
|
|
93
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
93
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
94
94
|
readonly collapse: BooleanConstructor;
|
|
95
95
|
readonly backgroundColor: StringConstructor;
|
|
96
96
|
readonly textColor: StringConstructor;
|
|
@@ -116,7 +116,7 @@ export declare const PlusSidebar: {
|
|
|
116
116
|
readonly hideTimeout: number;
|
|
117
117
|
readonly defaultActive: string;
|
|
118
118
|
readonly defaultOpeneds: string[];
|
|
119
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
119
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
120
120
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
121
121
|
readonly popperOffset: number;
|
|
122
122
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -137,7 +137,7 @@ export declare const PlusSidebar: {
|
|
|
137
137
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
138
138
|
readonly uniqueOpened: BooleanConstructor;
|
|
139
139
|
readonly router: BooleanConstructor;
|
|
140
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
140
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
141
141
|
readonly collapse: BooleanConstructor;
|
|
142
142
|
readonly backgroundColor: StringConstructor;
|
|
143
143
|
readonly textColor: StringConstructor;
|
|
@@ -165,7 +165,7 @@ export declare const PlusSidebar: {
|
|
|
165
165
|
readonly hideTimeout: number;
|
|
166
166
|
readonly defaultActive: string;
|
|
167
167
|
readonly defaultOpeneds: string[];
|
|
168
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
168
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
169
169
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
170
170
|
readonly popperOffset: number;
|
|
171
171
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -292,7 +292,7 @@ export declare const PlusSidebar: {
|
|
|
292
292
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
293
293
|
readonly uniqueOpened: BooleanConstructor;
|
|
294
294
|
readonly router: BooleanConstructor;
|
|
295
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
295
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
296
296
|
readonly collapse: BooleanConstructor;
|
|
297
297
|
readonly backgroundColor: StringConstructor;
|
|
298
298
|
readonly textColor: StringConstructor;
|
|
@@ -322,7 +322,7 @@ export declare const PlusSidebar: {
|
|
|
322
322
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
323
323
|
readonly uniqueOpened: BooleanConstructor;
|
|
324
324
|
readonly router: BooleanConstructor;
|
|
325
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
325
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
326
326
|
readonly collapse: BooleanConstructor;
|
|
327
327
|
readonly backgroundColor: StringConstructor;
|
|
328
328
|
readonly textColor: StringConstructor;
|
|
@@ -348,7 +348,7 @@ export declare const PlusSidebar: {
|
|
|
348
348
|
readonly hideTimeout: number;
|
|
349
349
|
readonly defaultActive: string;
|
|
350
350
|
readonly defaultOpeneds: string[];
|
|
351
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
351
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
352
352
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
353
353
|
readonly popperOffset: number;
|
|
354
354
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -369,7 +369,7 @@ export declare const PlusSidebar: {
|
|
|
369
369
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
370
370
|
readonly uniqueOpened: BooleanConstructor;
|
|
371
371
|
readonly router: BooleanConstructor;
|
|
372
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
372
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
373
373
|
readonly collapse: BooleanConstructor;
|
|
374
374
|
readonly backgroundColor: StringConstructor;
|
|
375
375
|
readonly textColor: StringConstructor;
|
|
@@ -397,7 +397,7 @@ export declare const PlusSidebar: {
|
|
|
397
397
|
readonly hideTimeout: number;
|
|
398
398
|
readonly defaultActive: string;
|
|
399
399
|
readonly defaultOpeneds: string[];
|
|
400
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
400
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
401
401
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
402
402
|
readonly popperOffset: number;
|
|
403
403
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -475,7 +475,7 @@ export declare const PlusSidebar: {
|
|
|
475
475
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
476
476
|
readonly uniqueOpened: BooleanConstructor;
|
|
477
477
|
readonly router: BooleanConstructor;
|
|
478
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
478
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
479
479
|
readonly collapse: BooleanConstructor;
|
|
480
480
|
readonly backgroundColor: StringConstructor;
|
|
481
481
|
readonly textColor: StringConstructor;
|
|
@@ -505,7 +505,7 @@ export declare const PlusSidebar: {
|
|
|
505
505
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
506
506
|
readonly uniqueOpened: BooleanConstructor;
|
|
507
507
|
readonly router: BooleanConstructor;
|
|
508
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
508
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
509
509
|
readonly collapse: BooleanConstructor;
|
|
510
510
|
readonly backgroundColor: StringConstructor;
|
|
511
511
|
readonly textColor: StringConstructor;
|
|
@@ -531,7 +531,7 @@ export declare const PlusSidebar: {
|
|
|
531
531
|
readonly hideTimeout: number;
|
|
532
532
|
readonly defaultActive: string;
|
|
533
533
|
readonly defaultOpeneds: string[];
|
|
534
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
534
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
535
535
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
536
536
|
readonly popperOffset: number;
|
|
537
537
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -552,7 +552,7 @@ export declare const PlusSidebar: {
|
|
|
552
552
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
553
553
|
readonly uniqueOpened: BooleanConstructor;
|
|
554
554
|
readonly router: BooleanConstructor;
|
|
555
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
555
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
556
556
|
readonly collapse: BooleanConstructor;
|
|
557
557
|
readonly backgroundColor: StringConstructor;
|
|
558
558
|
readonly textColor: StringConstructor;
|
|
@@ -580,7 +580,7 @@ export declare const PlusSidebar: {
|
|
|
580
580
|
readonly hideTimeout: number;
|
|
581
581
|
readonly defaultActive: string;
|
|
582
582
|
readonly defaultOpeneds: string[];
|
|
583
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
583
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
584
584
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
585
585
|
readonly popperOffset: number;
|
|
586
586
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], 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, "click" | "hover", unknown, "hover", boolean>;
|
|
32
32
|
readonly collapse: BooleanConstructor;
|
|
33
33
|
readonly backgroundColor: StringConstructor;
|
|
34
34
|
readonly textColor: StringConstructor;
|
|
@@ -58,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
58
58
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
59
59
|
readonly uniqueOpened: BooleanConstructor;
|
|
60
60
|
readonly router: BooleanConstructor;
|
|
61
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
61
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
62
62
|
readonly collapse: BooleanConstructor;
|
|
63
63
|
readonly backgroundColor: StringConstructor;
|
|
64
64
|
readonly textColor: StringConstructor;
|
|
@@ -84,7 +84,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
84
84
|
readonly hideTimeout: number;
|
|
85
85
|
readonly defaultActive: string;
|
|
86
86
|
readonly defaultOpeneds: string[];
|
|
87
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
87
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
88
88
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
89
89
|
readonly popperOffset: number;
|
|
90
90
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -105,7 +105,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
105
105
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
106
106
|
readonly uniqueOpened: BooleanConstructor;
|
|
107
107
|
readonly router: BooleanConstructor;
|
|
108
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
108
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
109
109
|
readonly collapse: BooleanConstructor;
|
|
110
110
|
readonly backgroundColor: StringConstructor;
|
|
111
111
|
readonly textColor: StringConstructor;
|
|
@@ -133,7 +133,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
133
133
|
readonly hideTimeout: number;
|
|
134
134
|
readonly defaultActive: string;
|
|
135
135
|
readonly defaultOpeneds: string[];
|
|
136
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
136
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
137
137
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
138
138
|
readonly popperOffset: number;
|
|
139
139
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|