@syncfusion/ej2-angular-treegrid 26.2.14 → 27.1.48-ngcc
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/@syncfusion/ej2-angular-treegrid.es5.js +798 -0
- package/@syncfusion/ej2-angular-treegrid.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-treegrid.js +748 -0
- package/@syncfusion/ej2-angular-treegrid.js.map +1 -0
- package/dist/ej2-angular-treegrid.umd.js +980 -0
- package/dist/ej2-angular-treegrid.umd.js.map +1 -0
- package/dist/ej2-angular-treegrid.umd.min.js +11 -0
- package/dist/ej2-angular-treegrid.umd.min.js.map +1 -0
- package/ej2-angular-treegrid.d.ts +5 -0
- package/ej2-angular-treegrid.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -29
- package/schematics/collection.json +10 -9
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/treegrid/aggregate-columns.directive.d.ts +0 -5
- package/src/treegrid/aggregates.directive.d.ts +0 -5
- package/src/treegrid/columns.directive.d.ts +0 -5
- package/src/treegrid/stacked-column.directive.d.ts +0 -5
- package/src/treegrid/treegrid-all.module.d.ts +0 -6
- package/src/treegrid/treegrid.component.d.ts +0 -3
- package/src/treegrid/treegrid.module.d.ts +0 -10
- package/styles/bootstrap-dark-lite.css +1 -0
- package/styles/bootstrap-dark-lite.scss +1 -0
- package/styles/bootstrap-lite.css +1 -0
- package/styles/bootstrap-lite.scss +1 -0
- package/styles/bootstrap4-lite.css +1 -0
- package/styles/bootstrap4-lite.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark-lite.scss +1 -0
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5-lite.scss +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3-lite.scss +1 -0
- package/styles/bootstrap5.3.css +1 -0
- package/styles/bootstrap5.3.scss +1 -0
- package/styles/fabric-dark-lite.css +1 -0
- package/styles/fabric-dark-lite.scss +1 -0
- package/styles/fabric-lite.css +1 -0
- package/styles/fabric-lite.scss +1 -0
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark-lite.scss +1 -0
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent-lite.scss +1 -0
- package/styles/fluent2-lite.css +1 -0
- package/styles/fluent2-lite.scss +1 -0
- package/styles/highcontrast-light-lite.css +1 -0
- package/styles/highcontrast-light-lite.scss +1 -0
- package/styles/highcontrast-lite.css +1 -0
- package/styles/highcontrast-lite.scss +1 -0
- package/styles/material-dark-lite.css +1 -0
- package/styles/material-dark-lite.scss +1 -0
- package/styles/material-lite.css +1 -0
- package/styles/material-lite.scss +1 -0
- package/styles/material3-dark-lite.css +1 -0
- package/styles/material3-dark-lite.scss +1 -0
- package/styles/material3-lite.css +1 -0
- package/styles/material3-lite.scss +1 -0
- package/styles/tailwind-dark-lite.css +1 -0
- package/styles/tailwind-dark-lite.scss +1 -0
- package/styles/tailwind-lite.css +1 -0
- package/styles/tailwind-lite.scss +1 -0
- package/styles/treegrid/bootstrap5.3.css +1 -0
- package/styles/treegrid/bootstrap5.3.scss +1 -0
- package/CHANGELOG.md +0 -314
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -9
- package/esm2020/src/treegrid/aggregate-columns.directive.mjs +0 -72
- package/esm2020/src/treegrid/aggregates.directive.mjs +0 -69
- package/esm2020/src/treegrid/columns.directive.mjs +0 -100
- package/esm2020/src/treegrid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/treegrid/treegrid-all.module.mjs +0 -89
- package/esm2020/src/treegrid/treegrid.component.mjs +0 -247
- package/esm2020/src/treegrid/treegrid.module.mjs +0 -61
- package/esm2020/syncfusion-ej2-angular-treegrid.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-treegrid.mjs +0 -710
- package/fesm2015/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-treegrid.mjs +0 -710
- package/fesm2020/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
- package/syncfusion-ej2-angular-treegrid.d.ts +0 -5
@@ -1,30 +1,30 @@
|
|
1
|
-
export interface OptionsSchema {
|
2
|
-
// Whether to skip package.json install.
|
3
|
-
skipPackageJson: boolean;
|
4
|
-
|
5
|
-
// Used to specify required module names
|
6
|
-
modules: string;
|
7
|
-
|
8
|
-
// Used to specify custom module path
|
9
|
-
modulePath: string;
|
10
|
-
|
11
|
-
// Used to specify theme name
|
12
|
-
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
13
|
-
|
14
|
-
// Name of the project to target.
|
15
|
-
project?: string;
|
16
|
-
}
|
17
|
-
|
18
|
-
export interface LibOptionsSchema {
|
19
|
-
// Package name
|
20
|
-
pkgName: string;
|
21
|
-
|
22
|
-
// Package version
|
23
|
-
pkgVer: string;
|
24
|
-
|
25
|
-
// Library base module name
|
26
|
-
moduleName: string;
|
27
|
-
|
28
|
-
// Theme version
|
29
|
-
themeVer: string;
|
30
|
-
}
|
1
|
+
export interface OptionsSchema {
|
2
|
+
// Whether to skip package.json install.
|
3
|
+
skipPackageJson: boolean;
|
4
|
+
|
5
|
+
// Used to specify required module names
|
6
|
+
modules: string;
|
7
|
+
|
8
|
+
// Used to specify custom module path
|
9
|
+
modulePath: string;
|
10
|
+
|
11
|
+
// Used to specify theme name
|
12
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
13
|
+
|
14
|
+
// Name of the project to target.
|
15
|
+
project?: string;
|
16
|
+
}
|
17
|
+
|
18
|
+
export interface LibOptionsSchema {
|
19
|
+
// Package name
|
20
|
+
pkgName: string;
|
21
|
+
|
22
|
+
// Package version
|
23
|
+
pkgVer: string;
|
24
|
+
|
25
|
+
// Library base module name
|
26
|
+
moduleName: string;
|
27
|
+
|
28
|
+
// Theme version
|
29
|
+
themeVer: string;
|
30
|
+
}
|
package/schematics/tsconfig.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"lib": ["es2017", "dom"],
|
4
|
-
"module": "commonjs",
|
5
|
-
"moduleResolution": "node",
|
6
|
-
"noEmitOnError": false,
|
7
|
-
"skipDefaultLibCheck": true,
|
8
|
-
"skipLibCheck": true,
|
9
|
-
"sourceMap": true,
|
10
|
-
"target": "es6",
|
11
|
-
"declaration": true,
|
12
|
-
"types": [
|
13
|
-
"jasmine",
|
14
|
-
"node"
|
15
|
-
]
|
16
|
-
},
|
17
|
-
"exclude": [
|
18
|
-
"node_modules",
|
19
|
-
"src",
|
20
|
-
"src/**/*.ts",
|
21
|
-
"spec",
|
22
|
-
"spec/**/*.ts",
|
23
|
-
"@typings"
|
24
|
-
]
|
25
|
-
}
|
1
|
+
{
|
2
|
+
"compilerOptions": {
|
3
|
+
"lib": ["es2017", "dom"],
|
4
|
+
"module": "commonjs",
|
5
|
+
"moduleResolution": "node",
|
6
|
+
"noEmitOnError": false,
|
7
|
+
"skipDefaultLibCheck": true,
|
8
|
+
"skipLibCheck": true,
|
9
|
+
"sourceMap": true,
|
10
|
+
"target": "es6",
|
11
|
+
"declaration": true,
|
12
|
+
"types": [
|
13
|
+
"jasmine",
|
14
|
+
"node"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"exclude": [
|
18
|
+
"node_modules",
|
19
|
+
"src",
|
20
|
+
"src/**/*.ts",
|
21
|
+
"spec",
|
22
|
+
"spec/**/*.ts",
|
23
|
+
"@typings"
|
24
|
+
]
|
25
|
+
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* `e-aggregate->e-column` directive represent a aggregate column of the Angular TreeGrid.
|
6
5
|
* ```html
|
@@ -79,8 +78,6 @@ export declare class AggregateColumnDirective extends ComplexBase<AggregateColum
|
|
79
78
|
*/
|
80
79
|
footerTemplate: any;
|
81
80
|
constructor(viewContainerRef: ViewContainerRef);
|
82
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregateColumnDirective, never>;
|
83
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregateColumnDirective, "ejs-treegrid>e-aggregates>e-aggregate>e-columns>e-column", never, { "columnName": "columnName"; "customAggregate": "customAggregate"; "field": "field"; "footerTemplate": "footerTemplate"; "format": "format"; "type": "type"; }, {}, ["footerTemplate"]>;
|
84
81
|
}
|
85
82
|
/**
|
86
83
|
* AggregateColumn Array Directive
|
@@ -88,6 +85,4 @@ export declare class AggregateColumnDirective extends ComplexBase<AggregateColum
|
|
88
85
|
*/
|
89
86
|
export declare class AggregateColumnsDirective extends ArrayBase<AggregateColumnsDirective> {
|
90
87
|
constructor();
|
91
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregateColumnsDirective, never>;
|
92
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregateColumnsDirective, "ejs-treegrid>e-aggregates>e-aggregate>e-columns", never, {}, {}, ["children"]>;
|
93
88
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* `e-aggregate` directive represent a aggregate row of the Angular TreeGrid.
|
6
5
|
* It must be contained in a TreeGrid component(`ejs-treegrid`).
|
@@ -35,8 +34,6 @@ export declare class AggregateDirective extends ComplexBase<AggregateDirective>
|
|
35
34
|
*/
|
36
35
|
showChildSummary: any;
|
37
36
|
constructor(viewContainerRef: ViewContainerRef);
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregateDirective, never>;
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregateDirective, "ejs-treegrid>e-aggregates>e-aggregate", never, { "columns": "columns"; "showChildSummary": "showChildSummary"; }, {}, ["childColumns"]>;
|
40
37
|
}
|
41
38
|
/**
|
42
39
|
* Aggregate Array Directive
|
@@ -44,6 +41,4 @@ export declare class AggregateDirective extends ComplexBase<AggregateDirective>
|
|
44
41
|
*/
|
45
42
|
export declare class AggregatesDirective extends ArrayBase<AggregatesDirective> {
|
46
43
|
constructor();
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregatesDirective, never>;
|
48
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregatesDirective, "ejs-treegrid>e-aggregates", never, {}, {}, ["children"]>;
|
49
44
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* `e-column` directive represent a column of the Angular TreeGrid.
|
6
5
|
* It must be contained in a TreeGrid component(`ejs-treegrid`).
|
@@ -334,8 +333,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
334
333
|
*/
|
335
334
|
editTemplate: any;
|
336
335
|
constructor(viewContainerRef: ViewContainerRef);
|
337
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
|
338
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "ejs-treegrid>e-columns>e-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSorting": "allowSorting"; "clipMode": "clipMode"; "columns": "columns"; "commands": "commands"; "customAttributes": "customAttributes"; "defaultValue": "defaultValue"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editTemplate": "editTemplate"; "editType": "editType"; "field": "field"; "filter": "filter"; "filterBarTemplate": "filterBarTemplate"; "filterTemplate": "filterTemplate"; "format": "format"; "formatter": "formatter"; "freeze": "freeze"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "hideAtMedia": "hideAtMedia"; "isFrozen": "isFrozen"; "isIdentity": "isIdentity"; "isPrimaryKey": "isPrimaryKey"; "lockColumn": "lockColumn"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "showCheckbox": "showCheckbox"; "showColumnMenu": "showColumnMenu"; "showInColumnChooser": "showInColumnChooser"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "uid": "uid"; "validationRules": "validationRules"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate", "filter_itemTemplate", "filterTemplate", "commandsTemplate", "editTemplate", "childColumns"]>;
|
339
336
|
}
|
340
337
|
/**
|
341
338
|
* Column Array Directive
|
@@ -343,6 +340,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
343
340
|
*/
|
344
341
|
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
345
342
|
constructor();
|
346
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
347
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-treegrid>e-columns", never, {}, {}, ["children"]>;
|
348
343
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* `e-stacked-column` directive represent the stacked column of the Angular TreeGrid.
|
6
5
|
* It must be contained in a StackedColumns component(`e-stacked-columns`).
|
@@ -336,8 +335,6 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
336
335
|
*/
|
337
336
|
editTemplate: any;
|
338
337
|
constructor(viewContainerRef: ViewContainerRef);
|
339
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnDirective, never>;
|
340
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnDirective, "ejs-treegrid>e-columns>e-column>e-stacked-columns>e-stacked-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSorting": "allowSorting"; "clipMode": "clipMode"; "columns": "columns"; "commands": "commands"; "customAttributes": "customAttributes"; "defaultValue": "defaultValue"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editTemplate": "editTemplate"; "editType": "editType"; "field": "field"; "filter": "filter"; "filterBarTemplate": "filterBarTemplate"; "filterTemplate": "filterTemplate"; "format": "format"; "formatter": "formatter"; "freeze": "freeze"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "hideAtMedia": "hideAtMedia"; "isFrozen": "isFrozen"; "isIdentity": "isIdentity"; "isPrimaryKey": "isPrimaryKey"; "lockColumn": "lockColumn"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "showCheckbox": "showCheckbox"; "showColumnMenu": "showColumnMenu"; "showInColumnChooser": "showInColumnChooser"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "uid": "uid"; "validationRules": "validationRules"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate", "filter_itemTemplate", "filterTemplate", "commandsTemplate", "editTemplate"]>;
|
341
338
|
}
|
342
339
|
/**
|
343
340
|
* StackedColumn Array Directive
|
@@ -345,6 +342,4 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
345
342
|
*/
|
346
343
|
export declare class StackedColumnsDirective extends ArrayBase<StackedColumnsDirective> {
|
347
344
|
constructor();
|
348
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnsDirective, never>;
|
349
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnsDirective, "ejs-treegrid>e-columns>e-column>e-stacked-columns", never, {}, {}, ["children"]>;
|
350
345
|
}
|
@@ -1,7 +1,4 @@
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "@angular/common";
|
4
|
-
import * as i2 from "./treegrid.module";
|
5
2
|
export declare const FilterService: ValueProvider;
|
6
3
|
export declare const PageService: ValueProvider;
|
7
4
|
export declare const SortService: ValueProvider;
|
@@ -27,7 +24,4 @@ export declare const InfiniteScrollService: ValueProvider;
|
|
27
24
|
* NgModule definition for the TreeGrid component with providers.
|
28
25
|
*/
|
29
26
|
export declare class TreeGridAllModule {
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeGridAllModule, never>;
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeGridAllModule, never, [typeof i1.CommonModule, typeof i2.TreeGridModule], [typeof i2.TreeGridModule]>;
|
32
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TreeGridAllModule>;
|
33
27
|
}
|
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { TreeGrid } from '@syncfusion/ej2-treegrid';
|
4
4
|
import { ColumnsDirective } from './columns.directive';
|
5
5
|
import { AggregatesDirective } from './aggregates.directive';
|
6
|
-
import * as i0 from "@angular/core";
|
7
6
|
export declare const inputs: string[];
|
8
7
|
export declare const outputs: string[];
|
9
8
|
export declare const twoWays: string[];
|
@@ -119,6 +118,4 @@ export declare class TreeGridComponent extends TreeGrid implements IComponentBas
|
|
119
118
|
ngAfterContentChecked(): void;
|
120
119
|
registerEvents: (eventList: string[]) => void;
|
121
120
|
addTwoWay: (propList: string[]) => void;
|
122
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeGridComponent, never>;
|
123
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeGridComponent, "ejs-treegrid", never, { "aggregates": "aggregates"; "allowExcelExport": "allowExcelExport"; "allowFiltering": "allowFiltering"; "allowMultiSorting": "allowMultiSorting"; "allowPaging": "allowPaging"; "allowPdfExport": "allowPdfExport"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowRowDragAndDrop": "allowRowDragAndDrop"; "allowSelection": "allowSelection"; "allowSorting": "allowSorting"; "allowTextWrap": "allowTextWrap"; "autoCheckHierarchy": "autoCheckHierarchy"; "childMapping": "childMapping"; "clipMode": "clipMode"; "columnMenuItems": "columnMenuItems"; "columnQueryMode": "columnQueryMode"; "columns": "columns"; "contextMenuItems": "contextMenuItems"; "copyHierarchyMode": "copyHierarchyMode"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "detailTemplate": "detailTemplate"; "editSettings": "editSettings"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAltRow": "enableAltRow"; "enableAutoFill": "enableAutoFill"; "enableCollapseAll": "enableCollapseAll"; "enableColumnVirtualization": "enableColumnVirtualization"; "enableHover": "enableHover"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableImmutableMode": "enableImmutableMode"; "enableInfiniteScrolling": "enableInfiniteScrolling"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualMaskRow": "enableVirtualMaskRow"; "enableVirtualization": "enableVirtualization"; "expandStateMapping": "expandStateMapping"; "filterSettings": "filterSettings"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "gridLines": "gridLines"; "hasChildMapping": "hasChildMapping"; "height": "height"; "idMapping": "idMapping"; "infiniteScrollSettings": "infiniteScrollSettings"; "loadChildOnDemand": "loadChildOnDemand"; "loadingIndicator": "loadingIndicator"; "locale": "locale"; "pageSettings": "pageSettings"; "parentIdMapping": "parentIdMapping"; "printMode": "printMode"; "query": "query"; "rowDropSettings": "rowDropSettings"; "rowHeight": "rowHeight"; "rowTemplate": "rowTemplate"; "searchSettings": "searchSettings"; "selectedRowIndex": "selectedRowIndex"; "selectionSettings": "selectionSettings"; "showColumnChooser": "showColumnChooser"; "showColumnMenu": "showColumnMenu"; "sortSettings": "sortSettings"; "textWrapSettings": "textWrapSettings"; "toolbar": "toolbar"; "treeColumnIndex": "treeColumnIndex"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "batchAdd": "batchAdd"; "batchCancel": "batchCancel"; "batchDelete": "batchDelete"; "beforeBatchAdd": "beforeBatchAdd"; "beforeBatchDelete": "beforeBatchDelete"; "beforeBatchSave": "beforeBatchSave"; "beforeCopy": "beforeCopy"; "beforeDataBound": "beforeDataBound"; "beforeExcelExport": "beforeExcelExport"; "beforePaste": "beforePaste"; "beforePdfExport": "beforePdfExport"; "beforePrint": "beforePrint"; "beginEdit": "beginEdit"; "cellDeselected": "cellDeselected"; "cellDeselecting": "cellDeselecting"; "cellEdit": "cellEdit"; "cellSave": "cellSave"; "cellSaved": "cellSaved"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "checkboxChange": "checkboxChange"; "collapsed": "collapsed"; "collapsing": "collapsing"; "columnDrag": "columnDrag"; "columnDragStart": "columnDragStart"; "columnDrop": "columnDrop"; "columnMenuClick": "columnMenuClick"; "columnMenuOpen": "columnMenuOpen"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "detailDataBound": "detailDataBound"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "expanded": "expanded"; "expanding": "expanding"; "headerCellInfo": "headerCellInfo"; "load": "load"; "pdfExportComplete": "pdfExportComplete"; "pdfHeaderQueryCellInfo": "pdfHeaderQueryCellInfo"; "pdfQueryCellInfo": "pdfQueryCellInfo"; "printComplete": "printComplete"; "queryCellInfo": "queryCellInfo"; "recordDoubleClick": "recordDoubleClick"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "rowDataBound": "rowDataBound"; "rowDeselected": "rowDeselected"; "rowDeselecting": "rowDeselecting"; "rowDrag": "rowDrag"; "rowDragStart": "rowDragStart"; "rowDragStartHelper": "rowDragStartHelper"; "rowDrop": "rowDrop"; "rowSelected": "rowSelected"; "rowSelecting": "rowSelecting"; "toolbarClick": "toolbarClick"; "dataSourceChange": "dataSourceChange"; }, ["toolbarTemplate", "pagerTemplate", "rowTemplate", "detailTemplate", "editSettings_template", "childColumns", "childAggregates"], never>;
|
124
121
|
}
|
@@ -1,15 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./treegrid.component";
|
3
|
-
import * as i2 from "./stacked-column.directive";
|
4
|
-
import * as i3 from "./columns.directive";
|
5
|
-
import * as i4 from "./aggregate-columns.directive";
|
6
|
-
import * as i5 from "./aggregates.directive";
|
7
|
-
import * as i6 from "@angular/common";
|
8
1
|
/**
|
9
2
|
* NgModule definition for the TreeGrid component.
|
10
3
|
*/
|
11
4
|
export declare class TreeGridModule {
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeGridModule, never>;
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeGridModule, [typeof i1.TreeGridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective], [typeof i6.CommonModule], [typeof i1.TreeGridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective]>;
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TreeGridModule>;
|
15
5
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/bootstrap-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/bootstrap-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/bootstrap-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/bootstrap-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/bootstrap4-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/bootstrap4-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/bootstrap5-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/bootstrap5-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/bootstrap5-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/bootstrap5-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/bootstrap5.3-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/bootstrap5.3-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/bootstrap5.3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'treegrid/bootstrap5.3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/fabric-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/fabric-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/fabric-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/fabric-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/fluent-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/fluent-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/fluent-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/fluent-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/fluent2-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/fluent2-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/highcontrast-light-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/highcontrast-light-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/highcontrast-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/highcontrast-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/material-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/material-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/material-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/material-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/material3-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/material3-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/material3-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/material3-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/tailwind-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/tailwind-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/tailwind-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/tailwind-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/treegrid/bootstrap5.3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-treegrid/styles/treegrid/bootstrap5.3.scss';
|