cosey 0.2.20 → 0.2.22
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.
|
@@ -30,7 +30,7 @@ export type TableColumnProps<T = any> = Partial<Omit<ExtractPropTypes<typeof elT
|
|
|
30
30
|
[prop: string]: any;
|
|
31
31
|
};
|
|
32
32
|
tooltip?: string;
|
|
33
|
-
format?: (cellValue: any, row: any, column: TableColumnCtx<any>, index: number) => VNode;
|
|
33
|
+
format?: (cellValue: any, row: any, column: TableColumnCtx<any>, index: number) => VNode | string;
|
|
34
34
|
};
|
|
35
35
|
export declare const tableColumnProps: {
|
|
36
36
|
slots: {
|
|
@@ -42,7 +42,7 @@ declare const TableColumn: import("vue").DefineComponent<{
|
|
|
42
42
|
[prop: string]: any;
|
|
43
43
|
} | undefined;
|
|
44
44
|
tooltip?: string | undefined;
|
|
45
|
-
format?: ((cellValue: any, row: any, column: import("element-plus").TableColumnCtx<any>, index: number) => import("vue").VNode) | undefined;
|
|
45
|
+
format?: ((cellValue: any, row: any, column: import("element-plus").TableColumnCtx<any>, index: number) => import("vue").VNode | string) | undefined;
|
|
46
46
|
}, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
47
47
|
label?: string | undefined;
|
|
48
48
|
minWidth?: string | number | undefined;
|
|
@@ -86,7 +86,7 @@ declare const TableColumn: import("vue").DefineComponent<{
|
|
|
86
86
|
[prop: string]: any;
|
|
87
87
|
} | undefined;
|
|
88
88
|
tooltip?: string | undefined;
|
|
89
|
-
format?: ((cellValue: any, row: any, column: import("element-plus").TableColumnCtx<any>, index: number) => import("vue").VNode) | undefined;
|
|
89
|
+
format?: ((cellValue: any, row: any, column: import("element-plus").TableColumnCtx<any>, index: number) => import("vue").VNode | string) | undefined;
|
|
90
90
|
}> & Readonly<{}>, {
|
|
91
91
|
minWidth: string | number;
|
|
92
92
|
width: string | number;
|
|
@@ -301,15 +301,15 @@ var stdin_default = /* @__PURE__ */defineComponent({
|
|
|
301
301
|
"hide-after": 0
|
|
302
302
|
}, {
|
|
303
303
|
default: withCtx(() => [createVNode(unref(ElButton), {
|
|
304
|
-
circle: ""
|
|
304
|
+
circle: "",
|
|
305
|
+
onClick: reload
|
|
305
306
|
}, {
|
|
306
307
|
default: withCtx(() => [createVNode(stdin_default$3, {
|
|
307
308
|
name: "co:rotate-360",
|
|
308
309
|
size: "md",
|
|
309
310
|
class: normalizeClass([`${unref(prefixCls)}-refresh-icon`, {
|
|
310
311
|
"is-spinning": reloading.value
|
|
311
|
-
}])
|
|
312
|
-
onClick: reload
|
|
312
|
+
}])
|
|
313
313
|
}, null, 8, ["class"])]),
|
|
314
314
|
_: 1
|
|
315
315
|
/* STABLE */
|