@syncfusion/ej2-angular-pivotview 27.2.4 → 28.1.33

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/CHANGELOG.md CHANGED
@@ -6,73 +6,14 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I657448` - Double-clicking the 'No records to display' cell for drill-through in the pivot table will no longer trigger an error.
9
10
  - `#I655109` - The calculated field option will now work properly with the 'Defer Layout Update' option enabled in the pivot table when using the server-side engine.
11
+ - `#I661608` - The pivot button will now show the proper text in the static field list when the 'showAggregationOnValueField' property is disabled.
12
+ - `#I653425` - The pivot table will now be rendered properly when changing the aggregation type dynamically using the 'Value field settings' popup for a value field name that begins with numeric text.
10
13
 
11
- ## 27.2.3 (2024-11-21)
12
-
13
- ### Pivot Table
14
-
15
- #### Bug fixes
16
-
17
- - `#I651756` - Field searching will now work properly within the field list UI when searching for grouped child fields.
18
-
19
- ## 27.2.2 (2024-11-15)
20
-
21
- ### Pivot Table
22
-
23
- #### Bug fixes
24
-
25
- - `#I645195` - The pivot table will now display the proper data based on the current page size when using the paging option.
26
- - `#I645619` - The error popup will now appear correctly when entering an invalid formula in the calculated field UI.
27
-
28
- ## 27.1.58 (2024-11-05)
29
-
30
- ### Pivot Table
31
-
32
- #### Bug fixes
33
-
34
- - `#I645787` - Number formatting will now be applied correctly when using the number formatting popup in the pivot table.
35
- - `#I648479` - The context menu will now appear when clicking on a value cell in the pivot table.
36
-
37
- ## 27.1.57 (2024-10-29)
38
-
39
- ### Pivot Table
40
-
41
- #### Bug fixes
42
-
43
- - The pivot table will now be rendered properly when creating a new report using the toolbar.
44
-
45
- ## 27.1.55 (2024-10-22)
46
-
47
- ### Pivot Table
48
-
49
- #### Bug fixes
50
-
51
- - `#I640765` - The cumulative percentage values will now be displayed correctly in the tooltip when hovering over the chart series of the Pareto chart.
52
-
53
- ## 27.1.53 (2024-10-15)
54
-
55
- ### Pivot Table
56
-
57
- #### Bug fixes
58
-
59
- - The pivot table will now work properly while dynamically disabling grouping with the pivot chart enabled.
60
-
61
- ## 27.1.51 (2024-09-30)
62
-
63
- ### Pivot Table
64
-
65
- #### Bug fixes
66
-
67
- - `#I628997` - The drill-through popup will now display the proper data when using the Pivot Table with the server-side engine and DataTable.
68
-
69
- ## 27.1.50 (2024-09-24)
70
-
71
- ### Pivot Table
72
-
73
- #### Bug fixes
14
+ #### Features
74
15
 
