@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/fluent-dark.css
CHANGED
|
@@ -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;
|
|
@@ -248,7 +241,6 @@
|
|
|
248
241
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
249
242
|
box-shadow: none;
|
|
250
243
|
margin-left: 10px;
|
|
251
|
-
/* stylelint-disable */
|
|
252
244
|
}
|
|
253
245
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
254
246
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -340,7 +332,6 @@
|
|
|
340
332
|
}
|
|
341
333
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
342
334
|
border: none;
|
|
343
|
-
/* stylelint-enable */
|
|
344
335
|
}
|
|
345
336
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
346
337
|
margin: 0 0 0 6px;
|
|
@@ -598,16 +589,13 @@
|
|
|
598
589
|
}
|
|
599
590
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
600
591
|
margin-left: 18px !important;
|
|
601
|
-
/* stylelint-enable */
|
|
602
592
|
}
|
|
603
593
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
604
|
-
/* stylelint-disable */
|
|
605
594
|
padding: 0 !important;
|
|
606
595
|
}
|
|
607
596
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
608
597
|
float: left;
|
|
609
598
|
font-weight: 500;
|
|
610
|
-
/* stylelint-enable */
|
|
611
599
|
}
|
|
612
600
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
613
601
|
float: right;
|
|
@@ -636,7 +624,6 @@
|
|
|
636
624
|
}
|
|
637
625
|
|
|
638
626
|
.e-pivotview-report-dialog {
|
|
639
|
-
/* stylelint-disable */
|
|
640
627
|
max-width: 350px !important;
|
|
641
628
|
}
|
|
642
629
|
|
|
@@ -656,7 +643,6 @@
|
|
|
656
643
|
max-width: 500px !important;
|
|
657
644
|
}
|
|
658
645
|
|
|
659
|
-
/* stylelint-enable */
|
|
660
646
|
.e-report-outer {
|
|
661
647
|
display: inline-block;
|
|
662
648
|
width: 100%;
|
|
@@ -669,7 +655,6 @@
|
|
|
669
655
|
width: 40%;
|
|
670
656
|
}
|
|
671
657
|
|
|
672
|
-
/* stylelint-disable */
|
|
673
658
|
.e-pivotview-report-input {
|
|
674
659
|
float: right;
|
|
675
660
|
width: 60% !important;
|
|
@@ -691,16 +676,11 @@
|
|
|
691
676
|
font-size: 18px !important;
|
|
692
677
|
}
|
|
693
678
|
|
|
694
|
-
/* stylelint-enable */
|
|
695
679
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
696
680
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
697
681
|
white-space: nowrap;
|
|
698
682
|
}
|
|
699
683
|
|
|
700
|
-
.e-drillthrough-dialog {
|
|
701
|
-
/* stylelint-disable */
|
|
702
|
-
/* stylelint-enable */
|
|
703
|
-
}
|
|
704
684
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
705
685
|
margin-bottom: 20px;
|
|
706
686
|
}
|
|
@@ -721,18 +701,9 @@
|
|
|
721
701
|
flex-wrap: wrap;
|
|
722
702
|
}
|
|
723
703
|
|
|
724
|
-
.e-bigger .e-pivotview,
|
|
725
|
-
.e-bigger.e-pivotview {
|
|
726
|
-
/* stylelint-disable */
|
|
727
|
-
/* stylelint-enable */
|
|
728
|
-
/* stylelint-disable */
|
|
729
|
-
/* stylelint-enable */
|
|
730
|
-
}
|
|
731
704
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
732
705
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
733
|
-
/* stylelint-disable */
|
|
734
706
|
height: 26px !important;
|
|
735
|
-
/* stylelint-enable */
|
|
736
707
|
}
|
|
737
708
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
738
709
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -888,18 +859,6 @@
|
|
|
888
859
|
}
|
|
889
860
|
|
|
890
861
|
/*! PivotView theme */
|
|
891
|
-
.e-pivotview {
|
|
892
|
-
/* stylelint-enable */
|
|
893
|
-
/* stylelint-disable */
|
|
894
|
-
/* stylelint-enable */
|
|
895
|
-
/* stylelint-disable */
|
|
896
|
-
/* stylelint-enable */
|
|
897
|
-
/* stylelint-disable */
|
|
898
|
-
/* stylelint-enable */
|
|
899
|
-
/* stylelint-disable */
|
|
900
|
-
/* stylelint-enable */
|
|
901
|
-
/* stylelint-enable */
|
|
902
|
-
}
|
|
903
862
|
.e-pivotview .e-nextspan {
|
|
904
863
|
display: inline-block;
|
|
905
864
|
width: 18px;
|
|
@@ -920,7 +879,6 @@
|
|
|
920
879
|
text-align: right;
|
|
921
880
|
}
|
|
922
881
|
.e-pivotview .e-grid .e-rowcell {
|
|
923
|
-
/* stylelint-disable */
|
|
924
882
|
font-size: 14px !important;
|
|
925
883
|
padding-left: 8px;
|
|
926
884
|
-webkit-user-select: none;
|
|
@@ -1095,11 +1053,11 @@
|
|
|
1095
1053
|
border-right-width: 1px;
|
|
1096
1054
|
}
|
|
1097
1055
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1098
|
-
display:
|
|
1056
|
+
display: inline;
|
|
1099
1057
|
}
|
|
1100
1058
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1101
1059
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1102
|
-
display: inline
|
|
1060
|
+
display: inline;
|
|
1103
1061
|
padding-left: 12px !important;
|
|
1104
1062
|
margin-top: 5px;
|
|
1105
1063
|
margin-top: 1px;
|
|
@@ -1129,18 +1087,12 @@
|
|
|
1129
1087
|
}
|
|
1130
1088
|
.e-pivotview .e-rowcell {
|
|
1131
1089
|
opacity: 1;
|
|
1132
|
-
/* stylelint-disable */
|
|
1133
|
-
/* stylelint-enable */
|
|
1134
1090
|
}
|
|
1135
1091
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1136
1092
|
-webkit-user-select: none;
|
|
1137
1093
|
-ms-user-select: none;
|
|
1138
1094
|
user-select: none;
|
|
1139
1095
|
}
|
|
1140
|
-
.e-pivotview .e-grouping-bar {
|
|
1141
|
-
/* stylelint-disable */
|
|
1142
|
-
/* stylelint-enable */
|
|
1143
|
-
}
|
|
1144
1096
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1145
1097
|
-ms-flex: auto;
|
|
1146
1098
|
flex: auto;
|
|
@@ -1270,9 +1222,7 @@
|
|
|
1270
1222
|
border: 1px solid #252423;
|
|
1271
1223
|
border-radius: 2px;
|
|
1272
1224
|
box-shadow: none;
|
|
1273
|
-
/* stylelint-disable */
|
|
1274
1225
|
color: #d2d0ce !important;
|
|
1275
|
-
/* stylelint-enable */
|
|
1276
1226
|
cursor: default;
|
|
1277
1227
|
display: -ms-flexbox;
|
|
1278
1228
|
display: flex;
|
|
@@ -1283,8 +1233,6 @@
|
|
|
1283
1233
|
text-transform: none;
|
|
1284
1234
|
vertical-align: bottom;
|
|
1285
1235
|
z-index: 1;
|
|
1286
|
-
/* stylelint-disable */
|
|
1287
|
-
/* stylelint-enable */
|
|
1288
1236
|
}
|
|
1289
1237
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1290
1238
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1607,7 +1555,7 @@
|
|
|
1607
1555
|
.e-pivotview .e-expand,
|
|
1608
1556
|
.e-pivotview .e-collapse {
|
|
1609
1557
|
cursor: pointer;
|
|
1610
|
-
display: inline
|
|
1558
|
+
display: inline;
|
|
1611
1559
|
height: 18px;
|
|
1612
1560
|
margin-top: 5px;
|
|
1613
1561
|
text-align: center;
|
|
@@ -1625,12 +1573,6 @@
|
|
|
1625
1573
|
.e-pivotview .e-expand::before {
|
|
1626
1574
|
font-size: 18px;
|
|
1627
1575
|
}
|
|
1628
|
-
.e-pivotview.e-rtl {
|
|
1629
|
-
/* stylelint-disable */
|
|
1630
|
-
/* stylelint-enable */
|
|
1631
|
-
/* stylelint-disable */
|
|
1632
|
-
/* stylelint-enable */
|
|
1633
|
-
}
|
|
1634
1576
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1635
1577
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1636
1578
|
margin-left: 0;
|
|
@@ -1702,10 +1644,8 @@
|
|
|
1702
1644
|
padding-right: 8px;
|
|
1703
1645
|
}
|
|
1704
1646
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1705
|
-
/* stylelint-disable */
|
|
1706
1647
|
padding-left: 8px;
|
|
1707
1648
|
padding-right: 0;
|
|
1708
|
-
/* stylelint-enable */
|
|
1709
1649
|
}
|
|
1710
1650
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1711
1651
|
margin-left: 4px;
|
|
@@ -1728,9 +1668,6 @@
|
|
|
1728
1668
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1729
1669
|
float: left;
|
|
1730
1670
|
}
|
|
1731
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1732
|
-
/* stylelint-disable */
|
|
1733
|
-
}
|
|
1734
1671
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1735
1672
|
line-height: 1em !important;
|
|
1736
1673
|
}
|
|
@@ -1808,13 +1745,6 @@
|
|
|
1808
1745
|
margin-right: 5px;
|
|
1809
1746
|
}
|
|
1810
1747
|
|
|
1811
|
-
.e-bigger .e-pivotview,
|
|
1812
|
-
.e-bigger.e-pivotview {
|
|
1813
|
-
/* stylelint-disable */
|
|
1814
|
-
/* stylelint-enable */
|
|
1815
|
-
/* stylelint-disable */
|
|
1816
|
-
/* stylelint-enable */
|
|
1817
|
-
}
|
|
1818
1748
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1819
1749
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1820
1750
|
margin: 4px;
|
|
@@ -1877,10 +1807,6 @@
|
|
|
1877
1807
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1878
1808
|
margin-top: 0;
|
|
1879
1809
|
}
|
|
1880
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1881
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1882
|
-
/* stylelint-enable */
|
|
1883
|
-
}
|
|
1884
1810
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1885
1811
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1886
1812
|
height: 36px !important;
|
|
@@ -1921,7 +1847,6 @@
|
|
|
1921
1847
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1922
1848
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1923
1849
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1924
|
-
/* stylelint-disable */
|
|
1925
1850
|
font-size: 14px !important;
|
|
1926
1851
|
height: 20px;
|
|
1927
1852
|
margin-top: 2px;
|
|
@@ -2051,15 +1976,8 @@
|
|
|
2051
1976
|
}
|
|
2052
1977
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2053
1978
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2054
|
-
/* stylelint-disable */
|
|
2055
1979
|
font-size: 16px !important;
|
|
2056
1980
|
}
|
|
2057
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2058
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2059
|
-
/* stylelint-enable */
|
|
2060
|
-
/* stylelint-disable */
|
|
2061
|
-
/* stylelint-enable */
|
|
2062
|
-
}
|
|
2063
1981
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2064
1982
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2065
1983
|
padding-right: 10px !important;
|
|
@@ -2138,10 +2056,6 @@
|
|
|
2138
2056
|
content: "\e774";
|
|
2139
2057
|
}
|
|
2140
2058
|
|
|
2141
|
-
.e-pivot-calc-dialog-div {
|
|
2142
|
-
/* stylelint-disable */
|
|
2143
|
-
/* stylelint-enable */
|
|
2144
|
-
}
|
|
2145
2059
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2146
2060
|
content: "\e726";
|
|
2147
2061
|
}
|
|
@@ -2240,11 +2154,6 @@
|
|
|
2240
2154
|
content: "\e7d8" !important;
|
|
2241
2155
|
}
|
|
2242
2156
|
|
|
2243
|
-
.e-pivotfieldlist-wrapper,
|
|
2244
|
-
.e-pivotfieldlist-container {
|
|
2245
|
-
/* stylelint-disable */
|
|
2246
|
-
/* stylelint-enable */
|
|
2247
|
-
}
|
|
2248
2157
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2249
2158
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2250
2159
|
content: "\e773";
|
|
@@ -2439,10 +2348,8 @@
|
|
|
2439
2348
|
}
|
|
2440
2349
|
|
|
2441
2350
|
.e-pivot-formatting-dialog {
|
|
2442
|
-
/* stylelint-disable */
|
|
2443
2351
|
max-height: 480px !important;
|
|
2444
2352
|
width: 629px !important;
|
|
2445
|
-
/* stylelint-enable */
|
|
2446
2353
|
}
|
|
2447
2354
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2448
2355
|
padding-bottom: 4px;
|
|
@@ -2517,9 +2424,7 @@
|
|
|
2517
2424
|
border: 1px solid #a19f9d;
|
|
2518
2425
|
border-radius: 2px;
|
|
2519
2426
|
height: 28px;
|
|
2520
|
-
/* stylelint-disable */
|
|
2521
2427
|
margin: 0 !important;
|
|
2522
|
-
/* stylelint-enable */
|
|
2523
2428
|
padding-left: 6px;
|
|
2524
2429
|
padding-top: 6px;
|
|
2525
2430
|
width: 80px;
|
|
@@ -2540,9 +2445,7 @@
|
|
|
2540
2445
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2541
2446
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2542
2447
|
border: 1px solid #a19f9d;
|
|
2543
|
-
/* stylelint-disable */
|
|
2544
2448
|
border-radius: 0 !important;
|
|
2545
|
-
/* stylelint-enable */
|
|
2546
2449
|
height: 40%;
|
|
2547
2450
|
left: -3px;
|
|
2548
2451
|
position: absolute;
|
|
@@ -2550,10 +2453,8 @@
|
|
|
2550
2453
|
width: 150%;
|
|
2551
2454
|
}
|
|
2552
2455
|
.e-pivot-formatting-dialog.e-device {
|
|
2553
|
-
/* stylelint-disable */
|
|
2554
2456
|
min-width: 320px !important;
|
|
2555
2457
|
width: 100% !important;
|
|
2556
|
-
/* stylelint-enable */
|
|
2557
2458
|
}
|
|
2558
2459
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2559
2460
|
width: 100% !important;
|
|
@@ -2602,11 +2503,7 @@
|
|
|
2602
2503
|
|
|
2603
2504
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2604
2505
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2605
|
-
/* stylelint-disable */
|
|
2606
2506
|
width: 714px !important;
|
|
2607
|
-
/* stylelint-enable */
|
|
2608
|
-
/* stylelint-disable */
|
|
2609
|
-
/* stylelint-enable */
|
|
2610
2507
|
}
|
|
2611
2508
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2612
2509
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2645,10 +2542,8 @@
|
|
|
2645
2542
|
}
|
|
2646
2543
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2647
2544
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2648
|
-
/* stylelint-disable */
|
|
2649
2545
|
min-width: 320px !important;
|
|
2650
2546
|
width: 100% !important;
|
|
2651
|
-
/* stylelint-enable */
|
|
2652
2547
|
}
|
|
2653
2548
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2654
2549
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2667,14 +2562,8 @@
|
|
|
2667
2562
|
}
|
|
2668
2563
|
|
|
2669
2564
|
.e-pivot-calc-dialog-div {
|
|
2670
|
-
/* stylelint-disable */
|
|
2671
2565
|
max-height: 600px !important;
|
|
2672
|
-
/* stylelint-enable */
|
|
2673
2566
|
min-width: 290px;
|
|
2674
|
-
/* stylelint-disable */
|
|
2675
|
-
/* stylelint-enable */
|
|
2676
|
-
/* stylelint-disable */
|
|
2677
|
-
/* stylelint-enable */
|
|
2678
2567
|
}
|
|
2679
2568
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2680
2569
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2682,9 +2571,7 @@
|
|
|
2682
2571
|
}
|
|
2683
2572
|
.e-pivot-calc-dialog-div .e-dlg-content {
|
|
2684
2573
|
padding-bottom: 18px;
|
|
2685
|
-
/* stylelint-disable */
|
|
2686
2574
|
padding-top: 1px !important;
|
|
2687
|
-
/* stylelint-enable */
|
|
2688
2575
|
}
|
|
2689
2576
|
.e-pivot-calc-dialog-div .e-dlg-content .e-pivot-calc-custom-format-div {
|
|
2690
2577
|
margin-top: 15px;
|
|
@@ -2726,11 +2613,9 @@
|
|
|
2726
2613
|
}
|
|
2727
2614
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2728
2615
|
color: #a19f9d;
|
|
2729
|
-
/* stylelint-disable */
|
|
2730
2616
|
float: right !important;
|
|
2731
2617
|
margin: 0;
|
|
2732
2618
|
margin-right: 12px !important;
|
|
2733
|
-
/* stylelint-enable */
|
|
2734
2619
|
}
|
|
2735
2620
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2736
2621
|
cursor: default;
|
|
@@ -3022,11 +2907,8 @@
|
|
|
3022
2907
|
|
|
3023
2908
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3024
2909
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3025
|
-
/* stylelint-disable */
|
|
3026
2910
|
max-height: 600px !important;
|
|
3027
2911
|
min-width: 401px !important;
|
|
3028
|
-
/* stylelint-enable */
|
|
3029
|
-
/* stylelint-disable */
|
|
3030
2912
|
}
|
|
3031
2913
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3032
2914
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3111,9 +2993,6 @@
|
|
|
3111
2993
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3112
2994
|
max-width: 400px !important;
|
|
3113
2995
|
min-width: 320px !important;
|
|
3114
|
-
/* stylelint-enable */
|
|
3115
|
-
/* stylelint-disable */
|
|
3116
|
-
/* stylelint-enable */
|
|
3117
2996
|
}
|
|
3118
2997
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3119
2998
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3151,10 +3030,8 @@
|
|
|
3151
3030
|
}
|
|
3152
3031
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3153
3032
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3154
|
-
/* stylelint-disable */
|
|
3155
3033
|
margin-left: -22px;
|
|
3156
3034
|
overflow: auto !important;
|
|
3157
|
-
/* stylelint-enable */
|
|
3158
3035
|
}
|
|
3159
3036
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3160
3037
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3173,10 +3050,6 @@
|
|
|
3173
3050
|
margin-left: 0;
|
|
3174
3051
|
margin-right: -22px;
|
|
3175
3052
|
}
|
|
3176
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3177
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3178
|
-
/* stylelint-disable */
|
|
3179
|
-
}
|
|
3180
3053
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3181
3054
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3182
3055
|
margin-left: 0;
|
|
@@ -3240,7 +3113,6 @@
|
|
|
3240
3113
|
}
|
|
3241
3114
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3242
3115
|
border: 0;
|
|
3243
|
-
/* stylelint-enable */
|
|
3244
3116
|
}
|
|
3245
3117
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3246
3118
|
margin: 0 0 0 6px;
|
|
@@ -3268,8 +3140,6 @@
|
|
|
3268
3140
|
overflow: auto;
|
|
3269
3141
|
padding: 20px;
|
|
3270
3142
|
padding-bottom: 0;
|
|
3271
|
-
/* stylelint-disable */
|
|
3272
|
-
/* stylelint-enable */
|
|
3273
3143
|
}
|
|
3274
3144
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3275
3145
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3308,9 +3178,6 @@
|
|
|
3308
3178
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3309
3179
|
float: right;
|
|
3310
3180
|
}
|
|
3311
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3312
|
-
/* stylelint-disable */
|
|
3313
|
-
}
|
|
3314
3181
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3315
3182
|
margin-left: 0;
|
|
3316
3183
|
}
|
|
@@ -3449,7 +3316,6 @@
|
|
|
3449
3316
|
overflow: hidden;
|
|
3450
3317
|
padding: 0 !important;
|
|
3451
3318
|
padding-top: 1px;
|
|
3452
|
-
/* stylelint-enable */
|
|
3453
3319
|
}
|
|
3454
3320
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3455
3321
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3516,11 +3382,6 @@
|
|
|
3516
3382
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3517
3383
|
padding-right: 0;
|
|
3518
3384
|
}
|
|
3519
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3520
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3521
|
-
/* stylelint-disable */
|
|
3522
|
-
/* stylelint-enable */
|
|
3523
|
-
}
|
|
3524
3385
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3525
3386
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3526
3387
|
padding-left: 24px;
|
|
@@ -3570,7 +3431,6 @@
|
|
|
3570
3431
|
padding: 4px;
|
|
3571
3432
|
}
|
|
3572
3433
|
|
|
3573
|
-
/* stylelint-disable */
|
|
3574
3434
|
.e-button-drag-clone {
|
|
3575
3435
|
background-color: #292827 !important;
|
|
3576
3436
|
border: 1px solid #292827;
|
|
@@ -3610,12 +3470,6 @@
|
|
|
3610
3470
|
width: auto !important;
|
|
3611
3471
|
}
|
|
3612
3472
|
|
|
3613
|
-
/* stylelint-enable */
|
|
3614
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3615
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3616
|
-
/* stylelint-disable */
|
|
3617
|
-
/* stylelint-enable */
|
|
3618
|
-
}
|
|
3619
3473
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3620
3474
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3621
3475
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3680,10 +3534,6 @@
|
|
|
3680
3534
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3681
3535
|
margin-left: 10px;
|
|
3682
3536
|
}
|
|
3683
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3684
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3685
|
-
/* stylelint-disable */
|
|
3686
|
-
}
|
|
3687
3537
|
.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,
|
|
3688
3538
|
.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 {
|
|
3689
3539
|
margin: 0 0 0 6px;
|
|
@@ -3832,7 +3682,6 @@
|
|
|
3832
3682
|
background-color: #292827;
|
|
3833
3683
|
}
|
|
3834
3684
|
|
|
3835
|
-
/* stylelint-disable */
|
|
3836
3685
|
*.e-rtl .e-select-table {
|
|
3837
3686
|
padding: 8px 5px;
|
|
3838
3687
|
}
|
|
@@ -3871,8 +3720,6 @@
|
|
|
3871
3720
|
font-size: 14px;
|
|
3872
3721
|
max-width: 700px;
|
|
3873
3722
|
min-width: 300px;
|
|
3874
|
-
/* stylelint-enable */
|
|
3875
|
-
/* stylelint-enable */
|
|
3876
3723
|
}
|
|
3877
3724
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3878
3725
|
display: -ms-flexbox;
|
|
@@ -3995,8 +3842,6 @@
|
|
|
3995
3842
|
display: -ms-flexbox;
|
|
3996
3843
|
display: flex;
|
|
3997
3844
|
padding-right: 18px;
|
|
3998
|
-
/* stylelint-disable */
|
|
3999
|
-
/* stylelint-enable */
|
|
4000
3845
|
}
|
|
4001
3846
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4002
3847
|
-ms-flex: auto;
|
|
@@ -4008,9 +3853,7 @@
|
|
|
4008
3853
|
color: #a19f9d;
|
|
4009
3854
|
cursor: pointer;
|
|
4010
3855
|
font-size: 14px;
|
|
4011
|
-
/* stylelint-disable */
|
|
4012
3856
|
height: 20px !important;
|
|
4013
|
-
/* stylelint-enable */
|
|
4014
3857
|
padding: 6px 0 0 4px;
|
|
4015
3858
|
width: 20px;
|
|
4016
3859
|
}
|
|
@@ -4047,13 +3890,9 @@
|
|
|
4047
3890
|
}
|
|
4048
3891
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4049
3892
|
overflow: hidden;
|
|
4050
|
-
/* stylelint-disable */
|
|
4051
|
-
/* stylelint-enable */
|
|
4052
3893
|
}
|
|
4053
3894
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4054
3895
|
margin-left: -30px;
|
|
4055
|
-
/* stylelint-disable */
|
|
4056
|
-
/* stylelint-enable */
|
|
4057
3896
|
}
|
|
4058
3897
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4059
3898
|
cursor: default;
|
|
@@ -4563,8 +4402,6 @@
|
|
|
4563
4402
|
}
|
|
4564
4403
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4565
4404
|
height: 369px;
|
|
4566
|
-
/* stylelint-disable */
|
|
4567
|
-
/* stylelint-enable */
|
|
4568
4405
|
}
|
|
4569
4406
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4570
4407
|
height: 392px !important;
|
|
@@ -4588,7 +4425,6 @@
|
|
|
4588
4425
|
display: -ms-flexbox;
|
|
4589
4426
|
display: flex;
|
|
4590
4427
|
padding: 10px 18px;
|
|
4591
|
-
/* stylelint-disable */
|
|
4592
4428
|
}
|
|
4593
4429
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4594
4430
|
float: right;
|
|
@@ -4625,8 +4461,6 @@
|
|
|
4625
4461
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4626
4462
|
margin-left: 0;
|
|
4627
4463
|
margin-right: -30px;
|
|
4628
|
-
/* stylelint-disable */
|
|
4629
|
-
/* stylelint-enable */
|
|
4630
4464
|
}
|
|
4631
4465
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4632
4466
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4657,8 +4491,6 @@
|
|
|
4657
4491
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4658
4492
|
padding-left: 18px;
|
|
4659
4493
|
padding-right: 0;
|
|
4660
|
-
/* stylelint-disable */
|
|
4661
|
-
/* stylelint-enable */
|
|
4662
4494
|
}
|
|
4663
4495
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4664
4496
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4744,10 +4576,8 @@
|
|
|
4744
4576
|
}
|
|
4745
4577
|
.e-pivotfieldlist-container.e-device {
|
|
4746
4578
|
height: 100%;
|
|
4747
|
-
/* stylelint-disable */
|
|
4748
4579
|
max-height: 100% !important;
|
|
4749
4580
|
max-width: 100% !important;
|
|
4750
|
-
/* stylelint-enable */
|
|
4751
4581
|
min-height: 500px;
|
|
4752
4582
|
width: 100%;
|
|
4753
4583
|
}
|
|
@@ -4852,8 +4682,6 @@
|
|
|
4852
4682
|
padding: 9px 16px;
|
|
4853
4683
|
text-transform: none;
|
|
4854
4684
|
width: 100%;
|
|
4855
|
-
/* stylelint-disable */
|
|
4856
|
-
/* stylelint-enable */
|
|
4857
4685
|
}
|
|
4858
4686
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4859
4687
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5043,10 +4871,6 @@
|
|
|
5043
4871
|
vertical-align: middle;
|
|
5044
4872
|
width: 70%;
|
|
5045
4873
|
}
|
|
5046
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5047
|
-
/* stylelint-disable */
|
|
5048
|
-
/* stylelint-enable */
|
|
5049
|
-
}
|
|
5050
4874
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5051
4875
|
background-color: #1b1a19;
|
|
5052
4876
|
border: 1px solid #292827;
|
|
@@ -5093,10 +4917,6 @@
|
|
|
5093
4917
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5094
4918
|
margin-right: 12px;
|
|
5095
4919
|
}
|
|
5096
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5097
|
-
/* stylelint-disable */
|
|
5098
|
-
/* stylelint-enable */
|
|
5099
|
-
}
|
|
5100
4920
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5101
4921
|
left: 16px;
|
|
5102
4922
|
right: auto;
|
|
@@ -5246,10 +5066,6 @@
|
|
|
5246
5066
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5247
5067
|
max-height: 600px;
|
|
5248
5068
|
}
|
|
5249
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5250
|
-
/* stylelint-disable */
|
|
5251
|
-
/* stylelint-enable */
|
|
5252
|
-
}
|
|
5253
5069
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5254
5070
|
margin-left: 12px;
|
|
5255
5071
|
margin-right: 0;
|
|
@@ -5270,11 +5086,6 @@
|
|
|
5270
5086
|
margin-left: 20px;
|
|
5271
5087
|
}
|
|
5272
5088
|
|
|
5273
|
-
/* stylelint-disable */
|
|
5274
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5275
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5276
|
-
/* stylelint-enable */
|
|
5277
|
-
}
|
|
5278
5089
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5279
5090
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5280
5091
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5430,16 +5241,6 @@
|
|
|
5430
5241
|
margin-top: 4px;
|
|
5431
5242
|
padding: 0 12px;
|
|
5432
5243
|
}
|
|
5433
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5434
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5435
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5436
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5437
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5438
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5439
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5440
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5441
|
-
/* stylelint-disable */
|
|
5442
|
-
}
|
|
5443
5244
|
.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,
|
|
5444
5245
|
.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,
|
|
5445
5246
|
.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,
|
|
@@ -5451,7 +5252,6 @@
|
|
|
5451
5252
|
font-size: 14px;
|
|
5452
5253
|
height: 36px !important;
|
|
5453
5254
|
padding: 9px 16px !important;
|
|
5454
|
-
/* stylelint-enable */
|
|
5455
5255
|
}
|
|
5456
5256
|
.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,
|
|
5457
5257
|
.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,
|
|
@@ -5576,10 +5376,6 @@
|
|
|
5576
5376
|
.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 {
|
|
5577
5377
|
padding-top: 7px;
|
|
5578
5378
|
}
|
|
5579
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5580
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5581
|
-
/* stylelint-disable */
|
|
5582
|
-
}
|
|
5583
5379
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5584
5380
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5585
5381
|
padding-left: 16px;
|
|
@@ -5592,7 +5388,6 @@
|
|
|
5592
5388
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5593
5389
|
padding-left: 0;
|
|
5594
5390
|
padding-right: 5px;
|
|
5595
|
-
/* stylelint-enable */
|
|
5596
5391
|
}
|
|
5597
5392
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5598
5393
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5631,8 +5426,6 @@
|
|
|
5631
5426
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5632
5427
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5633
5428
|
padding-left: 20px;
|
|
5634
|
-
/* stylelint-disable */
|
|
5635
|
-
/* stylelint-enable */
|
|
5636
5429
|
}
|
|
5637
5430
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5638
5431
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5704,10 +5497,6 @@
|
|
|
5704
5497
|
padding-left: 0;
|
|
5705
5498
|
padding-right: 4px;
|
|
5706
5499
|
}
|
|
5707
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5708
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5709
|
-
/* stylelint-disable */
|
|
5710
|
-
}
|
|
5711
5500
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5712
5501
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5713
5502
|
max-height: 750px;
|
|
@@ -5744,6 +5533,4 @@
|
|
|
5744
5533
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5745
5534
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5746
5535
|
max-height: 184px;
|
|
5747
|
-
}
|
|
5748
|
-
|
|
5749
|
-
/* stylelint-enable */
|
|
5536
|
+
}
|