@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
|
@@ -153,12 +153,6 @@
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/*! PivotView layout */
|
|
156
|
-
.e-pivotview {
|
|
157
|
-
/* stylelint-disable */
|
|
158
|
-
/* stylelint-enable */
|
|
159
|
-
/* stylelint-enable */
|
|
160
|
-
/* stylelint-disable */
|
|
161
|
-
}
|
|
162
156
|
.e-pivotview .e-value-field-settings,
|
|
163
157
|
.e-pivotview .e-member-editor-dialog,
|
|
164
158
|
.e-pivotview .e-group-field-settings {
|
|
@@ -233,7 +227,6 @@
|
|
|
233
227
|
}
|
|
234
228
|
.e-pivotview .e-member-editor-dialog {
|
|
235
229
|
min-width: 320px;
|
|
236
|
-
/* stylelint-disable */
|
|
237
230
|
}
|
|
238
231
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
239
232
|
display: -ms-flexbox;
|
|
@@ -250,7 +243,6 @@
|
|
|
250
243
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
251
244
|
box-shadow: none;
|
|
252
245
|
margin-left: 10px;
|
|
253
|
-
/* stylelint-disable */
|
|
254
246
|
}
|
|
255
247
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
256
248
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -342,7 +334,6 @@
|
|
|
342
334
|
}
|
|
343
335
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
344
336
|
border: none;
|
|
345
|
-
/* stylelint-enable */
|
|
346
337
|
}
|
|
347
338
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
348
339
|
margin: 0 0 0 6px;
|
|
@@ -587,16 +578,13 @@
|
|
|
587
578
|
}
|
|
588
579
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
589
580
|
margin-left: 18px !important;
|
|
590
|
-
/* stylelint-enable */
|
|
591
581
|
}
|
|
592
582
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
593
|
-
/* stylelint-disable */
|
|
594
583
|
padding: 0 !important;
|
|
595
584
|
}
|
|
596
585
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
597
586
|
float: left;
|
|
598
587
|
font-weight: 500;
|
|
599
|
-
/* stylelint-enable */
|
|
600
588
|
}
|
|
601
589
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
602
590
|
float: right;
|
|
@@ -625,7 +613,6 @@
|
|
|
625
613
|
}
|
|
626
614
|
|
|
627
615
|
.e-pivotview-report-dialog {
|
|
628
|
-
/* stylelint-disable */
|
|
629
616
|
max-width: 350px !important;
|
|
630
617
|
}
|
|
631
618
|
|
|
@@ -645,7 +632,6 @@
|
|
|
645
632
|
max-width: 500px !important;
|
|
646
633
|
}
|
|
647
634
|
|
|
648
|
-
/* stylelint-enable */
|
|
649
635
|
.e-report-outer {
|
|
650
636
|
display: inline-block;
|
|
651
637
|
width: 100%;
|
|
@@ -658,7 +644,6 @@
|
|
|
658
644
|
padding-left: 12px;
|
|
659
645
|
}
|
|
660
646
|
|
|
661
|
-
/* stylelint-disable */
|
|
662
647
|
.e-pivotview-report-input {
|
|
663
648
|
float: right;
|
|
664
649
|
width: 60% !important;
|
|
@@ -680,16 +665,11 @@
|
|
|
680
665
|
font-size: 18px !important;
|
|
681
666
|
}
|
|
682
667
|
|
|
683
|
-
/* stylelint-enable */
|
|
684
668
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
685
669
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
686
670
|
white-space: nowrap;
|
|
687
671
|
}
|
|
688
672
|
|
|
689
|
-
.e-drillthrough-dialog {
|
|
690
|
-
/* stylelint-disable */
|
|
691
|
-
/* stylelint-enable */
|
|
692
|
-
}
|
|
693
673
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
694
674
|
margin-bottom: 20px;
|
|
695
675
|
margin-bottom: 18px;
|
|
@@ -711,13 +691,6 @@
|
|
|
711
691
|
flex-wrap: wrap;
|
|
712
692
|
}
|
|
713
693
|
|
|
714
|
-
.e-bigger .e-pivotview,
|
|
715
|
-
.e-bigger.e-pivotview {
|
|
716
|
-
/* stylelint-disable */
|
|
717
|
-
/* stylelint-enable */
|
|
718
|
-
/* stylelint-disable */
|
|
719
|
-
/* stylelint-enable */
|
|
720
|
-
}
|
|
721
694
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
722
695
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
723
696
|
height: 139px;
|
|
@@ -872,18 +845,6 @@
|
|
|
872
845
|
}
|
|
873
846
|
|
|
874
847
|
/*! PivotView theme */
|
|
875
|
-
.e-pivotview {
|
|
876
|
-
/* stylelint-enable */
|
|
877
|
-
/* stylelint-disable */
|
|
878
|
-
/* stylelint-enable */
|
|
879
|
-
/* stylelint-disable */
|
|
880
|
-
/* stylelint-enable */
|
|
881
|
-
/* stylelint-disable */
|
|
882
|
-
/* stylelint-enable */
|
|
883
|
-
/* stylelint-disable */
|
|
884
|
-
/* stylelint-enable */
|
|
885
|
-
/* stylelint-enable */
|
|
886
|
-
}
|
|
887
848
|
.e-pivotview .e-nextspan {
|
|
888
849
|
display: inline-block;
|
|
889
850
|
width: 18px;
|
|
@@ -904,7 +865,6 @@
|
|
|
904
865
|
text-align: right;
|
|
905
866
|
}
|
|
906
867
|
.e-pivotview .e-grid .e-rowcell {
|
|
907
|
-
/* stylelint-disable */
|
|
908
868
|
font-size: 14px !important;
|
|
909
869
|
padding-left: 8px;
|
|
910
870
|
-webkit-user-select: none;
|
|
@@ -1120,18 +1080,12 @@
|
|
|
1120
1080
|
}
|
|
1121
1081
|
.e-pivotview .e-rowcell {
|
|
1122
1082
|
opacity: 1;
|
|
1123
|
-
/* stylelint-disable */
|
|
1124
|
-
/* stylelint-enable */
|
|
1125
1083
|
}
|
|
1126
1084
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1127
1085
|
-webkit-user-select: none;
|
|
1128
1086
|
-ms-user-select: none;
|
|
1129
1087
|
user-select: none;
|
|
1130
1088
|
}
|
|
1131
|
-
.e-pivotview .e-grouping-bar {
|
|
1132
|
-
/* stylelint-disable */
|
|
1133
|
-
/* stylelint-enable */
|
|
1134
|
-
}
|
|
1135
1089
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1136
1090
|
-ms-flex: auto;
|
|
1137
1091
|
flex: auto;
|
|
@@ -1292,9 +1246,7 @@
|
|
|
1292
1246
|
border: 1px solid #495057;
|
|
1293
1247
|
border-radius: 4px;
|
|
1294
1248
|
box-shadow: none;
|
|
1295
|
-
/* stylelint-disable */
|
|
1296
1249
|
color: #e9ecef !important;
|
|
1297
|
-
/* stylelint-enable */
|
|
1298
1250
|
cursor: default;
|
|
1299
1251
|
display: -ms-flexbox;
|
|
1300
1252
|
display: flex;
|
|
@@ -1305,8 +1257,6 @@
|
|
|
1305
1257
|
text-transform: none;
|
|
1306
1258
|
vertical-align: bottom;
|
|
1307
1259
|
z-index: 1;
|
|
1308
|
-
/* stylelint-disable */
|
|
1309
|
-
/* stylelint-enable */
|
|
1310
1260
|
}
|
|
1311
1261
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1312
1262
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1647,12 +1597,6 @@
|
|
|
1647
1597
|
.e-pivotview .e-expand::before {
|
|
1648
1598
|
font-size: 20px;
|
|
1649
1599
|
}
|
|
1650
|
-
.e-pivotview.e-rtl {
|
|
1651
|
-
/* stylelint-disable */
|
|
1652
|
-
/* stylelint-enable */
|
|
1653
|
-
/* stylelint-disable */
|
|
1654
|
-
/* stylelint-enable */
|
|
1655
|
-
}
|
|
1656
1600
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1657
1601
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1658
1602
|
margin-left: 0;
|
|
@@ -1724,10 +1668,8 @@
|
|
|
1724
1668
|
padding-right: 8px;
|
|
1725
1669
|
}
|
|
1726
1670
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1727
|
-
/* stylelint-disable */
|
|
1728
1671
|
padding-left: 8px;
|
|
1729
1672
|
padding-right: 0;
|
|
1730
|
-
/* stylelint-enable */
|
|
1731
1673
|
}
|
|
1732
1674
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1733
1675
|
margin-left: 4px;
|
|
@@ -1750,9 +1692,6 @@
|
|
|
1750
1692
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1751
1693
|
float: left;
|
|
1752
1694
|
}
|
|
1753
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1754
|
-
/* stylelint-disable */
|
|
1755
|
-
}
|
|
1756
1695
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1757
1696
|
line-height: 1em !important;
|
|
1758
1697
|
}
|
|
@@ -1830,13 +1769,6 @@
|
|
|
1830
1769
|
margin-right: 5px;
|
|
1831
1770
|
}
|
|
1832
1771
|
|
|
1833
|
-
.e-bigger .e-pivotview,
|
|
1834
|
-
.e-bigger.e-pivotview {
|
|
1835
|
-
/* stylelint-disable */
|
|
1836
|
-
/* stylelint-enable */
|
|
1837
|
-
/* stylelint-disable */
|
|
1838
|
-
/* stylelint-enable */
|
|
1839
|
-
}
|
|
1840
1772
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1841
1773
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1842
1774
|
margin: 4px;
|
|
@@ -1899,10 +1831,6 @@
|
|
|
1899
1831
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1900
1832
|
margin-top: 0;
|
|
1901
1833
|
}
|
|
1902
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1903
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1904
|
-
/* stylelint-enable */
|
|
1905
|
-
}
|
|
1906
1834
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1907
1835
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1908
1836
|
height: 36px !important;
|
|
@@ -1943,7 +1871,6 @@
|
|
|
1943
1871
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1944
1872
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1945
1873
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1946
|
-
/* stylelint-disable */
|
|
1947
1874
|
font-size: 14px !important;
|
|
1948
1875
|
height: 20px;
|
|
1949
1876
|
margin-top: 2px;
|
|
@@ -2074,15 +2001,8 @@
|
|
|
2074
2001
|
}
|
|
2075
2002
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2076
2003
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2077
|
-
/* stylelint-disable */
|
|
2078
2004
|
font-size: 16px !important;
|
|
2079
2005
|
}
|
|
2080
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2081
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2082
|
-
/* stylelint-enable */
|
|
2083
|
-
/* stylelint-disable */
|
|
2084
|
-
/* stylelint-enable */
|
|
2085
|
-
}
|
|
2086
2006
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2087
2007
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2088
2008
|
padding-right: 10px !important;
|
|
@@ -2161,10 +2081,6 @@
|
|
|
2161
2081
|
content: "\e774";
|
|
2162
2082
|
}
|
|
2163
2083
|
|
|
2164
|
-
.e-pivot-calc-dialog-div {
|
|
2165
|
-
/* stylelint-disable */
|
|
2166
|
-
/* stylelint-enable */
|
|
2167
|
-
}
|
|
2168
2084
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2169
2085
|
content: "\e726";
|
|
2170
2086
|
}
|
|
@@ -2263,11 +2179,6 @@
|
|
|
2263
2179
|
content: "\e7d8" !important;
|
|
2264
2180
|
}
|
|
2265
2181
|
|
|
2266
|
-
.e-pivotfieldlist-wrapper,
|
|
2267
|
-
.e-pivotfieldlist-container {
|
|
2268
|
-
/* stylelint-disable */
|
|
2269
|
-
/* stylelint-enable */
|
|
2270
|
-
}
|
|
2271
2182
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2272
2183
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2273
2184
|
content: "\e773";
|
|
@@ -2462,10 +2373,8 @@
|
|
|
2462
2373
|
}
|
|
2463
2374
|
|
|
2464
2375
|
.e-pivot-formatting-dialog {
|
|
2465
|
-
/* stylelint-disable */
|
|
2466
2376
|
max-height: 480px !important;
|
|
2467
2377
|
width: 628px !important;
|
|
2468
|
-
/* stylelint-enable */
|
|
2469
2378
|
}
|
|
2470
2379
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2471
2380
|
padding-bottom: 4px;
|
|
@@ -2514,9 +2423,7 @@
|
|
|
2514
2423
|
float: right;
|
|
2515
2424
|
padding-right: 12px;
|
|
2516
2425
|
padding-top: 12px;
|
|
2517
|
-
/* stylelint-disable */
|
|
2518
2426
|
color: #fff !important;
|
|
2519
|
-
/* stylelint-enable */
|
|
2520
2427
|
}
|
|
2521
2428
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
2522
2429
|
.e-pivot-formatting-dialog .e-format-delete-button:focus,
|
|
@@ -2544,9 +2451,7 @@
|
|
|
2544
2451
|
border: 1px solid #444c54;
|
|
2545
2452
|
border-radius: 4px;
|
|
2546
2453
|
height: 28px;
|
|
2547
|
-
/* stylelint-disable */
|
|
2548
2454
|
margin: 0 !important;
|
|
2549
|
-
/* stylelint-enable */
|
|
2550
2455
|
padding-left: 6px;
|
|
2551
2456
|
padding-top: 6px;
|
|
2552
2457
|
width: 80px;
|
|
@@ -2555,9 +2460,7 @@
|
|
|
2555
2460
|
background: none;
|
|
2556
2461
|
margin: 0 2px;
|
|
2557
2462
|
width: 14px;
|
|
2558
|
-
/* stylelint-disable */
|
|
2559
2463
|
color: #fff !important;
|
|
2560
|
-
/* stylelint-enable */
|
|
2561
2464
|
}
|
|
2562
2465
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2563
2466
|
color: #adb5bd !important;
|
|
@@ -2573,9 +2476,7 @@
|
|
|
2573
2476
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2574
2477
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2575
2478
|
border: 1px solid #444c54;
|
|
2576
|
-
/* stylelint-disable */
|
|
2577
2479
|
border-radius: 0 !important;
|
|
2578
|
-
/* stylelint-enable */
|
|
2579
2480
|
height: 40%;
|
|
2580
2481
|
left: -3px;
|
|
2581
2482
|
position: absolute;
|
|
@@ -2583,10 +2484,8 @@
|
|
|
2583
2484
|
width: 150%;
|
|
2584
2485
|
}
|
|
2585
2486
|
.e-pivot-formatting-dialog.e-device {
|
|
2586
|
-
/* stylelint-disable */
|
|
2587
2487
|
min-width: 320px !important;
|
|
2588
2488
|
width: 100% !important;
|
|
2589
|
-
/* stylelint-enable */
|
|
2590
2489
|
}
|
|
2591
2490
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2592
2491
|
width: 100% !important;
|
|
@@ -2635,11 +2534,7 @@
|
|
|
2635
2534
|
|
|
2636
2535
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2637
2536
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2638
|
-
/* stylelint-disable */
|
|
2639
2537
|
width: 680px !important;
|
|
2640
|
-
/* stylelint-enable */
|
|
2641
|
-
/* stylelint-disable */
|
|
2642
|
-
/* stylelint-enable */
|
|
2643
2538
|
}
|
|
2644
2539
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2645
2540
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2679,10 +2574,8 @@
|
|
|
2679
2574
|
}
|
|
2680
2575
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2681
2576
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2682
|
-
/* stylelint-disable */
|
|
2683
2577
|
min-width: 320px !important;
|
|
2684
2578
|
width: 100% !important;
|
|
2685
|
-
/* stylelint-enable */
|
|
2686
2579
|
}
|
|
2687
2580
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2688
2581
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2701,14 +2594,8 @@
|
|
|
2701
2594
|
}
|
|
2702
2595
|
|
|
2703
2596
|
.e-pivot-calc-dialog-div {
|
|
2704
|
-
/* stylelint-disable */
|
|
2705
2597
|
max-height: 550px !important;
|
|
2706
|
-
/* stylelint-enable */
|
|
2707
2598
|
min-width: 290px;
|
|
2708
|
-
/* stylelint-disable */
|
|
2709
|
-
/* stylelint-enable */
|
|
2710
|
-
/* stylelint-disable */
|
|
2711
|
-
/* stylelint-enable */
|
|
2712
2599
|
}
|
|
2713
2600
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2714
2601
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2753,11 +2640,9 @@
|
|
|
2753
2640
|
color: #adb5bd;
|
|
2754
2641
|
}
|
|
2755
2642
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2756
|
-
/* stylelint-disable */
|
|
2757
2643
|
float: right !important;
|
|
2758
2644
|
margin: 0;
|
|
2759
2645
|
margin-right: 12px !important;
|
|
2760
|
-
/* stylelint-enable */
|
|
2761
2646
|
}
|
|
2762
2647
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2763
2648
|
cursor: default;
|
|
@@ -2917,7 +2802,7 @@
|
|
|
2917
2802
|
display: inline-block;
|
|
2918
2803
|
height: 460px;
|
|
2919
2804
|
overflow: auto;
|
|
2920
|
-
width:
|
|
2805
|
+
width: 100% !important;
|
|
2921
2806
|
}
|
|
2922
2807
|
.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 {
|
|
2923
2808
|
display: inline-table;
|
|
@@ -3045,11 +2930,8 @@
|
|
|
3045
2930
|
|
|
3046
2931
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3047
2932
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3048
|
-
/* stylelint-disable */
|
|
3049
2933
|
max-height: 600px !important;
|
|
3050
2934
|
min-width: 401px !important;
|
|
3051
|
-
/* stylelint-enable */
|
|
3052
|
-
/* stylelint-disable */
|
|
3053
2935
|
}
|
|
3054
2936
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3055
2937
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3134,9 +3016,6 @@
|
|
|
3134
3016
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3135
3017
|
max-width: 400px !important;
|
|
3136
3018
|
min-width: 320px !important;
|
|
3137
|
-
/* stylelint-enable */
|
|
3138
|
-
/* stylelint-disable */
|
|
3139
|
-
/* stylelint-enable */
|
|
3140
3019
|
}
|
|
3141
3020
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3142
3021
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3174,10 +3053,8 @@
|
|
|
3174
3053
|
}
|
|
3175
3054
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3176
3055
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3177
|
-
/* stylelint-disable */
|
|
3178
3056
|
margin-left: -22px;
|
|
3179
3057
|
overflow: auto !important;
|
|
3180
|
-
/* stylelint-enable */
|
|
3181
3058
|
}
|
|
3182
3059
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3183
3060
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3196,10 +3073,6 @@
|
|
|
3196
3073
|
margin-left: 0;
|
|
3197
3074
|
margin-right: -22px;
|
|
3198
3075
|
}
|
|
3199
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3200
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3201
|
-
/* stylelint-disable */
|
|
3202
|
-
}
|
|
3203
3076
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3204
3077
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3205
3078
|
margin-left: 0;
|
|
@@ -3261,7 +3134,6 @@
|
|
|
3261
3134
|
}
|
|
3262
3135
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3263
3136
|
border: 0;
|
|
3264
|
-
/* stylelint-enable */
|
|
3265
3137
|
}
|
|
3266
3138
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3267
3139
|
margin: 0 0 0 6px;
|
|
@@ -3290,8 +3162,6 @@
|
|
|
3290
3162
|
overflow: auto;
|
|
3291
3163
|
padding: 20px;
|
|
3292
3164
|
padding-bottom: 0;
|
|
3293
|
-
/* stylelint-disable */
|
|
3294
|
-
/* stylelint-enable */
|
|
3295
3165
|
}
|
|
3296
3166
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3297
3167
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3330,9 +3200,6 @@
|
|
|
3330
3200
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3331
3201
|
float: right;
|
|
3332
3202
|
}
|
|
3333
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3334
|
-
/* stylelint-disable */
|
|
3335
|
-
}
|
|
3336
3203
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3337
3204
|
margin-left: 0;
|
|
3338
3205
|
}
|
|
@@ -3470,7 +3337,6 @@
|
|
|
3470
3337
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3471
3338
|
overflow: hidden;
|
|
3472
3339
|
padding: 0 !important;
|
|
3473
|
-
/* stylelint-enable */
|
|
3474
3340
|
}
|
|
3475
3341
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3476
3342
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3542,11 +3408,6 @@
|
|
|
3542
3408
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3543
3409
|
padding-right: 0;
|
|
3544
3410
|
}
|
|
3545
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3546
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3547
|
-
/* stylelint-disable */
|
|
3548
|
-
/* stylelint-enable */
|
|
3549
|
-
}
|
|
3550
3411
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3551
3412
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3552
3413
|
padding-left: 24px;
|
|
@@ -3596,7 +3457,6 @@
|
|
|
3596
3457
|
padding: 4px;
|
|
3597
3458
|
}
|
|
3598
3459
|
|
|
3599
|
-
/* stylelint-disable */
|
|
3600
3460
|
.e-button-drag-clone {
|
|
3601
3461
|
background-color: #495057 !important;
|
|
3602
3462
|
border: 1px solid #495057;
|
|
@@ -3636,12 +3496,6 @@
|
|
|
3636
3496
|
width: auto !important;
|
|
3637
3497
|
}
|
|
3638
3498
|
|
|
3639
|
-
/* stylelint-enable */
|
|
3640
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3641
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3642
|
-
/* stylelint-disable */
|
|
3643
|
-
/* stylelint-enable */
|
|
3644
|
-
}
|
|
3645
3499
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3646
3500
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3647
3501
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3706,10 +3560,6 @@
|
|
|
3706
3560
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3707
3561
|
margin-left: 10px;
|
|
3708
3562
|
}
|
|
3709
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3710
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3711
|
-
/* stylelint-disable */
|
|
3712
|
-
}
|
|
3713
3563
|
.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,
|
|
3714
3564
|
.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 {
|
|
3715
3565
|
margin: 0 0 0 6px;
|
|
@@ -3858,7 +3708,6 @@
|
|
|
3858
3708
|
background-color: #495057;
|
|
3859
3709
|
}
|
|
3860
3710
|
|
|
3861
|
-
/* stylelint-disable */
|
|
3862
3711
|
*.e-rtl .e-select-table {
|
|
3863
3712
|
padding: 8px 5px;
|
|
3864
3713
|
}
|
|
@@ -3897,8 +3746,6 @@
|
|
|
3897
3746
|
font-size: 14px;
|
|
3898
3747
|
max-width: 700px;
|
|
3899
3748
|
min-width: 300px;
|
|
3900
|
-
/* stylelint-enable */
|
|
3901
|
-
/* stylelint-enable */
|
|
3902
3749
|
}
|
|
3903
3750
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3904
3751
|
display: -ms-flexbox;
|
|
@@ -4024,8 +3871,6 @@
|
|
|
4024
3871
|
display: -ms-flexbox;
|
|
4025
3872
|
display: flex;
|
|
4026
3873
|
padding-right: 18px;
|
|
4027
|
-
/* stylelint-disable */
|
|
4028
|
-
/* stylelint-enable */
|
|
4029
3874
|
}
|
|
4030
3875
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4031
3876
|
-ms-flex: auto;
|
|
@@ -4037,9 +3882,7 @@
|
|
|
4037
3882
|
color: #ced4da;
|
|
4038
3883
|
cursor: pointer;
|
|
4039
3884
|
font-size: 14px;
|
|
4040
|
-
/* stylelint-disable */
|
|
4041
3885
|
height: 20px !important;
|
|
4042
|
-
/* stylelint-enable */
|
|
4043
3886
|
padding: 6px 0 0 4px;
|
|
4044
3887
|
width: 20px;
|
|
4045
3888
|
}
|
|
@@ -4072,13 +3915,9 @@
|
|
|
4072
3915
|
}
|
|
4073
3916
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4074
3917
|
overflow: hidden;
|
|
4075
|
-
/* stylelint-disable */
|
|
4076
|
-
/* stylelint-enable */
|
|
4077
3918
|
}
|
|
4078
3919
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4079
3920
|
margin-left: -30px;
|
|
4080
|
-
/* stylelint-disable */
|
|
4081
|
-
/* stylelint-enable */
|
|
4082
3921
|
}
|
|
4083
3922
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4084
3923
|
cursor: default;
|
|
@@ -4591,8 +4430,6 @@
|
|
|
4591
4430
|
}
|
|
4592
4431
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4593
4432
|
height: 369px;
|
|
4594
|
-
/* stylelint-disable */
|
|
4595
|
-
/* stylelint-enable */
|
|
4596
4433
|
}
|
|
4597
4434
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4598
4435
|
height: 392px !important;
|
|
@@ -4616,7 +4453,6 @@
|
|
|
4616
4453
|
display: -ms-flexbox;
|
|
4617
4454
|
display: flex;
|
|
4618
4455
|
padding: 10px 18px;
|
|
4619
|
-
/* stylelint-disable */
|
|
4620
4456
|
}
|
|
4621
4457
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4622
4458
|
float: right;
|
|
@@ -4653,8 +4489,6 @@
|
|
|
4653
4489
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4654
4490
|
margin-left: 0;
|
|
4655
4491
|
margin-right: -30px;
|
|
4656
|
-
/* stylelint-disable */
|
|
4657
|
-
/* stylelint-enable */
|
|
4658
4492
|
}
|
|
4659
4493
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4660
4494
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -4685,8 +4519,6 @@
|
|
|
4685
4519
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4686
4520
|
padding-left: 18px;
|
|
4687
4521
|
padding-right: 0;
|
|
4688
|
-
/* stylelint-disable */
|
|
4689
|
-
/* stylelint-enable */
|
|
4690
4522
|
}
|
|
4691
4523
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4692
4524
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4768,10 +4600,8 @@
|
|
|
4768
4600
|
}
|
|
4769
4601
|
.e-pivotfieldlist-container.e-device {
|
|
4770
4602
|
height: 100%;
|
|
4771
|
-
/* stylelint-disable */
|
|
4772
4603
|
max-height: 100% !important;
|
|
4773
4604
|
max-width: 100% !important;
|
|
4774
|
-
/* stylelint-enable */
|
|
4775
4605
|
min-height: 500px;
|
|
4776
4606
|
width: 100%;
|
|
4777
4607
|
}
|
|
@@ -4878,8 +4708,6 @@
|
|
|
4878
4708
|
width: 100%;
|
|
4879
4709
|
background-color: #212529;
|
|
4880
4710
|
color: #fff;
|
|
4881
|
-
/* stylelint-disable */
|
|
4882
|
-
/* stylelint-enable */
|
|
4883
4711
|
}
|
|
4884
4712
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4885
4713
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5073,10 +4901,6 @@
|
|
|
5073
4901
|
width: 70%;
|
|
5074
4902
|
color: #fff;
|
|
5075
4903
|
}
|
|
5076
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5077
|
-
/* stylelint-disable */
|
|
5078
|
-
/* stylelint-enable */
|
|
5079
|
-
}
|
|
5080
4904
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5081
4905
|
background-color: #212529;
|
|
5082
4906
|
border: 1px solid #444c54;
|
|
@@ -5124,10 +4948,6 @@
|
|
|
5124
4948
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5125
4949
|
margin-right: 12px;
|
|
5126
4950
|
}
|
|
5127
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5128
|
-
/* stylelint-disable */
|
|
5129
|
-
/* stylelint-enable */
|
|
5130
|
-
}
|
|
5131
4951
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5132
4952
|
left: 16px;
|
|
5133
4953
|
right: auto;
|
|
@@ -5278,10 +5098,6 @@
|
|
|
5278
5098
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5279
5099
|
max-height: 600px;
|
|
5280
5100
|
}
|
|
5281
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5282
|
-
/* stylelint-disable */
|
|
5283
|
-
/* stylelint-enable */
|
|
5284
|
-
}
|
|
5285
5101
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5286
5102
|
margin-left: 12px;
|
|
5287
5103
|
margin-right: 0;
|
|
@@ -5302,11 +5118,6 @@
|
|
|
5302
5118
|
margin-left: 20px;
|
|
5303
5119
|
}
|
|
5304
5120
|
|
|
5305
|
-
/* stylelint-disable */
|
|
5306
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5307
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5308
|
-
/* stylelint-enable */
|
|
5309
|
-
}
|
|
5310
5121
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5311
5122
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5312
5123
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5458,16 +5269,6 @@
|
|
|
5458
5269
|
margin-top: 4px;
|
|
5459
5270
|
padding: 0 12px;
|
|
5460
5271
|
}
|
|
5461
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5462
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5463
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5464
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5465
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5466
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5467
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5468
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5469
|
-
/* stylelint-disable */
|
|
5470
|
-
}
|
|
5471
5272
|
.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,
|
|
5472
5273
|
.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,
|
|
5473
5274
|
.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,
|
|
@@ -5479,7 +5280,6 @@
|
|
|
5479
5280
|
font-size: 14px;
|
|
5480
5281
|
height: 36px !important;
|
|
5481
5282
|
padding: 9px 16px !important;
|
|
5482
|
-
/* stylelint-enable */
|
|
5483
5283
|
}
|
|
5484
5284
|
.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,
|
|
5485
5285
|
.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,
|
|
@@ -5604,10 +5404,6 @@
|
|
|
5604
5404
|
.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 {
|
|
5605
5405
|
padding-top: 7px;
|
|
5606
5406
|
}
|
|
5607
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5608
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5609
|
-
/* stylelint-disable */
|
|
5610
|
-
}
|
|
5611
5407
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5612
5408
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5613
5409
|
padding-left: 12px;
|
|
@@ -5620,7 +5416,6 @@
|
|
|
5620
5416
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5621
5417
|
padding-left: 0;
|
|
5622
5418
|
padding-right: 5px;
|
|
5623
|
-
/* stylelint-enable */
|
|
5624
5419
|
}
|
|
5625
5420
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5626
5421
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5659,8 +5454,6 @@
|
|
|
5659
5454
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5660
5455
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5661
5456
|
padding-left: 20px;
|
|
5662
|
-
/* stylelint-disable */
|
|
5663
|
-
/* stylelint-enable */
|
|
5664
5457
|
}
|
|
5665
5458
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5666
5459
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5728,10 +5521,6 @@
|
|
|
5728
5521
|
padding-left: 0;
|
|
5729
5522
|
padding-right: 4px;
|
|
5730
5523
|
}
|
|
5731
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5732
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5733
|
-
/* stylelint-disable */
|
|
5734
|
-
}
|
|
5735
5524
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5736
5525
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5737
5526
|
max-height: 750px;
|
|
@@ -5768,6 +5557,4 @@
|
|
|
5768
5557
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5769
5558
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5770
5559
|
max-height: 187px;
|
|
5771
|
-
}
|
|
5772
|
-
|
|
5773
|
-
/* stylelint-enable */
|
|
5560
|
+
}
|