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