/** * * carbon-angular v0.0.0 | table.module.d.ts * * Copyright 2014, 2026 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; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }