@syncfusion/ej2-angular-pivotview 20.2.43-ngcc → 20.2.45
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +62 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +150 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +29 -15
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +215 -4
- package/styles/bootstrap.css +215 -4
- package/styles/bootstrap4.css +211 -5
- package/styles/bootstrap5-dark.css +217 -4
- package/styles/bootstrap5.css +217 -4
- package/styles/fabric-dark.css +215 -4
- package/styles/fabric.css +215 -4
- package/styles/fluent-dark.css +217 -4
- package/styles/fluent.css +217 -4
- package/styles/highcontrast-light.css +215 -4
- package/styles/highcontrast.css +215 -4
- package/styles/material-dark.css +215 -4
- package/styles/material.css +215 -4
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +186 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +186 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +190 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +186 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +187 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +187 -0
- package/styles/pivotfieldlist/_layout.scss +1848 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +187 -0
- package/styles/pivotfieldlist/_material-definition.scss +187 -0
- package/styles/pivotfieldlist/_material3-definition.scss +190 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +190 -0
- package/styles/pivotfieldlist/_theme.scss +1857 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +130 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.css +130 -1
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.css +125 -1
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +134 -1
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.css +134 -1
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.css +130 -1
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.css +130 -1
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.css +132 -1
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.css +132 -1
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.css +130 -1
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.css +130 -1
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_material.scss +358 -0
- package/styles/pivotfieldlist/icons/_material3.scss +353 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
- package/styles/pivotfieldlist/material-dark.css +130 -1
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.css +130 -1
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.css +132 -1
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.css +132 -1
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +131 -0
- package/styles/pivotview/_bootstrap-definition.scss +128 -0
- package/styles/pivotview/_bootstrap4-definition.scss +128 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +133 -0
- package/styles/pivotview/_fabric-dark-definition.scss +130 -0
- package/styles/pivotview/_fabric-definition.scss +127 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +133 -0
- package/styles/pivotview/_fusionnew-definition.scss +133 -0
- package/styles/pivotview/_highcontrast-definition.scss +126 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +127 -0
- package/styles/pivotview/_layout.scss +1072 -0
- package/styles/pivotview/_material-dark-definition.scss +134 -0
- package/styles/pivotview/_material-definition.scss +130 -0
- package/styles/pivotview/_material3-definition.scss +133 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +133 -0
- package/styles/pivotview/_theme.scss +1581 -0
- package/styles/pivotview/bootstrap-dark.css +85 -3
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +85 -3
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +86 -4
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +83 -3
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +83 -3
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +85 -3
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +85 -3
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +85 -3
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +85 -3
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +85 -3
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +85 -3
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +85 -3
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +85 -3
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +83 -3
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +83 -3
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +215 -4
- package/styles/tailwind.css +215 -4
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -395
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -696
- package/dist/ej2-angular-pivotview.umd.js +0 -667
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -125
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -157,6 +157,12 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
/*! PivotView layout */
|
|
160
|
+
.e-pivotview {
|
|
161
|
+
/* stylelint-disable */
|
|
162
|
+
/* stylelint-enable */
|
|
163
|
+
/* stylelint-enable */
|
|
164
|
+
/* stylelint-disable */
|
|
165
|
+
}
|
|
160
166
|
.e-pivotview .e-value-field-settings,
|
|
161
167
|
.e-pivotview .e-member-editor-dialog,
|
|
162
168
|
.e-pivotview .e-group-field-settings {
|
|
@@ -230,6 +236,7 @@
|
|
|
230
236
|
}
|
|
231
237
|
.e-pivotview .e-member-editor-dialog {
|
|
232
238
|
min-width: 320px;
|
|
239
|
+
/* stylelint-disable */
|
|
233
240
|
}
|
|
234
241
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
235
242
|
display: -ms-flexbox;
|
|
@@ -243,6 +250,7 @@
|
|
|
243
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
244
251
|
box-shadow: none;
|
|
245
252
|
margin-left: 10px;
|
|
253
|
+
/* stylelint-disable */
|
|
246
254
|
}
|
|
247
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
248
256
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -334,6 +342,7 @@
|
|
|
334
342
|
}
|
|
335
343
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
336
344
|
border: none;
|
|
345
|
+
/* stylelint-enable */
|
|
337
346
|
}
|
|
338
347
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
339
348
|
margin: 0 0 0 6px;
|
|
@@ -569,13 +578,16 @@
|
|
|
569
578
|
}
|
|
570
579
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
571
580
|
margin-left: 18px !important;
|
|
581
|
+
/* stylelint-enable */
|
|
572
582
|
}
|
|
573
583
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
584
|
+
/* stylelint-disable */
|
|
574
585
|
padding: 0 !important;
|
|
575
586
|
}
|
|
576
587
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
577
588
|
float: left;
|
|
578
589
|
font-weight: 500;
|
|
590
|
+
/* stylelint-enable */
|
|
579
591
|
}
|
|
580
592
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
581
593
|
float: right;
|
|
@@ -604,6 +616,7 @@
|
|
|
604
616
|
}
|
|
605
617
|
|
|
606
618
|
.e-pivotview-report-dialog {
|
|
619
|
+
/* stylelint-disable */
|
|
607
620
|
max-width: 350px !important;
|
|
608
621
|
}
|
|
609
622
|
|
|
@@ -623,6 +636,7 @@
|
|
|
623
636
|
max-width: 500px !important;
|
|
624
637
|
}
|
|
625
638
|
|
|
639
|
+
/* stylelint-enable */
|
|
626
640
|
.e-report-outer {
|
|
627
641
|
display: inline-block;
|
|
628
642
|
width: 100%;
|
|
@@ -634,6 +648,7 @@
|
|
|
634
648
|
width: 40%;
|
|
635
649
|
}
|
|
636
650
|
|
|
651
|
+
/* stylelint-disable */
|
|
637
652
|
.e-pivotview-report-input {
|
|
638
653
|
float: right;
|
|
639
654
|
width: 60% !important;
|
|
@@ -655,11 +670,16 @@
|
|
|
655
670
|
font-size: 18px !important;
|
|
656
671
|
}
|
|
657
672
|
|
|
673
|
+
/* stylelint-enable */
|
|
658
674
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
659
675
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
660
676
|
white-space: nowrap;
|
|
661
677
|
}
|
|
662
678
|
|
|
679
|
+
.e-drillthrough-dialog {
|
|
680
|
+
/* stylelint-disable */
|
|
681
|
+
/* stylelint-enable */
|
|
682
|
+
}
|
|
663
683
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
664
684
|
margin-bottom: 20px;
|
|
665
685
|
}
|
|
@@ -680,9 +700,18 @@
|
|
|
680
700
|
flex-wrap: wrap;
|
|
681
701
|
}
|
|
682
702
|
|
|
703
|
+
.e-bigger .e-pivotview,
|
|
704
|
+
.e-bigger.e-pivotview {
|
|
705
|
+
/* stylelint-disable */
|
|
706
|
+
/* stylelint-enable */
|
|
707
|
+
/* stylelint-disable */
|
|
708
|
+
/* stylelint-enable */
|
|
709
|
+
}
|
|
683
710
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
684
711
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
712
|
+
/* stylelint-disable */
|
|
685
713
|
height: 45px !important;
|
|
714
|
+
/* stylelint-enable */
|
|
686
715
|
}
|
|
687
716
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
688
717
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -838,6 +867,18 @@
|
|
|
838
867
|
}
|
|
839
868
|
|
|
840
869
|
/*! PivotView theme */
|
|
870
|
+
.e-pivotview {
|
|
871
|
+
/* stylelint-enable */
|
|
872
|
+
/* stylelint-disable */
|
|
873
|
+
/* stylelint-enable */
|
|
874
|
+
/* stylelint-disable */
|
|
875
|
+
/* stylelint-enable */
|
|
876
|
+
/* stylelint-disable */
|
|
877
|
+
/* stylelint-enable */
|
|
878
|
+
/* stylelint-disable */
|
|
879
|
+
/* stylelint-enable */
|
|
880
|
+
/* stylelint-enable */
|
|
881
|
+
}
|
|
841
882
|
.e-pivotview .e-nextspan {
|
|
842
883
|
display: inline-block;
|
|
843
884
|
width: 24px;
|
|
@@ -858,6 +899,7 @@
|
|
|
858
899
|
text-align: right;
|
|
859
900
|
}
|
|
860
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
902
|
+
/* stylelint-disable */
|
|
861
903
|
font-size: 13px !important;
|
|
862
904
|
padding-left: 8px;
|
|
863
905
|
-webkit-user-select: none;
|
|
@@ -1028,11 +1070,11 @@
|
|
|
1028
1070
|
border-right-width: 1px;
|
|
1029
1071
|
}
|
|
1030
1072
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1073
|
+
display: inline;
|
|
1032
1074
|
}
|
|
1033
1075
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1076
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1077
|
+
display: inline;
|
|
1036
1078
|
padding-left: 12px !important;
|
|
1037
1079
|
margin-top: 5px;
|
|
1038
1080
|
}
|
|
@@ -1064,12 +1106,18 @@
|
|
|
1064
1106
|
}
|
|
1065
1107
|
.e-pivotview .e-rowcell {
|
|
1066
1108
|
opacity: 1;
|
|
1109
|
+
/* stylelint-disable */
|
|
1110
|
+
/* stylelint-enable */
|
|
1067
1111
|
}
|
|
1068
1112
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1069
1113
|
-webkit-user-select: none;
|
|
1070
1114
|
-ms-user-select: none;
|
|
1071
1115
|
user-select: none;
|
|
1072
1116
|
}
|
|
1117
|
+
.e-pivotview .e-grouping-bar {
|
|
1118
|
+
/* stylelint-disable */
|
|
1119
|
+
/* stylelint-enable */
|
|
1120
|
+
}
|
|
1073
1121
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1074
1122
|
-ms-flex: auto;
|
|
1075
1123
|
flex: auto;
|
|
@@ -1195,7 +1243,9 @@
|
|
|
1195
1243
|
border: 1px solid #414141;
|
|
1196
1244
|
border-radius: 4px;
|
|
1197
1245
|
box-shadow: none;
|
|
1246
|
+
/* stylelint-disable */
|
|
1198
1247
|
color: #f0f0f0 !important;
|
|
1248
|
+
/* stylelint-enable */
|
|
1199
1249
|
cursor: default;
|
|
1200
1250
|
display: -ms-flexbox;
|
|
1201
1251
|
display: flex;
|
|
@@ -1206,6 +1256,8 @@
|
|
|
1206
1256
|
text-transform: none;
|
|
1207
1257
|
vertical-align: bottom;
|
|
1208
1258
|
z-index: 1;
|
|
1259
|
+
/* stylelint-disable */
|
|
1260
|
+
/* stylelint-enable */
|
|
1209
1261
|
}
|
|
1210
1262
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1211
1263
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1527,7 +1579,7 @@
|
|
|
1527
1579
|
.e-pivotview .e-expand,
|
|
1528
1580
|
.e-pivotview .e-collapse {
|
|
1529
1581
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1582
|
+
display: inline;
|
|
1531
1583
|
height: 18px;
|
|
1532
1584
|
margin-top: 5px;
|
|
1533
1585
|
text-align: center;
|
|
@@ -1542,6 +1594,12 @@
|
|
|
1542
1594
|
.e-pivotview .e-expand::before {
|
|
1543
1595
|
font-size: 10px;
|
|
1544
1596
|
}
|
|
1597
|
+
.e-pivotview.e-rtl {
|
|
1598
|
+
/* stylelint-disable */
|
|
1599
|
+
/* stylelint-enable */
|
|
1600
|
+
/* stylelint-disable */
|
|
1601
|
+
/* stylelint-enable */
|
|
1602
|
+
}
|
|
1545
1603
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1546
1604
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1547
1605
|
margin-left: 0;
|
|
@@ -1613,8 +1671,10 @@
|
|
|
1613
1671
|
padding-right: 8px;
|
|
1614
1672
|
}
|
|
1615
1673
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1674
|
+
/* stylelint-disable */
|
|
1616
1675
|
padding-left: 8px;
|
|
1617
1676
|
padding-right: 0;
|
|
1677
|
+
/* stylelint-enable */
|
|
1618
1678
|
}
|
|
1619
1679
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1620
1680
|
margin-left: 4px;
|
|
@@ -1637,6 +1697,9 @@
|
|
|
1637
1697
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1638
1698
|
float: left;
|
|
1639
1699
|
}
|
|
1700
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1701
|
+
/* stylelint-disable */
|
|
1702
|
+
}
|
|
1640
1703
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1641
1704
|
line-height: 1em !important;
|
|
1642
1705
|
}
|
|
@@ -1714,6 +1777,13 @@
|
|
|
1714
1777
|
margin-right: 5px;
|
|
1715
1778
|
}
|
|
1716
1779
|
|
|
1780
|
+
.e-bigger .e-pivotview,
|
|
1781
|
+
.e-bigger.e-pivotview {
|
|
1782
|
+
/* stylelint-disable */
|
|
1783
|
+
/* stylelint-enable */
|
|
1784
|
+
/* stylelint-disable */
|
|
1785
|
+
/* stylelint-enable */
|
|
1786
|
+
}
|
|
1717
1787
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1718
1788
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1719
1789
|
margin: 5px;
|
|
@@ -1776,6 +1846,10 @@
|
|
|
1776
1846
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1777
1847
|
margin-top: 6px;
|
|
1778
1848
|
}
|
|
1849
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1850
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1851
|
+
/* stylelint-enable */
|
|
1852
|
+
}
|
|
1779
1853
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1780
1854
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1781
1855
|
height: 36px !important;
|
|
@@ -1816,6 +1890,7 @@
|
|
|
1816
1890
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1817
1891
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1818
1892
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1893
|
+
/* stylelint-disable */
|
|
1819
1894
|
font-size: 14px !important;
|
|
1820
1895
|
height: 20px;
|
|
1821
1896
|
margin-top: 0;
|
|
@@ -1932,8 +2007,15 @@
|
|
|
1932
2007
|
}
|
|
1933
2008
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1934
2009
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2010
|
+
/* stylelint-disable */
|
|
1935
2011
|
font-size: 13px !important;
|
|
1936
2012
|
}
|
|
2013
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2014
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2015
|
+
/* stylelint-enable */
|
|
2016
|
+
/* stylelint-disable */
|
|
2017
|
+
/* stylelint-enable */
|
|
2018
|
+
}
|
|
1937
2019
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1938
2020
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1939
2021
|
padding-right: 10px !important;
|
|
@@ -2006,6 +2088,10 @@
|
|
|
2006
2088
|
content: "\e614";
|
|
2007
2089
|
}
|
|
2008
2090
|
|
|
2091
|
+
.e-pivot-calc-dialog-div {
|
|
2092
|
+
/* stylelint-disable */
|
|
2093
|
+
/* stylelint-enable */
|
|
2094
|
+
}
|
|
2009
2095
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2010
2096
|
content: "\e330";
|
|
2011
2097
|
}
|
|
@@ -2104,6 +2190,11 @@
|
|
|
2104
2190
|
content: "\e665" !important;
|
|
2105
2191
|
}
|
|
2106
2192
|
|
|
2193
|
+
.e-pivotfieldlist-wrapper,
|
|
2194
|
+
.e-pivotfieldlist-container {
|
|
2195
|
+
/* stylelint-disable */
|
|
2196
|
+
/* stylelint-enable */
|
|
2197
|
+
}
|
|
2107
2198
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2108
2199
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2109
2200
|
content: "\e610";
|
|
@@ -2299,8 +2390,10 @@
|
|
|
2299
2390
|
}
|
|
2300
2391
|
|
|
2301
2392
|
.e-pivot-formatting-dialog {
|
|
2393
|
+
/* stylelint-disable */
|
|
2302
2394
|
max-height: 480px !important;
|
|
2303
2395
|
width: 625px !important;
|
|
2396
|
+
/* stylelint-enable */
|
|
2304
2397
|
}
|
|
2305
2398
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2306
2399
|
padding-bottom: 4px;
|
|
@@ -2375,7 +2468,9 @@
|
|
|
2375
2468
|
border: 1px solid #959595;
|
|
2376
2469
|
border-radius: 5px;
|
|
2377
2470
|
height: 28px;
|
|
2471
|
+
/* stylelint-disable */
|
|
2378
2472
|
margin: 0 !important;
|
|
2473
|
+
/* stylelint-enable */
|
|
2379
2474
|
padding-left: 6px;
|
|
2380
2475
|
padding-top: 6px;
|
|
2381
2476
|
width: 80px;
|
|
@@ -2396,7 +2491,9 @@
|
|
|
2396
2491
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2397
2492
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2398
2493
|
border: 1px solid #959595;
|
|
2494
|
+
/* stylelint-disable */
|
|
2399
2495
|
border-radius: 0 !important;
|
|
2496
|
+
/* stylelint-enable */
|
|
2400
2497
|
height: 40%;
|
|
2401
2498
|
left: -3px;
|
|
2402
2499
|
position: absolute;
|
|
@@ -2404,8 +2501,10 @@
|
|
|
2404
2501
|
width: 150%;
|
|
2405
2502
|
}
|
|
2406
2503
|
.e-pivot-formatting-dialog.e-device {
|
|
2504
|
+
/* stylelint-disable */
|
|
2407
2505
|
min-width: 320px !important;
|
|
2408
2506
|
width: 100% !important;
|
|
2507
|
+
/* stylelint-enable */
|
|
2409
2508
|
}
|
|
2410
2509
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2411
2510
|
width: 100% !important;
|
|
@@ -2454,7 +2553,11 @@
|
|
|
2454
2553
|
|
|
2455
2554
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2456
2555
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2556
|
+
/* stylelint-disable */
|
|
2457
2557
|
width: 670px !important;
|
|
2558
|
+
/* stylelint-enable */
|
|
2559
|
+
/* stylelint-disable */
|
|
2560
|
+
/* stylelint-enable */
|
|
2458
2561
|
}
|
|
2459
2562
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2460
2563
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2493,8 +2596,10 @@
|
|
|
2493
2596
|
}
|
|
2494
2597
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2495
2598
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2599
|
+
/* stylelint-disable */
|
|
2496
2600
|
min-width: 320px !important;
|
|
2497
2601
|
width: 100% !important;
|
|
2602
|
+
/* stylelint-enable */
|
|
2498
2603
|
}
|
|
2499
2604
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2500
2605
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2513,8 +2618,14 @@
|
|
|
2513
2618
|
}
|
|
2514
2619
|
|
|
2515
2620
|
.e-pivot-calc-dialog-div {
|
|
2621
|
+
/* stylelint-disable */
|
|
2516
2622
|
max-height: 600px !important;
|
|
2623
|
+
/* stylelint-enable */
|
|
2517
2624
|
min-width: 290px;
|
|
2625
|
+
/* stylelint-disable */
|
|
2626
|
+
/* stylelint-enable */
|
|
2627
|
+
/* stylelint-disable */
|
|
2628
|
+
/* stylelint-enable */
|
|
2518
2629
|
}
|
|
2519
2630
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2520
2631
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2562,9 +2673,11 @@
|
|
|
2562
2673
|
}
|
|
2563
2674
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2564
2675
|
color: #f0f0f0;
|
|
2676
|
+
/* stylelint-disable */
|
|
2565
2677
|
float: right !important;
|
|
2566
2678
|
margin: 0;
|
|
2567
2679
|
margin-right: 12px !important;
|
|
2680
|
+
/* stylelint-enable */
|
|
2568
2681
|
}
|
|
2569
2682
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2570
2683
|
cursor: default;
|
|
@@ -2848,8 +2961,11 @@
|
|
|
2848
2961
|
|
|
2849
2962
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2850
2963
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2964
|
+
/* stylelint-disable */
|
|
2851
2965
|
max-height: 600px !important;
|
|
2852
2966
|
min-width: 401px !important;
|
|
2967
|
+
/* stylelint-enable */
|
|
2968
|
+
/* stylelint-disable */
|
|
2853
2969
|
}
|
|
2854
2970
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2855
2971
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2929,6 +3045,9 @@
|
|
|
2929
3045
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2930
3046
|
max-width: 400px !important;
|
|
2931
3047
|
min-width: 320px !important;
|
|
3048
|
+
/* stylelint-enable */
|
|
3049
|
+
/* stylelint-disable */
|
|
3050
|
+
/* stylelint-enable */
|
|
2932
3051
|
}
|
|
2933
3052
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2934
3053
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -2966,8 +3085,10 @@
|
|
|
2966
3085
|
}
|
|
2967
3086
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2968
3087
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3088
|
+
/* stylelint-disable */
|
|
2969
3089
|
margin-left: -35px;
|
|
2970
3090
|
overflow: auto !important;
|
|
3091
|
+
/* stylelint-enable */
|
|
2971
3092
|
}
|
|
2972
3093
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2973
3094
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2986,6 +3107,10 @@
|
|
|
2986
3107
|
margin-left: 0;
|
|
2987
3108
|
margin-right: -35px;
|
|
2988
3109
|
}
|
|
3110
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3111
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3112
|
+
/* stylelint-disable */
|
|
3113
|
+
}
|
|
2989
3114
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
2990
3115
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
2991
3116
|
margin-left: 0;
|
|
@@ -3047,6 +3172,7 @@
|
|
|
3047
3172
|
}
|
|
3048
3173
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3049
3174
|
border: 0;
|
|
3175
|
+
/* stylelint-enable */
|
|
3050
3176
|
}
|
|
3051
3177
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3052
3178
|
margin: 0 0 0 6px;
|
|
@@ -3074,6 +3200,8 @@
|
|
|
3074
3200
|
overflow: auto;
|
|
3075
3201
|
padding: 20px;
|
|
3076
3202
|
padding-bottom: 0;
|
|
3203
|
+
/* stylelint-disable */
|
|
3204
|
+
/* stylelint-enable */
|
|
3077
3205
|
}
|
|
3078
3206
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3079
3207
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3112,6 +3240,9 @@
|
|
|
3112
3240
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3113
3241
|
float: right;
|
|
3114
3242
|
}
|
|
3243
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3244
|
+
/* stylelint-disable */
|
|
3245
|
+
}
|
|
3115
3246
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3116
3247
|
margin-left: 0;
|
|
3117
3248
|
}
|
|
@@ -3249,6 +3380,7 @@
|
|
|
3249
3380
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3250
3381
|
overflow: hidden;
|
|
3251
3382
|
padding: 0 !important;
|
|
3383
|
+
/* stylelint-enable */
|
|
3252
3384
|
}
|
|
3253
3385
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3254
3386
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3315,6 +3447,11 @@
|
|
|
3315
3447
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3316
3448
|
padding-right: 0;
|
|
3317
3449
|
}
|
|
3450
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3451
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3452
|
+
/* stylelint-disable */
|
|
3453
|
+
/* stylelint-enable */
|
|
3454
|
+
}
|
|
3318
3455
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3319
3456
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3320
3457
|
padding-left: 24px;
|
|
@@ -3364,6 +3501,7 @@
|
|
|
3364
3501
|
padding: 4px;
|
|
3365
3502
|
}
|
|
3366
3503
|
|
|
3504
|
+
/* stylelint-disable */
|
|
3367
3505
|
.e-button-drag-clone {
|
|
3368
3506
|
background-color: #2a2a2a !important;
|
|
3369
3507
|
border: 1px solid #585858;
|
|
@@ -3397,6 +3535,12 @@
|
|
|
3397
3535
|
width: auto !important;
|
|
3398
3536
|
}
|
|
3399
3537
|
|
|
3538
|
+
/* stylelint-enable */
|
|
3539
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3540
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3541
|
+
/* stylelint-disable */
|
|
3542
|
+
/* stylelint-enable */
|
|
3543
|
+
}
|
|
3400
3544
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3401
3545
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3402
3546
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3461,6 +3605,10 @@
|
|
|
3461
3605
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3462
3606
|
margin-left: 10px;
|
|
3463
3607
|
}
|
|
3608
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3609
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3610
|
+
/* stylelint-disable */
|
|
3611
|
+
}
|
|
3464
3612
|
.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,
|
|
3465
3613
|
.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 {
|
|
3466
3614
|
margin: 0 0 0 6px;
|
|
@@ -3609,6 +3757,7 @@
|
|
|
3609
3757
|
background-color: #585858;
|
|
3610
3758
|
}
|
|
3611
3759
|
|
|
3760
|
+
/* stylelint-disable */
|
|
3612
3761
|
*.e-rtl .e-select-table {
|
|
3613
3762
|
padding: 8px 5px;
|
|
3614
3763
|
}
|
|
@@ -3647,6 +3796,8 @@
|
|
|
3647
3796
|
font-size: 12px;
|
|
3648
3797
|
max-width: 700px;
|
|
3649
3798
|
min-width: 300px;
|
|
3799
|
+
/* stylelint-enable */
|
|
3800
|
+
/* stylelint-enable */
|
|
3650
3801
|
}
|
|
3651
3802
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3652
3803
|
display: -ms-flexbox;
|
|
@@ -3766,6 +3917,8 @@
|
|
|
3766
3917
|
display: -ms-flexbox;
|
|
3767
3918
|
display: flex;
|
|
3768
3919
|
padding-right: 15px;
|
|
3920
|
+
/* stylelint-disable */
|
|
3921
|
+
/* stylelint-enable */
|
|
3769
3922
|
}
|
|
3770
3923
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3771
3924
|
-ms-flex: auto;
|
|
@@ -3777,7 +3930,9 @@
|
|
|
3777
3930
|
color: #f0f0f0;
|
|
3778
3931
|
cursor: pointer;
|
|
3779
3932
|
font-size: 14px;
|
|
3933
|
+
/* stylelint-disable */
|
|
3780
3934
|
height: 20px !important;
|
|
3935
|
+
/* stylelint-enable */
|
|
3781
3936
|
padding: 7px 0 0 4px;
|
|
3782
3937
|
width: 20px;
|
|
3783
3938
|
}
|
|
@@ -3810,9 +3965,13 @@
|
|
|
3810
3965
|
}
|
|
3811
3966
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3812
3967
|
overflow: hidden;
|
|
3968
|
+
/* stylelint-disable */
|
|
3969
|
+
/* stylelint-enable */
|
|
3813
3970
|
}
|
|
3814
3971
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3815
3972
|
margin-left: -40px;
|
|
3973
|
+
/* stylelint-disable */
|
|
3974
|
+
/* stylelint-enable */
|
|
3816
3975
|
}
|
|
3817
3976
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3818
3977
|
cursor: default;
|
|
@@ -4320,6 +4479,8 @@
|
|
|
4320
4479
|
}
|
|
4321
4480
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4322
4481
|
height: 369px;
|
|
4482
|
+
/* stylelint-disable */
|
|
4483
|
+
/* stylelint-enable */
|
|
4323
4484
|
}
|
|
4324
4485
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4325
4486
|
height: 392px !important;
|
|
@@ -4343,6 +4504,7 @@
|
|
|
4343
4504
|
display: -ms-flexbox;
|
|
4344
4505
|
display: flex;
|
|
4345
4506
|
padding: 10px 20px;
|
|
4507
|
+
/* stylelint-disable */
|
|
4346
4508
|
}
|
|
4347
4509
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4348
4510
|
float: right;
|
|
@@ -4379,6 +4541,8 @@
|
|
|
4379
4541
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4380
4542
|
margin-left: 0;
|
|
4381
4543
|
margin-right: -40px;
|
|
4544
|
+
/* stylelint-disable */
|
|
4545
|
+
/* stylelint-enable */
|
|
4382
4546
|
}
|
|
4383
4547
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4384
4548
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4409,6 +4573,8 @@
|
|
|
4409
4573
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4410
4574
|
padding-left: 15px;
|
|
4411
4575
|
padding-right: 0;
|
|
4576
|
+
/* stylelint-disable */
|
|
4577
|
+
/* stylelint-enable */
|
|
4412
4578
|
}
|
|
4413
4579
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4414
4580
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4490,8 +4656,10 @@
|
|
|
4490
4656
|
}
|
|
4491
4657
|
.e-pivotfieldlist-container.e-device {
|
|
4492
4658
|
height: 100%;
|
|
4659
|
+
/* stylelint-disable */
|
|
4493
4660
|
max-height: 100% !important;
|
|
4494
4661
|
max-width: 100% !important;
|
|
4662
|
+
/* stylelint-enable */
|
|
4495
4663
|
min-height: 500px;
|
|
4496
4664
|
width: 100%;
|
|
4497
4665
|
}
|
|
@@ -4596,6 +4764,8 @@
|
|
|
4596
4764
|
padding: 9px 16px;
|
|
4597
4765
|
text-transform: none;
|
|
4598
4766
|
width: 100%;
|
|
4767
|
+
/* stylelint-disable */
|
|
4768
|
+
/* stylelint-enable */
|
|
4599
4769
|
}
|
|
4600
4770
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4601
4771
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4785,6 +4955,10 @@
|
|
|
4785
4955
|
vertical-align: middle;
|
|
4786
4956
|
width: 70%;
|
|
4787
4957
|
}
|
|
4958
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4959
|
+
/* stylelint-disable */
|
|
4960
|
+
/* stylelint-enable */
|
|
4961
|
+
}
|
|
4788
4962
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4789
4963
|
background-color: #1a1a1a;
|
|
4790
4964
|
border: 1px solid #6e6e6e;
|
|
@@ -4831,6 +5005,10 @@
|
|
|
4831
5005
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4832
5006
|
margin-right: 12px;
|
|
4833
5007
|
}
|
|
5008
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5009
|
+
/* stylelint-disable */
|
|
5010
|
+
/* stylelint-enable */
|
|
5011
|
+
}
|
|
4834
5012
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4835
5013
|
left: 16px;
|
|
4836
5014
|
right: auto;
|
|
@@ -4980,6 +5158,10 @@
|
|
|
4980
5158
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
4981
5159
|
max-height: 600px;
|
|
4982
5160
|
}
|
|
5161
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5162
|
+
/* stylelint-disable */
|
|
5163
|
+
/* stylelint-enable */
|
|
5164
|
+
}
|
|
4983
5165
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
4984
5166
|
margin-left: 12px;
|
|
4985
5167
|
margin-right: 0;
|
|
@@ -5000,6 +5182,11 @@
|
|
|
5000
5182
|
margin-left: 20px;
|
|
5001
5183
|
}
|
|
5002
5184
|
|
|
5185
|
+
/* stylelint-disable */
|
|
5186
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5187
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5188
|
+
/* stylelint-enable */
|
|
5189
|
+
}
|
|
5003
5190
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5004
5191
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5005
5192
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5151,6 +5338,16 @@
|
|
|
5151
5338
|
margin-top: 4px;
|
|
5152
5339
|
padding: 0 12px;
|
|
5153
5340
|
}
|
|
5341
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5342
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5343
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5344
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5345
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5346
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5347
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5348
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5349
|
+
/* stylelint-disable */
|
|
5350
|
+
}
|
|
5154
5351
|
.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,
|
|
5155
5352
|
.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,
|
|
5156
5353
|
.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,
|
|
@@ -5162,6 +5359,7 @@
|
|
|
5162
5359
|
font-size: 14px;
|
|
5163
5360
|
height: 36px !important;
|
|
5164
5361
|
padding: 9px 16px !important;
|
|
5362
|
+
/* stylelint-enable */
|
|
5165
5363
|
}
|
|
5166
5364
|
.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,
|
|
5167
5365
|
.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,
|
|
@@ -5286,6 +5484,10 @@
|
|
|
5286
5484
|
.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 {
|
|
5287
5485
|
padding-top: 7px;
|
|
5288
5486
|
}
|
|
5487
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5488
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5489
|
+
/* stylelint-disable */
|
|
5490
|
+
}
|
|
5289
5491
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5290
5492
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5291
5493
|
padding-left: 16px;
|
|
@@ -5298,6 +5500,7 @@
|
|
|
5298
5500
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5299
5501
|
padding-left: 0;
|
|
5300
5502
|
padding-right: 5px;
|
|
5503
|
+
/* stylelint-enable */
|
|
5301
5504
|
}
|
|
5302
5505
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5303
5506
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5336,6 +5539,8 @@
|
|
|
5336
5539
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5337
5540
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5338
5541
|
padding-left: 20px;
|
|
5542
|
+
/* stylelint-disable */
|
|
5543
|
+
/* stylelint-enable */
|
|
5339
5544
|
}
|
|
5340
5545
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5341
5546
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5403,6 +5608,10 @@
|
|
|
5403
5608
|
padding-left: 0;
|
|
5404
5609
|
padding-right: 4px;
|
|
5405
5610
|
}
|
|
5611
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5612
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5613
|
+
/* stylelint-disable */
|
|
5614
|
+
}
|
|
5406
5615
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5407
5616
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5408
5617
|
max-height: 750px;
|
|
@@ -5439,4 +5648,6 @@
|
|
|
5439
5648
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5440
5649
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5441
5650
|
max-height: 190px;
|
|
5442
|
-
}
|
|
5651
|
+
}
|
|
5652
|
+
|
|
5653
|
+
/* stylelint-enable */
|