@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/material.css
CHANGED
|
@@ -157,6 +157,12 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
/*! PivotView layout */
|
|
160
|
+
.e-pivotview {
|
|
161
|
+
/* stylelint-disable */
|
|
162
|
+
/* stylelint-enable */
|
|
163
|
+
/* stylelint-enable */
|
|
164
|
+
/* stylelint-disable */
|
|
165
|
+
}
|
|
160
166
|
.e-pivotview .e-value-field-settings,
|
|
161
167
|
.e-pivotview .e-member-editor-dialog,
|
|
162
168
|
.e-pivotview .e-group-field-settings {
|
|
@@ -230,6 +236,7 @@
|
|
|
230
236
|
}
|
|
231
237
|
.e-pivotview .e-member-editor-dialog {
|
|
232
238
|
min-width: 320px;
|
|
239
|
+
/* stylelint-disable */
|
|
233
240
|
}
|
|
234
241
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
235
242
|
display: -ms-flexbox;
|
|
@@ -243,6 +250,7 @@
|
|
|
243
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
244
251
|
box-shadow: none;
|
|
245
252
|
margin-left: 10px;
|
|
253
|
+
/* stylelint-disable */
|
|
246
254
|
}
|
|
247
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
248
256
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -334,6 +342,7 @@
|
|
|
334
342
|
}
|
|
335
343
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
336
344
|
border: none;
|
|
345
|
+
/* stylelint-enable */
|
|
337
346
|
}
|
|
338
347
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
339
348
|
margin: 0 0 0 6px;
|
|
@@ -569,13 +578,16 @@
|
|
|
569
578
|
}
|
|
570
579
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
571
580
|
margin-left: 18px !important;
|
|
581
|
+
/* stylelint-enable */
|
|
572
582
|
}
|
|
573
583
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
584
|
+
/* stylelint-disable */
|
|
574
585
|
padding: 0 !important;
|
|
575
586
|
}
|
|
576
587
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
577
588
|
float: left;
|
|
578
589
|
font-weight: 500;
|
|
590
|
+
/* stylelint-enable */
|
|
579
591
|
}
|
|
580
592
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
581
593
|
float: right;
|
|
@@ -604,6 +616,7 @@
|
|
|
604
616
|
}
|
|
605
617
|
|
|
606
618
|
.e-pivotview-report-dialog {
|
|
619
|
+
/* stylelint-disable */
|
|
607
620
|
max-width: 350px !important;
|
|
608
621
|
}
|
|
609
622
|
|
|
@@ -623,6 +636,7 @@
|
|
|
623
636
|
max-width: 500px !important;
|
|
624
637
|
}
|
|
625
638
|
|
|
639
|
+
/* stylelint-enable */
|
|
626
640
|
.e-report-outer {
|
|
627
641
|
display: inline-block;
|
|
628
642
|
width: 100%;
|
|
@@ -634,6 +648,7 @@
|
|
|
634
648
|
width: 40%;
|
|
635
649
|
}
|
|
636
650
|
|
|
651
|
+
/* stylelint-disable */
|
|
637
652
|
.e-pivotview-report-input {
|
|
638
653
|
float: right;
|
|
639
654
|
width: 60% !important;
|
|
@@ -655,11 +670,16 @@
|
|
|
655
670
|
font-size: 18px !important;
|
|
656
671
|
}
|
|
657
672
|
|
|
673
|
+
/* stylelint-enable */
|
|
658
674
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
659
675
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
660
676
|
white-space: nowrap;
|
|
661
677
|
}
|
|
662
678
|
|
|
679
|
+
.e-drillthrough-dialog {
|
|
680
|
+
/* stylelint-disable */
|
|
681
|
+
/* stylelint-enable */
|
|
682
|
+
}
|
|
663
683
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
664
684
|
margin-bottom: 20px;
|
|
665
685
|
}
|
|
@@ -680,9 +700,18 @@
|
|
|
680
700
|
flex-wrap: wrap;
|
|
681
701
|
}
|
|
682
702
|
|
|
703
|
+
.e-bigger .e-pivotview,
|
|
704
|
+
.e-bigger.e-pivotview {
|
|
705
|
+
/* stylelint-disable */
|
|
706
|
+
/* stylelint-enable */
|
|
707
|
+
/* stylelint-disable */
|
|
708
|
+
/* stylelint-enable */
|
|
709
|
+
}
|
|
683
710
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
684
711
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
712
|
+
/* stylelint-disable */
|
|
685
713
|
height: 52px !important;
|
|
714
|
+
/* stylelint-enable */
|
|
686
715
|
}
|
|
687
716
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
688
717
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -838,6 +867,18 @@
|
|
|
838
867
|
}
|
|
839
868
|
|
|
840
869
|
/*! PivotView theme */
|
|
870
|
+
.e-pivotview {
|
|
871
|
+
/* stylelint-enable */
|
|
872
|
+
/* stylelint-disable */
|
|
873
|
+
/* stylelint-enable */
|
|
874
|
+
/* stylelint-disable */
|
|
875
|
+
/* stylelint-enable */
|
|
876
|
+
/* stylelint-disable */
|
|
877
|
+
/* stylelint-enable */
|
|
878
|
+
/* stylelint-disable */
|
|
879
|
+
/* stylelint-enable */
|
|
880
|
+
/* stylelint-enable */
|
|
881
|
+
}
|
|
841
882
|
.e-pivotview .e-nextspan {
|
|
842
883
|
display: inline-block;
|
|
843
884
|
width: 18px;
|
|
@@ -858,6 +899,7 @@
|
|
|
858
899
|
text-align: right;
|
|
859
900
|
}
|
|
860
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
902
|
+
/* stylelint-disable */
|
|
861
903
|
font-size: 13px !important;
|
|
862
904
|
padding-left: 8px;
|
|
863
905
|
-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;
|
|
@@ -1070,12 +1106,18 @@
|
|
|
1070
1106
|
}
|
|
1071
1107
|
.e-pivotview .e-rowcell {
|
|
1072
1108
|
opacity: 1;
|
|
1109
|
+
/* stylelint-disable */
|
|
1110
|
+
/* stylelint-enable */
|
|
1073
1111
|
}
|
|
1074
1112
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1075
1113
|
-webkit-user-select: none;
|
|
1076
1114
|
-ms-user-select: none;
|
|
1077
1115
|
user-select: none;
|
|
1078
1116
|
}
|
|
1117
|
+
.e-pivotview .e-grouping-bar {
|
|
1118
|
+
/* stylelint-disable */
|
|
1119
|
+
/* stylelint-enable */
|
|
1120
|
+
}
|
|
1079
1121
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1080
1122
|
-ms-flex: auto;
|
|
1081
1123
|
flex: auto;
|
|
@@ -1201,7 +1243,9 @@
|
|
|
1201
1243
|
border: 1px solid #e0e0e0;
|
|
1202
1244
|
border-radius: 25px;
|
|
1203
1245
|
box-shadow: none;
|
|
1246
|
+
/* stylelint-disable */
|
|
1204
1247
|
color: #000 !important;
|
|
1248
|
+
/* stylelint-enable */
|
|
1205
1249
|
cursor: default;
|
|
1206
1250
|
display: -ms-flexbox;
|
|
1207
1251
|
display: flex;
|
|
@@ -1212,6 +1256,8 @@
|
|
|
1212
1256
|
text-transform: none;
|
|
1213
1257
|
vertical-align: bottom;
|
|
1214
1258
|
z-index: 1;
|
|
1259
|
+
/* stylelint-disable */
|
|
1260
|
+
/* stylelint-enable */
|
|
1215
1261
|
}
|
|
1216
1262
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1217
1263
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1473,6 +1519,7 @@
|
|
|
1473
1519
|
width: 18px;
|
|
1474
1520
|
}
|
|
1475
1521
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1522
|
+
margin-top: 3px;
|
|
1476
1523
|
transform: rotateX(180deg);
|
|
1477
1524
|
}
|
|
1478
1525
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1547,6 +1594,12 @@
|
|
|
1547
1594
|
.e-pivotview .e-expand::before {
|
|
1548
1595
|
font-size: 10px;
|
|
1549
1596
|
}
|
|
1597
|
+
.e-pivotview.e-rtl {
|
|
1598
|
+
/* stylelint-disable */
|
|
1599
|
+
/* stylelint-enable */
|
|
1600
|
+
/* stylelint-disable */
|
|
1601
|
+
/* stylelint-enable */
|
|
1602
|
+
}
|
|
1550
1603
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1551
1604
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1552
1605
|
margin-left: 0;
|
|
@@ -1618,8 +1671,10 @@
|
|
|
1618
1671
|
padding-right: 8px;
|
|
1619
1672
|
}
|
|
1620
1673
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1674
|
+
/* stylelint-disable */
|
|
1621
1675
|
padding-left: 8px;
|
|
1622
1676
|
padding-right: 0;
|
|
1677
|
+
/* stylelint-enable */
|
|
1623
1678
|
}
|
|
1624
1679
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1625
1680
|
margin-left: 4px;
|
|
@@ -1642,9 +1697,18 @@
|
|
|
1642
1697
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1643
1698
|
float: left;
|
|
1644
1699
|
}
|
|
1700
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1701
|
+
/* stylelint-disable */
|
|
1702
|
+
}
|
|
1645
1703
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1646
1704
|
line-height: 1em !important;
|
|
1647
1705
|
}
|
|
1706
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1707
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1708
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1709
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1710
|
+
margin-top: 2px !important;
|
|
1711
|
+
}
|
|
1648
1712
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1649
1713
|
max-width: 155px;
|
|
1650
1714
|
}
|
|
@@ -1655,6 +1719,9 @@
|
|
|
1655
1719
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1656
1720
|
max-width: 200px;
|
|
1657
1721
|
}
|
|
1722
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1723
|
+
width: 100% !important;
|
|
1724
|
+
}
|
|
1658
1725
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1659
1726
|
width: 0 !important;
|
|
1660
1727
|
}
|
|
@@ -1710,6 +1777,13 @@
|
|
|
1710
1777
|
margin-right: 5px;
|
|
1711
1778
|
}
|
|
1712
1779
|
|
|
1780
|
+
.e-bigger .e-pivotview,
|
|
1781
|
+
.e-bigger.e-pivotview {
|
|
1782
|
+
/* stylelint-disable */
|
|
1783
|
+
/* stylelint-enable */
|
|
1784
|
+
/* stylelint-disable */
|
|
1785
|
+
/* stylelint-enable */
|
|
1786
|
+
}
|
|
1713
1787
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1714
1788
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1715
1789
|
margin: 0;
|
|
@@ -1772,6 +1846,10 @@
|
|
|
1772
1846
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1773
1847
|
margin-top: 8px;
|
|
1774
1848
|
}
|
|
1849
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1850
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1851
|
+
/* stylelint-enable */
|
|
1852
|
+
}
|
|
1775
1853
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1776
1854
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1777
1855
|
height: 36px !important;
|
|
@@ -1812,8 +1890,10 @@
|
|
|
1812
1890
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1813
1891
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1814
1892
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1893
|
+
/* stylelint-disable */
|
|
1815
1894
|
font-size: 14px !important;
|
|
1816
1895
|
height: 20px;
|
|
1896
|
+
margin-top: 0;
|
|
1817
1897
|
width: 20px;
|
|
1818
1898
|
}
|
|
1819
1899
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1897,7 +1977,7 @@
|
|
|
1897
1977
|
}
|
|
1898
1978
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1899
1979
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1900
|
-
margin: -
|
|
1980
|
+
margin: -12px -10px !important;
|
|
1901
1981
|
}
|
|
1902
1982
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1903
1983
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1927,8 +2007,15 @@
|
|
|
1927
2007
|
}
|
|
1928
2008
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1929
2009
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2010
|
+
/* stylelint-disable */
|
|
1930
2011
|
font-size: 13px !important;
|
|
1931
2012
|
}
|
|
2013
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2014
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2015
|
+
/* stylelint-enable */
|
|
2016
|
+
/* stylelint-disable */
|
|
2017
|
+
/* stylelint-enable */
|
|
2018
|
+
}
|
|
1932
2019
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1933
2020
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1934
2021
|
padding-right: 10px !important;
|
|
@@ -1999,6 +2086,10 @@
|
|
|
1999
2086
|
content: "\e614";
|
|
2000
2087
|
}
|
|
2001
2088
|
|
|
2089
|
+
.e-pivot-calc-dialog-div {
|
|
2090
|
+
/* stylelint-disable */
|
|
2091
|
+
/* stylelint-enable */
|
|
2092
|
+
}
|
|
2002
2093
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2003
2094
|
content: "\e330";
|
|
2004
2095
|
}
|
|
@@ -2097,6 +2188,11 @@
|
|
|
2097
2188
|
content: "\e665" !important;
|
|
2098
2189
|
}
|
|
2099
2190
|
|
|
2191
|
+
.e-pivotfieldlist-wrapper,
|
|
2192
|
+
.e-pivotfieldlist-container {
|
|
2193
|
+
/* stylelint-disable */
|
|
2194
|
+
/* stylelint-enable */
|
|
2195
|
+
}
|
|
2100
2196
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2101
2197
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2102
2198
|
content: "\e977";
|
|
@@ -2292,9 +2388,10 @@
|
|
|
2292
2388
|
}
|
|
2293
2389
|
|
|
2294
2390
|
.e-pivot-formatting-dialog {
|
|
2391
|
+
/* stylelint-disable */
|
|
2295
2392
|
max-height: 480px !important;
|
|
2296
|
-
min-width: 628px !important;
|
|
2297
2393
|
width: 628px !important;
|
|
2394
|
+
/* stylelint-enable */
|
|
2298
2395
|
}
|
|
2299
2396
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2300
2397
|
padding-bottom: 4px;
|
|
@@ -2308,6 +2405,7 @@
|
|
|
2308
2405
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2309
2406
|
padding-bottom: 14px;
|
|
2310
2407
|
padding-right: 18px;
|
|
2408
|
+
white-space: nowrap;
|
|
2311
2409
|
}
|
|
2312
2410
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2313
2411
|
vertical-align: bottom;
|
|
@@ -2368,7 +2466,9 @@
|
|
|
2368
2466
|
border: 1px solid #e0e0e0;
|
|
2369
2467
|
border-radius: 4px;
|
|
2370
2468
|
height: 28px;
|
|
2469
|
+
/* stylelint-disable */
|
|
2371
2470
|
margin: 0 !important;
|
|
2471
|
+
/* stylelint-enable */
|
|
2372
2472
|
padding-left: 6px;
|
|
2373
2473
|
padding-top: 6px;
|
|
2374
2474
|
width: 80px;
|
|
@@ -2389,7 +2489,9 @@
|
|
|
2389
2489
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2390
2490
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2391
2491
|
border: 1px solid #e0e0e0;
|
|
2492
|
+
/* stylelint-disable */
|
|
2392
2493
|
border-radius: 0 !important;
|
|
2494
|
+
/* stylelint-enable */
|
|
2393
2495
|
height: 40%;
|
|
2394
2496
|
left: -3px;
|
|
2395
2497
|
position: absolute;
|
|
@@ -2397,8 +2499,13 @@
|
|
|
2397
2499
|
width: 150%;
|
|
2398
2500
|
}
|
|
2399
2501
|
.e-pivot-formatting-dialog.e-device {
|
|
2502
|
+
/* stylelint-disable */
|
|
2400
2503
|
min-width: 320px !important;
|
|
2401
2504
|
width: 100% !important;
|
|
2505
|
+
/* stylelint-enable */
|
|
2506
|
+
}
|
|
2507
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2508
|
+
width: 100% !important;
|
|
2402
2509
|
}
|
|
2403
2510
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2404
2511
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2444,8 +2551,11 @@
|
|
|
2444
2551
|
|
|
2445
2552
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2446
2553
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2447
|
-
|
|
2554
|
+
/* stylelint-disable */
|
|
2448
2555
|
width: 680px !important;
|
|
2556
|
+
/* stylelint-enable */
|
|
2557
|
+
/* stylelint-disable */
|
|
2558
|
+
/* stylelint-enable */
|
|
2449
2559
|
}
|
|
2450
2560
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2451
2561
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2484,8 +2594,10 @@
|
|
|
2484
2594
|
}
|
|
2485
2595
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2486
2596
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2597
|
+
/* stylelint-disable */
|
|
2487
2598
|
min-width: 320px !important;
|
|
2488
2599
|
width: 100% !important;
|
|
2600
|
+
/* stylelint-enable */
|
|
2489
2601
|
}
|
|
2490
2602
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2491
2603
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2504,8 +2616,14 @@
|
|
|
2504
2616
|
}
|
|
2505
2617
|
|
|
2506
2618
|
.e-pivot-calc-dialog-div {
|
|
2619
|
+
/* stylelint-disable */
|
|
2507
2620
|
max-height: 550px !important;
|
|
2621
|
+
/* stylelint-enable */
|
|
2508
2622
|
min-width: 290px;
|
|
2623
|
+
/* stylelint-disable */
|
|
2624
|
+
/* stylelint-enable */
|
|
2625
|
+
/* stylelint-disable */
|
|
2626
|
+
/* stylelint-enable */
|
|
2509
2627
|
}
|
|
2510
2628
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2511
2629
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2550,9 +2668,11 @@
|
|
|
2550
2668
|
}
|
|
2551
2669
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2552
2670
|
color: rgba(0, 0, 0, 0.54);
|
|
2671
|
+
/* stylelint-disable */
|
|
2553
2672
|
float: right !important;
|
|
2554
2673
|
margin: 0;
|
|
2555
2674
|
margin-right: 12px !important;
|
|
2675
|
+
/* stylelint-enable */
|
|
2556
2676
|
}
|
|
2557
2677
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2558
2678
|
cursor: default;
|
|
@@ -2836,8 +2956,11 @@
|
|
|
2836
2956
|
|
|
2837
2957
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2838
2958
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2839
|
-
|
|
2959
|
+
/* stylelint-disable */
|
|
2960
|
+
max-height: 600px !important;
|
|
2840
2961
|
min-width: 401px !important;
|
|
2962
|
+
/* stylelint-enable */
|
|
2963
|
+
/* stylelint-disable */
|
|
2841
2964
|
}
|
|
2842
2965
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2843
2966
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2879,7 +3002,7 @@
|
|
|
2879
3002
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2880
3003
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2881
3004
|
max-height: 750px !important;
|
|
2882
|
-
min-width: 580px;
|
|
3005
|
+
min-width: 580px !important;
|
|
2883
3006
|
}
|
|
2884
3007
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2885
3008
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2917,6 +3040,9 @@
|
|
|
2917
3040
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2918
3041
|
max-width: 400px !important;
|
|
2919
3042
|
min-width: 320px !important;
|
|
3043
|
+
/* stylelint-enable */
|
|
3044
|
+
/* stylelint-disable */
|
|
3045
|
+
/* stylelint-enable */
|
|
2920
3046
|
}
|
|
2921
3047
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2922
3048
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -2954,8 +3080,10 @@
|
|
|
2954
3080
|
}
|
|
2955
3081
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2956
3082
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3083
|
+
/* stylelint-disable */
|
|
2957
3084
|
margin-left: -35px;
|
|
2958
3085
|
overflow: auto !important;
|
|
3086
|
+
/* stylelint-enable */
|
|
2959
3087
|
}
|
|
2960
3088
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2961
3089
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2974,6 +3102,10 @@
|
|
|
2974
3102
|
margin-left: 0;
|
|
2975
3103
|
margin-right: -35px;
|
|
2976
3104
|
}
|
|
3105
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3106
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3107
|
+
/* stylelint-disable */
|
|
3108
|
+
}
|
|
2977
3109
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
2978
3110
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
2979
3111
|
margin-left: 0;
|
|
@@ -3035,6 +3167,7 @@
|
|
|
3035
3167
|
}
|
|
3036
3168
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3037
3169
|
border: 0;
|
|
3170
|
+
/* stylelint-enable */
|
|
3038
3171
|
}
|
|
3039
3172
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3040
3173
|
margin: 0 0 0 6px;
|
|
@@ -3062,6 +3195,8 @@
|
|
|
3062
3195
|
overflow: auto;
|
|
3063
3196
|
padding: 20px;
|
|
3064
3197
|
padding-bottom: 0;
|
|
3198
|
+
/* stylelint-disable */
|
|
3199
|
+
/* stylelint-enable */
|
|
3065
3200
|
}
|
|
3066
3201
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3067
3202
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3100,6 +3235,9 @@
|
|
|
3100
3235
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3101
3236
|
float: right;
|
|
3102
3237
|
}
|
|
3238
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3239
|
+
/* stylelint-disable */
|
|
3240
|
+
}
|
|
3103
3241
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3104
3242
|
margin-left: 0;
|
|
3105
3243
|
}
|
|
@@ -3237,6 +3375,7 @@
|
|
|
3237
3375
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3238
3376
|
overflow: hidden;
|
|
3239
3377
|
padding: 0 !important;
|
|
3378
|
+
/* stylelint-enable */
|
|
3240
3379
|
}
|
|
3241
3380
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3242
3381
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3303,6 +3442,11 @@
|
|
|
3303
3442
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3304
3443
|
padding-right: 0;
|
|
3305
3444
|
}
|
|
3445
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3446
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3447
|
+
/* stylelint-disable */
|
|
3448
|
+
/* stylelint-enable */
|
|
3449
|
+
}
|
|
3306
3450
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3307
3451
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3308
3452
|
padding-left: 24px;
|
|
@@ -3352,6 +3496,7 @@
|
|
|
3352
3496
|
padding: 4px;
|
|
3353
3497
|
}
|
|
3354
3498
|
|
|
3499
|
+
/* stylelint-disable */
|
|
3355
3500
|
.e-button-drag-clone {
|
|
3356
3501
|
background-color: #fff !important;
|
|
3357
3502
|
border: 1px solid #e0e0e0;
|
|
@@ -3385,6 +3530,12 @@
|
|
|
3385
3530
|
width: auto !important;
|
|
3386
3531
|
}
|
|
3387
3532
|
|
|
3533
|
+
/* stylelint-enable */
|
|
3534
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3535
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3536
|
+
/* stylelint-disable */
|
|
3537
|
+
/* stylelint-enable */
|
|
3538
|
+
}
|
|
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,
|
|
3389
3540
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3390
3541
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3449,6 +3600,10 @@
|
|
|
3449
3600
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3450
3601
|
margin-left: 10px;
|
|
3451
3602
|
}
|
|
3603
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3604
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3605
|
+
/* stylelint-disable */
|
|
3606
|
+
}
|
|
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
|
.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 {
|
|
3454
3609
|
margin: 0 0 0 6px;
|
|
@@ -3597,6 +3752,7 @@
|
|
|
3597
3752
|
background-color: #e0e0e0;
|
|
3598
3753
|
}
|
|
3599
3754
|
|
|
3755
|
+
/* stylelint-disable */
|
|
3600
3756
|
*.e-rtl .e-select-table {
|
|
3601
3757
|
padding: 8px 5px;
|
|
3602
3758
|
}
|
|
@@ -3635,6 +3791,8 @@
|
|
|
3635
3791
|
font-size: 12px;
|
|
3636
3792
|
max-width: 700px;
|
|
3637
3793
|
min-width: 300px;
|
|
3794
|
+
/* stylelint-enable */
|
|
3795
|
+
/* stylelint-enable */
|
|
3638
3796
|
}
|
|
3639
3797
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3640
3798
|
display: -ms-flexbox;
|
|
@@ -3754,6 +3912,8 @@
|
|
|
3754
3912
|
display: -ms-flexbox;
|
|
3755
3913
|
display: flex;
|
|
3756
3914
|
padding-right: 15px;
|
|
3915
|
+
/* stylelint-disable */
|
|
3916
|
+
/* stylelint-enable */
|
|
3757
3917
|
}
|
|
3758
3918
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3759
3919
|
-ms-flex: auto;
|
|
@@ -3765,7 +3925,9 @@
|
|
|
3765
3925
|
color: rgba(0, 0, 0, 0.54);
|
|
3766
3926
|
cursor: pointer;
|
|
3767
3927
|
font-size: 14px;
|
|
3928
|
+
/* stylelint-disable */
|
|
3768
3929
|
height: 20px !important;
|
|
3930
|
+
/* stylelint-enable */
|
|
3769
3931
|
padding: 7px 0 0 4px;
|
|
3770
3932
|
width: 20px;
|
|
3771
3933
|
}
|
|
@@ -3798,9 +3960,13 @@
|
|
|
3798
3960
|
}
|
|
3799
3961
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3800
3962
|
overflow: hidden;
|
|
3963
|
+
/* stylelint-disable */
|
|
3964
|
+
/* stylelint-enable */
|
|
3801
3965
|
}
|
|
3802
3966
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3803
3967
|
margin-left: -40px;
|
|
3968
|
+
/* stylelint-disable */
|
|
3969
|
+
/* stylelint-enable */
|
|
3804
3970
|
}
|
|
3805
3971
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3806
3972
|
cursor: default;
|
|
@@ -4304,10 +4470,12 @@
|
|
|
4304
4470
|
height: 261px;
|
|
4305
4471
|
}
|
|
4306
4472
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4307
|
-
height: 540px;
|
|
4473
|
+
min-height: 540px;
|
|
4308
4474
|
}
|
|
4309
4475
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4310
4476
|
height: 369px;
|
|
4477
|
+
/* stylelint-disable */
|
|
4478
|
+
/* stylelint-enable */
|
|
4311
4479
|
}
|
|
4312
4480
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4313
4481
|
height: 392px !important;
|
|
@@ -4331,6 +4499,7 @@
|
|
|
4331
4499
|
display: -ms-flexbox;
|
|
4332
4500
|
display: flex;
|
|
4333
4501
|
padding: 9px 20px;
|
|
4502
|
+
/* stylelint-disable */
|
|
4334
4503
|
}
|
|
4335
4504
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4336
4505
|
float: right;
|
|
@@ -4367,6 +4536,8 @@
|
|
|
4367
4536
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4368
4537
|
margin-left: 0;
|
|
4369
4538
|
margin-right: -40px;
|
|
4539
|
+
/* stylelint-disable */
|
|
4540
|
+
/* stylelint-enable */
|
|
4370
4541
|
}
|
|
4371
4542
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4372
4543
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4397,6 +4568,8 @@
|
|
|
4397
4568
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4398
4569
|
padding-left: 15px;
|
|
4399
4570
|
padding-right: 0;
|
|
4571
|
+
/* stylelint-disable */
|
|
4572
|
+
/* stylelint-enable */
|
|
4400
4573
|
}
|
|
4401
4574
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4402
4575
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4478,8 +4651,10 @@
|
|
|
4478
4651
|
}
|
|
4479
4652
|
.e-pivotfieldlist-container.e-device {
|
|
4480
4653
|
height: 100%;
|
|
4654
|
+
/* stylelint-disable */
|
|
4481
4655
|
max-height: 100% !important;
|
|
4482
4656
|
max-width: 100% !important;
|
|
4657
|
+
/* stylelint-enable */
|
|
4483
4658
|
min-height: 500px;
|
|
4484
4659
|
width: 100%;
|
|
4485
4660
|
}
|
|
@@ -4496,6 +4671,11 @@
|
|
|
4496
4671
|
background-color: transparent;
|
|
4497
4672
|
color: rgba(0, 0, 0, 0.87);
|
|
4498
4673
|
}
|
|
4674
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4675
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4676
|
+
height: 210px;
|
|
4677
|
+
overflow: auto;
|
|
4678
|
+
}
|
|
4499
4679
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4500
4680
|
display: -ms-flexbox;
|
|
4501
4681
|
display: flex;
|
|
@@ -4579,6 +4759,8 @@
|
|
|
4579
4759
|
padding: 9px 16px;
|
|
4580
4760
|
text-transform: none;
|
|
4581
4761
|
width: 100%;
|
|
4762
|
+
/* stylelint-disable */
|
|
4763
|
+
/* stylelint-enable */
|
|
4582
4764
|
}
|
|
4583
4765
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4584
4766
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4768,6 +4950,10 @@
|
|
|
4768
4950
|
vertical-align: middle;
|
|
4769
4951
|
width: 70%;
|
|
4770
4952
|
}
|
|
4953
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4954
|
+
/* stylelint-disable */
|
|
4955
|
+
/* stylelint-enable */
|
|
4956
|
+
}
|
|
4771
4957
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4772
4958
|
background-color: #fff;
|
|
4773
4959
|
border: 1px solid #e0e0e0;
|
|
@@ -4815,6 +5001,10 @@
|
|
|
4815
5001
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4816
5002
|
margin-right: 12px;
|
|
4817
5003
|
}
|
|
5004
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5005
|
+
/* stylelint-disable */
|
|
5006
|
+
/* stylelint-enable */
|
|
5007
|
+
}
|
|
4818
5008
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4819
5009
|
left: 16px;
|
|
4820
5010
|
right: auto;
|
|
@@ -4964,6 +5154,10 @@
|
|
|
4964
5154
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
4965
5155
|
max-height: 600px;
|
|
4966
5156
|
}
|
|
5157
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5158
|
+
/* stylelint-disable */
|
|
5159
|
+
/* stylelint-enable */
|
|
5160
|
+
}
|
|
4967
5161
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
4968
5162
|
margin-left: 12px;
|
|
4969
5163
|
margin-right: 0;
|
|
@@ -4984,6 +5178,11 @@
|
|
|
4984
5178
|
margin-left: 20px;
|
|
4985
5179
|
}
|
|
4986
5180
|
|
|
5181
|
+
/* stylelint-disable */
|
|
5182
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5183
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5184
|
+
/* stylelint-enable */
|
|
5185
|
+
}
|
|
4987
5186
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
4988
5187
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
4989
5188
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5135,6 +5334,16 @@
|
|
|
5135
5334
|
margin-top: 4px;
|
|
5136
5335
|
padding: 0 12px;
|
|
5137
5336
|
}
|
|
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
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5342
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5343
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5344
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5345
|
+
/* stylelint-disable */
|
|
5346
|
+
}
|
|
5138
5347
|
.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,
|
|
5139
5348
|
.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,
|
|
5140
5349
|
.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,
|
|
@@ -5146,6 +5355,7 @@
|
|
|
5146
5355
|
font-size: 14px;
|
|
5147
5356
|
height: 36px !important;
|
|
5148
5357
|
padding: 9px 16px !important;
|
|
5358
|
+
/* stylelint-enable */
|
|
5149
5359
|
}
|
|
5150
5360
|
.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,
|
|
5151
5361
|
.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,
|
|
@@ -5270,6 +5480,10 @@
|
|
|
5270
5480
|
.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 {
|
|
5271
5481
|
padding-top: 7px;
|
|
5272
5482
|
}
|
|
5483
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5484
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5485
|
+
/* stylelint-disable */
|
|
5486
|
+
}
|
|
5273
5487
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5274
5488
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5275
5489
|
padding-left: 16px;
|
|
@@ -5282,6 +5496,7 @@
|
|
|
5282
5496
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5283
5497
|
padding-left: 0;
|
|
5284
5498
|
padding-right: 5px;
|
|
5499
|
+
/* stylelint-enable */
|
|
5285
5500
|
}
|
|
5286
5501
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5287
5502
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5320,6 +5535,8 @@
|
|
|
5320
5535
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5321
5536
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5322
5537
|
padding-left: 20px;
|
|
5538
|
+
/* stylelint-disable */
|
|
5539
|
+
/* stylelint-enable */
|
|
5323
5540
|
}
|
|
5324
5541
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5325
5542
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5387,6 +5604,10 @@
|
|
|
5387
5604
|
padding-left: 0;
|
|
5388
5605
|
padding-right: 4px;
|
|
5389
5606
|
}
|
|
5607
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5608
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5609
|
+
/* stylelint-disable */
|
|
5610
|
+
}
|
|
5390
5611
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5391
5612
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5392
5613
|
max-height: 750px;
|
|
@@ -5401,8 +5622,8 @@
|
|
|
5401
5622
|
}
|
|
5402
5623
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5403
5624
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5404
|
-
height: 565px !important;
|
|
5405
5625
|
max-height: 600px !important;
|
|
5626
|
+
min-height: 550px !important;
|
|
5406
5627
|
}
|
|
5407
5628
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5408
5629
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5419,4 +5640,10 @@
|
|
|
5419
5640
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5420
5641
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5421
5642
|
height: 165px !important;
|
|
5422
|
-
}
|
|
5643
|
+
}
|
|
5644
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5645
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5646
|
+
max-height: 195px;
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
|
+
/* stylelint-enable */
|