75
- - The pivot chart will now render properly when the `displayOption` property is changed dynamically with the toolbar option enabled.
16
+ - The classic (tabular) layout support has been added, allowing the pivot table to display in a traditional format with separate columns for row headers, offering a more detailed and organized table structure. Explore the [demo](https://ej2.syncfusion.com/demos/#/fluent2/pivot-table/tabular-layout.html) here.
76
17
 
77
18
  ## 27.1.48 (2024-09-18)
78
19
 
@@ -975,15 +916,7 @@ The pivot grid is a multi-dimensional data visualization component built on top
975
916
  - **Aggregation** - Provides built in aggregation types like sum, average, min, max and count.
976
917
  - **Calculated Field** - Users can add new value field(s) to the report dynamically using this option.
977
918
  - **Adaptive Rendering** - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
978
- - **Exporting** - Provides the option to exporting records to Excel, CSV and PDF formats.## 27.1.52 (2024-10-08)
979
-
980
- ### Pivot Table
981
-
982
- #### Bug fixes
983
-
984
- - `#I627993` - The pivot chart will now be rendered properly within the parent container when used with the grouping bar in Angular.
985
-
986
- ## 18.2.58 (2020-09-15)
919
+ - **Exporting** - Provides the option to exporting records to Excel, CSV and PDF formats.## 18.2.58 (2020-09-15)
987
920
 
988
921
  ### Pivot Table
989
922
 
package/README.md CHANGED
@@ -36,9 +36,9 @@ ng new my-app
36
36
  cd my-app
37
37
  ```
38
38
 
39
- ### Add Syncfusion Pivot Table package
39
+ ### Add Syncfusion<sup>®</sup> Pivot Table package
40
40
 
41
- All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular Pivot Table package, use the following command.
41
+ All Syncfusion<sup>®</sup> Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular Pivot Table package, use the following command.
42
42
 
43
43
  ```bash
44
44
  ng add @syncfusion/ej2-angular-pivotview
@@ -48,13 +48,13 @@ The above command does the below configuration to your Angular app.
48
48
 
49
49
  * Adds `@syncfusion/ej2-angular-pivotview` package and its peer dependencies to your `package.json` file.
50
50
  * Imports the `PivotViewModule` in your application module `app.module.ts`.
51
- * Registers the Syncfusion UI default theme (material) in the `angular.json` file.
51
+ * Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
52
52
 
53
- This makes it easy to add the Syncfusion Angular Pivot Table module to your project and start using it in your application.
53
+ This makes it easy to add the Syncfusion<sup>®</sup> Angular Pivot Table module to your project and start using it in your application.
54
54
 
55
55
  ### Add Pivot Table component
56
56
 
57
- In **src/app/app.component.ts**, use `<ejs-pivotview>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Pivot Table component.
57
+ In **src/app/app.component.ts**, use `<ejs-pivotview>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular Pivot Table component.
58
58
 
59
59
  ```typescript
60
60
  import { Component, OnInit } from '@angular/core';
@@ -137,7 +137,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
137
137
 
138
138
  ## License and copyright
139
139
 
140
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
140
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
141
141
 
142
142
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
143
143
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-pivotview@*",
3
- "_id": "@syncfusion/ej2-angular-pivotview@27.2.3",
3
+ "_id": "@syncfusion/ej2-angular-pivotview@26.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-oJHLrku9sWYMvHcL0QXH4xqAThBRhpzpRXTDjfV/hWAz7jWZsRpiJ7t6U5/u/7yReehU4BTZ6fzre2q54ZG7ig==",
5
+ "_integrity": "sha512-9CsC6vtj/OGN2ca6Q2XdDiUIy315bMd7UxfZxsOCl1KVKVQ9se/dKZjUJfGDkoWgWnoCGgdeIJedO+ejkHDizA==",
6
6
  "_location": "/@syncfusion/ej2-angular-pivotview",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-27.2.3.tgz",
23
- "_shasum": "590773d2bef30c646a6b0f4a8da470b9516a6d81",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-26.1.35.tgz",
23
+ "_shasum": "78c9abd0d2edd1e42d5512df7279e514930a922d",
24
24
  "_spec": "@syncfusion/ej2-angular-pivotview@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_28.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": "~27.2.2",
35
- "@syncfusion/ej2-base": "~27.2.2",
36
- "@syncfusion/ej2-pivotview": "27.2.4"
34
+ "@syncfusion/ej2-angular-base": "~28.1.33",
35
+ "@syncfusion/ej2-base": "~28.1.33",
36
+ "@syncfusion/ej2-pivotview": "28.1.33"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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",
@@ -69,5 +69,5 @@
69
69
  "schematics": "./schematics/collection.json",
70
70
  "sideEffects": false,
71
71
  "typings": "syncfusion-ej2-angular-pivotview.d.ts",
72
- "version": "27.2.4"
72
+ "version": "28.1.33"
73
73
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
2
- export declare const pkgVer = "^27.1.58";
2
+ export declare const pkgVer = "^26.1.35";
3
3
  export declare const moduleName = "PivotViewModule, PivotFieldListModule";
4
- export declare const themeVer = "~27.1.58";
4
+ export declare const themeVer = "~26.1.35";
@@ -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 = '^27.2.4';
4
+ exports.pkgVer = '^28.1.33';
5
5
  exports.moduleName = 'PivotViewModule, PivotFieldListModule';
6
- exports.themeVer = '~27.2.4';
6
+ exports.themeVer = '~28.1.33';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^27.2.4';
2
+ export const pkgVer = '^28.1.33';
3
3
  export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~27.2.4';
4
+ export const themeVer = '~28.1.33';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-pivotview/styles/bds-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-pivotview/styles/bds-lite.scss';
package/styles/bds.css ADDED
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-pivotview/styles/bds.css';
@@ -0,0 +1,2 @@
1
+ @import 'pivotview/bds.scss';
2
+ @import 'pivotfieldlist/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-pivotview/styles/pivotfieldlist/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-pivotview/styles/pivotfieldlist/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-pivotview/styles/pivotview/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-pivotview/styles/pivotview/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-pivotview/styles/pivotview/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-pivotview/styles/pivotview/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-pivotview/styles/tailwind3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-pivotview/styles/tailwind3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-pivotview/styles/tailwind3.css';
@@ -0,0 +1,2 @@
1
+ @import 'pivotview/tailwind3.scss';
2
+ @import 'pivotfieldlist/tailwind3.scss';