@syncfusion/ej2-angular-pivotview 21.2.10 → 22.1.34
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/README.md +36 -121
- package/esm2020/src/index.mjs +2 -2
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +3 -3
- package/esm2020/src/pivotview/pivotview-all.module.mjs +4 -7
- package/esm2020/src/pivotview/pivotview.component.mjs +5 -18
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +10 -26
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +10 -26
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/license +10 -0
- package/package.json +17 -9
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -1
- package/src/pivotview/pivotview-all.module.d.ts +0 -1
- package/src/pivotview/pivotview.component.d.ts +2 -9
- package/styles/bootstrap-dark.css +274 -226
- package/styles/bootstrap.css +273 -226
- package/styles/bootstrap4.css +284 -285
- package/styles/bootstrap5-dark.css +272 -270
- package/styles/bootstrap5.css +272 -270
- package/styles/fabric-dark.css +264 -230
- package/styles/fabric.css +262 -233
- package/styles/fluent-dark.css +276 -263
- package/styles/fluent.css +276 -263
- package/styles/highcontrast-light.css +264 -227
- package/styles/highcontrast.css +264 -227
- package/styles/material-dark.css +271 -227
- package/styles/material.css +270 -226
- package/styles/material3-dark.css +6610 -0
- package/styles/material3-dark.scss +4 -0
- package/styles/material3.css +6666 -0
- package/styles/material3.scss +4 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +25 -32
- package/styles/pivotfieldlist/_bootstrap-definition.scss +27 -8
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +28 -9
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +29 -10
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +25 -6
- package/styles/pivotfieldlist/_fabric-definition.scss +26 -7
- package/styles/pivotfieldlist/_fluent-definition.scss +29 -10
- package/styles/pivotfieldlist/_fusionnew-definition.scss +25 -6
- package/styles/pivotfieldlist/_highcontrast-definition.scss +24 -5
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +23 -4
- package/styles/pivotfieldlist/_layout.scss +144 -172
- package/styles/pivotfieldlist/_material-dark-definition.scss +28 -9
- package/styles/pivotfieldlist/_material-definition.scss +28 -9
- package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_material3-definition.scss +224 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +29 -10
- package/styles/pivotfieldlist/_theme.scss +169 -186
- package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
- package/styles/pivotfieldlist/bootstrap.css +148 -138
- package/styles/pivotfieldlist/bootstrap4.css +153 -146
- package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
- package/styles/pivotfieldlist/bootstrap5.css +149 -150
- package/styles/pivotfieldlist/fabric-dark.css +140 -139
- package/styles/pivotfieldlist/fabric.css +141 -140
- package/styles/pivotfieldlist/fluent-dark.css +159 -170
- package/styles/pivotfieldlist/fluent.css +159 -170
- package/styles/pivotfieldlist/highcontrast-light.css +139 -138
- package/styles/pivotfieldlist/highcontrast.css +139 -138
- package/styles/pivotfieldlist/icons/_fluent.scss +1 -1
- package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_material3.scss +7 -3
- package/styles/pivotfieldlist/material-dark.css +148 -142
- package/styles/pivotfieldlist/material.css +147 -141
- package/styles/pivotfieldlist/material3-dark.css +3811 -0
- package/styles/pivotfieldlist/material3-dark.scss +5 -0
- package/styles/pivotfieldlist/material3.css +3865 -0
- package/styles/pivotfieldlist/material3.scss +5 -0
- package/styles/pivotfieldlist/tailwind-dark.css +152 -163
- package/styles/pivotfieldlist/tailwind.css +152 -163
- package/styles/pivotview/_bootstrap-dark-definition.scss +18 -8
- package/styles/pivotview/_bootstrap-definition.scss +18 -8
- package/styles/pivotview/_bootstrap4-definition.scss +18 -8
- package/styles/pivotview/_bootstrap5-definition.scss +16 -6
- package/styles/pivotview/_fabric-dark-definition.scss +18 -8
- package/styles/pivotview/_fabric-definition.scss +18 -8
- package/styles/pivotview/_fluent-definition.scss +16 -6
- package/styles/pivotview/_fusionnew-definition.scss +13 -3
- package/styles/pivotview/_highcontrast-definition.scss +17 -7
- package/styles/pivotview/_highcontrast-light-definition.scss +17 -7
- package/styles/pivotview/_layout.scss +103 -69
- package/styles/pivotview/_material-dark-definition.scss +16 -6
- package/styles/pivotview/_material-definition.scss +16 -6
- package/styles/pivotview/_material3-dark-definition.scss +1 -0
- package/styles/pivotview/_material3-definition.scss +179 -0
- package/styles/pivotview/_tailwind-definition.scss +16 -6
- package/styles/pivotview/_theme.scss +126 -173
- package/styles/pivotview/bootstrap-dark.css +125 -87
- package/styles/pivotview/bootstrap.css +125 -88
- package/styles/pivotview/bootstrap4.css +131 -139
- package/styles/pivotview/bootstrap5-dark.css +123 -120
- package/styles/pivotview/bootstrap5.css +123 -120
- package/styles/pivotview/fabric-dark.css +124 -91
- package/styles/pivotview/fabric.css +121 -93
- package/styles/pivotview/fluent-dark.css +117 -93
- package/styles/pivotview/fluent.css +117 -93
- package/styles/pivotview/highcontrast-light.css +125 -89
- package/styles/pivotview/highcontrast.css +125 -89
- package/styles/pivotview/icons/_material3-dark.scss +1 -0
- package/styles/pivotview/icons/_material3.scss +4 -4
- package/styles/pivotview/material-dark.css +123 -85
- package/styles/pivotview/material.css +123 -85
- package/styles/pivotview/material3-dark.css +2854 -0
- package/styles/pivotview/material3-dark.scss +5 -0
- package/styles/pivotview/material3.css +2912 -0
- package/styles/pivotview/material3.scss +6 -0
- package/styles/pivotview/tailwind-dark.css +123 -91
- package/styles/pivotview/tailwind.css +123 -91
- package/styles/tailwind-dark.css +275 -254
- package/styles/tailwind.css +275 -254
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -125
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-pivotview@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-pivotview@20.1.58",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-BNLugdn780dgtccLX8d5ThMSkKPyhRjc6S55WXWW4ZVHcxiaGGpBehDufogQ05aH+Ob8yB+8e6oKuuDs5K9lxw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
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-pivotview/-/ej2-angular-pivotview-20.1.58.tgz",
|
|
23
|
+
"_shasum": "8a6725281fef0a3f987e399bfe260c03104855e2",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -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-pivotview": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
36
|
+
"@syncfusion/ej2-pivotview": "22.1.34",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -57,8 +57,16 @@
|
|
|
57
57
|
"fesm2020": "fesm2020/syncfusion-ej2-angular-pivotview.mjs",
|
|
58
58
|
"homepage": "https://www.syncfusion.com/angular-components",
|
|
59
59
|
"keywords": [
|
|
60
|
+
"ej2-pivotview",
|
|
61
|
+
"pivotview",
|
|
62
|
+
"ej2",
|
|
63
|
+
"syncfusion",
|
|
64
|
+
"web-components",
|
|
65
|
+
"data",
|
|
66
|
+
"table",
|
|
60
67
|
"angular",
|
|
61
|
-
"
|
|
68
|
+
"ng-pivotview",
|
|
69
|
+
"ej2-ng-pivotview"
|
|
62
70
|
],
|
|
63
71
|
"license": "SEE LICENSE IN license",
|
|
64
72
|
"module": "fesm2015/syncfusion-ej2-angular-pivotview.mjs",
|
|
@@ -70,5 +78,5 @@
|
|
|
70
78
|
"schematics": "./schematics/collection.json",
|
|
71
79
|
"sideEffects": false,
|
|
72
80
|
"typings": "syncfusion-ej2-angular-pivotview.d.ts",
|
|
73
|
-
"version": "
|
|
81
|
+
"version": "22.1.34"
|
|
74
82
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-pivotview';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^20.1.58';
|
|
3
3
|
export const moduleName = 'PivotViewModule, PivotFieldListModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~20.1.58';
|
package/src/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { PivotViewComponent } from './pivotview/pivotview.component';
|
|
2
2
|
export { PivotViewModule } from './pivotview/pivotview.module';
|
|
3
|
-
export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService
|
|
3
|
+
export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService } from './pivotview/pivotview-all.module';
|
|
4
4
|
export { PivotFieldListComponent } from './pivotfieldlist/pivotfieldlist.component';
|
|
5
5
|
export { PivotFieldListModule } from './pivotfieldlist/pivotfieldlist.module';
|
|
6
6
|
export { PivotFieldListAllModule } from './pivotfieldlist/pivotfieldlist-all.module';
|
|
@@ -46,5 +46,5 @@ export declare class PivotFieldListComponent extends PivotFieldList implements I
|
|
|
46
46
|
registerEvents: (eventList: string[]) => void;
|
|
47
47
|
addTwoWay: (propList: string[]) => void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PivotFieldListComponent, "ejs-pivotfieldlist", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PivotFieldListComponent, "ejs-pivotfieldlist", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "renderMode": "renderMode"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeServiceInvoke": "beforeServiceInvoke"; "calculatedFieldCreate": "calculatedFieldCreate"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldRemove": "fieldRemove"; "load": "load"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; }, never, never>;
|
|
50
50
|
}
|
|
@@ -14,7 +14,6 @@ export declare const PDFExportService: ValueProvider;
|
|
|
14
14
|
export declare const ExcelExportService: ValueProvider;
|
|
15
15
|
export declare const NumberFormattingService: ValueProvider;
|
|
16
16
|
export declare const GroupingService: ValueProvider;
|
|
17
|
-
export declare const PagerService: ValueProvider;
|
|
18
17
|
/**
|
|
19
18
|
* NgModule definition for the PivotView component with providers.
|
|
20
19
|
*/
|
|
@@ -6,7 +6,7 @@ export declare const inputs: string[];
|
|
|
6
6
|
export declare const outputs: string[];
|
|
7
7
|
export declare const twoWays: string[];
|
|
8
8
|
/**
|
|
9
|
-
* `ej-pivotview` represents the Angular
|
|
9
|
+
* `ej-pivotview` represents the Angular PivotView Component.
|
|
10
10
|
* ```html
|
|
11
11
|
* <ej-pivotview></ej-pivotview>
|
|
12
12
|
* ```
|
|
@@ -40,7 +40,6 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
|
|
|
40
40
|
editCompleted: any;
|
|
41
41
|
enginePopulated: any;
|
|
42
42
|
enginePopulating: any;
|
|
43
|
-
exportComplete: any;
|
|
44
43
|
fetchReport: any;
|
|
45
44
|
fieldDragStart: any;
|
|
46
45
|
fieldDrop: any;
|
|
@@ -67,12 +66,6 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
|
|
|
67
66
|
* @default null
|
|
68
67
|
*/
|
|
69
68
|
cellTemplate: any;
|
|
70
|
-
/**
|
|
71
|
-
* Allows the tooltip element to be customized with either an HTML string or the element’s ID,
|
|
72
|
-
* can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.
|
|
73
|
-
* @default null
|
|
74
|
-
*/
|
|
75
|
-
tooltipTemplate: any;
|
|
76
69
|
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
77
70
|
ngOnInit(): void;
|
|
78
71
|
ngAfterViewInit(): void;
|
|
@@ -81,5 +74,5 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
|
|
|
81
74
|
registerEvents: (eventList: string[]) => void;
|
|
82
75
|
addTwoWay: (propList: string[]) => void;
|
|
83
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewComponent, never>;
|
|
84
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PivotViewComponent, "ejs-pivotview", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowConditionalFormatting": "allowConditionalFormatting"; "allowDataCompression": "allowDataCompression"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "allowDrillThrough": "allowDrillThrough"; "allowExcelExport": "allowExcelExport"; "allowGrouping": "allowGrouping"; "allowNumberFormatting": "allowNumberFormatting"; "allowPdfExport": "allowPdfExport"; "cellTemplate": "cellTemplate"; "chartSettings": "chartSettings"; "chartTypes": "chartTypes"; "cssClass": "cssClass"; "
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PivotViewComponent, "ejs-pivotview", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowConditionalFormatting": "allowConditionalFormatting"; "allowDataCompression": "allowDataCompression"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "allowDrillThrough": "allowDrillThrough"; "allowExcelExport": "allowExcelExport"; "allowGrouping": "allowGrouping"; "allowNumberFormatting": "allowNumberFormatting"; "allowPdfExport": "allowPdfExport"; "cellTemplate": "cellTemplate"; "chartSettings": "chartSettings"; "chartTypes": "chartTypes"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "displayOption": "displayOption"; "editSettings": "editSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableValueSorting": "enableValueSorting"; "enableVirtualization": "enableVirtualization"; "exportAllPages": "exportAllPages"; "gridSettings": "gridSettings"; "groupingBarSettings": "groupingBarSettings"; "height": "height"; "hyperlinkSettings": "hyperlinkSettings"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "maxRowsInDrillThrough": "maxRowsInDrillThrough"; "pivotValues": "pivotValues"; "showFieldList": "showFieldList"; "showGroupingBar": "showGroupingBar"; "showToolbar": "showToolbar"; "showTooltip": "showTooltip"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "tooltipTemplate": "tooltipTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeExport": "beforeExport"; "beforeServiceInvoke": "beforeServiceInvoke"; "beginDrillThrough": "beginDrillThrough"; "calculatedFieldCreate": "calculatedFieldCreate"; "cellClick": "cellClick"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "chartSeriesCreated": "chartSeriesCreated"; "conditionalFormatting": "conditionalFormatting"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drill": "drill"; "drillThrough": "drillThrough"; "editCompleted": "editCompleted"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "fetchReport": "fetchReport"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldListRefreshed": "fieldListRefreshed"; "fieldRemove": "fieldRemove"; "hyperlinkCellClick": "hyperlinkCellClick"; "load": "load"; "loadReport": "loadReport"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "newReport": "newReport"; "numberFormatting": "numberFormatting"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; "onPdfCellRender": "onPdfCellRender"; "removeReport": "removeReport"; "renameReport": "renameReport"; "saveReport": "saveReport"; "toolbarClick": "toolbarClick"; "toolbarRender": "toolbarRender"; }, ["cellTemplate"], never>;
|
|
85
78
|
}
|