@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
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
visibility: hidden !important;
|
|
318
318
|
/* stylelint-enable */
|
|
319
319
|
}
|
|
320
|
-
|
|
320
|
+
|
|
321
321
|
.e-grid {
|
|
322
322
|
.e-pivot-content-loader {
|
|
323
323
|
position: absolute;
|
|
@@ -340,6 +340,12 @@
|
|
|
340
340
|
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
341
341
|
align-self: center;
|
|
342
342
|
}
|
|
343
|
+
|
|
344
|
+
th.e-columnsheader .e-rhandler.e-rcursor {
|
|
345
|
+
/* stylelint-disable */
|
|
346
|
+
height: 100% !important;
|
|
347
|
+
/* stylelint-enable */
|
|
348
|
+
}
|
|
343
349
|
}
|
|
344
350
|
|
|
345
351
|
.e-grid .e-headercelldiv,
|
|
@@ -956,17 +962,23 @@
|
|
|
956
962
|
}
|
|
957
963
|
}
|
|
958
964
|
}
|
|
959
|
-
/* stylelint-enable */
|
|
960
965
|
|
|
961
966
|
.e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag):not(.e-selected-option-icon):not(.e-nav-arrow) {
|
|
962
967
|
height: auto;
|
|
963
968
|
width: auto;
|
|
964
969
|
}
|
|
965
970
|
|
|
966
|
-
.e-
|
|
967
|
-
|
|
971
|
+
.e-expand::before,
|
|
972
|
+
.e-expand {
|
|
973
|
+
font-size: $pivotgrid-expand-icon-fontsize !important;
|
|
968
974
|
}
|
|
969
975
|
|
|
976
|
+
.e-collapse::before,
|
|
977
|
+
.e-collapse {
|
|
978
|
+
font-size: $pivotgrid-collapse-icon-fonsize !important;
|
|
979
|
+
}
|
|
980
|
+
/* stylelint-enable */
|
|
981
|
+
|
|
970
982
|
.e-expand,
|
|
971
983
|
.e-collapse {
|
|
972
984
|
cursor: pointer;
|
|
@@ -988,13 +1000,8 @@
|
|
|
988
1000
|
display: flex;
|
|
989
1001
|
}
|
|
990
1002
|
}
|
|
991
|
-
|
|
992
1003
|
/* stylelint-enable */
|
|
993
1004
|
|
|
994
|
-
.e-expand::before {
|
|
995
|
-
font-size: $pivotgrid-expand-icon-fontsize;
|
|
996
|
-
}
|
|
997
|
-
|
|
998
1005
|
.e-pivot-pager {
|
|
999
1006
|
padding: $pivotpager-padding;
|
|
1000
1007
|
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
font-size: 16px;
|
|
586
586
|
}
|
|
587
587
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
588
|
-
background-color:
|
|
588
|
+
background-color: transparent;
|
|
589
589
|
border: none;
|
|
590
590
|
/* stylelint-disable */
|
|
591
591
|
}
|
|
@@ -601,6 +601,9 @@
|
|
|
601
601
|
margin-right: 0;
|
|
602
602
|
font-size: 16px;
|
|
603
603
|
}
|
|
604
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
605
|
+
background-color: transparent;
|
|
606
|
+
}
|
|
604
607
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
605
608
|
margin-left: 18px !important;
|
|
606
609
|
}
|
|
@@ -647,7 +650,7 @@
|
|
|
647
650
|
}
|
|
648
651
|
|
|
649
652
|
.e-mdx-query-content {
|
|
650
|
-
background-color:
|
|
653
|
+
background-color: transparent;
|
|
651
654
|
color: #858585;
|
|
652
655
|
font-size: 14px;
|
|
653
656
|
font-weight: 500;
|
|
@@ -1159,6 +1162,11 @@
|
|
|
1159
1162
|
-ms-grid-row-align: center;
|
|
1160
1163
|
align-self: center;
|
|
1161
1164
|
}
|
|
1165
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1166
|
+
/* stylelint-disable */
|
|
1167
|
+
height: 100% !important;
|
|
1168
|
+
/* stylelint-enable */
|
|
1169
|
+
}
|
|
1162
1170
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1163
1171
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1164
1172
|
/* 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: 12px !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
|
}
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
font-size: 16px;
|
|
585
585
|
}
|
|
586
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
587
|
-
background-color:
|
|
587
|
+
background-color: transparent;
|
|
588
588
|
border: none;
|
|
589
589
|
/* stylelint-disable */
|
|
590
590
|
}
|
|
@@ -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: transparent;
|
|
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
|
}
|
|
@@ -646,7 +649,7 @@
|
|
|
646
649
|
}
|
|
647
650
|
|
|
648
651
|
.e-mdx-query-content {
|
|
649
|
-
background-color:
|
|
652
|
+
background-color: transparent;
|
|
650
653
|
color: #333;
|
|
651
654
|
font-size: 14px;
|
|
652
655
|
font-weight: 500;
|
|
@@ -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: 11px !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
|
}
|
|
@@ -618,10 +618,8 @@
|
|
|
618
618
|
font-size: 16px;
|
|
619
619
|
}
|
|
620
620
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
621
|
-
background-color:
|
|
621
|
+
background-color: transparent;
|
|
622
622
|
border: none;
|
|
623
|
-
background-color: #f8f9fa;
|
|
624
|
-
color: #495057;
|
|
625
623
|
/* stylelint-disable */
|
|
626
624
|
}
|
|
627
625
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
@@ -630,8 +628,6 @@
|
|
|
630
628
|
/* stylelint-enable */
|
|
631
629
|
overflow: hidden;
|
|
632
630
|
padding-left: 10px;
|
|
633
|
-
background-color: #f2f4f6;
|
|
634
|
-
color: #495057;
|
|
635
631
|
}
|
|
636
632
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
637
633
|
margin-left: 0;
|
|
@@ -650,6 +646,9 @@
|
|
|
650
646
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-icons {
|
|
651
647
|
color: #fff;
|
|
652
648
|
}
|
|
649
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
650
|
+
background-color: transparent;
|
|
651
|
+
}
|
|
653
652
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
654
653
|
margin-left: 18px !important;
|
|
655
654
|
}
|
|
@@ -696,7 +695,7 @@
|
|
|
696
695
|
}
|
|
697
696
|
|
|
698
697
|
.e-mdx-query-content {
|
|
699
|
-
background-color:
|
|
698
|
+
background-color: transparent;
|
|
700
699
|
color: #212529;
|
|
701
700
|
font-size: 14px;
|
|
702
701
|
font-weight: 500;
|
|
@@ -1220,6 +1219,11 @@
|
|
|
1220
1219
|
-ms-grid-row-align: center;
|
|
1221
1220
|
align-self: center;
|
|
1222
1221
|
}
|
|
1222
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1223
|
+
/* stylelint-disable */
|
|
1224
|
+
height: 100% !important;
|
|
1225
|
+
/* stylelint-enable */
|
|
1226
|
+
}
|
|
1223
1227
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1224
1228
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1225
1229
|
/* stylelint-disable */
|
|
@@ -1773,8 +1777,13 @@
|
|
|
1773
1777
|
height: auto;
|
|
1774
1778
|
width: auto;
|
|
1775
1779
|
}
|
|
1776
|
-
.e-pivotview .e-
|
|
1777
|
-
|
|
1780
|
+
.e-pivotview .e-expand::before,
|
|
1781
|
+
.e-pivotview .e-expand {
|
|
1782
|
+
font-size: 10px !important;
|
|
1783
|
+
}
|
|
1784
|
+
.e-pivotview .e-collapse::before,
|
|
1785
|
+
.e-pivotview .e-collapse {
|
|
1786
|
+
font-size: 10px !important;
|
|
1778
1787
|
}
|
|
1779
1788
|
.e-pivotview .e-expand,
|
|
1780
1789
|
.e-pivotview .e-collapse {
|
|
@@ -1791,9 +1800,6 @@
|
|
|
1791
1800
|
display: -ms-flexbox;
|
|
1792
1801
|
display: flex;
|
|
1793
1802
|
}
|
|
1794
|
-
.e-pivotview .e-expand::before {
|
|
1795
|
-
font-size: 10px;
|
|
1796
|
-
}
|
|
1797
1803
|
.e-pivotview .e-pivot-pager {
|
|
1798
1804
|
padding: 8px 12px;
|
|
1799
1805
|
}
|
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
606
606
|
line-height: 32px;
|
|
607
607
|
}
|
|
608
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
609
|
+
background-color: transparent;
|
|
610
|
+
}
|
|
608
611
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
609
612
|
margin-left: 18px !important;
|
|
610
613
|
}
|
|
@@ -1164,6 +1167,11 @@
|
|
|
1164
1167
|
-ms-grid-row-align: center;
|
|
1165
1168
|
align-self: center;
|
|
1166
1169
|
}
|
|
1170
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1171
|
+
/* stylelint-disable */
|
|
1172
|
+
height: 100% !important;
|
|
1173
|
+
/* stylelint-enable */
|
|
1174
|
+
}
|
|
1167
1175
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1168
1176
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1169
1177
|
/* stylelint-disable */
|
|
@@ -1697,8 +1705,13 @@
|
|
|
1697
1705
|
height: auto;
|
|
1698
1706
|
width: auto;
|
|
1699
1707
|
}
|
|
1700
|
-
.e-pivotview .e-
|
|
1701
|
-
|
|
1708
|
+
.e-pivotview .e-expand::before,
|
|
1709
|
+
.e-pivotview .e-expand {
|
|
1710
|
+
font-size: 20px !important;
|
|
1711
|
+
}
|
|
1712
|
+
.e-pivotview .e-collapse::before,
|
|
1713
|
+
.e-pivotview .e-collapse {
|
|
1714
|
+
font-size: 20px !important;
|
|
1702
1715
|
}
|
|
1703
1716
|
.e-pivotview .e-expand,
|
|
1704
1717
|
.e-pivotview .e-collapse {
|
|
@@ -1714,9 +1727,6 @@
|
|
|
1714
1727
|
font-size: 10px !important;
|
|
1715
1728
|
margin-left: 0;
|
|
1716
1729
|
}
|
|
1717
|
-
.e-pivotview .e-expand::before {
|
|
1718
|
-
font-size: 20px;
|
|
1719
|
-
}
|
|
1720
1730
|
.e-pivotview .e-pivot-pager {
|
|
1721
1731
|
padding: 8px 8px;
|
|
1722
1732
|
}
|
|
@@ -607,6 +607,9 @@
|
|
|
607
607
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
608
608
|
line-height: 32px;
|
|
609
609
|
}
|
|
610
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
611
|
+
background-color: transparent;
|
|
612
|
+
}
|
|
610
613
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
611
614
|
margin-left: 18px !important;
|
|
612
615
|
}
|
|
@@ -1166,6 +1169,11 @@
|
|
|
1166
1169
|
-ms-grid-row-align: center;
|
|
1167
1170
|
align-self: center;
|
|
1168
1171
|
}
|
|
1172
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1173
|
+
/* stylelint-disable */
|
|
1174
|
+
height: 100% !important;
|
|
1175
|
+
/* stylelint-enable */
|
|
1176
|
+
}
|
|
1169
1177
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1170
1178
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1171
1179
|
/* stylelint-disable */
|
|
@@ -1699,8 +1707,13 @@
|
|
|
1699
1707
|
height: auto;
|
|
1700
1708
|
width: auto;
|
|
1701
1709
|
}
|
|
1702
|
-
.e-pivotview .e-
|
|
1703
|
-
|
|
1710
|
+
.e-pivotview .e-expand::before,
|
|
1711
|
+
.e-pivotview .e-expand {
|
|
1712
|
+
font-size: 20px !important;
|
|
1713
|
+
}
|
|
1714
|
+
.e-pivotview .e-collapse::before,
|
|
1715
|
+
.e-pivotview .e-collapse {
|
|
1716
|
+
font-size: 20px !important;
|
|
1704
1717
|
}
|
|
1705
1718
|
.e-pivotview .e-expand,
|
|
1706
1719
|
.e-pivotview .e-collapse {
|
|
@@ -1716,9 +1729,6 @@
|
|
|
1716
1729
|
font-size: 10px !important;
|
|
1717
1730
|
margin-left: 0;
|
|
1718
1731
|
}
|
|
1719
|
-
.e-pivotview .e-expand::before {
|
|
1720
|
-
font-size: 20px;
|
|
1721
|
-
}
|
|
1722
1732
|
.e-pivotview .e-pivot-pager {
|
|
1723
1733
|
padding: 8px 8px;
|
|
1724
1734
|
}
|
|
@@ -604,6 +604,9 @@
|
|
|
604
604
|
padding-left: 0 !important;
|
|
605
605
|
padding-right: 0 !important;
|
|
606
606
|
}
|
|
607
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
608
|
+
background-color: #282727;
|
|
609
|
+
}
|
|
607
610
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
608
611
|
margin-left: 18px !important;
|
|
609
612
|
}
|
|
@@ -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: 10px !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
|
}
|
|
@@ -604,6 +604,9 @@
|
|
|
604
604
|
padding-left: 0 !important;
|
|
605
605
|
padding-right: 0 !important;
|
|
606
606
|
}
|
|
607
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
608
|
+
background-color: #f4f4f4;
|
|
609
|
+
}
|
|
607
610
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
608
611
|
margin-left: 18px !important;
|
|
609
612
|
}
|
|
@@ -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: 12px !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
|
}
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
}
|
|
314
314
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
315
315
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
316
|
-
height:
|
|
316
|
+
height: 205px;
|
|
317
317
|
overflow: auto;
|
|
318
318
|
padding: 20px;
|
|
319
319
|
padding-bottom: 0;
|
|
@@ -596,10 +596,6 @@
|
|
|
596
596
|
/* stylelint-enable */
|
|
597
597
|
overflow: hidden;
|
|
598
598
|
padding-left: 10px;
|
|
599
|
-
background-color: #201f1e;
|
|
600
|
-
}
|
|
601
|
-
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item:hover {
|
|
602
|
-
background: #edebe9;
|
|
603
599
|
}
|
|
604
600
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
605
601
|
margin-left: 0;
|
|
@@ -616,6 +612,9 @@
|
|
|
616
612
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-icons {
|
|
617
613
|
color: #a19f9d;
|
|
618
614
|
}
|
|
615
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
616
|
+
background-color: transparent;
|
|
617
|
+
}
|
|
619
618
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
620
619
|
margin-left: 18px !important;
|
|
621
620
|
}
|
|
@@ -766,7 +765,7 @@
|
|
|
766
765
|
}
|
|
767
766
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
768
767
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
769
|
-
height:
|
|
768
|
+
height: 84px;
|
|
770
769
|
}
|
|
771
770
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
772
771
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -1176,6 +1175,11 @@
|
|
|
1176
1175
|
-ms-grid-row-align: center;
|
|
1177
1176
|
align-self: center;
|
|
1178
1177
|
}
|
|
1178
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1179
|
+
/* stylelint-disable */
|
|
1180
|
+
height: 100% !important;
|
|
1181
|
+
/* stylelint-enable */
|
|
1182
|
+
}
|
|
1179
1183
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1180
1184
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1181
1185
|
/* stylelint-disable */
|
|
@@ -1710,8 +1714,13 @@
|
|
|
1710
1714
|
height: auto;
|
|
1711
1715
|
width: auto;
|
|
1712
1716
|
}
|
|
1713
|
-
.e-pivotview .e-
|
|
1714
|
-
|
|
1717
|
+
.e-pivotview .e-expand::before,
|
|
1718
|
+
.e-pivotview .e-expand {
|
|
1719
|
+
font-size: 18px !important;
|
|
1720
|
+
}
|
|
1721
|
+
.e-pivotview .e-collapse::before,
|
|
1722
|
+
.e-pivotview .e-collapse {
|
|
1723
|
+
font-size: 18px !important;
|
|
1715
1724
|
}
|
|
1716
1725
|
.e-pivotview .e-expand,
|
|
1717
1726
|
.e-pivotview .e-collapse {
|
|
@@ -1727,9 +1736,6 @@
|
|
|
1727
1736
|
font-size: 10px !important;
|
|
1728
1737
|
margin-left: 0;
|
|
1729
1738
|
}
|
|
1730
|
-
.e-pivotview .e-expand::before {
|
|
1731
|
-
font-size: 18px;
|
|
1732
|
-
}
|
|
1733
1739
|
.e-pivotview .e-pivot-pager {
|
|
1734
1740
|
padding: 4px 12px;
|
|
1735
1741
|
}
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
}
|
|
316
316
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
317
317
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
318
|
-
height:
|
|
318
|
+
height: 205px;
|
|
319
319
|
overflow: auto;
|
|
320
320
|
padding: 20px;
|
|
321
321
|
padding-bottom: 0;
|
|
@@ -598,10 +598,6 @@
|
|
|
598
598
|
/* stylelint-enable */
|
|
599
599
|
overflow: hidden;
|
|
600
600
|
padding-left: 10px;
|
|
601
|
-
background-color: #faf9f8;
|
|
602
|
-
}
|
|
603
|
-
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item:hover {
|
|
604
|
-
background: #edebe9;
|
|
605
601
|
}
|
|
606
602
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
607
603
|
margin-left: 0;
|
|
@@ -618,6 +614,9 @@
|
|
|
618
614
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-icons {
|
|
619
615
|
color: #605e5c;
|
|
620
616
|
}
|
|
617
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
618
|
+
background-color: transparent;
|
|
619
|
+
}
|
|
621
620
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
622
621
|
margin-left: 18px !important;
|
|
623
622
|
}
|
|
@@ -768,7 +767,7 @@
|
|
|
768
767
|
}
|
|
769
768
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
770
769
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
771
|
-
height:
|
|
770
|
+
height: 84px;
|
|
772
771
|
}
|
|
773
772
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
774
773
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -1178,6 +1177,11 @@
|
|
|
1178
1177
|
-ms-grid-row-align: center;
|
|
1179
1178
|
align-self: center;
|
|
1180
1179
|
}
|
|
1180
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1181
|
+
/* stylelint-disable */
|
|
1182
|
+
height: 100% !important;
|
|
1183
|
+
/* stylelint-enable */
|
|
1184
|
+
}
|
|
1181
1185
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1182
1186
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1183
1187
|
/* stylelint-disable */
|
|
@@ -1712,8 +1716,13 @@
|
|
|
1712
1716
|
height: auto;
|
|
1713
1717
|
width: auto;
|
|
1714
1718
|
}
|
|
1715
|
-
.e-pivotview .e-
|
|
1716
|
-
|
|
1719
|
+
.e-pivotview .e-expand::before,
|
|
1720
|
+
.e-pivotview .e-expand {
|
|
1721
|
+
font-size: 18px !important;
|
|
1722
|
+
}
|
|
1723
|
+
.e-pivotview .e-collapse::before,
|
|
1724
|
+
.e-pivotview .e-collapse {
|
|
1725
|
+
font-size: 18px !important;
|
|
1717
1726
|
}
|
|
1718
1727
|
.e-pivotview .e-expand,
|
|
1719
1728
|
.e-pivotview .e-collapse {
|
|
@@ -1729,9 +1738,6 @@
|
|
|
1729
1738
|
font-size: 10px !important;
|
|
1730
1739
|
margin-left: 0;
|
|
1731
1740
|
}
|
|
1732
|
-
.e-pivotview .e-expand::before {
|
|
1733
|
-
font-size: 18px;
|
|
1734
|
-
}
|
|
1735
1741
|
.e-pivotview .e-pivot-pager {
|
|
1736
1742
|
padding: 4px 12px;
|
|
1737
1743
|
}
|
|
@@ -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: #000;
|
|
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
|
}
|