@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
|
@@ -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: 45px !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: 24px;
|
|
@@ -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 #414141;
|
|
1202
1244
|
border-radius: 4px;
|
|
1203
1245
|
box-shadow: none;
|
|
1246
|
+
/* stylelint-disable */
|
|
1204
1247
|
color: #f0f0f0 !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: 5px;
|
|
@@ -1772,6 +1846,10 @@
|
|
|
1772
1846
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1773
1847
|
margin-top: 6px;
|
|
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: -13px -11px !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;
|
|
@@ -2001,6 +2088,10 @@
|
|
|
2001
2088
|
content: "\e614";
|
|
2002
2089
|
}
|
|
2003
2090
|
|
|
2091
|
+
.e-pivot-calc-dialog-div {
|
|
2092
|
+
/* stylelint-disable */
|
|
2093
|
+
/* stylelint-enable */
|
|
2094
|
+
}
|
|
2004
2095
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2005
2096
|
content: "\e330";
|
|
2006
2097
|
}
|
|
@@ -2099,6 +2190,11 @@
|
|
|
2099
2190
|
content: "\e665" !important;
|
|
2100
2191
|
}
|
|
2101
2192
|
|
|
2193
|
+
.e-pivotfieldlist-wrapper,
|
|
2194
|
+
.e-pivotfieldlist-container {
|
|
2195
|
+
/* stylelint-disable */
|
|
2196
|
+
/* stylelint-enable */
|
|
2197
|
+
}
|
|
2102
2198
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2103
2199
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2104
2200
|
content: "\e610";
|
|
@@ -2294,9 +2390,10 @@
|
|
|
2294
2390
|
}
|
|
2295
2391
|
|
|
2296
2392
|
.e-pivot-formatting-dialog {
|
|
2393
|
+
/* stylelint-disable */
|
|
2297
2394
|
max-height: 480px !important;
|
|
2298
|
-
min-width: 625px !important;
|
|
2299
2395
|
width: 625px !important;
|
|
2396
|
+
/* stylelint-enable */
|
|
2300
2397
|
}
|
|
2301
2398
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2302
2399
|
padding-bottom: 4px;
|
|
@@ -2310,6 +2407,7 @@
|
|
|
2310
2407
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2311
2408
|
padding-bottom: 14px;
|
|
2312
2409
|
padding-right: 18px;
|
|
2410
|
+
white-space: nowrap;
|
|
2313
2411
|
}
|
|
2314
2412
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2315
2413
|
vertical-align: bottom;
|
|
@@ -2370,7 +2468,9 @@
|
|
|
2370
2468
|
border: 1px solid #959595;
|
|
2371
2469
|
border-radius: 5px;
|
|
2372
2470
|
height: 28px;
|
|
2471
|
+
/* stylelint-disable */
|
|
2373
2472
|
margin: 0 !important;
|
|
2473
|
+
/* stylelint-enable */
|
|
2374
2474
|
padding-left: 6px;
|
|
2375
2475
|
padding-top: 6px;
|
|
2376
2476
|
width: 80px;
|
|
@@ -2391,7 +2491,9 @@
|
|
|
2391
2491
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2392
2492
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2393
2493
|
border: 1px solid #959595;
|
|
2494
|
+
/* stylelint-disable */
|
|
2394
2495
|
border-radius: 0 !important;
|
|
2496
|
+
/* stylelint-enable */
|
|
2395
2497
|
height: 40%;
|
|
2396
2498
|
left: -3px;
|
|
2397
2499
|
position: absolute;
|
|
@@ -2399,8 +2501,13 @@
|
|
|
2399
2501
|
width: 150%;
|
|
2400
2502
|
}
|
|
2401
2503
|
.e-pivot-formatting-dialog.e-device {
|
|
2504
|
+
/* stylelint-disable */
|
|
2402
2505
|
min-width: 320px !important;
|
|
2403
2506
|
width: 100% !important;
|
|
2507
|
+
/* stylelint-enable */
|
|
2508
|
+
}
|
|
2509
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2510
|
+
width: 100% !important;
|
|
2404
2511
|
}
|
|
2405
2512
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2406
2513
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2446,8 +2553,11 @@
|
|
|
2446
2553
|
|
|
2447
2554
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2448
2555
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2449
|
-
|
|
2556
|
+
/* stylelint-disable */
|
|
2450
2557
|
width: 670px !important;
|
|
2558
|
+
/* stylelint-enable */
|
|
2559
|
+
/* stylelint-disable */
|
|
2560
|
+
/* stylelint-enable */
|
|
2451
2561
|
}
|
|
2452
2562
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2453
2563
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2486,8 +2596,10 @@
|
|
|
2486
2596
|
}
|
|
2487
2597
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2488
2598
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2599
|
+
/* stylelint-disable */
|
|
2489
2600
|
min-width: 320px !important;
|
|
2490
2601
|
width: 100% !important;
|
|
2602
|
+
/* stylelint-enable */
|
|
2491
2603
|
}
|
|
2492
2604
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2493
2605
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2506,8 +2618,14 @@
|
|
|
2506
2618
|
}
|
|
2507
2619
|
|
|
2508
2620
|
.e-pivot-calc-dialog-div {
|
|
2621
|
+
/* stylelint-disable */
|
|
2509
2622
|
max-height: 550px !important;
|
|
2623
|
+
/* stylelint-enable */
|
|
2510
2624
|
min-width: 290px;
|
|
2625
|
+
/* stylelint-disable */
|
|
2626
|
+
/* stylelint-enable */
|
|
2627
|
+
/* stylelint-disable */
|
|
2628
|
+
/* stylelint-enable */
|
|
2511
2629
|
}
|
|
2512
2630
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2513
2631
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2552,9 +2670,11 @@
|
|
|
2552
2670
|
}
|
|
2553
2671
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2554
2672
|
color: #f0f0f0;
|
|
2673
|
+
/* stylelint-disable */
|
|
2555
2674
|
float: right !important;
|
|
2556
2675
|
margin: 0;
|
|
2557
2676
|
margin-right: 12px !important;
|
|
2677
|
+
/* stylelint-enable */
|
|
2558
2678
|
}
|
|
2559
2679
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2560
2680
|
cursor: default;
|
|
@@ -2838,8 +2958,11 @@
|
|
|
2838
2958
|
|
|
2839
2959
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2840
2960
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2841
|
-
|
|
2961
|
+
/* stylelint-disable */
|
|
2962
|
+
max-height: 600px !important;
|
|
2842
2963
|
min-width: 401px !important;
|
|
2964
|
+
/* stylelint-enable */
|
|
2965
|
+
/* stylelint-disable */
|
|
2843
2966
|
}
|
|
2844
2967
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2845
2968
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2881,7 +3004,7 @@
|
|
|
2881
3004
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2882
3005
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2883
3006
|
max-height: 750px !important;
|
|
2884
|
-
min-width: 580px;
|
|
3007
|
+
min-width: 580px !important;
|
|
2885
3008
|
}
|
|
2886
3009
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2887
3010
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2919,6 +3042,9 @@
|
|
|
2919
3042
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2920
3043
|
max-width: 400px !important;
|
|
2921
3044
|
min-width: 320px !important;
|
|
3045
|
+
/* stylelint-enable */
|
|
3046
|
+
/* stylelint-disable */
|
|
3047
|
+
/* stylelint-enable */
|
|
2922
3048
|
}
|
|
2923
3049
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2924
3050
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -2956,8 +3082,10 @@
|
|
|
2956
3082
|
}
|
|
2957
3083
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2958
3084
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3085
|
+
/* stylelint-disable */
|
|
2959
3086
|
margin-left: -35px;
|
|
2960
3087
|
overflow: auto !important;
|
|
3088
|
+
/* stylelint-enable */
|
|
2961
3089
|
}
|
|
2962
3090
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2963
3091
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2976,6 +3104,10 @@
|
|
|
2976
3104
|
margin-left: 0;
|
|
2977
3105
|
margin-right: -35px;
|
|
2978
3106
|
}
|
|
3107
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3108
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3109
|
+
/* stylelint-disable */
|
|
3110
|
+
}
|
|
2979
3111
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
2980
3112
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
2981
3113
|
margin-left: 0;
|
|
@@ -3037,6 +3169,7 @@
|
|
|
3037
3169
|
}
|
|
3038
3170
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3039
3171
|
border: 0;
|
|
3172
|
+
/* stylelint-enable */
|
|
3040
3173
|
}
|
|
3041
3174
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3042
3175
|
margin: 0 0 0 6px;
|
|
@@ -3064,6 +3197,8 @@
|
|
|
3064
3197
|
overflow: auto;
|
|
3065
3198
|
padding: 20px;
|
|
3066
3199
|
padding-bottom: 0;
|
|
3200
|
+
/* stylelint-disable */
|
|
3201
|
+
/* stylelint-enable */
|
|
3067
3202
|
}
|
|
3068
3203
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3069
3204
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3102,6 +3237,9 @@
|
|
|
3102
3237
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3103
3238
|
float: right;
|
|
3104
3239
|
}
|
|
3240
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3241
|
+
/* stylelint-disable */
|
|
3242
|
+
}
|
|
3105
3243
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3106
3244
|
margin-left: 0;
|
|
3107
3245
|
}
|
|
@@ -3239,6 +3377,7 @@
|
|
|
3239
3377
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3240
3378
|
overflow: hidden;
|
|
3241
3379
|
padding: 0 !important;
|
|
3380
|
+
/* stylelint-enable */
|
|
3242
3381
|
}
|
|
3243
3382
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3244
3383
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3305,6 +3444,11 @@
|
|
|
3305
3444
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3306
3445
|
padding-right: 0;
|
|
3307
3446
|
}
|
|
3447
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3448
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3449
|
+
/* stylelint-disable */
|
|
3450
|
+
/* stylelint-enable */
|
|
3451
|
+
}
|
|
3308
3452
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3309
3453
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3310
3454
|
padding-left: 24px;
|
|
@@ -3354,6 +3498,7 @@
|
|
|
3354
3498
|
padding: 4px;
|
|
3355
3499
|
}
|
|
3356
3500
|
|
|
3501
|
+
/* stylelint-disable */
|
|
3357
3502
|
.e-button-drag-clone {
|
|
3358
3503
|
background-color: #2a2a2a !important;
|
|
3359
3504
|
border: 1px solid #585858;
|
|
@@ -3387,6 +3532,12 @@
|
|
|
3387
3532
|
width: auto !important;
|
|
3388
3533
|
}
|
|
3389
3534
|
|
|
3535
|
+
/* stylelint-enable */
|
|
3536
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3537
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3538
|
+
/* stylelint-disable */
|
|
3539
|
+
/* stylelint-enable */
|
|
3540
|
+
}
|
|
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,
|
|
3391
3542
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3392
3543
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3451,6 +3602,10 @@
|
|
|
3451
3602
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3452
3603
|
margin-left: 10px;
|
|
3453
3604
|
}
|
|
3605
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3606
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3607
|
+
/* stylelint-disable */
|
|
3608
|
+
}
|
|
3454
3609
|
.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,
|
|
3455
3610
|
.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 {
|
|
3456
3611
|
margin: 0 0 0 6px;
|
|
@@ -3599,6 +3754,7 @@
|
|
|
3599
3754
|
background-color: #585858;
|
|
3600
3755
|
}
|
|
3601
3756
|
|
|
3757
|
+
/* stylelint-disable */
|
|
3602
3758
|
*.e-rtl .e-select-table {
|
|
3603
3759
|
padding: 8px 5px;
|
|
3604
3760
|
}
|
|
@@ -3637,6 +3793,8 @@
|
|
|
3637
3793
|
font-size: 12px;
|
|
3638
3794
|
max-width: 700px;
|
|
3639
3795
|
min-width: 300px;
|
|
3796
|
+
/* stylelint-enable */
|
|
3797
|
+
/* stylelint-enable */
|
|
3640
3798
|
}
|
|
3641
3799
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3642
3800
|
display: -ms-flexbox;
|
|
@@ -3756,6 +3914,8 @@
|
|
|
3756
3914
|
display: -ms-flexbox;
|
|
3757
3915
|
display: flex;
|
|
3758
3916
|
padding-right: 15px;
|
|
3917
|
+
/* stylelint-disable */
|
|
3918
|
+
/* stylelint-enable */
|
|
3759
3919
|
}
|
|
3760
3920
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3761
3921
|
-ms-flex: auto;
|
|
@@ -3767,7 +3927,9 @@
|
|
|
3767
3927
|
color: #f0f0f0;
|
|
3768
3928
|
cursor: pointer;
|
|
3769
3929
|
font-size: 14px;
|
|
3930
|
+
/* stylelint-disable */
|
|
3770
3931
|
height: 20px !important;
|
|
3932
|
+
/* stylelint-enable */
|
|
3771
3933
|
padding: 7px 0 0 4px;
|
|
3772
3934
|
width: 20px;
|
|
3773
3935
|
}
|
|
@@ -3800,9 +3962,13 @@
|
|
|
3800
3962
|
}
|
|
3801
3963
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3802
3964
|
overflow: hidden;
|
|
3965
|
+
/* stylelint-disable */
|
|
3966
|
+
/* stylelint-enable */
|
|
3803
3967
|
}
|
|
3804
3968
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3805
3969
|
margin-left: -40px;
|
|
3970
|
+
/* stylelint-disable */
|
|
3971
|
+
/* stylelint-enable */
|
|
3806
3972
|
}
|
|
3807
3973
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3808
3974
|
cursor: default;
|
|
@@ -4306,10 +4472,12 @@
|
|
|
4306
4472
|
height: 261px;
|
|
4307
4473
|
}
|
|
4308
4474
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4309
|
-
height: 540px;
|
|
4475
|
+
min-height: 540px;
|
|
4310
4476
|
}
|
|
4311
4477
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4312
4478
|
height: 369px;
|
|
4479
|
+
/* stylelint-disable */
|
|
4480
|
+
/* stylelint-enable */
|
|
4313
4481
|
}
|
|
4314
4482
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4315
4483
|
height: 392px !important;
|
|
@@ -4333,6 +4501,7 @@
|
|
|
4333
4501
|
display: -ms-flexbox;
|
|
4334
4502
|
display: flex;
|
|
4335
4503
|
padding: 10px 20px;
|
|
4504
|
+
/* stylelint-disable */
|
|
4336
4505
|
}
|
|
4337
4506
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4338
4507
|
float: right;
|
|
@@ -4369,6 +4538,8 @@
|
|
|
4369
4538
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4370
4539
|
margin-left: 0;
|
|
4371
4540
|
margin-right: -40px;
|
|
4541
|
+
/* stylelint-disable */
|
|
4542
|
+
/* stylelint-enable */
|
|
4372
4543
|
}
|
|
4373
4544
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4374
4545
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4399,6 +4570,8 @@
|
|
|
4399
4570
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4400
4571
|
padding-left: 15px;
|
|
4401
4572
|
padding-right: 0;
|
|
4573
|
+
/* stylelint-disable */
|
|
4574
|
+
/* stylelint-enable */
|
|
4402
4575
|
}
|
|
4403
4576
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4404
4577
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4480,8 +4653,10 @@
|
|
|
4480
4653
|
}
|
|
4481
4654
|
.e-pivotfieldlist-container.e-device {
|
|
4482
4655
|
height: 100%;
|
|
4656
|
+
/* stylelint-disable */
|
|
4483
4657
|
max-height: 100% !important;
|
|
4484
4658
|
max-width: 100% !important;
|
|
4659
|
+
/* stylelint-enable */
|
|
4485
4660
|
min-height: 500px;
|
|
4486
4661
|
width: 100%;
|
|
4487
4662
|
}
|
|
@@ -4498,6 +4673,11 @@
|
|
|
4498
4673
|
background-color: transparent;
|
|
4499
4674
|
color: #fff;
|
|
4500
4675
|
}
|
|
4676
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4677
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4678
|
+
height: 210px;
|
|
4679
|
+
overflow: auto;
|
|
4680
|
+
}
|
|
4501
4681
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4502
4682
|
display: -ms-flexbox;
|
|
4503
4683
|
display: flex;
|
|
@@ -4581,6 +4761,8 @@
|
|
|
4581
4761
|
padding: 9px 16px;
|
|
4582
4762
|
text-transform: none;
|
|
4583
4763
|
width: 100%;
|
|
4764
|
+
/* stylelint-disable */
|
|
4765
|
+
/* stylelint-enable */
|
|
4584
4766
|
}
|
|
4585
4767
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4586
4768
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4770,6 +4952,10 @@
|
|
|
4770
4952
|
vertical-align: middle;
|
|
4771
4953
|
width: 70%;
|
|
4772
4954
|
}
|
|
4955
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4956
|
+
/* stylelint-disable */
|
|
4957
|
+
/* stylelint-enable */
|
|
4958
|
+
}
|
|
4773
4959
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4774
4960
|
background-color: #1a1a1a;
|
|
4775
4961
|
border: 1px solid #6e6e6e;
|
|
@@ -4817,6 +5003,10 @@
|
|
|
4817
5003
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4818
5004
|
margin-right: 12px;
|
|
4819
5005
|
}
|
|
5006
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5007
|
+
/* stylelint-disable */
|
|
5008
|
+
/* stylelint-enable */
|
|
5009
|
+
}
|
|
4820
5010
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4821
5011
|
left: 16px;
|
|
4822
5012
|
right: auto;
|
|
@@ -4966,6 +5156,10 @@
|
|
|
4966
5156
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
4967
5157
|
max-height: 600px;
|
|
4968
5158
|
}
|
|
5159
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5160
|
+
/* stylelint-disable */
|
|
5161
|
+
/* stylelint-enable */
|
|
5162
|
+
}
|
|
4969
5163
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
4970
5164
|
margin-left: 12px;
|
|
4971
5165
|
margin-right: 0;
|
|
@@ -4986,6 +5180,11 @@
|
|
|
4986
5180
|
margin-left: 20px;
|
|
4987
5181
|
}
|
|
4988
5182
|
|
|
5183
|
+
/* stylelint-disable */
|
|
5184
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5185
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5186
|
+
/* stylelint-enable */
|
|
5187
|
+
}
|
|
4989
5188
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
4990
5189
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
4991
5190
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5137,6 +5336,16 @@
|
|
|
5137
5336
|
margin-top: 4px;
|
|
5138
5337
|
padding: 0 12px;
|
|
5139
5338
|
}
|
|
5339
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5340
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5341
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5342
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5343
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5344
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5345
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5346
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5347
|
+
/* stylelint-disable */
|
|
5348
|
+
}
|
|
5140
5349
|
.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,
|
|
5141
5350
|
.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,
|
|
5142
5351
|
.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,
|
|
@@ -5148,6 +5357,7 @@
|
|
|
5148
5357
|
font-size: 14px;
|
|
5149
5358
|
height: 36px !important;
|
|
5150
5359
|
padding: 9px 16px !important;
|
|
5360
|
+
/* stylelint-enable */
|
|
5151
5361
|
}
|
|
5152
5362
|
.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,
|
|
5153
5363
|
.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,
|
|
@@ -5272,6 +5482,10 @@
|
|
|
5272
5482
|
.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 {
|
|
5273
5483
|
padding-top: 7px;
|
|
5274
5484
|
}
|
|
5485
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5486
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5487
|
+
/* stylelint-disable */
|
|
5488
|
+
}
|
|
5275
5489
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5276
5490
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5277
5491
|
padding-left: 16px;
|
|
@@ -5284,6 +5498,7 @@
|
|
|
5284
5498
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5285
5499
|
padding-left: 0;
|
|
5286
5500
|
padding-right: 5px;
|
|
5501
|
+
/* stylelint-enable */
|
|
5287
5502
|
}
|
|
5288
5503
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5289
5504
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5322,6 +5537,8 @@
|
|
|
5322
5537
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5323
5538
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5324
5539
|
padding-left: 20px;
|
|
5540
|
+
/* stylelint-disable */
|
|
5541
|
+
/* stylelint-enable */
|
|
5325
5542
|
}
|
|
5326
5543
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5327
5544
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5389,6 +5606,10 @@
|
|
|
5389
5606
|
padding-left: 0;
|
|
5390
5607
|
padding-right: 4px;
|
|
5391
5608
|
}
|
|
5609
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5610
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5611
|
+
/* stylelint-disable */
|
|
5612
|
+
}
|
|
5392
5613
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5393
5614
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5394
5615
|
max-height: 750px;
|
|
@@ -5403,8 +5624,8 @@
|
|
|
5403
5624
|
}
|
|
5404
5625
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5405
5626
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5406
|
-
height: 565px !important;
|
|
5407
5627
|
max-height: 600px !important;
|
|
5628
|
+
min-height: 580px !important;
|
|
5408
5629
|
}
|
|
5409
5630
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5410
5631
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5421,4 +5642,10 @@
|
|
|
5421
5642
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5422
5643
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5423
5644
|
height: 165px !important;
|
|
5424
|
-
}
|
|
5645
|
+
}
|
|
5646
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5647
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5648
|
+
max-height: 190px;
|
|
5649
|
+
}
|
|
5650
|
+
|
|
5651
|
+
/* stylelint-enable */
|