@syncfusion/ej2-react-pivotview 22.2.8 → 22.2.10

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,6 +6,22 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - The issue with server side rendering in next.js has been resolved.
10
+
11
+ ## 22.2.9 (2023-08-15)
12
+
13
+ ### Pivot Table
14
+
15
+ #### Bug fixes
16
+
17
+ - `I489341` - The toolbar menu items will now be properly displayed in the pivot table with the material dark theme.
18
+
19
+ ## 22.2.8 (2023-08-08)
20
+
21
+ ### Pivot Table
22
+
23
+ #### Bug fixes
24
+
9
25
  - `I485463` - The pivot table can now be properly rendered when sorting is applied with virtualization.
10
26
  - `I486436` - The pivot chart can now be properly rendered with remote data binding.
11
27
  - `F183726` - The "multiLevelLabelRender" event will now work properly in the Angular pivot table.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.min.js
3
- * version : 22.2.8
3
+ * version : 22.2.10
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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-react-pivotview.umd.min.js
3
- * version : 22.2.8
3
+ * version : 22.2.10
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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-react-pivotview@*",
3
- "_id": "@syncfusion/ej2-react-pivotview@22.2.7",
3
+ "_id": "@syncfusion/ej2-react-pivotview@22.2.9",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-1hEW7DROHZ2f76H8Fr8OdRyelYM8diaeBEaIIOcKC3LNvVQJlLaEMhXoq6mBE3ClHLXBxuQMQZrmQapSZCpH4A==",
5
+ "_integrity": "sha512-bKoaVw/C/HUERD8/0G8QRuBP2cSoDmowGHR2OAel7hWQIfhS3uH9JheYDqFojqG3QVMrW2kwqGmDJiu0l9snuQ==",
6
6
  "_location": "/@syncfusion/ej2-react-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-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-22.2.7.tgz",
23
- "_shasum": "39911e4fbffb8a0e8f07e78ba04a21406746b25a",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-22.2.9.tgz",
23
+ "_shasum": "0583d4d1ab97cad6eb1787f4e2e3d35d7017bdc8",
24
24
  "_spec": "@syncfusion/ej2-react-pivotview@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.5",
35
- "@syncfusion/ej2-pivotview": "22.2.8",
34
+ "@syncfusion/ej2-base": "~22.2.10",
35
+ "@syncfusion/ej2-pivotview": "22.2.10",
36
36
  "@syncfusion/ej2-react-base": "~22.2.5"
37
37
  },
38
38
  "deprecated": false,
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "22.2.8",
56
+ "version": "22.2.10",
57
57
  "sideEffects": false
58
58
  }
@@ -582,7 +582,7 @@
582
582
  font-size: 16px;
583
583
  }
584
584
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
585
- background-color: #201f1f;
585
+ background-color: #282727;
586
586
  border: none;
587
587
  /* stylelint-disable */
588
588
  }
@@ -645,7 +645,7 @@
645
645
  }
646
646
 
647
647
  .e-mdx-query-content {
648
- background-color: #201f1f;
648
+ background-color: #282727;
649
649
  color: #dadada;
650
650
  font-size: 14px;
651
651
  font-weight: 500;
package/styles/fabric.css CHANGED
@@ -582,7 +582,7 @@
582
582
  font-size: 16px;
583
583
  }
584
584
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
585
- background-color: #fff;
585
+ background-color: #f4f4f4;
586
586
  border: none;
587
587
  /* stylelint-disable */
588
588
  }
@@ -645,7 +645,7 @@
645
645
  }
646
646
 
647
647
  .e-mdx-query-content {
648
- background-color: #fff;
648
+ background-color: #f4f4f4;
649
649
  color: #333;
650
650
  font-size: 14px;
651
651
  font-weight: 500;
@@ -582,7 +582,7 @@
582
582
  font-size: 16px;
583
583
  }
584
584
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
585
- background-color: #fff;
585
+ background-color: #212121;
586
586
  border: none;
587
587
  /* stylelint-disable */
588
588
  }
@@ -641,7 +641,7 @@
641
641
  }
642
642
 
643
643
  .e-mdx-query-content {
644
- background-color: #fff;
644
+ background-color: #212121;
645
645
  color: rgba(255, 255, 255, 0.7);
646
646
  font-size: 14px;
647
647
  font-weight: 500;
@@ -583,7 +583,7 @@
583
583
  font-size: 16px;
584
584
  }
585
585
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
586
- background-color: #fff;
586
+ background-color: #f5f5f5;
587
587
  border: none;
588
588
  /* stylelint-disable */
589
589
  }
@@ -642,7 +642,7 @@
642
642
  }
643
643
 
644
644
  .e-mdx-query-content {
645
- background-color: #fff;
645
+ background-color: #f5f5f5;
646
646
  color: #000;
647
647
  font-size: 14px;
648
648
  font-weight: 500;
@@ -582,7 +582,7 @@
582
582
  font-size: 16px;
583
583
  }
584
584
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
585
- background-color: #201f1f;
585
+ background-color: #282727;
586
586
  border: none;
587
587
  /* stylelint-disable */
588
588
  }
@@ -645,7 +645,7 @@
645
645
  }
646
646
 
647
647
  .e-mdx-query-content {
648
- background-color: #201f1f;
648
+ background-color: #282727;
649
649
  color: #dadada;
650
650
  font-size: 14px;
651
651
  font-weight: 500;
@@ -582,7 +582,7 @@
582
582
  font-size: 16px;
583
583
  }
584
584
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
585
- background-color: #fff;
585
+ background-color: #f4f4f4;
586
586
  border: none;
587
587
  /* stylelint-disable */
588
588
  }
@@ -645,7 +645,7 @@
645
645
  }
646
646
 
647
647
  .e-mdx-query-content {
648
- background-color: #fff;
648
+ background-color: #f4f4f4;
649
649
  color: #333;
650
650
  font-size: 14px;
651
651
  font-weight: 500;
@@ -582,7 +582,7 @@
582
582
  font-size: 16px;
583
583
  }
584
584
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
585
- background-color: #fff;
585
+ background-color: #212121;
586
586
  border: none;
587
587
  /* stylelint-disable */
588
588
  }
@@ -641,7 +641,7 @@
641
641
  }
642
642
 
643
643
  .e-mdx-query-content {
644
- background-color: #fff;
644
+ background-color: #212121;
645
645
  color: rgba(255, 255, 255, 0.7);
646
646
  font-size: 14px;
647
647
  font-weight: 500;
@@ -583,7 +583,7 @@
583
583
  font-size: 16px;
584
584
  }
585
585
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
586
- background-color: #fff;
586
+ background-color: #f5f5f5;
587
587
  border: none;
588
588
  /* stylelint-disable */
589
589
  }
@@ -642,7 +642,7 @@
642
642
  }
643
643
 
644
644
  .e-mdx-query-content {
645
- background-color: #fff;
645
+ background-color: #f5f5f5;
646
646
  color: #000;
647
647
  font-size: 14px;
648
648
  font-weight: 500;