@syncfusion/ej2-angular-grids 25.2.7 → 26.1.35-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 (99) 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 +1601 -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/package.json +15 -29
  12. package/schematics/utils/lib-details.js +2 -2
  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 +1 -8
  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 +1 -8
  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/styles/bootstrap-dark.css +5208 -1
  25. package/styles/bootstrap.css +5208 -1
  26. package/styles/bootstrap4.css +5353 -1
  27. package/styles/bootstrap5-dark.css +5273 -1
  28. package/styles/bootstrap5.css +5273 -1
  29. package/styles/excel-filter/bootstrap-dark.css +552 -1
  30. package/styles/excel-filter/bootstrap.css +552 -1
  31. package/styles/excel-filter/bootstrap4.css +605 -1
  32. package/styles/excel-filter/bootstrap5-dark.css +593 -1
  33. package/styles/excel-filter/bootstrap5.css +593 -1
  34. package/styles/excel-filter/fabric-dark.css +527 -1
  35. package/styles/excel-filter/fabric.css +520 -1
  36. package/styles/excel-filter/fluent-dark.css +573 -1
  37. package/styles/excel-filter/fluent.css +573 -1
  38. package/styles/excel-filter/fluent2.css +1810 -0
  39. package/styles/excel-filter/fluent2.scss +1 -0
  40. package/styles/excel-filter/highcontrast-light.css +524 -1
  41. package/styles/excel-filter/highcontrast.css +524 -1
  42. package/styles/excel-filter/material-dark.css +575 -1
  43. package/styles/excel-filter/material.css +620 -1
  44. package/styles/excel-filter/material3-dark.css +772 -1
  45. package/styles/excel-filter/material3.css +884 -1
  46. package/styles/excel-filter/tailwind-dark.css +548 -1
  47. package/styles/excel-filter/tailwind.css +548 -1
  48. package/styles/fabric-dark.css +5179 -1
  49. package/styles/fabric.css +5178 -1
  50. package/styles/fluent-dark.css +5312 -1
  51. package/styles/fluent.css +5312 -1
  52. package/styles/fluent2.css +7815 -0
  53. package/styles/fluent2.scss +2 -0
  54. package/styles/grid/bootstrap-dark.css +4783 -1
  55. package/styles/grid/bootstrap.css +4783 -1
  56. package/styles/grid/bootstrap4.css +4921 -1
  57. package/styles/grid/bootstrap5-dark.css +4849 -1
  58. package/styles/grid/bootstrap5.css +4849 -1
  59. package/styles/grid/fabric-dark.css +4754 -1
  60. package/styles/grid/fabric.css +4753 -1
  61. package/styles/grid/fluent-dark.css +4888 -1
  62. package/styles/grid/fluent.css +4888 -1
  63. package/styles/grid/fluent2.css +6146 -0
  64. package/styles/grid/fluent2.scss +1 -0
  65. package/styles/grid/highcontrast-light.css +4751 -1
  66. package/styles/grid/highcontrast.css +4751 -1
  67. package/styles/grid/material-dark.css +4835 -1
  68. package/styles/grid/material.css +4880 -1
  69. package/styles/grid/material3-dark.css +5266 -1
  70. package/styles/grid/material3.css +5378 -1
  71. package/styles/grid/tailwind-dark.css +4871 -1
  72. package/styles/grid/tailwind.css +4871 -1
  73. package/styles/highcontrast-light.css +5176 -1
  74. package/styles/highcontrast.css +5176 -1
  75. package/styles/material-dark.css +5267 -1
  76. package/styles/material.css +5322 -1
  77. package/styles/material3-dark.css +5850 -1
  78. package/styles/material3.css +6074 -1
  79. package/styles/tailwind-dark.css +5295 -1
  80. package/styles/tailwind.css +5295 -1
  81. package/esm2020/public_api.mjs +0 -3
  82. package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
  83. package/esm2020/src/grid/aggregates.directive.mjs +0 -69
  84. package/esm2020/src/grid/columns.directive.mjs +0 -100
  85. package/esm2020/src/grid/grid-all.module.mjs +0 -98
  86. package/esm2020/src/grid/grid.component.mjs +0 -280
  87. package/esm2020/src/grid/grid.module.mjs +0 -61
  88. package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
  89. package/esm2020/src/index.mjs +0 -12
  90. package/esm2020/src/pager/pager-all.module.mjs +0 -23
  91. package/esm2020/src/pager/pager.component.mjs +0 -66
  92. package/esm2020/src/pager/pager.module.mjs +0 -25
  93. package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
  94. package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -865
  95. package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
  96. package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -865
  97. package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
  98. package/postinstall/tagchange.js +0 -18
  99. 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`).
@@ -191,9 +190,7 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
191
190
  field: any;
192
191
  /**
193
192
  * Defines the filter options to customize filtering for the particular column.
194
- *
195
- * @default null
196
- *
193
+ * @default null
197
194
  */
198
195
  filter: any;
199
196
  /**
@@ -456,8 +453,6 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
456
453
  */
457
454
  filterTemplate: any;
458
455
  constructor(viewContainerRef: ViewContainerRef);
459
- static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnDirective, never>;
460
- 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"]>;
461
456
  }
462
457
  /**
463
458
  * StackedColumn Array Directive
@@ -465,6 +460,4 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
465
460
  */
466
461
  export declare class StackedColumnsDirective extends ArrayBase<StackedColumnsDirective> {
467
462
  constructor();
468
- static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnsDirective, never>;
469
- static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnsDirective, "ejs-grid>e-columns>e-column>e-stacked-columns", never, {}, {}, ["children"]>;
470
463
  }
@@ -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
  }