@pusdn/pgz-comp-elep 0.2.13 → 0.2.14
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/lib/adaptive-page/index.d.ts +17096 -0
- package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
- package/lib/adaptive-page/src/type.d.ts +9 -0
- package/lib/button/index.d.ts +134 -0
- package/lib/button/src/index.vue.d.ts +67 -0
- package/lib/button/src/type.d.ts +10 -0
- package/lib/chart/index.d.ts +164 -0
- package/lib/chart/src/index.vue.d.ts +77 -0
- package/lib/chart/src/type.d.ts +7 -0
- package/lib/checkbox/index.d.ts +206 -0
- package/lib/checkbox/src/checkbox.d.ts +5 -0
- package/lib/checkbox/src/index.vue.d.ts +91 -0
- package/lib/components.d.ts +57 -0
- package/lib/date-picker/index.d.ts +170 -0
- package/lib/date-picker/src/index.vue.d.ts +77 -0
- package/lib/date-picker/src/type.d.ts +10 -0
- package/lib/detail/index.d.ts +182 -0
- package/lib/detail/src/index.vue.d.ts +88 -0
- package/lib/detail/src/renderLabel.vue.d.ts +8 -0
- package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
- package/lib/detail/src/type.d.ts +27 -0
- package/lib/favicon.ico +0 -0
- package/lib/form/index.d.ts +308 -0
- package/lib/form/src/index.vue.d.ts +125 -0
- package/lib/form/src/renderBtn.vue.d.ts +8 -0
- package/lib/form/src/renderComp.vue.d.ts +8 -0
- package/lib/form/src/type.d.ts +26 -0
- package/lib/index.d.ts +42 -0
- package/lib/input/index.d.ts +215 -0
- package/lib/input/src/index.vue.d.ts +109 -0
- package/lib/input/src/type.d.ts +13 -0
- package/lib/layout-page/index.d.ts +114 -0
- package/lib/layout-page/src/index.vue.d.ts +62 -0
- package/lib/layout-page-item/index.d.ts +35 -0
- package/lib/layout-page-item/src/index.vue.d.ts +14 -0
- package/lib/module-form/index.d.ts +530 -0
- package/lib/module-form/src/index.vue.d.ts +243 -0
- package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
- package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
- package/lib/module-form/src/type.d.ts +19 -0
- package/lib/pgz-checkbox/index.d.ts +149 -0
- package/lib/pgz-checkbox/src/index.vue.d.ts +65 -0
- package/lib/pgz-checkbox/src/type.d.ts +12 -0
- package/lib/pgz-comp-elep.es.js +39723 -0
- package/lib/pgz-comp-elep.es.js.gz +0 -0
- package/lib/pgz-comp-elep.umd.js +261 -0
- package/lib/pgz-comp-elep.umd.js.gz +0 -0
- package/lib/pgz-html-preview-modal/index.d.ts +77 -0
- package/lib/pgz-html-preview-modal/src/index.vue.d.ts +22 -0
- package/lib/pgz-html-preview-modal/src/type.d.ts +7 -0
- package/lib/pgz-search-select/index.d.ts +5 -0
- package/lib/pgz-search-select/src/index.vue.d.ts +194 -0
- package/lib/pgz-search-select/src/type.d.ts +16 -0
- package/lib/pgz-tdt-mark/index.d.ts +407 -0
- package/lib/pgz-tdt-mark/src/env.d.ts +7 -0
- package/lib/pgz-tdt-mark/src/index.vue.d.ts +167 -0
- package/lib/pgz-tdt-mark/src/props.d.ts +63 -0
- package/lib/pgz-tdt-mark/src/types/index.d.ts +1 -0
- package/lib/pgz-tdt-mark/src/types/tdt.d.ts +88 -0
- package/lib/pgz-tdt-ploygon/index.d.ts +401 -0
- package/lib/pgz-tdt-ploygon/src/env.d.ts +7 -0
- package/lib/pgz-tdt-ploygon/src/index.vue.d.ts +164 -0
- package/lib/pgz-tdt-ploygon/src/props.d.ts +35 -0
- package/lib/pgz-tdt-ploygon/src/tmp-fix.d.ts +10 -0
- package/lib/pgz-tdt-ploygon/src/types/index.d.ts +1 -0
- package/lib/pgz-tdt-ploygon/src/types/tdt.d.ts +120 -0
- package/lib/pgz-tdt-ploygon/src/types.d.ts +27 -0
- package/lib/pgz-video-xg-modal/index.d.ts +181 -0
- package/lib/pgz-video-xg-modal/src/env.d.ts +7 -0
- package/lib/pgz-video-xg-modal/src/index.vue.d.ts +73 -0
- package/lib/pgz-video-xg-modal/src/types/xgplayer.d.ts +59 -0
- package/lib/query-condition/index.d.ts +701 -0
- package/lib/query-condition/src/index.vue.d.ts +326 -0
- package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
- package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
- package/lib/query-condition/src/type.d.ts +21 -0
- package/lib/query-condition/src/useComputed.d.ts +27 -0
- package/lib/radio/index.d.ts +206 -0
- package/lib/radio/src/index.vue.d.ts +91 -0
- package/lib/radio/src/radio.d.ts +12 -0
- package/lib/select/index.d.ts +371 -0
- package/lib/select/src/index.vue.d.ts +200 -0
- package/lib/select/src/type.d.ts +42 -0
- package/lib/select-icon/index.d.ts +174 -0
- package/lib/select-icon/src/index.vue.d.ts +89 -0
- package/lib/select-table/index.d.ts +2165 -0
- package/lib/select-table/src/index.vue.d.ts +963 -0
- package/lib/select-table/src/renderCol.vue.d.ts +20 -0
- package/lib/select-table/src/type.d.ts +56 -0
- package/lib/select-table/src/useVirtualized.d.ts +11 -0
- package/lib/step-wizard/index.d.ts +146 -0
- package/lib/step-wizard/src/index.vue.d.ts +71 -0
- package/lib/step-wizard/src/type.d.ts +25 -0
- package/lib/style.css +1 -0
- package/lib/style.css.gz +0 -0
- package/lib/table/index.d.ts +2540 -0
- package/lib/table/src/ColumnSet.vue.d.ts +148 -0
- package/lib/table/src/TTableColumn.vue.d.ts +173 -0
- package/lib/table/src/index.vue.d.ts +941 -0
- package/lib/table/src/operator.vue.d.ts +80 -0
- package/lib/table/src/renderCol.vue.d.ts +20 -0
- package/lib/table/src/renderHeader.vue.d.ts +16 -0
- package/lib/table/src/singleEdit.vue.d.ts +122 -0
- package/lib/table/src/singleEditCell.vue.d.ts +120 -0
- package/lib/table/src/tableProps.d.ts +100 -0
- package/lib/table/src/useExpose.d.ts +16 -0
- package/lib/table/src/useVirtualized.d.ts +9 -0
- package/lib/tabs/index.d.ts +69 -0
- package/lib/tabs/src/index.vue.d.ts +34 -0
- package/lib/timer-btn/index.d.ts +92 -0
- package/lib/timer-btn/src/index.vue.d.ts +43 -0
- package/lib/utils/directives/click-outside/index.d.ts +3 -0
- package/lib/utils/http/api.d.ts +76 -0
- package/lib/utils/http/index.d.ts +79 -0
- package/lib/utils/http/types.d.ts +13 -0
- package/lib/utils/index.d.ts +40 -0
- package/lib/withInstall.d.ts +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
export interface Column {
|
|
2
|
+
label: string;
|
|
3
|
+
prop: string;
|
|
4
|
+
checkBoxDisabled?: boolean;
|
|
5
|
+
hidden?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface ColumnSetProps {
|
|
8
|
+
columns: Column[];
|
|
9
|
+
title?: string;
|
|
10
|
+
name?: string;
|
|
11
|
+
columnSetBind?: Record<string, any>;
|
|
12
|
+
}
|
|
13
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
14
|
+
columns: {
|
|
15
|
+
type: ArrayConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
default: () => never[];
|
|
18
|
+
};
|
|
19
|
+
title: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
required: false;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
name: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: false;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
columnSetBind: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
required: false;
|
|
32
|
+
default: () => {};
|
|
33
|
+
};
|
|
34
|
+
}>, {
|
|
35
|
+
props: any;
|
|
36
|
+
$attrs: any;
|
|
37
|
+
columnBind: import("vue").ComputedRef<any>;
|
|
38
|
+
getColumnSetCache: () => any;
|
|
39
|
+
initColumnSet: () => any;
|
|
40
|
+
emits: (event: "columnSetting", ...args: any[]) => void;
|
|
41
|
+
state: {
|
|
42
|
+
columnSet: never[];
|
|
43
|
+
};
|
|
44
|
+
reSetColumnSet: () => void;
|
|
45
|
+
checkChanged: (checked: any, index: string | number) => void;
|
|
46
|
+
readonly Draggable: import("vue").DefineComponent<{
|
|
47
|
+
list: {
|
|
48
|
+
type: ArrayConstructor;
|
|
49
|
+
required: boolean;
|
|
50
|
+
default: any;
|
|
51
|
+
};
|
|
52
|
+
modelValue: {
|
|
53
|
+
type: ArrayConstructor;
|
|
54
|
+
required: boolean;
|
|
55
|
+
default: any;
|
|
56
|
+
};
|
|
57
|
+
itemKey: {
|
|
58
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
59
|
+
required: boolean;
|
|
60
|
+
};
|
|
61
|
+
clone: {
|
|
62
|
+
type: FunctionConstructor;
|
|
63
|
+
default: (original: any) => any;
|
|
64
|
+
};
|
|
65
|
+
tag: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
move: {
|
|
70
|
+
type: FunctionConstructor;
|
|
71
|
+
default: any;
|
|
72
|
+
};
|
|
73
|
+
componentData: {
|
|
74
|
+
type: ObjectConstructor;
|
|
75
|
+
required: boolean;
|
|
76
|
+
default: any;
|
|
77
|
+
};
|
|
78
|
+
}, unknown, {
|
|
79
|
+
error: boolean;
|
|
80
|
+
}, {
|
|
81
|
+
realList(): any;
|
|
82
|
+
getKey(): any;
|
|
83
|
+
}, {
|
|
84
|
+
getUnderlyingVm(domElement: any): any;
|
|
85
|
+
getUnderlyingPotencialDraggableComponent(htmElement: any): any;
|
|
86
|
+
emitChanges(evt: any): void;
|
|
87
|
+
alterList(onList: any): void;
|
|
88
|
+
spliceList(): void;
|
|
89
|
+
updatePosition(oldIndex: any, newIndex: any): void;
|
|
90
|
+
getRelatedContextFromMoveEvent({ to, related }: {
|
|
91
|
+
to: any;
|
|
92
|
+
related: any;
|
|
93
|
+
}): any;
|
|
94
|
+
getVmIndexFromDomIndex(domIndex: any): any;
|
|
95
|
+
onDragStart(evt: any): void;
|
|
96
|
+
onDragAdd(evt: any): void;
|
|
97
|
+
onDragRemove(evt: any): void;
|
|
98
|
+
onDragUpdate(evt: any): void;
|
|
99
|
+
computeFutureIndex(relatedContext: any, evt: any): any;
|
|
100
|
+
onDragMove(evt: any, originalEvent: any): any;
|
|
101
|
+
onDragEnd(): void;
|
|
102
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
103
|
+
move: Function;
|
|
104
|
+
tag: string;
|
|
105
|
+
clone: Function;
|
|
106
|
+
list: unknown[];
|
|
107
|
+
modelValue: unknown[];
|
|
108
|
+
componentData: Record<string, any>;
|
|
109
|
+
} & {
|
|
110
|
+
itemKey?: string | Function | undefined;
|
|
111
|
+
}>, {
|
|
112
|
+
move: Function;
|
|
113
|
+
tag: string;
|
|
114
|
+
clone: Function;
|
|
115
|
+
list: unknown[];
|
|
116
|
+
modelValue: unknown[];
|
|
117
|
+
componentData: Record<string, any>;
|
|
118
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
119
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "columnSetting"[], "columnSetting", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
+
columns: {
|
|
121
|
+
type: ArrayConstructor;
|
|
122
|
+
required: true;
|
|
123
|
+
default: () => never[];
|
|
124
|
+
};
|
|
125
|
+
title: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
required: false;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
|
+
name: {
|
|
131
|
+
type: StringConstructor;
|
|
132
|
+
required: false;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
columnSetBind: {
|
|
136
|
+
type: ObjectConstructor;
|
|
137
|
+
required: false;
|
|
138
|
+
default: () => {};
|
|
139
|
+
};
|
|
140
|
+
}>> & Readonly<{
|
|
141
|
+
onColumnSetting?: ((...args: any[]) => any) | undefined;
|
|
142
|
+
}>, {
|
|
143
|
+
name: string;
|
|
144
|
+
columns: unknown[];
|
|
145
|
+
title: string;
|
|
146
|
+
columnSetBind: Record<string, any>;
|
|
147
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
148
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
item: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
align: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
sortable: {
|
|
12
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
13
|
+
};
|
|
14
|
+
}>, {
|
|
15
|
+
emits: (event: "handleEvent", ...args: any[]) => void;
|
|
16
|
+
slots: Readonly<{
|
|
17
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
SingleEditCell: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
|
+
configEdit: {
|
|
21
|
+
type: any;
|
|
22
|
+
default: () => {};
|
|
23
|
+
};
|
|
24
|
+
listTypeInfo: {
|
|
25
|
+
type: ObjectConstructor;
|
|
26
|
+
default: () => {};
|
|
27
|
+
};
|
|
28
|
+
scope: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: () => {};
|
|
31
|
+
};
|
|
32
|
+
prop: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
isShowRules: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
modelValue: {
|
|
41
|
+
type: (BooleanConstructor | NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
|
|
42
|
+
};
|
|
43
|
+
indexColumns: (NumberConstructor | StringConstructor)[];
|
|
44
|
+
}>, {
|
|
45
|
+
props: any;
|
|
46
|
+
emits: (event: "handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle", ...args: any[]) => void;
|
|
47
|
+
childValue: any;
|
|
48
|
+
handleEvent: (type: string) => void;
|
|
49
|
+
keyUpHandle: ($event: any) => void;
|
|
50
|
+
cEvent: any;
|
|
51
|
+
selectListType: import("vue").ComputedRef<(item: {
|
|
52
|
+
list: string | number;
|
|
53
|
+
}) => any>;
|
|
54
|
+
compChildName: import("vue").ComputedRef<(configEdit: {
|
|
55
|
+
type: any;
|
|
56
|
+
}) => "el-radio" | "el-checkbox" | "el-option" | undefined>;
|
|
57
|
+
compChildLabel: import("vue").ComputedRef<(configEdit: {
|
|
58
|
+
type: any;
|
|
59
|
+
arrLabel: any;
|
|
60
|
+
}, value: {
|
|
61
|
+
[x: string]: any;
|
|
62
|
+
value: any;
|
|
63
|
+
}) => any>;
|
|
64
|
+
compChildValue: import("vue").ComputedRef<(configEdit: {
|
|
65
|
+
type: any;
|
|
66
|
+
arrKey: any;
|
|
67
|
+
}, value: {
|
|
68
|
+
[x: string]: any;
|
|
69
|
+
value: any;
|
|
70
|
+
}, key: any) => any>;
|
|
71
|
+
compChildShowLabel: import("vue").ComputedRef<(configEdit: {
|
|
72
|
+
type: any;
|
|
73
|
+
arrLabel: any;
|
|
74
|
+
}, value: {
|
|
75
|
+
[x: string]: any;
|
|
76
|
+
label: any;
|
|
77
|
+
}) => any>;
|
|
78
|
+
getRefs: (el: any, item: any) => void;
|
|
79
|
+
tselecttableref: any;
|
|
80
|
+
handleRef: (el: any, item: any) => void;
|
|
81
|
+
resetTselectTableFields: () => void;
|
|
82
|
+
getPlaceholder: (row: any) => any;
|
|
83
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle")[], "handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
+
configEdit: {
|
|
85
|
+
type: any;
|
|
86
|
+
default: () => {};
|
|
87
|
+
};
|
|
88
|
+
listTypeInfo: {
|
|
89
|
+
type: ObjectConstructor;
|
|
90
|
+
default: () => {};
|
|
91
|
+
};
|
|
92
|
+
scope: {
|
|
93
|
+
type: ObjectConstructor;
|
|
94
|
+
default: () => {};
|
|
95
|
+
};
|
|
96
|
+
prop: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
isShowRules: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
modelValue: {
|
|
105
|
+
type: (BooleanConstructor | NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
|
|
106
|
+
};
|
|
107
|
+
indexColumns: (NumberConstructor | StringConstructor)[];
|
|
108
|
+
}>> & Readonly<{
|
|
109
|
+
onHandleEvent?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
onGetRefs?: ((...args: any[]) => any) | undefined;
|
|
111
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
onKeyupHandle?: ((...args: any[]) => any) | undefined;
|
|
113
|
+
}>, {
|
|
114
|
+
prop: string;
|
|
115
|
+
configEdit: any;
|
|
116
|
+
listTypeInfo: Record<string, any>;
|
|
117
|
+
scope: Record<string, any>;
|
|
118
|
+
isShowRules: boolean;
|
|
119
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
120
|
+
RenderCol: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
121
|
+
row: ObjectConstructor;
|
|
122
|
+
render: FunctionConstructor;
|
|
123
|
+
index: NumberConstructor;
|
|
124
|
+
column: {
|
|
125
|
+
type: ObjectConstructor;
|
|
126
|
+
default: null;
|
|
127
|
+
};
|
|
128
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
129
|
+
row: ObjectConstructor;
|
|
130
|
+
render: FunctionConstructor;
|
|
131
|
+
index: NumberConstructor;
|
|
132
|
+
column: {
|
|
133
|
+
type: ObjectConstructor;
|
|
134
|
+
default: null;
|
|
135
|
+
};
|
|
136
|
+
}>> & Readonly<{}>, {
|
|
137
|
+
column: Record<string, any>;
|
|
138
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
139
|
+
RenderHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
140
|
+
render: FunctionConstructor;
|
|
141
|
+
column: {
|
|
142
|
+
type: ObjectConstructor;
|
|
143
|
+
default: null;
|
|
144
|
+
};
|
|
145
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
146
|
+
render: FunctionConstructor;
|
|
147
|
+
column: {
|
|
148
|
+
type: ObjectConstructor;
|
|
149
|
+
default: null;
|
|
150
|
+
};
|
|
151
|
+
}>> & Readonly<{}>, {
|
|
152
|
+
column: Record<string, any>;
|
|
153
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
154
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleEvent"[], "handleEvent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
155
|
+
item: {
|
|
156
|
+
type: ObjectConstructor;
|
|
157
|
+
default: () => {};
|
|
158
|
+
required: true;
|
|
159
|
+
};
|
|
160
|
+
align: {
|
|
161
|
+
type: StringConstructor;
|
|
162
|
+
default: string;
|
|
163
|
+
};
|
|
164
|
+
sortable: {
|
|
165
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
166
|
+
};
|
|
167
|
+
}>> & Readonly<{
|
|
168
|
+
onHandleEvent?: ((...args: any[]) => any) | undefined;
|
|
169
|
+
}>, {
|
|
170
|
+
align: string;
|
|
171
|
+
item: Record<string, any>;
|
|
172
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
173
|
+
export default _sfc_main;
|