@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
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;
|
|
@@ -1047,11 +1087,11 @@
|
|
|
1047
1087
|
border-right-width: 1px;
|
|
1048
1088
|
}
|
|
1049
1089
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1050
|
-
display:
|
|
1090
|
+
display: inline;
|
|
1051
1091
|
}
|
|
1052
1092
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1053
1093
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1054
|
-
display: inline
|
|
1094
|
+
display: inline;
|
|
1055
1095
|
padding-left: 12px !important;
|
|
1056
1096
|
margin-top: 5px;
|
|
1057
1097
|
margin-top: 2px;
|
|
@@ -1082,12 +1122,18 @@
|
|
|
1082
1122
|
}
|
|
1083
1123
|
.e-pivotview .e-rowcell {
|
|
1084
1124
|
opacity: 1;
|
|
1125
|
+
/* stylelint-disable */
|
|
1126
|
+
/* stylelint-enable */
|
|
1085
1127
|
}
|
|
1086
1128
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1087
1129
|
-webkit-user-select: none;
|
|
1088
1130
|
-ms-user-select: none;
|
|
1089
1131
|
user-select: none;
|
|
1090
1132
|
}
|
|
1133
|
+
.e-pivotview .e-grouping-bar {
|
|
1134
|
+
/* stylelint-disable */
|
|
1135
|
+
/* stylelint-enable */
|
|
1136
|
+
}
|
|
1091
1137
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1092
1138
|
-ms-flex: auto;
|
|
1093
1139
|
flex: auto;
|
|
@@ -1248,7 +1294,9 @@
|
|
|
1248
1294
|
border: 1px solid #dee2e6;
|
|
1249
1295
|
border-radius: 4px;
|
|
1250
1296
|
box-shadow: none;
|
|
1297
|
+
/* stylelint-disable */
|
|
1251
1298
|
color: #343a40 !important;
|
|
1299
|
+
/* stylelint-enable */
|
|
1252
1300
|
cursor: default;
|
|
1253
1301
|
display: -ms-flexbox;
|
|
1254
1302
|
display: flex;
|
|
@@ -1259,6 +1307,8 @@
|
|
|
1259
1307
|
text-transform: none;
|
|
1260
1308
|
vertical-align: bottom;
|
|
1261
1309
|
z-index: 1;
|
|
1310
|
+
/* stylelint-disable */
|
|
1311
|
+
/* stylelint-enable */
|
|
1262
1312
|
}
|
|
1263
1313
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1264
1314
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1581,7 +1631,7 @@
|
|
|
1581
1631
|
.e-pivotview .e-expand,
|
|
1582
1632
|
.e-pivotview .e-collapse {
|
|
1583
1633
|
cursor: pointer;
|
|
1584
|
-
display: inline
|
|
1634
|
+
display: inline;
|
|
1585
1635
|
height: 18px;
|
|
1586
1636
|
margin-top: 5px;
|
|
1587
1637
|
text-align: center;
|
|
@@ -1599,6 +1649,12 @@
|
|
|
1599
1649
|
.e-pivotview .e-expand::before {
|
|
1600
1650
|
font-size: 20px;
|
|
1601
1651
|
}
|
|
1652
|
+
.e-pivotview.e-rtl {
|
|
1653
|
+
/* stylelint-disable */
|
|
1654
|
+
/* stylelint-enable */
|
|
1655
|
+
/* stylelint-disable */
|
|
1656
|
+
/* stylelint-enable */
|
|
1657
|
+
}
|
|
1602
1658
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1603
1659
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1604
1660
|
margin-left: 0;
|
|
@@ -1670,8 +1726,10 @@
|
|
|
1670
1726
|
padding-right: 8px;
|
|
1671
1727
|
}
|
|
1672
1728
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1729
|
+
/* stylelint-disable */
|
|
1673
1730
|
padding-left: 8px;
|
|
1674
1731
|
padding-right: 0;
|
|
1732
|
+
/* stylelint-enable */
|
|
1675
1733
|
}
|
|
1676
1734
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1677
1735
|
margin-left: 4px;
|
|
@@ -1694,6 +1752,9 @@
|
|
|
1694
1752
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1695
1753
|
float: left;
|
|
1696
1754
|
}
|
|
1755
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1756
|
+
/* stylelint-disable */
|
|
1757
|
+
}
|
|
1697
1758
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1698
1759
|
line-height: 1em !important;
|
|
1699
1760
|
}
|
|
@@ -1771,6 +1832,13 @@
|
|
|
1771
1832
|
margin-right: 5px;
|
|
1772
1833
|
}
|
|
1773
1834
|
|
|
1835
|
+
.e-bigger .e-pivotview,
|
|
1836
|
+
.e-bigger.e-pivotview {
|
|
1837
|
+
/* stylelint-disable */
|
|
1838
|
+
/* stylelint-enable */
|
|
1839
|
+
/* stylelint-disable */
|
|
1840
|
+
/* stylelint-enable */
|
|
1841
|
+
}
|
|
1774
1842
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1775
1843
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1776
1844
|
margin: 4px;
|
|
@@ -1833,6 +1901,10 @@
|
|
|
1833
1901
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1834
1902
|
margin-top: 0;
|
|
1835
1903
|
}
|
|
1904
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1905
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1906
|
+
/* stylelint-enable */
|
|
1907
|
+
}
|
|
1836
1908
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1837
1909
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1838
1910
|
height: 36px !important;
|
|
@@ -1873,6 +1945,7 @@
|
|
|
1873
1945
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1874
1946
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1875
1947
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1948
|
+
/* stylelint-disable */
|
|
1876
1949
|
font-size: 14px !important;
|
|
1877
1950
|
height: 20px;
|
|
1878
1951
|
margin-top: 2px;
|
|
@@ -2003,8 +2076,15 @@
|
|
|
2003
2076
|
}
|
|
2004
2077
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2005
2078
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2079
|
+
/* stylelint-disable */
|
|
2006
2080
|
font-size: 16px !important;
|
|
2007
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
|
+
}
|
|
2008
2088
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2009
2089
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2010
2090
|
padding-right: 10px !important;
|
|
@@ -2083,6 +2163,10 @@
|
|
|
2083
2163
|
content: "\e774";
|
|
2084
2164
|
}
|
|
2085
2165
|
|
|
2166
|
+
.e-pivot-calc-dialog-div {
|
|
2167
|
+
/* stylelint-disable */
|
|
2168
|
+
/* stylelint-enable */
|
|
2169
|
+
}
|
|
2086
2170
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2087
2171
|
content: "\e726";
|
|
2088
2172
|
}
|
|
@@ -2181,6 +2265,11 @@
|
|
|
2181
2265
|
content: "\e7d8" !important;
|
|
2182
2266
|
}
|
|
2183
2267
|
|
|
2268
|
+
.e-pivotfieldlist-wrapper,
|
|
2269
|
+
.e-pivotfieldlist-container {
|
|
2270
|
+
/* stylelint-disable */
|
|
2271
|
+
/* stylelint-enable */
|
|
2272
|
+
}
|
|
2184
2273
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2185
2274
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2186
2275
|
content: "\e773";
|
|
@@ -2375,8 +2464,10 @@
|
|
|
2375
2464
|
}
|
|
2376
2465
|
|
|
2377
2466
|
.e-pivot-formatting-dialog {
|
|
2467
|
+
/* stylelint-disable */
|
|
2378
2468
|
max-height: 480px !important;
|
|
2379
2469
|
width: 628px !important;
|
|
2470
|
+
/* stylelint-enable */
|
|
2380
2471
|
}
|
|
2381
2472
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2382
2473
|
padding-bottom: 4px;
|
|
@@ -2425,7 +2516,9 @@
|
|
|
2425
2516
|
float: right;
|
|
2426
2517
|
padding-right: 12px;
|
|
2427
2518
|
padding-top: 12px;
|
|
2519
|
+
/* stylelint-disable */
|
|
2428
2520
|
color: #212529 !important;
|
|
2521
|
+
/* stylelint-enable */
|
|
2429
2522
|
}
|
|
2430
2523
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
2431
2524
|
.e-pivot-formatting-dialog .e-format-delete-button:focus,
|
|
@@ -2453,7 +2546,9 @@
|
|
|
2453
2546
|
border: 1px solid #dee2e6;
|
|
2454
2547
|
border-radius: 4px;
|
|
2455
2548
|
height: 28px;
|
|
2549
|
+
/* stylelint-disable */
|
|
2456
2550
|
margin: 0 !important;
|
|
2551
|
+
/* stylelint-enable */
|
|
2457
2552
|
padding-left: 6px;
|
|
2458
2553
|
padding-top: 6px;
|
|
2459
2554
|
width: 80px;
|
|
@@ -2462,7 +2557,9 @@
|
|
|
2462
2557
|
background: none;
|
|
2463
2558
|
margin: 0 2px;
|
|
2464
2559
|
width: 14px;
|
|
2560
|
+
/* stylelint-disable */
|
|
2465
2561
|
color: #212529 !important;
|
|
2562
|
+
/* stylelint-enable */
|
|
2466
2563
|
}
|
|
2467
2564
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2468
2565
|
color: #6c757d !important;
|
|
@@ -2478,7 +2575,9 @@
|
|
|
2478
2575
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2479
2576
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2480
2577
|
border: 1px solid #dee2e6;
|
|
2578
|
+
/* stylelint-disable */
|
|
2481
2579
|
border-radius: 0 !important;
|
|
2580
|
+
/* stylelint-enable */
|
|
2482
2581
|
height: 40%;
|
|
2483
2582
|
left: -3px;
|
|
2484
2583
|
position: absolute;
|
|
@@ -2486,8 +2585,10 @@
|
|
|
2486
2585
|
width: 150%;
|
|
2487
2586
|
}
|
|
2488
2587
|
.e-pivot-formatting-dialog.e-device {
|
|
2588
|
+
/* stylelint-disable */
|
|
2489
2589
|
min-width: 320px !important;
|
|
2490
2590
|
width: 100% !important;
|
|
2591
|
+
/* stylelint-enable */
|
|
2491
2592
|
}
|
|
2492
2593
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2493
2594
|
width: 100% !important;
|
|
@@ -2536,7 +2637,11 @@
|
|
|
2536
2637
|
|
|
2537
2638
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2538
2639
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2640
|
+
/* stylelint-disable */
|
|
2539
2641
|
width: 680px !important;
|
|
2642
|
+
/* stylelint-enable */
|
|
2643
|
+
/* stylelint-disable */
|
|
2644
|
+
/* stylelint-enable */
|
|
2540
2645
|
}
|
|
2541
2646
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2542
2647
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2576,8 +2681,10 @@
|
|
|
2576
2681
|
}
|
|
2577
2682
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2578
2683
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2684
|
+
/* stylelint-disable */
|
|
2579
2685
|
min-width: 320px !important;
|
|
2580
2686
|
width: 100% !important;
|
|
2687
|
+
/* stylelint-enable */
|
|
2581
2688
|
}
|
|
2582
2689
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2583
2690
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2596,8 +2703,14 @@
|
|
|
2596
2703
|
}
|
|
2597
2704
|
|
|
2598
2705
|
.e-pivot-calc-dialog-div {
|
|
2706
|
+
/* stylelint-disable */
|
|
2599
2707
|
max-height: 600px !important;
|
|
2708
|
+
/* stylelint-enable */
|
|
2600
2709
|
min-width: 290px;
|
|
2710
|
+
/* stylelint-disable */
|
|
2711
|
+
/* stylelint-enable */
|
|
2712
|
+
/* stylelint-disable */
|
|
2713
|
+
/* stylelint-enable */
|
|
2601
2714
|
}
|
|
2602
2715
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2603
2716
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2645,9 +2758,11 @@
|
|
|
2645
2758
|
color: #6c757d;
|
|
2646
2759
|
}
|
|
2647
2760
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2761
|
+
/* stylelint-disable */
|
|
2648
2762
|
float: right !important;
|
|
2649
2763
|
margin: 0;
|
|
2650
2764
|
margin-right: 12px !important;
|
|
2765
|
+
/* stylelint-enable */
|
|
2651
2766
|
}
|
|
2652
2767
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2653
2768
|
cursor: default;
|
|
@@ -2935,8 +3050,11 @@
|
|
|
2935
3050
|
|
|
2936
3051
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2937
3052
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3053
|
+
/* stylelint-disable */
|
|
2938
3054
|
max-height: 600px !important;
|
|
2939
3055
|
min-width: 401px !important;
|
|
3056
|
+
/* stylelint-enable */
|
|
3057
|
+
/* stylelint-disable */
|
|
2940
3058
|
}
|
|
2941
3059
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2942
3060
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3021,6 +3139,9 @@
|
|
|
3021
3139
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3022
3140
|
max-width: 400px !important;
|
|
3023
3141
|
min-width: 320px !important;
|
|
3142
|
+
/* stylelint-enable */
|
|
3143
|
+
/* stylelint-disable */
|
|
3144
|
+
/* stylelint-enable */
|
|
3024
3145
|
}
|
|
3025
3146
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3026
3147
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3058,8 +3179,10 @@
|
|
|
3058
3179
|
}
|
|
3059
3180
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3060
3181
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3182
|
+
/* stylelint-disable */
|
|
3061
3183
|
margin-left: -22px;
|
|
3062
3184
|
overflow: auto !important;
|
|
3185
|
+
/* stylelint-enable */
|
|
3063
3186
|
}
|
|
3064
3187
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3065
3188
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3078,6 +3201,10 @@
|
|
|
3078
3201
|
margin-left: 0;
|
|
3079
3202
|
margin-right: -22px;
|
|
3080
3203
|
}
|
|
3204
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3205
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3206
|
+
/* stylelint-disable */
|
|
3207
|
+
}
|
|
3081
3208
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3082
3209
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3083
3210
|
margin-left: 0;
|
|
@@ -3139,6 +3266,7 @@
|
|
|
3139
3266
|
}
|
|
3140
3267
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3141
3268
|
border: 0;
|
|
3269
|
+
/* stylelint-enable */
|
|
3142
3270
|
}
|
|
3143
3271
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3144
3272
|
margin: 0 0 0 6px;
|
|
@@ -3167,6 +3295,8 @@
|
|
|
3167
3295
|
overflow: auto;
|
|
3168
3296
|
padding: 20px;
|
|
3169
3297
|
padding-bottom: 0;
|
|
3298
|
+
/* stylelint-disable */
|
|
3299
|
+
/* stylelint-enable */
|
|
3170
3300
|
}
|
|
3171
3301
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3172
3302
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3205,6 +3335,9 @@
|
|
|
3205
3335
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3206
3336
|
float: right;
|
|
3207
3337
|
}
|
|
3338
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3339
|
+
/* stylelint-disable */
|
|
3340
|
+
}
|
|
3208
3341
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3209
3342
|
margin-left: 0;
|
|
3210
3343
|
}
|
|
@@ -3342,6 +3475,7 @@
|
|
|
3342
3475
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3343
3476
|
overflow: hidden;
|
|
3344
3477
|
padding: 0 !important;
|
|
3478
|
+
/* stylelint-enable */
|
|
3345
3479
|
}
|
|
3346
3480
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3347
3481
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3413,6 +3547,11 @@
|
|
|
3413
3547
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3414
3548
|
padding-right: 0;
|
|
3415
3549
|
}
|
|
3550
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3551
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3552
|
+
/* stylelint-disable */
|
|
3553
|
+
/* stylelint-enable */
|
|
3554
|
+
}
|
|
3416
3555
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3417
3556
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3418
3557
|
padding-left: 24px;
|
|
@@ -3462,6 +3601,7 @@
|
|
|
3462
3601
|
padding: 4px;
|
|
3463
3602
|
}
|
|
3464
3603
|
|
|
3604
|
+
/* stylelint-disable */
|
|
3465
3605
|
.e-button-drag-clone {
|
|
3466
3606
|
background-color: #dee2e6 !important;
|
|
3467
3607
|
border: 1px solid #dee2e6;
|
|
@@ -3501,6 +3641,12 @@
|
|
|
3501
3641
|
width: auto !important;
|
|
3502
3642
|
}
|
|
3503
3643
|
|
|
3644
|
+
/* stylelint-enable */
|
|
3645
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3646
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3647
|
+
/* stylelint-disable */
|
|
3648
|
+
/* stylelint-enable */
|
|
3649
|
+
}
|
|
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,
|
|
3505
3651
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3506
3652
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3565,6 +3711,10 @@
|
|
|
3565
3711
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3566
3712
|
margin-left: 10px;
|
|
3567
3713
|
}
|
|
3714
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3715
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3716
|
+
/* stylelint-disable */
|
|
3717
|
+
}
|
|
3568
3718
|
.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,
|
|
3569
3719
|
.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 {
|
|
3570
3720
|
margin: 0 0 0 6px;
|
|
@@ -3713,6 +3863,7 @@
|
|
|
3713
3863
|
background-color: #dee2e6;
|
|
3714
3864
|
}
|
|
3715
3865
|
|
|
3866
|
+
/* stylelint-disable */
|
|
3716
3867
|
*.e-rtl .e-select-table {
|
|
3717
3868
|
padding: 8px 5px;
|
|
3718
3869
|
}
|
|
@@ -3751,6 +3902,8 @@
|
|
|
3751
3902
|
font-size: 14px;
|
|
3752
3903
|
max-width: 700px;
|
|
3753
3904
|
min-width: 300px;
|
|
3905
|
+
/* stylelint-enable */
|
|
3906
|
+
/* stylelint-enable */
|
|
3754
3907
|
}
|
|
3755
3908
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3756
3909
|
display: -ms-flexbox;
|
|
@@ -3876,6 +4029,8 @@
|
|
|
3876
4029
|
display: -ms-flexbox;
|
|
3877
4030
|
display: flex;
|
|
3878
4031
|
padding-right: 18px;
|
|
4032
|
+
/* stylelint-disable */
|
|
4033
|
+
/* stylelint-enable */
|
|
3879
4034
|
}
|
|
3880
4035
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3881
4036
|
-ms-flex: auto;
|
|
@@ -3887,7 +4042,9 @@
|
|
|
3887
4042
|
color: #495057;
|
|
3888
4043
|
cursor: pointer;
|
|
3889
4044
|
font-size: 14px;
|
|
4045
|
+
/* stylelint-disable */
|
|
3890
4046
|
height: 20px !important;
|
|
4047
|
+
/* stylelint-enable */
|
|
3891
4048
|
padding: 6px 0 0 4px;
|
|
3892
4049
|
width: 20px;
|
|
3893
4050
|
}
|
|
@@ -3920,9 +4077,13 @@
|
|
|
3920
4077
|
}
|
|
3921
4078
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3922
4079
|
overflow: hidden;
|
|
4080
|
+
/* stylelint-disable */
|
|
4081
|
+
/* stylelint-enable */
|
|
3923
4082
|
}
|
|
3924
4083
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3925
4084
|
margin-left: -30px;
|
|
4085
|
+
/* stylelint-disable */
|
|
4086
|
+
/* stylelint-enable */
|
|
3926
4087
|
}
|
|
3927
4088
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3928
4089
|
cursor: default;
|
|
@@ -4435,6 +4596,8 @@
|
|
|
4435
4596
|
}
|
|
4436
4597
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4437
4598
|
height: 369px;
|
|
4599
|
+
/* stylelint-disable */
|
|
4600
|
+
/* stylelint-enable */
|
|
4438
4601
|
}
|
|
4439
4602
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4440
4603
|
height: 392px !important;
|
|
@@ -4458,6 +4621,7 @@
|
|
|
4458
4621
|
display: -ms-flexbox;
|
|
4459
4622
|
display: flex;
|
|
4460
4623
|
padding: 10px 18px;
|
|
4624
|
+
/* stylelint-disable */
|
|
4461
4625
|
}
|
|
4462
4626
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4463
4627
|
float: right;
|
|
@@ -4494,6 +4658,8 @@
|
|
|
4494
4658
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4495
4659
|
margin-left: 0;
|
|
4496
4660
|
margin-right: -30px;
|
|
4661
|
+
/* stylelint-disable */
|
|
4662
|
+
/* stylelint-enable */
|
|
4497
4663
|
}
|
|
4498
4664
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4499
4665
|
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";
|
|
@@ -4524,6 +4690,8 @@
|
|
|
4524
4690
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4525
4691
|
padding-left: 18px;
|
|
4526
4692
|
padding-right: 0;
|
|
4693
|
+
/* stylelint-disable */
|
|
4694
|
+
/* stylelint-enable */
|
|
4527
4695
|
}
|
|
4528
4696
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4529
4697
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4605,8 +4773,10 @@
|
|
|
4605
4773
|
}
|
|
4606
4774
|
.e-pivotfieldlist-container.e-device {
|
|
4607
4775
|
height: 100%;
|
|
4776
|
+
/* stylelint-disable */
|
|
4608
4777
|
max-height: 100% !important;
|
|
4609
4778
|
max-width: 100% !important;
|
|
4779
|
+
/* stylelint-enable */
|
|
4610
4780
|
min-height: 500px;
|
|
4611
4781
|
width: 100%;
|
|
4612
4782
|
}
|
|
@@ -4713,6 +4883,8 @@
|
|
|
4713
4883
|
width: 100%;
|
|
4714
4884
|
background-color: #fff;
|
|
4715
4885
|
color: #212529;
|
|
4886
|
+
/* stylelint-disable */
|
|
4887
|
+
/* stylelint-enable */
|
|
4716
4888
|
}
|
|
4717
4889
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4718
4890
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4906,6 +5078,10 @@
|
|
|
4906
5078
|
width: 70%;
|
|
4907
5079
|
color: #212529;
|
|
4908
5080
|
}
|
|
5081
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5082
|
+
/* stylelint-disable */
|
|
5083
|
+
/* stylelint-enable */
|
|
5084
|
+
}
|
|
4909
5085
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4910
5086
|
background-color: #fff;
|
|
4911
5087
|
border: 1px solid #dee2e6;
|
|
@@ -4952,6 +5128,10 @@
|
|
|
4952
5128
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4953
5129
|
margin-right: 12px;
|
|
4954
5130
|
}
|
|
5131
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5132
|
+
/* stylelint-disable */
|
|
5133
|
+
/* stylelint-enable */
|
|
5134
|
+
}
|
|
4955
5135
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4956
5136
|
left: 16px;
|
|
4957
5137
|
right: auto;
|
|
@@ -5102,6 +5282,10 @@
|
|
|
5102
5282
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5103
5283
|
max-height: 600px;
|
|
5104
5284
|
}
|
|
5285
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5286
|
+
/* stylelint-disable */
|
|
5287
|
+
/* stylelint-enable */
|
|
5288
|
+
}
|
|
5105
5289
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5106
5290
|
margin-left: 12px;
|
|
5107
5291
|
margin-right: 0;
|
|
@@ -5122,6 +5306,11 @@
|
|
|
5122
5306
|
margin-left: 20px;
|
|
5123
5307
|
}
|
|
5124
5308
|
|
|
5309
|
+
/* stylelint-disable */
|
|
5310
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5311
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5312
|
+
/* stylelint-enable */
|
|
5313
|
+
}
|
|
5125
5314
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5126
5315
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5127
5316
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5273,6 +5462,16 @@
|
|
|
5273
5462
|
margin-top: 4px;
|
|
5274
5463
|
padding: 0 12px;
|
|
5275
5464
|
}
|
|
5465
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5466
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5467
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5468
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5469
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5470
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5471
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5472
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5473
|
+
/* stylelint-disable */
|
|
5474
|
+
}
|
|
5276
5475
|
.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,
|
|
5277
5476
|
.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,
|
|
5278
5477
|
.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,
|
|
@@ -5284,6 +5483,7 @@
|
|
|
5284
5483
|
font-size: 14px;
|
|
5285
5484
|
height: 36px !important;
|
|
5286
5485
|
padding: 9px 16px !important;
|
|
5486
|
+
/* stylelint-enable */
|
|
5287
5487
|
}
|
|
5288
5488
|
.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,
|
|
5289
5489
|
.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,
|
|
@@ -5408,6 +5608,10 @@
|
|
|
5408
5608
|
.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 {
|
|
5409
5609
|
padding-top: 7px;
|
|
5410
5610
|
}
|
|
5611
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5612
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5613
|
+
/* stylelint-disable */
|
|
5614
|
+
}
|
|
5411
5615
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5412
5616
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5413
5617
|
padding-left: 12px;
|
|
@@ -5420,6 +5624,7 @@
|
|
|
5420
5624
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5421
5625
|
padding-left: 0;
|
|
5422
5626
|
padding-right: 5px;
|
|
5627
|
+
/* stylelint-enable */
|
|
5423
5628
|
}
|
|
5424
5629
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5425
5630
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5458,6 +5663,8 @@
|
|
|
5458
5663
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5459
5664
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5460
5665
|
padding-left: 20px;
|
|
5666
|
+
/* stylelint-disable */
|
|
5667
|
+
/* stylelint-enable */
|
|
5461
5668
|
}
|
|
5462
5669
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5463
5670
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5525,6 +5732,10 @@
|
|
|
5525
5732
|
padding-left: 0;
|
|
5526
5733
|
padding-right: 4px;
|
|
5527
5734
|
}
|
|
5735
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5736
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5737
|
+
/* stylelint-disable */
|
|
5738
|
+
}
|
|
5528
5739
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5529
5740
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5530
5741
|
max-height: 750px;
|
|
@@ -5561,4 +5772,6 @@
|
|
|
5561
5772
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5562
5773
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5563
5774
|
max-height: 187px;
|
|
5564
|
-
}
|
|
5775
|
+
}
|
|
5776
|
+
|
|
5777
|
+
/* stylelint-enable */
|