@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.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;
|
|
@@ -1066,12 +1102,18 @@
|
|
|
1066
1102
|
}
|
|
1067
1103
|
.e-pivotview .e-rowcell {
|
|
1068
1104
|
opacity: 1;
|
|
1105
|
+
/* stylelint-disable */
|
|
1106
|
+
/* stylelint-enable */
|
|
1069
1107
|
}
|
|
1070
1108
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1071
1109
|
-webkit-user-select: none;
|
|
1072
1110
|
-ms-user-select: none;
|
|
1073
1111
|
user-select: none;
|
|
1074
1112
|
}
|
|
1113
|
+
.e-pivotview .e-grouping-bar {
|
|
1114
|
+
/* stylelint-disable */
|
|
1115
|
+
/* stylelint-enable */
|
|
1116
|
+
}
|
|
1075
1117
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1076
1118
|
-ms-flex: auto;
|
|
1077
1119
|
flex: auto;
|
|
@@ -1197,7 +1239,9 @@
|
|
|
1197
1239
|
border: 1px solid #dadada;
|
|
1198
1240
|
border-radius: 0;
|
|
1199
1241
|
box-shadow: none;
|
|
1242
|
+
/* stylelint-disable */
|
|
1200
1243
|
color: #333 !important;
|
|
1244
|
+
/* stylelint-enable */
|
|
1201
1245
|
cursor: default;
|
|
1202
1246
|
display: -ms-flexbox;
|
|
1203
1247
|
display: flex;
|
|
@@ -1208,6 +1252,8 @@
|
|
|
1208
1252
|
text-transform: none;
|
|
1209
1253
|
vertical-align: bottom;
|
|
1210
1254
|
z-index: 1;
|
|
1255
|
+
/* stylelint-disable */
|
|
1256
|
+
/* stylelint-enable */
|
|
1211
1257
|
}
|
|
1212
1258
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1213
1259
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1469,6 +1515,7 @@
|
|
|
1469
1515
|
width: 18px;
|
|
1470
1516
|
}
|
|
1471
1517
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1518
|
+
margin-top: 3px;
|
|
1472
1519
|
transform: rotateX(180deg);
|
|
1473
1520
|
}
|
|
1474
1521
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1543,6 +1590,12 @@
|
|
|
1543
1590
|
.e-pivotview .e-expand::before {
|
|
1544
1591
|
font-size: 10px;
|
|
1545
1592
|
}
|
|
1593
|
+
.e-pivotview.e-rtl {
|
|
1594
|
+
/* stylelint-disable */
|
|
1595
|
+
/* stylelint-enable */
|
|
1596
|
+
/* stylelint-disable */
|
|
1597
|
+
/* stylelint-enable */
|
|
1598
|
+
}
|
|
1546
1599
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1547
1600
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1548
1601
|
margin-left: 0;
|
|
@@ -1614,8 +1667,10 @@
|
|
|
1614
1667
|
padding-right: 8px;
|
|
1615
1668
|
}
|
|
1616
1669
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1670
|
+
/* stylelint-disable */
|
|
1617
1671
|
padding-left: 8px;
|
|
1618
1672
|
padding-right: 0;
|
|
1673
|
+
/* stylelint-enable */
|
|
1619
1674
|
}
|
|
1620
1675
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1621
1676
|
margin-left: 4px;
|
|
@@ -1638,9 +1693,18 @@
|
|
|
1638
1693
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1639
1694
|
float: left;
|
|
1640
1695
|
}
|
|
1696
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1697
|
+
/* stylelint-disable */
|
|
1698
|
+
}
|
|
1641
1699
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1642
1700
|
line-height: 1em !important;
|
|
1643
1701
|
}
|
|
1702
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1703
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1704
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1705
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1706
|
+
margin-top: 2px !important;
|
|
1707
|
+
}
|
|
1644
1708
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1645
1709
|
max-width: 155px;
|
|
1646
1710
|
}
|
|
@@ -1651,6 +1715,9 @@
|
|
|
1651
1715
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1652
1716
|
max-width: 200px;
|
|
1653
1717
|
}
|
|
1718
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1719
|
+
width: 100% !important;
|
|
1720
|
+
}
|
|
1654
1721
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1655
1722
|
width: 0 !important;
|
|
1656
1723
|
}
|
|
@@ -1706,6 +1773,13 @@
|
|
|
1706
1773
|
margin-right: 5px;
|
|
1707
1774
|
}
|
|
1708
1775
|
|
|
1776
|
+
.e-bigger .e-pivotview,
|
|
1777
|
+
.e-bigger.e-pivotview {
|
|
1778
|
+
/* stylelint-disable */
|
|
1779
|
+
/* stylelint-enable */
|
|
1780
|
+
/* stylelint-disable */
|
|
1781
|
+
/* stylelint-enable */
|
|
1782
|
+
}
|
|
1709
1783
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1710
1784
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1711
1785
|
margin: 5px;
|
|
@@ -1768,6 +1842,10 @@
|
|
|
1768
1842
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1769
1843
|
margin-top: 7px;
|
|
1770
1844
|
}
|
|
1845
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1846
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1847
|
+
/* stylelint-enable */
|
|
1848
|
+
}
|
|
1771
1849
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1772
1850
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1773
1851
|
height: 36px !important;
|
|
@@ -1808,8 +1886,10 @@
|
|
|
1808
1886
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1809
1887
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1810
1888
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1889
|
+
/* stylelint-disable */
|
|
1811
1890
|
font-size: 14px !important;
|
|
1812
1891
|
height: 20px;
|
|
1892
|
+
margin-top: 1px;
|
|
1813
1893
|
width: 20px;
|
|
1814
1894
|
}
|
|
1815
1895
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1893,7 +1973,7 @@
|
|
|
1893
1973
|
}
|
|
1894
1974
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1895
1975
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1896
|
-
margin: -
|
|
1976
|
+
margin: -18px -5px !important;
|
|
1897
1977
|
}
|
|
1898
1978
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1899
1979
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1923,8 +2003,15 @@
|
|
|
1923
2003
|
}
|
|
1924
2004
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1925
2005
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2006
|
+
/* stylelint-disable */
|
|
1926
2007
|
font-size: 13px !important;
|
|
1927
2008
|
}
|
|
2009
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2010
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2011
|
+
/* stylelint-enable */
|
|
2012
|
+
/* stylelint-disable */
|
|
2013
|
+
/* stylelint-enable */
|
|
2014
|
+
}
|
|
1928
2015
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1929
2016
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1930
2017
|
padding-right: 10px !important;
|
|
@@ -1995,6 +2082,10 @@
|
|
|
1995
2082
|
content: "\e614";
|
|
1996
2083
|
}
|
|
1997
2084
|
|
|
2085
|
+
.e-pivot-calc-dialog-div {
|
|
2086
|
+
/* stylelint-disable */
|
|
2087
|
+
/* stylelint-enable */
|
|
2088
|
+
}
|
|
1998
2089
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
1999
2090
|
content: "\e330";
|
|
2000
2091
|
}
|
|
@@ -2093,6 +2184,11 @@
|
|
|
2093
2184
|
content: "\e665" !important;
|
|
2094
2185
|
}
|
|
2095
2186
|
|
|
2187
|
+
.e-pivotfieldlist-wrapper,
|
|
2188
|
+
.e-pivotfieldlist-container {
|
|
2189
|
+
/* stylelint-disable */
|
|
2190
|
+
/* stylelint-enable */
|
|
2191
|
+
}
|
|
2096
2192
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2097
2193
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2098
2194
|
content: "\e962";
|
|
@@ -2288,9 +2384,10 @@
|
|
|
2288
2384
|
}
|
|
2289
2385
|
|
|
2290
2386
|
.e-pivot-formatting-dialog {
|
|
2387
|
+
/* stylelint-disable */
|
|
2291
2388
|
max-height: 480px !important;
|
|
2292
|
-
min-width: 645px !important;
|
|
2293
2389
|
width: 645px !important;
|
|
2390
|
+
/* stylelint-enable */
|
|
2294
2391
|
}
|
|
2295
2392
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2296
2393
|
padding-bottom: 4px;
|
|
@@ -2304,6 +2401,7 @@
|
|
|
2304
2401
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2305
2402
|
padding-bottom: 14px;
|
|
2306
2403
|
padding-right: 18px;
|
|
2404
|
+
white-space: nowrap;
|
|
2307
2405
|
}
|
|
2308
2406
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2309
2407
|
vertical-align: bottom;
|
|
@@ -2364,7 +2462,9 @@
|
|
|
2364
2462
|
border: 1px solid #dadada;
|
|
2365
2463
|
border-radius: 0;
|
|
2366
2464
|
height: 28px;
|
|
2465
|
+
/* stylelint-disable */
|
|
2367
2466
|
margin: 0 !important;
|
|
2467
|
+
/* stylelint-enable */
|
|
2368
2468
|
padding-left: 6px;
|
|
2369
2469
|
padding-top: 6px;
|
|
2370
2470
|
width: 80px;
|
|
@@ -2385,7 +2485,9 @@
|
|
|
2385
2485
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2386
2486
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2387
2487
|
border: 1px solid #dadada;
|
|
2488
|
+
/* stylelint-disable */
|
|
2388
2489
|
border-radius: 0 !important;
|
|
2490
|
+
/* stylelint-enable */
|
|
2389
2491
|
height: 40%;
|
|
2390
2492
|
left: -3px;
|
|
2391
2493
|
position: absolute;
|
|
@@ -2393,8 +2495,13 @@
|
|
|
2393
2495
|
width: 150%;
|
|
2394
2496
|
}
|
|
2395
2497
|
.e-pivot-formatting-dialog.e-device {
|
|
2498
|
+
/* stylelint-disable */
|
|
2396
2499
|
min-width: 320px !important;
|
|
2397
2500
|
width: 100% !important;
|
|
2501
|
+
/* stylelint-enable */
|
|
2502
|
+
}
|
|
2503
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2504
|
+
width: 100% !important;
|
|
2398
2505
|
}
|
|
2399
2506
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2400
2507
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2440,8 +2547,11 @@
|
|
|
2440
2547
|
|
|
2441
2548
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2442
2549
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2443
|
-
|
|
2550
|
+
/* stylelint-disable */
|
|
2444
2551
|
width: 706px !important;
|
|
2552
|
+
/* stylelint-enable */
|
|
2553
|
+
/* stylelint-disable */
|
|
2554
|
+
/* stylelint-enable */
|
|
2445
2555
|
}
|
|
2446
2556
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2447
2557
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2480,8 +2590,10 @@
|
|
|
2480
2590
|
}
|
|
2481
2591
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2482
2592
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2593
|
+
/* stylelint-disable */
|
|
2483
2594
|
min-width: 320px !important;
|
|
2484
2595
|
width: 100% !important;
|
|
2596
|
+
/* stylelint-enable */
|
|
2485
2597
|
}
|
|
2486
2598
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2487
2599
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2500,8 +2612,14 @@
|
|
|
2500
2612
|
}
|
|
2501
2613
|
|
|
2502
2614
|
.e-pivot-calc-dialog-div {
|
|
2615
|
+
/* stylelint-disable */
|
|
2503
2616
|
max-height: 550px !important;
|
|
2617
|
+
/* stylelint-enable */
|
|
2504
2618
|
min-width: 290px;
|
|
2619
|
+
/* stylelint-disable */
|
|
2620
|
+
/* stylelint-enable */
|
|
2621
|
+
/* stylelint-disable */
|
|
2622
|
+
/* stylelint-enable */
|
|
2505
2623
|
}
|
|
2506
2624
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2507
2625
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2546,9 +2664,11 @@
|
|
|
2546
2664
|
}
|
|
2547
2665
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2548
2666
|
color: #333;
|
|
2667
|
+
/* stylelint-disable */
|
|
2549
2668
|
float: right !important;
|
|
2550
2669
|
margin: 0;
|
|
2551
2670
|
margin-right: 12px !important;
|
|
2671
|
+
/* stylelint-enable */
|
|
2552
2672
|
}
|
|
2553
2673
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2554
2674
|
cursor: default;
|
|
@@ -2832,8 +2952,11 @@
|
|
|
2832
2952
|
|
|
2833
2953
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2834
2954
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2835
|
-
|
|
2955
|
+
/* stylelint-disable */
|
|
2956
|
+
max-height: 600px !important;
|
|
2836
2957
|
min-width: 401px !important;
|
|
2958
|
+
/* stylelint-enable */
|
|
2959
|
+
/* stylelint-disable */
|
|
2837
2960
|
}
|
|
2838
2961
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2839
2962
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2875,7 +2998,7 @@
|
|
|
2875
2998
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2876
2999
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2877
3000
|
max-height: 750px !important;
|
|
2878
|
-
min-width: 580px;
|
|
3001
|
+
min-width: 580px !important;
|
|
2879
3002
|
}
|
|
2880
3003
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2881
3004
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2913,6 +3036,9 @@
|
|
|
2913
3036
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2914
3037
|
max-width: 400px !important;
|
|
2915
3038
|
min-width: 320px !important;
|
|
3039
|
+
/* stylelint-enable */
|
|
3040
|
+
/* stylelint-disable */
|
|
3041
|
+
/* stylelint-enable */
|
|
2916
3042
|
}
|
|
2917
3043
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2918
3044
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -2950,8 +3076,10 @@
|
|
|
2950
3076
|
}
|
|
2951
3077
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2952
3078
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3079
|
+
/* stylelint-disable */
|
|
2953
3080
|
margin-left: -35px;
|
|
2954
3081
|
overflow: auto !important;
|
|
3082
|
+
/* stylelint-enable */
|
|
2955
3083
|
}
|
|
2956
3084
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2957
3085
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2970,6 +3098,10 @@
|
|
|
2970
3098
|
margin-left: 0;
|
|
2971
3099
|
margin-right: -35px;
|
|
2972
3100
|
}
|
|
3101
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3102
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3103
|
+
/* stylelint-disable */
|
|
3104
|
+
}
|
|
2973
3105
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
2974
3106
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
2975
3107
|
margin-left: 0;
|
|
@@ -3031,6 +3163,7 @@
|
|
|
3031
3163
|
}
|
|
3032
3164
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3033
3165
|
border: 0;
|
|
3166
|
+
/* stylelint-enable */
|
|
3034
3167
|
}
|
|
3035
3168
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3036
3169
|
margin: 0 0 0 6px;
|
|
@@ -3058,6 +3191,8 @@
|
|
|
3058
3191
|
overflow: auto;
|
|
3059
3192
|
padding: 20px;
|
|
3060
3193
|
padding-bottom: 0;
|
|
3194
|
+
/* stylelint-disable */
|
|
3195
|
+
/* stylelint-enable */
|
|
3061
3196
|
}
|
|
3062
3197
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3063
3198
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3096,6 +3231,9 @@
|
|
|
3096
3231
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3097
3232
|
float: right;
|
|
3098
3233
|
}
|
|
3234
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3235
|
+
/* stylelint-disable */
|
|
3236
|
+
}
|
|
3099
3237
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3100
3238
|
margin-left: 0;
|
|
3101
3239
|
}
|
|
@@ -3233,6 +3371,7 @@
|
|
|
3233
3371
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3234
3372
|
overflow: hidden;
|
|
3235
3373
|
padding: 0 !important;
|
|
3374
|
+
/* stylelint-enable */
|
|
3236
3375
|
}
|
|
3237
3376
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3238
3377
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3299,6 +3438,11 @@
|
|
|
3299
3438
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3300
3439
|
padding-right: 0;
|
|
3301
3440
|
}
|
|
3441
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3442
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3443
|
+
/* stylelint-disable */
|
|
3444
|
+
/* stylelint-enable */
|
|
3445
|
+
}
|
|
3302
3446
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3303
3447
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3304
3448
|
padding-left: 24px;
|
|
@@ -3348,6 +3492,7 @@
|
|
|
3348
3492
|
padding: 4px;
|
|
3349
3493
|
}
|
|
3350
3494
|
|
|
3495
|
+
/* stylelint-disable */
|
|
3351
3496
|
.e-button-drag-clone {
|
|
3352
3497
|
background-color: #fff !important;
|
|
3353
3498
|
border: 1px solid #d0d0d0;
|
|
@@ -3381,6 +3526,12 @@
|
|
|
3381
3526
|
width: auto !important;
|
|
3382
3527
|
}
|
|
3383
3528
|
|
|
3529
|
+
/* stylelint-enable */
|
|
3530
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3531
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3532
|
+
/* stylelint-disable */
|
|
3533
|
+
/* stylelint-enable */
|
|
3534
|
+
}
|
|
3384
3535
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3385
3536
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
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,
|
|
@@ -3445,6 +3596,10 @@
|
|
|
3445
3596
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3446
3597
|
margin-left: 10px;
|
|
3447
3598
|
}
|
|
3599
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3600
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3601
|
+
/* stylelint-disable */
|
|
3602
|
+
}
|
|
3448
3603
|
.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,
|
|
3449
3604
|
.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 {
|
|
3450
3605
|
margin: 0 0 0 6px;
|
|
@@ -3593,6 +3748,7 @@
|
|
|
3593
3748
|
background-color: #d0d0d0;
|
|
3594
3749
|
}
|
|
3595
3750
|
|
|
3751
|
+
/* stylelint-disable */
|
|
3596
3752
|
*.e-rtl .e-select-table {
|
|
3597
3753
|
padding: 8px 5px;
|
|
3598
3754
|
}
|
|
@@ -3631,6 +3787,8 @@
|
|
|
3631
3787
|
font-size: 14px;
|
|
3632
3788
|
max-width: 700px;
|
|
3633
3789
|
min-width: 300px;
|
|
3790
|
+
/* stylelint-enable */
|
|
3791
|
+
/* stylelint-enable */
|
|
3634
3792
|
}
|
|
3635
3793
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3636
3794
|
display: -ms-flexbox;
|
|
@@ -3750,6 +3908,8 @@
|
|
|
3750
3908
|
display: -ms-flexbox;
|
|
3751
3909
|
display: flex;
|
|
3752
3910
|
padding-right: 15px;
|
|
3911
|
+
/* stylelint-disable */
|
|
3912
|
+
/* stylelint-enable */
|
|
3753
3913
|
}
|
|
3754
3914
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3755
3915
|
-ms-flex: auto;
|
|
@@ -3761,7 +3921,9 @@
|
|
|
3761
3921
|
color: #666;
|
|
3762
3922
|
cursor: pointer;
|
|
3763
3923
|
font-size: 14px;
|
|
3924
|
+
/* stylelint-disable */
|
|
3764
3925
|
height: 20px !important;
|
|
3926
|
+
/* stylelint-enable */
|
|
3765
3927
|
padding: 5px 0 0 4px;
|
|
3766
3928
|
width: 20px;
|
|
3767
3929
|
}
|
|
@@ -3794,9 +3956,13 @@
|
|
|
3794
3956
|
}
|
|
3795
3957
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3796
3958
|
overflow: hidden;
|
|
3959
|
+
/* stylelint-disable */
|
|
3960
|
+
/* stylelint-enable */
|
|
3797
3961
|
}
|
|
3798
3962
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3799
3963
|
margin-left: -40px;
|
|
3964
|
+
/* stylelint-disable */
|
|
3965
|
+
/* stylelint-enable */
|
|
3800
3966
|
}
|
|
3801
3967
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3802
3968
|
cursor: default;
|
|
@@ -4300,10 +4466,12 @@
|
|
|
4300
4466
|
height: 261px;
|
|
4301
4467
|
}
|
|
4302
4468
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4303
|
-
height: 540px;
|
|
4469
|
+
min-height: 540px;
|
|
4304
4470
|
}
|
|
4305
4471
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4306
4472
|
height: 369px;
|
|
4473
|
+
/* stylelint-disable */
|
|
4474
|
+
/* stylelint-enable */
|
|
4307
4475
|
}
|
|
4308
4476
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4309
4477
|
height: 392px !important;
|
|
@@ -4327,6 +4495,7 @@
|
|
|
4327
4495
|
display: -ms-flexbox;
|
|
4328
4496
|
display: flex;
|
|
4329
4497
|
padding: 10px 20px;
|
|
4498
|
+
/* stylelint-disable */
|
|
4330
4499
|
}
|
|
4331
4500
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4332
4501
|
float: right;
|
|
@@ -4363,6 +4532,8 @@
|
|
|
4363
4532
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4364
4533
|
margin-left: 0;
|
|
4365
4534
|
margin-right: -40px;
|
|
4535
|
+
/* stylelint-disable */
|
|
4536
|
+
/* stylelint-enable */
|
|
4366
4537
|
}
|
|
4367
4538
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4368
4539
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4393,6 +4564,8 @@
|
|
|
4393
4564
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4394
4565
|
padding-left: 15px;
|
|
4395
4566
|
padding-right: 0;
|
|
4567
|
+
/* stylelint-disable */
|
|
4568
|
+
/* stylelint-enable */
|
|
4396
4569
|
}
|
|
4397
4570
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4398
4571
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4474,8 +4647,10 @@
|
|
|
4474
4647
|
}
|
|
4475
4648
|
.e-pivotfieldlist-container.e-device {
|
|
4476
4649
|
height: 100%;
|
|
4650
|
+
/* stylelint-disable */
|
|
4477
4651
|
max-height: 100% !important;
|
|
4478
4652
|
max-width: 100% !important;
|
|
4653
|
+
/* stylelint-enable */
|
|
4479
4654
|
min-height: 500px;
|
|
4480
4655
|
width: 100%;
|
|
4481
4656
|
}
|
|
@@ -4492,6 +4667,11 @@
|
|
|
4492
4667
|
background-color: transparent;
|
|
4493
4668
|
color: #333;
|
|
4494
4669
|
}
|
|
4670
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4671
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4672
|
+
height: 210px;
|
|
4673
|
+
overflow: auto;
|
|
4674
|
+
}
|
|
4495
4675
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4496
4676
|
display: -ms-flexbox;
|
|
4497
4677
|
display: flex;
|
|
@@ -4575,6 +4755,8 @@
|
|
|
4575
4755
|
padding: 9px 16px;
|
|
4576
4756
|
text-transform: none;
|
|
4577
4757
|
width: 100%;
|
|
4758
|
+
/* stylelint-disable */
|
|
4759
|
+
/* stylelint-enable */
|
|
4578
4760
|
}
|
|
4579
4761
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4580
4762
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4764,6 +4946,10 @@
|
|
|
4764
4946
|
vertical-align: middle;
|
|
4765
4947
|
width: 70%;
|
|
4766
4948
|
}
|
|
4949
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4950
|
+
/* stylelint-disable */
|
|
4951
|
+
/* stylelint-enable */
|
|
4952
|
+
}
|
|
4767
4953
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4768
4954
|
background-color: #fff;
|
|
4769
4955
|
border: 1px solid #d0d0d0;
|
|
@@ -4811,6 +4997,10 @@
|
|
|
4811
4997
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4812
4998
|
margin-right: 12px;
|
|
4813
4999
|
}
|
|
5000
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5001
|
+
/* stylelint-disable */
|
|
5002
|
+
/* stylelint-enable */
|
|
5003
|
+
}
|
|
4814
5004
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4815
5005
|
left: 16px;
|
|
4816
5006
|
right: auto;
|
|
@@ -4960,6 +5150,10 @@
|
|
|
4960
5150
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
4961
5151
|
max-height: 600px;
|
|
4962
5152
|
}
|
|
5153
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5154
|
+
/* stylelint-disable */
|
|
5155
|
+
/* stylelint-enable */
|
|
5156
|
+
}
|
|
4963
5157
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
4964
5158
|
margin-left: 12px;
|
|
4965
5159
|
margin-right: 0;
|
|
@@ -4980,6 +5174,11 @@
|
|
|
4980
5174
|
margin-left: 20px;
|
|
4981
5175
|
}
|
|
4982
5176
|
|
|
5177
|
+
/* stylelint-disable */
|
|
5178
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5179
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5180
|
+
/* stylelint-enable */
|
|
5181
|
+
}
|
|
4983
5182
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
4984
5183
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
4985
5184
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5131,6 +5330,16 @@
|
|
|
5131
5330
|
margin-top: 4px;
|
|
5132
5331
|
padding: 0 12px;
|
|
5133
5332
|
}
|
|
5333
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5334
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5335
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5336
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5337
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5338
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5339
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5340
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5341
|
+
/* stylelint-disable */
|
|
5342
|
+
}
|
|
5134
5343
|
.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,
|
|
5135
5344
|
.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,
|
|
5136
5345
|
.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,
|
|
@@ -5142,6 +5351,7 @@
|
|
|
5142
5351
|
font-size: 14px;
|
|
5143
5352
|
height: 36px !important;
|
|
5144
5353
|
padding: 9px 16px !important;
|
|
5354
|
+
/* stylelint-enable */
|
|
5145
5355
|
}
|
|
5146
5356
|
.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,
|
|
5147
5357
|
.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,
|
|
@@ -5266,6 +5476,10 @@
|
|
|
5266
5476
|
.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 {
|
|
5267
5477
|
padding-top: 7px;
|
|
5268
5478
|
}
|
|
5479
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5480
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5481
|
+
/* stylelint-disable */
|
|
5482
|
+
}
|
|
5269
5483
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5270
5484
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5271
5485
|
padding-left: 16px;
|
|
@@ -5278,6 +5492,7 @@
|
|
|
5278
5492
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5279
5493
|
padding-left: 0;
|
|
5280
5494
|
padding-right: 5px;
|
|
5495
|
+
/* stylelint-enable */
|
|
5281
5496
|
}
|
|
5282
5497
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5283
5498
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5316,6 +5531,8 @@
|
|
|
5316
5531
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5317
5532
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5318
5533
|
padding-left: 20px;
|
|
5534
|
+
/* stylelint-disable */
|
|
5535
|
+
/* stylelint-enable */
|
|
5319
5536
|
}
|
|
5320
5537
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5321
5538
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5383,6 +5600,10 @@
|
|
|
5383
5600
|
padding-left: 0;
|
|
5384
5601
|
padding-right: 4px;
|
|
5385
5602
|
}
|
|
5603
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5604
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5605
|
+
/* stylelint-disable */
|
|
5606
|
+
}
|
|
5386
5607
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5387
5608
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5388
5609
|
max-height: 750px;
|
|
@@ -5397,8 +5618,8 @@
|
|
|
5397
5618
|
}
|
|
5398
5619
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5399
5620
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5400
|
-
height: 565px !important;
|
|
5401
5621
|
max-height: 600px !important;
|
|
5622
|
+
min-height: 575px !important;
|
|
5402
5623
|
}
|
|
5403
5624
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5404
5625
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5415,4 +5636,10 @@
|
|
|
5415
5636
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5416
5637
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5417
5638
|
height: 165px !important;
|
|
5418
|
-
}
|
|
5639
|
+
}
|
|
5640
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5641
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5642
|
+
max-height: 166px;
|
|
5643
|
+
}
|
|
5644
|
+
|
|
5645
|
+
/* stylelint-enable */
|