carbon-components-angular
Version:
Next generation components
64 lines (60 loc) • 4.35 kB
TypeScript
/**
*
* carbon-angular v0.0.0 | table.module.d.ts
*
* Copyright 2014, 2025 IBM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import * as i0 from "@angular/core";
import * as i1 from "./toolbar/table-toolbar.component";
import * as i2 from "./table-container.component";
import * as i3 from "./header/table-header.component";
import * as i4 from "./header/table-header-title.directive";
import * as i5 from "./header/table-header-description.directive";
import * as i6 from "./head/table-head-cell-label.directive";
import * as i7 from "./toolbar/table-toolbar-actions.component";
import * as i8 from "./toolbar/table-toolbar-search.component";
import * as i9 from "./toolbar/table-toolbar-content.component";
import * as i10 from "./expanded-row-hover.directive";
import * as i11 from "./table.component";
import * as i12 from "./table.directive";
import * as i13 from "./head/table-head.component";
import * as i14 from "./head/table-head-cell.component";
import * as i15 from "./head/table-head-checkbox.component";
import * as i16 from "./head/table-head-expand.component";
import * as i17 from "./body/table-body.component";
import * as i18 from "./body/table-row.component";
import * as i19 from "./body/table-expanded-row.component";
import * as i20 from "./cell/table-data.component";
import * as i21 from "./cell/table-checkbox.component";
import * as i22 from "./cell/table-radio.component";
import * as i23 from "./cell/table-expand-button.component";
import * as i24 from "@angular/common";
import * as i25 from "carbon-components-angular/forms";
import * as i26 from "@angular/forms";
import * as i27 from "carbon-components-angular/dialog";
import * as i28 from "carbon-components-angular/button";
import * as i29 from "carbon-components-angular/search";
import * as i30 from "carbon-components-angular/i18n";
import * as i31 from "carbon-components-angular/icon";
export { TableModel } from "./table-model.class";
export { TableRow } from "./table-row.class";
export { TableItem } from "./table-item.class";
export { TableHeaderItem } from "./table-header-item.class";
export * from "./table-adapter.class";
export * from "./data-grid-interaction-model.class";
export declare class TableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableToolbar, typeof i2.TableContainer, typeof i3.TableHeader, typeof i4.TableHeaderTitle, typeof i5.TableHeaderDescription, typeof i6.TableHeadCellLabel, typeof i7.TableToolbarActions, typeof i8.TableToolbarSearch, typeof i9.TableToolbarContent, typeof i10.ExpandedRowHover, typeof i11.Table, typeof i12.TableDirective, typeof i13.TableHead, typeof i14.TableHeadCell, typeof i15.TableHeadCheckbox, typeof i16.TableHeadExpand, typeof i17.TableBody, typeof i18.TableRowComponent, typeof i19.TableExpandedRow, typeof i20.TableData, typeof i21.TableCheckbox, typeof i22.TableRadio, typeof i23.TableExpandButton], [typeof i24.CommonModule, typeof i25.NFormsModule, typeof i26.FormsModule, typeof i27.DialogModule, typeof i28.ButtonModule, typeof i29.SearchModule, typeof i30.I18nModule, typeof i31.IconModule], [typeof i1.TableToolbar, typeof i2.TableContainer, typeof i3.TableHeader, typeof i4.TableHeaderTitle, typeof i5.TableHeaderDescription, typeof i6.TableHeadCellLabel, typeof i7.TableToolbarActions, typeof i8.TableToolbarSearch, typeof i9.TableToolbarContent, typeof i10.ExpandedRowHover, typeof i11.Table, typeof i12.TableDirective, typeof i13.TableHead, typeof i14.TableHeadCell, typeof i15.TableHeadCheckbox, typeof i16.TableHeadExpand, typeof i17.TableBody, typeof i18.TableRowComponent, typeof i19.TableExpandedRow, typeof i20.TableData, typeof i21.TableCheckbox, typeof i22.TableRadio, typeof i23.TableExpandButton]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
}