@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.
- package/esm2020/src/grid/aggregate-columns.directive.mjs +1 -1
- package/esm2020/src/grid/columns.directive.mjs +1 -1
- package/esm2020/src/grid/grid.component.mjs +4 -4
- package/esm2020/src/grid/stacked-column.directive.mjs +1 -1
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +3 -3
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +1 -0
- package/src/grid/columns.directive.d.ts +3 -1
- package/src/grid/grid.component.d.ts +4 -3
- package/src/grid/stacked-column.directive.d.ts +3 -1
- package/styles/bootstrap-dark.css +366 -22
- package/styles/bootstrap.css +366 -22
- package/styles/bootstrap4.css +379 -22
- package/styles/bootstrap5-dark.css +366 -22
- package/styles/bootstrap5.css +366 -22
- package/styles/excel-filter/bootstrap-dark.scss +1 -1
- package/styles/excel-filter/bootstrap.scss +1 -1
- package/styles/excel-filter/bootstrap4.scss +1 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -1
- package/styles/excel-filter/bootstrap5.scss +1 -1
- package/styles/excel-filter/fabric-dark.scss +1 -1
- package/styles/excel-filter/fabric.scss +1 -1
- package/styles/excel-filter/fluent-dark.scss +1 -1
- package/styles/excel-filter/fluent.scss +1 -1
- package/styles/excel-filter/highcontrast-light.scss +1 -1
- package/styles/excel-filter/highcontrast.scss +1 -1
- package/styles/excel-filter/material-dark.css +0 -1
- package/styles/excel-filter/material-dark.scss +1 -1
- package/styles/excel-filter/material.css +0 -1
- package/styles/excel-filter/material.scss +1 -1
- package/styles/excel-filter/material3-dark.css +0 -1
- package/styles/excel-filter/material3-dark.scss +1 -1
- package/styles/excel-filter/material3.css +0 -1
- package/styles/excel-filter/material3.scss +1 -1
- package/styles/excel-filter/tailwind-dark.css +0 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -1
- package/styles/excel-filter/tailwind.css +0 -1
- package/styles/excel-filter/tailwind.scss +1 -1
- package/styles/fabric-dark.css +366 -22
- package/styles/fabric.css +366 -22
- package/styles/fluent-dark.css +367 -23
- package/styles/fluent.css +367 -23
- package/styles/grid/_bootstrap-dark-definition.scss +11 -0
- package/styles/grid/_bootstrap-definition.scss +11 -0
- package/styles/grid/_bootstrap4-definition.scss +11 -0
- package/styles/grid/_bootstrap5-definition.scss +11 -0
- package/styles/grid/_fabric-dark-definition.scss +11 -0
- package/styles/grid/_fabric-definition.scss +11 -0
- package/styles/grid/_fluent-definition.scss +12 -1
- package/styles/grid/_fusionnew-definition.scss +11 -0
- package/styles/grid/_highcontrast-definition.scss +11 -0
- package/styles/grid/_highcontrast-light-definition.scss +11 -0
- package/styles/grid/_layout.scss +401 -28
- package/styles/grid/_material-dark-definition.scss +13 -2
- package/styles/grid/_material-definition.scss +11 -0
- package/styles/grid/_material3-definition.scss +12 -1
- package/styles/grid/_tailwind-definition.scss +11 -0
- package/styles/grid/_theme.scss +227 -6
- package/styles/grid/bootstrap-dark.css +366 -22
- package/styles/grid/bootstrap-dark.scss +1 -1
- package/styles/grid/bootstrap.css +366 -22
- package/styles/grid/bootstrap.scss +1 -1
- package/styles/grid/bootstrap4.css +379 -22
- package/styles/grid/bootstrap4.scss +1 -1
- package/styles/grid/bootstrap5-dark.css +366 -22
- package/styles/grid/bootstrap5-dark.scss +1 -1
- package/styles/grid/bootstrap5.css +366 -22
- package/styles/grid/bootstrap5.scss +1 -1
- package/styles/grid/fabric-dark.css +366 -22
- package/styles/grid/fabric-dark.scss +1 -1
- package/styles/grid/fabric.css +366 -22
- package/styles/grid/fabric.scss +1 -1
- package/styles/grid/fluent-dark.css +367 -23
- package/styles/grid/fluent-dark.scss +1 -1
- package/styles/grid/fluent.css +367 -23
- package/styles/grid/fluent.scss +1 -1
- package/styles/grid/highcontrast-light.css +366 -22
- package/styles/grid/highcontrast-light.scss +1 -1
- package/styles/grid/highcontrast.css +366 -22
- package/styles/grid/highcontrast.scss +1 -1
- package/styles/grid/material-dark.css +371 -28
- package/styles/grid/material-dark.scss +1 -1
- package/styles/grid/material.css +366 -23
- package/styles/grid/material.scss +1 -1
- package/styles/grid/material3-dark.css +383 -24
- package/styles/grid/material3-dark.scss +1 -1
- package/styles/grid/material3.css +383 -24
- package/styles/grid/material3.scss +1 -1
- package/styles/grid/tailwind-dark.css +366 -23
- package/styles/grid/tailwind-dark.scss +1 -1
- package/styles/grid/tailwind.css +366 -23
- package/styles/grid/tailwind.scss +1 -1
- package/styles/highcontrast-light.css +366 -22
- package/styles/highcontrast.css +366 -22
- package/styles/material-dark.css +371 -28
- package/styles/material.css +366 -23
- package/styles/material3-dark.css +383 -24
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +383 -24
- package/styles/material3.scss +1 -1
- package/styles/tailwind-dark.css +366 -24
- 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@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@1.175.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
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-
|
|
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": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-grids": "
|
|
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": "
|
|
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 = "^
|
|
2
|
+
export declare const pkgVer = "^1.175.0";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
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 = '^
|
|
4
|
+
exports.pkgVer = '^23.1.36';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~23.1.36';
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
/**
|