@syncfusion/ej2-angular-pivotview 23.2.6 → 24.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 +9 -9
- 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 +59 -34
- package/styles/bootstrap.css +59 -34
- package/styles/bootstrap4.css +59 -38
- package/styles/bootstrap5-dark.css +57 -32
- package/styles/bootstrap5.css +57 -32
- package/styles/fabric-dark.css +57 -32
- package/styles/fabric.css +57 -32
- package/styles/fluent-dark.css +61 -40
- package/styles/fluent.css +61 -40
- package/styles/highcontrast-light.css +59 -34
- package/styles/highcontrast.css +59 -34
- package/styles/material-dark.css +57 -32
- package/styles/material.css +57 -32
- package/styles/material3-dark.css +69 -35
- package/styles/material3.css +69 -35
- package/styles/pivotfieldlist/_fluent-definition.scss +2 -2
- package/styles/pivotfieldlist/_layout.scss +19 -7
- package/styles/pivotfieldlist/_material3-definition.scss +1 -1
- package/styles/pivotfieldlist/_theme.scss +44 -22
- package/styles/pivotfieldlist/bootstrap-dark.css +42 -27
- package/styles/pivotfieldlist/bootstrap.css +42 -27
- package/styles/pivotfieldlist/bootstrap4.css +42 -27
- package/styles/pivotfieldlist/bootstrap5-dark.css +42 -27
- package/styles/pivotfieldlist/bootstrap5.css +42 -27
- package/styles/pivotfieldlist/fabric-dark.css +42 -27
- package/styles/pivotfieldlist/fabric.css +42 -27
- package/styles/pivotfieldlist/fluent-dark.css +44 -29
- package/styles/pivotfieldlist/fluent.css +44 -29
- package/styles/pivotfieldlist/highcontrast-light.css +42 -27
- package/styles/pivotfieldlist/highcontrast.css +42 -27
- package/styles/pivotfieldlist/material-dark.css +42 -27
- package/styles/pivotfieldlist/material.css +42 -27
- package/styles/pivotfieldlist/material3-dark.css +52 -28
- package/styles/pivotfieldlist/material3.css +52 -28
- package/styles/pivotfieldlist/tailwind-dark.css +42 -27
- package/styles/pivotfieldlist/tailwind.css +42 -27
- package/styles/pivotview/_bootstrap-dark-definition.scss +1 -1
- package/styles/pivotview/_bootstrap-definition.scss +1 -1
- package/styles/pivotview/_bootstrap4-definition.scss +1 -1
- package/styles/pivotview/_fluent-definition.scss +2 -2
- package/styles/pivotview/_highcontrast-definition.scss +1 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +1 -1
- package/styles/pivotview/_layout.scss +4 -17
- package/styles/pivotview/_material3-definition.scss +2 -2
- package/styles/pivotview/_theme.scss +16 -9
- package/styles/pivotview/bootstrap-dark.css +17 -7
- package/styles/pivotview/bootstrap.css +17 -7
- package/styles/pivotview/bootstrap4.css +17 -11
- package/styles/pivotview/bootstrap5-dark.css +15 -5
- package/styles/pivotview/bootstrap5.css +15 -5
- package/styles/pivotview/fabric-dark.css +15 -5
- package/styles/pivotview/fabric.css +15 -5
- package/styles/pivotview/fluent-dark.css +17 -11
- package/styles/pivotview/fluent.css +17 -11
- package/styles/pivotview/highcontrast-light.css +17 -7
- package/styles/pivotview/highcontrast.css +17 -7
- package/styles/pivotview/material-dark.css +15 -5
- package/styles/pivotview/material.css +15 -5
- package/styles/pivotview/material3-dark.css +17 -7
- package/styles/pivotview/material3.css +17 -7
- package/styles/pivotview/tailwind-dark.css +15 -5
- package/styles/pivotview/tailwind.css +15 -5
- package/styles/tailwind-dark.css +57 -32
- package/styles/tailwind.css +57 -32
|
@@ -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:
|
|
586
|
+
background-color: transparent;
|
|
587
587
|
border: none;
|
|
588
588
|
/* stylelint-disable */
|
|
589
589
|
}
|
|
@@ -603,6 +603,9 @@
|
|
|
603
603
|
padding-left: 0 !important;
|
|
604
604
|
padding-right: 0 !important;
|
|
605
605
|
}
|
|
606
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
607
|
+
background-color: transparent;
|
|
608
|
+
}
|
|
606
609
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
607
610
|
margin-left: 18px !important;
|
|
608
611
|
}
|
|
@@ -649,7 +652,7 @@
|
|
|
649
652
|
}
|
|
650
653
|
|
|
651
654
|
.e-mdx-query-content {
|
|
652
|
-
background-color:
|
|
655
|
+
background-color: transparent;
|
|
653
656
|
color: #fff;
|
|
654
657
|
font-size: 14px;
|
|
655
658
|
font-weight: 500;
|
|
@@ -1162,6 +1165,11 @@
|
|
|
1162
1165
|
-ms-grid-row-align: center;
|
|
1163
1166
|
align-self: center;
|
|
1164
1167
|
}
|
|
1168
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1169
|
+
/* stylelint-disable */
|
|
1170
|
+
height: 100% !important;
|
|
1171
|
+
/* stylelint-enable */
|
|
1172
|
+
}
|
|
1165
1173
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1166
1174
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1167
1175
|
/* stylelint-disable */
|
|
@@ -1691,8 +1699,13 @@
|
|
|
1691
1699
|
height: auto;
|
|
1692
1700
|
width: auto;
|
|
1693
1701
|
}
|
|
1694
|
-
.e-pivotview .e-
|
|
1695
|
-
|
|
1702
|
+
.e-pivotview .e-expand::before,
|
|
1703
|
+
.e-pivotview .e-expand {
|
|
1704
|
+
font-size: 10px !important;
|
|
1705
|
+
}
|
|
1706
|
+
.e-pivotview .e-collapse::before,
|
|
1707
|
+
.e-pivotview .e-collapse {
|
|
1708
|
+
font-size: 10px !important;
|
|
1696
1709
|
}
|
|
1697
1710
|
.e-pivotview .e-expand,
|
|
1698
1711
|
.e-pivotview .e-collapse {
|
|
@@ -1707,9 +1720,6 @@
|
|
|
1707
1720
|
font-size: 13px !important;
|
|
1708
1721
|
margin-left: 0;
|
|
1709
1722
|
}
|
|
1710
|
-
.e-pivotview .e-expand::before {
|
|
1711
|
-
font-size: 10px;
|
|
1712
|
-
}
|
|
1713
1723
|
.e-pivotview .e-pivot-pager {
|
|
1714
1724
|
padding: 4px 12px;
|
|
1715
1725
|
}
|
|
@@ -599,6 +599,9 @@
|
|
|
599
599
|
margin-right: 0;
|
|
600
600
|
font-size: 16px;
|
|
601
601
|
}
|
|
602
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
603
|
+
background-color: #212121;
|
|
604
|
+
}
|
|
602
605
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
603
606
|
margin-left: 18px !important;
|
|
604
607
|
}
|
|
@@ -1157,6 +1160,11 @@
|
|
|
1157
1160
|
-ms-grid-row-align: center;
|
|
1158
1161
|
align-self: center;
|
|
1159
1162
|
}
|
|
1163
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1164
|
+
/* stylelint-disable */
|
|
1165
|
+
height: 100% !important;
|
|
1166
|
+
/* stylelint-enable */
|
|
1167
|
+
}
|
|
1160
1168
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1161
1169
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1162
1170
|
/* stylelint-disable */
|
|
@@ -1689,8 +1697,13 @@
|
|
|
1689
1697
|
height: auto;
|
|
1690
1698
|
width: auto;
|
|
1691
1699
|
}
|
|
1692
|
-
.e-pivotview .e-
|
|
1693
|
-
|
|
1700
|
+
.e-pivotview .e-expand::before,
|
|
1701
|
+
.e-pivotview .e-expand {
|
|
1702
|
+
font-size: 10px !important;
|
|
1703
|
+
}
|
|
1704
|
+
.e-pivotview .e-collapse::before,
|
|
1705
|
+
.e-pivotview .e-collapse {
|
|
1706
|
+
font-size: 10px !important;
|
|
1694
1707
|
}
|
|
1695
1708
|
.e-pivotview .e-expand,
|
|
1696
1709
|
.e-pivotview .e-collapse {
|
|
@@ -1705,9 +1718,6 @@
|
|
|
1705
1718
|
font-size: 10px !important;
|
|
1706
1719
|
margin-left: 0;
|
|
1707
1720
|
}
|
|
1708
|
-
.e-pivotview .e-expand::before {
|
|
1709
|
-
font-size: 10px;
|
|
1710
|
-
}
|
|
1711
1721
|
.e-pivotview .e-pivot-pager {
|
|
1712
1722
|
padding: 4px 12px;
|
|
1713
1723
|
}
|
|
@@ -600,6 +600,9 @@
|
|
|
600
600
|
margin-right: 0;
|
|
601
601
|
font-size: 16px;
|
|
602
602
|
}
|
|
603
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
604
|
+
background-color: #f5f5f5;
|
|
605
|
+
}
|
|
603
606
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
604
607
|
margin-left: 18px !important;
|
|
605
608
|
}
|
|
@@ -1158,6 +1161,11 @@
|
|
|
1158
1161
|
-ms-grid-row-align: center;
|
|
1159
1162
|
align-self: center;
|
|
1160
1163
|
}
|
|
1164
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1165
|
+
/* stylelint-disable */
|
|
1166
|
+
height: 100% !important;
|
|
1167
|
+
/* stylelint-enable */
|
|
1168
|
+
}
|
|
1161
1169
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1162
1170
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1163
1171
|
/* stylelint-disable */
|
|
@@ -1690,8 +1698,13 @@
|
|
|
1690
1698
|
height: auto;
|
|
1691
1699
|
width: auto;
|
|
1692
1700
|
}
|
|
1693
|
-
.e-pivotview .e-
|
|
1694
|
-
|
|
1701
|
+
.e-pivotview .e-expand::before,
|
|
1702
|
+
.e-pivotview .e-expand {
|
|
1703
|
+
font-size: 10px !important;
|
|
1704
|
+
}
|
|
1705
|
+
.e-pivotview .e-collapse::before,
|
|
1706
|
+
.e-pivotview .e-collapse {
|
|
1707
|
+
font-size: 10px !important;
|
|
1695
1708
|
}
|
|
1696
1709
|
.e-pivotview .e-expand,
|
|
1697
1710
|
.e-pivotview .e-collapse {
|
|
@@ -1706,9 +1719,6 @@
|
|
|
1706
1719
|
font-size: 10px !important;
|
|
1707
1720
|
margin-left: 0;
|
|
1708
1721
|
}
|
|
1709
|
-
.e-pivotview .e-expand::before {
|
|
1710
|
-
font-size: 10px;
|
|
1711
|
-
}
|
|
1712
1722
|
.e-pivotview .e-pivot-pager {
|
|
1713
1723
|
padding: 4px 12px;
|
|
1714
1724
|
}
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
}
|
|
327
327
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
328
328
|
display: inline-block;
|
|
329
|
-
height:
|
|
329
|
+
height: 154px;
|
|
330
330
|
max-width: 400px;
|
|
331
331
|
overflow: auto;
|
|
332
332
|
width: 100%;
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
}
|
|
384
384
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
385
385
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
386
|
-
height:
|
|
386
|
+
height: 244px;
|
|
387
387
|
overflow: auto;
|
|
388
388
|
padding: 20px;
|
|
389
389
|
padding-bottom: 0;
|
|
@@ -670,6 +670,9 @@
|
|
|
670
670
|
margin-right: 0;
|
|
671
671
|
font-size: 16px;
|
|
672
672
|
}
|
|
673
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
674
|
+
background-color: transparent;
|
|
675
|
+
}
|
|
673
676
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
674
677
|
margin-left: 18px !important;
|
|
675
678
|
}
|
|
@@ -1233,6 +1236,11 @@
|
|
|
1233
1236
|
-ms-grid-row-align: center;
|
|
1234
1237
|
align-self: center;
|
|
1235
1238
|
}
|
|
1239
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1240
|
+
/* stylelint-disable */
|
|
1241
|
+
height: 100% !important;
|
|
1242
|
+
/* stylelint-enable */
|
|
1243
|
+
}
|
|
1236
1244
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1237
1245
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1238
1246
|
/* stylelint-disable */
|
|
@@ -1761,8 +1769,13 @@
|
|
|
1761
1769
|
height: auto;
|
|
1762
1770
|
width: auto;
|
|
1763
1771
|
}
|
|
1764
|
-
.e-pivotview .e-
|
|
1765
|
-
|
|
1772
|
+
.e-pivotview .e-expand::before,
|
|
1773
|
+
.e-pivotview .e-expand {
|
|
1774
|
+
font-size: 16px !important;
|
|
1775
|
+
}
|
|
1776
|
+
.e-pivotview .e-collapse::before,
|
|
1777
|
+
.e-pivotview .e-collapse {
|
|
1778
|
+
font-size: 16px !important;
|
|
1766
1779
|
}
|
|
1767
1780
|
.e-pivotview .e-expand,
|
|
1768
1781
|
.e-pivotview .e-collapse {
|
|
@@ -1778,9 +1791,6 @@
|
|
|
1778
1791
|
font-size: 10px !important;
|
|
1779
1792
|
margin-left: 0;
|
|
1780
1793
|
}
|
|
1781
|
-
.e-pivotview .e-expand::before {
|
|
1782
|
-
font-size: 16px;
|
|
1783
|
-
}
|
|
1784
1794
|
.e-pivotview .e-pivot-pager {
|
|
1785
1795
|
padding: 4px 12px;
|
|
1786
1796
|
}
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
}
|
|
385
385
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
386
386
|
display: inline-block;
|
|
387
|
-
height:
|
|
387
|
+
height: 154px;
|
|
388
388
|
max-width: 400px;
|
|
389
389
|
overflow: auto;
|
|
390
390
|
width: 100%;
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
}
|
|
442
442
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
443
443
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
444
|
-
height:
|
|
444
|
+
height: 244px;
|
|
445
445
|
overflow: auto;
|
|
446
446
|
padding: 20px;
|
|
447
447
|
padding-bottom: 0;
|
|
@@ -728,6 +728,9 @@
|
|
|
728
728
|
margin-right: 0;
|
|
729
729
|
font-size: 16px;
|
|
730
730
|
}
|
|
731
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
732
|
+
background-color: transparent;
|
|
733
|
+
}
|
|
731
734
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
732
735
|
margin-left: 18px !important;
|
|
733
736
|
}
|
|
@@ -1291,6 +1294,11 @@
|
|
|
1291
1294
|
-ms-grid-row-align: center;
|
|
1292
1295
|
align-self: center;
|
|
1293
1296
|
}
|
|
1297
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1298
|
+
/* stylelint-disable */
|
|
1299
|
+
height: 100% !important;
|
|
1300
|
+
/* stylelint-enable */
|
|
1301
|
+
}
|
|
1294
1302
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1295
1303
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1296
1304
|
/* stylelint-disable */
|
|
@@ -1819,8 +1827,13 @@
|
|
|
1819
1827
|
height: auto;
|
|
1820
1828
|
width: auto;
|
|
1821
1829
|
}
|
|
1822
|
-
.e-pivotview .e-
|
|
1823
|
-
|
|
1830
|
+
.e-pivotview .e-expand::before,
|
|
1831
|
+
.e-pivotview .e-expand {
|
|
1832
|
+
font-size: 16px !important;
|
|
1833
|
+
}
|
|
1834
|
+
.e-pivotview .e-collapse::before,
|
|
1835
|
+
.e-pivotview .e-collapse {
|
|
1836
|
+
font-size: 16px !important;
|
|
1824
1837
|
}
|
|
1825
1838
|
.e-pivotview .e-expand,
|
|
1826
1839
|
.e-pivotview .e-collapse {
|
|
@@ -1836,9 +1849,6 @@
|
|
|
1836
1849
|
font-size: 10px !important;
|
|
1837
1850
|
margin-left: 0;
|
|
1838
1851
|
}
|
|
1839
|
-
.e-pivotview .e-expand::before {
|
|
1840
|
-
font-size: 16px;
|
|
1841
|
-
}
|
|
1842
1852
|
.e-pivotview .e-pivot-pager {
|
|
1843
1853
|
padding: 4px 12px;
|
|
1844
1854
|
}
|
|
@@ -609,6 +609,9 @@
|
|
|
609
609
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
610
610
|
line-height: 40px;
|
|
611
611
|
}
|
|
612
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
613
|
+
background-color: transparent;
|
|
614
|
+
}
|
|
612
615
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
613
616
|
margin-left: 18px !important;
|
|
614
617
|
}
|
|
@@ -1178,6 +1181,11 @@
|
|
|
1178
1181
|
-ms-grid-row-align: center;
|
|
1179
1182
|
align-self: center;
|
|
1180
1183
|
}
|
|
1184
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1185
|
+
/* stylelint-disable */
|
|
1186
|
+
height: 100% !important;
|
|
1187
|
+
/* stylelint-enable */
|
|
1188
|
+
}
|
|
1181
1189
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1182
1190
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1183
1191
|
/* stylelint-disable */
|
|
@@ -1711,8 +1719,13 @@
|
|
|
1711
1719
|
height: auto;
|
|
1712
1720
|
width: auto;
|
|
1713
1721
|
}
|
|
1714
|
-
.e-pivotview .e-
|
|
1715
|
-
|
|
1722
|
+
.e-pivotview .e-expand::before,
|
|
1723
|
+
.e-pivotview .e-expand {
|
|
1724
|
+
font-size: 18px !important;
|
|
1725
|
+
}
|
|
1726
|
+
.e-pivotview .e-collapse::before,
|
|
1727
|
+
.e-pivotview .e-collapse {
|
|
1728
|
+
font-size: 18px !important;
|
|
1716
1729
|
}
|
|
1717
1730
|
.e-pivotview .e-expand,
|
|
1718
1731
|
.e-pivotview .e-collapse {
|
|
@@ -1728,9 +1741,6 @@
|
|
|
1728
1741
|
font-size: 10px !important;
|
|
1729
1742
|
margin-left: 0;
|
|
1730
1743
|
}
|
|
1731
|
-
.e-pivotview .e-expand::before {
|
|
1732
|
-
font-size: 18px;
|
|
1733
|
-
}
|
|
1734
1744
|
.e-pivotview .e-pivot-pager {
|
|
1735
1745
|
padding: 8px 18px;
|
|
1736
1746
|
}
|
|
@@ -611,6 +611,9 @@
|
|
|
611
611
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
612
612
|
line-height: 40px;
|
|
613
613
|
}
|
|
614
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
615
|
+
background-color: transparent;
|
|
616
|
+
}
|
|
614
617
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
615
618
|
margin-left: 18px !important;
|
|
616
619
|
}
|
|
@@ -1180,6 +1183,11 @@
|
|
|
1180
1183
|
-ms-grid-row-align: center;
|
|
1181
1184
|
align-self: center;
|
|
1182
1185
|
}
|
|
1186
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1187
|
+
/* stylelint-disable */
|
|
1188
|
+
height: 100% !important;
|
|
1189
|
+
/* stylelint-enable */
|
|
1190
|
+
}
|
|
1183
1191
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1184
1192
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1185
1193
|
/* stylelint-disable */
|
|
@@ -1713,8 +1721,13 @@
|
|
|
1713
1721
|
height: auto;
|
|
1714
1722
|
width: auto;
|
|
1715
1723
|
}
|
|
1716
|
-
.e-pivotview .e-
|
|
1717
|
-
|
|
1724
|
+
.e-pivotview .e-expand::before,
|
|
1725
|
+
.e-pivotview .e-expand {
|
|
1726
|
+
font-size: 18px !important;
|
|
1727
|
+
}
|
|
1728
|
+
.e-pivotview .e-collapse::before,
|
|
1729
|
+
.e-pivotview .e-collapse {
|
|
1730
|
+
font-size: 18px !important;
|
|
1718
1731
|
}
|
|
1719
1732
|
.e-pivotview .e-expand,
|
|
1720
1733
|
.e-pivotview .e-collapse {
|
|
@@ -1730,9 +1743,6 @@
|
|
|
1730
1743
|
font-size: 10px !important;
|
|
1731
1744
|
margin-left: 0;
|
|
1732
1745
|
}
|
|
1733
|
-
.e-pivotview .e-expand::before {
|
|
1734
|
-
font-size: 18px;
|
|
1735
|
-
}
|
|
1736
1746
|
.e-pivotview .e-pivot-pager {
|
|
1737
1747
|
padding: 8px 18px;
|
|
1738
1748
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -609,6 +609,9 @@
|
|
|
609
609
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
610
610
|
line-height: 40px;
|
|
611
611
|
}
|
|
612
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
613
|
+
background-color: transparent;
|
|
614
|
+
}
|
|
612
615
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
613
616
|
margin-left: 18px !important;
|
|
614
617
|
}
|
|
@@ -1178,6 +1181,11 @@
|
|
|
1178
1181
|
-ms-grid-row-align: center;
|
|
1179
1182
|
align-self: center;
|
|
1180
1183
|
}
|
|
1184
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1185
|
+
/* stylelint-disable */
|
|
1186
|
+
height: 100% !important;
|
|
1187
|
+
/* stylelint-enable */
|
|
1188
|
+
}
|
|
1181
1189
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1182
1190
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1183
1191
|
/* stylelint-disable */
|
|
@@ -1711,8 +1719,13 @@
|
|
|
1711
1719
|
height: auto;
|
|
1712
1720
|
width: auto;
|
|
1713
1721
|
}
|
|
1714
|
-
.e-pivotview .e-
|
|
1715
|
-
|
|
1722
|
+
.e-pivotview .e-expand::before,
|
|
1723
|
+
.e-pivotview .e-expand {
|
|
1724
|
+
font-size: 18px !important;
|
|
1725
|
+
}
|
|
1726
|
+
.e-pivotview .e-collapse::before,
|
|
1727
|
+
.e-pivotview .e-collapse {
|
|
1728
|
+
font-size: 18px !important;
|
|
1716
1729
|
}
|
|
1717
1730
|
.e-pivotview .e-expand,
|
|
1718
1731
|
.e-pivotview .e-collapse {
|
|
@@ -1728,9 +1741,6 @@
|
|
|
1728
1741
|
font-size: 10px !important;
|
|
1729
1742
|
margin-left: 0;
|
|
1730
1743
|
}
|
|
1731
|
-
.e-pivotview .e-expand::before {
|
|
1732
|
-
font-size: 18px;
|
|
1733
|
-
}
|
|
1734
1744
|
.e-pivotview .e-pivot-pager {
|
|
1735
1745
|
padding: 8px 18px;
|
|
1736
1746
|
}
|
|
@@ -3572,10 +3582,6 @@
|
|
|
3572
3582
|
height: 48px;
|
|
3573
3583
|
opacity: 0.87;
|
|
3574
3584
|
}
|
|
3575
|
-
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons {
|
|
3576
|
-
height: 24px;
|
|
3577
|
-
width: 24px;
|
|
3578
|
-
}
|
|
3579
3585
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
3580
3586
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
|
|
3581
3587
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
|
|
@@ -3850,7 +3856,6 @@
|
|
|
3850
3856
|
}
|
|
3851
3857
|
.e-bigger.e-pivot-calc-dialog-div .e-footer-content,
|
|
3852
3858
|
.e-bigger .e-pivot-calc-dialog-div .e-footer-content {
|
|
3853
|
-
padding-right: 8px;
|
|
3854
3859
|
padding-top: 8px;
|
|
3855
3860
|
}
|
|
3856
3861
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
@@ -4098,11 +4103,11 @@
|
|
|
4098
4103
|
overflow: auto;
|
|
4099
4104
|
padding: 20px;
|
|
4100
4105
|
padding-bottom: 0;
|
|
4101
|
-
/* stylelint-disable */
|
|
4102
4106
|
padding-top: 0;
|
|
4103
4107
|
}
|
|
4104
4108
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4105
4109
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
4110
|
+
/* stylelint-disable */
|
|
4106
4111
|
color: #d1d5db !important;
|
|
4107
4112
|
/* stylelint-enable */
|
|
4108
4113
|
font-size: 13px;
|
|
@@ -4696,12 +4701,6 @@
|
|
|
4696
4701
|
max-height: 440px !important;
|
|
4697
4702
|
min-width: 370px !important;
|
|
4698
4703
|
}
|
|
4699
|
-
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4700
|
-
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4701
|
-
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4702
|
-
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4703
|
-
min-height: 75px !important;
|
|
4704
|
-
}
|
|
4705
4704
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4706
4705
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4707
4706
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -4872,6 +4871,7 @@
|
|
|
4872
4871
|
padding: 0 0 0 18px;
|
|
4873
4872
|
text-align: left;
|
|
4874
4873
|
text-overflow: ellipsis;
|
|
4874
|
+
white-space: nowrap;
|
|
4875
4875
|
word-break: break-all;
|
|
4876
4876
|
text-transform: uppercase;
|
|
4877
4877
|
}
|
|
@@ -5087,6 +5087,7 @@
|
|
|
5087
5087
|
padding: 0 8px;
|
|
5088
5088
|
text-overflow: ellipsis;
|
|
5089
5089
|
text-transform: uppercase;
|
|
5090
|
+
white-space: nowrap;
|
|
5090
5091
|
width: 100%;
|
|
5091
5092
|
}
|
|
5092
5093
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -5630,6 +5631,35 @@
|
|
|
5630
5631
|
.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
5631
5632
|
padding: 0;
|
|
5632
5633
|
}
|
|
5634
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout {
|
|
5635
|
+
-ms-flex-align: center;
|
|
5636
|
+
align-items: center;
|
|
5637
|
+
display: -ms-flexbox;
|
|
5638
|
+
display: flex;
|
|
5639
|
+
margin-top: 0;
|
|
5640
|
+
overflow: hidden;
|
|
5641
|
+
width: 100%;
|
|
5642
|
+
}
|
|
5643
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper {
|
|
5644
|
+
width: 100%;
|
|
5645
|
+
}
|
|
5646
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label {
|
|
5647
|
+
width: 100%;
|
|
5648
|
+
}
|
|
5649
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
|
|
5650
|
+
overflow: hidden;
|
|
5651
|
+
/* stylelint-disable */
|
|
5652
|
+
text-overflow: ellipsis !important;
|
|
5653
|
+
/* stylelint-enable */
|
|
5654
|
+
white-space: unset;
|
|
5655
|
+
width: calc(100% - 20px);
|
|
5656
|
+
}
|
|
5657
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-button-layout {
|
|
5658
|
+
display: -ms-flexbox;
|
|
5659
|
+
display: flex;
|
|
5660
|
+
-ms-flex-pack: end;
|
|
5661
|
+
justify-content: flex-end;
|
|
5662
|
+
}
|
|
5633
5663
|
.e-pivotfieldlist-container.e-device {
|
|
5634
5664
|
height: 100%;
|
|
5635
5665
|
/* stylelint-disable */
|
|
@@ -5647,12 +5677,14 @@
|
|
|
5647
5677
|
padding-right: 16px;
|
|
5648
5678
|
}
|
|
5649
5679
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5650
|
-
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content
|
|
5680
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content,
|
|
5681
|
+
.e-pivotfieldlist-container.e-device .e-value-field-settings .e-dlg-header-content {
|
|
5651
5682
|
background-color: transparent;
|
|
5652
5683
|
color: rgba(255, 255, 255, 0.87);
|
|
5653
5684
|
}
|
|
5654
5685
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5655
|
-
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div
|
|
5686
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5687
|
+
.e-pivotfieldlist-container.e-device .e-value-field-settings .e-dlg-content .e-field-list-tree-outer-div {
|
|
5656
5688
|
height: 210px;
|
|
5657
5689
|
overflow: auto;
|
|
5658
5690
|
}
|
|
@@ -6004,7 +6036,7 @@
|
|
|
6004
6036
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button,
|
|
6005
6037
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button {
|
|
6006
6038
|
float: right;
|
|
6007
|
-
margin-right: 20px;
|
|
6039
|
+
margin-right: calc(10% - 20px);
|
|
6008
6040
|
margin-top: 32px;
|
|
6009
6041
|
}
|
|
6010
6042
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button {
|
|
@@ -6050,7 +6082,7 @@
|
|
|
6050
6082
|
transform: rotateX(0deg) rotateY(180deg);
|
|
6051
6083
|
}
|
|
6052
6084
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
6053
|
-
max-height:
|
|
6085
|
+
max-height: 575px;
|
|
6054
6086
|
overflow: hidden;
|
|
6055
6087
|
overflow-y: auto;
|
|
6056
6088
|
}
|
|
@@ -6311,7 +6343,6 @@
|
|
|
6311
6343
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-header,
|
|
6312
6344
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header {
|
|
6313
6345
|
font-size: 14px;
|
|
6314
|
-
line-height: 1.8em;
|
|
6315
6346
|
padding: 0 12px;
|
|
6316
6347
|
}
|
|
6317
6348
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -6451,16 +6482,6 @@
|
|
|
6451
6482
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
6452
6483
|
margin-top: 16px;
|
|
6453
6484
|
}
|
|
6454
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
6455
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
6456
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
6457
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container,
|
|
6458
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
6459
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
6460
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
6461
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
6462
|
-
padding-top: 7px;
|
|
6463
|
-
}
|
|
6464
6485
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
6465
6486
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
6466
6487
|
/* stylelint-disable */
|
|
@@ -6473,6 +6494,10 @@
|
|
|
6473
6494
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
6474
6495
|
padding: 0 !important;
|
|
6475
6496
|
}
|
|
6497
|
+
.e-bigger .e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label,
|
|
6498
|
+
.e-bigger.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
|
|
6499
|
+
width: calc(100% - 30px);
|
|
6500
|
+
}
|
|
6476
6501
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list,
|
|
6477
6502
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
6478
6503
|
padding-left: 0;
|