@syncfusion/ej2-angular-grids 22.2.12 → 23.1.36

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 (108) hide show
  1. package/esm2020/src/grid/aggregate-columns.directive.mjs +1 -1
  2. package/esm2020/src/grid/columns.directive.mjs +1 -1
  3. package/esm2020/src/grid/grid.component.mjs +4 -4
  4. package/esm2020/src/grid/stacked-column.directive.mjs +1 -1
  5. package/fesm2015/syncfusion-ej2-angular-grids.mjs +3 -3
  6. package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -1
  7. package/fesm2020/syncfusion-ej2-angular-grids.mjs +3 -3
  8. package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -1
  9. package/package.json +9 -9
  10. package/schematics/utils/lib-details.d.ts +2 -2
  11. package/schematics/utils/lib-details.js +2 -2
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/grid/aggregate-columns.directive.d.ts +1 -0
  14. package/src/grid/columns.directive.d.ts +3 -1
  15. package/src/grid/grid.component.d.ts +4 -3
  16. package/src/grid/stacked-column.directive.d.ts +3 -1
  17. package/styles/bootstrap-dark.css +366 -22
  18. package/styles/bootstrap.css +366 -22
  19. package/styles/bootstrap4.css +379 -22
  20. package/styles/bootstrap5-dark.css +366 -22
  21. package/styles/bootstrap5.css +366 -22
  22. package/styles/excel-filter/bootstrap-dark.scss +1 -1
  23. package/styles/excel-filter/bootstrap.scss +1 -1
  24. package/styles/excel-filter/bootstrap4.scss +1 -1
  25. package/styles/excel-filter/bootstrap5-dark.scss +1 -1
  26. package/styles/excel-filter/bootstrap5.scss +1 -1
  27. package/styles/excel-filter/fabric-dark.scss +1 -1
  28. package/styles/excel-filter/fabric.scss +1 -1
  29. package/styles/excel-filter/fluent-dark.scss +1 -1
  30. package/styles/excel-filter/fluent.scss +1 -1
  31. package/styles/excel-filter/highcontrast-light.scss +1 -1
  32. package/styles/excel-filter/highcontrast.scss +1 -1
  33. package/styles/excel-filter/material-dark.css +0 -1
  34. package/styles/excel-filter/material-dark.scss +1 -1
  35. package/styles/excel-filter/material.css +0 -1
  36. package/styles/excel-filter/material.scss +1 -1
  37. package/styles/excel-filter/material3-dark.css +0 -1
  38. package/styles/excel-filter/material3-dark.scss +1 -1
  39. package/styles/excel-filter/material3.css +0 -1
  40. package/styles/excel-filter/material3.scss +1 -1
  41. package/styles/excel-filter/tailwind-dark.css +0 -1
  42. package/styles/excel-filter/tailwind-dark.scss +1 -1
  43. package/styles/excel-filter/tailwind.css +0 -1
  44. package/styles/excel-filter/tailwind.scss +1 -1
  45. package/styles/fabric-dark.css +366 -22
  46. package/styles/fabric.css +366 -22
  47. package/styles/fluent-dark.css +367 -23
  48. package/styles/fluent.css +367 -23
  49. package/styles/grid/_bootstrap-dark-definition.scss +11 -0
  50. package/styles/grid/_bootstrap-definition.scss +11 -0
  51. package/styles/grid/_bootstrap4-definition.scss +11 -0
  52. package/styles/grid/_bootstrap5-definition.scss +11 -0
  53. package/styles/grid/_fabric-dark-definition.scss +11 -0
  54. package/styles/grid/_fabric-definition.scss +11 -0
  55. package/styles/grid/_fluent-definition.scss +12 -1
  56. package/styles/grid/_fusionnew-definition.scss +11 -0
  57. package/styles/grid/_highcontrast-definition.scss +11 -0
  58. package/styles/grid/_highcontrast-light-definition.scss +11 -0
  59. package/styles/grid/_layout.scss +401 -28
  60. package/styles/grid/_material-dark-definition.scss +13 -2
  61. package/styles/grid/_material-definition.scss +11 -0
  62. package/styles/grid/_material3-definition.scss +12 -1
  63. package/styles/grid/_tailwind-definition.scss +11 -0
  64. package/styles/grid/_theme.scss +227 -6
  65. package/styles/grid/bootstrap-dark.css +366 -22
  66. package/styles/grid/bootstrap-dark.scss +1 -1
  67. package/styles/grid/bootstrap.css +366 -22
  68. package/styles/grid/bootstrap.scss +1 -1
  69. package/styles/grid/bootstrap4.css +379 -22
  70. package/styles/grid/bootstrap4.scss +1 -1
  71. package/styles/grid/bootstrap5-dark.css +366 -22
  72. package/styles/grid/bootstrap5-dark.scss +1 -1
  73. package/styles/grid/bootstrap5.css +366 -22
  74. package/styles/grid/bootstrap5.scss +1 -1
  75. package/styles/grid/fabric-dark.css +366 -22
  76. package/styles/grid/fabric-dark.scss +1 -1
  77. package/styles/grid/fabric.css +366 -22
  78. package/styles/grid/fabric.scss +1 -1
  79. package/styles/grid/fluent-dark.css +367 -23
  80. package/styles/grid/fluent-dark.scss +1 -1
  81. package/styles/grid/fluent.css +367 -23
  82. package/styles/grid/fluent.scss +1 -1
  83. package/styles/grid/highcontrast-light.css +366 -22
  84. package/styles/grid/highcontrast-light.scss +1 -1
  85. package/styles/grid/highcontrast.css +366 -22
  86. package/styles/grid/highcontrast.scss +1 -1
  87. package/styles/grid/material-dark.css +371 -28
  88. package/styles/grid/material-dark.scss +1 -1
  89. package/styles/grid/material.css +366 -23
  90. package/styles/grid/material.scss +1 -1
  91. package/styles/grid/material3-dark.css +383 -24
  92. package/styles/grid/material3-dark.scss +1 -1
  93. package/styles/grid/material3.css +383 -24
  94. package/styles/grid/material3.scss +1 -1
  95. package/styles/grid/tailwind-dark.css +366 -23
  96. package/styles/grid/tailwind-dark.scss +1 -1
  97. package/styles/grid/tailwind.css +366 -23
  98. package/styles/grid/tailwind.scss +1 -1
  99. package/styles/highcontrast-light.css +366 -22
  100. package/styles/highcontrast.css +366 -22
  101. package/styles/material-dark.css +371 -28
  102. package/styles/material.css +366 -23
  103. package/styles/material3-dark.css +383 -24
  104. package/styles/material3-dark.scss +1 -1
  105. package/styles/material3.css +383 -24
  106. package/styles/material3.scss +1 -1
  107. package/styles/tailwind-dark.css +366 -24
  108. package/styles/tailwind.css +366 -24
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@22.2.11",
3
+ "_id": "@syncfusion/ej2-angular-grids@1.175.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-DOjvtEdrdPIg+VzhD7ZMlQ3GGy/YRZO6vCOaLHAxTxh/e3nvf+xb271oBVgrY1ALsUDmikw1YbyIVzNZb14hZw==",
5
+ "_integrity": "sha512-azJgOt/jpR21zGnOLlllxmKdnJnTAYV4eJj+d/RENkT8MwGSXuJUa+3idKxC6bUQo68i2iBso5on31G7FtINpg==",
6
6
  "_location": "/@syncfusion/ej2-angular-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-22.2.11.tgz",
