@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
|
@@ -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;
|
|
@@ -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;
|
|
@@ -578,13 +587,16 @@
|
|
|
578
587
|
}
|
|
579
588
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
580
589
|
margin-left: 18px !important;
|
|
590
|
+
/* stylelint-enable */
|
|
581
591
|
}
|
|
582
592
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
593
|
+
/* stylelint-disable */
|
|
583
594
|
padding: 0 !important;
|
|
584
595
|
}
|
|
585
596
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
586
597
|
float: left;
|
|
587
598
|
font-weight: 500;
|
|
599
|
+
/* stylelint-enable */
|
|
588
600
|
}
|
|
589
601
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
590
602
|
float: right;
|
|
@@ -613,6 +625,7 @@
|
|
|
613
625
|
}
|
|
614
626
|
|
|
615
627
|
.e-pivotview-report-dialog {
|
|
628
|
+
/* stylelint-disable */
|
|
616
629
|
max-width: 350px !important;
|
|
617
630
|
}
|
|
618
631
|
|
|
@@ -632,6 +645,7 @@
|
|
|
632
645
|
max-width: 500px !important;
|
|
633
646
|
}
|
|
634
647
|
|
|
648
|
+
/* stylelint-enable */
|
|
635
649
|
.e-report-outer {
|
|
636
650
|
display: inline-block;
|
|
637
651
|
width: 100%;
|
|
@@ -644,6 +658,7 @@
|
|
|
644
658
|
padding-left: 12px;
|
|
645
659
|
}
|
|
646
660
|
|
|
661
|
+
/* stylelint-disable */
|
|
647
662
|
.e-pivotview-report-input {
|
|
648
663
|
float: right;
|
|
649
664
|
width: 60% !important;
|
|
@@ -665,11 +680,16 @@
|
|
|
665
680
|
font-size: 18px !important;
|
|
666
681
|
}
|
|
667
682
|
|
|
683
|
+
/* stylelint-enable */
|
|
668
684
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
669
685
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
670
686
|
white-space: nowrap;
|
|
671
687
|
}
|
|
672
688
|
|
|
689
|
+
.e-drillthrough-dialog {
|
|
690
|
+
/* stylelint-disable */
|
|
691
|
+
/* stylelint-enable */
|
|
692
|
+
}
|
|
673
693
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
674
694
|
margin-bottom: 20px;
|
|
675
695
|
margin-bottom: 18px;
|
|
@@ -691,6 +711,13 @@
|
|
|
691
711
|
flex-wrap: wrap;
|
|
692
712
|
}
|
|
693
713
|
|
|
714
|
+
.e-bigger .e-pivotview,
|
|
715
|
+
.e-bigger.e-pivotview {
|
|
716
|
+
/* stylelint-disable */
|
|
717
|
+
/* stylelint-enable */
|
|
718
|
+
/* stylelint-disable */
|
|
719
|
+
/* stylelint-enable */
|
|
720
|
+
}
|
|
694
721
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
695
722
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
696
723
|
height: 139px;
|
|
@@ -845,6 +872,18 @@
|
|
|
845
872
|
}
|
|
846
873
|
|
|
847
874
|
/*! PivotView theme */
|
|
875
|
+
.e-pivotview {
|
|
876
|
+
/* stylelint-enable */
|
|
877
|
+
/* stylelint-disable */
|
|
878
|
+
/* stylelint-enable */
|
|
879
|
+
/* stylelint-disable */
|
|
880
|
+
/* stylelint-enable */
|
|
881
|
+
/* stylelint-disable */
|
|
882
|
+
/* stylelint-enable */
|
|
883
|
+
/* stylelint-disable */
|
|
884
|
+
/* stylelint-enable */
|
|
885
|
+
/* stylelint-enable */
|
|
886
|
+
}
|
|
848
887
|
.e-pivotview .e-nextspan {
|
|
849
888
|
display: inline-block;
|
|
850
889
|
width: 18px;
|
|
@@ -865,6 +904,7 @@
|
|
|
865
904
|
text-align: right;
|
|
866
905
|
}
|
|
867
906
|
.e-pivotview .e-grid .e-rowcell {
|
|
907
|
+
/* stylelint-disable */
|
|
868
908
|
font-size: 14px !important;
|
|
869
909
|
padding-left: 8px;
|
|
870
910
|
-webkit-user-select: none;
|
|
@@ -977,7 +1017,7 @@
|
|
|
977
1017
|
}
|
|
978
1018
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
979
1019
|
font-size: 12px !important;
|
|
980
|
-
padding:
|
|
1020
|
+
padding-right: 5px !important;
|
|
981
1021
|
}
|
|
982
1022
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
983
1023
|
margin: -10px 0 !important;
|
|
@@ -1020,11 +1060,6 @@
|
|
|
1020
1060
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1021
1061
|
visibility: hidden !important;
|
|
1022
1062
|
}
|
|
1023
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1024
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1025
|
-
text-overflow: ellipsis;
|
|
1026
|
-
white-space: nowrap;
|
|
1027
|
-
}
|
|
1028
1063
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1029
1064
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1030
1065
|
padding-left: 8px !important;
|
|
@@ -1085,12 +1120,18 @@
|
|
|
1085
1120
|
}
|
|
1086
1121
|
.e-pivotview .e-rowcell {
|
|
1087
1122
|
opacity: 1;
|
|
1123
|
+
/* stylelint-disable */
|
|
1124
|
+
/* stylelint-enable */
|
|
1088
1125
|
}
|
|
1089
1126
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1090
1127
|
-webkit-user-select: none;
|
|
1091
1128
|
-ms-user-select: none;
|
|
1092
1129
|
user-select: none;
|
|
1093
1130
|
}
|
|
1131
|
+
.e-pivotview .e-grouping-bar {
|
|
1132
|
+
/* stylelint-disable */
|
|
1133
|
+
/* stylelint-enable */
|
|
1134
|
+
}
|
|
1094
1135
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1095
1136
|
-ms-flex: auto;
|
|
1096
1137
|
flex: auto;
|
|
@@ -1189,6 +1230,38 @@
|
|
|
1189
1230
|
font-size: 14px;
|
|
1190
1231
|
font-weight: normal;
|
|
1191
1232
|
}
|
|
1233
|
+
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1234
|
+
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1235
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1236
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1237
|
+
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1238
|
+
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1239
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1240
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1241
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1242
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1243
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1244
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1245
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1246
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1247
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1248
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1249
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1250
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1251
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1252
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1253
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1254
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1255
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1256
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1257
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1258
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1259
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1260
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1261
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1262
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1263
|
+
margin-top: 1px;
|
|
1264
|
+
}
|
|
1192
1265
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1193
1266
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1194
1267
|
display: -ms-inline-flexbox;
|
|
@@ -1219,17 +1292,21 @@
|
|
|
1219
1292
|
border: 1px solid #495057;
|
|
1220
1293
|
border-radius: 4px;
|
|
1221
1294
|
box-shadow: none;
|
|
1295
|
+
/* stylelint-disable */
|
|
1222
1296
|
color: #e9ecef !important;
|
|
1297
|
+
/* stylelint-enable */
|
|
1223
1298
|
cursor: default;
|
|
1224
1299
|
display: -ms-flexbox;
|
|
1225
1300
|
display: flex;
|
|
1226
1301
|
font-weight: normal;
|
|
1227
1302
|
height: 24px;
|
|
1228
1303
|
line-height: 0.9em;
|
|
1229
|
-
padding:
|
|
1304
|
+
padding: 3px 8px;
|
|
1230
1305
|
text-transform: none;
|
|
1231
1306
|
vertical-align: bottom;
|
|
1232
1307
|
z-index: 1;
|
|
1308
|
+
/* stylelint-disable */
|
|
1309
|
+
/* stylelint-enable */
|
|
1233
1310
|
}
|
|
1234
1311
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1235
1312
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1415,7 +1492,7 @@
|
|
|
1415
1492
|
pointer-events: none;
|
|
1416
1493
|
}
|
|
1417
1494
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1418
|
-
padding:
|
|
1495
|
+
padding: 3px 8px;
|
|
1419
1496
|
width: 180px;
|
|
1420
1497
|
}
|
|
1421
1498
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1492,6 +1569,7 @@
|
|
|
1492
1569
|
width: 18px;
|
|
1493
1570
|
}
|
|
1494
1571
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1572
|
+
margin-top: 3px;
|
|
1495
1573
|
transform: rotateX(180deg);
|
|
1496
1574
|
}
|
|
1497
1575
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1546,7 +1624,7 @@
|
|
|
1546
1624
|
width: auto;
|
|
1547
1625
|
}
|
|
1548
1626
|
.e-pivotview .e-collapse::before {
|
|
1549
|
-
font-size:
|
|
1627
|
+
font-size: 20px;
|
|
1550
1628
|
}
|
|
1551
1629
|
.e-pivotview .e-expand,
|
|
1552
1630
|
.e-pivotview .e-collapse {
|
|
@@ -1569,6 +1647,12 @@
|
|
|
1569
1647
|
.e-pivotview .e-expand::before {
|
|
1570
1648
|
font-size: 20px;
|
|
1571
1649
|
}
|
|
1650
|
+
.e-pivotview.e-rtl {
|
|
1651
|
+
/* stylelint-disable */
|
|
1652
|
+
/* stylelint-enable */
|
|
1653
|
+
/* stylelint-disable */
|
|
1654
|
+
/* stylelint-enable */
|
|
1655
|
+
}
|
|
1572
1656
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1573
1657
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1574
1658
|
margin-left: 0;
|
|
@@ -1640,8 +1724,10 @@
|
|
|
1640
1724
|
padding-right: 8px;
|
|
1641
1725
|
}
|
|
1642
1726
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1727
|
+
/* stylelint-disable */
|
|
1643
1728
|
padding-left: 8px;
|
|
1644
1729
|
padding-right: 0;
|
|
1730
|
+
/* stylelint-enable */
|
|
1645
1731
|
}
|
|
1646
1732
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1647
1733
|
margin-left: 4px;
|
|
@@ -1664,9 +1750,18 @@
|
|
|
1664
1750
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1665
1751
|
float: left;
|
|
1666
1752
|
}
|
|
1753
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1754
|
+
/* stylelint-disable */
|
|
1755
|
+
}
|
|
1667
1756
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1668
1757
|
line-height: 1em !important;
|
|
1669
1758
|
}
|
|
1759
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1760
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1761
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1762
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1763
|
+
margin-top: 2px !important;
|
|
1764
|
+
}
|
|
1670
1765
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1671
1766
|
max-width: 155px;
|
|
1672
1767
|
}
|
|
@@ -1677,6 +1772,9 @@
|
|
|
1677
1772
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1678
1773
|
max-width: 200px;
|
|
1679
1774
|
}
|
|
1775
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1776
|
+
width: 100% !important;
|
|
1777
|
+
}
|
|
1680
1778
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1681
1779
|
width: 0 !important;
|
|
1682
1780
|
}
|
|
@@ -1732,6 +1830,13 @@
|
|
|
1732
1830
|
margin-right: 5px;
|
|
1733
1831
|
}
|
|
1734
1832
|
|
|
1833
|
+
.e-bigger .e-pivotview,
|
|
1834
|
+
.e-bigger.e-pivotview {
|
|
1835
|
+
/* stylelint-disable */
|
|
1836
|
+
/* stylelint-enable */
|
|
1837
|
+
/* stylelint-disable */
|
|
1838
|
+
/* stylelint-enable */
|
|
1839
|
+
}
|
|
1735
1840
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1736
1841
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1737
1842
|
margin: 4px;
|
|
@@ -1794,6 +1899,10 @@
|
|
|
1794
1899
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1795
1900
|
margin-top: 0;
|
|
1796
1901
|
}
|
|
1902
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1903
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1904
|
+
/* stylelint-enable */
|
|
1905
|
+
}
|
|
1797
1906
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1798
1907
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1799
1908
|
height: 36px !important;
|
|
@@ -1834,8 +1943,10 @@
|
|
|
1834
1943
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1835
1944
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1836
1945
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1946
|
+
/* stylelint-disable */
|
|
1837
1947
|
font-size: 14px !important;
|
|
1838
1948
|
height: 20px;
|
|
1949
|
+
margin-top: 2px;
|
|
1839
1950
|
width: 20px;
|
|
1840
1951
|
}
|
|
1841
1952
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1931,8 +2042,9 @@
|
|
|
1931
2042
|
}
|
|
1932
2043
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1933
2044
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1934
|
-
margin: -
|
|
2045
|
+
margin: -15px -8px !important;
|
|
1935
2046
|
font-size: 12px !important;
|
|
2047
|
+
padding-top: 28px;
|
|
1936
2048
|
}
|
|
1937
2049
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1938
2050
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1962,8 +2074,15 @@
|
|
|
1962
2074
|
}
|
|
1963
2075
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1964
2076
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2077
|
+
/* stylelint-disable */
|
|
1965
2078
|
font-size: 16px !important;
|
|
1966
2079
|
}
|
|
2080
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2081
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2082
|
+
/* stylelint-enable */
|
|
2083
|
+
/* stylelint-disable */
|
|
2084
|
+
/* stylelint-enable */
|
|
2085
|
+
}
|
|
1967
2086
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1968
2087
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1969
2088
|
padding-right: 10px !important;
|
|
@@ -2009,7 +2128,7 @@
|
|
|
2009
2128
|
}
|
|
2010
2129
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2011
2130
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2012
|
-
font-size:
|
|
2131
|
+
font-size: 24px;
|
|
2013
2132
|
}
|
|
2014
2133
|
|
|
2015
2134
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2042,6 +2161,10 @@
|
|
|
2042
2161
|
content: "\e774";
|
|
2043
2162
|
}
|
|
2044
2163
|
|
|
2164
|
+
.e-pivot-calc-dialog-div {
|
|
2165
|
+
/* stylelint-disable */
|
|
2166
|
+
/* stylelint-enable */
|
|
2167
|
+
}
|
|
2045
2168
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2046
2169
|
content: "\e726";
|
|
2047
2170
|
}
|
|
@@ -2140,6 +2263,11 @@
|
|
|
2140
2263
|
content: "\e7d8" !important;
|
|
2141
2264
|
}
|
|
2142
2265
|
|
|
2266
|
+
.e-pivotfieldlist-wrapper,
|
|
2267
|
+
.e-pivotfieldlist-container {
|
|
2268
|
+
/* stylelint-disable */
|
|
2269
|
+
/* stylelint-enable */
|
|
2270
|
+
}
|
|
2143
2271
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2144
2272
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2145
2273
|
content: "\e773";
|
|
@@ -2334,9 +2462,10 @@
|
|
|
2334
2462
|
}
|
|
2335
2463
|
|
|
2336
2464
|
.e-pivot-formatting-dialog {
|
|
2465
|
+
/* stylelint-disable */
|
|
2337
2466
|
max-height: 480px !important;
|
|
2338
|
-
min-width: 628px !important;
|
|
2339
2467
|
width: 628px !important;
|
|
2468
|
+
/* stylelint-enable */
|
|
2340
2469
|
}
|
|
2341
2470
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2342
2471
|
padding-bottom: 4px;
|
|
@@ -2350,6 +2479,7 @@
|
|
|
2350
2479
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2351
2480
|
padding-bottom: 14px;
|
|
2352
2481
|
padding-right: 18px;
|
|
2482
|
+
white-space: nowrap;
|
|
2353
2483
|
padding-right: 8px;
|
|
2354
2484
|
}
|
|
2355
2485
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
@@ -2384,7 +2514,9 @@
|
|
|
2384
2514
|
float: right;
|
|
2385
2515
|
padding-right: 12px;
|
|
2386
2516
|
padding-top: 12px;
|
|
2517
|
+
/* stylelint-disable */
|
|
2387
2518
|
color: #fff !important;
|
|
2519
|
+
/* stylelint-enable */
|
|
2388
2520
|
}
|
|
2389
2521
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
2390
2522
|
.e-pivot-formatting-dialog .e-format-delete-button:focus,
|
|
@@ -2412,7 +2544,9 @@
|
|
|
2412
2544
|
border: 1px solid #444c54;
|
|
2413
2545
|
border-radius: 4px;
|
|
2414
2546
|
height: 28px;
|
|
2547
|
+
/* stylelint-disable */
|
|
2415
2548
|
margin: 0 !important;
|
|
2549
|
+
/* stylelint-enable */
|
|
2416
2550
|
padding-left: 6px;
|
|
2417
2551
|
padding-top: 6px;
|
|
2418
2552
|
width: 80px;
|
|
@@ -2421,7 +2555,9 @@
|
|
|
2421
2555
|
background: none;
|
|
2422
2556
|
margin: 0 2px;
|
|
2423
2557
|
width: 14px;
|
|
2558
|
+
/* stylelint-disable */
|
|
2424
2559
|
color: #fff !important;
|
|
2560
|
+
/* stylelint-enable */
|
|
2425
2561
|
}
|
|
2426
2562
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2427
2563
|
color: #adb5bd !important;
|
|
@@ -2437,7 +2573,9 @@
|
|
|
2437
2573
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2438
2574
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2439
2575
|
border: 1px solid #444c54;
|
|
2576
|
+
/* stylelint-disable */
|
|
2440
2577
|
border-radius: 0 !important;
|
|
2578
|
+
/* stylelint-enable */
|
|
2441
2579
|
height: 40%;
|
|
2442
2580
|
left: -3px;
|
|
2443
2581
|
position: absolute;
|
|
@@ -2445,8 +2583,13 @@
|
|
|
2445
2583
|
width: 150%;
|
|
2446
2584
|
}
|
|
2447
2585
|
.e-pivot-formatting-dialog.e-device {
|
|
2586
|
+
/* stylelint-disable */
|
|
2448
2587
|
min-width: 320px !important;
|
|
2449
2588
|
width: 100% !important;
|
|
2589
|
+
/* stylelint-enable */
|
|
2590
|
+
}
|
|
2591
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2592
|
+
width: 100% !important;
|
|
2450
2593
|
}
|
|
2451
2594
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2452
2595
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2492,8 +2635,11 @@
|
|
|
2492
2635
|
|
|
2493
2636
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2494
2637
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2495
|
-
|
|
2638
|
+
/* stylelint-disable */
|
|
2496
2639
|
width: 680px !important;
|
|
2640
|
+
/* stylelint-enable */
|
|
2641
|
+
/* stylelint-disable */
|
|
2642
|
+
/* stylelint-enable */
|
|
2497
2643
|
}
|
|
2498
2644
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2499
2645
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2533,8 +2679,10 @@
|
|
|
2533
2679
|
}
|
|
2534
2680
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2535
2681
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2682
|
+
/* stylelint-disable */
|
|
2536
2683
|
min-width: 320px !important;
|
|
2537
2684
|
width: 100% !important;
|
|
2685
|
+
/* stylelint-enable */
|
|
2538
2686
|
}
|
|
2539
2687
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2540
2688
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2553,8 +2701,14 @@
|
|
|
2553
2701
|
}
|
|
2554
2702
|
|
|
2555
2703
|
.e-pivot-calc-dialog-div {
|
|
2704
|
+
/* stylelint-disable */
|
|
2556
2705
|
max-height: 550px !important;
|
|
2706
|
+
/* stylelint-enable */
|
|
2557
2707
|
min-width: 290px;
|
|
2708
|
+
/* stylelint-disable */
|
|
2709
|
+
/* stylelint-enable */
|
|
2710
|
+
/* stylelint-disable */
|
|
2711
|
+
/* stylelint-enable */
|
|
2558
2712
|
}
|
|
2559
2713
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2560
2714
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2599,9 +2753,11 @@
|
|
|
2599
2753
|
color: #adb5bd;
|
|
2600
2754
|
}
|
|
2601
2755
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2756
|
+
/* stylelint-disable */
|
|
2602
2757
|
float: right !important;
|
|
2603
2758
|
margin: 0;
|
|
2604
2759
|
margin-right: 12px !important;
|
|
2760
|
+
/* stylelint-enable */
|
|
2605
2761
|
}
|
|
2606
2762
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2607
2763
|
cursor: default;
|
|
@@ -2889,8 +3045,11 @@
|
|
|
2889
3045
|
|
|
2890
3046
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2891
3047
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2892
|
-
|
|
3048
|
+
/* stylelint-disable */
|
|
3049
|
+
max-height: 600px !important;
|
|
2893
3050
|
min-width: 401px !important;
|
|
3051
|
+
/* stylelint-enable */
|
|
3052
|
+
/* stylelint-disable */
|
|
2894
3053
|
}
|
|
2895
3054
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2896
3055
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2937,7 +3096,7 @@
|
|
|
2937
3096
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2938
3097
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2939
3098
|
max-height: 750px !important;
|
|
2940
|
-
min-width: 580px;
|
|
3099
|
+
min-width: 580px !important;
|
|
2941
3100
|
}
|
|
2942
3101
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2943
3102
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2975,6 +3134,9 @@
|
|
|
2975
3134
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2976
3135
|
max-width: 400px !important;
|
|
2977
3136
|
min-width: 320px !important;
|
|
3137
|
+
/* stylelint-enable */
|
|
3138
|
+
/* stylelint-disable */
|
|
3139
|
+
/* stylelint-enable */
|
|
2978
3140
|
}
|
|
2979
3141
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2980
3142
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3012,8 +3174,10 @@
|
|
|
3012
3174
|
}
|
|
3013
3175
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3014
3176
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3177
|
+
/* stylelint-disable */
|
|
3015
3178
|
margin-left: -22px;
|
|
3016
3179
|
overflow: auto !important;
|
|
3180
|
+
/* stylelint-enable */
|
|
3017
3181
|
}
|
|
3018
3182
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3019
3183
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3032,6 +3196,10 @@
|
|
|
3032
3196
|
margin-left: 0;
|
|
3033
3197
|
margin-right: -22px;
|
|
3034
3198
|
}
|
|
3199
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3200
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3201
|
+
/* stylelint-disable */
|
|
3202
|
+
}
|
|
3035
3203
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3036
3204
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3037
3205
|
margin-left: 0;
|
|
@@ -3093,6 +3261,7 @@
|
|
|
3093
3261
|
}
|
|
3094
3262
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3095
3263
|
border: 0;
|
|
3264
|
+
/* stylelint-enable */
|
|
3096
3265
|
}
|
|
3097
3266
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3098
3267
|
margin: 0 0 0 6px;
|
|
@@ -3121,6 +3290,8 @@
|
|
|
3121
3290
|
overflow: auto;
|
|
3122
3291
|
padding: 20px;
|
|
3123
3292
|
padding-bottom: 0;
|
|
3293
|
+
/* stylelint-disable */
|
|
3294
|
+
/* stylelint-enable */
|
|
3124
3295
|
}
|
|
3125
3296
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3126
3297
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3159,6 +3330,9 @@
|
|
|
3159
3330
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3160
3331
|
float: right;
|
|
3161
3332
|
}
|
|
3333
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3334
|
+
/* stylelint-disable */
|
|
3335
|
+
}
|
|
3162
3336
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3163
3337
|
margin-left: 0;
|
|
3164
3338
|
}
|
|
@@ -3296,6 +3470,7 @@
|
|
|
3296
3470
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3297
3471
|
overflow: hidden;
|
|
3298
3472
|
padding: 0 !important;
|
|
3473
|
+
/* stylelint-enable */
|
|
3299
3474
|
}
|
|
3300
3475
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3301
3476
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3367,6 +3542,11 @@
|
|
|
3367
3542
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3368
3543
|
padding-right: 0;
|
|
3369
3544
|
}
|
|
3545
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3546
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3547
|
+
/* stylelint-disable */
|
|
3548
|
+
/* stylelint-enable */
|
|
3549
|
+
}
|
|
3370
3550
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3371
3551
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3372
3552
|
padding-left: 24px;
|
|
@@ -3416,6 +3596,7 @@
|
|
|
3416
3596
|
padding: 4px;
|
|
3417
3597
|
}
|
|
3418
3598
|
|
|
3599
|
+
/* stylelint-disable */
|
|
3419
3600
|
.e-button-drag-clone {
|
|
3420
3601
|
background-color: #495057 !important;
|
|
3421
3602
|
border: 1px solid #495057;
|
|
@@ -3455,6 +3636,12 @@
|
|
|
3455
3636
|
width: auto !important;
|
|
3456
3637
|
}
|
|
3457
3638
|
|
|
3639
|
+
/* stylelint-enable */
|
|
3640
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3641
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3642
|
+
/* stylelint-disable */
|
|
3643
|
+
/* stylelint-enable */
|
|
3644
|
+
}
|
|
3458
3645
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3459
3646
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3460
3647
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3519,6 +3706,10 @@
|
|
|
3519
3706
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3520
3707
|
margin-left: 10px;
|
|
3521
3708
|
}
|
|
3709
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3710
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3711
|
+
/* stylelint-disable */
|
|
3712
|
+
}
|
|
3522
3713
|
.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,
|
|
3523
3714
|
.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 {
|
|
3524
3715
|
margin: 0 0 0 6px;
|
|
@@ -3667,6 +3858,7 @@
|
|
|
3667
3858
|
background-color: #495057;
|
|
3668
3859
|
}
|
|
3669
3860
|
|
|
3861
|
+
/* stylelint-disable */
|
|
3670
3862
|
*.e-rtl .e-select-table {
|
|
3671
3863
|
padding: 8px 5px;
|
|
3672
3864
|
}
|
|
@@ -3705,6 +3897,8 @@
|
|
|
3705
3897
|
font-size: 14px;
|
|
3706
3898
|
max-width: 700px;
|
|
3707
3899
|
min-width: 300px;
|
|
3900
|
+
/* stylelint-enable */
|
|
3901
|
+
/* stylelint-enable */
|
|
3708
3902
|
}
|
|
3709
3903
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3710
3904
|
display: -ms-flexbox;
|
|
@@ -3830,6 +4024,8 @@
|
|
|
3830
4024
|
display: -ms-flexbox;
|
|
3831
4025
|
display: flex;
|
|
3832
4026
|
padding-right: 18px;
|
|
4027
|
+
/* stylelint-disable */
|
|
4028
|
+
/* stylelint-enable */
|
|
3833
4029
|
}
|
|
3834
4030
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3835
4031
|
-ms-flex: auto;
|
|
@@ -3841,7 +4037,9 @@
|
|
|
3841
4037
|
color: #ced4da;
|
|
3842
4038
|
cursor: pointer;
|
|
3843
4039
|
font-size: 14px;
|
|
4040
|
+
/* stylelint-disable */
|
|
3844
4041
|
height: 20px !important;
|
|
4042
|
+
/* stylelint-enable */
|
|
3845
4043
|
padding: 6px 0 0 4px;
|
|
3846
4044
|
width: 20px;
|
|
3847
4045
|
}
|
|
@@ -3874,9 +4072,13 @@
|
|
|
3874
4072
|
}
|
|
3875
4073
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3876
4074
|
overflow: hidden;
|
|
4075
|
+
/* stylelint-disable */
|
|
4076
|
+
/* stylelint-enable */
|
|
3877
4077
|
}
|
|
3878
4078
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3879
4079
|
margin-left: -30px;
|
|
4080
|
+
/* stylelint-disable */
|
|
4081
|
+
/* stylelint-enable */
|
|
3880
4082
|
}
|
|
3881
4083
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3882
4084
|
cursor: default;
|
|
@@ -4385,10 +4587,12 @@
|
|
|
4385
4587
|
height: 261px;
|
|
4386
4588
|
}
|
|
4387
4589
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4388
|
-
height: 540px;
|
|
4590
|
+
min-height: 540px;
|
|
4389
4591
|
}
|
|
4390
4592
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4391
4593
|
height: 369px;
|
|
4594
|
+
/* stylelint-disable */
|
|
4595
|
+
/* stylelint-enable */
|
|
4392
4596
|
}
|
|
4393
4597
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4394
4598
|
height: 392px !important;
|
|
@@ -4412,6 +4616,7 @@
|
|
|
4412
4616
|
display: -ms-flexbox;
|
|
4413
4617
|
display: flex;
|
|
4414
4618
|
padding: 10px 18px;
|
|
4619
|
+
/* stylelint-disable */
|
|
4415
4620
|
}
|
|
4416
4621
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4417
4622
|
float: right;
|
|
@@ -4448,6 +4653,8 @@
|
|
|
4448
4653
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4449
4654
|
margin-left: 0;
|
|
4450
4655
|
margin-right: -30px;
|
|
4656
|
+
/* stylelint-disable */
|
|
4657
|
+
/* stylelint-enable */
|
|
4451
4658
|
}
|
|
4452
4659
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4453
4660
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -4478,6 +4685,8 @@
|
|
|
4478
4685
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4479
4686
|
padding-left: 18px;
|
|
4480
4687
|
padding-right: 0;
|
|
4688
|
+
/* stylelint-disable */
|
|
4689
|
+
/* stylelint-enable */
|
|
4481
4690
|
}
|
|
4482
4691
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4483
4692
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4559,8 +4768,10 @@
|
|
|
4559
4768
|
}
|
|
4560
4769
|
.e-pivotfieldlist-container.e-device {
|
|
4561
4770
|
height: 100%;
|
|
4771
|
+
/* stylelint-disable */
|
|
4562
4772
|
max-height: 100% !important;
|
|
4563
4773
|
max-width: 100% !important;
|
|
4774
|
+
/* stylelint-enable */
|
|
4564
4775
|
min-height: 500px;
|
|
4565
4776
|
width: 100%;
|
|
4566
4777
|
}
|
|
@@ -4577,6 +4788,11 @@
|
|
|
4577
4788
|
background-color: transparent;
|
|
4578
4789
|
color: #ced4da;
|
|
4579
4790
|
}
|
|
4791
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4792
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4793
|
+
height: 210px;
|
|
4794
|
+
overflow: auto;
|
|
4795
|
+
}
|
|
4580
4796
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4581
4797
|
display: -ms-flexbox;
|
|
4582
4798
|
display: flex;
|
|
@@ -4662,6 +4878,8 @@
|
|
|
4662
4878
|
width: 100%;
|
|
4663
4879
|
background-color: #212529;
|
|
4664
4880
|
color: #fff;
|
|
4881
|
+
/* stylelint-disable */
|
|
4882
|
+
/* stylelint-enable */
|
|
4665
4883
|
}
|
|
4666
4884
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4667
4885
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4855,6 +5073,10 @@
|
|
|
4855
5073
|
width: 70%;
|
|
4856
5074
|
color: #fff;
|
|
4857
5075
|
}
|
|
5076
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5077
|
+
/* stylelint-disable */
|
|
5078
|
+
/* stylelint-enable */
|
|
5079
|
+
}
|
|
4858
5080
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4859
5081
|
background-color: #212529;
|
|
4860
5082
|
border: 1px solid #444c54;
|
|
@@ -4902,6 +5124,10 @@
|
|
|
4902
5124
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4903
5125
|
margin-right: 12px;
|
|
4904
5126
|
}
|
|
5127
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5128
|
+
/* stylelint-disable */
|
|
5129
|
+
/* stylelint-enable */
|
|
5130
|
+
}
|
|
4905
5131
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4906
5132
|
left: 16px;
|
|
4907
5133
|
right: auto;
|
|
@@ -5052,6 +5278,10 @@
|
|
|
5052
5278
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5053
5279
|
max-height: 600px;
|
|
5054
5280
|
}
|
|
5281
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5282
|
+
/* stylelint-disable */
|
|
5283
|
+
/* stylelint-enable */
|
|
5284
|
+
}
|
|
5055
5285
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5056
5286
|
margin-left: 12px;
|
|
5057
5287
|
margin-right: 0;
|
|
@@ -5072,6 +5302,11 @@
|
|
|
5072
5302
|
margin-left: 20px;
|
|
5073
5303
|
}
|
|
5074
5304
|
|
|
5305
|
+
/* stylelint-disable */
|
|
5306
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5307
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5308
|
+
/* stylelint-enable */
|
|
5309
|
+
}
|
|
5075
5310
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5076
5311
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5077
5312
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5223,6 +5458,16 @@
|
|
|
5223
5458
|
margin-top: 4px;
|
|
5224
5459
|
padding: 0 12px;
|
|
5225
5460
|
}
|
|
5461
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5462
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5463
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5464
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5465
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5466
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5467
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5468
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5469
|
+
/* stylelint-disable */
|
|
5470
|
+
}
|
|
5226
5471
|
.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,
|
|
5227
5472
|
.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,
|
|
5228
5473
|
.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,
|
|
@@ -5234,6 +5479,7 @@
|
|
|
5234
5479
|
font-size: 14px;
|
|
5235
5480
|
height: 36px !important;
|
|
5236
5481
|
padding: 9px 16px !important;
|
|
5482
|
+
/* stylelint-enable */
|
|
5237
5483
|
}
|
|
5238
5484
|
.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,
|
|
5239
5485
|
.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,
|
|
@@ -5358,6 +5604,10 @@
|
|
|
5358
5604
|
.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 {
|
|
5359
5605
|
padding-top: 7px;
|
|
5360
5606
|
}
|
|
5607
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5608
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5609
|
+
/* stylelint-disable */
|
|
5610
|
+
}
|
|
5361
5611
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5362
5612
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5363
5613
|
padding-left: 12px;
|
|
@@ -5370,6 +5620,7 @@
|
|
|
5370
5620
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5371
5621
|
padding-left: 0;
|
|
5372
5622
|
padding-right: 5px;
|
|
5623
|
+
/* stylelint-enable */
|
|
5373
5624
|
}
|
|
5374
5625
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5375
5626
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5408,6 +5659,8 @@
|
|
|
5408
5659
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5409
5660
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5410
5661
|
padding-left: 20px;
|
|
5662
|
+
/* stylelint-disable */
|
|
5663
|
+
/* stylelint-enable */
|
|
5411
5664
|
}
|
|
5412
5665
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5413
5666
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5475,6 +5728,10 @@
|
|
|
5475
5728
|
padding-left: 0;
|
|
5476
5729
|
padding-right: 4px;
|
|
5477
5730
|
}
|
|
5731
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5732
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5733
|
+
/* stylelint-disable */
|
|
5734
|
+
}
|
|
5478
5735
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5479
5736
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5480
5737
|
max-height: 750px;
|
|
@@ -5489,8 +5746,8 @@
|
|
|
5489
5746
|
}
|
|
5490
5747
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5491
5748
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5492
|
-
height: 565px !important;
|
|
5493
5749
|
max-height: 600px !important;
|
|
5750
|
+
min-height: 580px !important;
|
|
5494
5751
|
}
|
|
5495
5752
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5496
5753
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5507,4 +5764,10 @@
|
|
|
5507
5764
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5508
5765
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5509
5766
|
height: 165px !important;
|
|
5510
|
-
}
|
|
5767
|
+
}
|
|
5768
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5769
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5770
|
+
max-height: 187px;
|
|
5771
|
+
}
|
|
5772
|
+
|
|
5773
|
+
/* stylelint-enable */
|