@syncfusion/ej2-angular-pivotview 20.2.38 → 20.2.39-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 +683 -0
- package/dist/ej2-angular-pivotview.umd.js +666 -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 +13 -27
- 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 +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +2 -213
- package/styles/bootstrap.css +2 -213
- package/styles/bootstrap4.css +3 -209
- package/styles/bootstrap5-dark.css +2 -215
- package/styles/bootstrap5.css +2 -215
- package/styles/fabric-dark.css +2 -213
- package/styles/fabric.css +2 -213
- package/styles/fluent-dark.css +3 -216
- package/styles/fluent.css +3 -216
- package/styles/highcontrast-light.css +2 -213
- package/styles/highcontrast.css +2 -213
- package/styles/material-dark.css +2 -213
- package/styles/material.css +2 -213
- package/styles/pivotfieldlist/bootstrap-dark.css +2 -131
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +2 -131
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +2 -126
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +2 -135
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +2 -135
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +2 -131
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +2 -131
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +3 -134
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +3 -134
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +2 -131
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +2 -131
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +2 -131
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +2 -131
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +3 -134
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +3 -134
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +0 -82
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +0 -82
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +1 -83
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +0 -80
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +0 -80
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +0 -82
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +0 -82
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +0 -82
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +0 -82
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +0 -82
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +0 -82
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +0 -82
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +0 -82
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +0 -80
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +0 -80
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +3 -214
- package/styles/tailwind.css +3 -214
- 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 -233
- 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 -191
- 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 -1852
- 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 -1862
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
- 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 -357
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_material.scss +0 -357
- package/styles/pivotfieldlist/icons/_material3.scss +0 -352
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
- 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 -131
- 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 -131
- package/styles/pivotview/_fusionnew-definition.scss +0 -131
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1073
- package/styles/pivotview/_material-dark-definition.scss +0 -132
- package/styles/pivotview/_material-definition.scss +0 -128
- package/styles/pivotview/_material3-definition.scss +0 -131
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -130
- package/styles/pivotview/_theme.scss +0 -1583
- 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;
|
|
@@ -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 {
|
|
@@ -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: 550px !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-pivot-all-field-title,
|
|
2690
2577
|
.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2723,11 +2610,9 @@
|
|
|
2723
2610
|
}
|
|
2724
2611
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2725
2612
|
color: #a19f9d;
|
|
2726
|
-
/* stylelint-disable */
|
|
2727
2613
|
float: right !important;
|
|
2728
2614
|
margin: 0;
|
|
2729
2615
|
margin-right: 12px !important;
|
|
2730
|
-
/* stylelint-enable */
|
|
2731
2616
|
}
|
|
2732
2617
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2733
2618
|
cursor: default;
|
|
@@ -2885,9 +2770,9 @@
|
|
|
2885
2770
|
}
|
|
2886
2771
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2887
2772
|
display: inline-block;
|
|
2888
|
-
height:
|
|
2773
|
+
height: 435px;
|
|
2889
2774
|
overflow: auto;
|
|
2890
|
-
width:
|
|
2775
|
+
width: 100% !important;
|
|
2891
2776
|
}
|
|
2892
2777
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2893
2778
|
display: inline-table;
|
|
@@ -3019,11 +2904,8 @@
|
|
|
3019
2904
|
|
|
3020
2905
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3021
2906
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3022
|
-
/* stylelint-disable */
|
|
3023
2907
|
max-height: 600px !important;
|
|
3024
2908
|
min-width: 401px !important;
|
|
3025
|
-
/* stylelint-enable */
|
|
3026
|
-
/* stylelint-disable */
|
|
3027
2909
|
}
|
|
3028
2910
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3029
2911
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3108,9 +2990,6 @@
|
|
|
3108
2990
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3109
2991
|
max-width: 400px !important;
|
|
3110
2992
|
min-width: 320px !important;
|
|
3111
|
-
/* stylelint-enable */
|
|
3112
|
-
/* stylelint-disable */
|
|
3113
|
-
/* stylelint-enable */
|
|
3114
2993
|
}
|
|
3115
2994
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3116
2995
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3148,10 +3027,8 @@
|
|
|
3148
3027
|
}
|
|
3149
3028
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3150
3029
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3151
|
-
/* stylelint-disable */
|
|
3152
3030
|
margin-left: -22px;
|
|
3153
3031
|
overflow: auto !important;
|
|
3154
|
-
/* stylelint-enable */
|
|
3155
3032
|
}
|
|
3156
3033
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3157
3034
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3170,10 +3047,6 @@
|
|
|
3170
3047
|
margin-left: 0;
|
|
3171
3048
|
margin-right: -22px;
|
|
3172
3049
|
}
|
|
3173
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3174
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3175
|
-
/* stylelint-disable */
|
|
3176
|
-
}
|
|
3177
3050
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3178
3051
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3179
3052
|
margin-left: 0;
|
|
@@ -3237,7 +3110,6 @@
|
|
|
3237
3110
|
}
|
|
3238
3111
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3239
3112
|
border: 0;
|
|
3240
|
-
/* stylelint-enable */
|
|
3241
3113
|
}
|
|
3242
3114
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3243
3115
|
margin: 0 0 0 6px;
|
|
@@ -3265,8 +3137,6 @@
|
|
|
3265
3137
|
overflow: auto;
|
|
3266
3138
|
padding: 20px;
|
|
3267
3139
|
padding-bottom: 0;
|
|
3268
|
-
/* stylelint-disable */
|
|
3269
|
-
/* stylelint-enable */
|
|
3270
3140
|
}
|
|
3271
3141
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3272
3142
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3305,9 +3175,6 @@
|
|
|
3305
3175
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3306
3176
|
float: right;
|
|
3307
3177
|
}
|
|
3308
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3309
|
-
/* stylelint-disable */
|
|
3310
|
-
}
|
|
3311
3178
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3312
3179
|
margin-left: 0;
|
|
3313
3180
|
}
|
|
@@ -3446,7 +3313,6 @@
|
|
|
3446
3313
|
overflow: hidden;
|
|
3447
3314
|
padding: 0 !important;
|
|
3448
3315
|
padding-top: 1px;
|
|
3449
|
-
/* stylelint-enable */
|
|
3450
3316
|
}
|
|
3451
3317
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3452
3318
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3513,11 +3379,6 @@
|
|
|
3513
3379
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3514
3380
|
padding-right: 0;
|
|
3515
3381
|
}
|
|
3516
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3517
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3518
|
-
/* stylelint-disable */
|
|
3519
|
-
/* stylelint-enable */
|
|
3520
|
-
}
|
|
3521
3382
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3522
3383
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3523
3384
|
padding-left: 24px;
|
|
@@ -3567,7 +3428,6 @@
|
|
|
3567
3428
|
padding: 4px;
|
|
3568
3429
|
}
|
|
3569
3430
|
|
|
3570
|
-
/* stylelint-disable */
|
|
3571
3431
|
.e-button-drag-clone {
|
|
3572
3432
|
background-color: #292827 !important;
|
|
3573
3433
|
border: 1px solid #292827;
|
|
@@ -3607,12 +3467,6 @@
|
|
|
3607
3467
|
width: auto !important;
|
|
3608
3468
|
}
|
|
3609
3469
|
|
|
3610
|
-
/* stylelint-enable */
|
|
3611
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3612
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3613
|
-
/* stylelint-disable */
|
|
3614
|
-
/* stylelint-enable */
|
|
3615
|
-
}
|
|
3616
3470
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3617
3471
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3618
3472
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3677,10 +3531,6 @@
|
|
|
3677
3531
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3678
3532
|
margin-left: 10px;
|
|
3679
3533
|
}
|
|
3680
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3681
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3682
|
-
/* stylelint-disable */
|
|
3683
|
-
}
|
|
3684
3534
|
.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,
|
|
3685
3535
|
.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 {
|
|
3686
3536
|
margin: 0 0 0 6px;
|
|
@@ -3829,7 +3679,6 @@
|
|
|
3829
3679
|
background-color: #292827;
|
|
3830
3680
|
}
|
|
3831
3681
|
|
|
3832
|
-
/* stylelint-disable */
|
|
3833
3682
|
*.e-rtl .e-select-table {
|
|
3834
3683
|
padding: 8px 5px;
|
|
3835
3684
|
}
|
|
@@ -3868,8 +3717,6 @@
|
|
|
3868
3717
|
font-size: 14px;
|
|
3869
3718
|
max-width: 700px;
|
|
3870
3719
|
min-width: 300px;
|
|
3871
|
-
/* stylelint-enable */
|
|
3872
|
-
/* stylelint-enable */
|
|
3873
3720
|
}
|
|
3874
3721
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3875
3722
|
display: -ms-flexbox;
|
|
@@ -3992,8 +3839,6 @@
|
|
|
3992
3839
|
display: -ms-flexbox;
|
|
3993
3840
|
display: flex;
|
|
3994
3841
|
padding-right: 18px;
|
|
3995
|
-
/* stylelint-disable */
|
|
3996
|
-
/* stylelint-enable */
|
|
3997
3842
|
}
|
|
3998
3843
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3999
3844
|
-ms-flex: auto;
|
|
@@ -4005,9 +3850,7 @@
|
|
|
4005
3850
|
color: #a19f9d;
|
|
4006
3851
|
cursor: pointer;
|
|
4007
3852
|
font-size: 14px;
|
|
4008
|
-
/* stylelint-disable */
|
|
4009
3853
|
height: 20px !important;
|
|
4010
|
-
/* stylelint-enable */
|
|
4011
3854
|
padding: 6px 0 0 4px;
|
|
4012
3855
|
width: 20px;
|
|
4013
3856
|
}
|
|
@@ -4044,13 +3887,9 @@
|
|
|
4044
3887
|
}
|
|
4045
3888
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4046
3889
|
overflow: hidden;
|
|
4047
|
-
/* stylelint-disable */
|
|
4048
|
-
/* stylelint-enable */
|
|
4049
3890
|
}
|
|
4050
3891
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4051
3892
|
margin-left: -30px;
|
|
4052
|
-
/* stylelint-disable */
|
|
4053
|
-
/* stylelint-enable */
|
|
4054
3893
|
}
|
|
4055
3894
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4056
3895
|
cursor: default;
|
|
@@ -4560,8 +4399,6 @@
|
|
|
4560
4399
|
}
|
|
4561
4400
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4562
4401
|
height: 369px;
|
|
4563
|
-
/* stylelint-disable */
|
|
4564
|
-
/* stylelint-enable */
|
|
4565
4402
|
}
|
|
4566
4403
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4567
4404
|
height: 392px !important;
|
|
@@ -4585,7 +4422,6 @@
|
|
|
4585
4422
|
display: -ms-flexbox;
|
|
4586
4423
|
display: flex;
|
|
4587
4424
|
padding: 10px 18px;
|
|
4588
|
-
/* stylelint-disable */
|
|
4589
4425
|
}
|
|
4590
4426
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4591
4427
|
float: right;
|
|
@@ -4622,8 +4458,6 @@
|
|
|
4622
4458
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4623
4459
|
margin-left: 0;
|
|
4624
4460
|
margin-right: -30px;
|
|
4625
|
-
/* stylelint-disable */
|
|
4626
|
-
/* stylelint-enable */
|
|
4627
4461
|
}
|
|
4628
4462
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4629
4463
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4654,8 +4488,6 @@
|
|
|
4654
4488
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4655
4489
|
padding-left: 18px;
|
|
4656
4490
|
padding-right: 0;
|
|
4657
|
-
/* stylelint-disable */
|
|
4658
|
-
/* stylelint-enable */
|
|
4659
4491
|
}
|
|
4660
4492
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4661
4493
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4741,10 +4573,8 @@
|
|
|
4741
4573
|
}
|
|
4742
4574
|
.e-pivotfieldlist-container.e-device {
|
|
4743
4575
|
height: 100%;
|
|
4744
|
-
/* stylelint-disable */
|
|
4745
4576
|
max-height: 100% !important;
|
|
4746
4577
|
max-width: 100% !important;
|
|
4747
|
-
/* stylelint-enable */
|
|
4748
4578
|
min-height: 500px;
|
|
4749
4579
|
width: 100%;
|
|
4750
4580
|
}
|
|
@@ -4849,8 +4679,6 @@
|
|
|
4849
4679
|
padding: 9px 16px;
|
|
4850
4680
|
text-transform: none;
|
|
4851
4681
|
width: 100%;
|
|
4852
|
-
/* stylelint-disable */
|
|
4853
|
-
/* stylelint-enable */
|
|
4854
4682
|
}
|
|
4855
4683
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4856
4684
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5040,10 +4868,6 @@
|
|
|
5040
4868
|
vertical-align: middle;
|
|
5041
4869
|
width: 70%;
|
|
5042
4870
|
}
|
|
5043
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5044
|
-
/* stylelint-disable */
|
|
5045
|
-
/* stylelint-enable */
|
|
5046
|
-
}
|
|
5047
4871
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5048
4872
|
background-color: #1b1a19;
|
|
5049
4873
|
border: 1px solid #292827;
|
|
@@ -5091,10 +4915,6 @@
|
|
|
5091
4915
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5092
4916
|
margin-right: 12px;
|
|
5093
4917
|
}
|
|
5094
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5095
|
-
/* stylelint-disable */
|
|
5096
|
-
/* stylelint-enable */
|
|
5097
|
-
}
|
|
5098
4918
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5099
4919
|
left: 16px;
|
|
5100
4920
|
right: auto;
|
|
@@ -5244,10 +5064,6 @@
|
|
|
5244
5064
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5245
5065
|
max-height: 600px;
|
|
5246
5066
|
}
|
|
5247
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5248
|
-
/* stylelint-disable */
|
|
5249
|
-
/* stylelint-enable */
|
|
5250
|
-
}
|
|
5251
5067
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5252
5068
|
margin-left: 12px;
|
|
5253
5069
|
margin-right: 0;
|
|
@@ -5268,11 +5084,6 @@
|
|
|
5268
5084
|
margin-left: 20px;
|
|
5269
5085
|
}
|
|
5270
5086
|
|
|
5271
|
-
/* stylelint-disable */
|
|
5272
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5273
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5274
|
-
/* stylelint-enable */
|
|
5275
|
-
}
|
|
5276
5087
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5277
5088
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5278
5089
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5428,16 +5239,6 @@
|
|
|
5428
5239
|
margin-top: 4px;
|
|
5429
5240
|
padding: 0 12px;
|
|
5430
5241
|
}
|
|
5431
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5432
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5433
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5434
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5435
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5436
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5437
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5438
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5439
|
-
/* stylelint-disable */
|
|
5440
|
-
}
|
|
5441
5242
|
.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,
|
|
5442
5243
|
.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,
|
|
5443
5244
|
.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,
|
|
@@ -5449,7 +5250,6 @@
|
|
|
5449
5250
|
font-size: 14px;
|
|
5450
5251
|
height: 36px !important;
|
|
5451
5252
|
padding: 9px 16px !important;
|
|
5452
|
-
/* stylelint-enable */
|
|
5453
5253
|
}
|
|
5454
5254
|
.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,
|
|
5455
5255
|
.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,
|
|
@@ -5574,10 +5374,6 @@
|
|
|
5574
5374
|
.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 {
|
|
5575
5375
|
padding-top: 7px;
|
|
5576
5376
|
}
|
|
5577
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5578
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5579
|
-
/* stylelint-disable */
|
|
5580
|
-
}
|
|
5581
5377
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5582
5378
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5583
5379
|
padding-left: 16px;
|
|
@@ -5590,7 +5386,6 @@
|
|
|
5590
5386
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5591
5387
|
padding-left: 0;
|
|
5592
5388
|
padding-right: 5px;
|
|
5593
|
-
/* stylelint-enable */
|
|
5594
5389
|
}
|
|
5595
5390
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5596
5391
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5629,8 +5424,6 @@
|
|
|
5629
5424
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5630
5425
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5631
5426
|
padding-left: 20px;
|
|
5632
|
-
/* stylelint-disable */
|
|
5633
|
-
/* stylelint-enable */
|
|
5634
5427
|
}
|
|
5635
5428
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5636
5429
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5702,10 +5495,6 @@
|
|
|
5702
5495
|
padding-left: 0;
|
|
5703
5496
|
padding-right: 4px;
|
|
5704
5497
|
}
|
|
5705
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5706
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5707
|
-
/* stylelint-disable */
|
|
5708
|
-
}
|
|
5709
5498
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5710
5499
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5711
5500
|
max-height: 750px;
|
|
@@ -5742,6 +5531,4 @@
|
|
|
5742
5531
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5743
5532
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5744
5533
|
max-height: 184px;
|
|
5745
|
-
}
|
|
5746
|
-
|
|
5747
|
-
/* stylelint-enable */
|
|
5534
|
+
}
|