@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.38
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 +6 -6
- package/styles/bootstrap-dark.css +241 -14
- package/styles/bootstrap.css +241 -14
- package/styles/bootstrap4.css +237 -15
- package/styles/bootstrap5-dark.css +281 -18
- package/styles/bootstrap5.css +281 -18
- package/styles/fabric-dark.css +241 -14
- package/styles/fabric.css +241 -14
- package/styles/fluent-dark.css +247 -16
- package/styles/fluent.css +247 -16
- package/styles/highcontrast-light.css +241 -14
- package/styles/highcontrast.css +241 -14
- package/styles/material-dark.css +241 -14
- package/styles/material.css +241 -14
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotfieldlist/_bootstrap-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +2 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +3 -3
- package/styles/pivotfieldlist/_fabric-definition.scss +3 -2
- package/styles/pivotfieldlist/_fluent-definition.scss +3 -2
- package/styles/pivotfieldlist/_fusionnew-definition.scss +3 -3
- package/styles/pivotfieldlist/_highcontrast-definition.scss +3 -2
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotfieldlist/_layout.scss +62 -65
- package/styles/pivotfieldlist/_material-dark-definition.scss +3 -2
- package/styles/pivotfieldlist/_material-definition.scss +3 -2
- package/styles/pivotfieldlist/_material3-definition.scss +3 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +4 -3
- package/styles/pivotfieldlist/_theme.scss +51 -44
- package/styles/pivotfieldlist/bootstrap-dark.css +147 -7
- package/styles/pivotfieldlist/bootstrap.css +147 -7
- package/styles/pivotfieldlist/bootstrap4.css +142 -7
- package/styles/pivotfieldlist/bootstrap5-dark.css +151 -7
- package/styles/pivotfieldlist/bootstrap5.css +151 -7
- package/styles/pivotfieldlist/fabric-dark.css +147 -7
- package/styles/pivotfieldlist/fabric.css +147 -7
- package/styles/pivotfieldlist/fluent-dark.css +149 -7
- package/styles/pivotfieldlist/fluent.css +149 -7
- package/styles/pivotfieldlist/highcontrast-light.css +147 -7
- package/styles/pivotfieldlist/highcontrast.css +147 -7
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric.scss +4 -4
- package/styles/pivotfieldlist/icons/_fluent.scss +4 -4
- package/styles/pivotfieldlist/icons/_fusionnew.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast.scss +4 -4
- package/styles/pivotfieldlist/icons/_material-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_material.scss +4 -4
- package/styles/pivotfieldlist/icons/_material3.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind.scss +4 -4
- package/styles/pivotfieldlist/material-dark.css +147 -7
- package/styles/pivotfieldlist/material.css +147 -7
- package/styles/pivotfieldlist/tailwind-dark.css +151 -9
- package/styles/pivotfieldlist/tailwind.css +151 -9
- package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotview/_bootstrap-definition.scss +2 -1
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +5 -4
- package/styles/pivotview/_fabric-dark-definition.scss +2 -1
- package/styles/pivotview/_fabric-definition.scss +2 -1
- package/styles/pivotview/_fluent-definition.scss +4 -3
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +2 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotview/_layout.scss +25 -25
- package/styles/pivotview/_material-dark-definition.scss +2 -1
- package/styles/pivotview/_material-definition.scss +2 -2
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +5 -4
- package/styles/pivotview/_theme.scss +77 -50
- package/styles/pivotview/bootstrap-dark.css +94 -7
- package/styles/pivotview/bootstrap.css +94 -7
- package/styles/pivotview/bootstrap4.css +95 -8
- package/styles/pivotview/bootstrap5-dark.css +130 -11
- package/styles/pivotview/bootstrap5.css +130 -11
- package/styles/pivotview/fabric-dark.css +94 -7
- package/styles/pivotview/fabric.css +94 -7
- package/styles/pivotview/fluent-dark.css +98 -9
- package/styles/pivotview/fluent.css +98 -9
- package/styles/pivotview/highcontrast-light.css +94 -7
- package/styles/pivotview/highcontrast.css +94 -7
- package/styles/pivotview/material-dark.css +94 -7
- package/styles/pivotview/material.css +94 -7
- package/styles/pivotview/tailwind-dark.css +98 -11
- package/styles/pivotview/tailwind.css +98 -11
- package/styles/tailwind-dark.css +249 -20
- package/styles/tailwind.css +249 -20
package/styles/bootstrap4.css
CHANGED
|
@@ -156,6 +156,12 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/*! PivotView layout */
|
|
159
|
+
.e-pivotview {
|
|
160
|
+
/* stylelint-disable */
|
|
161
|
+
/* stylelint-enable */
|
|
162
|
+
/* stylelint-enable */
|
|
163
|
+
/* stylelint-disable */
|
|
164
|
+
}
|
|
159
165
|
.e-pivotview .e-value-field-settings,
|
|
160
166
|
.e-pivotview .e-member-editor-dialog,
|
|
161
167
|
.e-pivotview .e-group-field-settings {
|
|
@@ -229,6 +235,7 @@
|
|
|
229
235
|
}
|
|
230
236
|
.e-pivotview .e-member-editor-dialog {
|
|
231
237
|
min-width: 320px;
|
|
238
|
+
/* stylelint-disable */
|
|
232
239
|
}
|
|
233
240
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
234
241
|
display: -ms-flexbox;
|
|
@@ -245,6 +252,7 @@
|
|
|
245
252
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
246
253
|
box-shadow: none;
|
|
247
254
|
margin-left: 10px;
|
|
255
|
+
/* stylelint-disable */
|
|
248
256
|
}
|
|
249
257
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort {
|
|
250
258
|
background-color: #fff;
|
|
@@ -363,6 +371,7 @@
|
|
|
363
371
|
}
|
|
364
372
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
365
373
|
border: none;
|
|
374
|
+
/* stylelint-enable */
|
|
366
375
|
}
|
|
367
376
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
368
377
|
margin: 0 0 0 6px;
|
|
@@ -615,13 +624,16 @@
|
|
|
615
624
|
}
|
|
616
625
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
617
626
|
margin-left: 18px !important;
|
|
627
|
+
/* stylelint-enable */
|
|
618
628
|
}
|
|
619
629
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
630
|
+
/* stylelint-disable */
|
|
620
631
|
padding: 0 !important;
|
|
621
632
|
}
|
|
622
633
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
623
634
|
float: left;
|
|
624
635
|
font-weight: 500;
|
|
636
|
+
/* stylelint-enable */
|
|
625
637
|
}
|
|
626
638
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
627
639
|
float: right;
|
|
@@ -650,6 +662,7 @@
|
|
|
650
662
|
}
|
|
651
663
|
|
|
652
664
|
.e-pivotview-report-dialog {
|
|
665
|
+
/* stylelint-disable */
|
|
653
666
|
max-width: 350px !important;
|
|
654
667
|
}
|
|
655
668
|
|
|
@@ -669,6 +682,7 @@
|
|
|
669
682
|
max-width: 500px !important;
|
|
670
683
|
}
|
|
671
684
|
|
|
685
|
+
/* stylelint-enable */
|
|
672
686
|
.e-report-outer {
|
|
673
687
|
display: inline-block;
|
|
674
688
|
width: 100%;
|
|
@@ -680,6 +694,7 @@
|
|
|
680
694
|
width: 40%;
|
|
681
695
|
}
|
|
682
696
|
|
|
697
|
+
/* stylelint-disable */
|
|
683
698
|
.e-pivotview-report-input {
|
|
684
699
|
float: right;
|
|
685
700
|
width: 60% !important;
|
|
@@ -701,11 +716,16 @@
|
|
|
701
716
|
font-size: 18px !important;
|
|
702
717
|
}
|
|
703
718
|
|
|
719
|
+
/* stylelint-enable */
|
|
704
720
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
705
721
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
706
722
|
white-space: nowrap;
|
|
707
723
|
}
|
|
708
724
|
|
|
725
|
+
.e-drillthrough-dialog {
|
|
726
|
+
/* stylelint-disable */
|
|
727
|
+
/* stylelint-enable */
|
|
728
|
+
}
|
|
709
729
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
710
730
|
margin-bottom: 20px;
|
|
711
731
|
}
|
|
@@ -726,9 +746,18 @@
|
|
|
726
746
|
flex-wrap: wrap;
|
|
727
747
|
}
|
|
728
748
|
|
|
749
|
+
.e-bigger .e-pivotview,
|
|
750
|
+
.e-bigger.e-pivotview {
|
|
751
|
+
/* stylelint-disable */
|
|
752
|
+
/* stylelint-enable */
|
|
753
|
+
/* stylelint-disable */
|
|
754
|
+
/* stylelint-enable */
|
|
755
|
+
}
|
|
729
756
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
730
757
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
758
|
+
/* stylelint-disable */
|
|
731
759
|
height: 38px !important;
|
|
760
|
+
/* stylelint-enable */
|
|
732
761
|
}
|
|
733
762
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
734
763
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -892,6 +921,18 @@
|
|
|
892
921
|
}
|
|
893
922
|
|
|
894
923
|
/*! PivotView theme */
|
|
924
|
+
.e-pivotview {
|
|
925
|
+
/* stylelint-enable */
|
|
926
|
+
/* stylelint-disable */
|
|
927
|
+
/* stylelint-enable */
|
|
928
|
+
/* stylelint-disable */
|
|
929
|
+
/* stylelint-enable */
|
|
930
|
+
/* stylelint-disable */
|
|
931
|
+
/* stylelint-enable */
|
|
932
|
+
/* stylelint-disable */
|
|
933
|
+
/* stylelint-enable */
|
|
934
|
+
/* stylelint-enable */
|
|
935
|
+
}
|
|
895
936
|
.e-pivotview .e-nextspan {
|
|
896
937
|
display: inline-block;
|
|
897
938
|
width: 18px;
|
|
@@ -912,6 +953,7 @@
|
|
|
912
953
|
text-align: right;
|
|
913
954
|
}
|
|
914
955
|
.e-pivotview .e-grid .e-rowcell {
|
|
956
|
+
/* stylelint-disable */
|
|
915
957
|
font-size: 13px !important;
|
|
916
958
|
padding-left: 8px;
|
|
917
959
|
-webkit-user-select: none;
|
|
@@ -1022,7 +1064,6 @@
|
|
|
1022
1064
|
}
|
|
1023
1065
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1024
1066
|
font-size: 12px !important;
|
|
1025
|
-
padding: 3px 0 4px 0 !important;
|
|
1026
1067
|
}
|
|
1027
1068
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1028
1069
|
margin: -10px 0 !important;
|
|
@@ -1065,11 +1106,6 @@
|
|
|
1065
1106
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1066
1107
|
visibility: hidden !important;
|
|
1067
1108
|
}
|
|
1068
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1069
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1070
|
-
text-overflow: ellipsis;
|
|
1071
|
-
white-space: nowrap;
|
|
1072
|
-
}
|
|
1073
1109
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1074
1110
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1075
1111
|
padding-left: 8px !important;
|
|
@@ -1129,12 +1165,18 @@
|
|
|
1129
1165
|
}
|
|
1130
1166
|
.e-pivotview .e-rowcell {
|
|
1131
1167
|
opacity: 1;
|
|
1168
|
+
/* stylelint-disable */
|
|
1169
|
+
/* stylelint-enable */
|
|
1132
1170
|
}
|
|
1133
1171
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1134
1172
|
-webkit-user-select: none;
|
|
1135
1173
|
-ms-user-select: none;
|
|
1136
1174
|
user-select: none;
|
|
1137
1175
|
}
|
|
1176
|
+
.e-pivotview .e-grouping-bar {
|
|
1177
|
+
/* stylelint-disable */
|
|
1178
|
+
/* stylelint-enable */
|
|
1179
|
+
}
|
|
1138
1180
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1139
1181
|
-ms-flex: auto;
|
|
1140
1182
|
flex: auto;
|
|
@@ -1262,7 +1304,9 @@
|
|
|
1262
1304
|
border: 1px solid #6c757d;
|
|
1263
1305
|
border-radius: 4px;
|
|
1264
1306
|
box-shadow: none;
|
|
1307
|
+
/* stylelint-disable */
|
|
1265
1308
|
color: #fff !important;
|
|
1309
|
+
/* stylelint-enable */
|
|
1266
1310
|
cursor: default;
|
|
1267
1311
|
display: -ms-flexbox;
|
|
1268
1312
|
display: flex;
|
|
@@ -1273,7 +1317,9 @@
|
|
|
1273
1317
|
text-transform: none;
|
|
1274
1318
|
vertical-align: bottom;
|
|
1275
1319
|
z-index: 1;
|
|
1276
|
-
font-weight:
|
|
1320
|
+
font-weight: normal;
|
|
1321
|
+
/* stylelint-disable */
|
|
1322
|
+
/* stylelint-enable */
|
|
1277
1323
|
}
|
|
1278
1324
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1279
1325
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1555,6 +1601,7 @@
|
|
|
1555
1601
|
width: 18px;
|
|
1556
1602
|
}
|
|
1557
1603
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1604
|
+
margin-top: 3px;
|
|
1558
1605
|
transform: rotateX(180deg);
|
|
1559
1606
|
}
|
|
1560
1607
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1629,6 +1676,12 @@
|
|
|
1629
1676
|
.e-pivotview .e-expand::before {
|
|
1630
1677
|
font-size: 10px;
|
|
1631
1678
|
}
|
|
1679
|
+
.e-pivotview.e-rtl {
|
|
1680
|
+
/* stylelint-disable */
|
|
1681
|
+
/* stylelint-enable */
|
|
1682
|
+
/* stylelint-disable */
|
|
1683
|
+
/* stylelint-enable */
|
|
1684
|
+
}
|
|
1632
1685
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1633
1686
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1634
1687
|
margin-left: 0;
|
|
@@ -1700,8 +1753,10 @@
|
|
|
1700
1753
|
padding-right: 8px;
|
|
1701
1754
|
}
|
|
1702
1755
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1756
|
+
/* stylelint-disable */
|
|
1703
1757
|
padding-left: 8px;
|
|
1704
1758
|
padding-right: 0;
|
|
1759
|
+
/* stylelint-enable */
|
|
1705
1760
|
}
|
|
1706
1761
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1707
1762
|
margin-left: 4px;
|
|
@@ -1724,9 +1779,18 @@
|
|
|
1724
1779
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1725
1780
|
float: left;
|
|
1726
1781
|
}
|
|
1782
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1783
|
+
/* stylelint-disable */
|
|
1784
|
+
}
|
|
1727
1785
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1728
1786
|
line-height: 1em !important;
|
|
1729
1787
|
}
|
|
1788
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1789
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1790
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1791
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1792
|
+
margin-top: 2px !important;
|
|
1793
|
+
}
|
|
1730
1794
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1731
1795
|
max-width: 155px;
|
|
1732
1796
|
padding: 3px 10px;
|
|
@@ -1762,6 +1826,9 @@
|
|
|
1762
1826
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1763
1827
|
margin-top: 2px;
|
|
1764
1828
|
}
|
|
1829
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1830
|
+
width: 100% !important;
|
|
1831
|
+
}
|
|
1765
1832
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1766
1833
|
width: 0 !important;
|
|
1767
1834
|
}
|
|
@@ -1826,6 +1893,13 @@
|
|
|
1826
1893
|
margin-right: 5px;
|
|
1827
1894
|
}
|
|
1828
1895
|
|
|
1896
|
+
.e-bigger .e-pivotview,
|
|
1897
|
+
.e-bigger.e-pivotview {
|
|
1898
|
+
/* stylelint-disable */
|
|
1899
|
+
/* stylelint-enable */
|
|
1900
|
+
/* stylelint-disable */
|
|
1901
|
+
/* stylelint-enable */
|
|
1902
|
+
}
|
|
1829
1903
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1830
1904
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1831
1905
|
margin: 6px;
|
|
@@ -1889,6 +1963,10 @@
|
|
|
1889
1963
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1890
1964
|
margin-top: 4px;
|
|
1891
1965
|
}
|
|
1966
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1967
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1968
|
+
/* stylelint-enable */
|
|
1969
|
+
}
|
|
1892
1970
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1893
1971
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1894
1972
|
height: 36px !important;
|
|
@@ -1930,8 +2008,10 @@
|
|
|
1930
2008
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1931
2009
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1932
2010
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2011
|
+
/* stylelint-disable */
|
|
1933
2012
|
font-size: 12px !important;
|
|
1934
2013
|
height: 20px;
|
|
2014
|
+
margin-top: 2px;
|
|
1935
2015
|
width: 20px;
|
|
1936
2016
|
padding-left: 12px;
|
|
1937
2017
|
}
|
|
@@ -2043,7 +2123,7 @@
|
|
|
2043
2123
|
}
|
|
2044
2124
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2045
2125
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2046
|
-
margin: -
|
|
2126
|
+
margin: -14px -8px !important;
|
|
2047
2127
|
font-size: 12px !important;
|
|
2048
2128
|
}
|
|
2049
2129
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -2074,8 +2154,15 @@
|
|
|
2074
2154
|
}
|
|
2075
2155
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2076
2156
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2157
|
+
/* stylelint-disable */
|
|
2077
2158
|
font-size: 13px !important;
|
|
2078
2159
|
}
|
|
2160
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2161
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2162
|
+
/* stylelint-enable */
|
|
2163
|
+
/* stylelint-disable */
|
|
2164
|
+
/* stylelint-enable */
|
|
2165
|
+
}
|
|
2079
2166
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2080
2167
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2081
2168
|
padding-right: 10px !important;
|
|
@@ -2146,6 +2233,10 @@
|
|
|
2146
2233
|
content: "\e718";
|
|
2147
2234
|
}
|
|
2148
2235
|
|
|
2236
|
+
.e-pivot-calc-dialog-div {
|
|
2237
|
+
/* stylelint-disable */
|
|
2238
|
+
/* stylelint-enable */
|
|
2239
|
+
}
|
|
2149
2240
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2150
2241
|
content: "\e7d6";
|
|
2151
2242
|
}
|
|
@@ -2244,6 +2335,11 @@
|
|
|
2244
2335
|
content: "\e665" !important;
|
|
2245
2336
|
}
|
|
2246
2337
|
|
|
2338
|
+
.e-pivotfieldlist-wrapper,
|
|
2339
|
+
.e-pivotfieldlist-container {
|
|
2340
|
+
/* stylelint-disable */
|
|
2341
|
+
/* stylelint-enable */
|
|
2342
|
+
}
|
|
2247
2343
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2248
2344
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2249
2345
|
content: "\e7c1";
|
|
@@ -2439,16 +2535,19 @@
|
|
|
2439
2535
|
}
|
|
2440
2536
|
|
|
2441
2537
|
.e-pivot-formatting-dialog {
|
|
2538
|
+
/* stylelint-disable */
|
|
2442
2539
|
max-height: 480px !important;
|
|
2443
|
-
min-width: 625px !important;
|
|
2444
2540
|
width: 625px !important;
|
|
2541
|
+
/* stylelint-enable */
|
|
2445
2542
|
}
|
|
2446
2543
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2447
2544
|
padding-bottom: 4px;
|
|
2448
2545
|
}
|
|
2449
2546
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
2450
2547
|
font-weight: normal;
|
|
2548
|
+
/* stylelint-disable */
|
|
2451
2549
|
color: #000;
|
|
2550
|
+
/* stylelint-enable */
|
|
2452
2551
|
opacity: 0.5;
|
|
2453
2552
|
}
|
|
2454
2553
|
.e-pivot-formatting-dialog .e-format-delete-icon:hover {
|
|
@@ -2458,6 +2557,7 @@
|
|
|
2458
2557
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2459
2558
|
padding-bottom: 14px;
|
|
2460
2559
|
padding-right: 18px;
|
|
2560
|
+
white-space: nowrap;
|
|
2461
2561
|
}
|
|
2462
2562
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2463
2563
|
vertical-align: bottom;
|
|
@@ -2486,8 +2586,10 @@
|
|
|
2486
2586
|
float: left;
|
|
2487
2587
|
}
|
|
2488
2588
|
.e-pivot-formatting-dialog .e-split-colorpicker {
|
|
2589
|
+
/* stylelint-disable */
|
|
2489
2590
|
background-color: #6c757d !important;
|
|
2490
2591
|
color: #fff !important;
|
|
2592
|
+
/* stylelint-enable */
|
|
2491
2593
|
}
|
|
2492
2594
|
.e-pivot-formatting-dialog .e-format-delete-button {
|
|
2493
2595
|
background-color: transparent;
|
|
@@ -2523,7 +2625,9 @@
|
|
|
2523
2625
|
border: 1px solid #dee2e6;
|
|
2524
2626
|
border-radius: 4px;
|
|
2525
2627
|
height: 28px;
|
|
2628
|
+
/* stylelint-disable */
|
|
2526
2629
|
margin: 0 !important;
|
|
2630
|
+
/* stylelint-enable */
|
|
2527
2631
|
padding-left: 6px;
|
|
2528
2632
|
padding-top: 6px;
|
|
2529
2633
|
width: 80px;
|
|
@@ -2547,7 +2651,9 @@
|
|
|
2547
2651
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2548
2652
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2549
2653
|
border: 1px solid #dee2e6;
|
|
2654
|
+
/* stylelint-disable */
|
|
2550
2655
|
border-radius: 0 !important;
|
|
2656
|
+
/* stylelint-enable */
|
|
2551
2657
|
height: 40%;
|
|
2552
2658
|
left: -3px;
|
|
2553
2659
|
position: absolute;
|
|
@@ -2555,8 +2661,13 @@
|
|
|
2555
2661
|
width: 150%;
|
|
2556
2662
|
}
|
|
2557
2663
|
.e-pivot-formatting-dialog.e-device {
|
|
2664
|
+
/* stylelint-disable */
|
|
2558
2665
|
min-width: 320px !important;
|
|
2559
2666
|
width: 100% !important;
|
|
2667
|
+
/* stylelint-enable */
|
|
2668
|
+
}
|
|
2669
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2670
|
+
width: 100% !important;
|
|
2560
2671
|
}
|
|
2561
2672
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2562
2673
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2602,8 +2713,11 @@
|
|
|
2602
2713
|
|
|
2603
2714
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2604
2715
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2605
|
-
|
|
2716
|
+
/* stylelint-disable */
|
|
2606
2717
|
width: 670px !important;
|
|
2718
|
+
/* stylelint-enable */
|
|
2719
|
+
/* stylelint-disable */
|
|
2720
|
+
/* stylelint-enable */
|
|
2607
2721
|
}
|
|
2608
2722
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2609
2723
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2646,8 +2760,10 @@
|
|
|
2646
2760
|
}
|
|
2647
2761
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2648
2762
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2763
|
+
/* stylelint-disable */
|
|
2649
2764
|
min-width: 320px !important;
|
|
2650
2765
|
width: 100% !important;
|
|
2766
|
+
/* stylelint-enable */
|
|
2651
2767
|
}
|
|
2652
2768
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2653
2769
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2666,8 +2782,14 @@
|
|
|
2666
2782
|
}
|
|
2667
2783
|
|
|
2668
2784
|
.e-pivot-calc-dialog-div {
|
|
2785
|
+
/* stylelint-disable */
|
|
2669
2786
|
max-height: 550px !important;
|
|
2787
|
+
/* stylelint-enable */
|
|
2670
2788
|
min-width: 290px;
|
|
2789
|
+
/* stylelint-disable */
|
|
2790
|
+
/* stylelint-enable */
|
|
2791
|
+
/* stylelint-disable */
|
|
2792
|
+
/* stylelint-enable */
|
|
2671
2793
|
}
|
|
2672
2794
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2673
2795
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2712,9 +2834,11 @@
|
|
|
2712
2834
|
}
|
|
2713
2835
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2714
2836
|
color: #495057;
|
|
2837
|
+
/* stylelint-disable */
|
|
2715
2838
|
float: right !important;
|
|
2716
2839
|
margin: 0;
|
|
2717
2840
|
margin-right: 12px !important;
|
|
2841
|
+
/* stylelint-enable */
|
|
2718
2842
|
}
|
|
2719
2843
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2720
2844
|
cursor: default;
|
|
@@ -2998,8 +3122,11 @@
|
|
|
2998
3122
|
|
|
2999
3123
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3000
3124
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3001
|
-
|
|
3125
|
+
/* stylelint-disable */
|
|
3126
|
+
max-height: 600px !important;
|
|
3002
3127
|
min-width: 401px !important;
|
|
3128
|
+
/* stylelint-enable */
|
|
3129
|
+
/* stylelint-disable */
|
|
3003
3130
|
}
|
|
3004
3131
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3005
3132
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3041,7 +3168,7 @@
|
|
|
3041
3168
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
3042
3169
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
3043
3170
|
max-height: 750px !important;
|
|
3044
|
-
min-width: 580px;
|
|
3171
|
+
min-width: 580px !important;
|
|
3045
3172
|
}
|
|
3046
3173
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3047
3174
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -3079,6 +3206,9 @@
|
|
|
3079
3206
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3080
3207
|
max-width: 400px !important;
|
|
3081
3208
|
min-width: 320px !important;
|
|
3209
|
+
/* stylelint-enable */
|
|
3210
|
+
/* stylelint-disable */
|
|
3211
|
+
/* stylelint-enable */
|
|
3082
3212
|
}
|
|
3083
3213
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3084
3214
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3120,8 +3250,10 @@
|
|
|
3120
3250
|
}
|
|
3121
3251
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3122
3252
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3253
|
+
/* stylelint-disable */
|
|
3123
3254
|
margin-left: -25px;
|
|
3124
3255
|
overflow: auto !important;
|
|
3256
|
+
/* stylelint-enable */
|
|
3125
3257
|
}
|
|
3126
3258
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3127
3259
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3140,6 +3272,10 @@
|
|
|
3140
3272
|
margin-left: 0;
|
|
3141
3273
|
margin-right: -25px;
|
|
3142
3274
|
}
|
|
3275
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3276
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3277
|
+
/* stylelint-disable */
|
|
3278
|
+
}
|
|
3143
3279
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3144
3280
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3145
3281
|
margin-left: 0;
|
|
@@ -3228,6 +3364,7 @@
|
|
|
3228
3364
|
}
|
|
3229
3365
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3230
3366
|
border: 0;
|
|
3367
|
+
/* stylelint-enable */
|
|
3231
3368
|
}
|
|
3232
3369
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3233
3370
|
margin: 0 0 0 6px;
|
|
@@ -3256,6 +3393,8 @@
|
|
|
3256
3393
|
overflow: auto;
|
|
3257
3394
|
padding: 20px;
|
|
3258
3395
|
padding-bottom: 0;
|
|
3396
|
+
/* stylelint-disable */
|
|
3397
|
+
/* stylelint-enable */
|
|
3259
3398
|
}
|
|
3260
3399
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3261
3400
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3294,6 +3433,9 @@
|
|
|
3294
3433
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3295
3434
|
float: right;
|
|
3296
3435
|
}
|
|
3436
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3437
|
+
/* stylelint-disable */
|
|
3438
|
+
}
|
|
3297
3439
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3298
3440
|
margin-left: 0;
|
|
3299
3441
|
}
|
|
@@ -3431,6 +3573,7 @@
|
|
|
3431
3573
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3432
3574
|
overflow: hidden;
|
|
3433
3575
|
padding: 0 !important;
|
|
3576
|
+
/* stylelint-enable */
|
|
3434
3577
|
}
|
|
3435
3578
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3436
3579
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3500,6 +3643,11 @@
|
|
|
3500
3643
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3501
3644
|
padding-right: 0;
|
|
3502
3645
|
}
|
|
3646
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3647
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3648
|
+
/* stylelint-disable */
|
|
3649
|
+
/* stylelint-enable */
|
|
3650
|
+
}
|
|
3503
3651
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3504
3652
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3505
3653
|
padding-left: 24px;
|
|
@@ -3552,6 +3700,7 @@
|
|
|
3552
3700
|
padding: 4px;
|
|
3553
3701
|
}
|
|
3554
3702
|
|
|
3703
|
+
/* stylelint-disable */
|
|
3555
3704
|
.e-button-drag-clone {
|
|
3556
3705
|
background-color: rgba(0, 0, 0, 0.7) !important;
|
|
3557
3706
|
border: 1px solid #dee2e6;
|
|
@@ -3589,6 +3738,12 @@
|
|
|
3589
3738
|
width: auto !important;
|
|
3590
3739
|
}
|
|
3591
3740
|
|
|
3741
|
+
/* stylelint-enable */
|
|
3742
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3743
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3744
|
+
/* stylelint-disable */
|
|
3745
|
+
/* stylelint-enable */
|
|
3746
|
+
}
|
|
3592
3747
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3593
3748
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3594
3749
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3661,6 +3816,10 @@
|
|
|
3661
3816
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3662
3817
|
margin-left: 10px;
|
|
3663
3818
|
}
|
|
3819
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3820
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3821
|
+
/* stylelint-disable */
|
|
3822
|
+
}
|
|
3664
3823
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3665
3824
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3666
3825
|
margin: 0 0 0 6px;
|
|
@@ -3809,6 +3968,7 @@
|
|
|
3809
3968
|
background-color: #999;
|
|
3810
3969
|
}
|
|
3811
3970
|
|
|
3971
|
+
/* stylelint-disable */
|
|
3812
3972
|
*.e-rtl .e-select-table {
|
|
3813
3973
|
padding: 8px 5px;
|
|
3814
3974
|
}
|
|
@@ -3847,6 +4007,8 @@
|
|
|
3847
4007
|
font-size: 14px;
|
|
3848
4008
|
max-width: 700px;
|
|
3849
4009
|
min-width: 300px;
|
|
4010
|
+
/* stylelint-enable */
|
|
4011
|
+
/* stylelint-enable */
|
|
3850
4012
|
}
|
|
3851
4013
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3852
4014
|
display: -ms-flexbox;
|
|
@@ -3967,6 +4129,8 @@
|
|
|
3967
4129
|
display: -ms-flexbox;
|
|
3968
4130
|
display: flex;
|
|
3969
4131
|
padding-right: 8px;
|
|
4132
|
+
/* stylelint-disable */
|
|
4133
|
+
/* stylelint-enable */
|
|
3970
4134
|
}
|
|
3971
4135
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3972
4136
|
-ms-flex: auto;
|
|
@@ -3978,7 +4142,9 @@
|
|
|
3978
4142
|
color: #555;
|
|
3979
4143
|
cursor: pointer;
|
|
3980
4144
|
font-size: 14px;
|
|
4145
|
+
/* stylelint-disable */
|
|
3981
4146
|
height: 20px !important;
|
|
4147
|
+
/* stylelint-enable */
|
|
3982
4148
|
padding: 7px 0 0 8px;
|
|
3983
4149
|
width: 20px;
|
|
3984
4150
|
}
|
|
@@ -4011,9 +4177,13 @@
|
|
|
4011
4177
|
}
|
|
4012
4178
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4013
4179
|
overflow: hidden;
|
|
4180
|
+
/* stylelint-disable */
|
|
4181
|
+
/* stylelint-enable */
|
|
4014
4182
|
}
|
|
4015
4183
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4016
4184
|
margin-left: -40px;
|
|
4185
|
+
/* stylelint-disable */
|
|
4186
|
+
/* stylelint-enable */
|
|
4017
4187
|
}
|
|
4018
4188
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4019
4189
|
cursor: default;
|
|
@@ -4519,10 +4689,12 @@
|
|
|
4519
4689
|
height: 261px;
|
|
4520
4690
|
}
|
|
4521
4691
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4522
|
-
height: 540px;
|
|
4692
|
+
min-height: 540px;
|
|
4523
4693
|
}
|
|
4524
4694
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4525
4695
|
height: 369px;
|
|
4696
|
+
/* stylelint-disable */
|
|
4697
|
+
/* stylelint-enable */
|
|
4526
4698
|
}
|
|
4527
4699
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4528
4700
|
height: 394px !important;
|
|
@@ -4546,6 +4718,7 @@
|
|
|
4546
4718
|
display: -ms-flexbox;
|
|
4547
4719
|
display: flex;
|
|
4548
4720
|
padding: 10px 20px;
|
|
4721
|
+
/* stylelint-disable */
|
|
4549
4722
|
}
|
|
4550
4723
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4551
4724
|
float: right;
|
|
@@ -4582,6 +4755,8 @@
|
|
|
4582
4755
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4583
4756
|
margin-left: 0;
|
|
4584
4757
|
margin-right: -40px;
|
|
4758
|
+
/* stylelint-disable */
|
|
4759
|
+
/* stylelint-enable */
|
|
4585
4760
|
}
|
|
4586
4761
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4587
4762
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4613,6 +4788,8 @@
|
|
|
4613
4788
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4614
4789
|
padding-left: 8px;
|
|
4615
4790
|
padding-right: 0;
|
|
4791
|
+
/* stylelint-disable */
|
|
4792
|
+
/* stylelint-enable */
|
|
4616
4793
|
}
|
|
4617
4794
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4618
4795
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4694,8 +4871,10 @@
|
|
|
4694
4871
|
}
|
|
4695
4872
|
.e-pivotfieldlist-container.e-device {
|
|
4696
4873
|
height: 100%;
|
|
4874
|
+
/* stylelint-disable */
|
|
4697
4875
|
max-height: 100% !important;
|
|
4698
4876
|
max-width: 100% !important;
|
|
4877
|
+
/* stylelint-enable */
|
|
4699
4878
|
min-height: 500px;
|
|
4700
4879
|
width: 100%;
|
|
4701
4880
|
}
|
|
@@ -4712,6 +4891,11 @@
|
|
|
4712
4891
|
background-color: transparent;
|
|
4713
4892
|
color: #333;
|
|
4714
4893
|
}
|
|
4894
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4895
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4896
|
+
height: 210px;
|
|
4897
|
+
overflow: auto;
|
|
4898
|
+
}
|
|
4715
4899
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4716
4900
|
display: -ms-flexbox;
|
|
4717
4901
|
display: flex;
|
|
@@ -4795,6 +4979,8 @@
|
|
|
4795
4979
|
padding: 9px 16px;
|
|
4796
4980
|
text-transform: none;
|
|
4797
4981
|
width: 100%;
|
|
4982
|
+
/* stylelint-disable */
|
|
4983
|
+
/* stylelint-enable */
|
|
4798
4984
|
}
|
|
4799
4985
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4800
4986
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4985,6 +5171,10 @@
|
|
|
4985
5171
|
vertical-align: middle;
|
|
4986
5172
|
width: 70%;
|
|
4987
5173
|
}
|
|
5174
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5175
|
+
/* stylelint-disable */
|
|
5176
|
+
/* stylelint-enable */
|
|
5177
|
+
}
|
|
4988
5178
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4989
5179
|
background-color: #fff;
|
|
4990
5180
|
border: 1px solid #ced4da;
|
|
@@ -5032,6 +5222,10 @@
|
|
|
5032
5222
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5033
5223
|
margin-right: 12px;
|
|
5034
5224
|
}
|
|
5225
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5226
|
+
/* stylelint-disable */
|
|
5227
|
+
/* stylelint-enable */
|
|
5228
|
+
}
|
|
5035
5229
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5036
5230
|
left: 16px;
|
|
5037
5231
|
right: auto;
|
|
@@ -5181,6 +5375,10 @@
|
|
|
5181
5375
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5182
5376
|
max-height: 600px;
|
|
5183
5377
|
}
|
|
5378
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5379
|
+
/* stylelint-disable */
|
|
5380
|
+
/* stylelint-enable */
|
|
5381
|
+
}
|
|
5184
5382
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5185
5383
|
margin-left: 12px;
|
|
5186
5384
|
margin-right: 0;
|
|
@@ -5201,6 +5399,11 @@
|
|
|
5201
5399
|
margin-left: 20px;
|
|
5202
5400
|
}
|
|
5203
5401
|
|
|
5402
|
+
/* stylelint-disable */
|
|
5403
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5404
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5405
|
+
/* stylelint-enable */
|
|
5406
|
+
}
|
|
5204
5407
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5205
5408
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5206
5409
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5365,6 +5568,7 @@
|
|
|
5365
5568
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5366
5569
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5367
5570
|
height: 126px;
|
|
5571
|
+
/* stylelint-disable */
|
|
5368
5572
|
}
|
|
5369
5573
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
5370
5574
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
@@ -5377,6 +5581,7 @@
|
|
|
5377
5581
|
font-size: 16px;
|
|
5378
5582
|
height: 36px !important;
|
|
5379
5583
|
padding: 9px 12px !important;
|
|
5584
|
+
/* stylelint-enable */
|
|
5380
5585
|
}
|
|
5381
5586
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5382
5587
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -5511,6 +5716,10 @@
|
|
|
5511
5716
|
.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 {
|
|
5512
5717
|
padding-top: 9px;
|
|
5513
5718
|
}
|
|
5719
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5720
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5721
|
+
/* stylelint-disable */
|
|
5722
|
+
}
|
|
5514
5723
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5515
5724
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5516
5725
|
padding-left: 16px;
|
|
@@ -5523,6 +5732,7 @@
|
|
|
5523
5732
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5524
5733
|
padding-left: 0;
|
|
5525
5734
|
padding-right: 5px;
|
|
5735
|
+
/* stylelint-enable */
|
|
5526
5736
|
}
|
|
5527
5737
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5528
5738
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5561,6 +5771,8 @@
|
|
|
5561
5771
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5562
5772
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5563
5773
|
padding-left: 12px;
|
|
5774
|
+
/* stylelint-disable */
|
|
5775
|
+
/* stylelint-enable */
|
|
5564
5776
|
}
|
|
5565
5777
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5566
5778
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5628,6 +5840,10 @@
|
|
|
5628
5840
|
padding-left: 0;
|
|
5629
5841
|
padding-right: 8px;
|
|
5630
5842
|
}
|
|
5843
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5844
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5845
|
+
/* stylelint-disable */
|
|
5846
|
+
}
|
|
5631
5847
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5632
5848
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5633
5849
|
max-height: 750px;
|
|
@@ -5642,8 +5858,8 @@
|
|
|
5642
5858
|
}
|
|
5643
5859
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5644
5860
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5645
|
-
height: 566px !important;
|
|
5646
5861
|
max-height: 600px !important;
|
|
5862
|
+
min-height: 578px !important;
|
|
5647
5863
|
}
|
|
5648
5864
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5649
5865
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5660,4 +5876,10 @@
|
|
|
5660
5876
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5661
5877
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5662
5878
|
height: 161px !important;
|
|
5663
|
-
}
|
|
5879
|
+
}
|
|
5880
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5881
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5882
|
+
max-height: 177px;
|
|
5883
|
+
}
|
|
5884
|
+
|
|
5885
|
+
/* stylelint-enable */
|