UNPKG

@velis/dynamicforms

Version:

Data entry boilerplate components and a RESTful API consumer

16 lines 876 B
import IndexedArray from '../classes/indexed-array'; import TableColumn from './definitions/column'; /** * This component generates the styles for column sizing for our table component. * It works in tandem with MeasureRender mixin that actually triggers the measuring events * * TODO: adapt styles to bootstrap / vuetify. check paddings, margins, etc * TODO: support striped, dark / light, dense */ type __VLS_Props = { columns: IndexedArray<TableColumn>; uniqueId: string; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=table-style.vue.d.ts.map