@syncfusion/ej2-angular-pivotview 23.2.6-ngcc → 24.1.41-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.
Files changed (58) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/ej2-angular-pivotview.umd.js +1 -1
  3. package/dist/ej2-angular-pivotview.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +1 -6525
  9. package/styles/bootstrap.css +1 -6522
  10. package/styles/bootstrap4.css +1 -6714
  11. package/styles/bootstrap5-dark.css +1 -6622
  12. package/styles/bootstrap5.css +1 -6624
  13. package/styles/fabric-dark.css +1 -6526
  14. package/styles/fabric.css +1 -6525
  15. package/styles/fluent-dark.css +1 -6623
  16. package/styles/fluent.css +1 -6625
  17. package/styles/highcontrast-light.css +1 -6524
  18. package/styles/highcontrast.css +1 -6524
  19. package/styles/material-dark.css +1 -6526
  20. package/styles/material.css +1 -6526
  21. package/styles/material3-dark.css +1 -6733
  22. package/styles/material3.css +1 -6845
  23. package/styles/pivotfieldlist/bootstrap-dark.css +1 -3696
  24. package/styles/pivotfieldlist/bootstrap.css +1 -3694
  25. package/styles/pivotfieldlist/bootstrap4.css +1 -3780
  26. package/styles/pivotfieldlist/bootstrap5-dark.css +1 -3762
  27. package/styles/pivotfieldlist/bootstrap5.css +1 -3762
  28. package/styles/pivotfieldlist/fabric-dark.css +1 -3696
  29. package/styles/pivotfieldlist/fabric.css +1 -3695
  30. package/styles/pivotfieldlist/fluent-dark.css +1 -3754
  31. package/styles/pivotfieldlist/fluent.css +1 -3754
  32. package/styles/pivotfieldlist/highcontrast-light.css +1 -3694
  33. package/styles/pivotfieldlist/highcontrast.css +1 -3694
  34. package/styles/pivotfieldlist/material-dark.css +1 -3695
  35. package/styles/pivotfieldlist/material.css +1 -3694
  36. package/styles/pivotfieldlist/material3-dark.css +1 -3803
  37. package/styles/pivotfieldlist/material3.css +1 -3857
  38. package/styles/pivotfieldlist/tailwind-dark.css +1 -3759
  39. package/styles/pivotfieldlist/tailwind.css +1 -3760
  40. package/styles/pivotview/bootstrap-dark.css +1 -2828
  41. package/styles/pivotview/bootstrap.css +1 -2827
  42. package/styles/pivotview/bootstrap4.css +1 -2933
  43. package/styles/pivotview/bootstrap5-dark.css +1 -2859
  44. package/styles/pivotview/bootstrap5.css +1 -2861
  45. package/styles/pivotview/fabric-dark.css +1 -2829
  46. package/styles/pivotview/fabric.css +1 -2829
  47. package/styles/pivotview/fluent-dark.css +1 -2868
  48. package/styles/pivotview/fluent.css +1 -2870
  49. package/styles/pivotview/highcontrast-light.css +1 -2829
  50. package/styles/pivotview/highcontrast.css +1 -2829
  51. package/styles/pivotview/material-dark.css +1 -2830
  52. package/styles/pivotview/material.css +1 -2831
  53. package/styles/pivotview/material3-dark.css +1 -2929
  54. package/styles/pivotview/material3.css +1 -2987
  55. package/styles/pivotview/tailwind-dark.css +1 -2876
  56. package/styles/pivotview/tailwind.css +1 -2878
  57. package/styles/tailwind-dark.css +1 -6636
  58. package/styles/tailwind.css +1 -6639
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I527917` - The chart area border customization properties will now work properly with the pivot chart.
10
+
11
+ #### New features
12
+
13
+ - Introduced a new Syncfusion assembly [Syncfusion.Pivot.Engine](https://www.nuget.org/packages/Syncfusion.Pivot.Engine) is a .NET Core compatible alternative to the [Syncfusion.EJ2.Pivot](https://www.nuget.org/packages/Syncfusion.EJ2.Pivot) package that is used in a server side application to perform all Pivot calculations such as aggregation, filtering, sorting, grouping, and so on, and only the information to be displayed in the Pivot Table's viewport is passed to the client side (browser) via web service (Web API) rather than the entire data source.
14
+
15
+ ## 23.2.6 (2023-11-28)
16
+
17
+ ### PivotTable
18
+
19
+ #### Bug fixes
20
+
9
21
  - `#I521739` - When no fields are bound to the column axis, the pivot table will now function properly when applying a filter.
10
22
 
11
23
  ## 23.2.5 (2023-11-23)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-pivotview.umd.js
3
- * version : 23.2.6
3
+ * version : 24.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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
1
  /*!
2
2
  * filename: ej2-angular-pivotview.umd.min.js
3
- * version : 23.2.6
3
+ * version : 24.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-pivotview@*",
3
- "_id": "@syncfusion/ej2-angular-pivotview@23.2.5",
3
+ "_id": "@syncfusion/ej2-angular-pivotview@20.21.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-WJqgloBVVc59E7BX+fCwHfz1ghgxwQTY12GKOJDCz4V7WYpkRyUp3ZEw223QZBXBKVe99lKYNtTmY0aMnkGkGg==",
5
+ "_integrity": "sha512-Lf+qpFaEN7D5kXYdgKLYG+xTOrB+tsA4RlunGMRSbcnPl+csVnU4uAHTg31O7QFhLPYnYkFWlWQxUc9xroqKOw==",
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-23.2.5.tgz",
23
- "_shasum": "847be8650cc6de9b18b80fe327643fbb6337efdc",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-20.21.1.tgz",
23
+ "_shasum": "223bd38695613ef60ec5cf7a492c7b0e8f4fda6a",
24
24
  "_spec": "@syncfusion/ej2-angular-pivotview@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/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": "~23.2.5",
35
- "@syncfusion/ej2-base": "~23.2.6",
36
- "@syncfusion/ej2-pivotview": "23.2.6"
34
+ "@syncfusion/ej2-angular-base": "~24.1.41",
35
+ "@syncfusion/ej2-base": "~24.1.41",
36
+ "@syncfusion/ej2-pivotview": "24.1.41"
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",
@@ -56,5 +56,5 @@
56
56
  "schematics": "./schematics/collection.json",
57
57
  "sideEffects": false,
58
58
  "typings": "ej2-angular-pivotview.d.ts",
59
- "version": "23.2.6-ngcc"
59
+ "version": "24.1.41-ngcc"
60
60
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
2
- export declare const pkgVer = "^23.2.5";
2
+ export declare const pkgVer = "^20.21.1";
3
3
  export declare const moduleName = "PivotViewModule, PivotFieldListModule";
4
- export declare const themeVer = "~23.2.5";
4
+ export declare const themeVer = "~20.21.1";
@@ -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 = '^23.2.6';
4
+ exports.pkgVer = '^24.1.41';
5
5
  exports.moduleName = 'PivotViewModule, PivotFieldListModule';
6
- exports.themeVer = '~23.2.6';
6
+ exports.themeVer = '~24.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^23.2.6';
2
+ export const pkgVer = '^24.1.41';
3
3
  export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~23.2.6';
4
+ export const themeVer = '~24.1.41';