@syncfusion/ej2-angular-pivotview 20.2.43-ngcc → 20.2.45
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +62 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +150 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +29 -15
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +215 -4
- package/styles/bootstrap.css +215 -4
- package/styles/bootstrap4.css +211 -5
- package/styles/bootstrap5-dark.css +217 -4
- package/styles/bootstrap5.css +217 -4
- package/styles/fabric-dark.css +215 -4
- package/styles/fabric.css +215 -4
- package/styles/fluent-dark.css +217 -4
- package/styles/fluent.css +217 -4
- package/styles/highcontrast-light.css +215 -4
- package/styles/highcontrast.css +215 -4
- package/styles/material-dark.css +215 -4
- package/styles/material.css +215 -4
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +186 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +186 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +190 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +186 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +187 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +187 -0
- package/styles/pivotfieldlist/_layout.scss +1848 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +187 -0
- package/styles/pivotfieldlist/_material-definition.scss +187 -0
- package/styles/pivotfieldlist/_material3-definition.scss +190 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +190 -0
- package/styles/pivotfieldlist/_theme.scss +1857 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +130 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.css +130 -1
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.css +125 -1
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +134 -1
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.css +134 -1
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.css +130 -1
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.css +130 -1
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.css +132 -1
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.css +132 -1
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.css +130 -1
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.css +130 -1
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_material.scss +358 -0
- package/styles/pivotfieldlist/icons/_material3.scss +353 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
- package/styles/pivotfieldlist/material-dark.css +130 -1
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.css +130 -1
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.css +132 -1
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.css +132 -1
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +131 -0
- package/styles/pivotview/_bootstrap-definition.scss +128 -0
- package/styles/pivotview/_bootstrap4-definition.scss +128 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +133 -0
- package/styles/pivotview/_fabric-dark-definition.scss +130 -0
- package/styles/pivotview/_fabric-definition.scss +127 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +133 -0
- package/styles/pivotview/_fusionnew-definition.scss +133 -0
- package/styles/pivotview/_highcontrast-definition.scss +126 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +127 -0
- package/styles/pivotview/_layout.scss +1072 -0
- package/styles/pivotview/_material-dark-definition.scss +134 -0
- package/styles/pivotview/_material-definition.scss +130 -0
- package/styles/pivotview/_material3-definition.scss +133 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +133 -0
- package/styles/pivotview/_theme.scss +1581 -0
- package/styles/pivotview/bootstrap-dark.css +85 -3
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +85 -3
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +86 -4
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +83 -3
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +83 -3
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +85 -3
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +85 -3
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +85 -3
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +85 -3
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +85 -3
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +85 -3
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +85 -3
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +85 -3
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +83 -3
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +83 -3
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +215 -4
- package/styles/tailwind.css +215 -4
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -395
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -696
- package/dist/ej2-angular-pivotview.umd.js +0 -667
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -125
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -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;
|
|
@@ -1045,11 +1085,11 @@
|
|
|
1045
1085
|
border-right-width: 1px;
|
|
1046
1086
|
}
|
|
1047
1087
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1048
|
-
display:
|
|
1088
|
+
display: inline;
|
|
1049
1089
|
}
|
|
1050
1090
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1051
1091
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1052
|
-
display: inline
|
|
1092
|
+
display: inline;
|
|
1053
1093
|
padding-left: 12px !important;
|
|
1054
1094
|
margin-top: 5px;
|
|
1055
1095
|
margin-top: 2px;
|
|
@@ -1080,12 +1120,18 @@
|
|
|
1080
1120
|
}
|
|
1081
1121
|
.e-pivotview .e-rowcell {
|
|
1082
1122
|
opacity: 1;
|
|
1123
|
+
/* stylelint-disable */
|
|
1124
|
+
/* stylelint-enable */
|
|
1083
1125
|
}
|
|
1084
1126
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1085
1127
|
-webkit-user-select: none;
|
|
1086
1128
|
-ms-user-select: none;
|
|
1087
1129
|
user-select: none;
|
|
1088
1130
|
}
|
|
1131
|
+
.e-pivotview .e-grouping-bar {
|
|
1132
|
+
/* stylelint-disable */
|
|
1133
|
+
/* stylelint-enable */
|
|
1134
|
+
}
|
|
1089
1135
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1090
1136
|
-ms-flex: auto;
|
|
1091
1137
|
flex: auto;
|
|
@@ -1246,7 +1292,9 @@
|
|
|
1246
1292
|
border: 1px solid #495057;
|
|
1247
1293
|
border-radius: 4px;
|
|
1248
1294
|
box-shadow: none;
|
|
1295
|
+
/* stylelint-disable */
|
|
1249
1296
|
color: #e9ecef !important;
|
|
1297
|
+
/* stylelint-enable */
|
|
1250
1298
|
cursor: default;
|
|
1251
1299
|
display: -ms-flexbox;
|
|
1252
1300
|
display: flex;
|
|
@@ -1257,6 +1305,8 @@
|
|
|
1257
1305
|
text-transform: none;
|
|
1258
1306
|
vertical-align: bottom;
|
|
1259
1307
|
z-index: 1;
|
|
1308
|
+
/* stylelint-disable */
|
|
1309
|
+
/* stylelint-enable */
|
|
1260
1310
|
}
|
|
1261
1311
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1262
1312
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1579,7 +1629,7 @@
|
|
|
1579
1629
|
.e-pivotview .e-expand,
|
|
1580
1630
|
.e-pivotview .e-collapse {
|
|
1581
1631
|
cursor: pointer;
|
|
1582
|
-
display: inline
|
|
1632
|
+
display: inline;
|
|
1583
1633
|
height: 18px;
|
|
1584
1634
|
margin-top: 5px;
|
|
1585
1635
|
text-align: center;
|
|
@@ -1597,6 +1647,12 @@
|
|
|
1597
1647
|
.e-pivotview .e-expand::before {
|
|
1598
1648
|
font-size: 20px;
|
|
1599
1649
|
}
|
|
1650
|
+
.e-pivotview.e-rtl {
|
|
1651
|
+
/* stylelint-disable */
|
|
1652
|
+
/* stylelint-enable */
|
|
1653
|
+
/* stylelint-disable */
|
|
1654
|
+
/* stylelint-enable */
|
|
1655
|
+
}
|
|
1600
1656
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1601
1657
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1602
1658
|
margin-left: 0;
|
|
@@ -1668,8 +1724,10 @@
|
|
|
1668
1724
|
padding-right: 8px;
|
|
1669
1725
|
}
|
|
1670
1726
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1727
|
+
/* stylelint-disable */
|
|
1671
1728
|
padding-left: 8px;
|
|
1672
1729
|
padding-right: 0;
|
|
1730
|
+
/* stylelint-enable */
|
|
1673
1731
|
}
|
|
1674
1732
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1675
1733
|
margin-left: 4px;
|
|
@@ -1692,6 +1750,9 @@
|
|
|
1692
1750
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1693
1751
|
float: left;
|
|
1694
1752
|
}
|
|
1753
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1754
|
+
/* stylelint-disable */
|
|
1755
|
+
}
|
|
1695
1756
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1696
1757
|
line-height: 1em !important;
|
|
1697
1758
|
}
|
|
@@ -1769,6 +1830,13 @@
|
|
|
1769
1830
|
margin-right: 5px;
|
|
1770
1831
|
}
|
|
1771
1832
|
|
|
1833
|
+
.e-bigger .e-pivotview,
|
|
1834
|
+
.e-bigger.e-pivotview {
|
|
1835
|
+
/* stylelint-disable */
|
|
1836
|
+
/* stylelint-enable */
|
|
1837
|
+
/* stylelint-disable */
|
|
1838
|
+
/* stylelint-enable */
|
|
1839
|
+
}
|
|
1772
1840
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1773
1841
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1774
1842
|
margin: 4px;
|
|
@@ -1831,6 +1899,10 @@
|
|
|
1831
1899
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1832
1900
|
margin-top: 0;
|
|
1833
1901
|
}
|
|
1902
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1903
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1904
|
+
/* stylelint-enable */
|
|
1905
|
+
}
|
|
1834
1906
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1835
1907
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1836
1908
|
height: 36px !important;
|
|
@@ -1871,6 +1943,7 @@
|
|
|
1871
1943
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1872
1944
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1873
1945
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1946
|
+
/* stylelint-disable */
|
|
1874
1947
|
font-size: 14px !important;
|
|
1875
1948
|
height: 20px;
|
|
1876
1949
|
margin-top: 2px;
|
|
@@ -2001,8 +2074,15 @@
|
|
|
2001
2074
|
}
|
|
2002
2075
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2003
2076
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2077
|
+
/* stylelint-disable */
|
|
2004
2078
|
font-size: 16px !important;
|
|
2005
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
|
+
}
|
|
2006
2086
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2007
2087
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2008
2088
|
padding-right: 10px !important;
|
|
@@ -2081,6 +2161,10 @@
|
|
|
2081
2161
|
content: "\e774";
|
|
2082
2162
|
}
|
|
2083
2163
|
|
|
2164
|
+
.e-pivot-calc-dialog-div {
|
|
2165
|
+
/* stylelint-disable */
|
|
2166
|
+
/* stylelint-enable */
|
|
2167
|
+
}
|
|
2084
2168
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2085
2169
|
content: "\e726";
|
|
2086
2170
|
}
|
|
@@ -2179,6 +2263,11 @@
|
|
|
2179
2263
|
content: "\e7d8" !important;
|
|
2180
2264
|
}
|
|
2181
2265
|
|
|
2266
|
+
.e-pivotfieldlist-wrapper,
|
|
2267
|
+
.e-pivotfieldlist-container {
|
|
2268
|
+
/* stylelint-disable */
|
|
2269
|
+
/* stylelint-enable */
|
|
2270
|
+
}
|
|
2182
2271
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2183
2272
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2184
2273
|
content: "\e773";
|
|
@@ -2373,8 +2462,10 @@
|
|
|
2373
2462
|
}
|
|
2374
2463
|
|
|
2375
2464
|
.e-pivot-formatting-dialog {
|
|
2465
|
+
/* stylelint-disable */
|
|
2376
2466
|
max-height: 480px !important;
|
|
2377
2467
|
width: 628px !important;
|
|
2468
|
+
/* stylelint-enable */
|
|
2378
2469
|
}
|
|
2379
2470
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2380
2471
|
padding-bottom: 4px;
|
|
@@ -2423,7 +2514,9 @@
|
|
|
2423
2514
|
float: right;
|
|
2424
2515
|
padding-right: 12px;
|
|
2425
2516
|
padding-top: 12px;
|
|
2517
|
+
/* stylelint-disable */
|
|
2426
2518
|
color: #fff !important;
|
|
2519
|
+
/* stylelint-enable */
|
|
2427
2520
|
}
|
|
2428
2521
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
2429
2522
|
.e-pivot-formatting-dialog .e-format-delete-button:focus,
|
|
@@ -2451,7 +2544,9 @@
|
|
|
2451
2544
|
border: 1px solid #444c54;
|
|
2452
2545
|
border-radius: 4px;
|
|
2453
2546
|
height: 28px;
|
|
2547
|
+
/* stylelint-disable */
|
|
2454
2548
|
margin: 0 !important;
|
|
2549
|
+
/* stylelint-enable */
|
|
2455
2550
|
padding-left: 6px;
|
|
2456
2551
|
padding-top: 6px;
|
|
2457
2552
|
width: 80px;
|
|
@@ -2460,7 +2555,9 @@
|
|
|
2460
2555
|
background: none;
|
|
2461
2556
|
margin: 0 2px;
|
|
2462
2557
|
width: 14px;
|
|
2558
|
+
/* stylelint-disable */
|
|
2463
2559
|
color: #fff !important;
|
|
2560
|
+
/* stylelint-enable */
|
|
2464
2561
|
}
|
|
2465
2562
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2466
2563
|
color: #adb5bd !important;
|
|
@@ -2476,7 +2573,9 @@
|
|
|
2476
2573
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2477
2574
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2478
2575
|
border: 1px solid #444c54;
|
|
2576
|
+
/* stylelint-disable */
|
|
2479
2577
|
border-radius: 0 !important;
|
|
2578
|
+
/* stylelint-enable */
|
|
2480
2579
|
height: 40%;
|
|
2481
2580
|
left: -3px;
|
|
2482
2581
|
position: absolute;
|
|
@@ -2484,8 +2583,10 @@
|
|
|
2484
2583
|
width: 150%;
|
|
2485
2584
|
}
|
|
2486
2585
|
.e-pivot-formatting-dialog.e-device {
|
|
2586
|
+
/* stylelint-disable */
|
|
2487
2587
|
min-width: 320px !important;
|
|
2488
2588
|
width: 100% !important;
|
|
2589
|
+
/* stylelint-enable */
|
|
2489
2590
|
}
|
|
2490
2591
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2491
2592
|
width: 100% !important;
|
|
@@ -2534,7 +2635,11 @@
|
|
|
2534
2635
|
|
|
2535
2636
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2536
2637
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2638
|
+
/* stylelint-disable */
|
|
2537
2639
|
width: 680px !important;
|
|
2640
|
+
/* stylelint-enable */
|
|
2641
|
+
/* stylelint-disable */
|
|
2642
|
+
/* stylelint-enable */
|
|
2538
2643
|
}
|
|
2539
2644
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2540
2645
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2574,8 +2679,10 @@
|
|
|
2574
2679
|
}
|
|
2575
2680
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2576
2681
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2682
|
+
/* stylelint-disable */
|
|
2577
2683
|
min-width: 320px !important;
|
|
2578
2684
|
width: 100% !important;
|
|
2685
|
+
/* stylelint-enable */
|
|
2579
2686
|
}
|
|
2580
2687
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2581
2688
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2594,8 +2701,14 @@
|
|
|
2594
2701
|
}
|
|
2595
2702
|
|
|
2596
2703
|
.e-pivot-calc-dialog-div {
|
|
2704
|
+
/* stylelint-disable */
|
|
2597
2705
|
max-height: 600px !important;
|
|
2706
|
+
/* stylelint-enable */
|
|
2598
2707
|
min-width: 290px;
|
|
2708
|
+
/* stylelint-disable */
|
|
2709
|
+
/* stylelint-enable */
|
|
2710
|
+
/* stylelint-disable */
|
|
2711
|
+
/* stylelint-enable */
|
|
2599
2712
|
}
|
|
2600
2713
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2601
2714
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2643,9 +2756,11 @@
|
|
|
2643
2756
|
color: #adb5bd;
|
|
2644
2757
|
}
|
|
2645
2758
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2759
|
+
/* stylelint-disable */
|
|
2646
2760
|
float: right !important;
|
|
2647
2761
|
margin: 0;
|
|
2648
2762
|
margin-right: 12px !important;
|
|
2763
|
+
/* stylelint-enable */
|
|
2649
2764
|
}
|
|
2650
2765
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2651
2766
|
cursor: default;
|
|
@@ -2933,8 +3048,11 @@
|
|
|
2933
3048
|
|
|
2934
3049
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2935
3050
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3051
|
+
/* stylelint-disable */
|
|
2936
3052
|
max-height: 600px !important;
|
|
2937
3053
|
min-width: 401px !important;
|
|
3054
|
+
/* stylelint-enable */
|
|
3055
|
+
/* stylelint-disable */
|
|
2938
3056
|
}
|
|
2939
3057
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2940
3058
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3019,6 +3137,9 @@
|
|
|
3019
3137
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3020
3138
|
max-width: 400px !important;
|
|
3021
3139
|
min-width: 320px !important;
|
|
3140
|
+
/* stylelint-enable */
|
|
3141
|
+
/* stylelint-disable */
|
|
3142
|
+
/* stylelint-enable */
|
|
3022
3143
|
}
|
|
3023
3144
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3024
3145
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3056,8 +3177,10 @@
|
|
|
3056
3177
|
}
|
|
3057
3178
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3058
3179
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3180
|
+
/* stylelint-disable */
|
|
3059
3181
|
margin-left: -22px;
|
|
3060
3182
|
overflow: auto !important;
|
|
3183
|
+
/* stylelint-enable */
|
|
3061
3184
|
}
|
|
3062
3185
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3063
3186
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3076,6 +3199,10 @@
|
|
|
3076
3199
|
margin-left: 0;
|
|
3077
3200
|
margin-right: -22px;
|
|
3078
3201
|
}
|
|
3202
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3203
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3204
|
+
/* stylelint-disable */
|
|
3205
|
+
}
|
|
3079
3206
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3080
3207
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3081
3208
|
margin-left: 0;
|
|
@@ -3137,6 +3264,7 @@
|
|
|
3137
3264
|
}
|
|
3138
3265
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3139
3266
|
border: 0;
|
|
3267
|
+
/* stylelint-enable */
|
|
3140
3268
|
}
|
|
3141
3269
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3142
3270
|
margin: 0 0 0 6px;
|
|
@@ -3165,6 +3293,8 @@
|
|
|
3165
3293
|
overflow: auto;
|
|
3166
3294
|
padding: 20px;
|
|
3167
3295
|
padding-bottom: 0;
|
|
3296
|
+
/* stylelint-disable */
|
|
3297
|
+
/* stylelint-enable */
|
|
3168
3298
|
}
|
|
3169
3299
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3170
3300
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3203,6 +3333,9 @@
|
|
|
3203
3333
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3204
3334
|
float: right;
|
|
3205
3335
|
}
|
|
3336
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3337
|
+
/* stylelint-disable */
|
|
3338
|
+
}
|
|
3206
3339
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3207
3340
|
margin-left: 0;
|
|
3208
3341
|
}
|
|
@@ -3340,6 +3473,7 @@
|
|
|
3340
3473
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3341
3474
|
overflow: hidden;
|
|
3342
3475
|
padding: 0 !important;
|
|
3476
|
+
/* stylelint-enable */
|
|
3343
3477
|
}
|
|
3344
3478
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3345
3479
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3411,6 +3545,11 @@
|
|
|
3411
3545
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3412
3546
|
padding-right: 0;
|
|
3413
3547
|
}
|
|
3548
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3549
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3550
|
+
/* stylelint-disable */
|
|
3551
|
+
/* stylelint-enable */
|
|
3552
|
+
}
|
|
3414
3553
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3415
3554
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3416
3555
|
padding-left: 24px;
|
|
@@ -3460,6 +3599,7 @@
|
|
|
3460
3599
|
padding: 4px;
|
|
3461
3600
|
}
|
|
3462
3601
|
|
|
3602
|
+
/* stylelint-disable */
|
|
3463
3603
|
.e-button-drag-clone {
|
|
3464
3604
|
background-color: #495057 !important;
|
|
3465
3605
|
border: 1px solid #495057;
|
|
@@ -3499,6 +3639,12 @@
|
|
|
3499
3639
|
width: auto !important;
|
|
3500
3640
|
}
|
|
3501
3641
|
|
|
3642
|
+
/* stylelint-enable */
|
|
3643
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3644
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3645
|
+
/* stylelint-disable */
|
|
3646
|
+
/* stylelint-enable */
|
|
3647
|
+
}
|
|
3502
3648
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3503
3649
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3504
3650
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3563,6 +3709,10 @@
|
|
|
3563
3709
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3564
3710
|
margin-left: 10px;
|
|
3565
3711
|
}
|
|
3712
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3713
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3714
|
+
/* stylelint-disable */
|
|
3715
|
+
}
|
|
3566
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,
|
|
3567
3717
|
.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 {
|
|
3568
3718
|
margin: 0 0 0 6px;
|
|
@@ -3711,6 +3861,7 @@
|
|
|
3711
3861
|
background-color: #495057;
|
|
3712
3862
|
}
|
|
3713
3863
|
|
|
3864
|
+
/* stylelint-disable */
|
|
3714
3865
|
*.e-rtl .e-select-table {
|
|
3715
3866
|
padding: 8px 5px;
|
|
3716
3867
|
}
|
|
@@ -3749,6 +3900,8 @@
|
|
|
3749
3900
|
font-size: 14px;
|
|
3750
3901
|
max-width: 700px;
|
|
3751
3902
|
min-width: 300px;
|
|
3903
|
+
/* stylelint-enable */
|
|
3904
|
+
/* stylelint-enable */
|
|
3752
3905
|
}
|
|
3753
3906
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3754
3907
|
display: -ms-flexbox;
|
|
@@ -3874,6 +4027,8 @@
|
|
|
3874
4027
|
display: -ms-flexbox;
|
|
3875
4028
|
display: flex;
|
|
3876
4029
|
padding-right: 18px;
|
|
4030
|
+
/* stylelint-disable */
|
|
4031
|
+
/* stylelint-enable */
|
|
3877
4032
|
}
|
|
3878
4033
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3879
4034
|
-ms-flex: auto;
|
|
@@ -3885,7 +4040,9 @@
|
|
|
3885
4040
|
color: #ced4da;
|
|
3886
4041
|
cursor: pointer;
|
|
3887
4042
|
font-size: 14px;
|
|
4043
|
+
/* stylelint-disable */
|
|
3888
4044
|
height: 20px !important;
|
|
4045
|
+
/* stylelint-enable */
|
|
3889
4046
|
padding: 6px 0 0 4px;
|
|
3890
4047
|
width: 20px;
|
|
3891
4048
|
}
|
|
@@ -3918,9 +4075,13 @@
|
|
|
3918
4075
|
}
|
|
3919
4076
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3920
4077
|
overflow: hidden;
|
|
4078
|
+
/* stylelint-disable */
|
|
4079
|
+
/* stylelint-enable */
|
|
3921
4080
|
}
|
|
3922
4081
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3923
4082
|
margin-left: -30px;
|
|
4083
|
+
/* stylelint-disable */
|
|
4084
|
+
/* stylelint-enable */
|
|
3924
4085
|
}
|
|
3925
4086
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3926
4087
|
cursor: default;
|
|
@@ -4433,6 +4594,8 @@
|
|
|
4433
4594
|
}
|
|
4434
4595
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4435
4596
|
height: 369px;
|
|
4597
|
+
/* stylelint-disable */
|
|
4598
|
+
/* stylelint-enable */
|
|
4436
4599
|
}
|
|
4437
4600
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4438
4601
|
height: 392px !important;
|
|
@@ -4456,6 +4619,7 @@
|
|
|
4456
4619
|
display: -ms-flexbox;
|
|
4457
4620
|
display: flex;
|
|
4458
4621
|
padding: 10px 18px;
|
|
4622
|
+
/* stylelint-disable */
|
|
4459
4623
|
}
|
|
4460
4624
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4461
4625
|
float: right;
|
|
@@ -4492,6 +4656,8 @@
|
|
|
4492
4656
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4493
4657
|
margin-left: 0;
|
|
4494
4658
|
margin-right: -30px;
|
|
4659
|
+
/* stylelint-disable */
|
|
4660
|
+
/* stylelint-enable */
|
|
4495
4661
|
}
|
|
4496
4662
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4497
4663
|
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";
|
|
@@ -4522,6 +4688,8 @@
|
|
|
4522
4688
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4523
4689
|
padding-left: 18px;
|
|
4524
4690
|
padding-right: 0;
|
|
4691
|
+
/* stylelint-disable */
|
|
4692
|
+
/* stylelint-enable */
|
|
4525
4693
|
}
|
|
4526
4694
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4527
4695
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4603,8 +4771,10 @@
|
|
|
4603
4771
|
}
|
|
4604
4772
|
.e-pivotfieldlist-container.e-device {
|
|
4605
4773
|
height: 100%;
|
|
4774
|
+
/* stylelint-disable */
|
|
4606
4775
|
max-height: 100% !important;
|
|
4607
4776
|
max-width: 100% !important;
|
|
4777
|
+
/* stylelint-enable */
|
|
4608
4778
|
min-height: 500px;
|
|
4609
4779
|
width: 100%;
|
|
4610
4780
|
}
|
|
@@ -4711,6 +4881,8 @@
|
|
|
4711
4881
|
width: 100%;
|
|
4712
4882
|
background-color: #212529;
|
|
4713
4883
|
color: #fff;
|
|
4884
|
+
/* stylelint-disable */
|
|
4885
|
+
/* stylelint-enable */
|
|
4714
4886
|
}
|
|
4715
4887
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4716
4888
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4904,6 +5076,10 @@
|
|
|
4904
5076
|
width: 70%;
|
|
4905
5077
|
color: #fff;
|
|
4906
5078
|
}
|
|
5079
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5080
|
+
/* stylelint-disable */
|
|
5081
|
+
/* stylelint-enable */
|
|
5082
|
+
}
|
|
4907
5083
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4908
5084
|
background-color: #212529;
|
|
4909
5085
|
border: 1px solid #444c54;
|
|
@@ -4950,6 +5126,10 @@
|
|
|
4950
5126
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4951
5127
|
margin-right: 12px;
|
|
4952
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
|
+
}
|
|
4953
5133
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4954
5134
|
left: 16px;
|
|
4955
5135
|
right: auto;
|
|
@@ -5100,6 +5280,10 @@
|
|
|
5100
5280
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5101
5281
|
max-height: 600px;
|
|
5102
5282
|
}
|
|
5283
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5284
|
+
/* stylelint-disable */
|
|
5285
|
+
/* stylelint-enable */
|
|
5286
|
+
}
|
|
5103
5287
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5104
5288
|
margin-left: 12px;
|
|
5105
5289
|
margin-right: 0;
|
|
@@ -5120,6 +5304,11 @@
|
|
|
5120
5304
|
margin-left: 20px;
|
|
5121
5305
|
}
|
|
5122
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
|
+
}
|
|
5123
5312
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5124
5313
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5125
5314
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5271,6 +5460,16 @@
|
|
|
5271
5460
|
margin-top: 4px;
|
|
5272
5461
|
padding: 0 12px;
|
|
5273
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
|
+
}
|
|
5274
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,
|
|
5275
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,
|
|
5276
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,
|
|
@@ -5282,6 +5481,7 @@
|
|
|
5282
5481
|
font-size: 14px;
|
|
5283
5482
|
height: 36px !important;
|
|
5284
5483
|
padding: 9px 16px !important;
|
|
5484
|
+
/* stylelint-enable */
|
|
5285
5485
|
}
|
|
5286
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,
|
|
5287
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,
|
|
@@ -5406,6 +5606,10 @@
|
|
|
5406
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 {
|
|
5407
5607
|
padding-top: 7px;
|
|
5408
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
|
+
}
|
|
5409
5613
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5410
5614
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5411
5615
|
padding-left: 12px;
|
|
@@ -5418,6 +5622,7 @@
|
|
|
5418
5622
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5419
5623
|
padding-left: 0;
|
|
5420
5624
|
padding-right: 5px;
|
|
5625
|
+
/* stylelint-enable */
|
|
5421
5626
|
}
|
|
5422
5627
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5423
5628
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5456,6 +5661,8 @@
|
|
|
5456
5661
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5457
5662
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5458
5663
|
padding-left: 20px;
|
|
5664
|
+
/* stylelint-disable */
|
|
5665
|
+
/* stylelint-enable */
|
|
5459
5666
|
}
|
|
5460
5667
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5461
5668
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5523,6 +5730,10 @@
|
|
|
5523
5730
|
padding-left: 0;
|
|
5524
5731
|
padding-right: 4px;
|
|
5525
5732
|
}
|
|
5733
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5734
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5735
|
+
/* stylelint-disable */
|
|
5736
|
+
}
|
|
5526
5737
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5527
5738
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5528
5739
|
max-height: 750px;
|
|
@@ -5559,4 +5770,6 @@
|
|
|
5559
5770
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5560
5771
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5561
5772
|
max-height: 187px;
|
|
5562
|
-
}
|
|
5773
|
+
}
|
|
5774
|
+
|
|
5775
|
+
/* stylelint-enable */
|