@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.css
CHANGED
|
@@ -155,6 +155,12 @@
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/*! PivotView layout */
|
|
158
|
+
.e-pivotview {
|
|
159
|
+
/* stylelint-disable */
|
|
160
|
+
/* stylelint-enable */
|
|
161
|
+
/* stylelint-enable */
|
|
162
|
+
/* stylelint-disable */
|
|
163
|
+
}
|
|
158
164
|
.e-pivotview .e-value-field-settings,
|
|
159
165
|
.e-pivotview .e-member-editor-dialog,
|
|
160
166
|
.e-pivotview .e-group-field-settings {
|
|
@@ -229,6 +235,7 @@
|
|
|
229
235
|
}
|
|
230
236
|
.e-pivotview .e-member-editor-dialog {
|
|
231
237
|
min-width: 320px;
|
|
238
|
+
/* stylelint-disable */
|
|
232
239
|
}
|
|
233
240
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
234
241
|
display: -ms-flexbox;
|
|
@@ -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;
|
|
@@ -563,6 +572,7 @@
|
|
|
563
572
|
}
|
|
564
573
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
574
|
font-size: 16px;
|
|
575
|
+
margin: 4px;
|
|
566
576
|
}
|
|
567
577
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
568
578
|
background-color: transparent;
|
|
@@ -590,13 +600,16 @@
|
|
|
590
600
|
}
|
|
591
601
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
592
602
|
margin-left: 18px !important;
|
|
603
|
+
/* stylelint-enable */
|
|
593
604
|
}
|
|
594
605
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
606
|
+
/* stylelint-disable */
|
|
595
607
|
padding: 0 !important;
|
|
596
608
|
}
|
|
597
609
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
598
610
|
float: left;
|
|
599
611
|
font-weight: 500;
|
|
612
|
+
/* stylelint-enable */
|
|
600
613
|
}
|
|
601
614
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
602
615
|
float: right;
|
|
@@ -625,6 +638,7 @@
|
|
|
625
638
|
}
|
|
626
639
|
|
|
627
640
|
.e-pivotview-report-dialog {
|
|
641
|
+
/* stylelint-disable */
|
|
628
642
|
max-width: 350px !important;
|
|
629
643
|
}
|
|
630
644
|
|
|
@@ -644,6 +658,7 @@
|
|
|
644
658
|
max-width: 500px !important;
|
|
645
659
|
}
|
|
646
660
|
|
|
661
|
+
/* stylelint-enable */
|
|
647
662
|
.e-report-outer {
|
|
648
663
|
display: inline-block;
|
|
649
664
|
width: 100%;
|
|
@@ -656,6 +671,7 @@
|
|
|
656
671
|
width: 40%;
|
|
657
672
|
}
|
|
658
673
|
|
|
674
|
+
/* stylelint-disable */
|
|
659
675
|
.e-pivotview-report-input {
|
|
660
676
|
float: right;
|
|
661
677
|
width: 60% !important;
|
|
@@ -677,11 +693,16 @@
|
|
|
677
693
|
font-size: 18px !important;
|
|
678
694
|
}
|
|
679
695
|
|
|
696
|
+
/* stylelint-enable */
|
|
680
697
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
681
698
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
682
699
|
white-space: nowrap;
|
|
683
700
|
}
|
|
684
701
|
|
|
702
|
+
.e-drillthrough-dialog {
|
|
703
|
+
/* stylelint-disable */
|
|
704
|
+
/* stylelint-enable */
|
|
705
|
+
}
|
|
685
706
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
686
707
|
margin-bottom: 20px;
|
|
687
708
|
}
|
|
@@ -702,9 +723,18 @@
|
|
|
702
723
|
flex-wrap: wrap;
|
|
703
724
|
}
|
|
704
725
|
|
|
726
|
+
.e-bigger .e-pivotview,
|
|
727
|
+
.e-bigger.e-pivotview {
|
|
728
|
+
/* stylelint-disable */
|
|
729
|
+
/* stylelint-enable */
|
|
730
|
+
/* stylelint-disable */
|
|
731
|
+
/* stylelint-enable */
|
|
732
|
+
}
|
|
705
733
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
706
734
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
735
|
+
/* stylelint-disable */
|
|
707
736
|
height: 26px !important;
|
|
737
|
+
/* stylelint-enable */
|
|
708
738
|
}
|
|
709
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
710
740
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -860,6 +890,18 @@
|
|
|
860
890
|
}
|
|
861
891
|
|
|
862
892
|
/*! PivotView theme */
|
|
893
|
+
.e-pivotview {
|
|
894
|
+
/* stylelint-enable */
|
|
895
|
+
/* stylelint-disable */
|
|
896
|
+
/* stylelint-enable */
|
|
897
|
+
/* stylelint-disable */
|
|
898
|
+
/* stylelint-enable */
|
|
899
|
+
/* stylelint-disable */
|
|
900
|
+
/* stylelint-enable */
|
|
901
|
+
/* stylelint-disable */
|
|
902
|
+
/* stylelint-enable */
|
|
903
|
+
/* stylelint-enable */
|
|
904
|
+
}
|
|
863
905
|
.e-pivotview .e-nextspan {
|
|
864
906
|
display: inline-block;
|
|
865
907
|
width: 18px;
|
|
@@ -880,6 +922,7 @@
|
|
|
880
922
|
text-align: right;
|
|
881
923
|
}
|
|
882
924
|
.e-pivotview .e-grid .e-rowcell {
|
|
925
|
+
/* stylelint-disable */
|
|
883
926
|
font-size: 14px !important;
|
|
884
927
|
padding-left: 8px;
|
|
885
928
|
-webkit-user-select: none;
|
|
@@ -990,7 +1033,6 @@
|
|
|
990
1033
|
}
|
|
991
1034
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
992
1035
|
font-size: 14px !important;
|
|
993
|
-
padding: 3px 4px 4px 4px !important;
|
|
994
1036
|
}
|
|
995
1037
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
996
1038
|
margin: -10px 0 !important;
|
|
@@ -1030,11 +1072,6 @@
|
|
|
1030
1072
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1031
1073
|
visibility: hidden !important;
|
|
1032
1074
|
}
|
|
1033
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1034
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1035
|
-
text-overflow: ellipsis;
|
|
1036
|
-
white-space: nowrap;
|
|
1037
|
-
}
|
|
1038
1075
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1039
1076
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1040
1077
|
padding-left: 8px !important;
|
|
@@ -1094,12 +1131,18 @@
|
|
|
1094
1131
|
}
|
|
1095
1132
|
.e-pivotview .e-rowcell {
|
|
1096
1133
|
opacity: 1;
|
|
1134
|
+
/* stylelint-disable */
|
|
1135
|
+
/* stylelint-enable */
|
|
1097
1136
|
}
|
|
1098
1137
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1099
1138
|
-webkit-user-select: none;
|
|
1100
1139
|
-ms-user-select: none;
|
|
1101
1140
|
user-select: none;
|
|
1102
1141
|
}
|
|
1142
|
+
.e-pivotview .e-grouping-bar {
|
|
1143
|
+
/* stylelint-disable */
|
|
1144
|
+
/* stylelint-enable */
|
|
1145
|
+
}
|
|
1103
1146
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1104
1147
|
-ms-flex: auto;
|
|
1105
1148
|
flex: auto;
|
|
@@ -1229,7 +1272,9 @@
|
|
|
1229
1272
|
border: 1px solid #f3f2f1;
|
|
1230
1273
|
border-radius: 2px;
|
|
1231
1274
|
box-shadow: none;
|
|
1275
|
+
/* stylelint-disable */
|
|
1232
1276
|
color: #323130 !important;
|
|
1277
|
+
/* stylelint-enable */
|
|
1233
1278
|
cursor: default;
|
|
1234
1279
|
display: -ms-flexbox;
|
|
1235
1280
|
display: flex;
|
|
@@ -1240,6 +1285,8 @@
|
|
|
1240
1285
|
text-transform: none;
|
|
1241
1286
|
vertical-align: bottom;
|
|
1242
1287
|
z-index: 1;
|
|
1288
|
+
/* stylelint-disable */
|
|
1289
|
+
/* stylelint-enable */
|
|
1243
1290
|
}
|
|
1244
1291
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1245
1292
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1502,6 +1549,7 @@
|
|
|
1502
1549
|
width: 18px;
|
|
1503
1550
|
}
|
|
1504
1551
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1552
|
+
margin-top: 3px;
|
|
1505
1553
|
transform: rotateX(180deg);
|
|
1506
1554
|
}
|
|
1507
1555
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1556,7 +1604,7 @@
|
|
|
1556
1604
|
width: auto;
|
|
1557
1605
|
}
|
|
1558
1606
|
.e-pivotview .e-collapse::before {
|
|
1559
|
-
font-size:
|
|
1607
|
+
font-size: 18px;
|
|
1560
1608
|
}
|
|
1561
1609
|
.e-pivotview .e-expand,
|
|
1562
1610
|
.e-pivotview .e-collapse {
|
|
@@ -1579,6 +1627,12 @@
|
|
|
1579
1627
|
.e-pivotview .e-expand::before {
|
|
1580
1628
|
font-size: 18px;
|
|
1581
1629
|
}
|
|
1630
|
+
.e-pivotview.e-rtl {
|
|
1631
|
+
/* stylelint-disable */
|
|
1632
|
+
/* stylelint-enable */
|
|
1633
|
+
/* stylelint-disable */
|
|
1634
|
+
/* stylelint-enable */
|
|
1635
|
+
}
|
|
1582
1636
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1583
1637
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1584
1638
|
margin-left: 0;
|
|
@@ -1650,8 +1704,10 @@
|
|
|
1650
1704
|
padding-right: 8px;
|
|
1651
1705
|
}
|
|
1652
1706
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1707
|
+
/* stylelint-disable */
|
|
1653
1708
|
padding-left: 8px;
|
|
1654
1709
|
padding-right: 0;
|
|
1710
|
+
/* stylelint-enable */
|
|
1655
1711
|
}
|
|
1656
1712
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1657
1713
|
margin-left: 4px;
|
|
@@ -1674,9 +1730,18 @@
|
|
|
1674
1730
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1675
1731
|
float: left;
|
|
1676
1732
|
}
|
|
1733
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1734
|
+
/* stylelint-disable */
|
|
1735
|
+
}
|
|
1677
1736
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1678
1737
|
line-height: 1em !important;
|
|
1679
1738
|
}
|
|
1739
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1740
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1741
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1742
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1743
|
+
margin-top: 2px !important;
|
|
1744
|
+
}
|
|
1680
1745
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1681
1746
|
max-width: 155px;
|
|
1682
1747
|
}
|
|
@@ -1687,6 +1752,9 @@
|
|
|
1687
1752
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1688
1753
|
max-width: 200px;
|
|
1689
1754
|
}
|
|
1755
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1756
|
+
width: 100% !important;
|
|
1757
|
+
}
|
|
1690
1758
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1691
1759
|
width: 0 !important;
|
|
1692
1760
|
}
|
|
@@ -1742,6 +1810,13 @@
|
|
|
1742
1810
|
margin-right: 5px;
|
|
1743
1811
|
}
|
|
1744
1812
|
|
|
1813
|
+
.e-bigger .e-pivotview,
|
|
1814
|
+
.e-bigger.e-pivotview {
|
|
1815
|
+
/* stylelint-disable */
|
|
1816
|
+
/* stylelint-enable */
|
|
1817
|
+
/* stylelint-disable */
|
|
1818
|
+
/* stylelint-enable */
|
|
1819
|
+
}
|
|
1745
1820
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1746
1821
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1747
1822
|
margin: 4px;
|
|
@@ -1804,6 +1879,10 @@
|
|
|
1804
1879
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1805
1880
|
margin-top: 0;
|
|
1806
1881
|
}
|
|
1882
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1883
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1884
|
+
/* stylelint-enable */
|
|
1885
|
+
}
|
|
1807
1886
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1808
1887
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1809
1888
|
height: 36px !important;
|
|
@@ -1844,8 +1923,10 @@
|
|
|
1844
1923
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1845
1924
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1846
1925
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1926
|
+
/* stylelint-disable */
|
|
1847
1927
|
font-size: 14px !important;
|
|
1848
1928
|
height: 20px;
|
|
1929
|
+
margin-top: 2px;
|
|
1849
1930
|
width: 20px;
|
|
1850
1931
|
}
|
|
1851
1932
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1941,7 +2022,8 @@
|
|
|
1941
2022
|
}
|
|
1942
2023
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1943
2024
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1944
|
-
margin: -
|
|
2025
|
+
margin: -14px -10px !important;
|
|
2026
|
+
padding-top: 28px;
|
|
1945
2027
|
}
|
|
1946
2028
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1947
2029
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1971,8 +2053,15 @@
|
|
|
1971
2053
|
}
|
|
1972
2054
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1973
2055
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2056
|
+
/* stylelint-disable */
|
|
1974
2057
|
font-size: 16px !important;
|
|
1975
2058
|
}
|
|
2059
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2060
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2061
|
+
/* stylelint-enable */
|
|
2062
|
+
/* stylelint-disable */
|
|
2063
|
+
/* stylelint-enable */
|
|
2064
|
+
}
|
|
1976
2065
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1977
2066
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1978
2067
|
padding-right: 10px !important;
|
|
@@ -2018,7 +2107,7 @@
|
|
|
2018
2107
|
}
|
|
2019
2108
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2020
2109
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2021
|
-
font-size:
|
|
2110
|
+
font-size: 24px;
|
|
2022
2111
|
}
|
|
2023
2112
|
|
|
2024
2113
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2051,6 +2140,10 @@
|
|
|
2051
2140
|
content: "\e774";
|
|
2052
2141
|
}
|
|
2053
2142
|
|
|
2143
|
+
.e-pivot-calc-dialog-div {
|
|
2144
|
+
/* stylelint-disable */
|
|
2145
|
+
/* stylelint-enable */
|
|
2146
|
+
}
|
|
2054
2147
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2055
2148
|
content: "\e726";
|
|
2056
2149
|
}
|
|
@@ -2149,6 +2242,11 @@
|
|
|
2149
2242
|
content: "\e7d8" !important;
|
|
2150
2243
|
}
|
|
2151
2244
|
|
|
2245
|
+
.e-pivotfieldlist-wrapper,
|
|
2246
|
+
.e-pivotfieldlist-container {
|
|
2247
|
+
/* stylelint-disable */
|
|
2248
|
+
/* stylelint-enable */
|
|
2249
|
+
}
|
|
2152
2250
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2153
2251
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2154
2252
|
content: "\e773";
|
|
@@ -2343,9 +2441,10 @@
|
|
|
2343
2441
|
}
|
|
2344
2442
|
|
|
2345
2443
|
.e-pivot-formatting-dialog {
|
|
2444
|
+
/* stylelint-disable */
|
|
2346
2445
|
max-height: 480px !important;
|
|
2347
|
-
min-width: 629px !important;
|
|
2348
2446
|
width: 629px !important;
|
|
2447
|
+
/* stylelint-enable */
|
|
2349
2448
|
}
|
|
2350
2449
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2351
2450
|
padding-bottom: 4px;
|
|
@@ -2359,6 +2458,7 @@
|
|
|
2359
2458
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2360
2459
|
padding-bottom: 14px;
|
|
2361
2460
|
padding-right: 18px;
|
|
2461
|
+
white-space: nowrap;
|
|
2362
2462
|
}
|
|
2363
2463
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2364
2464
|
vertical-align: bottom;
|
|
@@ -2419,7 +2519,9 @@
|
|
|
2419
2519
|
border: 1px solid #605e5c;
|
|
2420
2520
|
border-radius: 2px;
|
|
2421
2521
|
height: 28px;
|
|
2522
|
+
/* stylelint-disable */
|
|
2422
2523
|
margin: 0 !important;
|
|
2524
|
+
/* stylelint-enable */
|
|
2423
2525
|
padding-left: 6px;
|
|
2424
2526
|
padding-top: 6px;
|
|
2425
2527
|
width: 80px;
|
|
@@ -2440,7 +2542,9 @@
|
|
|
2440
2542
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2441
2543
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2442
2544
|
border: 1px solid #605e5c;
|
|
2545
|
+
/* stylelint-disable */
|
|
2443
2546
|
border-radius: 0 !important;
|
|
2547
|
+
/* stylelint-enable */
|
|
2444
2548
|
height: 40%;
|
|
2445
2549
|
left: -3px;
|
|
2446
2550
|
position: absolute;
|
|
@@ -2448,8 +2552,13 @@
|
|
|
2448
2552
|
width: 150%;
|
|
2449
2553
|
}
|
|
2450
2554
|
.e-pivot-formatting-dialog.e-device {
|
|
2555
|
+
/* stylelint-disable */
|
|
2451
2556
|
min-width: 320px !important;
|
|
2452
2557
|
width: 100% !important;
|
|
2558
|
+
/* stylelint-enable */
|
|
2559
|
+
}
|
|
2560
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2561
|
+
width: 100% !important;
|
|
2453
2562
|
}
|
|
2454
2563
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2455
2564
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2495,8 +2604,11 @@
|
|
|
2495
2604
|
|
|
2496
2605
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2497
2606
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2498
|
-
|
|
2607
|
+
/* stylelint-disable */
|
|
2499
2608
|
width: 714px !important;
|
|
2609
|
+
/* stylelint-enable */
|
|
2610
|
+
/* stylelint-disable */
|
|
2611
|
+
/* stylelint-enable */
|
|
2500
2612
|
}
|
|
2501
2613
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2502
2614
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2535,8 +2647,10 @@
|
|
|
2535
2647
|
}
|
|
2536
2648
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2537
2649
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2650
|
+
/* stylelint-disable */
|
|
2538
2651
|
min-width: 320px !important;
|
|
2539
2652
|
width: 100% !important;
|
|
2653
|
+
/* stylelint-enable */
|
|
2540
2654
|
}
|
|
2541
2655
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2542
2656
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2555,8 +2669,14 @@
|
|
|
2555
2669
|
}
|
|
2556
2670
|
|
|
2557
2671
|
.e-pivot-calc-dialog-div {
|
|
2672
|
+
/* stylelint-disable */
|
|
2558
2673
|
max-height: 550px !important;
|
|
2674
|
+
/* stylelint-enable */
|
|
2559
2675
|
min-width: 290px;
|
|
2676
|
+
/* stylelint-disable */
|
|
2677
|
+
/* stylelint-enable */
|
|
2678
|
+
/* stylelint-disable */
|
|
2679
|
+
/* stylelint-enable */
|
|
2560
2680
|
}
|
|
2561
2681
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2562
2682
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2564,7 +2684,9 @@
|
|
|
2564
2684
|
}
|
|
2565
2685
|
.e-pivot-calc-dialog-div .e-dlg-content {
|
|
2566
2686
|
padding-bottom: 18px;
|
|
2687
|
+
/* stylelint-disable */
|
|
2567
2688
|
padding-top: 1px !important;
|
|
2689
|
+
/* stylelint-enable */
|
|
2568
2690
|
}
|
|
2569
2691
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2570
2692
|
.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2603,9 +2725,11 @@
|
|
|
2603
2725
|
}
|
|
2604
2726
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2605
2727
|
color: #605e5c;
|
|
2728
|
+
/* stylelint-disable */
|
|
2606
2729
|
float: right !important;
|
|
2607
2730
|
margin: 0;
|
|
2608
2731
|
margin-right: 12px !important;
|
|
2732
|
+
/* stylelint-enable */
|
|
2609
2733
|
}
|
|
2610
2734
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2611
2735
|
cursor: default;
|
|
@@ -2897,8 +3021,11 @@
|
|
|
2897
3021
|
|
|
2898
3022
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2899
3023
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2900
|
-
|
|
3024
|
+
/* stylelint-disable */
|
|
3025
|
+
max-height: 600px !important;
|
|
2901
3026
|
min-width: 401px !important;
|
|
3027
|
+
/* stylelint-enable */
|
|
3028
|
+
/* stylelint-disable */
|
|
2902
3029
|
}
|
|
2903
3030
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2904
3031
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2945,7 +3072,7 @@
|
|
|
2945
3072
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2946
3073
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2947
3074
|
max-height: 750px !important;
|
|
2948
|
-
min-width: 580px;
|
|
3075
|
+
min-width: 580px !important;
|
|
2949
3076
|
}
|
|
2950
3077
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2951
3078
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2983,6 +3110,9 @@
|
|
|
2983
3110
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2984
3111
|
max-width: 400px !important;
|
|
2985
3112
|
min-width: 320px !important;
|
|
3113
|
+
/* stylelint-enable */
|
|
3114
|
+
/* stylelint-disable */
|
|
3115
|
+
/* stylelint-enable */
|
|
2986
3116
|
}
|
|
2987
3117
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2988
3118
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3020,8 +3150,10 @@
|
|
|
3020
3150
|
}
|
|
3021
3151
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3022
3152
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3153
|
+
/* stylelint-disable */
|
|
3023
3154
|
margin-left: -22px;
|
|
3024
3155
|
overflow: auto !important;
|
|
3156
|
+
/* stylelint-enable */
|
|
3025
3157
|
}
|
|
3026
3158
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3027
3159
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3040,6 +3172,10 @@
|
|
|
3040
3172
|
margin-left: 0;
|
|
3041
3173
|
margin-right: -22px;
|
|
3042
3174
|
}
|
|
3175
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3176
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3177
|
+
/* stylelint-disable */
|
|
3178
|
+
}
|
|
3043
3179
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3044
3180
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3045
3181
|
margin-left: 0;
|
|
@@ -3103,6 +3239,7 @@
|
|
|
3103
3239
|
}
|
|
3104
3240
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3105
3241
|
border: 0;
|
|
3242
|
+
/* stylelint-enable */
|
|
3106
3243
|
}
|
|
3107
3244
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3108
3245
|
margin: 0 0 0 6px;
|
|
@@ -3130,6 +3267,8 @@
|
|
|
3130
3267
|
overflow: auto;
|
|
3131
3268
|
padding: 20px;
|
|
3132
3269
|
padding-bottom: 0;
|
|
3270
|
+
/* stylelint-disable */
|
|
3271
|
+
/* stylelint-enable */
|
|
3133
3272
|
}
|
|
3134
3273
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3135
3274
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3168,6 +3307,9 @@
|
|
|
3168
3307
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3169
3308
|
float: right;
|
|
3170
3309
|
}
|
|
3310
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3311
|
+
/* stylelint-disable */
|
|
3312
|
+
}
|
|
3171
3313
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3172
3314
|
margin-left: 0;
|
|
3173
3315
|
}
|
|
@@ -3306,6 +3448,7 @@
|
|
|
3306
3448
|
overflow: hidden;
|
|
3307
3449
|
padding: 0 !important;
|
|
3308
3450
|
padding-top: 1px;
|
|
3451
|
+
/* stylelint-enable */
|
|
3309
3452
|
}
|
|
3310
3453
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3311
3454
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3372,6 +3515,11 @@
|
|
|
3372
3515
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3373
3516
|
padding-right: 0;
|
|
3374
3517
|
}
|
|
3518
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3519
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3520
|
+
/* stylelint-disable */
|
|
3521
|
+
/* stylelint-enable */
|
|
3522
|
+
}
|
|
3375
3523
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3376
3524
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3377
3525
|
padding-left: 24px;
|
|
@@ -3421,6 +3569,7 @@
|
|
|
3421
3569
|
padding: 4px;
|
|
3422
3570
|
}
|
|
3423
3571
|
|
|
3572
|
+
/* stylelint-disable */
|
|
3424
3573
|
.e-button-drag-clone {
|
|
3425
3574
|
background-color: #edebe9 !important;
|
|
3426
3575
|
border: 1px solid #edebe9;
|
|
@@ -3460,6 +3609,12 @@
|
|
|
3460
3609
|
width: auto !important;
|
|
3461
3610
|
}
|
|
3462
3611
|
|
|
3612
|
+
/* stylelint-enable */
|
|
3613
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3614
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3615
|
+
/* stylelint-disable */
|
|
3616
|
+
/* stylelint-enable */
|
|
3617
|
+
}
|
|
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,
|
|
3464
3619
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3465
3620
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3524,6 +3679,10 @@
|
|
|
3524
3679
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3525
3680
|
margin-left: 10px;
|
|
3526
3681
|
}
|
|
3682
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3683
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3684
|
+
/* stylelint-disable */
|
|
3685
|
+
}
|
|
3527
3686
|
.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,
|
|
3528
3687
|
.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 {
|
|
3529
3688
|
margin: 0 0 0 6px;
|
|
@@ -3672,6 +3831,7 @@
|
|
|
3672
3831
|
background-color: #edebe9;
|
|
3673
3832
|
}
|
|
3674
3833
|
|
|
3834
|
+
/* stylelint-disable */
|
|
3675
3835
|
*.e-rtl .e-select-table {
|
|
3676
3836
|
padding: 8px 5px;
|
|
3677
3837
|
}
|
|
@@ -3710,6 +3870,8 @@
|
|
|
3710
3870
|
font-size: 14px;
|
|
3711
3871
|
max-width: 700px;
|
|
3712
3872
|
min-width: 300px;
|
|
3873
|
+
/* stylelint-enable */
|
|
3874
|
+
/* stylelint-enable */
|
|
3713
3875
|
}
|
|
3714
3876
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3715
3877
|
display: -ms-flexbox;
|
|
@@ -3832,6 +3994,8 @@
|
|
|
3832
3994
|
display: -ms-flexbox;
|
|
3833
3995
|
display: flex;
|
|
3834
3996
|
padding-right: 18px;
|
|
3997
|
+
/* stylelint-disable */
|
|
3998
|
+
/* stylelint-enable */
|
|
3835
3999
|
}
|
|
3836
4000
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3837
4001
|
-ms-flex: auto;
|
|
@@ -3843,7 +4007,9 @@
|
|
|
3843
4007
|
color: #605e5c;
|
|
3844
4008
|
cursor: pointer;
|
|
3845
4009
|
font-size: 14px;
|
|
4010
|
+
/* stylelint-disable */
|
|
3846
4011
|
height: 20px !important;
|
|
4012
|
+
/* stylelint-enable */
|
|
3847
4013
|
padding: 6px 0 0 4px;
|
|
3848
4014
|
width: 20px;
|
|
3849
4015
|
}
|
|
@@ -3880,9 +4046,13 @@
|
|
|
3880
4046
|
}
|
|
3881
4047
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3882
4048
|
overflow: hidden;
|
|
4049
|
+
/* stylelint-disable */
|
|
4050
|
+
/* stylelint-enable */
|
|
3883
4051
|
}
|
|
3884
4052
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3885
4053
|
margin-left: -30px;
|
|
4054
|
+
/* stylelint-disable */
|
|
4055
|
+
/* stylelint-enable */
|
|
3886
4056
|
}
|
|
3887
4057
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3888
4058
|
cursor: default;
|
|
@@ -4388,10 +4558,12 @@
|
|
|
4388
4558
|
height: 261px;
|
|
4389
4559
|
}
|
|
4390
4560
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4391
|
-
height: 540px;
|
|
4561
|
+
min-height: 540px;
|
|
4392
4562
|
}
|
|
4393
4563
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4394
4564
|
height: 369px;
|
|
4565
|
+
/* stylelint-disable */
|
|
4566
|
+
/* stylelint-enable */
|
|
4395
4567
|
}
|
|
4396
4568
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4397
4569
|
height: 392px !important;
|
|
@@ -4415,6 +4587,7 @@
|
|
|
4415
4587
|
display: -ms-flexbox;
|
|
4416
4588
|
display: flex;
|
|
4417
4589
|
padding: 10px 18px;
|
|
4590
|
+
/* stylelint-disable */
|
|
4418
4591
|
}
|
|
4419
4592
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4420
4593
|
float: right;
|
|
@@ -4451,6 +4624,8 @@
|
|
|
4451
4624
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4452
4625
|
margin-left: 0;
|
|
4453
4626
|
margin-right: -30px;
|
|
4627
|
+
/* stylelint-disable */
|
|
4628
|
+
/* stylelint-enable */
|
|
4454
4629
|
}
|
|
4455
4630
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4456
4631
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4481,6 +4656,8 @@
|
|
|
4481
4656
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4482
4657
|
padding-left: 18px;
|
|
4483
4658
|
padding-right: 0;
|
|
4659
|
+
/* stylelint-disable */
|
|
4660
|
+
/* stylelint-enable */
|
|
4484
4661
|
}
|
|
4485
4662
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4486
4663
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4566,8 +4743,10 @@
|
|
|
4566
4743
|
}
|
|
4567
4744
|
.e-pivotfieldlist-container.e-device {
|
|
4568
4745
|
height: 100%;
|
|
4746
|
+
/* stylelint-disable */
|
|
4569
4747
|
max-height: 100% !important;
|
|
4570
4748
|
max-width: 100% !important;
|
|
4749
|
+
/* stylelint-enable */
|
|
4571
4750
|
min-height: 500px;
|
|
4572
4751
|
width: 100%;
|
|
4573
4752
|
}
|
|
@@ -4584,6 +4763,11 @@
|
|
|
4584
4763
|
background-color: transparent;
|
|
4585
4764
|
color: #3b3a39;
|
|
4586
4765
|
}
|
|
4766
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4767
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4768
|
+
height: 210px;
|
|
4769
|
+
overflow: auto;
|
|
4770
|
+
}
|
|
4587
4771
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4588
4772
|
display: -ms-flexbox;
|
|
4589
4773
|
display: flex;
|
|
@@ -4667,6 +4851,8 @@
|
|
|
4667
4851
|
padding: 9px 16px;
|
|
4668
4852
|
text-transform: none;
|
|
4669
4853
|
width: 100%;
|
|
4854
|
+
/* stylelint-disable */
|
|
4855
|
+
/* stylelint-enable */
|
|
4670
4856
|
}
|
|
4671
4857
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4672
4858
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4856,6 +5042,10 @@
|
|
|
4856
5042
|
vertical-align: middle;
|
|
4857
5043
|
width: 70%;
|
|
4858
5044
|
}
|
|
5045
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5046
|
+
/* stylelint-disable */
|
|
5047
|
+
/* stylelint-enable */
|
|
5048
|
+
}
|
|
4859
5049
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4860
5050
|
background-color: #fff;
|
|
4861
5051
|
border: 1px solid #edebe9;
|
|
@@ -4903,6 +5093,10 @@
|
|
|
4903
5093
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4904
5094
|
margin-right: 12px;
|
|
4905
5095
|
}
|
|
5096
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5097
|
+
/* stylelint-disable */
|
|
5098
|
+
/* stylelint-enable */
|
|
5099
|
+
}
|
|
4906
5100
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4907
5101
|
left: 16px;
|
|
4908
5102
|
right: auto;
|
|
@@ -5052,6 +5246,10 @@
|
|
|
5052
5246
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5053
5247
|
max-height: 600px;
|
|
5054
5248
|
}
|
|
5249
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5250
|
+
/* stylelint-disable */
|
|
5251
|
+
/* stylelint-enable */
|
|
5252
|
+
}
|
|
5055
5253
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5056
5254
|
margin-left: 12px;
|
|
5057
5255
|
margin-right: 0;
|
|
@@ -5072,6 +5270,11 @@
|
|
|
5072
5270
|
margin-left: 20px;
|
|
5073
5271
|
}
|
|
5074
5272
|
|
|
5273
|
+
/* stylelint-disable */
|
|
5274
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5275
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5276
|
+
/* stylelint-enable */
|
|
5277
|
+
}
|
|
5075
5278
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5076
5279
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5077
5280
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5227,6 +5430,16 @@
|
|
|
5227
5430
|
margin-top: 4px;
|
|
5228
5431
|
padding: 0 12px;
|
|
5229
5432
|
}
|
|
5433
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5434
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5435
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5436
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5437
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5438
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5439
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5440
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5441
|
+
/* stylelint-disable */
|
|
5442
|
+
}
|
|
5230
5443
|
.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,
|
|
5231
5444
|
.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,
|
|
5232
5445
|
.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,
|
|
@@ -5238,6 +5451,7 @@
|
|
|
5238
5451
|
font-size: 14px;
|
|
5239
5452
|
height: 36px !important;
|
|
5240
5453
|
padding: 9px 16px !important;
|
|
5454
|
+
/* stylelint-enable */
|
|
5241
5455
|
}
|
|
5242
5456
|
.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,
|
|
5243
5457
|
.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,
|
|
@@ -5362,6 +5576,10 @@
|
|
|
5362
5576
|
.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 {
|
|
5363
5577
|
padding-top: 7px;
|
|
5364
5578
|
}
|
|
5579
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5580
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5581
|
+
/* stylelint-disable */
|
|
5582
|
+
}
|
|
5365
5583
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5366
5584
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5367
5585
|
padding-left: 16px;
|
|
@@ -5374,6 +5592,7 @@
|
|
|
5374
5592
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5375
5593
|
padding-left: 0;
|
|
5376
5594
|
padding-right: 5px;
|
|
5595
|
+
/* stylelint-enable */
|
|
5377
5596
|
}
|
|
5378
5597
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5379
5598
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5412,6 +5631,8 @@
|
|
|
5412
5631
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5413
5632
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5414
5633
|
padding-left: 20px;
|
|
5634
|
+
/* stylelint-disable */
|
|
5635
|
+
/* stylelint-enable */
|
|
5415
5636
|
}
|
|
5416
5637
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5417
5638
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5483,6 +5704,10 @@
|
|
|
5483
5704
|
padding-left: 0;
|
|
5484
5705
|
padding-right: 4px;
|
|
5485
5706
|
}
|
|
5707
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5708
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5709
|
+
/* stylelint-disable */
|
|
5710
|
+
}
|
|
5486
5711
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5487
5712
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5488
5713
|
max-height: 750px;
|
|
@@ -5497,8 +5722,8 @@
|
|
|
5497
5722
|
}
|
|
5498
5723
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5499
5724
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5500
|
-
height: 565px !important;
|
|
5501
5725
|
max-height: 600px !important;
|
|
5726
|
+
min-height: 588px !important;
|
|
5502
5727
|
}
|
|
5503
5728
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5504
5729
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5515,4 +5740,10 @@
|
|
|
5515
5740
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5516
5741
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5517
5742
|
height: 165px !important;
|
|
5518
|
-
}
|
|
5743
|
+
}
|
|
5744
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5745
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5746
|
+
max-height: 184px;
|
|
5747
|
+
}
|
|
5748
|
+
|
|
5749
|
+
/* stylelint-enable */
|