@syncfusion/ej2-react-pivotview 21.1.37 → 21.1.41
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 +16 -0
- package/dist/ej2-react-pivotview.min.js +2 -2
- package/dist/ej2-react-pivotview.umd.min.js +2 -2
- package/dist/ej2-react-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-pivotview.es2015.js +2 -0
- package/dist/es6/ej2-react-pivotview.es2015.js.map +1 -1
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -0
- package/src/pivotview/pivotview.component.d.ts +1 -0
- package/src/pivotview/pivotview.component.js +1 -0
- package/styles/bootstrap-dark.css +12 -11
- package/styles/bootstrap.css +12 -11
- package/styles/bootstrap4.css +12 -11
- package/styles/bootstrap5-dark.css +12 -11
- package/styles/bootstrap5.css +12 -11
- package/styles/fabric-dark.css +12 -11
- package/styles/fabric.css +12 -11
- package/styles/fluent-dark.css +12 -11
- package/styles/fluent.css +12 -11
- package/styles/highcontrast-light.css +12 -11
- package/styles/highcontrast.css +12 -11
- package/styles/material-dark.css +12 -11
- package/styles/material.css +12 -11
- package/styles/pivotfieldlist/bootstrap-dark.css +12 -11
- package/styles/pivotfieldlist/bootstrap.css +12 -11
- package/styles/pivotfieldlist/bootstrap4.css +12 -11
- package/styles/pivotfieldlist/bootstrap5-dark.css +12 -11
- package/styles/pivotfieldlist/bootstrap5.css +12 -11
- package/styles/pivotfieldlist/fabric-dark.css +12 -11
- package/styles/pivotfieldlist/fabric.css +12 -11
- package/styles/pivotfieldlist/fluent-dark.css +12 -11
- package/styles/pivotfieldlist/fluent.css +12 -11
- package/styles/pivotfieldlist/highcontrast-light.css +12 -11
- package/styles/pivotfieldlist/highcontrast.css +12 -11
- package/styles/pivotfieldlist/material-dark.css +12 -11
- package/styles/pivotfieldlist/material.css +12 -11
- package/styles/pivotfieldlist/tailwind-dark.css +12 -11
- package/styles/pivotfieldlist/tailwind.css +12 -11
- package/styles/tailwind-dark.css +12 -11
- package/styles/tailwind.css +12 -11
package/styles/tailwind-dark.css
CHANGED
|
@@ -3217,6 +3217,9 @@
|
|
|
3217
3217
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
3218
3218
|
width: 100% !important;
|
|
3219
3219
|
}
|
|
3220
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3221
|
+
margin-left: 0;
|
|
3222
|
+
}
|
|
3220
3223
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3221
3224
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
3222
3225
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -5543,9 +5546,6 @@
|
|
|
5543
5546
|
background-color: #374151;
|
|
5544
5547
|
color: rgba(255, 255, 255, 0.87);
|
|
5545
5548
|
font-size: 14px;
|
|
5546
|
-
height: 48px;
|
|
5547
|
-
padding-bottom: 9px;
|
|
5548
|
-
padding-top: 9px;
|
|
5549
5549
|
padding-left: 16px;
|
|
5550
5550
|
padding-right: 16px;
|
|
5551
5551
|
}
|
|
@@ -5562,17 +5562,15 @@
|
|
|
5562
5562
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5563
5563
|
display: -ms-flexbox;
|
|
5564
5564
|
display: flex;
|
|
5565
|
-
|
|
5566
|
-
|
|
5567
|
-
margin-top: 5px;
|
|
5565
|
+
-ms-flex-align: center;
|
|
5566
|
+
align-items: center;
|
|
5568
5567
|
}
|
|
5569
5568
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5570
5569
|
color: rgba(255, 255, 255, 0.54);
|
|
5571
5570
|
font-size: 16px;
|
|
5572
|
-
height:
|
|
5571
|
+
height: auto;
|
|
5573
5572
|
margin-left: 0;
|
|
5574
5573
|
margin-right: 12px;
|
|
5575
|
-
padding-top: 7px;
|
|
5576
5574
|
text-align: center;
|
|
5577
5575
|
width: 24px;
|
|
5578
5576
|
}
|
|
@@ -5864,16 +5862,19 @@
|
|
|
5864
5862
|
margin-top: 20px;
|
|
5865
5863
|
overflow: auto;
|
|
5866
5864
|
}
|
|
5865
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5866
|
+
-ms-flex-align: center;
|
|
5867
|
+
align-items: center;
|
|
5868
|
+
display: -ms-flexbox;
|
|
5869
|
+
display: flex;
|
|
5870
|
+
}
|
|
5867
5871
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5868
5872
|
display: table;
|
|
5869
5873
|
font-size: 12px;
|
|
5870
|
-
height: 36px;
|
|
5871
|
-
min-height: 36px;
|
|
5872
5874
|
min-width: 28px;
|
|
5873
5875
|
padding: 0;
|
|
5874
5876
|
position: absolute;
|
|
5875
5877
|
right: 16px;
|
|
5876
|
-
top: 0;
|
|
5877
5878
|
}
|
|
5878
5879
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
5879
5880
|
cursor: pointer;
|
package/styles/tailwind.css
CHANGED
|
@@ -3220,6 +3220,9 @@
|
|
|
3220
3220
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
3221
3221
|
width: 100% !important;
|
|
3222
3222
|
}
|
|
3223
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3224
|
+
margin-left: 0;
|
|
3225
|
+
}
|
|
3223
3226
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3224
3227
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
3225
3228
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -5546,9 +5549,6 @@
|
|
|
5546
5549
|
background-color: #f3f4f6;
|
|
5547
5550
|
color: rgba(17, 24, 39, 0.87);
|
|
5548
5551
|
font-size: 14px;
|
|
5549
|
-
height: 48px;
|
|
5550
|
-
padding-bottom: 9px;
|
|
5551
|
-
padding-top: 9px;
|
|
5552
5552
|
padding-left: 16px;
|
|
5553
5553
|
padding-right: 16px;
|
|
5554
5554
|
}
|
|
@@ -5565,17 +5565,15 @@
|
|
|
5565
5565
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5566
5566
|
display: -ms-flexbox;
|
|
5567
5567
|
display: flex;
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
margin-top: 5px;
|
|
5568
|
+
-ms-flex-align: center;
|
|
5569
|
+
align-items: center;
|
|
5571
5570
|
}
|
|
5572
5571
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5573
5572
|
color: rgba(17, 24, 39, 0.54);
|
|
5574
5573
|
font-size: 16px;
|
|
5575
|
-
height:
|
|
5574
|
+
height: auto;
|
|
5576
5575
|
margin-left: 0;
|
|
5577
5576
|
margin-right: 12px;
|
|
5578
|
-
padding-top: 7px;
|
|
5579
5577
|
text-align: center;
|
|
5580
5578
|
width: 24px;
|
|
5581
5579
|
}
|
|
@@ -5867,16 +5865,19 @@
|
|
|
5867
5865
|
margin-top: 20px;
|
|
5868
5866
|
overflow: auto;
|
|
5869
5867
|
}
|
|
5868
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5869
|
+
-ms-flex-align: center;
|
|
5870
|
+
align-items: center;
|
|
5871
|
+
display: -ms-flexbox;
|
|
5872
|
+
display: flex;
|
|
5873
|
+
}
|
|
5870
5874
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5871
5875
|
display: table;
|
|
5872
5876
|
font-size: 12px;
|
|
5873
|
-
height: 36px;
|
|
5874
|
-
min-height: 36px;
|
|
5875
5877
|
min-width: 28px;
|
|
5876
5878
|
padding: 0;
|
|
5877
5879
|
position: absolute;
|
|
5878
5880
|
right: 16px;
|
|
5879
|
-
top: 0;
|
|
5880
5881
|
}
|
|
5881
5882
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
5882
5883
|
cursor: pointer;
|