@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
36 lines (35 loc) • 3.91 kB
TypeScript
import { TableCellDefDirective } from './table-cell-def.directive';
import { TableExpandButtonCellComponent, TableExpandPanelCellComponent } from './table-cell.component';
import { TableCellDirective } from './table-cell.directive';
import { TableColumnDefDirective } from './table-column-def.directive';
import { TableColumnResizableDirective } from './table-column-resizable.directive';
import { TableHeaderCellDefDirective } from './table-header-cell-def.directive';
import { TableHeaderCellDirective } from './table-header-cell.directive';
import { TableHeaderRowDefDirective } from './table-header-row-def.directive';
import { TableHeaderRowComponent } from './table-header-row.component';
import { TablePlaceholderDefDirective, TablePlaceholderOutletDirective } from './table-placeholder.directive';
import { TableRowDefDirective } from './table-row-def.directive';
import { TableRowComponent } from './table-row.component';
import { TableScrollableDirective, TableScrollWrapperDirective } from './table-scroll.directive';
import { TableComponent } from './table.component';
import * as i0 from "@angular/core";
import * as i1 from "./table.component";
import * as i2 from "./table-row.component";
import * as i3 from "./table-header-row.component";
import * as i4 from "./table-cell.component";
import * as i5 from "./table-cell.directive";
import * as i6 from "./table-cell-def.directive";
import * as i7 from "./table-header-cell.directive";
import * as i8 from "./table-row-def.directive";
import * as i9 from "./table-header-row-def.directive";
import * as i10 from "./table-header-cell-def.directive";
import * as i11 from "./table-column-def.directive";
import * as i12 from "./table-column-resizable.directive";
import * as i13 from "./table-placeholder.directive";
import * as i14 from "./table-scroll.directive";
export declare const TABLE_MODULE: readonly [typeof TableComponent, typeof TableRowComponent, typeof TableHeaderRowComponent, typeof TableExpandButtonCellComponent, typeof TableExpandPanelCellComponent, typeof TableCellDirective, typeof TableCellDefDirective, typeof TableHeaderCellDirective, typeof TableRowDefDirective, typeof TableHeaderRowDefDirective, typeof TableHeaderCellDefDirective, typeof TableColumnDefDirective, typeof TableColumnResizableDirective, typeof TablePlaceholderOutletDirective, typeof TablePlaceholderDefDirective, typeof TableScrollWrapperDirective, typeof TableScrollableDirective];
export declare class TableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1.TableComponent, typeof i2.TableRowComponent, typeof i3.TableHeaderRowComponent, typeof i4.TableExpandButtonCellComponent, typeof i4.TableExpandPanelCellComponent, typeof i5.TableCellDirective, typeof i6.TableCellDefDirective, typeof i7.TableHeaderCellDirective, typeof i8.TableRowDefDirective, typeof i9.TableHeaderRowDefDirective, typeof i10.TableHeaderCellDefDirective, typeof i11.TableColumnDefDirective, typeof i12.TableColumnResizableDirective, typeof i13.TablePlaceholderOutletDirective, typeof i13.TablePlaceholderDefDirective, typeof i14.TableScrollWrapperDirective, typeof i14.TableScrollableDirective], [typeof i1.TableComponent, typeof i2.TableRowComponent, typeof i3.TableHeaderRowComponent, typeof i4.TableExpandButtonCellComponent, typeof i4.TableExpandPanelCellComponent, typeof i5.TableCellDirective, typeof i6.TableCellDefDirective, typeof i7.TableHeaderCellDirective, typeof i8.TableRowDefDirective, typeof i9.TableHeaderRowDefDirective, typeof i10.TableHeaderCellDefDirective, typeof i11.TableColumnDefDirective, typeof i12.TableColumnResizableDirective, typeof i13.TablePlaceholderOutletDirective, typeof i13.TablePlaceholderDefDirective, typeof i14.TableScrollWrapperDirective, typeof i14.TableScrollableDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
}