@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/fabric-dark.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;
|
|
@@ -242,6 +249,7 @@
|
|
|
242
249
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
243
250
|
box-shadow: none;
|
|
244
251
|
margin-left: 10px;
|
|
252
|
+
/* stylelint-disable */
|
|
245
253
|
}
|
|
246
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
247
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -333,6 +341,7 @@
|
|
|
333
341
|
}
|
|
334
342
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
335
343
|
border: none;
|
|
344
|
+
/* stylelint-enable */
|
|
336
345
|
}
|
|
337
346
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
338
347
|
margin: 0 0 0 6px;
|
|
@@ -568,13 +577,16 @@
|
|
|
568
577
|
}
|
|
569
578
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
570
579
|
margin-left: 18px !important;
|
|
580
|
+
/* stylelint-enable */
|
|
571
581
|
}
|
|
572
582
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
583
|
+
/* stylelint-disable */
|
|
573
584
|
padding: 0 !important;
|
|
574
585
|
}
|
|
575
586
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
576
587
|
float: left;
|
|
577
588
|
font-weight: 500;
|
|
589
|
+
/* stylelint-enable */
|
|
578
590
|
}
|
|
579
591
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
580
592
|
float: right;
|
|
@@ -603,6 +615,7 @@
|
|
|
603
615
|
}
|
|
604
616
|
|
|
605
617
|
.e-pivotview-report-dialog {
|
|
618
|
+
/* stylelint-disable */
|
|
606
619
|
max-width: 350px !important;
|
|
607
620
|
}
|
|
608
621
|
|
|
@@ -622,6 +635,7 @@
|
|
|
622
635
|
max-width: 500px !important;
|
|
623
636
|
}
|
|
624
637
|
|
|
638
|
+
/* stylelint-enable */
|
|
625
639
|
.e-report-outer {
|
|
626
640
|
display: inline-block;
|
|
627
641
|
width: 100%;
|
|
@@ -633,6 +647,7 @@
|
|
|
633
647
|
width: 40%;
|
|
634
648
|
}
|
|
635
649
|
|
|
650
|
+
/* stylelint-disable */
|
|
636
651
|
.e-pivotview-report-input {
|
|
637
652
|
float: right;
|
|
638
653
|
width: 60% !important;
|
|
@@ -654,11 +669,16 @@
|
|
|
654
669
|
font-size: 18px !important;
|
|
655
670
|
}
|
|
656
671
|
|
|
672
|
+
/* stylelint-enable */
|
|
657
673
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
658
674
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
659
675
|
white-space: nowrap;
|
|
660
676
|
}
|
|
661
677
|
|
|
678
|
+
.e-drillthrough-dialog {
|
|
679
|
+
/* stylelint-disable */
|
|
680
|
+
/* stylelint-enable */
|
|
681
|
+
}
|
|
662
682
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
663
683
|
margin-bottom: 20px;
|
|
664
684
|
}
|
|
@@ -679,9 +699,18 @@
|
|
|
679
699
|
flex-wrap: wrap;
|
|
680
700
|
}
|
|
681
701
|
|
|
702
|
+
.e-bigger .e-pivotview,
|
|
703
|
+
.e-bigger.e-pivotview {
|
|
704
|
+
/* stylelint-disable */
|
|
705
|
+
/* stylelint-enable */
|
|
706
|
+
/* stylelint-disable */
|
|
707
|
+
/* stylelint-enable */
|
|
708
|
+
}
|
|
682
709
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
683
710
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
711
|
+
/* stylelint-disable */
|
|
684
712
|
height: 48px !important;
|
|
713
|
+
/* stylelint-enable */
|
|
685
714
|
}
|
|
686
715
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
687
716
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -837,6 +866,18 @@
|
|
|
837
866
|
}
|
|
838
867
|
|
|
839
868
|
/*! PivotView theme */
|
|
869
|
+
.e-pivotview {
|
|
870
|
+
/* stylelint-enable */
|
|
871
|
+
/* stylelint-disable */
|
|
872
|
+
/* stylelint-enable */
|
|
873
|
+
/* stylelint-disable */
|
|
874
|
+
/* stylelint-enable */
|
|
875
|
+
/* stylelint-disable */
|
|
876
|
+
/* stylelint-enable */
|
|
877
|
+
/* stylelint-disable */
|
|
878
|
+
/* stylelint-enable */
|
|
879
|
+
/* stylelint-enable */
|
|
880
|
+
}
|
|
840
881
|
.e-pivotview .e-nextspan {
|
|
841
882
|
display: inline-block;
|
|
842
883
|
width: 18px;
|
|
@@ -857,6 +898,7 @@
|
|
|
857
898
|
text-align: right;
|
|
858
899
|
}
|
|
859
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
|
+
/* stylelint-disable */
|
|
860
902
|
font-size: 13px !important;
|
|
861
903
|
padding-left: 8px;
|
|
862
904
|
-webkit-user-select: none;
|
|
@@ -965,7 +1007,6 @@
|
|
|
965
1007
|
}
|
|
966
1008
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
967
1009
|
font-size: 12px !important;
|
|
968
|
-
padding: 3px 4px 4px 4px !important;
|
|
969
1010
|
}
|
|
970
1011
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
971
1012
|
margin: -10px 0 !important;
|
|
@@ -1005,11 +1046,6 @@
|
|
|
1005
1046
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1006
1047
|
visibility: hidden !important;
|
|
1007
1048
|
}
|
|
1008
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1009
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1010
|
-
text-overflow: ellipsis;
|
|
1011
|
-
white-space: nowrap;
|
|
1012
|
-
}
|
|
1013
1049
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1014
1050
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1015
1051
|
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 #414040;
|
|
1200
1242
|
border-radius: 0;
|
|
1201
1243
|
box-shadow: none;
|
|
1244
|
+
/* stylelint-disable */
|
|
1202
1245
|
color: #dadada !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 {
|
|
@@ -1545,6 +1592,12 @@
|
|
|
1545
1592
|
.e-pivotview .e-expand::before {
|
|
1546
1593
|
font-size: 10px;
|
|
1547
1594
|
}
|
|
1595
|
+
.e-pivotview.e-rtl {
|
|
1596
|
+
/* stylelint-disable */
|
|
1597
|
+
/* stylelint-enable */
|
|
1598
|
+
/* stylelint-disable */
|
|
1599
|
+
/* stylelint-enable */
|
|
1600
|
+
}
|
|
1548
1601
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1549
1602
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1550
1603
|
margin-left: 0;
|
|
@@ -1616,8 +1669,10 @@
|
|
|
1616
1669
|
padding-right: 8px;
|
|
1617
1670
|
}
|
|
1618
1671
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1672
|
+
/* stylelint-disable */
|
|
1619
1673
|
padding-left: 8px;
|
|
1620
1674
|
padding-right: 0;
|
|
1675
|
+
/* stylelint-enable */
|
|
1621
1676
|
}
|
|
1622
1677
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1623
1678
|
margin-left: 4px;
|
|
@@ -1640,9 +1695,18 @@
|
|
|
1640
1695
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1641
1696
|
float: left;
|
|
1642
1697
|
}
|
|
1698
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1699
|
+
/* stylelint-disable */
|
|
1700
|
+
}
|
|
1643
1701
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1644
1702
|
line-height: 1em !important;
|
|
1645
1703
|
}
|
|
1704
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1705
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1706
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1707
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1708
|
+
margin-top: 2px !important;
|
|
1709
|
+
}
|
|
1646
1710
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1647
1711
|
max-width: 155px;
|
|
1648
1712
|
}
|
|
@@ -1653,6 +1717,9 @@
|
|
|
1653
1717
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1654
1718
|
max-width: 200px;
|
|
1655
1719
|
}
|
|
1720
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1721
|
+
width: 100% !important;
|
|
1722
|
+
}
|
|
1656
1723
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1657
1724
|
width: 0 !important;
|
|
1658
1725
|
}
|
|
@@ -1708,6 +1775,13 @@
|
|
|
1708
1775
|
margin-right: 5px;
|
|
1709
1776
|
}
|
|
1710
1777
|
|
|
1778
|
+
.e-bigger .e-pivotview,
|
|
1779
|
+
.e-bigger.e-pivotview {
|
|
1780
|
+
/* stylelint-disable */
|
|
1781
|
+
/* stylelint-enable */
|
|
1782
|
+
/* stylelint-disable */
|
|
1783
|
+
/* stylelint-enable */
|
|
1784
|
+
}
|
|
1711
1785
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1712
1786
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1713
1787
|
margin: 5px;
|
|
@@ -1770,6 +1844,10 @@
|
|
|
1770
1844
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1771
1845
|
margin-top: 7px;
|
|
1772
1846
|
}
|
|
1847
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1848
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1849
|
+
/* stylelint-enable */
|
|
1850
|
+
}
|
|
1773
1851
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1774
1852
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1775
1853
|
height: 36px !important;
|
|
@@ -1810,8 +1888,10 @@
|
|
|
1810
1888
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1811
1889
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1812
1890
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1891
|
+
/* stylelint-disable */
|
|
1813
1892
|
font-size: 14px !important;
|
|
1814
1893
|
height: 20px;
|
|
1894
|
+
margin-top: 1px;
|
|
1815
1895
|
width: 20px;
|
|
1816
1896
|
}
|
|
1817
1897
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1895,7 +1975,7 @@
|
|
|
1895
1975
|
}
|
|
1896
1976
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1897
1977
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1898
|
-
margin: -
|
|
1978
|
+
margin: -18px -5px !important;
|
|
1899
1979
|
}
|
|
1900
1980
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1901
1981
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1925,8 +2005,15 @@
|
|
|
1925
2005
|
}
|
|
1926
2006
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1927
2007
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2008
|
+
/* stylelint-disable */
|
|
1928
2009
|
font-size: 13px !important;
|
|
1929
2010
|
}
|
|
2011
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2012
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2013
|
+
/* stylelint-enable */
|
|
2014
|
+
/* stylelint-disable */
|
|
2015
|
+
/* stylelint-enable */
|
|
2016
|
+
}
|
|
1930
2017
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1931
2018
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1932
2019
|
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";
|
|
@@ -2291,9 +2387,10 @@
|
|
|
2291
2387
|
}
|
|
2292
2388
|
|
|
2293
2389
|
.e-pivot-formatting-dialog {
|
|
2390
|
+
/* stylelint-disable */
|
|
2294
2391
|
max-height: 480px !important;
|
|
2295
|
-
min-width: 645px !important;
|
|
2296
2392
|
width: 645px !important;
|
|
2393
|
+
/* stylelint-enable */
|
|
2297
2394
|
}
|
|
2298
2395
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2299
2396
|
padding-bottom: 4px;
|
|
@@ -2307,6 +2404,7 @@
|
|
|
2307
2404
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2308
2405
|
padding-bottom: 14px;
|
|
2309
2406
|
padding-right: 18px;
|
|
2407
|
+
white-space: nowrap;
|
|
2310
2408
|
}
|
|
2311
2409
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2312
2410
|
vertical-align: bottom;
|
|
@@ -2367,7 +2465,9 @@
|
|
|
2367
2465
|
border: 1px solid #4a4848;
|
|
2368
2466
|
border-radius: 0;
|
|
2369
2467
|
height: 28px;
|
|
2468
|
+
/* stylelint-disable */
|
|
2370
2469
|
margin: 0 !important;
|
|
2470
|
+
/* stylelint-enable */
|
|
2371
2471
|
padding-left: 6px;
|
|
2372
2472
|
padding-top: 6px;
|
|
2373
2473
|
width: 80px;
|
|
@@ -2388,7 +2488,9 @@
|
|
|
2388
2488
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2389
2489
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2390
2490
|
border: 1px solid #4a4848;
|
|
2491
|
+
/* stylelint-disable */
|
|
2391
2492
|
border-radius: 0 !important;
|
|
2493
|
+
/* stylelint-enable */
|
|
2392
2494
|
height: 40%;
|
|
2393
2495
|
left: -3px;
|
|
2394
2496
|
position: absolute;
|
|
@@ -2396,8 +2498,13 @@
|
|
|
2396
2498
|
width: 150%;
|
|
2397
2499
|
}
|
|
2398
2500
|
.e-pivot-formatting-dialog.e-device {
|
|
2501
|
+
/* stylelint-disable */
|
|
2399
2502
|
min-width: 320px !important;
|
|
2400
2503
|
width: 100% !important;
|
|
2504
|
+
/* stylelint-enable */
|
|
2505
|
+
}
|
|
2506
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2507
|
+
width: 100% !important;
|
|
2401
2508
|
}
|
|
2402
2509
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2403
2510
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2443,8 +2550,11 @@
|
|
|
2443
2550
|
|
|
2444
2551
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2445
2552
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2446
|
-
|
|
2553
|
+
/* stylelint-disable */
|
|
2447
2554
|
width: 706px !important;
|
|
2555
|
+
/* stylelint-enable */
|
|
2556
|
+
/* stylelint-disable */
|
|
2557
|
+
/* stylelint-enable */
|
|
2448
2558
|
}
|
|
2449
2559
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2450
2560
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2483,8 +2593,10 @@
|
|
|
2483
2593
|
}
|
|
2484
2594
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2485
2595
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2596
|
+
/* stylelint-disable */
|
|
2486
2597
|
min-width: 320px !important;
|
|
2487
2598
|
width: 100% !important;
|
|
2599
|
+
/* stylelint-enable */
|
|
2488
2600
|
}
|
|
2489
2601
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2490
2602
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2503,8 +2615,14 @@
|
|
|
2503
2615
|
}
|
|
2504
2616
|
|
|
2505
2617
|
.e-pivot-calc-dialog-div {
|
|
2618
|
+
/* stylelint-disable */
|
|
2506
2619
|
max-height: 550px !important;
|
|
2620
|
+
/* stylelint-enable */
|
|
2507
2621
|
min-width: 290px;
|
|
2622
|
+
/* stylelint-disable */
|
|
2623
|
+
/* stylelint-enable */
|
|
2624
|
+
/* stylelint-disable */
|
|
2625
|
+
/* stylelint-enable */
|
|
2508
2626
|
}
|
|
2509
2627
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2510
2628
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2549,9 +2667,11 @@
|
|
|
2549
2667
|
}
|
|
2550
2668
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2551
2669
|
color: #dadada;
|
|
2670
|
+
/* stylelint-disable */
|
|
2552
2671
|
float: right !important;
|
|
2553
2672
|
margin: 0;
|
|
2554
2673
|
margin-right: 12px !important;
|
|
2674
|
+
/* stylelint-enable */
|
|
2555
2675
|
}
|
|
2556
2676
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2557
2677
|
cursor: default;
|
|
@@ -2835,8 +2955,11 @@
|
|
|
2835
2955
|
|
|
2836
2956
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2837
2957
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2838
|
-
|
|
2958
|
+
/* stylelint-disable */
|
|
2959
|
+
max-height: 600px !important;
|
|
2839
2960
|
min-width: 401px !important;
|
|
2961
|
+
/* stylelint-enable */
|
|
2962
|
+
/* stylelint-disable */
|
|
2840
2963
|
}
|
|
2841
2964
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2842
2965
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2878,7 +3001,7 @@
|
|
|
2878
3001
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2879
3002
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2880
3003
|
max-height: 750px !important;
|
|
2881
|
-
min-width: 580px;
|
|
3004
|
+
min-width: 580px !important;
|
|
2882
3005
|
}
|
|
2883
3006
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2884
3007
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2916,6 +3039,9 @@
|
|
|
2916
3039
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2917
3040
|
max-width: 400px !important;
|
|
2918
3041
|
min-width: 320px !important;
|
|
3042
|
+
/* stylelint-enable */
|
|
3043
|
+
/* stylelint-disable */
|
|
3044
|
+
/* stylelint-enable */
|
|
2919
3045
|
}
|
|
2920
3046
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2921
3047
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -2953,8 +3079,10 @@
|
|
|
2953
3079
|
}
|
|
2954
3080
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2955
3081
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3082
|
+
/* stylelint-disable */
|
|
2956
3083
|
margin-left: -35px;
|
|
2957
3084
|
overflow: auto !important;
|
|
3085
|
+
/* stylelint-enable */
|
|
2958
3086
|
}
|
|
2959
3087
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2960
3088
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2973,6 +3101,10 @@
|
|
|
2973
3101
|
margin-left: 0;
|
|
2974
3102
|
margin-right: -35px;
|
|
2975
3103
|
}
|
|
3104
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3105
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3106
|
+
/* stylelint-disable */
|
|
3107
|
+
}
|
|
2976
3108
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
2977
3109
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
2978
3110
|
margin-left: 0;
|
|
@@ -3034,6 +3166,7 @@
|
|
|
3034
3166
|
}
|
|
3035
3167
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3036
3168
|
border: 0;
|
|
3169
|
+
/* stylelint-enable */
|
|
3037
3170
|
}
|
|
3038
3171
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3039
3172
|
margin: 0 0 0 6px;
|
|
@@ -3061,6 +3194,8 @@
|
|
|
3061
3194
|
overflow: auto;
|
|
3062
3195
|
padding: 20px;
|
|
3063
3196
|
padding-bottom: 0;
|
|
3197
|
+
/* stylelint-disable */
|
|
3198
|
+
/* stylelint-enable */
|
|
3064
3199
|
}
|
|
3065
3200
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3066
3201
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3099,6 +3234,9 @@
|
|
|
3099
3234
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3100
3235
|
float: right;
|
|
3101
3236
|
}
|
|
3237
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3238
|
+
/* stylelint-disable */
|
|
3239
|
+
}
|
|
3102
3240
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3103
3241
|
margin-left: 0;
|
|
3104
3242
|
}
|
|
@@ -3236,6 +3374,7 @@
|
|
|
3236
3374
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3237
3375
|
overflow: hidden;
|
|
3238
3376
|
padding: 0 !important;
|
|
3377
|
+
/* stylelint-enable */
|
|
3239
3378
|
}
|
|
3240
3379
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3241
3380
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3302,6 +3441,11 @@
|
|
|
3302
3441
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3303
3442
|
padding-right: 0;
|
|
3304
3443
|
}
|
|
3444
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3445
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3446
|
+
/* stylelint-disable */
|
|
3447
|
+
/* stylelint-enable */
|
|
3448
|
+
}
|
|
3305
3449
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3306
3450
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3307
3451
|
padding-left: 24px;
|
|
@@ -3351,6 +3495,7 @@
|
|
|
3351
3495
|
padding: 4px;
|
|
3352
3496
|
}
|
|
3353
3497
|
|
|
3498
|
+
/* stylelint-disable */
|
|
3354
3499
|
.e-button-drag-clone {
|
|
3355
3500
|
background-color: #f4f4f4 !important;
|
|
3356
3501
|
border: 1px solid #9a9a9a;
|
|
@@ -3384,6 +3529,12 @@
|
|
|
3384
3529
|
width: auto !important;
|
|
3385
3530
|
}
|
|
3386
3531
|
|
|
3532
|
+
/* stylelint-enable */
|
|
3533
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3534
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3535
|
+
/* stylelint-disable */
|
|
3536
|
+
/* stylelint-enable */
|
|
3537
|
+
}
|
|
3387
3538
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3388
3539
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3389
3540
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3448,6 +3599,10 @@
|
|
|
3448
3599
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3449
3600
|
margin-left: 10px;
|
|
3450
3601
|
}
|
|
3602
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3603
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3604
|
+
/* stylelint-disable */
|
|
3605
|
+
}
|
|
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
|
.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 {
|
|
3453
3608
|
margin: 0 0 0 6px;
|
|
@@ -3596,6 +3751,7 @@
|
|
|
3596
3751
|
background-color: #414040;
|
|
3597
3752
|
}
|
|
3598
3753
|
|
|
3754
|
+
/* stylelint-disable */
|
|
3599
3755
|
*.e-rtl .e-select-table {
|
|
3600
3756
|
padding: 8px 5px;
|
|
3601
3757
|
}
|
|
@@ -3634,6 +3790,8 @@
|
|
|
3634
3790
|
font-size: 14px;
|
|
3635
3791
|
max-width: 700px;
|
|
3636
3792
|
min-width: 300px;
|
|
3793
|
+
/* stylelint-enable */
|
|
3794
|
+
/* stylelint-enable */
|
|
3637
3795
|
}
|
|
3638
3796
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3639
3797
|
display: -ms-flexbox;
|
|
@@ -3753,6 +3911,8 @@
|
|
|
3753
3911
|
display: -ms-flexbox;
|
|
3754
3912
|
display: flex;
|
|
3755
3913
|
padding-right: 15px;
|
|
3914
|
+
/* stylelint-disable */
|
|
3915
|
+
/* stylelint-enable */
|
|
3756
3916
|
}
|
|
3757
3917
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3758
3918
|
-ms-flex: auto;
|
|
@@ -3764,7 +3924,9 @@
|
|
|
3764
3924
|
color: #dadada;
|
|
3765
3925
|
cursor: pointer;
|
|
3766
3926
|
font-size: 14px;
|
|
3927
|
+
/* stylelint-disable */
|
|
3767
3928
|
height: 20px !important;
|
|
3929
|
+
/* stylelint-enable */
|
|
3768
3930
|
padding: 5px 0 0 4px;
|
|
3769
3931
|
width: 20px;
|
|
3770
3932
|
}
|
|
@@ -3797,9 +3959,13 @@
|
|
|
3797
3959
|
}
|
|
3798
3960
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3799
3961
|
overflow: hidden;
|
|
3962
|
+
/* stylelint-disable */
|
|
3963
|
+
/* stylelint-enable */
|
|
3800
3964
|
}
|
|
3801
3965
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3802
3966
|
margin-left: -40px;
|
|
3967
|
+
/* stylelint-disable */
|
|
3968
|
+
/* stylelint-enable */
|
|
3803
3969
|
}
|
|
3804
3970
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3805
3971
|
cursor: default;
|
|
@@ -4303,10 +4469,12 @@
|
|
|
4303
4469
|
height: 261px;
|
|
4304
4470
|
}
|
|
4305
4471
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4306
|
-
height: 540px;
|
|
4472
|
+
min-height: 540px;
|
|
4307
4473
|
}
|
|
4308
4474
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4309
4475
|
height: 369px;
|
|
4476
|
+
/* stylelint-disable */
|
|
4477
|
+
/* stylelint-enable */
|
|
4310
4478
|
}
|
|
4311
4479
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4312
4480
|
height: 392px !important;
|
|
@@ -4330,6 +4498,7 @@
|
|
|
4330
4498
|
display: -ms-flexbox;
|
|
4331
4499
|
display: flex;
|
|
4332
4500
|
padding: 10px 20px;
|
|
4501
|
+
/* stylelint-disable */
|
|
4333
4502
|
}
|
|
4334
4503
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4335
4504
|
float: right;
|
|
@@ -4366,6 +4535,8 @@
|
|
|
4366
4535
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4367
4536
|
margin-left: 0;
|
|
4368
4537
|
margin-right: -40px;
|
|
4538
|
+
/* stylelint-disable */
|
|
4539
|
+
/* stylelint-enable */
|
|
4369
4540
|
}
|
|
4370
4541
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4371
4542
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4396,6 +4567,8 @@
|
|
|
4396
4567
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4397
4568
|
padding-left: 15px;
|
|
4398
4569
|
padding-right: 0;
|
|
4570
|
+
/* stylelint-disable */
|
|
4571
|
+
/* stylelint-enable */
|
|
4399
4572
|
}
|
|
4400
4573
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4401
4574
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4477,8 +4650,10 @@
|
|
|
4477
4650
|
}
|
|
4478
4651
|
.e-pivotfieldlist-container.e-device {
|
|
4479
4652
|
height: 100%;
|
|
4653
|
+
/* stylelint-disable */
|
|
4480
4654
|
max-height: 100% !important;
|
|
4481
4655
|
max-width: 100% !important;
|
|
4656
|
+
/* stylelint-enable */
|
|
4482
4657
|
min-height: 500px;
|
|
4483
4658
|
width: 100%;
|
|
4484
4659
|
}
|
|
@@ -4495,6 +4670,11 @@
|
|
|
4495
4670
|
background-color: transparent;
|
|
4496
4671
|
color: #dadada;
|
|
4497
4672
|
}
|
|
4673
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4674
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4675
|
+
height: 210px;
|
|
4676
|
+
overflow: auto;
|
|
4677
|
+
}
|
|
4498
4678
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4499
4679
|
display: -ms-flexbox;
|
|
4500
4680
|
display: flex;
|
|
@@ -4578,6 +4758,8 @@
|
|
|
4578
4758
|
padding: 9px 16px;
|
|
4579
4759
|
text-transform: none;
|
|
4580
4760
|
width: 100%;
|
|
4761
|
+
/* stylelint-disable */
|
|
4762
|
+
/* stylelint-enable */
|
|
4581
4763
|
}
|
|
4582
4764
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4583
4765
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4767,6 +4949,10 @@
|
|
|
4767
4949
|
vertical-align: middle;
|
|
4768
4950
|
width: 70%;
|
|
4769
4951
|
}
|
|
4952
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4953
|
+
/* stylelint-disable */
|
|
4954
|
+
/* stylelint-enable */
|
|
4955
|
+
}
|
|
4770
4956
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4771
4957
|
background-color: #201f1f;
|
|
4772
4958
|
border: 1px solid #514f4f;
|
|
@@ -4814,6 +5000,10 @@
|
|
|
4814
5000
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4815
5001
|
margin-right: 12px;
|
|
4816
5002
|
}
|
|
5003
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5004
|
+
/* stylelint-disable */
|
|
5005
|
+
/* stylelint-enable */
|
|
5006
|
+
}
|
|
4817
5007
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4818
5008
|
left: 16px;
|
|
4819
5009
|
right: auto;
|
|
@@ -4963,6 +5153,10 @@
|
|
|
4963
5153
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
4964
5154
|
max-height: 600px;
|
|
4965
5155
|
}
|
|
5156
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5157
|
+
/* stylelint-disable */
|
|
5158
|
+
/* stylelint-enable */
|
|
5159
|
+
}
|
|
4966
5160
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
4967
5161
|
margin-left: 12px;
|
|
4968
5162
|
margin-right: 0;
|
|
@@ -4983,6 +5177,11 @@
|
|
|
4983
5177
|
margin-left: 20px;
|
|
4984
5178
|
}
|
|
4985
5179
|
|
|
5180
|
+
/* stylelint-disable */
|
|
5181
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5182
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5183
|
+
/* stylelint-enable */
|
|
5184
|
+
}
|
|
4986
5185
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
4987
5186
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
4988
5187
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5134,6 +5333,16 @@
|
|
|
5134
5333
|
margin-top: 4px;
|
|
5135
5334
|
padding: 0 12px;
|
|
5136
5335
|
}
|
|
5336
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5337
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5338
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5339
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5340
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5341
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5342
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5343
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5344
|
+
/* stylelint-disable */
|
|
5345
|
+
}
|
|
5137
5346
|
.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,
|
|
5138
5347
|
.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,
|
|
5139
5348
|
.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,
|
|
@@ -5145,6 +5354,7 @@
|
|
|
5145
5354
|
font-size: 14px;
|
|
5146
5355
|
height: 36px !important;
|
|
5147
5356
|
padding: 9px 16px !important;
|
|
5357
|
+
/* stylelint-enable */
|
|
5148
5358
|
}
|
|
5149
5359
|
.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,
|
|
5150
5360
|
.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,
|
|
@@ -5269,6 +5479,10 @@
|
|
|
5269
5479
|
.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 {
|
|
5270
5480
|
padding-top: 7px;
|
|
5271
5481
|
}
|
|
5482
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5483
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5484
|
+
/* stylelint-disable */
|
|
5485
|
+
}
|
|
5272
5486
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5273
5487
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5274
5488
|
padding-left: 16px;
|
|
@@ -5281,6 +5495,7 @@
|
|
|
5281
5495
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5282
5496
|
padding-left: 0;
|
|
5283
5497
|
padding-right: 5px;
|
|
5498
|
+
/* stylelint-enable */
|
|
5284
5499
|
}
|
|
5285
5500
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5286
5501
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5319,6 +5534,8 @@
|
|
|
5319
5534
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5320
5535
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5321
5536
|
padding-left: 20px;
|
|
5537
|
+
/* stylelint-disable */
|
|
5538
|
+
/* stylelint-enable */
|
|
5322
5539
|
}
|
|
5323
5540
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5324
5541
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5386,6 +5603,10 @@
|
|
|
5386
5603
|
padding-left: 0;
|
|
5387
5604
|
padding-right: 4px;
|
|
5388
5605
|
}
|
|
5606
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5607
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5608
|
+
/* stylelint-disable */
|
|
5609
|
+
}
|
|
5389
5610
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5390
5611
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5391
5612
|
max-height: 750px;
|
|
@@ -5400,8 +5621,8 @@
|
|
|
5400
5621
|
}
|
|
5401
5622
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5402
5623
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5403
|
-
height: 565px !important;
|
|
5404
5624
|
max-height: 600px !important;
|
|
5625
|
+
min-height: 570px !important;
|
|
5405
5626
|
}
|
|
5406
5627
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5407
5628
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5418,4 +5639,10 @@
|
|
|
5418
5639
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5419
5640
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5420
5641
|
height: 165px !important;
|
|
5421
|
-
}
|
|
5642
|
+
}
|
|
5643
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5644
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5645
|
+
max-height: 164px;
|
|
5646
|
+
}
|
|
5647
|
+
|
|
5648
|
+
/* stylelint-enable */
|