yc-pro-components 0.0.7 → 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 +76 -76
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +57 -57
- package/es/components/check-card-group/src/index.vue.d.ts +20 -20
- 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/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +45 -45
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +11 -11
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +31 -31
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +138 -138
- package/es/components/form/src/form-content.vue.d.ts +29 -29
- package/es/components/form/src/index.vue.d.ts +25 -25
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/index.vue.d.ts +19 -19
- 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 +16 -16
- 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 +1035 -1035
- package/es/components/page/src/index.vue.d.ts +337 -337
- package/es/components/pagination/index.d.ts +38 -38
- package/es/components/pagination/src/index.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +34 -34
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +426 -426
- package/es/components/search/src/index.vue.d.ts +125 -125
- 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 +19 -19
- package/es/components/steps-form/src/index.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +38 -38
- package/es/components/table/src/index.vue.d.ts +7 -7
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/utils/index.d.ts +15 -15
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-more-actions/index.d.ts +6 -6
- package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- 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-tabs-with-filter/index.d.ts +16 -16
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.css +1 -1
- package/index.css +8 -7
- package/index.js +2 -2
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- package/lib/components/check-card/index.d.ts +76 -76
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +57 -57
- package/lib/components/check-card-group/src/index.vue.d.ts +20 -20
- 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/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +45 -45
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +11 -11
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +31 -31
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +138 -138
- package/lib/components/form/src/form-content.vue.d.ts +29 -29
- package/lib/components/form/src/index.vue.d.ts +25 -25
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/index.vue.d.ts +19 -19
- 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 +16 -16
- 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 +1035 -1035
- package/lib/components/page/src/index.vue.d.ts +337 -337
- package/lib/components/pagination/index.d.ts +38 -38
- package/lib/components/pagination/src/index.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +34 -34
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +426 -426
- package/lib/components/search/src/index.vue.d.ts +125 -125
- 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 +19 -19
- package/lib/components/steps-form/src/index.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +38 -38
- package/lib/components/table/src/index.vue.d.ts +7 -7
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/utils/index.d.ts +15 -15
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-more-actions/index.d.ts +6 -6
- package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- 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-tabs-with-filter/index.d.ts +16 -16
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.css +1 -1
- 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
|
@@ -86,7 +86,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
86
86
|
defaultExpandAll: BooleanConstructor;
|
|
87
87
|
defaultSort: PropType< Sort | undefined>;
|
|
88
88
|
tooltipEffect: StringConstructor;
|
|
89
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
89
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
90
90
|
spanMethod: PropType<((data: {
|
|
91
91
|
row: any;
|
|
92
92
|
rowIndex: number;
|
|
@@ -130,7 +130,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
130
130
|
};
|
|
131
131
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
132
132
|
flexible: BooleanConstructor;
|
|
133
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
133
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
134
134
|
}>> & {
|
|
135
135
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
136
136
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -282,7 +282,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
282
282
|
defaultExpandAll: BooleanConstructor;
|
|
283
283
|
defaultSort: PropType< Sort | undefined>;
|
|
284
284
|
tooltipEffect: StringConstructor;
|
|
285
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
285
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
286
286
|
spanMethod: PropType<((data: {
|
|
287
287
|
row: any;
|
|
288
288
|
rowIndex: number;
|
|
@@ -326,7 +326,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
326
326
|
};
|
|
327
327
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
328
328
|
flexible: BooleanConstructor;
|
|
329
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
329
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
330
330
|
}>> & {
|
|
331
331
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
332
332
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -417,7 +417,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
417
417
|
defaultExpandAll: BooleanConstructor;
|
|
418
418
|
defaultSort: PropType< Sort | undefined>;
|
|
419
419
|
tooltipEffect: StringConstructor;
|
|
420
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
420
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
421
421
|
spanMethod: PropType<((data: {
|
|
422
422
|
row: any;
|
|
423
423
|
rowIndex: number;
|
|
@@ -461,7 +461,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
461
461
|
};
|
|
462
462
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
463
463
|
flexible: BooleanConstructor;
|
|
464
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
464
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
465
465
|
}>> & {
|
|
466
466
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
467
467
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -649,8 +649,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
649
649
|
onEdited?: (() => any) | undefined;
|
|
650
650
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
651
651
|
}, {
|
|
652
|
-
columns: PlusColumn[];
|
|
653
652
|
data: RecordType[];
|
|
653
|
+
columns: PlusColumn[];
|
|
654
654
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
655
655
|
row: any[];
|
|
656
656
|
rowIndex: number;
|
|
@@ -36,10 +36,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
36
36
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
37
37
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
38
38
|
}, {
|
|
39
|
-
|
|
40
|
-
type: "link" | "icon" | "button";
|
|
41
|
-
label: string | ComputedRef<string>;
|
|
39
|
+
type: "link" | "button" | "icon";
|
|
42
40
|
fixed: string;
|
|
41
|
+
label: string | ComputedRef<string>;
|
|
42
|
+
width: string | number;
|
|
43
43
|
showNumber: number | ((row: RecordType, index: number) => number);
|
|
44
44
|
showLimitIncludeMore: boolean;
|
|
45
45
|
buttons: ActionBarButtonsRow[];
|
|
@@ -71,7 +71,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
71
71
|
defaultExpandAll: BooleanConstructor;
|
|
72
72
|
defaultSort: PropType< Sort | undefined>;
|
|
73
73
|
tooltipEffect: StringConstructor;
|
|
74
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
74
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
75
75
|
spanMethod: PropType<((data: {
|
|
76
76
|
row: any;
|
|
77
77
|
rowIndex: number;
|
|
@@ -115,7 +115,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
115
115
|
};
|
|
116
116
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
117
117
|
flexible: BooleanConstructor;
|
|
118
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
118
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
119
119
|
}>> & {
|
|
120
120
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -267,7 +267,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
267
267
|
defaultExpandAll: BooleanConstructor;
|
|
268
268
|
defaultSort: PropType< Sort | undefined>;
|
|
269
269
|
tooltipEffect: StringConstructor;
|
|
270
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
270
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
271
271
|
spanMethod: PropType<((data: {
|
|
272
272
|
row: any;
|
|
273
273
|
rowIndex: number;
|
|
@@ -311,7 +311,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
311
311
|
};
|
|
312
312
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
313
313
|
flexible: BooleanConstructor;
|
|
314
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
314
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
315
315
|
}>> & {
|
|
316
316
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
317
317
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -402,7 +402,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
402
402
|
defaultExpandAll: BooleanConstructor;
|
|
403
403
|
defaultSort: PropType< Sort | undefined>;
|
|
404
404
|
tooltipEffect: StringConstructor;
|
|
405
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
405
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
406
406
|
spanMethod: PropType<((data: {
|
|
407
407
|
row: any;
|
|
408
408
|
rowIndex: number;
|
|
@@ -446,7 +446,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
446
446
|
};
|
|
447
447
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
448
448
|
flexible: BooleanConstructor;
|
|
449
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
449
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
450
450
|
}>> & {
|
|
451
451
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
452
452
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -227,14 +227,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
227
227
|
};
|
|
228
228
|
}> & {} & ComponentCustomProperties & {} & {
|
|
229
229
|
$slots: Partial<Record<string, (_: {
|
|
230
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
230
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
231
231
|
readonly label: string | ComputedRef<string>;
|
|
232
|
-
readonly modelValue: string | number | boolean |
|
|
232
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
233
233
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
234
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
234
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
235
235
|
style?: CSSProperties | undefined;
|
|
236
236
|
class?: any;
|
|
237
|
-
} & RecordType> | ComputedRef<
|
|
237
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
238
238
|
style?: CSSProperties | undefined;
|
|
239
239
|
class?: any;
|
|
240
240
|
} & RecordType>>;
|
|
@@ -256,7 +256,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
256
256
|
};
|
|
257
257
|
rows: number;
|
|
258
258
|
autocomplete: string;
|
|
259
|
-
type: "" | "number" | "default" | "
|
|
259
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
260
260
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
261
261
|
step: string | number;
|
|
262
262
|
format: string | ProgressFn | undefined;
|
|
@@ -295,12 +295,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
295
295
|
fieldInstance?: any;
|
|
296
296
|
valueIsReady?: Ref<boolean> | undefined;
|
|
297
297
|
prop: string;
|
|
298
|
-
modelValue: string | number | boolean |
|
|
298
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
299
299
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
300
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
300
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
301
301
|
style?: CSSProperties | undefined;
|
|
302
302
|
class?: any;
|
|
303
|
-
} & RecordType> | ComputedRef<
|
|
303
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
304
304
|
style?: CSSProperties | undefined;
|
|
305
305
|
class?: any;
|
|
306
306
|
} & RecordType>>;
|
|
@@ -323,14 +323,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
323
323
|
clearable: boolean;
|
|
324
324
|
index: number;
|
|
325
325
|
}) => any>> & Partial<Record<string, (_: {
|
|
326
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
326
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
327
327
|
readonly label: string | ComputedRef<string>;
|
|
328
|
-
readonly modelValue: string | number | boolean |
|
|
328
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
329
329
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
330
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
330
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
331
331
|
style?: CSSProperties | undefined;
|
|
332
332
|
class?: any;
|
|
333
|
-
} & RecordType> | ComputedRef<
|
|
333
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
334
334
|
style?: CSSProperties | undefined;
|
|
335
335
|
class?: any;
|
|
336
336
|
} & RecordType>>;
|
|
@@ -352,7 +352,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
352
352
|
};
|
|
353
353
|
rows: number;
|
|
354
354
|
autocomplete: string;
|
|
355
|
-
type: "" | "number" | "default" | "
|
|
355
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
356
356
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
357
357
|
step: string | number;
|
|
358
358
|
format: string | ProgressFn | undefined;
|
|
@@ -391,12 +391,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
391
391
|
fieldInstance?: any;
|
|
392
392
|
valueIsReady?: Ref<boolean> | undefined;
|
|
393
393
|
prop: string;
|
|
394
|
-
modelValue: string | number | boolean |
|
|
394
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
395
395
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
396
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
396
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
397
397
|
style?: CSSProperties | undefined;
|
|
398
398
|
class?: any;
|
|
399
|
-
} & RecordType> | ComputedRef<
|
|
399
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
400
400
|
style?: CSSProperties | undefined;
|
|
401
401
|
class?: any;
|
|
402
402
|
} & RecordType>>;
|
|
@@ -419,14 +419,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
419
419
|
clearable: boolean;
|
|
420
420
|
index: number;
|
|
421
421
|
}) => any>> & Partial<Record<string, (_: {
|
|
422
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
422
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
423
423
|
readonly label: string | ComputedRef<string>;
|
|
424
|
-
readonly modelValue: string | number | boolean |
|
|
424
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
425
425
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
426
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
426
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
427
427
|
style?: CSSProperties | undefined;
|
|
428
428
|
class?: any;
|
|
429
|
-
} & RecordType> | ComputedRef<
|
|
429
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
430
430
|
style?: CSSProperties | undefined;
|
|
431
431
|
class?: any;
|
|
432
432
|
} & RecordType>>;
|
|
@@ -448,7 +448,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
448
448
|
};
|
|
449
449
|
rows: number;
|
|
450
450
|
autocomplete: string;
|
|
451
|
-
type: "" | "number" | "default" | "
|
|
451
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
452
452
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
453
453
|
step: string | number;
|
|
454
454
|
format: string | ProgressFn | undefined;
|
|
@@ -487,12 +487,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
487
487
|
fieldInstance?: any;
|
|
488
488
|
valueIsReady?: Ref<boolean> | undefined;
|
|
489
489
|
prop: string;
|
|
490
|
-
modelValue: string | number | boolean |
|
|
490
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
491
491
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
492
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
492
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
493
493
|
style?: CSSProperties | undefined;
|
|
494
494
|
class?: any;
|
|
495
|
-
} & RecordType> | ComputedRef<
|
|
495
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
496
496
|
style?: CSSProperties | undefined;
|
|
497
497
|
class?: any;
|
|
498
498
|
} & RecordType>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SetupContext,
|
|
1
|
+
import { RouteRecordName, RouteLocationNormalized, RouteComponent, RouteMeta, RouteRecordRedirectOption, NavigationGuardWithThis } from 'vue-router';
|
|
2
|
+
import { SetupContext, VNode, RendererNode, RendererElement, Component } from 'vue';
|
|
3
3
|
import { FieldValueType, RecordType, PlusColumn, PlusRouteRecordRaw } from 'yc-pro-components/es/types';
|
|
4
4
|
|
|
5
5
|
export * from './format';
|
|
@@ -95,7 +95,7 @@ export declare const setValue: (target: RecordType, key: string, value: any) =>
|
|
|
95
95
|
* @param version2
|
|
96
96
|
* @returns
|
|
97
97
|
*/
|
|
98
|
-
export declare const compareVersion: (version1: string, version2: string) =>
|
|
98
|
+
export declare const compareVersion: (version1: string, version2: string) => 0 | 1 | -1;
|
|
99
99
|
/**
|
|
100
100
|
* element-plus版本号是否小于'2.6.0'
|
|
101
101
|
*/
|
|
@@ -118,22 +118,14 @@ export declare const getLabel: (label: PlusColumn['label']) => string;
|
|
|
118
118
|
*/
|
|
119
119
|
export declare const removeChildrenField: (item: PlusRouteRecordRaw) => {
|
|
120
120
|
__children: PlusRouteRecordRaw[] | undefined;
|
|
121
|
-
end?: boolean | undefined;
|
|
122
|
-
sensitive?: boolean | undefined;
|
|
123
|
-
strict?: boolean | undefined;
|
|
124
|
-
component?: ( RouteComponent | (() => Promise< RouteComponent>)) | null | undefined;
|
|
125
|
-
components?: Record<string, RouteComponent | (() => Promise< RouteComponent>)> | null | undefined;
|
|
126
|
-
redirect?: RouteRecordRedirectOption | undefined;
|
|
127
|
-
props?: (boolean | Record<string, any> | ((to: RouteLocationNormalized) => Record<string, any>)) | Record<string, boolean | Record<string, any> | ((to: RouteLocationNormalized) => Record<string, any>)> | undefined;
|
|
128
|
-
path?: string | undefined;
|
|
129
|
-
alias?: string | string[] | undefined;
|
|
130
121
|
name?: RouteRecordName | undefined;
|
|
131
|
-
|
|
122
|
+
props?: (boolean | Record<string, any> | ((to: RouteLocationNormalized) => Record<string, any>)) | Record<string, boolean | Record<string, any> | ((to: RouteLocationNormalized) => Record<string, any>)> | undefined;
|
|
123
|
+
components?: Record<string, RouteComponent | (() => Promise< RouteComponent>)> | null | undefined;
|
|
132
124
|
meta?: ( RouteMeta & {
|
|
133
125
|
title?: string | undefined;
|
|
134
|
-
icon?:
|
|
126
|
+
icon?: VNode<RendererNode, RendererElement, {
|
|
135
127
|
[key: string]: any;
|
|
136
|
-
}> | ((route: PlusRouteRecordRaw) => VNode<RendererNode, RendererElement, {
|
|
128
|
+
}> | Component | ((route: PlusRouteRecordRaw) => VNode<RendererNode, RendererElement, {
|
|
137
129
|
[key: string]: any;
|
|
138
130
|
}>) | undefined;
|
|
139
131
|
sort?: number | undefined;
|
|
@@ -141,4 +133,12 @@ export declare const removeChildrenField: (item: PlusRouteRecordRaw) => {
|
|
|
141
133
|
hideInBreadcrumb?: boolean | undefined;
|
|
142
134
|
disabled?: boolean | undefined;
|
|
143
135
|
}) | undefined;
|
|
136
|
+
path?: string | undefined;
|
|
137
|
+
component?: ( RouteComponent | (() => Promise< RouteComponent>)) | null | undefined;
|
|
138
|
+
end?: boolean | undefined;
|
|
139
|
+
sensitive?: boolean | undefined;
|
|
140
|
+
strict?: boolean | undefined;
|
|
141
|
+
redirect?: RouteRecordRedirectOption | undefined;
|
|
142
|
+
alias?: string | string[] | undefined;
|
|
143
|
+
beforeEnter?: NavigationGuardWithThis<undefined> | NavigationGuardWithThis<undefined>[] | undefined;
|
|
144
144
|
};
|
|
@@ -126,9 +126,9 @@ declare const YcCountTo: SFCWithInstall<DefineComponent<{
|
|
|
126
126
|
onMounted?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
onCallback?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
}, {
|
|
129
|
+
duration: number;
|
|
129
130
|
color: string;
|
|
130
131
|
separator: string;
|
|
131
|
-
duration: number;
|
|
132
132
|
fontSize: string;
|
|
133
133
|
prefix: string;
|
|
134
134
|
startVal: number;
|
|
@@ -119,9 +119,9 @@ declare const _default: DefineComponent<{
|
|
|
119
119
|
onMounted?: ((...args: any[]) => any) | undefined;
|
|
120
120
|
onCallback?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
}, {
|
|
122
|
+
duration: number;
|
|
122
123
|
color: string;
|
|
123
124
|
separator: string;
|
|
124
|
-
duration: number;
|
|
125
125
|
fontSize: string;
|
|
126
126
|
prefix: string;
|
|
127
127
|
startVal: number;
|
|
@@ -6,12 +6,12 @@ export * from './src/type';
|
|
|
6
6
|
export type YcDialogInstance = InstanceType<typeof YcDialogComponent>;
|
|
7
7
|
export declare const YcDialog: {
|
|
8
8
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
9
|
-
width: {
|
|
10
|
-
type: PropType<string | number>;
|
|
11
|
-
};
|
|
12
9
|
size: {
|
|
13
10
|
type: PropType<DialogSize>;
|
|
14
11
|
};
|
|
12
|
+
width: {
|
|
13
|
+
type: PropType<string | number>;
|
|
14
|
+
};
|
|
15
15
|
maxHeight: {
|
|
16
16
|
type: PropType<string | number | false>;
|
|
17
17
|
default: string;
|
|
@@ -21,12 +21,12 @@ export declare const YcDialog: {
|
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
23
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
24
|
-
width: {
|
|
25
|
-
type: PropType<string | number>;
|
|
26
|
-
};
|
|
27
24
|
size: {
|
|
28
25
|
type: PropType<DialogSize>;
|
|
29
26
|
};
|
|
27
|
+
width: {
|
|
28
|
+
type: PropType<string | number>;
|
|
29
|
+
};
|
|
30
30
|
maxHeight: {
|
|
31
31
|
type: PropType<string | number | false>;
|
|
32
32
|
default: string;
|
|
@@ -46,12 +46,12 @@ export declare const YcDialog: {
|
|
|
46
46
|
M: {};
|
|
47
47
|
Defaults: {};
|
|
48
48
|
}, Readonly< ExtractPropTypes<{
|
|
49
|
-
width: {
|
|
50
|
-
type: PropType<string | number>;
|
|
51
|
-
};
|
|
52
49
|
size: {
|
|
53
50
|
type: PropType<DialogSize>;
|
|
54
51
|
};
|
|
52
|
+
width: {
|
|
53
|
+
type: PropType<string | number>;
|
|
54
|
+
};
|
|
55
55
|
maxHeight: {
|
|
56
56
|
type: PropType<string | number | false>;
|
|
57
57
|
default: string;
|
|
@@ -68,12 +68,12 @@ export declare const YcDialog: {
|
|
|
68
68
|
__isTeleport?: undefined;
|
|
69
69
|
__isSuspense?: undefined;
|
|
70
70
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
71
|
-
width: {
|
|
72
|
-
type: PropType<string | number>;
|
|
73
|
-
};
|
|
74
71
|
size: {
|
|
75
72
|
type: PropType<DialogSize>;
|
|
76
73
|
};
|
|
74
|
+
width: {
|
|
75
|
+
type: PropType<string | number>;
|
|
76
|
+
};
|
|
77
77
|
maxHeight: {
|
|
78
78
|
type: PropType<string | number | false>;
|
|
79
79
|
default: string;
|
|
@@ -94,12 +94,12 @@ export declare const YcDialog: {
|
|
|
94
94
|
});
|
|
95
95
|
export declare const ReDialog: {
|
|
96
96
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
97
|
-
width: {
|
|
98
|
-
type: PropType<string | number>;
|
|
99
|
-
};
|
|
100
97
|
size: {
|
|
101
98
|
type: PropType<DialogSize>;
|
|
102
99
|
};
|
|
100
|
+
width: {
|
|
101
|
+
type: PropType<string | number>;
|
|
102
|
+
};
|
|
103
103
|
maxHeight: {
|
|
104
104
|
type: PropType<string | number | false>;
|
|
105
105
|
default: string;
|
|
@@ -109,12 +109,12 @@ export declare const ReDialog: {
|
|
|
109
109
|
default: boolean;
|
|
110
110
|
};
|
|
111
111
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
112
|
-
width: {
|
|
113
|
-
type: PropType<string | number>;
|
|
114
|
-
};
|
|
115
112
|
size: {
|
|
116
113
|
type: PropType<DialogSize>;
|
|
117
114
|
};
|
|
115
|
+
width: {
|
|
116
|
+
type: PropType<string | number>;
|
|
117
|
+
};
|
|
118
118
|
maxHeight: {
|
|
119
119
|
type: PropType<string | number | false>;
|
|
120
120
|
default: string;
|
|
@@ -134,12 +134,12 @@ export declare const ReDialog: {
|
|
|
134
134
|
M: {};
|
|
135
135
|
Defaults: {};
|
|
136
136
|
}, Readonly< ExtractPropTypes<{
|
|
137
|
-
width: {
|
|
138
|
-
type: PropType<string | number>;
|
|
139
|
-
};
|
|
140
137
|
size: {
|
|
141
138
|
type: PropType<DialogSize>;
|
|
142
139
|
};
|
|
140
|
+
width: {
|
|
141
|
+
type: PropType<string | number>;
|
|
142
|
+
};
|
|
143
143
|
maxHeight: {
|
|
144
144
|
type: PropType<string | number | false>;
|
|
145
145
|
default: string;
|
|
@@ -156,12 +156,12 @@ export declare const ReDialog: {
|
|
|
156
156
|
__isTeleport?: undefined;
|
|
157
157
|
__isSuspense?: undefined;
|
|
158
158
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
159
|
-
width: {
|
|
160
|
-
type: PropType<string | number>;
|
|
161
|
-
};
|
|
162
159
|
size: {
|
|
163
160
|
type: PropType<DialogSize>;
|
|
164
161
|
};
|
|
162
|
+
width: {
|
|
163
|
+
type: PropType<string | number>;
|
|
164
|
+
};
|
|
165
165
|
maxHeight: {
|
|
166
166
|
type: PropType<string | number | false>;
|
|
167
167
|
default: string;
|
|
@@ -147,21 +147,21 @@ export declare const drawerStore: Ref<{
|
|
|
147
147
|
close: () => void;
|
|
148
148
|
titleId: string;
|
|
149
149
|
titleClass: string;
|
|
150
|
-
}) =>
|
|
150
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
151
151
|
[key: string]: any;
|
|
152
|
-
}>) | undefined;
|
|
152
|
+
}> | Component) | undefined;
|
|
153
153
|
contentRenderer?: ((params: {
|
|
154
154
|
options: DrawerOptions;
|
|
155
155
|
index: number;
|
|
156
|
-
}) =>
|
|
156
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
157
157
|
[key: string]: any;
|
|
158
|
-
}>) | undefined;
|
|
158
|
+
}> | Component) | undefined;
|
|
159
159
|
footerRenderer?: ((params: {
|
|
160
160
|
options: DrawerOptions;
|
|
161
161
|
index: number;
|
|
162
|
-
}) =>
|
|
162
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
163
163
|
[key: string]: any;
|
|
164
|
-
}>) | undefined;
|
|
164
|
+
}> | Component) | undefined;
|
|
165
165
|
footerButtons?: {
|
|
166
166
|
label: string;
|
|
167
167
|
size?: "default" | "small" | "large" | undefined;
|
|
@@ -14,7 +14,7 @@ export declare const YcMoreActions: DefineComponent<{
|
|
|
14
14
|
default: boolean;
|
|
15
15
|
};
|
|
16
16
|
trigger: {
|
|
17
|
-
type: PropType<"
|
|
17
|
+
type: PropType<"click" | "hover" | "contextmenu">;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
placement: {
|
|
@@ -63,7 +63,7 @@ export declare const YcMoreActions: DefineComponent<{
|
|
|
63
63
|
default: boolean;
|
|
64
64
|
};
|
|
65
65
|
trigger: {
|
|
66
|
-
type: PropType<"
|
|
66
|
+
type: PropType<"click" | "hover" | "contextmenu">;
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
placement: {
|
|
@@ -105,7 +105,7 @@ export declare const YcMoreActions: DefineComponent<{
|
|
|
105
105
|
}, {
|
|
106
106
|
showArrow: boolean;
|
|
107
107
|
disabled: boolean;
|
|
108
|
-
trigger: "
|
|
108
|
+
trigger: "click" | "hover" | "contextmenu";
|
|
109
109
|
placement: "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
|
110
110
|
stopPropagation: boolean;
|
|
111
111
|
actions: MoreActionItem[];
|
|
@@ -123,7 +123,7 @@ export declare const ReMoreActions: DefineComponent<{
|
|
|
123
123
|
default: boolean;
|
|
124
124
|
};
|
|
125
125
|
trigger: {
|
|
126
|
-
type: PropType<"
|
|
126
|
+
type: PropType<"click" | "hover" | "contextmenu">;
|
|
127
127
|
default: string;
|
|
128
128
|
};
|
|
129
129
|
placement: {
|
|
@@ -172,7 +172,7 @@ export declare const ReMoreActions: DefineComponent<{
|
|
|
172
172
|
default: boolean;
|
|
173
173
|
};
|
|
174
174
|
trigger: {
|
|
175
|
-
type: PropType<"
|
|
175
|
+
type: PropType<"click" | "hover" | "contextmenu">;
|
|
176
176
|
default: string;
|
|
177
177
|
};
|
|
178
178
|
placement: {
|
|
@@ -214,7 +214,7 @@ export declare const ReMoreActions: DefineComponent<{
|
|
|
214
214
|
}, {
|
|
215
215
|
showArrow: boolean;
|
|
216
216
|
disabled: boolean;
|
|
217
|
-
trigger: "
|
|
217
|
+
trigger: "click" | "hover" | "contextmenu";
|
|
218
218
|
placement: "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
|
219
219
|
stopPropagation: boolean;
|
|
220
220
|
actions: MoreActionItem[];
|
|
@@ -40,7 +40,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
40
40
|
}, {
|
|
41
41
|
showArrow: boolean;
|
|
42
42
|
disabled: boolean;
|
|
43
|
-
trigger: "
|
|
43
|
+
trigger: "click" | "hover" | "contextmenu";
|
|
44
44
|
placement: "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
|
45
45
|
stopPropagation: boolean;
|
|
46
46
|
actions: MoreActionItem[];
|