@syncfusion/ej2-angular-pivotview 21.1.39 → 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/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- 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/_layout.scss +5 -0
- package/styles/pivotfieldlist/_theme.scss +7 -12
- 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.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;
|