@syncfusion/ej2-angular-pivotview 29.2.10-ngcc → 30.1.37-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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-pivotview.umd.min.js
3
- * version : 29.2.10
3
+ * version : 30.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public_api';
5
- export { inputs as ɵc, outputs as ɵd } from './src/pivotfieldlist/pivotfieldlist.component';
6
- export { inputs as ɵa, outputs as ɵb } from './src/pivotview/pivotview.component';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵc, outputs as ɵd } from './src/pivotfieldlist/pivotfieldlist.component';
6
+ export { inputs as ɵa, outputs as ɵb } from './src/pivotview/pivotview.component';
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pivotview",
3
- "version": "29.2.10-ngcc",
3
+ "version": "30.1.37-ngcc",
4
4
  "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~29.2.4",
10
- "@syncfusion/ej2-angular-base": "~29.2.10",
11
- "@syncfusion/ej2-pivotview": "29.2.10"
9
+ "@syncfusion/ej2-base": "~30.1.37",
10
+ "@syncfusion/ej2-angular-base": "~30.1.37",
11
+ "@syncfusion/ej2-pivotview": "30.1.37"
12
12
  },
13
13
  "devDependencies": {},
14
14
  "keywords": [
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
2
- export declare const pkgVer = "^29.2.4";
2
+ export declare const pkgVer = "^29.1.33";
3
3
  export declare const moduleName = "PivotViewModule, PivotFieldListModule";
4
- export declare const themeVer = "~29.2.4";
4
+ export declare const themeVer = "~29.1.33";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-pivotview';
4
- exports.pkgVer = '^29.2.10';
4
+ exports.pkgVer = '^30.1.37';
5
5
  exports.moduleName = 'PivotViewModule, PivotFieldListModule';
6
- exports.themeVer = '~29.2.10';
6
+ exports.themeVer = '~30.1.37';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^29.2.10';
3
- export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~29.2.10';
1
+ export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
+ export const pkgVer = '^30.1.37';
3
+ export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
+ export const themeVer = '~30.1.37';
package/src/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export { PivotViewComponent } from './pivotview/pivotview.component';
2
- export { PivotViewModule } from './pivotview/pivotview.module';
3
- export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService } from './pivotview/pivotview-all.module';
4
- export { PivotFieldListComponent } from './pivotfieldlist/pivotfieldlist.component';
5
- export { PivotFieldListModule } from './pivotfieldlist/pivotfieldlist.module';
6
- export { PivotFieldListAllModule } from './pivotfieldlist/pivotfieldlist-all.module';
7
- export * from '@syncfusion/ej2-pivotview';
1
+ export { PivotViewComponent } from './pivotview/pivotview.component';
2
+ export { PivotViewModule } from './pivotview/pivotview.module';
3
+ export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService } from './pivotview/pivotview-all.module';
4
+ export { PivotFieldListComponent } from './pivotfieldlist/pivotfieldlist.component';
5
+ export { PivotFieldListModule } from './pivotfieldlist/pivotfieldlist.module';
6
+ export { PivotFieldListAllModule } from './pivotfieldlist/pivotfieldlist-all.module';
7
+ export * from '@syncfusion/ej2-pivotview';
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the PivotFieldList component with providers.
3
- */
4
- export declare class PivotFieldListAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the PivotFieldList component with providers.
3
+ */
4
+ export declare class PivotFieldListAllModule {
5
+ }
@@ -1,48 +1,48 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { PivotFieldList } from '@syncfusion/ej2-pivotview';
4
- export declare const inputs: string[];
5
- export declare const outputs: string[];
6
- export declare const twoWays: string[];
7
- /**
8
- * `ej-pivotfieldlist` represents the Angular PivotFieldList Component.
9
- * ```html
10
- * <ej-pivotfieldlist></ej-pivotfieldlist>
11
- * ```
12
- */
13
- export declare class PivotFieldListComponent extends PivotFieldList implements IComponentBase {
14
- private ngEle;
15
- private srenderer;
16
- private viewContainerRef;
17
- private injector;
18
- context: any;
19
- tagObjects: any;
20
- actionBegin: any;
21
- actionComplete: any;
22
- actionFailure: any;
23
- afterServiceInvoke: any;
24
- aggregateCellInfo: any;
25
- aggregateMenuOpen: any;
26
- beforeServiceInvoke: any;
27
- calculatedFieldCreate: any;
28
- created: any;
29
- dataBound: any;
30
- destroyed: any;
31
- enginePopulated: any;
32
- enginePopulating: any;
33
- fieldDragStart: any;
34
- fieldDrop: any;
35
- fieldRemove: any;
36
- load: any;
37
- memberEditorOpen: any;
38
- memberFiltering: any;
39
- onFieldDropped: any;
40
- onHeadersSort: any;
41
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
42
- ngOnInit(): void;
43
- ngAfterViewInit(): void;
44
- ngOnDestroy(): void;
45
- ngAfterContentChecked(): void;
46
- registerEvents: (eventList: string[]) => void;
47
- addTwoWay: (propList: string[]) => void;
48
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { PivotFieldList } from '@syncfusion/ej2-pivotview';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * `ej-pivotfieldlist` represents the Angular PivotFieldList Component.
9
+ * ```html
10
+ * <ej-pivotfieldlist></ej-pivotfieldlist>
11
+ * ```
12
+ */
13
+ export declare class PivotFieldListComponent extends PivotFieldList implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ context: any;
19
+ tagObjects: any;
20
+ actionBegin: any;
21
+ actionComplete: any;
22
+ actionFailure: any;
23
+ afterServiceInvoke: any;
24
+ aggregateCellInfo: any;
25
+ aggregateMenuOpen: any;
26
+ beforeServiceInvoke: any;
27
+ calculatedFieldCreate: any;
28
+ created: any;
29
+ dataBound: any;
30
+ destroyed: any;
31
+ enginePopulated: any;
32
+ enginePopulating: any;
33
+ fieldDragStart: any;
34
+ fieldDrop: any;
35
+ fieldRemove: any;
36
+ load: any;
37
+ memberEditorOpen: any;
38
+ memberFiltering: any;
39
+ onFieldDropped: any;
40
+ onHeadersSort: any;
41
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
42
+ ngOnInit(): void;
43
+ ngAfterViewInit(): void;
44
+ ngOnDestroy(): void;
45
+ ngAfterContentChecked(): void;
46
+ registerEvents: (eventList: string[]) => void;
47
+ addTwoWay: (propList: string[]) => void;
48
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the PivotFieldList component.
3
- */
4
- export declare class PivotFieldListModule {
5
- }
1
+ /**
2
+ * NgModule definition for the PivotFieldList component.
3
+ */
4
+ export declare class PivotFieldListModule {
5
+ }
@@ -1,19 +1,19 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const GroupingBarService: ValueProvider;
3
- export declare const FieldListService: ValueProvider;
4
- export declare const CalculatedFieldService: ValueProvider;
5
- export declare const ConditionalFormattingService: ValueProvider;
6
- export declare const VirtualScrollService: ValueProvider;
7
- export declare const DrillThroughService: ValueProvider;
8
- export declare const ToolbarService: ValueProvider;
9
- export declare const PivotChartService: ValueProvider;
10
- export declare const PDFExportService: ValueProvider;
11
- export declare const ExcelExportService: ValueProvider;
12
- export declare const NumberFormattingService: ValueProvider;
13
- export declare const GroupingService: ValueProvider;
14
- export declare const PagerService: ValueProvider;
15
- /**
16
- * NgModule definition for the PivotView component with providers.
17
- */
18
- export declare class PivotViewAllModule {
19
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const GroupingBarService: ValueProvider;
3
+ export declare const FieldListService: ValueProvider;
4
+ export declare const CalculatedFieldService: ValueProvider;
5
+ export declare const ConditionalFormattingService: ValueProvider;
6
+ export declare const VirtualScrollService: ValueProvider;
7
+ export declare const DrillThroughService: ValueProvider;
8
+ export declare const ToolbarService: ValueProvider;
9
+ export declare const PivotChartService: ValueProvider;
10
+ export declare const PDFExportService: ValueProvider;
11
+ export declare const ExcelExportService: ValueProvider;
12
+ export declare const NumberFormattingService: ValueProvider;
13
+ export declare const GroupingService: ValueProvider;
14
+ export declare const PagerService: ValueProvider;
15
+ /**
16
+ * NgModule definition for the PivotView component with providers.
17
+ */
18
+ export declare class PivotViewAllModule {
19
+ }
@@ -1,85 +1,85 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { PivotView } from '@syncfusion/ej2-pivotview';
4
- export declare const inputs: string[];
5
- export declare const outputs: string[];
6
- export declare const twoWays: string[];
7
- /**
8
- * `ej-pivotview` represents the Angular Pivot Table Component.
9
- * ```html
10
- * <ej-pivotview></ej-pivotview>
11
- * ```
12
- */
13
- export declare class PivotViewComponent extends PivotView implements IComponentBase {
14
- private ngEle;
15
- private srenderer;
16
- private viewContainerRef;
17
- private injector;
18
- context: any;
19
- tagObjects: any;
20
- actionBegin: any;
21
- actionComplete: any;
22
- actionFailure: any;
23
- afterServiceInvoke: any;
24
- aggregateCellInfo: any;
25
- aggregateMenuOpen: any;
26
- beforeExport: any;
27
- beforeServiceInvoke: any;
28
- beginDrillThrough: any;
29
- calculatedFieldCreate: any;
30
- cellClick: any;
31
- cellSelected: any;
32
- cellSelecting: any;
33
- chartSeriesCreated: any;
34
- conditionalFormatting: any;
35
- created: any;
36
- dataBound: any;
37
- destroyed: any;
38
- drill: any;
39
- drillThrough: any;
40
- editCompleted: any;
41
- enginePopulated: any;
42
- enginePopulating: any;
43
- exportComplete: any;
44
- fetchReport: any;
45
- fieldDragStart: any;
46
- fieldDrop: any;
47
- fieldListRefreshed: any;
48
- fieldRemove: any;
49
- hyperlinkCellClick: any;
50
- load: any;
51
- loadReport: any;
52
- memberEditorOpen: any;
53
- memberFiltering: any;
54
- newReport: any;
55
- numberFormatting: any;
56
- onFieldDropped: any;
57
- onHeadersSort: any;
58
- onPdfCellRender: any;
59
- removeReport: any;
60
- renameReport: any;
61
- saveReport: any;
62
- toolbarClick: any;
63
- toolbarRender: any;
64
- /**
65
- * Allows the table cell elements to be customized with either an HTML string or the element’s ID,
66
- * that can be used to add additional HTML elements with custom formats to the cell elements that are displayed in the pivot table.
67
- * @default null
68
- * @asptype string
69
- */
70
- cellTemplate: any;
71
- /**
72
- * Allows the tooltip element to be customized with either an HTML string or the element’s ID,
73
- * can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.
74
- * @default null
75
- * @asptype string
76
- */
77
- tooltipTemplate: any;
78
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
79
- ngOnInit(): void;
80
- ngAfterViewInit(): void;
81
- ngOnDestroy(): void;
82
- ngAfterContentChecked(): void;
83
- registerEvents: (eventList: string[]) => void;
84
- addTwoWay: (propList: string[]) => void;
85
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { PivotView } from '@syncfusion/ej2-pivotview';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * `ej-pivotview` represents the Angular Pivot Table Component.
9
+ * ```html
10
+ * <ej-pivotview></ej-pivotview>
11
+ * ```
12
+ */
13
+ export declare class PivotViewComponent extends PivotView implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ context: any;
19
+ tagObjects: any;
20
+ actionBegin: any;
21
+ actionComplete: any;
22
+ actionFailure: any;
23
+ afterServiceInvoke: any;
24
+ aggregateCellInfo: any;
25
+ aggregateMenuOpen: any;
26
+ beforeExport: any;
27
+ beforeServiceInvoke: any;
28
+ beginDrillThrough: any;
29
+ calculatedFieldCreate: any;
30
+ cellClick: any;
31
+ cellSelected: any;
32
+ cellSelecting: any;
33
+ chartSeriesCreated: any;
34
+ conditionalFormatting: any;
35
+ created: any;
36
+ dataBound: any;
37
+ destroyed: any;
38
+ drill: any;
39
+ drillThrough: any;
40
+ editCompleted: any;
41
+ enginePopulated: any;
42
+ enginePopulating: any;
43
+ exportComplete: any;
44
+ fetchReport: any;
45
+ fieldDragStart: any;
46
+ fieldDrop: any;
47
+ fieldListRefreshed: any;
48
+ fieldRemove: any;
49
+ hyperlinkCellClick: any;
50
+ load: any;
51
+ loadReport: any;
52
+ memberEditorOpen: any;
53
+ memberFiltering: any;
54
+ newReport: any;
55
+ numberFormatting: any;
56
+ onFieldDropped: any;
57
+ onHeadersSort: any;
58
+ onPdfCellRender: any;
59
+ removeReport: any;
60
+ renameReport: any;
61
+ saveReport: any;
62
+ toolbarClick: any;
63
+ toolbarRender: any;
64
+ /**
65
+ * Allows the table cell elements to be customized with either an HTML string or the element’s ID,
66
+ * that can be used to add additional HTML elements with custom formats to the cell elements that are displayed in the pivot table.
67
+ * @default null
68
+ * @asptype string
69
+ */
70
+ cellTemplate: any;
71
+ /**
72
+ * Allows the tooltip element to be customized with either an HTML string or the element’s ID,
73
+ * can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.
74
+ * @default null
75
+ * @asptype string
76
+ */
77
+ tooltipTemplate: any;
78
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
79
+ ngOnInit(): void;
80
+ ngAfterViewInit(): void;
81
+ ngOnDestroy(): void;
82
+ ngAfterContentChecked(): void;
83
+ registerEvents: (eventList: string[]) => void;
84
+ addTwoWay: (propList: string[]) => void;
85
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the PivotView component.
3
- */
4
- export declare class PivotViewModule {
5
- }
1
+ /**
2
+ * NgModule definition for the PivotView component.
3
+ */
4
+ export declare class PivotViewModule {
5
+ }