hongluan-business-ui
Version:
Hongluan Business Component Library for Vue 3
47 lines (46 loc) • 1.36 kB
TypeScript
import type { PropType } from 'vue';
import type { TableCol } from './toolbar';
declare const _default: import("vue").DefineComponent<{
cols: {
type: PropType<TableCol[]>;
default: () => any[];
};
storeKey: StringConstructor;
version: {
type: StringConstructor;
default: string;
};
colLabelField: {
type: StringConstructor;
default: string;
};
}, {
newCols: import("vue").Ref<{
$show$: boolean;
label: string;
}[]>;
selectedCols: import("vue").Ref<string[]>;
getLabelField: () => string;
colChanged: (label: string, val: boolean) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "col-change"[], "col-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
cols: {
type: PropType<TableCol[]>;
default: () => any[];
};
storeKey: StringConstructor;
version: {
type: StringConstructor;
default: string;
};
colLabelField: {
type: StringConstructor;
default: string;
};
}>> & {
"onCol-change"?: (...args: any[]) => any;
}, {
cols: TableCol[];
version: string;
colLabelField: string;
}>;
export default _default;