@syncfusion/ej2 20.2.44 → 20.2.45
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/bootstrap-dark.css +3 -3
- package/bootstrap.css +3 -3
- package/bootstrap4.css +3 -3
- package/bootstrap5-dark.css +3 -3
- package/bootstrap5.css +3 -3
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +3 -3
- package/fabric.css +3 -3
- package/fluent-dark.css +3 -3
- package/fluent.css +3 -3
- package/highcontrast.css +3 -3
- package/material-dark.css +3 -3
- package/material.css +3 -3
- package/package.json +45 -45
- package/pivotview/bootstrap-dark.css +3 -3
- package/pivotview/bootstrap.css +3 -3
- package/pivotview/bootstrap4.css +3 -3
- package/pivotview/bootstrap5-dark.css +3 -3
- package/pivotview/bootstrap5.css +3 -3
- package/pivotview/compatibility/bootstrap-dark.css +3 -3
- package/pivotview/compatibility/bootstrap.css +3 -3
- package/pivotview/compatibility/bootstrap4.css +3 -3
- package/pivotview/compatibility/bootstrap5-dark.css +3 -3
- package/pivotview/compatibility/bootstrap5.css +3 -3
- package/pivotview/compatibility/fabric-dark.css +3 -3
- package/pivotview/compatibility/fabric.css +3 -3
- package/pivotview/compatibility/fluent-dark.css +3 -3
- package/pivotview/compatibility/fluent.css +3 -3
- package/pivotview/compatibility/highcontrast-light.css +3 -3
- package/pivotview/compatibility/highcontrast.css +3 -3
- package/pivotview/compatibility/material-dark.css +3 -3
- package/pivotview/compatibility/material.css +3 -3
- package/pivotview/compatibility/tailwind-dark.css +3 -3
- package/pivotview/compatibility/tailwind.css +3 -3
- package/pivotview/fabric-dark.css +3 -3
- package/pivotview/fabric.css +3 -3
- package/pivotview/fluent-dark.css +3 -3
- package/pivotview/fluent.css +3 -3
- package/pivotview/highcontrast-light.css +3 -3
- package/pivotview/highcontrast.css +3 -3
- package/pivotview/material-dark.css +3 -3
- package/pivotview/material.css +3 -3
- package/pivotview/tailwind-dark.css +3 -3
- package/pivotview/tailwind.css +3 -3
- package/resource.json +8 -2
- package/styles/compatibility/bootstrap.css +3 -3
- package/styles/compatibility/bootstrap4.css +3 -3
- package/styles/compatibility/fabric.css +3 -3
- package/styles/compatibility/highcontrast.css +3 -3
- package/styles/compatibility/material.css +3 -3
- package/tailwind-dark.css +3 -3
- package/tailwind.css +3 -3
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
.e-pivotview .e-expand,
|
|
1527
1527
|
.e-pivotview .e-collapse {
|
|
1528
1528
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1530
1530
|
height: 18px;
|
|
1531
1531
|
margin-top: 5px;
|
|
1532
1532
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|
|
@@ -1067,11 +1067,11 @@
|
|
|
1067
1067
|
border-right-width: 1px;
|
|
1068
1068
|
}
|
|
1069
1069
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1070
|
-
display:
|
|
1070
|
+
display: inline;
|
|
1071
1071
|
}
|
|
1072
1072
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1073
1073
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1074
|
-
display: inline
|
|
1074
|
+
display: inline;
|
|
1075
1075
|
padding-left: 12px !important;
|
|
1076
1076
|
margin-top: 5px;
|
|
1077
1077
|
margin-top: 2px;
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
.e-pivotview .e-expand,
|
|
1569
1569
|
.e-pivotview .e-collapse {
|
|
1570
1570
|
cursor: pointer;
|
|
1571
|
-
display: inline
|
|
1571
|
+
display: inline;
|
|
1572
1572
|
height: 18px;
|
|
1573
1573
|
margin-top: 5px;
|
|
1574
1574
|
text-align: center;
|
|
@@ -1069,11 +1069,11 @@
|
|
|
1069
1069
|
border-right-width: 1px;
|
|
1070
1070
|
}
|
|
1071
1071
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1072
|
-
display:
|
|
1072
|
+
display: inline;
|
|
1073
1073
|
}
|
|
1074
1074
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1075
1075
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1076
|
-
display: inline
|
|
1076
|
+
display: inline;
|
|
1077
1077
|
padding-left: 12px !important;
|
|
1078
1078
|
margin-top: 5px;
|
|
1079
1079
|
margin-top: 2px;
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
.e-pivotview .e-expand,
|
|
1571
1571
|
.e-pivotview .e-collapse {
|
|
1572
1572
|
cursor: pointer;
|
|
1573
|
-
display: inline
|
|
1573
|
+
display: inline;
|
|
1574
1574
|
height: 18px;
|
|
1575
1575
|
margin-top: 5px;
|
|
1576
1576
|
text-align: center;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
margin-top: 2px;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
package/pivotview/fabric.css
CHANGED
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
.e-pivotview .e-expand,
|
|
1524
1524
|
.e-pivotview .e-collapse {
|
|
1525
1525
|
cursor: pointer;
|
|
1526
|
-
display: inline
|
|
1526
|
+
display: inline;
|
|
1527
1527
|
height: 18px;
|
|
1528
1528
|
margin-top: 5px;
|
|
1529
1529
|
text-align: center;
|
|
@@ -1053,11 +1053,11 @@
|
|
|
1053
1053
|
border-right-width: 1px;
|
|
1054
1054
|
}
|
|
1055
1055
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1056
|
-
display:
|
|
1056
|
+
display: inline;
|
|
1057
1057
|
}
|
|
1058
1058
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1059
1059
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1060
|
-
display: inline
|
|
1060
|
+
display: inline;
|
|
1061
1061
|
padding-left: 12px !important;
|
|
1062
1062
|
margin-top: 5px;
|
|
1063
1063
|
margin-top: 1px;
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
.e-pivotview .e-expand,
|
|
1556
1556
|
.e-pivotview .e-collapse {
|
|
1557
1557
|
cursor: pointer;
|
|
1558
|
-
display: inline
|
|
1558
|
+
display: inline;
|
|
1559
1559
|
height: 18px;
|
|
1560
1560
|
margin-top: 5px;
|
|
1561
1561
|
text-align: center;
|
package/pivotview/fluent.css
CHANGED
|
@@ -1055,11 +1055,11 @@
|
|
|
1055
1055
|
border-right-width: 1px;
|
|
1056
1056
|
}
|
|
1057
1057
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1058
|
-
display:
|
|
1058
|
+
display: inline;
|
|
1059
1059
|
}
|
|
1060
1060
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1061
1061
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1062
|
-
display: inline
|
|
1062
|
+
display: inline;
|
|
1063
1063
|
padding-left: 12px !important;
|
|
1064
1064
|
margin-top: 5px;
|
|
1065
1065
|
margin-top: 1px;
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
.e-pivotview .e-expand,
|
|
1558
1558
|
.e-pivotview .e-collapse {
|
|
1559
1559
|
cursor: pointer;
|
|
1560
|
-
display: inline
|
|
1560
|
+
display: inline;
|
|
1561
1561
|
height: 18px;
|
|
1562
1562
|
margin-top: 5px;
|
|
1563
1563
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
margin-top: 0;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
margin-top: 0;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
.e-pivotview .e-expand,
|
|
1527
1527
|
.e-pivotview .e-collapse {
|
|
1528
1528
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1530
1530
|
height: 18px;
|
|
1531
1531
|
margin-top: 5px;
|
|
1532
1532
|
text-align: center;
|
package/pivotview/material.css
CHANGED
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|
|
@@ -1067,11 +1067,11 @@
|
|
|
1067
1067
|
border-right-width: 1px;
|
|
1068
1068
|
}
|
|
1069
1069
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1070
|
-
display:
|
|
1070
|
+
display: inline;
|
|
1071
1071
|
}
|
|
1072
1072
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1073
1073
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1074
|
-
display: inline
|
|
1074
|
+
display: inline;
|
|
1075
1075
|
padding-left: 12px !important;
|
|
1076
1076
|
margin-top: 5px;
|
|
1077
1077
|
margin-top: 2px;
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
.e-pivotview .e-expand,
|
|
1569
1569
|
.e-pivotview .e-collapse {
|
|
1570
1570
|
cursor: pointer;
|
|
1571
|
-
display: inline
|
|
1571
|
+
display: inline;
|
|
1572
1572
|
height: 18px;
|
|
1573
1573
|
margin-top: 5px;
|
|
1574
1574
|
text-align: center;
|
package/pivotview/tailwind.css
CHANGED
|
@@ -1069,11 +1069,11 @@
|
|
|
1069
1069
|
border-right-width: 1px;
|
|
1070
1070
|
}
|
|
1071
1071
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1072
|
-
display:
|
|
1072
|
+
display: inline;
|
|
1073
1073
|
}
|
|
1074
1074
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1075
1075
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1076
|
-
display: inline
|
|
1076
|
+
display: inline;
|
|
1077
1077
|
padding-left: 12px !important;
|
|
1078
1078
|
margin-top: 5px;
|
|
1079
1079
|
margin-top: 2px;
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
.e-pivotview .e-expand,
|
|
1571
1571
|
.e-pivotview .e-collapse {
|
|
1572
1572
|
cursor: pointer;
|
|
1573
|
-
display: inline
|
|
1573
|
+
display: inline;
|
|
1574
1574
|
height: 18px;
|
|
1575
1575
|
margin-top: 5px;
|
|
1576
1576
|
text-align: center;
|
package/resource.json
CHANGED
|
@@ -636,9 +636,15 @@
|
|
|
636
636
|
"tooltip": {
|
|
637
637
|
"classname": "Tooltip",
|
|
638
638
|
"dependencies": [
|
|
639
|
-
"ej2-base"
|
|
639
|
+
"ej2-base",
|
|
640
|
+
"ej2-popups/Popup"
|
|
641
|
+
],
|
|
642
|
+
"blazorDependencies": [
|
|
643
|
+
"ej2-base",
|
|
644
|
+
"ej2-popups"
|
|
640
645
|
],
|
|
641
|
-
"
|
|
646
|
+
"blazorType": "native",
|
|
647
|
+
"package": "ej2-popups"
|
|
642
648
|
},
|
|
643
649
|
"textbox": {
|
|
644
650
|
"classname": "TextBox",
|
|
@@ -61484,11 +61484,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61484
61484
|
border-right-width: 1px;
|
|
61485
61485
|
}
|
|
61486
61486
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61487
|
-
display:
|
|
61487
|
+
display: inline;
|
|
61488
61488
|
}
|
|
61489
61489
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61490
61490
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61491
|
-
display: inline
|
|
61491
|
+
display: inline;
|
|
61492
61492
|
padding-left: 12px !important;
|
|
61493
61493
|
margin-top: 5px;
|
|
61494
61494
|
}
|
|
@@ -61983,7 +61983,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61983
61983
|
.e-pivotview .e-expand,
|
|
61984
61984
|
.e-pivotview .e-collapse {
|
|
61985
61985
|
cursor: pointer;
|
|
61986
|
-
display: inline
|
|
61986
|
+
display: inline;
|
|
61987
61987
|
height: 18px;
|
|
61988
61988
|
margin-top: 5px;
|
|
61989
61989
|
text-align: center;
|
|
@@ -60924,11 +60924,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60924
60924
|
border-right-width: 1px;
|
|
60925
60925
|
}
|
|
60926
60926
|
.e-pivotview .e-stackedheadercelldiv {
|
|
60927
|
-
display:
|
|
60927
|
+
display: inline;
|
|
60928
60928
|
}
|
|
60929
60929
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
60930
60930
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
60931
|
-
display: inline
|
|
60931
|
+
display: inline;
|
|
60932
60932
|
padding-left: 12px !important;
|
|
60933
60933
|
margin-top: 5px;
|
|
60934
60934
|
}
|
|
@@ -61446,7 +61446,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61446
61446
|
.e-pivotview .e-expand,
|
|
61447
61447
|
.e-pivotview .e-collapse {
|
|
61448
61448
|
cursor: pointer;
|
|
61449
|
-
display: inline
|
|
61449
|
+
display: inline;
|
|
61450
61450
|
height: 18px;
|
|
61451
61451
|
margin-top: 5px;
|
|
61452
61452
|
text-align: center;
|
|
@@ -61260,11 +61260,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61260
61260
|
border-right-width: 1px;
|
|
61261
61261
|
}
|
|
61262
61262
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61263
|
-
display:
|
|
61263
|
+
display: inline;
|
|
61264
61264
|
}
|
|
61265
61265
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61266
61266
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61267
|
-
display: inline
|
|
61267
|
+
display: inline;
|
|
61268
61268
|
padding-left: 12px !important;
|
|
61269
61269
|
margin-top: 5px;
|
|
61270
61270
|
}
|
|
@@ -61756,7 +61756,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61756
61756
|
.e-pivotview .e-expand,
|
|
61757
61757
|
.e-pivotview .e-collapse {
|
|
61758
61758
|
cursor: pointer;
|
|
61759
|
-
display: inline
|
|
61759
|
+
display: inline;
|
|
61760
61760
|
height: 18px;
|
|
61761
61761
|
margin-top: 5px;
|
|
61762
61762
|
text-align: center;
|
|
@@ -62060,11 +62060,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62060
62060
|
border-right-width: 1px;
|
|
62061
62061
|
}
|
|
62062
62062
|
.e-pivotview .e-stackedheadercelldiv {
|
|
62063
|
-
display:
|
|
62063
|
+
display: inline;
|
|
62064
62064
|
}
|
|
62065
62065
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
62066
62066
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
62067
|
-
display: inline
|
|
62067
|
+
display: inline;
|
|
62068
62068
|
padding-left: 12px !important;
|
|
62069
62069
|
margin-top: 5px;
|
|
62070
62070
|
margin-top: 0;
|
|
@@ -62557,7 +62557,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62557
62557
|
.e-pivotview .e-expand,
|
|
62558
62558
|
.e-pivotview .e-collapse {
|
|
62559
62559
|
cursor: pointer;
|
|
62560
|
-
display: inline
|
|
62560
|
+
display: inline;
|
|
62561
62561
|
height: 18px;
|
|
62562
62562
|
margin-top: 5px;
|
|
62563
62563
|
text-align: center;
|
|
@@ -70995,11 +70995,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
70995
70995
|
border-right-width: 1px;
|
|
70996
70996
|
}
|
|
70997
70997
|
.e-pivotview .e-stackedheadercelldiv {
|
|
70998
|
-
display:
|
|
70998
|
+
display: inline;
|
|
70999
70999
|
}
|
|
71000
71000
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
71001
71001
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
71002
|
-
display: inline
|
|
71002
|
+
display: inline;
|
|
71003
71003
|
padding-left: 12px !important;
|
|
71004
71004
|
margin-top: 5px;
|
|
71005
71005
|
}
|
|
@@ -71494,7 +71494,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
71494
71494
|
.e-pivotview .e-expand,
|
|
71495
71495
|
.e-pivotview .e-collapse {
|
|
71496
71496
|
cursor: pointer;
|
|
71497
|
-
display: inline
|
|
71497
|
+
display: inline;
|
|
71498
71498
|
height: 18px;
|
|
71499
71499
|
margin-top: 5px;
|
|
71500
71500
|
text-align: center;
|
package/tailwind-dark.css
CHANGED
|
@@ -60765,11 +60765,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60765
60765
|
border-right-width: 1px;
|
|
60766
60766
|
}
|
|
60767
60767
|
.e-pivotview .e-stackedheadercelldiv {
|
|
60768
|
-
display:
|
|
60768
|
+
display: inline;
|
|
60769
60769
|
}
|
|
60770
60770
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
60771
60771
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
60772
|
-
display: inline
|
|
60772
|
+
display: inline;
|
|
60773
60773
|
padding-left: 12px !important;
|
|
60774
60774
|
margin-top: 5px;
|
|
60775
60775
|
margin-top: 2px;
|
|
@@ -61266,7 +61266,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61266
61266
|
.e-pivotview .e-expand,
|
|
61267
61267
|
.e-pivotview .e-collapse {
|
|
61268
61268
|
cursor: pointer;
|
|
61269
|
-
display: inline
|
|
61269
|
+
display: inline;
|
|
61270
61270
|
height: 18px;
|
|
61271
61271
|
margin-top: 5px;
|
|
61272
61272
|
text-align: center;
|
package/tailwind.css
CHANGED
|
@@ -60769,11 +60769,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60769
60769
|
border-right-width: 1px;
|
|
60770
60770
|
}
|
|
60771
60771
|
.e-pivotview .e-stackedheadercelldiv {
|
|
60772
|
-
display:
|
|
60772
|
+
display: inline;
|
|
60773
60773
|
}
|
|
60774
60774
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
60775
60775
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
60776
|
-
display: inline
|
|
60776
|
+
display: inline;
|
|
60777
60777
|
padding-left: 12px !important;
|
|
60778
60778
|
margin-top: 5px;
|
|
60779
60779
|
margin-top: 2px;
|
|
@@ -61270,7 +61270,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61270
61270
|
.e-pivotview .e-expand,
|
|
61271
61271
|
.e-pivotview .e-collapse {
|
|
61272
61272
|
cursor: pointer;
|
|
61273
|
-
display: inline
|
|
61273
|
+
display: inline;
|
|
61274
61274
|
height: 18px;
|
|
61275
61275
|
margin-top: 5px;
|
|
61276
61276
|
text-align: center;
|