23
- "_shasum": "9c0303eab8510d631e97d888b75d8fc4b1516a73",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-1.175.0.tgz",
23
+ "_shasum": "e2c6ebcf767089e845e4285d52eac15665548320",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~22.2.5",
35
- "@syncfusion/ej2-base": "~22.2.12",
36
- "@syncfusion/ej2-grids": "22.2.12",
34
+ "@syncfusion/ej2-angular-base": "~23.1.36",
35
+ "@syncfusion/ej2-base": "~23.1.36",
36
+ "@syncfusion/ej2-grids": "23.1.36",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -72,5 +72,5 @@
72
72
  "schematics": "./schematics/collection.json",
73
73
  "sideEffects": false,
74
74
  "typings": "syncfusion-ej2-angular-grids.d.ts",
75
- "version": "22.2.12"
75
+ "version": "23.1.36"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^22.2.11";
2
+ export declare const pkgVer = "^1.175.0";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~22.2.11";
4
+ export declare const themeVer = "~1.175.0";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-grids';
4
- exports.pkgVer = '^22.2.12';
4
+ exports.pkgVer = '^23.1.36';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~22.2.12';
6
+ exports.themeVer = '~23.1.36';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^22.2.12';
2
+ export const pkgVer = '^23.1.36';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~22.2.12';
4
+ export const themeVer = '~23.1.36';
@@ -36,6 +36,7 @@ export declare class AggregateColumnDirective extends ComplexBase<AggregateColum
36
36
  * * custom
