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