@swimlane/ngx-datatable 20.0.0 → 21.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/swimlane-ngx-datatable.mjs +6842 -0
- package/fesm2022/swimlane-ngx-datatable.mjs.map +1 -0
- package/{swimlane-ngx-datatable.d.ts → index.d.ts} +1 -0
- package/lib/components/body/body-cell.component.d.ts +29 -21
- package/lib/components/body/body-group-header-template.directive.d.ts +5 -3
- package/lib/components/body/body-group-header.directive.d.ts +15 -7
- package/lib/components/body/body-row-def.component.d.ts +34 -0
- package/lib/components/body/body-row-wrapper.component.d.ts +35 -20
- package/lib/components/body/body-row.component.d.ts +29 -32
- package/lib/components/body/body.component.d.ts +89 -67
- package/lib/components/body/ghost-loader/ghost-loader.component.d.ts +12 -0
- package/lib/components/body/progress-bar.component.d.ts +3 -0
- package/lib/components/body/scroller.component.d.ts +6 -6
- package/lib/components/body/selection.component.d.ts +22 -23
- package/lib/components/body/summary/summary-row.component.d.ts +6 -2
- package/lib/components/columns/column-cell.directive.d.ts +6 -2
- package/lib/components/columns/column-ghost-cell.directive.d.ts +6 -0
- package/lib/components/columns/column-header.directive.d.ts +5 -3
- package/lib/components/columns/column.directive.d.ts +44 -16
- package/lib/components/columns/tree.directive.d.ts +3 -1
- package/lib/components/datatable.component.d.ts +143 -74
- package/lib/components/footer/footer-template.directive.d.ts +5 -3
- package/lib/components/footer/footer.component.d.ts +5 -1
- package/lib/components/footer/footer.directive.d.ts +8 -3
- package/lib/components/footer/pager.component.d.ts +8 -3
- package/lib/components/header/header-cell.component.d.ts +20 -17
- package/lib/components/header/header.component.d.ts +43 -35
- package/lib/components/row-detail/row-detail-template.directive.d.ts +5 -3
- package/lib/components/row-detail/row-detail.directive.d.ts +10 -6
- package/lib/directives/disable-row.directive.d.ts +22 -0
- package/lib/directives/draggable.directive.d.ts +13 -7
- package/lib/directives/long-press.directive.d.ts +18 -4
- package/lib/directives/orderable.directive.d.ts +23 -9
- package/lib/directives/resizeable.directive.d.ts +9 -4
- package/lib/directives/visibility.directive.d.ts +4 -2
- package/lib/ngx-datatable.module.d.ts +33 -1
- package/lib/services/column-changes.service.d.ts +4 -1
- package/lib/services/scrollbar-helper.service.d.ts +3 -1
- package/lib/types/internal.types.d.ts +31 -0
- package/lib/types/public.types.d.ts +142 -0
- package/lib/types/table-column.type.d.ts +39 -66
- package/lib/utils/column-helper.d.ts +2 -2
- package/lib/utils/column-prop-getters.d.ts +1 -1
- package/lib/utils/column.d.ts +7 -14
- package/lib/utils/keys.d.ts +6 -6
- package/lib/utils/math.d.ts +4 -3
- package/lib/utils/selection.d.ts +2 -2
- package/lib/utils/sort.d.ts +5 -5
- package/lib/utils/table-token.d.ts +7 -0
- package/lib/utils/tree.d.ts +2 -2
- package/package.json +16 -12
- package/public-api.d.ts +4 -11
- package/LICENSE +0 -22
- package/README.md +0 -47
- package/assets/app.css +0 -302
- package/assets/data/100k.json +0 -100002
- package/assets/data/company.json +0 -505
- package/assets/data/company_tree.json +0 -61
- package/assets/data/forRowGrouping.json +0 -227
- package/assets/fonts/data-table.eot +0 -0
- package/assets/fonts/data-table.svg +0 -26
- package/assets/fonts/data-table.ttf +0 -0
- package/assets/fonts/data-table.woff +0 -0
- package/assets/icons-reference.html +0 -395
- package/assets/icons.css +0 -105
- package/bundles/swimlane-ngx-datatable.umd.js +0 -5900
- package/bundles/swimlane-ngx-datatable.umd.js.map +0 -1
- package/esm2015/lib/components/body/body-cell.component.js +0 -361
- package/esm2015/lib/components/body/body-group-header-template.directive.js +0 -15
- package/esm2015/lib/components/body/body-group-header.directive.js +0 -54
- package/esm2015/lib/components/body/body-row-wrapper.component.js +0 -106
- package/esm2015/lib/components/body/body-row.component.js +0 -213
- package/esm2015/lib/components/body/body.component.js +0 -716
- package/esm2015/lib/components/body/progress-bar.component.js +0 -17
- package/esm2015/lib/components/body/scroller.component.js +0 -83
- package/esm2015/lib/components/body/selection.component.js +0 -140
- package/esm2015/lib/components/body/summary/summary-row.component.js +0 -81
- package/esm2015/lib/components/columns/column-cell.directive.js +0 -13
- package/esm2015/lib/components/columns/column-header.directive.js +0 -13
- package/esm2015/lib/components/columns/column.directive.js +0 -65
- package/esm2015/lib/components/columns/tree.directive.js +0 -13
- package/esm2015/lib/components/datatable.component.js +0 -925
- package/esm2015/lib/components/footer/footer-template.directive.js +0 -13
- package/esm2015/lib/components/footer/footer.component.js +0 -75
- package/esm2015/lib/components/footer/footer.directive.js +0 -22
- package/esm2015/lib/components/footer/pager.component.js +0 -136
- package/esm2015/lib/components/header/header-cell.component.js +0 -191
- package/esm2015/lib/components/header/header.component.js +0 -297
- package/esm2015/lib/components/row-detail/row-detail-template.directive.js +0 -15
- package/esm2015/lib/components/row-detail/row-detail.directive.js +0 -55
- package/esm2015/lib/directives/draggable.directive.js +0 -102
- package/esm2015/lib/directives/long-press.directive.js +0 -103
- package/esm2015/lib/directives/orderable.directive.js +0 -131
- package/esm2015/lib/directives/resizeable.directive.js +0 -89
- package/esm2015/lib/directives/visibility.directive.js +0 -62
- package/esm2015/lib/events.js +0 -7
- package/esm2015/lib/ngx-datatable.module.js +0 -96
- package/esm2015/lib/services/column-changes.service.js +0 -21
- package/esm2015/lib/services/dimensions-helper.service.js +0 -14
- package/esm2015/lib/services/scrollbar-helper.service.js +0 -34
- package/esm2015/lib/types/click.type.js +0 -6
- package/esm2015/lib/types/column-mode.type.js +0 -7
- package/esm2015/lib/types/contextmenu.type.js +0 -6
- package/esm2015/lib/types/selection.type.js +0 -9
- package/esm2015/lib/types/sort-direction.type.js +0 -6
- package/esm2015/lib/types/sort-prop-dir.type.js +0 -2
- package/esm2015/lib/types/sort.type.js +0 -6
- package/esm2015/lib/types/table-column.type.js +0 -2
- package/esm2015/lib/utils/camel-case.js +0 -28
- package/esm2015/lib/utils/column-helper.js +0 -95
- package/esm2015/lib/utils/column-prop-getters.js +0 -96
- package/esm2015/lib/utils/column.js +0 -69
- package/esm2015/lib/utils/elm-from-point.js +0 -38
- package/esm2015/lib/utils/id.js +0 -8
- package/esm2015/lib/utils/keys.js +0 -10
- package/esm2015/lib/utils/math.js +0 -146
- package/esm2015/lib/utils/prefixes.js +0 -40
- package/esm2015/lib/utils/row-height-cache.js +0 -138
- package/esm2015/lib/utils/selection.js +0 -40
- package/esm2015/lib/utils/sort.js +0 -127
- package/esm2015/lib/utils/throttle.js +0 -60
- package/esm2015/lib/utils/translate.js +0 -25
- package/esm2015/lib/utils/tree.js +0 -103
- package/esm2015/public-api.js +0 -64
- package/esm2015/swimlane-ngx-datatable.js +0 -5
- package/fesm2015/swimlane-ngx-datatable.js +0 -5218
- package/fesm2015/swimlane-ngx-datatable.js.map +0 -1
- package/index.css +0 -198
- package/index.scss +0 -315
- package/lib/events.d.ts +0 -3
- package/lib/services/dimensions-helper.service.d.ts +0 -7
- package/lib/types/click.type.d.ts +0 -4
- package/lib/types/column-mode.type.d.ts +0 -5
- package/lib/types/contextmenu.type.d.ts +0 -4
- package/lib/types/selection.type.d.ts +0 -7
- package/lib/types/sort-direction.type.d.ts +0 -4
- package/lib/types/sort-prop-dir.type.d.ts +0 -6
- package/lib/types/sort.type.d.ts +0 -4
- package/lib/utils/elm-from-point.d.ts +0 -8
- package/lib/utils/prefixes.d.ts +0 -1
- package/lib/utils/translate.d.ts +0 -1
- package/swimlane-ngx-datatable.metadata.json +0 -1
- package/themes/bootstrap.css +0 -67
- package/themes/bootstrap.scss +0 -101
- package/themes/dark.css +0 -75
- package/themes/dark.scss +0 -120
- package/themes/material.css +0 -305
- package/themes/material.scss +0 -480
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ScrollerComponent implements OnInit, OnDestroy {
|
|
3
|
-
private ngZone;
|
|
4
4
|
private renderer;
|
|
5
5
|
scrollbarV: boolean;
|
|
6
6
|
scrollbarH: boolean;
|
|
@@ -11,14 +11,14 @@ export declare class ScrollerComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
scrollXPos: number;
|
|
12
12
|
prevScrollYPos: number;
|
|
13
13
|
prevScrollXPos: number;
|
|
14
|
-
element:
|
|
15
|
-
parentElement:
|
|
16
|
-
onScrollListener: any;
|
|
14
|
+
element: HTMLElement;
|
|
15
|
+
parentElement: HTMLElement;
|
|
17
16
|
private _scrollEventListener;
|
|
18
|
-
constructor(ngZone: NgZone, element: ElementRef, renderer: Renderer2);
|
|
19
17
|
ngOnInit(): void;
|
|
20
18
|
ngOnDestroy(): void;
|
|
21
19
|
setOffset(offsetY: number): void;
|
|
22
20
|
onScrolled(event: MouseEvent): void;
|
|
23
21
|
updateOffset(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollerComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollerComponent, "datatable-scroller", never, { "scrollbarV": { "alias": "scrollbarV"; "required": false; }; "scrollbarH": { "alias": "scrollbarH"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "scrollWidth": { "alias": "scrollWidth"; "required": false; }; }, { "scroll": "scroll"; }, never, ["*"], true, never>;
|
|
24
24
|
}
|
|
@@ -1,29 +1,28 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
cellElement: any;
|
|
9
|
-
cellIndex: number;
|
|
10
|
-
}
|
|
11
|
-
export declare class DataTableSelectionComponent {
|
|
12
|
-
rows: any[];
|
|
13
|
-
selected: any[];
|
|
2
|
+
import { Keys } from '../../utils/keys';
|
|
3
|
+
import { ActivateEvent, SelectionType } from '../../types/public.types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DataTableSelectionComponent<TRow = any> {
|
|
6
|
+
rows: TRow[];
|
|
7
|
+
selected: TRow[];
|
|
14
8
|
selectEnabled: boolean;
|
|
15
9
|
selectionType: SelectionType;
|
|
16
10
|
rowIdentity: any;
|
|
17
|
-
selectCheck:
|
|
18
|
-
|
|
19
|
-
|
|
11
|
+
selectCheck: (value: TRow, index: number, array: TRow[]) => boolean;
|
|
12
|
+
disableCheck: (row: TRow) => boolean;
|
|
13
|
+
activate: EventEmitter<ActivateEvent<TRow>>;
|
|
14
|
+
select: EventEmitter<{
|
|
15
|
+
selected: TRow[];
|
|
16
|
+
}>;
|
|
20
17
|
prevIndex: number;
|
|
21
|
-
selectRow(event: KeyboardEvent | MouseEvent, index: number, row:
|
|
22
|
-
onActivate(model:
|
|
23
|
-
onKeyboardFocus(model:
|
|
24
|
-
focusRow(rowElement:
|
|
25
|
-
getPrevNextRow(rowElement:
|
|
26
|
-
focusCell(cellElement:
|
|
27
|
-
getRowSelected(row:
|
|
28
|
-
getRowSelectedIdx(row:
|
|
18
|
+
selectRow(event: KeyboardEvent | MouseEvent, index: number, row: TRow): void;
|
|
19
|
+
onActivate(model: ActivateEvent<TRow>, index: number): void;
|
|
20
|
+
onKeyboardFocus(model: ActivateEvent<TRow>): void;
|
|
21
|
+
focusRow(rowElement: HTMLElement, key: Keys): void;
|
|
22
|
+
getPrevNextRow(rowElement: HTMLElement, key: Keys): any;
|
|
23
|
+
focusCell(cellElement: HTMLElement, rowElement: HTMLElement, key: Keys, cellIndex: number): void;
|
|
24
|
+
getRowSelected(row: TRow): boolean;
|
|
25
|
+
getRowSelectedIdx(row: TRow, selected: any[]): number;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableSelectionComponent<any>, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableSelectionComponent<any>, "datatable-selection", never, { "rows": { "alias": "rows"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selectEnabled": { "alias": "selectEnabled"; "required": false; }; "selectionType": { "alias": "selectionType"; "required": false; }; "rowIdentity": { "alias": "rowIdentity"; "required": false; }; "selectCheck": { "alias": "selectCheck"; "required": false; }; "disableCheck": { "alias": "disableCheck"; "required": false; }; }, { "activate": "activate"; "select": "select"; }, never, ["*"], true, never>;
|
|
29
28
|
}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { OnChanges, PipeTransform, TemplateRef } from '@angular/core';
|
|
2
|
+
import { TableColumn, TableColumnProp } from '../../../types/table-column.type';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
2
4
|
export interface ISummaryColumn {
|
|
3
5
|
summaryFunc?: (cells: any[]) => any;
|
|
4
6
|
summaryTemplate?: TemplateRef<any>;
|
|
5
|
-
prop
|
|
7
|
+
prop?: TableColumnProp;
|
|
6
8
|
pipe?: PipeTransform;
|
|
7
9
|
}
|
|
8
10
|
export declare class DataTableSummaryRowComponent implements OnChanges {
|
|
9
11
|
rows: any[];
|
|
10
|
-
columns:
|
|
12
|
+
columns: TableColumn[];
|
|
11
13
|
rowHeight: number;
|
|
12
14
|
offsetX: number;
|
|
13
15
|
innerWidth: number;
|
|
@@ -17,4 +19,6 @@ export declare class DataTableSummaryRowComponent implements OnChanges {
|
|
|
17
19
|
private updateInternalColumns;
|
|
18
20
|
private updateValues;
|
|
19
21
|
private getSummaryFunction;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableSummaryRowComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableSummaryRowComponent, "datatable-summary-row", never, { "rows": { "alias": "rows"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "innerWidth": { "alias": "innerWidth"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
24
|
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { CellContext } from '../../types/public.types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
2
4
|
export declare class DataTableColumnCellDirective {
|
|
3
|
-
template: TemplateRef<any
|
|
4
|
-
|
|
5
|
+
template: TemplateRef<CellContext<any>>;
|
|
6
|
+
static ngTemplateContextGuard(dir: DataTableColumnCellDirective, ctx: any): ctx is CellContext;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableColumnCellDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DataTableColumnCellDirective, "[ngx-datatable-cell-template]", never, {}, {}, never, never, true, never>;
|
|
5
9
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DataTableColumnGhostCellDirective {
|
|
3
|
+
static ngTemplateContextGuard(directive: DataTableColumnGhostCellDirective, context: unknown): context is void;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableColumnGhostCellDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DataTableColumnGhostCellDirective, "[ngx-datatable-ghost-cell-template]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HeaderCellContext } from '../../types/public.types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class DataTableColumnHeaderDirective {
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
static ngTemplateContextGuard(directive: DataTableColumnHeaderDirective, context: unknown): context is HeaderCellContext;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableColumnHeaderDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DataTableColumnHeaderDirective, "[ngx-datatable-header-template]", never, {}, {}, never, never, true, never>;
|
|
5
7
|
}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { OnChanges, PipeTransform, TemplateRef } from '@angular/core';
|
|
2
|
+
import { TableColumn, TableColumnProp } from '../../types/table-column.type';
|
|
3
|
+
import { CellContext, HeaderCellContext } from '../../types/public.types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DataTableColumnDirective<TRow> implements TableColumn, OnChanges {
|
|
5
6
|
private columnChangesService;
|
|
6
7
|
name: string;
|
|
7
8
|
prop: TableColumnProp;
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
bindAsUnsafeHtml?: boolean;
|
|
10
|
+
frozenLeft: boolean;
|
|
11
|
+
frozenRight: boolean;
|
|
10
12
|
flexGrow: number;
|
|
11
13
|
resizeable: boolean;
|
|
12
14
|
comparator: any;
|
|
13
|
-
pipe:
|
|
15
|
+
pipe: PipeTransform;
|
|
14
16
|
sortable: boolean;
|
|
15
17
|
draggable: boolean;
|
|
16
18
|
canAutoResize: boolean;
|
|
@@ -19,22 +21,48 @@ export declare class DataTableColumnDirective implements OnChanges {
|
|
|
19
21
|
maxWidth: number;
|
|
20
22
|
checkboxable: boolean;
|
|
21
23
|
headerCheckboxable: boolean;
|
|
22
|
-
headerClass: string | ((data:
|
|
23
|
-
|
|
24
|
+
headerClass: string | ((data: {
|
|
25
|
+
column: TableColumn;
|
|
26
|
+
}) => string | Record<string, boolean>);
|
|
27
|
+
cellClass?: string | ((data: {
|
|
28
|
+
row: TRow;
|
|
29
|
+
group?: TRow[];
|
|
30
|
+
column: TableColumn<TRow>;
|
|
31
|
+
value: any;
|
|
32
|
+
rowHeight: number;
|
|
33
|
+
}) => string | Record<string, boolean>);
|
|
24
34
|
isTreeColumn: boolean;
|
|
25
35
|
treeLevelIndent: number;
|
|
26
36
|
summaryFunc: (cells: any[]) => any;
|
|
27
37
|
summaryTemplate: TemplateRef<any>;
|
|
28
|
-
_cellTemplateInput: TemplateRef<
|
|
29
|
-
_cellTemplateQuery: TemplateRef<
|
|
30
|
-
get cellTemplate(): TemplateRef<
|
|
31
|
-
_headerTemplateInput: TemplateRef<
|
|
32
|
-
_headerTemplateQuery: TemplateRef<
|
|
33
|
-
get headerTemplate(): TemplateRef<
|
|
38
|
+
_cellTemplateInput: TemplateRef<CellContext<TRow>>;
|
|
39
|
+
_cellTemplateQuery: TemplateRef<CellContext<TRow>>;
|
|
40
|
+
get cellTemplate(): TemplateRef<CellContext<TRow>>;
|
|
41
|
+
_headerTemplateInput: TemplateRef<HeaderCellContext>;
|
|
42
|
+
_headerTemplateQuery: TemplateRef<HeaderCellContext>;
|
|
43
|
+
get headerTemplate(): TemplateRef<HeaderCellContext>;
|
|
34
44
|
_treeToggleTemplateInput: TemplateRef<any>;
|
|
35
45
|
_treeToggleTemplateQuery: TemplateRef<any>;
|
|
36
46
|
get treeToggleTemplate(): TemplateRef<any>;
|
|
47
|
+
_ghostCellTemplateInput: TemplateRef<void>;
|
|
48
|
+
_ghostCellTemplateQuery: TemplateRef<void>;
|
|
49
|
+
get ghostCellTemplate(): TemplateRef<void>;
|
|
37
50
|
private isFirstChange;
|
|
38
|
-
constructor(columnChangesService: ColumnChangesService);
|
|
39
51
|
ngOnChanges(): void;
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableColumnDirective<any>, never>;
|
|
53
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DataTableColumnDirective<any>, "ngx-datatable-column", never, { "name": { "alias": "name"; "required": false; }; "prop": { "alias": "prop"; "required": false; }; "bindAsUnsafeHtml": { "alias": "bindAsUnsafeHtml"; "required": false; }; "frozenLeft": { "alias": "frozenLeft"; "required": false; }; "frozenRight": { "alias": "frozenRight"; "required": false; }; "flexGrow": { "alias": "flexGrow"; "required": false; }; "resizeable": { "alias": "resizeable"; "required": false; }; "comparator": { "alias": "comparator"; "required": false; }; "pipe": { "alias": "pipe"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "canAutoResize": { "alias": "canAutoResize"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "checkboxable": { "alias": "checkboxable"; "required": false; }; "headerCheckboxable": { "alias": "headerCheckboxable"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "isTreeColumn": { "alias": "isTreeColumn"; "required": false; }; "treeLevelIndent": { "alias": "treeLevelIndent"; "required": false; }; "summaryFunc": { "alias": "summaryFunc"; "required": false; }; "summaryTemplate": { "alias": "summaryTemplate"; "required": false; }; "_cellTemplateInput": { "alias": "cellTemplate"; "required": false; }; "_headerTemplateInput": { "alias": "headerTemplate"; "required": false; }; "_treeToggleTemplateInput": { "alias": "treeToggleTemplate"; "required": false; }; "_ghostCellTemplateInput": { "alias": "ghostCellTemplate"; "required": false; }; }, {}, ["_cellTemplateQuery", "_headerTemplateQuery", "_treeToggleTemplateQuery", "_ghostCellTemplateQuery"], never, true, never>;
|
|
54
|
+
static ngAcceptInputType_bindAsUnsafeHtml: unknown;
|
|
55
|
+
static ngAcceptInputType_frozenLeft: unknown;
|
|
56
|
+
static ngAcceptInputType_frozenRight: unknown;
|
|
57
|
+
static ngAcceptInputType_flexGrow: unknown;
|
|
58
|
+
static ngAcceptInputType_resizeable: unknown;
|
|
59
|
+
static ngAcceptInputType_sortable: unknown;
|
|
60
|
+
static ngAcceptInputType_draggable: unknown;
|
|
61
|
+
static ngAcceptInputType_canAutoResize: unknown;
|
|
62
|
+
static ngAcceptInputType_minWidth: unknown;
|
|
63
|
+
static ngAcceptInputType_width: unknown;
|
|
64
|
+
static ngAcceptInputType_maxWidth: unknown;
|
|
65
|
+
static ngAcceptInputType_checkboxable: unknown;
|
|
66
|
+
static ngAcceptInputType_headerCheckboxable: unknown;
|
|
67
|
+
static ngAcceptInputType_isTreeColumn: unknown;
|
|
40
68
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class DataTableColumnCellTreeToggle {
|
|
3
4
|
template: TemplateRef<any>;
|
|
4
|
-
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableColumnCellTreeToggle, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DataTableColumnCellTreeToggle, "[ngx-datatable-tree-toggle]", never, {}, {}, never, never, true, never>;
|
|
5
7
|
}
|