@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/bootstrap5.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;
|
|
@@ -245,6 +252,7 @@
|
|
|
245
252
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
246
253
|
box-shadow: none;
|
|
247
254
|
margin-left: 10px;
|
|
255
|
+
/* stylelint-disable */
|
|
248
256
|
}
|
|
249
257
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
250
258
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -336,6 +344,7 @@
|
|
|
336
344
|
}
|
|
337
345
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
338
346
|
border: none;
|
|
347
|
+
/* stylelint-enable */
|
|
339
348
|
}
|
|
340
349
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
341
350
|
margin: 0 0 0 6px;
|
|
@@ -580,13 +589,16 @@
|
|
|
580
589
|
}
|
|
581
590
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
582
591
|
margin-left: 18px !important;
|
|
592
|
+
/* stylelint-enable */
|
|
583
593
|
}
|
|
584
594
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
595
|
+
/* stylelint-disable */
|
|
585
596
|
padding: 0 !important;
|
|
586
597
|
}
|
|
587
598
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
588
599
|
float: left;
|
|
589
600
|
font-weight: 500;
|
|
601
|
+
/* stylelint-enable */
|
|
590
602
|
}
|
|
591
603
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
592
604
|
float: right;
|
|
@@ -615,6 +627,7 @@
|
|
|
615
627
|
}
|
|
616
628
|
|
|
617
629
|
.e-pivotview-report-dialog {
|
|
630
|
+
/* stylelint-disable */
|
|
618
631
|
max-width: 350px !important;
|
|
619
632
|
}
|
|
620
633
|
|
|
@@ -634,6 +647,7 @@
|
|
|
634
647
|
max-width: 500px !important;
|
|
635
648
|
}
|
|
636
649
|
|
|
650
|
+
/* stylelint-enable */
|
|
637
651
|
.e-report-outer {
|
|
638
652
|
display: inline-block;
|
|
639
653
|
width: 100%;
|
|
@@ -646,6 +660,7 @@
|
|
|
646
660
|
padding-left: 12px;
|
|
647
661
|
}
|
|
648
662
|
|
|
663
|
+
/* stylelint-disable */
|
|
649
664
|
.e-pivotview-report-input {
|
|
650
665
|
float: right;
|
|
651
666
|
width: 60% !important;
|
|
@@ -667,11 +682,16 @@
|
|
|
667
682
|
font-size: 18px !important;
|
|
668
683
|
}
|
|
669
684
|
|
|
685
|
+
/* stylelint-enable */
|
|
670
686
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
671
687
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
672
688
|
white-space: nowrap;
|
|
673
689
|
}
|
|
674
690
|
|
|
691
|
+
.e-drillthrough-dialog {
|
|
692
|
+
/* stylelint-disable */
|
|
693
|
+
/* stylelint-enable */
|
|
694
|
+
}
|
|
675
695
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
676
696
|
margin-bottom: 20px;
|
|
677
697
|
margin-bottom: 18px;
|
|
@@ -693,6 +713,13 @@
|
|
|
693
713
|
flex-wrap: wrap;
|
|
694
714
|
}
|
|
695
715
|
|
|
716
|
+
.e-bigger .e-pivotview,
|
|
717
|
+
.e-bigger.e-pivotview {
|
|
718
|
+
/* stylelint-disable */
|
|
719
|
+
/* stylelint-enable */
|
|
720
|
+
/* stylelint-disable */
|
|
721
|
+
/* stylelint-enable */
|
|
722
|
+
}
|
|
696
723
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
697
724
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
698
725
|
height: 139px;
|
|
@@ -847,6 +874,18 @@
|
|
|
847
874
|
}
|
|
848
875
|
|
|
849
876
|
/*! PivotView theme */
|
|
877
|
+
.e-pivotview {
|
|
878
|
+
/* stylelint-enable */
|
|
879
|
+
/* stylelint-disable */
|
|
880
|
+
/* stylelint-enable */
|
|
881
|
+
/* stylelint-disable */
|
|
882
|
+
/* stylelint-enable */
|
|
883
|
+
/* stylelint-disable */
|
|
884
|
+
/* stylelint-enable */
|
|
885
|
+
/* stylelint-disable */
|
|
886
|
+
/* stylelint-enable */
|
|
887
|
+
/* stylelint-enable */
|
|
888
|
+
}
|
|
850
889
|
.e-pivotview .e-nextspan {
|
|
851
890
|
display: inline-block;
|
|
852
891
|
width: 18px;
|
|
@@ -867,6 +906,7 @@
|
|
|
867
906
|
text-align: right;
|
|
868
907
|
}
|
|
869
908
|
.e-pivotview .e-grid .e-rowcell {
|
|
909
|
+
/* stylelint-disable */
|
|
870
910
|
font-size: 14px !important;
|
|
871
911
|
padding-left: 8px;
|
|
872
912
|
-webkit-user-select: none;
|
|
@@ -979,7 +1019,7 @@
|
|
|
979
1019
|
}
|
|
980
1020
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
981
1021
|
font-size: 12px !important;
|
|
982
|
-
padding:
|
|
1022
|
+
padding-right: 5px !important;
|
|
983
1023
|
}
|
|
984
1024
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
985
1025
|
margin: -10px 0 !important;
|
|
@@ -1022,11 +1062,6 @@
|
|
|
1022
1062
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1023
1063
|
visibility: hidden !important;
|
|
1024
1064
|
}
|
|
1025
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1026
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1027
|
-
text-overflow: ellipsis;
|
|
1028
|
-
white-space: nowrap;
|
|
1029
|
-
}
|
|
1030
1065
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1031
1066
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1032
1067
|
padding-left: 8px !important;
|
|
@@ -1087,12 +1122,18 @@
|
|
|
1087
1122
|
}
|
|
1088
1123
|
.e-pivotview .e-rowcell {
|
|
1089
1124
|
opacity: 1;
|
|
1125
|
+
/* stylelint-disable */
|
|
1126
|
+
/* stylelint-enable */
|
|
1090
1127
|
}
|
|
1091
1128
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1092
1129
|
-webkit-user-select: none;
|
|
1093
1130
|
-ms-user-select: none;
|
|
1094
1131
|
user-select: none;
|
|
1095
1132
|
}
|
|
1133
|
+
.e-pivotview .e-grouping-bar {
|
|
1134
|
+
/* stylelint-disable */
|
|
1135
|
+
/* stylelint-enable */
|
|
1136
|
+
}
|
|
1096
1137
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1097
1138
|
-ms-flex: auto;
|
|
1098
1139
|
flex: auto;
|
|
@@ -1191,6 +1232,38 @@
|
|
|
1191
1232
|
font-size: 14px;
|
|
1192
1233
|
font-weight: normal;
|
|
1193
1234
|
}
|
|
1235
|
+
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1236
|
+
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1237
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1238
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1239
|
+
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1240
|
+
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1241
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1242
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1243
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1244
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1245
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1246
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1247
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1248
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1249
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1250
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1251
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1252
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1253
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1254
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1255
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1256
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1257
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1258
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1259
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1260
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1261
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1262
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1263
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1264
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1265
|
+
margin-top: 1px;
|
|
1266
|
+
}
|
|
1194
1267
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1195
1268
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1196
1269
|
display: -ms-inline-flexbox;
|
|
@@ -1221,17 +1294,21 @@
|
|
|
1221
1294
|
border: 1px solid #dee2e6;
|
|
1222
1295
|
border-radius: 4px;
|
|
1223
1296
|
box-shadow: none;
|
|
1297
|
+
/* stylelint-disable */
|
|
1224
1298
|
color: #343a40 !important;
|
|
1299
|
+
/* stylelint-enable */
|
|
1225
1300
|
cursor: default;
|
|
1226
1301
|
display: -ms-flexbox;
|
|
1227
1302
|
display: flex;
|
|
1228
1303
|
font-weight: normal;
|
|
1229
1304
|
height: 24px;
|
|
1230
1305
|
line-height: 0.9em;
|
|
1231
|
-
padding:
|
|
1306
|
+
padding: 3px 8px;
|
|
1232
1307
|
text-transform: none;
|
|
1233
1308
|
vertical-align: bottom;
|
|
1234
1309
|
z-index: 1;
|
|
1310
|
+
/* stylelint-disable */
|
|
1311
|
+
/* stylelint-enable */
|
|
1235
1312
|
}
|
|
1236
1313
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1237
1314
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1417,7 +1494,7 @@
|
|
|
1417
1494
|
pointer-events: none;
|
|
1418
1495
|
}
|
|
1419
1496
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1420
|
-
padding:
|
|
1497
|
+
padding: 3px 8px;
|
|
1421
1498
|
width: 180px;
|
|
1422
1499
|
}
|
|
1423
1500
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1494,6 +1571,7 @@
|
|
|
1494
1571
|
width: 18px;
|
|
1495
1572
|
}
|
|
1496
1573
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1574
|
+
margin-top: 3px;
|
|
1497
1575
|
transform: rotateX(180deg);
|
|
1498
1576
|
}
|
|
1499
1577
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1548,7 +1626,7 @@
|
|
|
1548
1626
|
width: auto;
|
|
1549
1627
|
}
|
|
1550
1628
|
.e-pivotview .e-collapse::before {
|
|
1551
|
-
font-size:
|
|
1629
|
+
font-size: 20px;
|
|
1552
1630
|
}
|
|
1553
1631
|
.e-pivotview .e-expand,
|
|
1554
1632
|
.e-pivotview .e-collapse {
|
|
@@ -1571,6 +1649,12 @@
|
|
|
1571
1649
|
.e-pivotview .e-expand::before {
|
|
1572
1650
|
font-size: 20px;
|
|
1573
1651
|
}
|
|
1652
|
+
.e-pivotview.e-rtl {
|
|
1653
|
+
/* stylelint-disable */
|
|
1654
|
+
/* stylelint-enable */
|
|
1655
|
+
/* stylelint-disable */
|
|
1656
|
+
/* stylelint-enable */
|
|
1657
|
+
}
|
|
1574
1658
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1575
1659
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1576
1660
|
margin-left: 0;
|
|
@@ -1642,8 +1726,10 @@
|
|
|
1642
1726
|
padding-right: 8px;
|
|
1643
1727
|
}
|
|
1644
1728
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1729
|
+
/* stylelint-disable */
|
|
1645
1730
|
padding-left: 8px;
|
|
1646
1731
|
padding-right: 0;
|
|
1732
|
+
/* stylelint-enable */
|
|
1647
1733
|
}
|
|
1648
1734
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1649
1735
|
margin-left: 4px;
|
|
@@ -1666,9 +1752,18 @@
|
|
|
1666
1752
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1667
1753
|
float: left;
|
|
1668
1754
|
}
|
|
1755
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1756
|
+
/* stylelint-disable */
|
|
1757
|
+
}
|
|
1669
1758
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1670
1759
|
line-height: 1em !important;
|
|
1671
1760
|
}
|
|
1761
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1762
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1763
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1764
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1765
|
+
margin-top: 2px !important;
|
|
1766
|
+
}
|
|
1672
1767
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1673
1768
|
max-width: 155px;
|
|
1674
1769
|
}
|
|
@@ -1679,6 +1774,9 @@
|
|
|
1679
1774
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1680
1775
|
max-width: 200px;
|
|
1681
1776
|
}
|
|
1777
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1778
|
+
width: 100% !important;
|
|
1779
|
+
}
|
|
1682
1780
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1683
1781
|
width: 0 !important;
|
|
1684
1782
|
}
|
|
@@ -1734,6 +1832,13 @@
|
|
|
1734
1832
|
margin-right: 5px;
|
|
1735
1833
|
}
|
|
1736
1834
|
|
|
1835
|
+
.e-bigger .e-pivotview,
|
|
1836
|
+
.e-bigger.e-pivotview {
|
|
1837
|
+
/* stylelint-disable */
|
|
1838
|
+
/* stylelint-enable */
|
|
1839
|
+
/* stylelint-disable */
|
|
1840
|
+
/* stylelint-enable */
|
|
1841
|
+
}
|
|
1737
1842
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1738
1843
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1739
1844
|
margin: 4px;
|
|
@@ -1796,6 +1901,10 @@
|
|
|
1796
1901
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1797
1902
|
margin-top: 0;
|
|
1798
1903
|
}
|
|
1904
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1905
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1906
|
+
/* stylelint-enable */
|
|
1907
|
+
}
|
|
1799
1908
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1800
1909
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1801
1910
|
height: 36px !important;
|
|
@@ -1836,8 +1945,10 @@
|
|
|
1836
1945
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1837
1946
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1838
1947
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1948
|
+
/* stylelint-disable */
|
|
1839
1949
|
font-size: 14px !important;
|
|
1840
1950
|
height: 20px;
|
|
1951
|
+
margin-top: 2px;
|
|
1841
1952
|
width: 20px;
|
|
1842
1953
|
}
|
|
1843
1954
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1933,8 +2044,9 @@
|
|
|
1933
2044
|
}
|
|
1934
2045
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1935
2046
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1936
|
-
margin: -
|
|
2047
|
+
margin: -15px -8px !important;
|
|
1937
2048
|
font-size: 12px !important;
|
|
2049
|
+
padding-top: 28px;
|
|
1938
2050
|
}
|
|
1939
2051
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1940
2052
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1964,8 +2076,15 @@
|
|
|
1964
2076
|
}
|
|
1965
2077
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1966
2078
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2079
|
+
/* stylelint-disable */
|
|
1967
2080
|
font-size: 16px !important;
|
|
1968
2081
|
}
|
|
2082
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2083
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2084
|
+
/* stylelint-enable */
|
|
2085
|
+
/* stylelint-disable */
|
|
2086
|
+
/* stylelint-enable */
|
|
2087
|
+
}
|
|
1969
2088
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1970
2089
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1971
2090
|
padding-right: 10px !important;
|
|
@@ -2011,7 +2130,7 @@
|
|
|
2011
2130
|
}
|
|
2012
2131
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2013
2132
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2014
|
-
font-size:
|
|
2133
|
+
font-size: 24px;
|
|
2015
2134
|
}
|
|
2016
2135
|
|
|
2017
2136
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2044,6 +2163,10 @@
|
|
|
2044
2163
|
content: "\e774";
|
|
2045
2164
|
}
|
|
2046
2165
|
|
|
2166
|
+
.e-pivot-calc-dialog-div {
|
|
2167
|
+
/* stylelint-disable */
|
|
2168
|
+
/* stylelint-enable */
|
|
2169
|
+
}
|
|
2047
2170
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2048
2171
|
content: "\e726";
|
|
2049
2172
|
}
|
|
@@ -2142,6 +2265,11 @@
|
|
|
2142
2265
|
content: "\e7d8" !important;
|
|
2143
2266
|
}
|
|
2144
2267
|
|
|
2268
|
+
.e-pivotfieldlist-wrapper,
|
|
2269
|
+
.e-pivotfieldlist-container {
|
|
2270
|
+
/* stylelint-disable */
|
|
2271
|
+
/* stylelint-enable */
|
|
2272
|
+
}
|
|
2145
2273
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2146
2274
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2147
2275
|
content: "\e773";
|
|
@@ -2336,9 +2464,10 @@
|
|
|
2336
2464
|
}
|
|
2337
2465
|
|
|
2338
2466
|
.e-pivot-formatting-dialog {
|
|
2467
|
+
/* stylelint-disable */
|
|
2339
2468
|
max-height: 480px !important;
|
|
2340
|
-
min-width: 628px !important;
|
|
2341
2469
|
width: 628px !important;
|
|
2470
|
+
/* stylelint-enable */
|
|
2342
2471
|
}
|
|
2343
2472
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2344
2473
|
padding-bottom: 4px;
|
|
@@ -2352,6 +2481,7 @@
|
|
|
2352
2481
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2353
2482
|
padding-bottom: 14px;
|
|
2354
2483
|
padding-right: 18px;
|
|
2484
|
+
white-space: nowrap;
|
|
2355
2485
|
padding-right: 8px;
|
|
2356
2486
|
}
|
|
2357
2487
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
@@ -2386,7 +2516,9 @@
|
|
|
2386
2516
|
float: right;
|
|
2387
2517
|
padding-right: 12px;
|
|
2388
2518
|
padding-top: 12px;
|
|
2519
|
+
/* stylelint-disable */
|
|
2389
2520
|
color: #212529 !important;
|
|
2521
|
+
/* stylelint-enable */
|
|
2390
2522
|
}
|
|
2391
2523
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
2392
2524
|
.e-pivot-formatting-dialog .e-format-delete-button:focus,
|
|
@@ -2414,7 +2546,9 @@
|
|
|
2414
2546
|
border: 1px solid #dee2e6;
|
|
2415
2547
|
border-radius: 4px;
|
|
2416
2548
|
height: 28px;
|
|
2549
|
+
/* stylelint-disable */
|
|
2417
2550
|
margin: 0 !important;
|
|
2551
|
+
/* stylelint-enable */
|
|
2418
2552
|
padding-left: 6px;
|
|
2419
2553
|
padding-top: 6px;
|
|
2420
2554
|
width: 80px;
|
|
@@ -2423,7 +2557,9 @@
|
|
|
2423
2557
|
background: none;
|
|
2424
2558
|
margin: 0 2px;
|
|
2425
2559
|
width: 14px;
|
|
2560
|
+
/* stylelint-disable */
|
|
2426
2561
|
color: #212529 !important;
|
|
2562
|
+
/* stylelint-enable */
|
|
2427
2563
|
}
|
|
2428
2564
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2429
2565
|
color: #6c757d !important;
|
|
@@ -2439,7 +2575,9 @@
|
|
|
2439
2575
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2440
2576
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2441
2577
|
border: 1px solid #dee2e6;
|
|
2578
|
+
/* stylelint-disable */
|
|
2442
2579
|
border-radius: 0 !important;
|
|
2580
|
+
/* stylelint-enable */
|
|
2443
2581
|
height: 40%;
|
|
2444
2582
|
left: -3px;
|
|
2445
2583
|
position: absolute;
|
|
@@ -2447,8 +2585,13 @@
|
|
|
2447
2585
|
width: 150%;
|
|
2448
2586
|
}
|
|
2449
2587
|
.e-pivot-formatting-dialog.e-device {
|
|
2588
|
+
/* stylelint-disable */
|
|
2450
2589
|
min-width: 320px !important;
|
|
2451
2590
|
width: 100% !important;
|
|
2591
|
+
/* stylelint-enable */
|
|
2592
|
+
}
|
|
2593
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2594
|
+
width: 100% !important;
|
|
2452
2595
|
}
|
|
2453
2596
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2454
2597
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -2494,8 +2637,11 @@
|
|
|
2494
2637
|
|
|
2495
2638
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2496
2639
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2497
|
-
|
|
2640
|
+
/* stylelint-disable */
|
|
2498
2641
|
width: 680px !important;
|
|
2642
|
+
/* stylelint-enable */
|
|
2643
|
+
/* stylelint-disable */
|
|
2644
|
+
/* stylelint-enable */
|
|
2499
2645
|
}
|
|
2500
2646
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2501
2647
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2535,8 +2681,10 @@
|
|
|
2535
2681
|
}
|
|
2536
2682
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2537
2683
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2684
|
+
/* stylelint-disable */
|
|
2538
2685
|
min-width: 320px !important;
|
|
2539
2686
|
width: 100% !important;
|
|
2687
|
+
/* stylelint-enable */
|
|
2540
2688
|
}
|
|
2541
2689
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2542
2690
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2555,8 +2703,14 @@
|
|
|
2555
2703
|
}
|
|
2556
2704
|
|
|
2557
2705
|
.e-pivot-calc-dialog-div {
|
|
2706
|
+
/* stylelint-disable */
|
|
2558
2707
|
max-height: 550px !important;
|
|
2708
|
+
/* stylelint-enable */
|
|
2559
2709
|
min-width: 290px;
|
|
2710
|
+
/* stylelint-disable */
|
|
2711
|
+
/* stylelint-enable */
|
|
2712
|
+
/* stylelint-disable */
|
|
2713
|
+
/* stylelint-enable */
|
|
2560
2714
|
}
|
|
2561
2715
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2562
2716
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2601,9 +2755,11 @@
|
|
|
2601
2755
|
color: #6c757d;
|
|
2602
2756
|
}
|
|
2603
2757
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2758
|
+
/* stylelint-disable */
|
|
2604
2759
|
float: right !important;
|
|
2605
2760
|
margin: 0;
|
|
2606
2761
|
margin-right: 12px !important;
|
|
2762
|
+
/* stylelint-enable */
|
|
2607
2763
|
}
|
|
2608
2764
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2609
2765
|
cursor: default;
|
|
@@ -2891,8 +3047,11 @@
|
|
|
2891
3047
|
|
|
2892
3048
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2893
3049
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2894
|
-
|
|
3050
|
+
/* stylelint-disable */
|
|
3051
|
+
max-height: 600px !important;
|
|
2895
3052
|
min-width: 401px !important;
|
|
3053
|
+
/* stylelint-enable */
|
|
3054
|
+
/* stylelint-disable */
|
|
2896
3055
|
}
|
|
2897
3056
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2898
3057
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2939,7 +3098,7 @@
|
|
|
2939
3098
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2940
3099
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2941
3100
|
max-height: 750px !important;
|
|
2942
|
-
min-width: 580px;
|
|
3101
|
+
min-width: 580px !important;
|
|
2943
3102
|
}
|
|
2944
3103
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2945
3104
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2977,6 +3136,9 @@
|
|
|
2977
3136
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2978
3137
|
max-width: 400px !important;
|
|
2979
3138
|
min-width: 320px !important;
|
|
3139
|
+
/* stylelint-enable */
|
|
3140
|
+
/* stylelint-disable */
|
|
3141
|
+
/* stylelint-enable */
|
|
2980
3142
|
}
|
|
2981
3143
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2982
3144
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3014,8 +3176,10 @@
|
|
|
3014
3176
|
}
|
|
3015
3177
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3016
3178
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3179
|
+
/* stylelint-disable */
|
|
3017
3180
|
margin-left: -22px;
|
|
3018
3181
|
overflow: auto !important;
|
|
3182
|
+
/* stylelint-enable */
|
|
3019
3183
|
}
|
|
3020
3184
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3021
3185
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3034,6 +3198,10 @@
|
|
|
3034
3198
|
margin-left: 0;
|
|
3035
3199
|
margin-right: -22px;
|
|
3036
3200
|
}
|
|
3201
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3202
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3203
|
+
/* stylelint-disable */
|
|
3204
|
+
}
|
|
3037
3205
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3038
3206
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3039
3207
|
margin-left: 0;
|
|
@@ -3095,6 +3263,7 @@
|
|
|
3095
3263
|
}
|
|
3096
3264
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3097
3265
|
border: 0;
|
|
3266
|
+
/* stylelint-enable */
|
|
3098
3267
|
}
|
|
3099
3268
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3100
3269
|
margin: 0 0 0 6px;
|
|
@@ -3123,6 +3292,8 @@
|
|
|
3123
3292
|
overflow: auto;
|
|
3124
3293
|
padding: 20px;
|
|
3125
3294
|
padding-bottom: 0;
|
|
3295
|
+
/* stylelint-disable */
|
|
3296
|
+
/* stylelint-enable */
|
|
3126
3297
|
}
|
|
3127
3298
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3128
3299
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3161,6 +3332,9 @@
|
|
|
3161
3332
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3162
3333
|
float: right;
|
|
3163
3334
|
}
|
|
3335
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3336
|
+
/* stylelint-disable */
|
|
3337
|
+
}
|
|
3164
3338
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3165
3339
|
margin-left: 0;
|
|
3166
3340
|
}
|
|
@@ -3298,6 +3472,7 @@
|
|
|
3298
3472
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3299
3473
|
overflow: hidden;
|
|
3300
3474
|
padding: 0 !important;
|
|
3475
|
+
/* stylelint-enable */
|
|
3301
3476
|
}
|
|
3302
3477
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3303
3478
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3369,6 +3544,11 @@
|
|
|
3369
3544
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3370
3545
|
padding-right: 0;
|
|
3371
3546
|
}
|
|
3547
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3548
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3549
|
+
/* stylelint-disable */
|
|
3550
|
+
/* stylelint-enable */
|
|
3551
|
+
}
|
|
3372
3552
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3373
3553
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3374
3554
|
padding-left: 24px;
|
|
@@ -3418,6 +3598,7 @@
|
|
|
3418
3598
|
padding: 4px;
|
|
3419
3599
|
}
|
|
3420
3600
|
|
|
3601
|
+
/* stylelint-disable */
|
|
3421
3602
|
.e-button-drag-clone {
|
|
3422
3603
|
background-color: #dee2e6 !important;
|
|
3423
3604
|
border: 1px solid #dee2e6;
|
|
@@ -3457,6 +3638,12 @@
|
|
|
3457
3638
|
width: auto !important;
|
|
3458
3639
|
}
|
|
3459
3640
|
|
|
3641
|
+
/* stylelint-enable */
|
|
3642
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3643
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3644
|
+
/* stylelint-disable */
|
|
3645
|
+
/* stylelint-enable */
|
|
3646
|
+
}
|
|
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,
|
|
3461
3648
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3462
3649
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3521,6 +3708,10 @@
|
|
|
3521
3708
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3522
3709
|
margin-left: 10px;
|
|
3523
3710
|
}
|
|
3711
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3712
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3713
|
+
/* stylelint-disable */
|
|
3714
|
+
}
|
|
3524
3715
|
.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,
|
|
3525
3716
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3526
3717
|
margin: 0 0 0 6px;
|
|
@@ -3669,6 +3860,7 @@
|
|
|
3669
3860
|
background-color: #dee2e6;
|
|
3670
3861
|
}
|
|
3671
3862
|
|
|
3863
|
+
/* stylelint-disable */
|
|
3672
3864
|
*.e-rtl .e-select-table {
|
|
3673
3865
|
padding: 8px 5px;
|
|
3674
3866
|
}
|
|
@@ -3707,6 +3899,8 @@
|
|
|
3707
3899
|
font-size: 14px;
|
|
3708
3900
|
max-width: 700px;
|
|
3709
3901
|
min-width: 300px;
|
|
3902
|
+
/* stylelint-enable */
|
|
3903
|
+
/* stylelint-enable */
|
|
3710
3904
|
}
|
|
3711
3905
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3712
3906
|
display: -ms-flexbox;
|
|
@@ -3832,6 +4026,8 @@
|
|
|
3832
4026
|
display: -ms-flexbox;
|
|
3833
4027
|
display: flex;
|
|
3834
4028
|
padding-right: 18px;
|
|
4029
|
+
/* stylelint-disable */
|
|
4030
|
+
/* stylelint-enable */
|
|
3835
4031
|
}
|
|
3836
4032
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3837
4033
|
-ms-flex: auto;
|
|
@@ -3843,7 +4039,9 @@
|
|
|
3843
4039
|
color: #495057;
|
|
3844
4040
|
cursor: pointer;
|
|
3845
4041
|
font-size: 14px;
|
|
4042
|
+
/* stylelint-disable */
|
|
3846
4043
|
height: 20px !important;
|
|
4044
|
+
/* stylelint-enable */
|
|
3847
4045
|
padding: 6px 0 0 4px;
|
|
3848
4046
|
width: 20px;
|
|
3849
4047
|
}
|
|
@@ -3876,9 +4074,13 @@
|
|
|
3876
4074
|
}
|
|
3877
4075
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3878
4076
|
overflow: hidden;
|
|
4077
|
+
/* stylelint-disable */
|
|
4078
|
+
/* stylelint-enable */
|
|
3879
4079
|
}
|
|
3880
4080
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3881
4081
|
margin-left: -30px;
|
|
4082
|
+
/* stylelint-disable */
|
|
4083
|
+
/* stylelint-enable */
|
|
3882
4084
|
}
|
|
3883
4085
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3884
4086
|
cursor: default;
|
|
@@ -4387,10 +4589,12 @@
|
|
|
4387
4589
|
height: 261px;
|
|
4388
4590
|
}
|
|
4389
4591
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4390
|
-
height: 540px;
|
|
4592
|
+
min-height: 540px;
|
|
4391
4593
|
}
|
|
4392
4594
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4393
4595
|
height: 369px;
|
|
4596
|
+
/* stylelint-disable */
|
|
4597
|
+
/* stylelint-enable */
|
|
4394
4598
|
}
|
|
4395
4599
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4396
4600
|
height: 392px !important;
|
|
@@ -4414,6 +4618,7 @@
|
|
|
4414
4618
|
display: -ms-flexbox;
|
|
4415
4619
|
display: flex;
|
|
4416
4620
|
padding: 10px 18px;
|
|
4621
|
+
/* stylelint-disable */
|
|
4417
4622
|
}
|
|
4418
4623
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4419
4624
|
float: right;
|
|
@@ -4450,6 +4655,8 @@
|
|
|
4450
4655
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4451
4656
|
margin-left: 0;
|
|
4452
4657
|
margin-right: -30px;
|
|
4658
|
+
/* stylelint-disable */
|
|
4659
|
+
/* stylelint-enable */
|
|
4453
4660
|
}
|
|
4454
4661
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4455
4662
|
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";
|
|
@@ -4480,6 +4687,8 @@
|
|
|
4480
4687
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4481
4688
|
padding-left: 18px;
|
|
4482
4689
|
padding-right: 0;
|
|
4690
|
+
/* stylelint-disable */
|
|
4691
|
+
/* stylelint-enable */
|
|
4483
4692
|
}
|
|
4484
4693
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4485
4694
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4561,8 +4770,10 @@
|
|
|
4561
4770
|
}
|
|
4562
4771
|
.e-pivotfieldlist-container.e-device {
|
|
4563
4772
|
height: 100%;
|
|
4773
|
+
/* stylelint-disable */
|
|
4564
4774
|
max-height: 100% !important;
|
|
4565
4775
|
max-width: 100% !important;
|
|
4776
|
+
/* stylelint-enable */
|
|
4566
4777
|
min-height: 500px;
|
|
4567
4778
|
width: 100%;
|
|
4568
4779
|
}
|
|
@@ -4579,6 +4790,11 @@
|
|
|
4579
4790
|
background-color: transparent;
|
|
4580
4791
|
color: #495057;
|
|
4581
4792
|
}
|
|
4793
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4794
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4795
|
+
height: 210px;
|
|
4796
|
+
overflow: auto;
|
|
4797
|
+
}
|
|
4582
4798
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4583
4799
|
display: -ms-flexbox;
|
|
4584
4800
|
display: flex;
|
|
@@ -4664,6 +4880,8 @@
|
|
|
4664
4880
|
width: 100%;
|
|
4665
4881
|
background-color: #fff;
|
|
4666
4882
|
color: #212529;
|
|
4883
|
+
/* stylelint-disable */
|
|
4884
|
+
/* stylelint-enable */
|
|
4667
4885
|
}
|
|
4668
4886
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4669
4887
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4857,6 +5075,10 @@
|
|
|
4857
5075
|
width: 70%;
|
|
4858
5076
|
color: #212529;
|
|
4859
5077
|
}
|
|
5078
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5079
|
+
/* stylelint-disable */
|
|
5080
|
+
/* stylelint-enable */
|
|
5081
|
+
}
|
|
4860
5082
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4861
5083
|
background-color: #fff;
|
|
4862
5084
|
border: 1px solid #dee2e6;
|
|
@@ -4904,6 +5126,10 @@
|
|
|
4904
5126
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4905
5127
|
margin-right: 12px;
|
|
4906
5128
|
}
|
|
5129
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5130
|
+
/* stylelint-disable */
|
|
5131
|
+
/* stylelint-enable */
|
|
5132
|
+
}
|
|
4907
5133
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4908
5134
|
left: 16px;
|
|
4909
5135
|
right: auto;
|
|
@@ -5054,6 +5280,10 @@
|
|
|
5054
5280
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5055
5281
|
max-height: 600px;
|
|
5056
5282
|
}
|
|
5283
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5284
|
+
/* stylelint-disable */
|
|
5285
|
+
/* stylelint-enable */
|
|
5286
|
+
}
|
|
5057
5287
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5058
5288
|
margin-left: 12px;
|
|
5059
5289
|
margin-right: 0;
|
|
@@ -5074,6 +5304,11 @@
|
|
|
5074
5304
|
margin-left: 20px;
|
|
5075
5305
|
}
|
|
5076
5306
|
|
|
5307
|
+
/* stylelint-disable */
|
|
5308
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5309
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5310
|
+
/* stylelint-enable */
|
|
5311
|
+
}
|
|
5077
5312
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5078
5313
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5079
5314
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5225,6 +5460,16 @@
|
|
|
5225
5460
|
margin-top: 4px;
|
|
5226
5461
|
padding: 0 12px;
|
|
5227
5462
|
}
|
|
5463
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5464
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5465
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5466
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5467
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5468
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5469
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5470
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5471
|
+
/* stylelint-disable */
|
|
5472
|
+
}
|
|
5228
5473
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
5229
5474
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
5230
5475
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
@@ -5236,6 +5481,7 @@
|
|
|
5236
5481
|
font-size: 14px;
|
|
5237
5482
|
height: 36px !important;
|
|
5238
5483
|
padding: 9px 16px !important;
|
|
5484
|
+
/* stylelint-enable */
|
|
5239
5485
|
}
|
|
5240
5486
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5241
5487
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -5360,6 +5606,10 @@
|
|
|
5360
5606
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
5361
5607
|
padding-top: 7px;
|
|
5362
5608
|
}
|
|
5609
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5610
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5611
|
+
/* stylelint-disable */
|
|
5612
|
+
}
|
|
5363
5613
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5364
5614
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5365
5615
|
padding-left: 12px;
|
|
@@ -5372,6 +5622,7 @@
|
|
|
5372
5622
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5373
5623
|
padding-left: 0;
|
|
5374
5624
|
padding-right: 5px;
|
|
5625
|
+
/* stylelint-enable */
|
|
5375
5626
|
}
|
|
5376
5627
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5377
5628
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5410,6 +5661,8 @@
|
|
|
5410
5661
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5411
5662
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5412
5663
|
padding-left: 20px;
|
|
5664
|
+
/* stylelint-disable */
|
|
5665
|
+
/* stylelint-enable */
|
|
5413
5666
|
}
|
|
5414
5667
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5415
5668
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5477,6 +5730,10 @@
|
|
|
5477
5730
|
padding-left: 0;
|
|
5478
5731
|
padding-right: 4px;
|
|
5479
5732
|
}
|
|
5733
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5734
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5735
|
+
/* stylelint-disable */
|
|
5736
|
+
}
|
|
5480
5737
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5481
5738
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5482
5739
|
max-height: 750px;
|
|
@@ -5491,8 +5748,8 @@
|
|
|
5491
5748
|
}
|
|
5492
5749
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5493
5750
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5494
|
-
height: 565px !important;
|
|
5495
5751
|
max-height: 600px !important;
|
|
5752
|
+
min-height: 580px !important;
|
|
5496
5753
|
}
|
|
5497
5754
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5498
5755
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5509,4 +5766,10 @@
|
|
|
5509
5766
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5510
5767
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5511
5768
|
height: 165px !important;
|
|
5512
|
-
}
|
|
5769
|
+
}
|
|
5770
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5771
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5772
|
+
max-height: 187px;
|
|
5773
|
+
}
|
|
5774
|
+
|
|
5775
|
+
/* stylelint-enable */
|