@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
43 lines (42 loc) • 2.03 kB
text/typescript
export * from './grid.spec';
export * from './grid-header.spec';
export * from './grid-grouping-header.spec';
export * from './grid-pinned-container.spec';
export * from './grid-sticky-container.spec';
export * from './grid-header-table.spec';
export * from './grid-header-cell.spec';
export * from './grid-container.spec';
export * from './grid-content.spec';
export * from './grid-table.spec';
export * from './grid-footer.spec';
export * from './grid-footer-table.spec';
export * from './grid-pager.spec';
export * from './grid-toolbar.spec';
export * from './grid-stack-cell.spec';
export * from './grid-stack-row.spec';
export * from './templates/grid-normal';
export * from './templates/grid-with-column-menu';
export * from './templates/grid-with-column-menu-open';
export * from './templates/grid-with-filter-menu';
export * from './templates/grid-with-filter-menu-open';
export * from './templates/grid-with-filter-row';
export * from './templates/grid-with-grouping';
export * from './templates/grid-grouping-no-indent';
export * from './templates/grid-grouping-checkbox-no-indent';
export * from './templates/grid-grouping-groups-column';
export * from './templates/grid-grouping-checkbox-groups-column';
export * from './templates/grid-grouping-multiple-columns';
export * from './templates/grid-grouping-checkbox-multiple-columns';
export * from './templates/grid-hierarchy';
export * from './templates/grid-with-row-reordering';
export * from './templates/grid-with-selection-aggregates';
export * from './templates/grid-with-multicolumn-headers';
export * from './templates/grid-with-locked-columns';
export * from './templates/grid-with-sticky-columns';
export * from './templates/grid-with-edit-row';
export * from './templates/grid-stack';
export * from './templates/grid-with-pinned-rows';
export * from './templates/grid-with-pinned-rows-pin-column';
export * from './templates/grid-with-sticky-grouping';
export * from './templates/grid-with-locked-columns-sticky-grouping';
export * from './demos/grid';