37
37
  * > Specify the `type` value as `custom` to use custom aggregation.
38
38
  * @default null
39
+ * @asptype string
39
40
  */
40
41
  type: any;
41
42
  /**
@@ -282,7 +282,9 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
282
282
  * The available built-in freeze directions are
283
283
  * * Left - Freeze the column at left side.
284
284
  * * Right - Freeze the column at right side.
285
- * @default null
285
+ * * Fixed - Freeze the column at Center.
286
+ * * None - Does not freeze the column.
287
+ * @default None
286
288
  */
287
289
  freeze: any;
288
290
  /**
@@ -71,6 +71,7 @@ export declare class GridComponent extends Grid implements IComponentBase {
71
71
  excelHeaderQueryCellInfo: any;
72
72
  excelQueryCellInfo: any;
73
73
  exportDetailDataBound: any;
74
+ exportDetailTemplate: any;
74
75
  exportGroupCaption: any;
75
76
  headerCellInfo: any;
76
77
  keyPressed: any;
@@ -110,7 +111,7 @@ export declare class GridComponent extends Grid implements IComponentBase {
110
111
  *
111
112
  * > Check the [`Row Template`](../../grid/row/) customization.
112
113
  *
113
- * @default ''
114
+ * @default null
114
115
  * @asptype string
115
116
  */
116
117
  rowTemplate: any;
