@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/fluent-dark.css
CHANGED
|
@@ -153,6 +153,12 @@
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/*! PivotView layout */
|
|
156
|
+
.e-pivotview {
|
|
157
|
+
/* stylelint-disable */
|
|
158
|
+
/* stylelint-enable */
|
|
159
|
+
/* stylelint-enable */
|
|
160
|
+
/* stylelint-disable */
|
|
161
|
+
}
|
|
156
162
|
.e-pivotview .e-value-field-settings,
|
|
157
163
|
.e-pivotview .e-member-editor-dialog,
|
|
158
164
|
.e-pivotview .e-group-field-settings {
|
|
@@ -227,6 +233,7 @@
|
|
|
227
233
|
}
|
|
228
234
|
.e-pivotview .e-member-editor-dialog {
|
|
229
235
|
min-width: 320px;
|
|
236
|
+
/* stylelint-disable */
|
|
230
237
|
}
|
|
231
238
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
232
239
|
display: -ms-flexbox;
|
|
@@ -241,6 +248,7 @@
|
|
|
241
248
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
242
249
|
box-shadow: none;
|
|
243
250
|
margin-left: 10px;
|
|
251
|
+
/* stylelint-disable */
|
|
244
252
|
}
|
|
245
253
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
246
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -332,6 +340,7 @@
|
|
|
332
340
|
}
|
|
333
341
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
334
342
|
border: none;
|
|
343
|
+
/* stylelint-enable */
|
|
335
344
|
}
|
|
336
345
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
337
346
|
margin: 0 0 0 6px;
|
|
@@ -561,6 +570,7 @@
|
|
|
561
570
|
}
|
|
562
571
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
572
|
font-size: 16px;
|
|
573
|
+
margin: 4px;
|
|
564
574
|
}
|
|
565
575
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
566
576
|
background-color: transparent;
|
|
@@ -588,13 +598,16 @@
|
|
|
588
598
|
}
|
|
589
599
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
590
600
|
margin-left: 18px !important;
|
|
601
|
+
/* stylelint-enable */
|
|
591
602
|
}
|
|
592
603
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
604
|
+
/* stylelint-disable */
|
|
593
605
|
padding: 0 !important;
|
|
594
606
|
}
|
|
595
607
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
596
608
|
float: left;
|
|
597
609
|
font-weight: 500;
|
|
610
|
+
/* stylelint-enable */
|
|
598
611
|
}
|
|
599
612
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
600
613
|
float: right;
|
|
@@ -623,6 +636,7 @@
|
|
|
623
636
|
}
|
|
624
637
|
|
|
625
638
|
.e-pivotview-report-dialog {
|
|
639
|
+
/* stylelint-disable */
|
|
626
640
|
max-width: 350px !important;
|
|
627
641
|
}
|
|
628
642
|
|
|
@@ -642,6 +656,7 @@
|
|
|
642
656
|
max-width: 500px !important;
|
|
643
657
|
}
|
|
644
658
|
|
|
659
|
+
/* stylelint-enable */
|
|
645
660
|
.e-report-outer {
|
|
646
661
|
display: inline-block;
|
|
647
662
|
width: 100%;
|
|
@@ -654,6 +669,7 @@
|
|
|
654
669
|
width: 40%;
|
|
655
670
|
}
|
|
656
671
|
|
|
672
|
+
/* stylelint-disable */
|
|
657
673
|
.e-pivotview-report-input {
|
|
658
674
|
float: right;
|
|
659
675
|
width: 60% !important;
|
|
@@ -675,11 +691,16 @@
|
|
|
675
691
|
font-size: 18px !important;
|
|
676
692
|
}
|
|
677
693
|
|
|
694
|
+
/* stylelint-enable */
|
|
678
695
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
679
696
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
680
697
|
white-space: nowrap;
|
|
681
698
|
}
|
|
682
699
|
|
|
700
|
+
.e-drillthrough-dialog {
|
|
701
|
+
/* stylelint-disable */
|
|
702
|
+
/* stylelint-enable */
|
|
703
|
+
}
|
|
683
704
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
684
705
|
margin-bottom: 20px;
|
|
685
706
|
}
|
|
@@ -700,9 +721,18 @@
|
|
|
700
721
|
flex-wrap: wrap;
|
|
701
722
|
}
|
|
702
723
|
|
|
724
|
+
.e-bigger .e-pivotview,
|
|
725
|
+
.e-bigger.e-pivotview {
|
|
726
|
+
/* stylelint-disable */
|
|
727
|
+
/* stylelint-enable */
|
|
728
|
+
/* stylelint-disable */
|
|
729
|
+
/* stylelint-enable */
|
|
730
|
+
}
|
|
703
731
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
704
732
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
733
|
+
/* stylelint-disable */
|
|
705
734
|
height: 26px !important;
|
|
735
|
+
/* stylelint-enable */
|
|
706
736
|
}
|
|
707
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
708
738
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -858,6 +888,18 @@
|
|
|
858
888
|
}
|
|
859
889
|
|
|
860
890
|
/*! PivotView theme */
|
|
891
|
+
.e-pivotview {
|
|
892
|
+
/* stylelint-enable */
|
|
893
|
+
/* stylelint-disable */
|
|
894
|
+
/* stylelint-enable */
|
|
895
|
+
/* stylelint-disable */
|
|
896
|
+
/* stylelint-enable */
|
|
897
|
+
/* stylelint-disable */
|
|
898
|
+
/* stylelint-enable */
|
|
899
|
+
/* stylelint-disable */
|
|
900
|
+
/* stylelint-enable */
|
|
901
|
+
/* stylelint-enable */
|
|
902
|
+
}
|
|
861
903
|
.e-pivotview .e-nextspan {
|
|
862
904
|
display: inline-block;
|
|
863
905
|
width: 18px;
|
|
@@ -878,6 +920,7 @@
|
|
|
878
920
|
text-align: right;
|
|
879
921
|
}
|
|
880
922
|
.e-pivotview .e-grid .e-rowcell {
|
|
923
|
+
/* stylelint-disable */
|
|
881
924
|
font-size: 14px !important;
|
|
882
925
|
padding-left: 8px;
|
|
883
926
|
-webkit-user-select: none;
|
|
@@ -988,7 +1031,6 @@
|
|
|
988
1031
|
}
|
|
989
1032
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
990
1033
|
font-size: 14px !important;
|
|
991
|
-
padding: 3px 4px 4px 4px !important;
|
|
992
1034
|
}
|
|
993
1035
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
994
1036
|
margin: -10px 0 !important;
|
|
@@ -1028,11 +1070,6 @@
|
|
|
1028
1070
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1029
1071
|
visibility: hidden !important;
|
|
1030
1072
|
}
|
|
1031
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1032
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1033
|
-
text-overflow: ellipsis;
|
|
1034
|
-
white-space: nowrap;
|
|
1035
|
-
}
|
|
1036
1073
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1037
1074
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1038
1075
|
padding-left: 8px !important;
|
|
@@ -1092,12 +1129,18 @@
|
|
|
1092
1129
|
}
|
|
1093
1130
|
.e-pivotview .e-rowcell {
|
|
1094
1131
|
opacity: 1;
|
|
1132
|
+
/* stylelint-disable */
|
|
1133
|
+
/* stylelint-enable */
|
|
1095
1134
|
}
|
|
1096
1135
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1097
1136
|
-webkit-user-select: none;
|
|
1098
1137
|
-ms-user-select: none;
|
|
1099
1138
|
user-select: none;
|
|
1100
1139
|
}
|
|
1140
|
+
.e-pivotview .e-grouping-bar {
|
|
1141
|
+
/* stylelint-disable */
|
|
1142
|
+
/* stylelint-enable */
|
|
1143
|
+
}
|
|
1101
1144
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1102
1145
|
-ms-flex: auto;
|
|
1103
1146
|
flex: auto;
|
|
@@ -1227,7 +1270,9 @@
|
|
|
1227
1270
|
border: 1px solid #252423;
|
|
1228
1271
|
border-radius: 2px;
|
|
1229
1272
|
box-shadow: none;
|
|
1273
|
+
/* stylelint-disable */
|
|
1230
1274
|
color: #d2d0ce !important;
|
|
1275
|
+
/* stylelint-enable */
|
|
1231
1276
|
cursor: default;
|
|
1232
1277
|
display: -ms-flexbox;
|
|
1233
1278
|
display: flex;
|
|
@@ -1238,6 +1283,8 @@
|
|
|
1238
1283
|
text-transform: none;
|
|
1239
1284
|
vertical-align: bottom;
|
|
1240
1285
|
z-index: 1;
|
|
1286
|
+
/* stylelint-disable */
|
|
1287
|
+
/* stylelint-enable */
|
|
1241
1288
|
}
|
|
1242
1289
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1243
1290
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1500,6 +1547,7 @@
|
|
|
1500
1547
|
width: 18px;
|
|
1501
1548
|
}
|
|
1502
1549
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1550
|
+
margin-top: 3px;
|
|
1503
1551
|
transform: rotateX(180deg);
|
|
1504
1552
|
}
|
|
1505
1553
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1554,7 +1602,7 @@
|
|
|
1554
1602
|
width: auto;
|
|
1555
1603
|
}
|
|
1556
1604
|
.e-pivotview .e-collapse::before {
|
|
1557
|
-
font-size:
|
|
1605
|
+
font-size: 18px;
|
|
1558
1606
|
}
|
|
1559
1607
|
.e-pivotview .e-expand,
|
|
1560
1608
|
.e-pivotview .e-collapse {
|
|
@@ -1577,6 +1625,12 @@
|
|
|
1577
1625
|
.e-pivotview .e-expand::before {
|
|
1578
1626
|
font-size: 18px;
|
|
1579
1627
|
}
|
|
1628
|
+
.e-pivotview.e-rtl {
|
|
1629
|
+
/* stylelint-disable */
|
|
1630
|
+
/* stylelint-enable */
|
|
1631
|
+
/* stylelint-disable */
|
|
1632
|
+
/* stylelint-enable */
|
|
1633
|
+
}
|
|
1580
1634
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1581
1635
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1582
1636
|
margin-left: 0;
|
|
@@ -1648,8 +1702,10 @@
|
|
|
1648
1702
|
padding-right: 8px;
|
|
1649
1703
|
}
|
|
1650
1704
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1705
|
+
/* stylelint-disable */
|
|
1651
1706
|
padding-left: 8px;
|
|
1652
1707
|
padding-right: 0;
|
|
1708
|
+
/* stylelint-enable */
|
|
1653
1709
|
}
|
|
1654
1710
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1655
1711
|
margin-left: 4px;
|
|
@@ -1672,9 +1728,18 @@
|
|
|
1672
1728
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1673
1729
|
float: left;
|
|
1674
1730
|
}
|
|
1731
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1732
|
+
/* stylelint-disable */
|
|
1733
|
+
}
|
|
1675
1734
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1676
1735
|
line-height: 1em !important;
|
|
1677
1736
|
}
|
|
1737
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1738
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1739
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1740
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1741
|
+
margin-top: 2px !important;
|
|
1742
|
+
}
|
|
1678
1743
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1679
1744
|
max-width: 155px;
|
|
1680
1745
|
}
|
|
@@ -1685,6 +1750,9 @@
|
|
|
1685
1750
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1686
1751
|
max-width: 200px;
|
|
1687
1752
|
}
|
|
1753
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1754
|
+
width: 100% !important;
|
|
1755
|
+
}
|
|
1688
1756
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1689
1757
|
width: 0 !important;
|
|
1690
1758
|
}
|
|
@@ -1740,6 +1808,13 @@
|
|
|
1740
1808
|
margin-right: 5px;
|
|
1741
1809
|
}
|
|
1742
1810
|
|
|
1811
|
+
.e-bigger .e-pivotview,
|
|
1812
|
+
.e-bigger.e-pivotview {
|
|
1813
|
+
/* stylelint-disable */
|
|
1814
|
+
/* stylelint-enable */
|
|
1815
|
+
/* stylelint-disable */
|
|
1816
|
+
/* stylelint-enable */
|
|
1817
|
+
}
|
|
1743
1818
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1744
1819
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1745
1820
|
margin: 4px;
|
|
@@ -1802,6 +1877,10 @@
|
|
|
1802
1877
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1803
1878
|
margin-top: 0;
|
|
1804
1879
|
}
|
|
1880
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1881
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1882
|
+
/* stylelint-enable */
|
|
1883
|
+
}
|
|
1805
1884
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1806
1885
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1807
1886
|
height: 36px !important;
|
|
@@ -1842,8 +1921,10 @@
|
|
|
1842
1921
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1843
1922
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1844
1923
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1924
|
+
/* stylelint-disable */
|
|
1845
1925
|
font-size: 14px !important;
|
|
1846
1926
|
height: 20px;
|
|
1927
|
+
margin-top: 2px;
|
|
1847
1928
|
width: 20px;
|
|
1848
1929
|
}
|
|
1849
1930
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1939,7 +2020,8 @@
|
|
|
1939
2020
|
}
|
|
1940
2021
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1941
2022
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1942
|
-
margin: -
|
|
2023
|
+
margin: -14px -10px !important;
|
|
2024
|
+
padding-top: 28px;
|
|
1943
2025
|
}
|
|
1944
2026
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1945
2027
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1969,8 +2051,15 @@
|
|
|
1969
2051
|
}
|
|
1970
2052
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1971
2053
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2054
|
+
/* stylelint-disable */
|
|
1972
2055
|
font-size: 16px !important;
|
|
1973
2056
|
}
|
|
2057
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2058
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2059
|
+
/* stylelint-enable */
|
|
2060
|
+
/* stylelint-disable */
|
|
2061
|
+
/* stylelint-enable */
|
|
2062
|
+
}
|
|
1974
2063
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1975
2064
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1976
2065
|
padding-right: 10px !important;
|
|
@@ -2016,7 +2105,7 @@
|
|
|
2016
2105
|
}
|
|
2017
2106
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2018
2107
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2019
|
-
font-size:
|
|
2108
|
+
font-size: 24px;
|
|
2020
2109
|
}
|
|
2021
2110
|
|
|
2022
2111
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2049,6 +2138,10 @@
|
|
|
2049
2138
|
content: "\e774";
|
|
2050
2139
|
}
|
|
2051
2140
|
|
|
2141
|
+
.e-pivot-calc-dialog-div {
|
|
2142
|
+
/* stylelint-disable */
|
|
2143
|
+
/* stylelint-enable */
|
|
2144
|
+
}
|
|
2052
2145
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2053
2146
|
content: "\e726";
|
|
2054
2147
|
}
|
|
@@ -2147,6 +2240,11 @@
|
|
|
2147
2240
|
content: "\e7d8" !important;
|
|
2148
2241
|
}
|
|
2149
2242
|
|
|
2243
|
+
.e-pivotfieldlist-wrapper,
|
|
2244
|
+
.e-pivotfieldlist-container {
|
|
2245
|
+
/* stylelint-disable */
|
|
2246
|
+
/* stylelint-enable */
|
|
2247
|
+
}
|
|
2150
2248
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2151
2249
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2152
2250
|
content: "\e773";
|
|
@@ -2341,9 +2439,10 @@
|
|
|
2341
2439
|
}
|
|
2342
2440
|
|
|
2343
2441
|
.e-pivot-formatting-dialog {
|
|
2442
|
+
/* stylelint-disable */
|
|
2344
2443
|
max-height: 480px !important;
|
|
2345
|
-
min-width: 629px !important;
|
|
2346
2444
|
width: 629px !important;
|
|
2445
|
+
/* stylelint-enable */
|
|
2347
2446
|
}
|
|
2348
2447
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2349
2448
|
padding-bottom: 4px;
|
|
@@ -2357,6 +2456,7 @@
|
|
|
2357
2456
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2358
2457
|
padding-bottom: 14px;
|
|
2359
2458
|
padding-right: 18px;
|
|
2459
|
+
white-space: nowrap;
|
|
2360
2460
|
}
|
|
2361
2461
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2362
2462
|
vertical-align: bottom;
|
|
@@ -2417,7 +2517,9 @@
|
|
|
2417
2517
|
border: 1px solid #a19f9d;
|
|
2418
2518
|
border-radius: 2px;
|
|
2419
2519
|
height: 28px;
|
|
2520
|
+
/* stylelint-disable */
|
|
2420
2521
|
margin: 0 !important;
|
|
2522
|
+
/* stylelint-enable */
|
|
2421
2523
|
padding-left: 6px;
|
|
2422
2524
|
padding-top: 6px;
|
|
2423
2525
|
width: 80px;
|
|
@@ -2438,7 +2540,9 @@
|
|
|
2438
2540
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2439
2541
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2440
2542
|
border: 1px solid #a19f9d;
|
|
2543
|
+
/* stylelint-disable */
|
|
2441
2544
|
border-radius: 0 !important;
|
|
2545
|
+
/* stylelint-enable */
|
|
2442
2546
|
height: 40%;
|
|
2443
2547
|
left: -3px;
|
|
2444
2548
|
position: absolute;
|
|
@@ -2446,8 +2550,13 @@
|
|
|
2446
2550
|
width: 150%;
|
|
2447
2551
|
}
|
|
2448
2552
|
.e-pivot-formatting-dialog.e-device {
|
|
2553
|
+
/* stylelint-disable */
|
|
2449
2554
|
min-width: 320px !important;
|
|
2450
2555
|
width: 100% !important;
|
|
2556
|
+
/* stylelint-enable */
|
|
2557
|
+
}
|
|
2558
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2559
|
+
width: 100% !important;
|
|
2451
2560
|
}
|
|
2452
2561
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2453
2562
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2493,8 +2602,11 @@
|
|
|
2493
2602
|
|
|
2494
2603
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2495
2604
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2496
|
-
|
|
2605
|
+
/* stylelint-disable */
|
|
2497
2606
|
width: 714px !important;
|
|
2607
|
+
/* stylelint-enable */
|
|
2608
|
+
/* stylelint-disable */
|
|
2609
|
+
/* stylelint-enable */
|
|
2498
2610
|
}
|
|
2499
2611
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2500
2612
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2533,8 +2645,10 @@
|
|
|
2533
2645
|
}
|
|
2534
2646
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2535
2647
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2648
|
+
/* stylelint-disable */
|
|
2536
2649
|
min-width: 320px !important;
|
|
2537
2650
|
width: 100% !important;
|
|
2651
|
+
/* stylelint-enable */
|
|
2538
2652
|
}
|
|
2539
2653
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2540
2654
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2553,8 +2667,14 @@
|
|
|
2553
2667
|
}
|
|
2554
2668
|
|
|
2555
2669
|
.e-pivot-calc-dialog-div {
|
|
2670
|
+
/* stylelint-disable */
|
|
2556
2671
|
max-height: 550px !important;
|
|
2672
|
+
/* stylelint-enable */
|
|
2557
2673
|
min-width: 290px;
|
|
2674
|
+
/* stylelint-disable */
|
|
2675
|
+
/* stylelint-enable */
|
|
2676
|
+
/* stylelint-disable */
|
|
2677
|
+
/* stylelint-enable */
|
|
2558
2678
|
}
|
|
2559
2679
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2560
2680
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2562,7 +2682,9 @@
|
|
|
2562
2682
|
}
|
|
2563
2683
|
.e-pivot-calc-dialog-div .e-dlg-content {
|
|
2564
2684
|
padding-bottom: 18px;
|
|
2685
|
+
/* stylelint-disable */
|
|
2565
2686
|
padding-top: 1px !important;
|
|
2687
|
+
/* stylelint-enable */
|
|
2566
2688
|
}
|
|
2567
2689
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2568
2690
|
.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2601,9 +2723,11 @@
|
|
|
2601
2723
|
}
|
|
2602
2724
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2603
2725
|
color: #a19f9d;
|
|
2726
|
+
/* stylelint-disable */
|
|
2604
2727
|
float: right !important;
|
|
2605
2728
|
margin: 0;
|
|
2606
2729
|
margin-right: 12px !important;
|
|
2730
|
+
/* stylelint-enable */
|
|
2607
2731
|
}
|
|
2608
2732
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2609
2733
|
cursor: default;
|
|
@@ -2895,8 +3019,11 @@
|
|
|
2895
3019
|
|
|
2896
3020
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2897
3021
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2898
|
-
|
|
3022
|
+
/* stylelint-disable */
|
|
3023
|
+
max-height: 600px !important;
|
|
2899
3024
|
min-width: 401px !important;
|
|
3025
|
+
/* stylelint-enable */
|
|
3026
|
+
/* stylelint-disable */
|
|
2900
3027
|
}
|
|
2901
3028
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2902
3029
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2943,7 +3070,7 @@
|
|
|
2943
3070
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2944
3071
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2945
3072
|
max-height: 750px !important;
|
|
2946
|
-
min-width: 580px;
|
|
3073
|
+
min-width: 580px !important;
|
|
2947
3074
|
}
|
|
2948
3075
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2949
3076
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2981,6 +3108,9 @@
|
|
|
2981
3108
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2982
3109
|
max-width: 400px !important;
|
|
2983
3110
|
min-width: 320px !important;
|
|
3111
|
+
/* stylelint-enable */
|
|
3112
|
+
/* stylelint-disable */
|
|
3113
|
+
/* stylelint-enable */
|
|
2984
3114
|
}
|
|
2985
3115
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2986
3116
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3018,8 +3148,10 @@
|
|
|
3018
3148
|
}
|
|
3019
3149
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3020
3150
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3151
|
+
/* stylelint-disable */
|
|
3021
3152
|
margin-left: -22px;
|
|
3022
3153
|
overflow: auto !important;
|
|
3154
|
+
/* stylelint-enable */
|
|
3023
3155
|
}
|
|
3024
3156
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3025
3157
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3038,6 +3170,10 @@
|
|
|
3038
3170
|
margin-left: 0;
|
|
3039
3171
|
margin-right: -22px;
|
|
3040
3172
|
}
|
|
3173
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3174
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3175
|
+
/* stylelint-disable */
|
|
3176
|
+
}
|
|
3041
3177
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3042
3178
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3043
3179
|
margin-left: 0;
|
|
@@ -3101,6 +3237,7 @@
|
|
|
3101
3237
|
}
|
|
3102
3238
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3103
3239
|
border: 0;
|
|
3240
|
+
/* stylelint-enable */
|
|
3104
3241
|
}
|
|
3105
3242
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3106
3243
|
margin: 0 0 0 6px;
|
|
@@ -3128,6 +3265,8 @@
|
|
|
3128
3265
|
overflow: auto;
|
|
3129
3266
|
padding: 20px;
|
|
3130
3267
|
padding-bottom: 0;
|
|
3268
|
+
/* stylelint-disable */
|
|
3269
|
+
/* stylelint-enable */
|
|
3131
3270
|
}
|
|
3132
3271
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3133
3272
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3166,6 +3305,9 @@
|
|
|
3166
3305
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3167
3306
|
float: right;
|
|
3168
3307
|
}
|
|
3308
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3309
|
+
/* stylelint-disable */
|
|
3310
|
+
}
|
|
3169
3311
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3170
3312
|
margin-left: 0;
|
|
3171
3313
|
}
|
|
@@ -3304,6 +3446,7 @@
|
|
|
3304
3446
|
overflow: hidden;
|
|
3305
3447
|
padding: 0 !important;
|
|
3306
3448
|
padding-top: 1px;
|
|
3449
|
+
/* stylelint-enable */
|
|
3307
3450
|
}
|
|
3308
3451
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3309
3452
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3370,6 +3513,11 @@
|
|
|
3370
3513
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3371
3514
|
padding-right: 0;
|
|
3372
3515
|
}
|
|
3516
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3517
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3518
|
+
/* stylelint-disable */
|
|
3519
|
+
/* stylelint-enable */
|
|
3520
|
+
}
|
|
3373
3521
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3374
3522
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3375
3523
|
padding-left: 24px;
|
|
@@ -3419,6 +3567,7 @@
|
|
|
3419
3567
|
padding: 4px;
|
|
3420
3568
|
}
|
|
3421
3569
|
|
|
3570
|
+
/* stylelint-disable */
|
|
3422
3571
|
.e-button-drag-clone {
|
|
3423
3572
|
background-color: #292827 !important;
|
|
3424
3573
|
border: 1px solid #292827;
|
|
@@ -3458,6 +3607,12 @@
|
|
|
3458
3607
|
width: auto !important;
|
|
3459
3608
|
}
|
|
3460
3609
|
|
|
3610
|
+
/* stylelint-enable */
|
|
3611
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3612
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3613
|
+
/* stylelint-disable */
|
|
3614
|
+
/* stylelint-enable */
|
|
3615
|
+
}
|
|
3461
3616
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3462
3617
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3463
3618
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3522,6 +3677,10 @@
|
|
|
3522
3677
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3523
3678
|
margin-left: 10px;
|
|
3524
3679
|
}
|
|
3680
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3681
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3682
|
+
/* stylelint-disable */
|
|
3683
|
+
}
|
|
3525
3684
|
.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,
|
|
3526
3685
|
.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 {
|
|
3527
3686
|
margin: 0 0 0 6px;
|
|
@@ -3670,6 +3829,7 @@
|
|
|
3670
3829
|
background-color: #292827;
|
|
3671
3830
|
}
|
|
3672
3831
|
|
|
3832
|
+
/* stylelint-disable */
|
|
3673
3833
|
*.e-rtl .e-select-table {
|
|
3674
3834
|
padding: 8px 5px;
|
|
3675
3835
|
}
|
|
@@ -3708,6 +3868,8 @@
|
|
|
3708
3868
|
font-size: 14px;
|
|
3709
3869
|
max-width: 700px;
|
|
3710
3870
|
min-width: 300px;
|
|
3871
|
+
/* stylelint-enable */
|
|
3872
|
+
/* stylelint-enable */
|
|
3711
3873
|
}
|
|
3712
3874
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3713
3875
|
display: -ms-flexbox;
|
|
@@ -3830,6 +3992,8 @@
|
|
|
3830
3992
|
display: -ms-flexbox;
|
|
3831
3993
|
display: flex;
|
|
3832
3994
|
padding-right: 18px;
|
|
3995
|
+
/* stylelint-disable */
|
|
3996
|
+
/* stylelint-enable */
|
|
3833
3997
|
}
|
|
3834
3998
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3835
3999
|
-ms-flex: auto;
|
|
@@ -3841,7 +4005,9 @@
|
|
|
3841
4005
|
color: #a19f9d;
|
|
3842
4006
|
cursor: pointer;
|
|
3843
4007
|
font-size: 14px;
|
|
4008
|
+
/* stylelint-disable */
|
|
3844
4009
|
height: 20px !important;
|
|
4010
|
+
/* stylelint-enable */
|
|
3845
4011
|
padding: 6px 0 0 4px;
|
|
3846
4012
|
width: 20px;
|
|
3847
4013
|
}
|
|
@@ -3878,9 +4044,13 @@
|
|
|
3878
4044
|
}
|
|
3879
4045
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3880
4046
|
overflow: hidden;
|
|
4047
|
+
/* stylelint-disable */
|
|
4048
|
+
/* stylelint-enable */
|
|
3881
4049
|
}
|
|
3882
4050
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3883
4051
|
margin-left: -30px;
|
|
4052
|
+
/* stylelint-disable */
|
|
4053
|
+
/* stylelint-enable */
|
|
3884
4054
|
}
|
|
3885
4055
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3886
4056
|
cursor: default;
|
|
@@ -4386,10 +4556,12 @@
|
|
|
4386
4556
|
height: 261px;
|
|
4387
4557
|
}
|
|
4388
4558
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4389
|
-
height: 540px;
|
|
4559
|
+
min-height: 540px;
|
|
4390
4560
|
}
|
|
4391
4561
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4392
4562
|
height: 369px;
|
|
4563
|
+
/* stylelint-disable */
|
|
4564
|
+
/* stylelint-enable */
|
|
4393
4565
|
}
|
|
4394
4566
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4395
4567
|
height: 392px !important;
|
|
@@ -4413,6 +4585,7 @@
|
|
|
4413
4585
|
display: -ms-flexbox;
|
|
4414
4586
|
display: flex;
|
|
4415
4587
|
padding: 10px 18px;
|
|
4588
|
+
/* stylelint-disable */
|
|
4416
4589
|
}
|
|
4417
4590
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4418
4591
|
float: right;
|
|
@@ -4449,6 +4622,8 @@
|
|
|
4449
4622
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4450
4623
|
margin-left: 0;
|
|
4451
4624
|
margin-right: -30px;
|
|
4625
|
+
/* stylelint-disable */
|
|
4626
|
+
/* stylelint-enable */
|
|
4452
4627
|
}
|
|
4453
4628
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4454
4629
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4479,6 +4654,8 @@
|
|
|
4479
4654
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4480
4655
|
padding-left: 18px;
|
|
4481
4656
|
padding-right: 0;
|
|
4657
|
+
/* stylelint-disable */
|
|
4658
|
+
/* stylelint-enable */
|
|
4482
4659
|
}
|
|
4483
4660
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4484
4661
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4564,8 +4741,10 @@
|
|
|
4564
4741
|
}
|
|
4565
4742
|
.e-pivotfieldlist-container.e-device {
|
|
4566
4743
|
height: 100%;
|
|
4744
|
+
/* stylelint-disable */
|
|
4567
4745
|
max-height: 100% !important;
|
|
4568
4746
|
max-width: 100% !important;
|
|
4747
|
+
/* stylelint-enable */
|
|
4569
4748
|
min-height: 500px;
|
|
4570
4749
|
width: 100%;
|
|
4571
4750
|
}
|
|
@@ -4582,6 +4761,11 @@
|
|
|
4582
4761
|
background-color: transparent;
|
|
4583
4762
|
color: #c8c6c4;
|
|
4584
4763
|
}
|
|
4764
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4765
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4766
|
+
height: 210px;
|
|
4767
|
+
overflow: auto;
|
|
4768
|
+
}
|
|
4585
4769
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4586
4770
|
display: -ms-flexbox;
|
|
4587
4771
|
display: flex;
|
|
@@ -4665,6 +4849,8 @@
|
|
|
4665
4849
|
padding: 9px 16px;
|
|
4666
4850
|
text-transform: none;
|
|
4667
4851
|
width: 100%;
|
|
4852
|
+
/* stylelint-disable */
|
|
4853
|
+
/* stylelint-enable */
|
|
4668
4854
|
}
|
|
4669
4855
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4670
4856
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4854,6 +5040,10 @@
|
|
|
4854
5040
|
vertical-align: middle;
|
|
4855
5041
|
width: 70%;
|
|
4856
5042
|
}
|
|
5043
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5044
|
+
/* stylelint-disable */
|
|
5045
|
+
/* stylelint-enable */
|
|
5046
|
+
}
|
|
4857
5047
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4858
5048
|
background-color: #1b1a19;
|
|
4859
5049
|
border: 1px solid #292827;
|
|
@@ -4901,6 +5091,10 @@
|
|
|
4901
5091
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4902
5092
|
margin-right: 12px;
|
|
4903
5093
|
}
|
|
5094
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5095
|
+
/* stylelint-disable */
|
|
5096
|
+
/* stylelint-enable */
|
|
5097
|
+
}
|
|
4904
5098
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4905
5099
|
left: 16px;
|
|
4906
5100
|
right: auto;
|
|
@@ -5050,6 +5244,10 @@
|
|
|
5050
5244
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5051
5245
|
max-height: 600px;
|
|
5052
5246
|
}
|
|
5247
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5248
|
+
/* stylelint-disable */
|
|
5249
|
+
/* stylelint-enable */
|
|
5250
|
+
}
|
|
5053
5251
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5054
5252
|
margin-left: 12px;
|
|
5055
5253
|
margin-right: 0;
|
|
@@ -5070,6 +5268,11 @@
|
|
|
5070
5268
|
margin-left: 20px;
|
|
5071
5269
|
}
|
|
5072
5270
|
|
|
5271
|
+
/* stylelint-disable */
|
|
5272
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5273
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5274
|
+
/* stylelint-enable */
|
|
5275
|
+
}
|
|
5073
5276
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5074
5277
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5075
5278
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5225,6 +5428,16 @@
|
|
|
5225
5428
|
margin-top: 4px;
|
|
5226
5429
|
padding: 0 12px;
|
|
5227
5430
|
}
|
|
5431
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5432
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5433
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5434
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5435
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5436
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5437
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5438
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5439
|
+
/* stylelint-disable */
|
|
5440
|
+
}
|
|
5228
5441
|
.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,
|
|
5229
5442
|
.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,
|
|
5230
5443
|
.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,
|
|
@@ -5236,6 +5449,7 @@
|
|
|
5236
5449
|
font-size: 14px;
|
|
5237
5450
|
height: 36px !important;
|
|
5238
5451
|
padding: 9px 16px !important;
|
|
5452
|
+
/* stylelint-enable */
|
|
5239
5453
|
}
|
|
5240
5454
|
.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,
|
|
5241
5455
|
.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,
|
|
@@ -5360,6 +5574,10 @@
|
|
|
5360
5574
|
.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 {
|
|
5361
5575
|
padding-top: 7px;
|
|
5362
5576
|
}
|
|
5577
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5578
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5579
|
+
/* stylelint-disable */
|
|
5580
|
+
}
|
|
5363
5581
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5364
5582
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5365
5583
|
padding-left: 16px;
|
|
@@ -5372,6 +5590,7 @@
|
|
|
5372
5590
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5373
5591
|
padding-left: 0;
|
|
5374
5592
|
padding-right: 5px;
|
|
5593
|
+
/* stylelint-enable */
|
|
5375
5594
|
}
|
|
5376
5595
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5377
5596
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5410,6 +5629,8 @@
|
|
|
5410
5629
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5411
5630
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5412
5631
|
padding-left: 20px;
|
|
5632
|
+
/* stylelint-disable */
|
|
5633
|
+
/* stylelint-enable */
|
|
5413
5634
|
}
|
|
5414
5635
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5415
5636
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5481,6 +5702,10 @@
|
|
|
5481
5702
|
padding-left: 0;
|
|
5482
5703
|
padding-right: 4px;
|
|
5483
5704
|
}
|
|
5705
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5706
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5707
|
+
/* stylelint-disable */
|
|
5708
|
+
}
|
|
5484
5709
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5485
5710
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5486
5711
|
max-height: 750px;
|
|
@@ -5495,8 +5720,8 @@
|
|
|
5495
5720
|
}
|
|
5496
5721
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5497
5722
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5498
|
-
height: 565px !important;
|
|
5499
5723
|
max-height: 600px !important;
|
|
5724
|
+
min-height: 588px !important;
|
|
5500
5725
|
}
|
|
5501
5726
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5502
5727
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5513,4 +5738,10 @@
|
|
|
5513
5738
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5514
5739
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5515
5740
|
height: 165px !important;
|
|
5516
|
-
}
|
|
5741
|
+
}
|
|
5742
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5743
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5744
|
+
max-height: 184px;
|
|
5745
|
+
}
|
|
5746
|
+
|
|
5747
|
+
/* stylelint-enable */
|