@syncfusion/ej2-angular-grids 26.2.9 → 26.2.10-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.
Files changed (42) hide show
  1. package/@syncfusion/ej2-angular-grids.es5.js +993 -0
  2. package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-grids.js +932 -0
  4. package/@syncfusion/ej2-angular-grids.js.map +1 -0
  5. package/dist/ej2-angular-grids.umd.js +1605 -0
  6. package/dist/ej2-angular-grids.umd.js.map +1 -0
  7. package/dist/ej2-angular-grids.umd.min.js +11 -0
  8. package/dist/ej2-angular-grids.umd.min.js.map +1 -0
  9. package/ej2-angular-grids.d.ts +6 -0
  10. package/ej2-angular-grids.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/grid/aggregate-columns.directive.d.ts +0 -5
  15. package/src/grid/aggregates.directive.d.ts +0 -5
  16. package/src/grid/columns.directive.d.ts +4 -7
  17. package/src/grid/grid-all.module.d.ts +0 -6
  18. package/src/grid/grid.component.d.ts +0 -3
  19. package/src/grid/grid.module.d.ts +0 -10
  20. package/src/grid/stacked-column.directive.d.ts +4 -7
  21. package/src/pager/pager-all.module.d.ts +0 -6
  22. package/src/pager/pager.component.d.ts +0 -3
  23. package/src/pager/pager.module.d.ts +0 -6
  24. package/CHANGELOG.md +0 -2903
  25. package/esm2020/public_api.mjs +0 -2
  26. package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
  27. package/esm2020/src/grid/aggregates.directive.mjs +0 -69
  28. package/esm2020/src/grid/columns.directive.mjs +0 -100
  29. package/esm2020/src/grid/grid-all.module.mjs +0 -98
  30. package/esm2020/src/grid/grid.component.mjs +0 -280
  31. package/esm2020/src/grid/grid.module.mjs +0 -61
  32. package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
  33. package/esm2020/src/index.mjs +0 -12
  34. package/esm2020/src/pager/pager-all.module.mjs +0 -23
  35. package/esm2020/src/pager/pager.component.mjs +0 -66
  36. package/esm2020/src/pager/pager.module.mjs +0 -25
  37. package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
  38. package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -863
  39. package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
  40. package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -863
  41. package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
  42. package/syncfusion-ej2-angular-grids.d.ts +0 -5
@@ -1,15 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./grid.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 Grid component.
10
3
  */
11
4
  export declare class GridModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, 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.GridComponent, 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<GridModule>;
15
5
  }
@@ -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 Grid.
6
5
  * It must be contained in a StackedColumns component(`e-stacked-columns`).
@@ -444,18 +443,18 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
444
443
  /**
445
444
  * Defines the cell edit template that used as editor for a particular column.
446
445
  * It accepts either template string or HTML element ID.
447
- * @aspignore
446
+ * @default null
447
+ * @asptype string
448
448
  */
449
449
  editTemplate: any;
450
450
  /**
451
451
  * Defines the filter template/UI that used as filter for a particular column.
452
452
  * It accepts either template string or HTML element ID.
453
- * @aspignore
453
+ * @default null
454
+ * @asptype string
454
455
  */
455
456
  filterTemplate: any;
456
457
  constructor(viewContainerRef: ViewContainerRef);
457
- static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnDirective, never>;
458
- static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnDirective, "ejs-grid>e-columns>e-column>e-stacked-columns>e-stacked-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowGrouping": "allowGrouping"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSearching": "allowSearching"; "allowSorting": "allowSorting"; "autoFit": "autoFit"; "clipMode": "clipMode"; "columns": "columns"; "commands": "commands"; "customAttributes": "customAttributes"; "dataSource": "dataSource"; "defaultValue": "defaultValue"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editTemplate": "editTemplate"; "editType": "editType"; "enableGroupByFormat": "enableGroupByFormat"; "field": "field"; "filter": "filter"; "filterBarTemplate": "filterBarTemplate"; "filterTemplate": "filterTemplate"; "foreignKeyField": "foreignKeyField"; "foreignKeyValue": "foreignKeyValue"; "format": "format"; "formatter": "formatter"; "freeze": "freeze"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "headerValueAccessor": "headerValueAccessor"; "hideAtMedia": "hideAtMedia"; "index": "index"; "isFrozen": "isFrozen"; "isIdentity": "isIdentity"; "isPrimaryKey": "isPrimaryKey"; "lockColumn": "lockColumn"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "showColumnMenu": "showColumnMenu"; "showInColumnChooser": "showInColumnChooser"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "uid": "uid"; "validationRules": "validationRules"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate", "commandsTemplate", "filter_itemTemplate", "editTemplate", "filterTemplate"]>;
459
458
  }
460
459
  /**
461
460
  * StackedColumn Array Directive
@@ -463,6 +462,4 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
463
462
  */
464
463
  export declare class StackedColumnsDirective extends ArrayBase<StackedColumnsDirective> {
465
464
  constructor();
466
- static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnsDirective, never>;
467
- static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnsDirective, "ejs-grid>e-columns>e-column>e-stacked-columns", never, {}, {}, ["children"]>;
468
465
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./pager.module";
4
1
  /**
5
2
  * NgModule definition for the Pager component with providers.
6
3
  */
7
4
  export declare class PagerAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PagerAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<PagerAllModule, never, [typeof i1.CommonModule, typeof i2.PagerModule], [typeof i2.PagerModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<PagerAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Pager } from '@syncfusion/ej2-grids';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -38,6 +37,4 @@ export declare class PagerComponent extends Pager implements IComponentBase {
38
37
  ngAfterContentChecked(): void;
39
38
  registerEvents: (eventList: string[]) => void;
40
39
  addTwoWay: (propList: string[]) => void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "ejs-pager", never, { "cssClass": "cssClass"; "currentPage": "currentPage"; "customText": "customText"; "enableExternalMessage": "enableExternalMessage"; "enablePagerMessage": "enablePagerMessage"; "enablePersistence": "enablePersistence"; "enableQueryString": "enableQueryString"; "enableRtl": "enableRtl"; "externalMessage": "externalMessage"; "locale": "locale"; "pageCount": "pageCount"; "pageSize": "pageSize"; "pageSizes": "pageSizes"; "template": "template"; "totalRecordsCount": "totalRecordsCount"; }, { "click": "click"; "created": "created"; "dropDownChanged": "dropDownChanged"; "currentPageChange": "currentPageChange"; "pageSizeChange": "pageSizeChange"; "pageCountChange": "pageCountChange"; "pageSizesChange": "pageSizesChange"; }, ["template"], never>;
43
40
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./pager.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the Pager component.
6
3
  */
7
4
  export declare class PagerModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PagerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, [typeof i1.PagerComponent], [typeof i2.CommonModule], [typeof i1.PagerComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<PagerModule>;
11
5
  }