@@ -121,7 +122,7 @@ export declare class GridComponent extends Grid implements IComponentBase {
121
122
  *
122
123
  *{% codeBlock src="grid/detail-template-api/index.ts" %}{% endcodeBlock %}
123
124
  *
124
- * @default ''
125
+ * @default null
125
126
  * @asptype string
126
127
  */
127
128
  detailTemplate: any;
@@ -147,5 +148,5 @@ export declare class GridComponent extends Grid implements IComponentBase {
147
148
  registerEvents: (eventList: string[]) => void;
148
149
  addTwoWay: (propList: string[]) => void;
149
150
  static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
150
- static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "ejs-grid", never, { "aggregates": "aggregates"; "allowExcelExport": "allowExcelExport"; "allowFiltering": "allowFiltering"; "allowGrouping": "allowGrouping"; "allowKeyboard": "allowKeyboard"; "allowMultiSorting": "allowMultiSorting"; "allowPaging": "allowPaging"; "allowPdfExport": "allowPdfExport"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowRowDragAndDrop": "allowRowDragAndDrop"; "allowSelection": "allowSelection"; "allowSorting": "allowSorting"; "allowTextWrap": "allowTextWrap"; "autoFit": "autoFit"; "childGrid": "childGrid"; "clipMode": "clipMode"; "columnChooserSettings": "columnChooserSettings"; "columnMenuItems": "columnMenuItems"; "columnQueryMode": "columnQueryMode"; "columns": "columns"; "contextMenuItems": "contextMenuItems"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "currentAction": "currentAction"; "currentViewData": "currentViewData"; "dataSource": "dataSource"; "detailTemplate": "detailTemplate"; "editSettings": "editSettings"; "ej2StatePersistenceVersion": "ej2StatePersistenceVersion"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAltRow": "enableAltRow"; "enableAutoFill": "enableAutoFill"; "enableColumnVirtualization": "enableColumnVirtualization"; "enableHeaderFocus": "enableHeaderFocus"; "enableHover": "enableHover"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableImmutableMode": "enableImmutableMode"; "enableInfiniteScrolling": "enableInfiniteScrolling"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableStickyHeader": "enableStickyHeader"; "enableVirtualMaskRow": "enableVirtualMaskRow"; "enableVirtualization": "enableVirtualization"; "filterSettings": "filterSettings"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "gridLines": "gridLines"; "groupSettings": "groupSettings"; "height": "height"; "hierarchyPrintMode": "hierarchyPrintMode"; "infiniteScrollSettings": "infiniteScrollSettings"; "loadingIndicator": "loadingIndicator"; "locale": "locale"; "pageSettings": "pageSettings"; "pagerTemplate": "pagerTemplate"; "parentDetails": "parentDetails"; "printMode": "printMode"; "query": "query"; "queryString": "queryString"; "resizeSettings": "resizeSettings"; "rowDropSettings": "rowDropSettings"; "rowHeight": "rowHeight"; "rowRenderingMode": "rowRenderingMode"; "rowTemplate": "rowTemplate"; "searchSettings": "searchSettings"; "selectedRowIndex": "selectedRowIndex"; "selectionSettings": "selectionSettings"; "showColumnChooser": "showColumnChooser"; "showColumnMenu": "showColumnMenu"; "showHider": "showHider"; "sortSettings": "sortSettings"; "textWrapSettings": "textWrapSettings"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "batchAdd": "batchAdd"; "batchCancel": "batchCancel"; "batchDelete": "batchDelete"; "beforeAutoFill": "beforeAutoFill"; "beforeBatchAdd": "beforeBatchAdd"; "beforeBatchDelete": "beforeBatchDelete"; "beforeBatchSave": "beforeBatchSave"; "beforeCopy": "beforeCopy"; "beforeDataBound": "beforeDataBound"; "beforeExcelExport": "beforeExcelExport"; "beforeOpenAdaptiveDialog": "beforeOpenAdaptiveDialog"; "beforeOpenColumnChooser": "beforeOpenColumnChooser"; "beforePaste": "beforePaste"; "beforePdfExport": "beforePdfExport"; "beforePrint": "beforePrint"; "beginEdit": "beginEdit"; "cellDeselected": "cellDeselected"; "cellDeselecting": "cellDeselecting"; "cellEdit": "cellEdit"; "cellSave": "cellSave"; "cellSaved": "cellSaved"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "checkBoxChange": "checkBoxChange"; "columnDataStateChange": "columnDataStateChange"; "columnDeselected": "columnDeselected"; "columnDeselecting": "columnDeselecting"; "columnDrag": "columnDrag"; "columnDragStart": "columnDragStart"; "columnDrop": "columnDrop"; "columnMenuClick": "columnMenuClick"; "columnMenuOpen": "columnMenuOpen"; "columnSelected": "columnSelected"; "columnSelecting": "columnSelecting"; "commandClick": "commandClick"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "destroyed": "destroyed"; "detailDataBound": "detailDataBound"; "excelAggregateQueryCellInfo": "excelAggregateQueryCellInfo"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "exportDetailDataBound": "exportDetailDataBound"; "exportGroupCaption": "exportGroupCaption"; "headerCellInfo": "headerCellInfo"; "keyPressed": "keyPressed"; "lazyLoadGroupCollapse": "lazyLoadGroupCollapse"; "lazyLoadGroupExpand": "lazyLoadGroupExpand"; "load": "load"; "pdfAggregateQueryCellInfo": "pdfAggregateQueryCellInfo"; "pdfExportComplete": "pdfExportComplete"; "pdfHeaderQueryCellInfo": "pdfHeaderQueryCellInfo"; "pdfQueryCellInfo": "pdfQueryCellInfo"; "printComplete": "printComplete"; "queryCellInfo": "queryCellInfo"; "recordClick": "recordClick"; "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"; }, ["rowTemplate", "detailTemplate", "toolbarTemplate", "pagerTemplate", "editSettings_template", "groupSettings_captionTemplate", "childColumns", "childAggregates"], never>;
151
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "ejs-grid", never, { "aggregates": "aggregates"; "allowExcelExport": "allowExcelExport"; "allowFiltering": "allowFiltering"; "allowGrouping": "allowGrouping"; "allowKeyboard": "allowKeyboard"; "allowMultiSorting": "allowMultiSorting"; "allowPaging": "allowPaging"; "allowPdfExport": "allowPdfExport"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowRowDragAndDrop": "allowRowDragAndDrop"; "allowSelection": "allowSelection"; "allowSorting": "allowSorting"; "allowTextWrap": "allowTextWrap"; "autoFit": "autoFit"; "childGrid": "childGrid"; "clipMode": "clipMode"; "columnChooserSettings": "columnChooserSettings"; "columnMenuItems": "columnMenuItems"; "columnQueryMode": "columnQueryMode"; "columns": "columns"; "contextMenuItems": "contextMenuItems"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "currentAction": "currentAction"; "currentViewData": "currentViewData"; "dataSource": "dataSource"; "detailTemplate": "detailTemplate"; "editSettings": "editSettings"; "ej2StatePersistenceVersion": "ej2StatePersistenceVersion"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAltRow": "enableAltRow"; "enableAutoFill": "enableAutoFill"; "enableColumnVirtualization": "enableColumnVirtualization"; "enableHeaderFocus": "enableHeaderFocus"; "enableHover": "enableHover"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableImmutableMode": "enableImmutableMode"; "enableInfiniteScrolling": "enableInfiniteScrolling"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableStickyHeader": "enableStickyHeader"; "enableVirtualMaskRow": "enableVirtualMaskRow"; "enableVirtualization": "enableVirtualization"; "exportGrids": "exportGrids"; "filterSettings": "filterSettings"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "gridLines": "gridLines"; "groupSettings": "groupSettings"; "height": "height"; "hierarchyPrintMode": "hierarchyPrintMode"; "infiniteScrollSettings": "infiniteScrollSettings"; "loadingIndicator": "loadingIndicator"; "locale": "locale"; "pageSettings": "pageSettings"; "pagerTemplate": "pagerTemplate"; "parentDetails": "parentDetails"; "printMode": "printMode"; "query": "query"; "queryString": "queryString"; "resizeSettings": "resizeSettings"; "rowDropSettings": "rowDropSettings"; "rowHeight": "rowHeight"; "rowRenderingMode": "rowRenderingMode"; "rowTemplate": "rowTemplate"; "searchSettings": "searchSettings"; "selectedRowIndex": "selectedRowIndex"; "selectionSettings": "selectionSettings"; "showColumnChooser": "showColumnChooser"; "showColumnMenu": "showColumnMenu"; "showHider": "showHider"; "sortSettings": "sortSettings"; "textWrapSettings": "textWrapSettings"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "batchAdd": "batchAdd"; "batchCancel": "batchCancel"; "batchDelete": "batchDelete"; "beforeAutoFill": "beforeAutoFill"; "beforeBatchAdd": "beforeBatchAdd"; "beforeBatchDelete": "beforeBatchDelete"; "beforeBatchSave": "beforeBatchSave"; "beforeCopy": "beforeCopy"; "beforeDataBound": "beforeDataBound"; "beforeExcelExport": "beforeExcelExport"; "beforeOpenAdaptiveDialog": "beforeOpenAdaptiveDialog"; "beforeOpenColumnChooser": "beforeOpenColumnChooser"; "beforePaste": "beforePaste"; "beforePdfExport": "beforePdfExport"; "beforePrint": "beforePrint"; "beginEdit": "beginEdit"; "cellDeselected": "cellDeselected"; "cellDeselecting": "cellDeselecting"; "cellEdit": "cellEdit"; "cellSave": "cellSave"; "cellSaved": "cellSaved"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "checkBoxChange": "checkBoxChange"; "columnDataStateChange": "columnDataStateChange"; "columnDeselected": "columnDeselected"; "columnDeselecting": "columnDeselecting"; "columnDrag": "columnDrag"; "columnDragStart": "columnDragStart"; "columnDrop": "columnDrop"; "columnMenuClick": "columnMenuClick"; "columnMenuOpen": "columnMenuOpen"; "columnSelected": "columnSelected"; "columnSelecting": "columnSelecting"; "commandClick": "commandClick"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "destroyed": "destroyed"; "detailDataBound": "detailDataBound"; "excelAggregateQueryCellInfo": "excelAggregateQueryCellInfo"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "exportDetailDataBound": "exportDetailDataBound"; "exportDetailTemplate": "exportDetailTemplate"; "exportGroupCaption": "exportGroupCaption"; "headerCellInfo": "headerCellInfo"; "keyPressed": "keyPressed"; "lazyLoadGroupCollapse": "lazyLoadGroupCollapse"; "lazyLoadGroupExpand": "lazyLoadGroupExpand"; "load": "load"; "pdfAggregateQueryCellInfo": "pdfAggregateQueryCellInfo"; "pdfExportComplete": "pdfExportComplete"; "pdfHeaderQueryCellInfo": "pdfHeaderQueryCellInfo"; "pdfQueryCellInfo": "pdfQueryCellInfo"; "printComplete": "printComplete"; "queryCellInfo": "queryCellInfo"; "recordClick": "recordClick"; "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"; }, ["rowTemplate", "detailTemplate", "toolbarTemplate", "pagerTemplate", "editSettings_template", "groupSettings_captionTemplate", "childColumns", "childAggregates"], never>;
151
152
  }
@@ -284,7 +284,9 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
284
284
  * The available built-in freeze directions are
285
285
  * * Left - Freeze the column at left side.
286
286
  * * Right - Freeze the column at right side.
287
- * @default null
287
+ * * Fixed - Freeze the column at Center.
288
+ * * None - Does not freeze the column.
289
+ * @default None
288
290
  */
289
291
  freeze: any;
290
292
  /**