@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/highcontrast.css
CHANGED
|
@@ -155,6 +155,12 @@
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/*! PivotView layout */
|
|
158
|
+
.e-pivotview {
|
|
159
|
+
/* stylelint-disable */
|
|
160
|
+
/* stylelint-enable */
|
|
161
|
+
/* stylelint-enable */
|
|
162
|
+
/* stylelint-disable */
|
|
163
|
+
}
|
|
158
164
|
.e-pivotview .e-value-field-settings,
|
|
159
165
|
.e-pivotview .e-member-editor-dialog,
|
|
160
166
|
.e-pivotview .e-group-field-settings {
|
|
@@ -228,6 +234,7 @@
|
|
|
228
234
|
}
|
|
229
235
|
.e-pivotview .e-member-editor-dialog {
|
|
230
236
|
min-width: 320px;
|
|
237
|
+
/* stylelint-disable */
|
|
231
238
|
}
|
|
232
239
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
233
240
|
display: -ms-flexbox;
|
|
@@ -241,6 +248,7 @@
|
|
|
241
248
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
242
249
|
box-shadow: none;
|
|
243
250
|
margin-left: 10px;
|
|
251
|
+
/* stylelint-disable */
|
|
244
252
|
}
|
|
245
253
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
246
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -332,6 +340,7 @@
|
|
|
332
340
|
}
|
|
333
341
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
334
342
|
border: none;
|
|
343
|
+
/* stylelint-enable */
|
|
335
344
|
}
|
|
336
345
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
337
346
|
margin: 0 0 0 6px;
|
|
@@ -567,13 +576,16 @@
|
|
|
567
576
|
}
|
|
568
577
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
569
578
|
margin-left: 18px !important;
|
|
579
|
+
/* stylelint-enable */
|
|
570
580
|
}
|
|
571
581
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
582
|
+
/* stylelint-disable */
|
|
572
583
|
padding: 0 !important;
|
|
573
584
|
}
|
|
574
585
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
575
586
|
float: left;
|
|
576
587
|
font-weight: 500;
|
|
588
|
+
/* stylelint-enable */
|
|
577
589
|
}
|
|
578
590
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
579
591
|
float: right;
|
|
@@ -602,6 +614,7 @@
|
|
|
602
614
|
}
|
|
603
615
|
|
|
604
616
|
.e-pivotview-report-dialog {
|
|
617
|
+
/* stylelint-disable */
|
|
605
618
|
max-width: 350px !important;
|
|
606
619
|
}
|
|
607
620
|
|
|
@@ -621,6 +634,7 @@
|
|
|
621
634
|
max-width: 500px !important;
|
|
622
635
|
}
|
|
623
636
|
|
|
637
|
+
/* stylelint-enable */
|
|
624
638
|
.e-report-outer {
|
|
625
639
|
display: inline-block;
|
|
626
640
|
width: 100%;
|
|
@@ -632,6 +646,7 @@
|
|
|
632
646
|
width: 40%;
|
|
633
647
|
}
|
|
634
648
|
|
|
649
|
+
/* stylelint-disable */
|
|
635
650
|
.e-pivotview-report-input {
|
|
636
651
|
float: right;
|
|
637
652
|
width: 60% !important;
|
|
@@ -653,11 +668,16 @@
|
|
|
653
668
|
font-size: 18px !important;
|
|
654
669
|
}
|
|
655
670
|
|
|
671
|
+
/* stylelint-enable */
|
|
656
672
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
657
673
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
658
674
|
white-space: nowrap;
|
|
659
675
|
}
|
|
660
676
|
|
|
677
|
+
.e-drillthrough-dialog {
|
|
678
|
+
/* stylelint-disable */
|
|
679
|
+
/* stylelint-enable */
|
|
680
|
+
}
|
|
661
681
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
662
682
|
margin-bottom: 20px;
|
|
663
683
|
}
|
|
@@ -678,9 +698,18 @@
|
|
|
678
698
|
flex-wrap: wrap;
|
|
679
699
|
}
|
|
680
700
|
|
|
701
|
+
.e-bigger .e-pivotview,
|
|
702
|
+
.e-bigger.e-pivotview {
|
|
703
|
+
/* stylelint-disable */
|
|
704
|
+
/* stylelint-enable */
|
|
705
|
+
/* stylelint-disable */
|
|
706
|
+
/* stylelint-enable */
|
|
707
|
+
}
|
|
681
708
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
682
709
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
710
|
+
/* stylelint-disable */
|
|
683
711
|
height: 46px !important;
|
|
712
|
+
/* stylelint-enable */
|
|
684
713
|
}
|
|
685
714
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
686
715
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -836,6 +865,18 @@
|
|
|
836
865
|
}
|
|
837
866
|
|
|
838
867
|
/*! PivotView theme */
|
|
868
|
+
.e-pivotview {
|
|
869
|
+
/* stylelint-enable */
|
|
870
|
+
/* stylelint-disable */
|
|
871
|
+
/* stylelint-enable */
|
|
872
|
+
/* stylelint-disable */
|
|
873
|
+
/* stylelint-enable */
|
|
874
|
+
/* stylelint-disable */
|
|
875
|
+
/* stylelint-enable */
|
|
876
|
+
/* stylelint-disable */
|
|
877
|
+
/* stylelint-enable */
|
|
878
|
+
/* stylelint-enable */
|
|
879
|
+
}
|
|
839
880
|
.e-pivotview .e-nextspan {
|
|
840
881
|
display: inline-block;
|
|
841
882
|
width: 18px;
|
|
@@ -856,6 +897,7 @@
|
|
|
856
897
|
text-align: right;
|
|
857
898
|
}
|
|
858
899
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
|
+
/* stylelint-disable */
|
|
859
901
|
font-size: 13px !important;
|
|
860
902
|
padding-left: 8px;
|
|
861
903
|
-webkit-user-select: none;
|
|
@@ -966,7 +1008,6 @@
|
|
|
966
1008
|
}
|
|
967
1009
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
968
1010
|
font-size: 12px !important;
|
|
969
|
-
padding: 3px 4px 4px 4px !important;
|
|
970
1011
|
}
|
|
971
1012
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
972
1013
|
margin: -10px 0 !important;
|
|
@@ -1006,11 +1047,6 @@
|
|
|
1006
1047
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1007
1048
|
visibility: hidden !important;
|
|
1008
1049
|
}
|
|
1009
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1010
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1011
|
-
text-overflow: ellipsis;
|
|
1012
|
-
white-space: nowrap;
|
|
1013
|
-
}
|
|
1014
1050
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1015
1051
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1016
1052
|
padding-left: 8px !important;
|
|
@@ -1068,12 +1104,18 @@
|
|
|
1068
1104
|
}
|
|
1069
1105
|
.e-pivotview .e-rowcell {
|
|
1070
1106
|
opacity: 1;
|
|
1107
|
+
/* stylelint-disable */
|
|
1108
|
+
/* stylelint-enable */
|
|
1071
1109
|
}
|
|
1072
1110
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1073
1111
|
-webkit-user-select: none;
|
|
1074
1112
|
-ms-user-select: none;
|
|
1075
1113
|
user-select: none;
|
|
1076
1114
|
}
|
|
1115
|
+
.e-pivotview .e-grouping-bar {
|
|
1116
|
+
/* stylelint-disable */
|
|
1117
|
+
/* stylelint-enable */
|
|
1118
|
+
}
|
|
1077
1119
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1078
1120
|
-ms-flex: auto;
|
|
1079
1121
|
flex: auto;
|
|
@@ -1199,7 +1241,9 @@
|
|
|
1199
1241
|
border: 1px solid #fff;
|
|
1200
1242
|
border-radius: 0;
|
|
1201
1243
|
box-shadow: none;
|
|
1244
|
+
/* stylelint-disable */
|
|
1202
1245
|
color: #fff !important;
|
|
1246
|
+
/* stylelint-enable */
|
|
1203
1247
|
cursor: default;
|
|
1204
1248
|
display: -ms-flexbox;
|
|
1205
1249
|
display: flex;
|
|
@@ -1210,6 +1254,8 @@
|
|
|
1210
1254
|
text-transform: none;
|
|
1211
1255
|
vertical-align: bottom;
|
|
1212
1256
|
z-index: 1;
|
|
1257
|
+
/* stylelint-disable */
|
|
1258
|
+
/* stylelint-enable */
|
|
1213
1259
|
}
|
|
1214
1260
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1215
1261
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1471,6 +1517,7 @@
|
|
|
1471
1517
|
width: 18px;
|
|
1472
1518
|
}
|
|
1473
1519
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1520
|
+
margin-top: 3px;
|
|
1474
1521
|
transform: rotateX(180deg);
|
|
1475
1522
|
}
|
|
1476
1523
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1546,6 +1593,12 @@
|
|
|
1546
1593
|
.e-pivotview .e-expand::before {
|
|
1547
1594
|
font-size: 10px;
|
|
1548
1595
|
}
|
|
1596
|
+
.e-pivotview.e-rtl {
|
|
1597
|
+
/* stylelint-disable */
|
|
1598
|
+
/* stylelint-enable */
|
|
1599
|
+
/* stylelint-disable */
|
|
1600
|
+
/* stylelint-enable */
|
|
1601
|
+
}
|
|
1549
1602
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1550
1603
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1551
1604
|
margin-left: 0;
|
|
@@ -1617,8 +1670,10 @@
|
|
|
1617
1670
|
padding-right: 8px;
|
|
1618
1671
|
}
|
|
1619
1672
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1673
|
+
/* stylelint-disable */
|
|
1620
1674
|
padding-left: 8px;
|
|
1621
1675
|
padding-right: 0;
|
|
1676
|
+
/* stylelint-enable */
|
|
1622
1677
|
}
|
|
1623
1678
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1624
1679
|
margin-left: 4px;
|
|
@@ -1641,9 +1696,18 @@
|
|
|
1641
1696
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1642
1697
|
float: left;
|
|
1643
1698
|
}
|
|
1699
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1700
|
+
/* stylelint-disable */
|
|
1701
|
+
}
|
|
1644
1702
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1645
1703
|
line-height: 1em !important;
|
|
1646
1704
|
}
|
|
1705
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1706
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1707
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1708
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1709
|
+
margin-top: 2px !important;
|
|
1710
|
+
}
|
|
1647
1711
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1648
1712
|
max-width: 155px;
|
|
1649
1713
|
}
|
|
@@ -1654,6 +1718,9 @@
|
|
|
1654
1718
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1655
1719
|
max-width: 200px;
|
|
1656
1720
|
}
|
|
1721
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1722
|
+
width: 100% !important;
|
|
1723
|
+
}
|
|
1657
1724
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1658
1725
|
width: 0 !important;
|
|
1659
1726
|
}
|
|
@@ -1709,6 +1776,13 @@
|
|
|
1709
1776
|
margin-right: 5px;
|
|
1710
1777
|
}
|
|
1711
1778
|
|
|
1779
|
+
.e-bigger .e-pivotview,
|
|
1780
|
+
.e-bigger.e-pivotview {
|
|
1781
|
+
/* stylelint-disable */
|
|
1782
|
+
/* stylelint-enable */
|
|
1783
|
+
/* stylelint-disable */
|
|
1784
|
+
/* stylelint-enable */
|
|
1785
|
+
}
|
|
1712
1786
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1713
1787
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1714
1788
|
margin: 5px;
|
|
@@ -1771,6 +1845,10 @@
|
|
|
1771
1845
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1772
1846
|
margin-top: 2px;
|
|
1773
1847
|
}
|
|
1848
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1849
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1850
|
+
/* stylelint-enable */
|
|
1851
|
+
}
|
|
1774
1852
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1775
1853
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1776
1854
|
height: 36px !important;
|
|
@@ -1811,8 +1889,10 @@
|
|
|
1811
1889
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1812
1890
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1813
1891
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1892
|
+
/* stylelint-disable */
|
|
1814
1893
|
font-size: 14px !important;
|
|
1815
1894
|
height: 20px;
|
|
1895
|
+
margin-top: 0;
|
|
1816
1896
|
width: 20px;
|
|
1817
1897
|
}
|
|
1818
1898
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1896,7 +1976,7 @@
|
|
|
1896
1976
|
}
|
|
1897
1977
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1898
1978
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1899
|
-
margin: -
|
|
1979
|
+
margin: -18px -6px !important;
|
|
1900
1980
|
}
|
|
1901
1981
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1902
1982
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1926,8 +2006,15 @@
|
|
|
1926
2006
|
}
|
|
1927
2007
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1928
2008
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2009
|
+
/* stylelint-disable */
|
|
1929
2010
|
font-size: 13px !important;
|
|
1930
2011
|
}
|
|
2012
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2013
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2014
|
+
/* stylelint-enable */
|
|
2015
|
+
/* stylelint-disable */
|
|
2016
|
+
/* stylelint-enable */
|
|
2017
|
+
}
|
|
1931
2018
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1932
2019
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1933
2020
|
padding-right: 10px !important;
|
|
@@ -1998,6 +2085,10 @@
|
|
|
1998
2085
|
content: "\e614";
|
|
1999
2086
|
}
|
|
2000
2087
|
|
|
2088
|
+
.e-pivot-calc-dialog-div {
|
|
2089
|
+
/* stylelint-disable */
|
|
2090
|
+
/* stylelint-enable */
|
|
2091
|
+
}
|
|
2001
2092
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2002
2093
|
content: "\e330";
|
|
2003
2094
|
}
|
|
@@ -2096,6 +2187,11 @@
|
|
|
2096
2187
|
content: "\e665" !important;
|
|
2097
2188
|
}
|
|
2098
2189
|
|
|
2190
|
+
.e-pivotfieldlist-wrapper,
|
|
2191
|
+
.e-pivotfieldlist-container {
|
|
2192
|
+
/* stylelint-disable */
|
|
2193
|
+
/* stylelint-enable */
|
|
2194
|
+
}
|
|
2099
2195
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2100
2196
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2101
2197
|
content: "\e962";
|
|
@@ -2290,9 +2386,10 @@
|
|
|
2290
2386
|
}
|
|
2291
2387
|
|
|
2292
2388
|
.e-pivot-formatting-dialog {
|
|
2389
|
+
/* stylelint-disable */
|
|
2293
2390
|
max-height: 480px !important;
|
|
2294
|
-
min-width: 640px !important;
|
|
2295
2391
|
width: 640px !important;
|
|
2392
|
+
/* stylelint-enable */
|
|
2296
2393
|
}
|
|
2297
2394
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2298
2395
|
padding-bottom: 4px;
|
|
@@ -2306,6 +2403,7 @@
|
|
|
2306
2403
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2307
2404
|
padding-bottom: 14px;
|
|
2308
2405
|
padding-right: 18px;
|
|
2406
|
+
white-space: nowrap;
|
|
2309
2407
|
}
|
|
2310
2408
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2311
2409
|
vertical-align: bottom;
|
|
@@ -2366,7 +2464,9 @@
|
|
|
2366
2464
|
border: 1px solid #fff;
|
|
2367
2465
|
border-radius: 0;
|
|
2368
2466
|
height: 28px;
|
|
2467
|
+
/* stylelint-disable */
|
|
2369
2468
|
margin: 0 !important;
|
|
2469
|
+
/* stylelint-enable */
|
|
2370
2470
|
padding-left: 6px;
|
|
2371
2471
|
padding-top: 6px;
|
|
2372
2472
|
width: 80px;
|
|
@@ -2387,7 +2487,9 @@
|
|
|
2387
2487
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2388
2488
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2389
2489
|
border: 1px solid #fff;
|
|
2490
|
+
/* stylelint-disable */
|
|
2390
2491
|
border-radius: 0 !important;
|
|
2492
|
+
/* stylelint-enable */
|
|
2391
2493
|
height: 40%;
|
|
2392
2494
|
left: -3px;
|
|
2393
2495
|
position: absolute;
|
|
@@ -2395,8 +2497,13 @@
|
|
|
2395
2497
|
width: 150%;
|
|
2396
2498
|
}
|
|
2397
2499
|
.e-pivot-formatting-dialog.e-device {
|
|
2500
|
+
/* stylelint-disable */
|
|
2398
2501
|
min-width: 320px !important;
|
|
2399
2502
|
width: 100% !important;
|
|
2503
|
+
/* stylelint-enable */
|
|
2504
|
+
}
|
|
2505
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2506
|
+
width: 100% !important;
|
|
2400
2507
|
}
|
|
2401
2508
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2402
2509
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2442,8 +2549,11 @@
|
|
|
2442
2549
|
|
|
2443
2550
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2444
2551
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2445
|
-
|
|
2552
|
+
/* stylelint-disable */
|
|
2446
2553
|
width: 707px !important;
|
|
2554
|
+
/* stylelint-enable */
|
|
2555
|
+
/* stylelint-disable */
|
|
2556
|
+
/* stylelint-enable */
|
|
2447
2557
|
}
|
|
2448
2558
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2449
2559
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2482,8 +2592,10 @@
|
|
|
2482
2592
|
}
|
|
2483
2593
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2484
2594
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2595
|
+
/* stylelint-disable */
|
|
2485
2596
|
min-width: 320px !important;
|
|
2486
2597
|
width: 100% !important;
|
|
2598
|
+
/* stylelint-enable */
|
|
2487
2599
|
}
|
|
2488
2600
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2489
2601
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2502,8 +2614,14 @@
|
|
|
2502
2614
|
}
|
|
2503
2615
|
|
|
2504
2616
|
.e-pivot-calc-dialog-div {
|
|
2617
|
+
/* stylelint-disable */
|
|
2505
2618
|
max-height: 550px !important;
|
|
2619
|
+
/* stylelint-enable */
|
|
2506
2620
|
min-width: 290px;
|
|
2621
|
+
/* stylelint-disable */
|
|
2622
|
+
/* stylelint-enable */
|
|
2623
|
+
/* stylelint-disable */
|
|
2624
|
+
/* stylelint-enable */
|
|
2507
2625
|
}
|
|
2508
2626
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2509
2627
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2548,9 +2666,11 @@
|
|
|
2548
2666
|
}
|
|
2549
2667
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2550
2668
|
color: #fff;
|
|
2669
|
+
/* stylelint-disable */
|
|
2551
2670
|
float: right !important;
|
|
2552
2671
|
margin: 0;
|
|
2553
2672
|
margin-right: 12px !important;
|
|
2673
|
+
/* stylelint-enable */
|
|
2554
2674
|
}
|
|
2555
2675
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2556
2676
|
cursor: default;
|
|
@@ -2834,8 +2954,11 @@
|
|
|
2834
2954
|
|
|
2835
2955
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2836
2956
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2837
|
-
|
|
2957
|
+
/* stylelint-disable */
|
|
2958
|
+
max-height: 600px !important;
|
|
2838
2959
|
min-width: 401px !important;
|
|
2960
|
+
/* stylelint-enable */
|
|
2961
|
+
/* stylelint-disable */
|
|
2839
2962
|
}
|
|
2840
2963
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2841
2964
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2877,7 +3000,7 @@
|
|
|
2877
3000
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2878
3001
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2879
3002
|
max-height: 750px !important;
|
|
2880
|
-
min-width: 580px;
|
|
3003
|
+
min-width: 580px !important;
|
|
2881
3004
|
}
|
|
2882
3005
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2883
3006
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2915,6 +3038,9 @@
|
|
|
2915
3038
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2916
3039
|
max-width: 400px !important;
|
|
2917
3040
|
min-width: 320px !important;
|
|
3041
|
+
/* stylelint-enable */
|
|
3042
|
+
/* stylelint-disable */
|
|
3043
|
+
/* stylelint-enable */
|
|
2918
3044
|
}
|
|
2919
3045
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2920
3046
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -2952,8 +3078,10 @@
|
|
|
2952
3078
|
}
|
|
2953
3079
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2954
3080
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3081
|
+
/* stylelint-disable */
|
|
2955
3082
|
margin-left: -35px;
|
|
2956
3083
|
overflow: auto !important;
|
|
3084
|
+
/* stylelint-enable */
|
|
2957
3085
|
}
|
|
2958
3086
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2959
3087
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2972,6 +3100,10 @@
|
|
|
2972
3100
|
margin-left: 0;
|
|
2973
3101
|
margin-right: -35px;
|
|
2974
3102
|
}
|
|
3103
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3104
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3105
|
+
/* stylelint-disable */
|
|
3106
|
+
}
|
|
2975
3107
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
2976
3108
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
2977
3109
|
margin-left: 0;
|
|
@@ -3033,6 +3165,7 @@
|
|
|
3033
3165
|
}
|
|
3034
3166
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3035
3167
|
border: 0;
|
|
3168
|
+
/* stylelint-enable */
|
|
3036
3169
|
}
|
|
3037
3170
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3038
3171
|
margin: 0 0 0 6px;
|
|
@@ -3060,6 +3193,8 @@
|
|
|
3060
3193
|
overflow: auto;
|
|
3061
3194
|
padding: 20px;
|
|
3062
3195
|
padding-bottom: 0;
|
|
3196
|
+
/* stylelint-disable */
|
|
3197
|
+
/* stylelint-enable */
|
|
3063
3198
|
}
|
|
3064
3199
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3065
3200
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3098,6 +3233,9 @@
|
|
|
3098
3233
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3099
3234
|
float: right;
|
|
3100
3235
|
}
|
|
3236
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3237
|
+
/* stylelint-disable */
|
|
3238
|
+
}
|
|
3101
3239
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3102
3240
|
margin-left: 0;
|
|
3103
3241
|
}
|
|
@@ -3235,6 +3373,7 @@
|
|
|
3235
3373
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3236
3374
|
overflow: hidden;
|
|
3237
3375
|
padding: 0 !important;
|
|
3376
|
+
/* stylelint-enable */
|
|
3238
3377
|
}
|
|
3239
3378
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3240
3379
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3301,6 +3440,11 @@
|
|
|
3301
3440
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3302
3441
|
padding-right: 0;
|
|
3303
3442
|
}
|
|
3443
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3444
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3445
|
+
/* stylelint-disable */
|
|
3446
|
+
/* stylelint-enable */
|
|
3447
|
+
}
|
|
3304
3448
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3305
3449
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3306
3450
|
padding-left: 24px;
|
|
@@ -3350,6 +3494,7 @@
|
|
|
3350
3494
|
padding: 4px;
|
|
3351
3495
|
}
|
|
3352
3496
|
|
|
3497
|
+
/* stylelint-disable */
|
|
3353
3498
|
.e-button-drag-clone {
|
|
3354
3499
|
background-color: #ffd939 !important;
|
|
3355
3500
|
border: 1px solid #969696;
|
|
@@ -3383,6 +3528,12 @@
|
|
|
3383
3528
|
width: auto !important;
|
|
3384
3529
|
}
|
|
3385
3530
|
|
|
3531
|
+
/* stylelint-enable */
|
|
3532
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3533
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3534
|
+
/* stylelint-disable */
|
|
3535
|
+
/* stylelint-enable */
|
|
3536
|
+
}
|
|
3386
3537
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3387
3538
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3388
3539
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3447,6 +3598,10 @@
|
|
|
3447
3598
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3448
3599
|
margin-left: 10px;
|
|
3449
3600
|
}
|
|
3601
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3602
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3603
|
+
/* stylelint-disable */
|
|
3604
|
+
}
|
|
3450
3605
|
.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,
|
|
3451
3606
|
.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 {
|
|
3452
3607
|
margin: 0 0 0 6px;
|
|
@@ -3595,6 +3750,7 @@
|
|
|
3595
3750
|
background-color: #969696;
|
|
3596
3751
|
}
|
|
3597
3752
|
|
|
3753
|
+
/* stylelint-disable */
|
|
3598
3754
|
*.e-rtl .e-select-table {
|
|
3599
3755
|
padding: 8px 5px;
|
|
3600
3756
|
}
|
|
@@ -3633,6 +3789,8 @@
|
|
|
3633
3789
|
font-size: 12px;
|
|
3634
3790
|
max-width: 700px;
|
|
3635
3791
|
min-width: 300px;
|
|
3792
|
+
/* stylelint-enable */
|
|
3793
|
+
/* stylelint-enable */
|
|
3636
3794
|
}
|
|
3637
3795
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3638
3796
|
display: -ms-flexbox;
|
|
@@ -3752,6 +3910,8 @@
|
|
|
3752
3910
|
display: -ms-flexbox;
|
|
3753
3911
|
display: flex;
|
|
3754
3912
|
padding-right: 15px;
|
|
3913
|
+
/* stylelint-disable */
|
|
3914
|
+
/* stylelint-enable */
|
|
3755
3915
|
}
|
|
3756
3916
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3757
3917
|
-ms-flex: auto;
|
|
@@ -3763,7 +3923,9 @@
|
|
|
3763
3923
|
color: #fff;
|
|
3764
3924
|
cursor: pointer;
|
|
3765
3925
|
font-size: 14px;
|
|
3926
|
+
/* stylelint-disable */
|
|
3766
3927
|
height: 20px !important;
|
|
3928
|
+
/* stylelint-enable */
|
|
3767
3929
|
padding: 5px 0 0 4px;
|
|
3768
3930
|
width: 20px;
|
|
3769
3931
|
}
|
|
@@ -3796,9 +3958,13 @@
|
|
|
3796
3958
|
}
|
|
3797
3959
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3798
3960
|
overflow: hidden;
|
|
3961
|
+
/* stylelint-disable */
|
|
3962
|
+
/* stylelint-enable */
|
|
3799
3963
|
}
|
|
3800
3964
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3801
3965
|
margin-left: -40px;
|
|
3966
|
+
/* stylelint-disable */
|
|
3967
|
+
/* stylelint-enable */
|
|
3802
3968
|
}
|
|
3803
3969
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3804
3970
|
cursor: default;
|
|
@@ -4302,10 +4468,12 @@
|
|
|
4302
4468
|
height: 261px;
|
|
4303
4469
|
}
|
|
4304
4470
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4305
|
-
height: 540px;
|
|
4471
|
+
min-height: 540px;
|
|
4306
4472
|
}
|
|
4307
4473
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4308
4474
|
height: 369px;
|
|
4475
|
+
/* stylelint-disable */
|
|
4476
|
+
/* stylelint-enable */
|
|
4309
4477
|
}
|
|
4310
4478
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4311
4479
|
height: 392px !important;
|
|
@@ -4329,6 +4497,7 @@
|
|
|
4329
4497
|
display: -ms-flexbox;
|
|
4330
4498
|
display: flex;
|
|
4331
4499
|
padding: 10px 20px;
|
|
4500
|
+
/* stylelint-disable */
|
|
4332
4501
|
}
|
|
4333
4502
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4334
4503
|
float: right;
|
|
@@ -4365,6 +4534,8 @@
|
|
|
4365
4534
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4366
4535
|
margin-left: 0;
|
|
4367
4536
|
margin-right: -40px;
|
|
4537
|
+
/* stylelint-disable */
|
|
4538
|
+
/* stylelint-enable */
|
|
4368
4539
|
}
|
|
4369
4540
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4370
4541
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4395,6 +4566,8 @@
|
|
|
4395
4566
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4396
4567
|
padding-left: 15px;
|
|
4397
4568
|
padding-right: 0;
|
|
4569
|
+
/* stylelint-disable */
|
|
4570
|
+
/* stylelint-enable */
|
|
4398
4571
|
}
|
|
4399
4572
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4400
4573
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4476,8 +4649,10 @@
|
|
|
4476
4649
|
}
|
|
4477
4650
|
.e-pivotfieldlist-container.e-device {
|
|
4478
4651
|
height: 100%;
|
|
4652
|
+
/* stylelint-disable */
|
|
4479
4653
|
max-height: 100% !important;
|
|
4480
4654
|
max-width: 100% !important;
|
|
4655
|
+
/* stylelint-enable */
|
|
4481
4656
|
min-height: 500px;
|
|
4482
4657
|
width: 100%;
|
|
4483
4658
|
}
|
|
@@ -4494,6 +4669,11 @@
|
|
|
4494
4669
|
background-color: transparent;
|
|
4495
4670
|
color: #fff;
|
|
4496
4671
|
}
|
|
4672
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4673
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4674
|
+
height: 210px;
|
|
4675
|
+
overflow: auto;
|
|
4676
|
+
}
|
|
4497
4677
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4498
4678
|
display: -ms-flexbox;
|
|
4499
4679
|
display: flex;
|
|
@@ -4577,6 +4757,8 @@
|
|
|
4577
4757
|
padding: 9px 16px;
|
|
4578
4758
|
text-transform: none;
|
|
4579
4759
|
width: 100%;
|
|
4760
|
+
/* stylelint-disable */
|
|
4761
|
+
/* stylelint-enable */
|
|
4580
4762
|
}
|
|
4581
4763
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4582
4764
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4766,6 +4948,10 @@
|
|
|
4766
4948
|
vertical-align: middle;
|
|
4767
4949
|
width: 70%;
|
|
4768
4950
|
}
|
|
4951
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4952
|
+
/* stylelint-disable */
|
|
4953
|
+
/* stylelint-enable */
|
|
4954
|
+
}
|
|
4769
4955
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4770
4956
|
background-color: #000;
|
|
4771
4957
|
border: 1px solid #969696;
|
|
@@ -4813,6 +4999,10 @@
|
|
|
4813
4999
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4814
5000
|
margin-right: 12px;
|
|
4815
5001
|
}
|
|
5002
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5003
|
+
/* stylelint-disable */
|
|
5004
|
+
/* stylelint-enable */
|
|
5005
|
+
}
|
|
4816
5006
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4817
5007
|
left: 16px;
|
|
4818
5008
|
right: auto;
|
|
@@ -4962,6 +5152,10 @@
|
|
|
4962
5152
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
4963
5153
|
max-height: 600px;
|
|
4964
5154
|
}
|
|
5155
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5156
|
+
/* stylelint-disable */
|
|
5157
|
+
/* stylelint-enable */
|
|
5158
|
+
}
|
|
4965
5159
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
4966
5160
|
margin-left: 12px;
|
|
4967
5161
|
margin-right: 0;
|
|
@@ -4982,6 +5176,11 @@
|
|
|
4982
5176
|
margin-left: 20px;
|
|
4983
5177
|
}
|
|
4984
5178
|
|
|
5179
|
+
/* stylelint-disable */
|
|
5180
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5181
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5182
|
+
/* stylelint-enable */
|
|
5183
|
+
}
|
|
4985
5184
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
4986
5185
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
4987
5186
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5133,6 +5332,16 @@
|
|
|
5133
5332
|
margin-top: 4px;
|
|
5134
5333
|
padding: 0 12px;
|
|
5135
5334
|
}
|
|
5335
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5336
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5337
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5338
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5339
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5340
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5341
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5342
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5343
|
+
/* stylelint-disable */
|
|
5344
|
+
}
|
|
5136
5345
|
.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,
|
|
5137
5346
|
.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,
|
|
5138
5347
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
@@ -5144,6 +5353,7 @@
|
|
|
5144
5353
|
font-size: 14px;
|
|
5145
5354
|
height: 36px !important;
|
|
5146
5355
|
padding: 9px 16px !important;
|
|
5356
|
+
/* stylelint-enable */
|
|
5147
5357
|
}
|
|
5148
5358
|
.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,
|
|
5149
5359
|
.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,
|
|
@@ -5268,6 +5478,10 @@
|
|
|
5268
5478
|
.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 {
|
|
5269
5479
|
padding-top: 6px;
|
|
5270
5480
|
}
|
|
5481
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5482
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5483
|
+
/* stylelint-disable */
|
|
5484
|
+
}
|
|
5271
5485
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5272
5486
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5273
5487
|
padding-left: 16px;
|
|
@@ -5280,6 +5494,7 @@
|
|
|
5280
5494
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5281
5495
|
padding-left: 0;
|
|
5282
5496
|
padding-right: 5px;
|
|
5497
|
+
/* stylelint-enable */
|
|
5283
5498
|
}
|
|
5284
5499
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5285
5500
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5318,6 +5533,8 @@
|
|
|
5318
5533
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5319
5534
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5320
5535
|
padding-left: 20px;
|
|
5536
|
+
/* stylelint-disable */
|
|
5537
|
+
/* stylelint-enable */
|
|
5321
5538
|
}
|
|
5322
5539
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5323
5540
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5385,6 +5602,10 @@
|
|
|
5385
5602
|
padding-left: 0;
|
|
5386
5603
|
padding-right: 4px;
|
|
5387
5604
|
}
|
|
5605
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5606
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5607
|
+
/* stylelint-disable */
|
|
5608
|
+
}
|
|
5388
5609
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5389
5610
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5390
5611
|
max-height: 750px;
|
|
@@ -5399,8 +5620,8 @@
|
|
|
5399
5620
|
}
|
|
5400
5621
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5401
5622
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5402
|
-
height: 565px !important;
|
|
5403
5623
|
max-height: 600px !important;
|
|
5624
|
+
min-height: 575px !important;
|
|
5404
5625
|
}
|
|
5405
5626
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5406
5627
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5417,4 +5638,10 @@
|
|
|
5417
5638
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5418
5639
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5419
5640
|
height: 165px !important;
|
|
5420
|
-
}
|
|
5641
|
+
}
|
|
5642
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5643
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5644
|
+
max-height: 164px;
|
|
5645
|
+
}
|
|
5646
|
+
|
|
5647
|
+
/* stylelint-enable */
|