yc-pro-components 0.0.21 → 0.0.23
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/dialog-form/src/index.vue2.mjs +1 -3
- 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 +50 -50
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/drawer-form/src/index.vue2.mjs +2 -0
- 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/src/index.vue2.mjs +2 -0
- 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/popover/src/index.vue2.mjs +1 -0
- 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 +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-more-actions/src/index.vue.mjs +1 -1
- package/es/components/yc-more-actions/src/index.vue2.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +360 -360
- package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
- 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-status-dialog/src/index.vue.mjs +1 -1
- package/es/components/yc-status-dialog/src/index.vue2.mjs +1 -0
- 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/es/index.css +3 -3
- package/index.css +54 -52
- package/index.js +12 -8
- package/index.min.css +3 -3
- package/index.min.js +3 -3
- package/index.min.mjs +3 -3
- package/index.mjs +12 -8
- 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/dialog-form/src/index.vue2.js +1 -3
- 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 +50 -50
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/drawer-form/src/index.vue2.js +2 -0
- 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/src/index.vue2.js +2 -0
- 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/popover/src/index.vue2.js +1 -0
- 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 +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-more-actions/src/index.vue.js +1 -1
- package/lib/components/yc-more-actions/src/index.vue2.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +360 -360
- package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
- 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-status-dialog/src/index.vue.js +1 -1
- package/lib/components/yc-status-dialog/src/index.vue2.js +1 -0
- 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/lib/index.css +3 -3
- 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-table.css +1 -1
- package/theme-chalk/plus-yc-animate-selector.css +1 -0
- package/theme-chalk/plus-yc-download-dialog.css +1 -0
- package/theme-chalk/plus-yc-plus-page.css +1 -0
- package/theme-chalk/src/index.scss +4 -0
- package/theme-chalk/src/table.scss +33 -0
- package/theme-chalk/src/yc-animate-selector.scss +42 -0
- package/theme-chalk/src/yc-download-dialog.scss +80 -0
- package/theme-chalk/src/yc-plus-page.scss +37 -0
|
@@ -42,11 +42,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
42
42
|
$: ComponentInternalInstance;
|
|
43
43
|
$data: {};
|
|
44
44
|
$props: Partial<{
|
|
45
|
+
modelValue: FieldValues;
|
|
45
46
|
collapseDuration: number;
|
|
46
47
|
collapseTransition: boolean;
|
|
47
48
|
columns: PlusColumn[];
|
|
48
49
|
group: false | PlusFormGroupRow[];
|
|
49
|
-
modelValue: FieldValues;
|
|
50
50
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
51
51
|
labelPosition: "top" | "right" | "left";
|
|
52
52
|
labelWidth: string | number;
|
|
@@ -67,7 +67,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
67
67
|
submitText: string;
|
|
68
68
|
resetText: string;
|
|
69
69
|
submitLoading: boolean;
|
|
70
|
-
footerAlign: "
|
|
70
|
+
footerAlign: "center" | "right" | "left";
|
|
71
71
|
cardProps: Partial< Mutable<CardProps> & {
|
|
72
72
|
style?: CSSProperties | undefined;
|
|
73
73
|
class?: any;
|
|
@@ -75,9 +75,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
75
75
|
prevent: boolean;
|
|
76
76
|
clearable: boolean;
|
|
77
77
|
}> & Omit<{
|
|
78
|
+
readonly modelValue: FieldValues;
|
|
78
79
|
readonly columns: PlusColumn[];
|
|
79
80
|
readonly group: false | PlusFormGroupRow[];
|
|
80
|
-
readonly modelValue: FieldValues;
|
|
81
81
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
82
82
|
readonly labelPosition: "top" | "right" | "left";
|
|
83
83
|
readonly labelWidth: string | number;
|
|
@@ -98,7 +98,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
98
98
|
readonly submitText: string;
|
|
99
99
|
readonly resetText: string;
|
|
100
100
|
readonly submitLoading: boolean;
|
|
101
|
-
readonly footerAlign: "
|
|
101
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
102
102
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
103
103
|
style?: CSSProperties | undefined;
|
|
104
104
|
class?: any;
|
|
@@ -107,13 +107,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
107
107
|
readonly clearable: boolean;
|
|
108
108
|
readonly collapseDuration?: number | undefined;
|
|
109
109
|
readonly collapseTransition?: boolean | undefined;
|
|
110
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
110
111
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
111
112
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
112
113
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
113
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
114
114
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
115
115
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
116
116
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
117
|
+
modelValue: {
|
|
118
|
+
type: PropType<FieldValues>;
|
|
119
|
+
default: () => {};
|
|
120
|
+
};
|
|
117
121
|
collapseDuration: {
|
|
118
122
|
type: PropType<number>;
|
|
119
123
|
default: undefined;
|
|
@@ -130,10 +134,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
130
134
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
131
135
|
default: boolean;
|
|
132
136
|
};
|
|
133
|
-
modelValue: {
|
|
134
|
-
type: PropType<FieldValues>;
|
|
135
|
-
default: () => {};
|
|
136
|
-
};
|
|
137
137
|
rules: {
|
|
138
138
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
139
139
|
default: () => {};
|
|
@@ -197,7 +197,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
197
197
|
default: boolean;
|
|
198
198
|
};
|
|
199
199
|
footerAlign: {
|
|
200
|
-
type: PropType<"
|
|
200
|
+
type: PropType<"center" | "right" | "left">;
|
|
201
201
|
default: string;
|
|
202
202
|
};
|
|
203
203
|
cardProps: {
|
|
@@ -216,13 +216,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
216
216
|
default: boolean;
|
|
217
217
|
};
|
|
218
218
|
}>> & {
|
|
219
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
219
220
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
220
221
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
221
222
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
222
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
223
223
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
224
224
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
225
|
-
}, "
|
|
225
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
226
226
|
$attrs: {
|
|
227
227
|
[x: string]: unknown;
|
|
228
228
|
};
|
|
@@ -234,9 +234,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
234
234
|
}>;
|
|
235
235
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
236
236
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
237
|
-
$emit: ((event: "
|
|
237
|
+
$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);
|
|
238
238
|
$el: any;
|
|
239
239
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
240
|
+
modelValue: {
|
|
241
|
+
type: PropType<FieldValues>;
|
|
242
|
+
default: () => {};
|
|
243
|
+
};
|
|
240
244
|
collapseDuration: {
|
|
241
245
|
type: PropType<number>;
|
|
242
246
|
default: undefined;
|
|
@@ -253,10 +257,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
253
257
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
254
258
|
default: boolean;
|
|
255
259
|
};
|
|
256
|
-
modelValue: {
|
|
257
|
-
type: PropType<FieldValues>;
|
|
258
|
-
default: () => {};
|
|
259
|
-
};
|
|
260
260
|
rules: {
|
|
261
261
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
262
262
|
default: () => {};
|
|
@@ -320,7 +320,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
320
320
|
default: boolean;
|
|
321
321
|
};
|
|
322
322
|
footerAlign: {
|
|
323
|
-
type: PropType<"
|
|
323
|
+
type: PropType<"center" | "right" | "left">;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
326
|
cardProps: {
|
|
@@ -339,10 +339,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
339
339
|
default: boolean;
|
|
340
340
|
};
|
|
341
341
|
}>> & {
|
|
342
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
342
343
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
343
344
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
344
345
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
345
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
346
346
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
347
347
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
348
348
|
}, {
|
|
@@ -638,11 +638,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
638
638
|
submitError: (errors: unknown) => void;
|
|
639
639
|
validate: (...args: any[]) => void;
|
|
640
640
|
}, string, {
|
|
641
|
+
modelValue: FieldValues;
|
|
641
642
|
collapseDuration: number;
|
|
642
643
|
collapseTransition: boolean;
|
|
643
644
|
columns: PlusColumn[];
|
|
644
645
|
group: false | PlusFormGroupRow[];
|
|
645
|
-
modelValue: FieldValues;
|
|
646
646
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
647
647
|
labelPosition: "top" | "right" | "left";
|
|
648
648
|
labelWidth: string | number;
|
|
@@ -663,7 +663,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
663
663
|
submitText: string;
|
|
664
664
|
resetText: string;
|
|
665
665
|
submitLoading: boolean;
|
|
666
|
-
footerAlign: "
|
|
666
|
+
footerAlign: "center" | "right" | "left";
|
|
667
667
|
cardProps: Partial< Mutable<CardProps> & {
|
|
668
668
|
style?: CSSProperties | undefined;
|
|
669
669
|
class?: any;
|
|
@@ -691,6 +691,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
691
691
|
$nextTick: nextTick;
|
|
692
692
|
$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;
|
|
693
693
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
694
|
+
modelValue: {
|
|
695
|
+
type: PropType<FieldValues>;
|
|
696
|
+
default: () => {};
|
|
697
|
+
};
|
|
694
698
|
collapseDuration: {
|
|
695
699
|
type: PropType<number>;
|
|
696
700
|
default: undefined;
|
|
@@ -707,10 +711,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
707
711
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
708
712
|
default: boolean;
|
|
709
713
|
};
|
|
710
|
-
modelValue: {
|
|
711
|
-
type: PropType<FieldValues>;
|
|
712
|
-
default: () => {};
|
|
713
|
-
};
|
|
714
714
|
rules: {
|
|
715
715
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
716
716
|
default: () => {};
|
|
@@ -774,7 +774,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
774
774
|
default: boolean;
|
|
775
775
|
};
|
|
776
776
|
footerAlign: {
|
|
777
|
-
type: PropType<"
|
|
777
|
+
type: PropType<"center" | "right" | "left">;
|
|
778
778
|
default: string;
|
|
779
779
|
};
|
|
780
780
|
cardProps: {
|
|
@@ -793,10 +793,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
793
793
|
default: boolean;
|
|
794
794
|
};
|
|
795
795
|
}>> & {
|
|
796
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
796
797
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
797
798
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
798
799
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
799
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
800
800
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
801
801
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
802
802
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1097,14 +1097,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1097
1097
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1098
1098
|
columns?: PlusColumn[] | undefined;
|
|
1099
1099
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1100
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1100
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1101
1101
|
readonly label: string | ComputedRef<string>;
|
|
1102
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1102
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1103
1103
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1104
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1104
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1105
1105
|
style?: CSSProperties | undefined;
|
|
1106
1106
|
class?: any;
|
|
1107
|
-
} & RecordType> | ComputedRef<
|
|
1107
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1108
1108
|
style?: CSSProperties | undefined;
|
|
1109
1109
|
class?: any;
|
|
1110
1110
|
} & RecordType>>;
|
|
@@ -1171,12 +1171,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1171
1171
|
fieldInstance?: any;
|
|
1172
1172
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1173
1173
|
prop: string;
|
|
1174
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1174
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1175
1175
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1176
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1176
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1177
1177
|
style?: CSSProperties | undefined;
|
|
1178
1178
|
class?: any;
|
|
1179
|
-
} & RecordType> | ComputedRef<
|
|
1179
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1180
1180
|
style?: CSSProperties | undefined;
|
|
1181
1181
|
class?: any;
|
|
1182
1182
|
} & RecordType>>;
|
|
@@ -1205,14 +1205,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1205
1205
|
clearable: boolean;
|
|
1206
1206
|
index: number;
|
|
1207
1207
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1208
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1208
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1209
1209
|
readonly label: string | ComputedRef<string>;
|
|
1210
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1210
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1211
1211
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1212
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1212
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1213
1213
|
style?: CSSProperties | undefined;
|
|
1214
1214
|
class?: any;
|
|
1215
|
-
} & RecordType> | ComputedRef<
|
|
1215
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1216
1216
|
style?: CSSProperties | undefined;
|
|
1217
1217
|
class?: any;
|
|
1218
1218
|
} & RecordType>>;
|
|
@@ -1279,12 +1279,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1279
1279
|
fieldInstance?: any;
|
|
1280
1280
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1281
1281
|
prop: string;
|
|
1282
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1282
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1283
1283
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1284
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1284
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1285
1285
|
style?: CSSProperties | undefined;
|
|
1286
1286
|
class?: any;
|
|
1287
|
-
} & RecordType> | ComputedRef<
|
|
1287
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1288
1288
|
style?: CSSProperties | undefined;
|
|
1289
1289
|
class?: any;
|
|
1290
1290
|
} & RecordType>>;
|
|
@@ -1365,14 +1365,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1365
1365
|
searchIcon: undefined;
|
|
1366
1366
|
resetIcon: undefined;
|
|
1367
1367
|
}>>> & {
|
|
1368
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1368
1369
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1369
1370
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1370
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1371
1371
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1372
1372
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1373
1373
|
}, {
|
|
1374
|
-
columns: PlusColumn[];
|
|
1375
1374
|
modelValue: FieldValues;
|
|
1375
|
+
columns: PlusColumn[];
|
|
1376
1376
|
labelPosition: "top" | "right" | "left";
|
|
1377
1377
|
inline: boolean;
|
|
1378
1378
|
showNumber: number;
|
|
@@ -1398,14 +1398,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1398
1398
|
searchIcon: Component | null;
|
|
1399
1399
|
resetIcon: Component | null;
|
|
1400
1400
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
1401
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1401
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1402
1402
|
readonly label: string | ComputedRef<string>;
|
|
1403
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1403
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1404
1404
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1405
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1405
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1406
1406
|
style?: CSSProperties | undefined;
|
|
1407
1407
|
class?: any;
|
|
1408
|
-
} & RecordType> | ComputedRef<
|
|
1408
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1409
1409
|
style?: CSSProperties | undefined;
|
|
1410
1410
|
class?: any;
|
|
1411
1411
|
} & RecordType>>;
|
|
@@ -1472,12 +1472,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1472
1472
|
fieldInstance?: any;
|
|
1473
1473
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1474
1474
|
prop: string;
|
|
1475
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1475
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1476
1476
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1477
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1477
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1478
1478
|
style?: CSSProperties | undefined;
|
|
1479
1479
|
class?: any;
|
|
1480
|
-
} & RecordType> | ComputedRef<
|
|
1480
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1481
1481
|
style?: CSSProperties | undefined;
|
|
1482
1482
|
class?: any;
|
|
1483
1483
|
} & 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>;
|