@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
package/styles/highcontrast.css
CHANGED
|
@@ -155,6 +155,12 @@
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/*! PivotView layout */
|
|
158
|
+
.e-pivotview {
|
|
159
|
+
/* stylelint-disable */
|
|
160
|
+
/* stylelint-enable */
|
|
161
|
+
/* stylelint-enable */
|
|
162
|
+
/* stylelint-disable */
|
|
163
|
+
}
|
|
158
164
|
.e-pivotview .e-value-field-settings,
|
|
159
165
|
.e-pivotview .e-member-editor-dialog,
|
|
160
166
|
.e-pivotview .e-group-field-settings {
|
|
@@ -228,6 +234,7 @@
|
|
|
228
234
|
}
|
|
229
235
|
.e-pivotview .e-member-editor-dialog {
|
|
230
236
|
min-width: 320px;
|
|
237
|
+
/* stylelint-disable */
|
|
231
238
|
}
|
|
232
239
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
233
240
|
display: -ms-flexbox;
|
|
@@ -241,6 +248,7 @@
|
|
|
241
248
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
242
249
|
box-shadow: none;
|
|
243
250
|
margin-left: 10px;
|
|
251
|
+
/* stylelint-disable */
|
|
244
252
|
}
|
|
245
253
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
246
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -332,6 +340,7 @@
|
|
|
332
340
|
}
|
|
333
341
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
334
342
|
border: none;
|
|
343
|
+
/* stylelint-enable */
|
|
335
344
|
}
|
|
336
345
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
337
346
|
margin: 0 0 0 6px;
|
|
@@ -567,13 +576,16 @@
|
|
|
567
576
|
}
|
|
568
577
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
569
578
|
margin-left: 18px !important;
|
|
579
|
+
/* stylelint-enable */
|
|
570
580
|
}
|
|
571
581
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
582
|
+
/* stylelint-disable */
|
|
572
583
|
padding: 0 !important;
|
|
573
584
|
}
|
|
574
585
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
575
586
|
float: left;
|
|
576
587
|
font-weight: 500;
|
|
588
|
+
/* stylelint-enable */
|
|
577
589
|
}
|
|
578
590
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
579
591
|
float: right;
|
|
@@ -602,6 +614,7 @@
|
|
|
602
614
|
}
|
|
603
615
|
|
|
604
616
|
.e-pivotview-report-dialog {
|
|
617
|
+
/* stylelint-disable */
|
|
605
618
|
max-width: 350px !important;
|
|
606
619
|
}
|
|
607
620
|
|
|
@@ -621,6 +634,7 @@
|
|
|
621
634
|
max-width: 500px !important;
|
|
622
635
|
}
|
|
623
636
|
|
|
637
|
+
/* stylelint-enable */
|
|
624
638
|
.e-report-outer {
|
|
625
639
|
display: inline-block;
|
|
626
640
|
width: 100%;
|
|
@@ -632,6 +646,7 @@
|
|
|
632
646
|
width: 40%;
|
|
633
647
|
}
|
|
634
648
|
|
|
649
|
+
/* stylelint-disable */
|
|
635
650
|
.e-pivotview-report-input {
|
|
636
651
|
float: right;
|
|
637
652
|
width: 60% !important;
|
|
@@ -653,11 +668,16 @@
|
|
|
653
668
|
font-size: 18px !important;
|
|
654
669
|
}
|
|
655
670
|
|
|
671
|
+
/* stylelint-enable */
|
|
656
672
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
657
673
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
658
674
|
white-space: nowrap;
|
|
659
675
|
}
|
|
660
676
|
|
|
677
|
+
.e-drillthrough-dialog {
|
|
678
|
+
/* stylelint-disable */
|
|
679
|
+
/* stylelint-enable */
|
|
680
|
+
}
|
|
661
681
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
662
682
|
margin-bottom: 20px;
|
|
663
683
|
}
|
|
@@ -678,9 +698,18 @@
|
|
|
678
698
|
flex-wrap: wrap;
|
|
679
699
|
}
|
|
680
700
|
|
|
701
|
+
.e-bigger .e-pivotview,
|
|
702
|
+
.e-bigger.e-pivotview {
|
|
703
|
+
/* stylelint-disable */
|
|
704
|
+
/* stylelint-enable */
|
|
705
|
+
/* stylelint-disable */
|
|
706
|
+
/* stylelint-enable */
|
|
707
|
+
}
|
|
681
708
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
682
709
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
710
|
+
/* stylelint-disable */
|
|
683
711
|
height: 46px !important;
|
|
712
|
+
/* stylelint-enable */
|
|
684
713
|
}
|
|
685
714
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
686
715
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -836,6 +865,18 @@
|
|
|
836
865
|
}
|
|
837
866
|
|
|
838
867
|
/*! PivotView theme */
|
|
868
|
+
.e-pivotview {
|
|
869
|
+
/* stylelint-enable */
|
|
870
|
+
/* stylelint-disable */
|
|
871
|
+
/* stylelint-enable */
|
|
872
|
+
/* stylelint-disable */
|
|
873
|
+
/* stylelint-enable */
|
|
874
|
+
/* stylelint-disable */
|
|
875
|
+
/* stylelint-enable */
|
|
876
|
+
/* stylelint-disable */
|
|
877
|
+
/* stylelint-enable */
|
|
878
|
+
/* stylelint-enable */
|
|
879
|
+
}
|
|
839
880
|
.e-pivotview .e-nextspan {
|
|
840
881
|
display: inline-block;
|
|
841
882
|
width: 18px;
|
|
@@ -856,6 +897,7 @@
|
|
|
856
897
|
text-align: right;
|
|
857
898
|
}
|
|
858
899
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
|
+
/* stylelint-disable */
|
|
859
901
|
font-size: 13px !important;
|
|
860
902
|
padding-left: 8px;
|
|
861
903
|
-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
|
margin-top: 0;
|
|
@@ -1062,12 +1104,18 @@
|
|
|
1062
1104
|
}
|
|
1063
1105
|
.e-pivotview .e-rowcell {
|
|
1064
1106
|
opacity: 1;
|
|
1107
|
+
/* stylelint-disable */
|
|
1108
|
+
/* stylelint-enable */
|
|
1065
1109
|
}
|
|
1066
1110
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1067
1111
|
-webkit-user-select: none;
|
|
1068
1112
|
-ms-user-select: none;
|
|
1069
1113
|
user-select: none;
|
|
1070
1114
|
}
|
|
1115
|
+
.e-pivotview .e-grouping-bar {
|
|
1116
|
+
/* stylelint-disable */
|
|
1117
|
+
/* stylelint-enable */
|
|
1118
|
+
}
|
|
1071
1119
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1072
1120
|
-ms-flex: auto;
|
|
1073
1121
|
flex: auto;
|
|
@@ -1193,7 +1241,9 @@
|
|
|
1193
1241
|
border: 1px solid #fff;
|
|
1194
1242
|
border-radius: 0;
|
|
1195
1243
|
box-shadow: none;
|
|
1244
|
+
/* stylelint-disable */
|
|
1196
1245
|
color: #fff !important;
|
|
1246
|
+
/* stylelint-enable */
|
|
1197
1247
|
cursor: default;
|
|
1198
1248
|
display: -ms-flexbox;
|
|
1199
1249
|
display: flex;
|
|
@@ -1204,6 +1254,8 @@
|
|
|
1204
1254
|
text-transform: none;
|
|
1205
1255
|
vertical-align: bottom;
|
|
1206
1256
|
z-index: 1;
|
|
1257
|
+
/* stylelint-disable */
|
|
1258
|
+
/* stylelint-enable */
|
|
1207
1259
|
}
|
|
1208
1260
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1209
1261
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1525,7 +1577,7 @@
|
|
|
1525
1577
|
.e-pivotview .e-expand,
|
|
1526
1578
|
.e-pivotview .e-collapse {
|
|
1527
1579
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1580
|
+
display: inline;
|
|
1529
1581
|
height: 18px;
|
|
1530
1582
|
margin-top: 5px;
|
|
1531
1583
|
text-align: center;
|
|
@@ -1541,6 +1593,12 @@
|
|
|
1541
1593
|
.e-pivotview .e-expand::before {
|
|
1542
1594
|
font-size: 10px;
|
|
1543
1595
|
}
|
|
1596
|
+
.e-pivotview.e-rtl {
|
|
1597
|
+
/* stylelint-disable */
|
|
1598
|
+
/* stylelint-enable */
|
|
1599
|
+
/* stylelint-disable */
|
|
1600
|
+
/* stylelint-enable */
|
|
1601
|
+
}
|
|
1544
1602
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1545
1603
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1546
1604
|
margin-left: 0;
|
|
@@ -1612,8 +1670,10 @@
|
|
|
1612
1670
|
padding-right: 8px;
|
|
1613
1671
|
}
|
|
1614
1672
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1673
|
+
/* stylelint-disable */
|
|
1615
1674
|
padding-left: 8px;
|
|
1616
1675
|
padding-right: 0;
|
|
1676
|
+
/* stylelint-enable */
|
|
1617
1677
|
}
|
|
1618
1678
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1619
1679
|
margin-left: 4px;
|
|
@@ -1636,6 +1696,9 @@
|
|
|
1636
1696
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1637
1697
|
float: left;
|
|
1638
1698
|
}
|
|
1699
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1700
|
+
/* stylelint-disable */
|
|
1701
|
+
}
|
|
1639
1702
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1640
1703
|
line-height: 1em !important;
|
|
1641
1704
|
}
|
|
@@ -1713,6 +1776,13 @@
|
|
|
1713
1776
|
margin-right: 5px;
|
|
1714
1777
|
}
|
|
1715
1778
|
|
|
1779
|
+
.e-bigger .e-pivotview,
|
|
1780
|
+
.e-bigger.e-pivotview {
|
|
1781
|
+
/* stylelint-disable */
|
|
1782
|
+
/* stylelint-enable */
|
|
1783
|
+
/* stylelint-disable */
|
|
1784
|
+
/* stylelint-enable */
|
|
1785
|
+
}
|
|
1716
1786
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1717
1787
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1718
1788
|
margin: 5px;
|
|
@@ -1775,6 +1845,10 @@
|
|
|
1775
1845
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1776
1846
|
margin-top: 2px;
|
|
1777
1847
|
}
|
|
1848
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1849
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1850
|
+
/* stylelint-enable */
|
|
1851
|
+
}
|
|
1778
1852
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1779
1853
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1780
1854
|
height: 36px !important;
|
|
@@ -1815,6 +1889,7 @@
|
|
|
1815
1889
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1816
1890
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1817
1891
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1892
|
+
/* stylelint-disable */
|
|
1818
1893
|
font-size: 14px !important;
|
|
1819
1894
|
height: 20px;
|
|
1820
1895
|
margin-top: 0;
|
|
@@ -1931,8 +2006,15 @@
|
|
|
1931
2006
|
}
|
|
1932
2007
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1933
2008
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2009
|
+
/* stylelint-disable */
|
|
1934
2010
|
font-size: 13px !important;
|
|
1935
2011
|
}
|
|
2012
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2013
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2014
|
+
/* stylelint-enable */
|
|
2015
|
+
/* stylelint-disable */
|
|
2016
|
+
/* stylelint-enable */
|
|
2017
|
+
}
|
|
1936
2018
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1937
2019
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1938
2020
|
padding-right: 10px !important;
|
|
@@ -2003,6 +2085,10 @@
|
|
|
2003
2085
|
content: "\e614";
|
|
2004
2086
|
}
|
|
2005
2087
|
|
|
2088
|
+
.e-pivot-calc-dialog-div {
|
|
2089
|
+
/* stylelint-disable */
|
|
2090
|
+
/* stylelint-enable */
|
|
2091
|
+
}
|
|
2006
2092
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2007
2093
|
content: "\e330";
|
|
2008
2094
|
}
|
|
@@ -2101,6 +2187,11 @@
|
|
|
2101
2187
|
content: "\e665" !important;
|
|
2102
2188
|
}
|
|
2103
2189
|
|
|
2190
|
+
.e-pivotfieldlist-wrapper,
|
|
2191
|
+
.e-pivotfieldlist-container {
|
|
2192
|
+
/* stylelint-disable */
|
|
2193
|
+
/* stylelint-enable */
|
|
2194
|
+
}
|
|
2104
2195
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2105
2196
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2106
2197
|
content: "\e962";
|
|
@@ -2295,8 +2386,10 @@
|
|
|
2295
2386
|
}
|
|
2296
2387
|
|
|
2297
2388
|
.e-pivot-formatting-dialog {
|
|
2389
|
+
/* stylelint-disable */
|
|
2298
2390
|
max-height: 480px !important;
|
|
2299
2391
|
width: 640px !important;
|
|
2392
|
+
/* stylelint-enable */
|
|
2300
2393
|
}
|
|
2301
2394
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2302
2395
|
padding-bottom: 4px;
|
|
@@ -2371,7 +2464,9 @@
|
|
|
2371
2464
|
border: 1px solid #fff;
|
|
2372
2465
|
border-radius: 0;
|
|
2373
2466
|
height: 28px;
|
|
2467
|
+
/* stylelint-disable */
|
|
2374
2468
|
margin: 0 !important;
|
|
2469
|
+
/* stylelint-enable */
|
|
2375
2470
|
padding-left: 6px;
|
|
2376
2471
|
padding-top: 6px;
|
|
2377
2472
|
width: 80px;
|
|
@@ -2392,7 +2487,9 @@
|
|
|
2392
2487
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2393
2488
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2394
2489
|
border: 1px solid #fff;
|
|
2490
|
+
/* stylelint-disable */
|
|
2395
2491
|
border-radius: 0 !important;
|
|
2492
|
+
/* stylelint-enable */
|
|
2396
2493
|
height: 40%;
|
|
2397
2494
|
left: -3px;
|
|
2398
2495
|
position: absolute;
|
|
@@ -2400,8 +2497,10 @@
|
|
|
2400
2497
|
width: 150%;
|
|
2401
2498
|
}
|
|
2402
2499
|
.e-pivot-formatting-dialog.e-device {
|
|
2500
|
+
/* stylelint-disable */
|
|
2403
2501
|
min-width: 320px !important;
|
|
2404
2502
|
width: 100% !important;
|
|
2503
|
+
/* stylelint-enable */
|
|
2405
2504
|
}
|
|
2406
2505
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2407
2506
|
width: 100% !important;
|
|
@@ -2450,7 +2549,11 @@
|
|
|
2450
2549
|
|
|
2451
2550
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2452
2551
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2552
|
+
/* stylelint-disable */
|
|
2453
2553
|
width: 707px !important;
|
|
2554
|
+
/* stylelint-enable */
|
|
2555
|
+
/* stylelint-disable */
|
|
2556
|
+
/* stylelint-enable */
|
|
2454
2557
|
}
|
|
2455
2558
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2456
2559
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2489,8 +2592,10 @@
|
|
|
2489
2592
|
}
|
|
2490
2593
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2491
2594
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2595
|
+
/* stylelint-disable */
|
|
2492
2596
|
min-width: 320px !important;
|
|
2493
2597
|
width: 100% !important;
|
|
2598
|
+
/* stylelint-enable */
|
|
2494
2599
|
}
|
|
2495
2600
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2496
2601
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2509,8 +2614,14 @@
|
|
|
2509
2614
|
}
|
|
2510
2615
|
|
|
2511
2616
|
.e-pivot-calc-dialog-div {
|
|
2617
|
+
/* stylelint-disable */
|
|
2512
2618
|
max-height: 600px !important;
|
|
2619
|
+
/* stylelint-enable */
|
|
2513
2620
|
min-width: 290px;
|
|
2621
|
+
/* stylelint-disable */
|
|
2622
|
+
/* stylelint-enable */
|
|
2623
|
+
/* stylelint-disable */
|
|
2624
|
+
/* stylelint-enable */
|
|
2514
2625
|
}
|
|
2515
2626
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2516
2627
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2558,9 +2669,11 @@
|
|
|
2558
2669
|
}
|
|
2559
2670
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2560
2671
|
color: #fff;
|
|
2672
|
+
/* stylelint-disable */
|
|
2561
2673
|
float: right !important;
|
|
2562
2674
|
margin: 0;
|
|
2563
2675
|
margin-right: 12px !important;
|
|
2676
|
+
/* stylelint-enable */
|
|
2564
2677
|
}
|
|
2565
2678
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2566
2679
|
cursor: default;
|
|
@@ -2844,8 +2957,11 @@
|
|
|
2844
2957
|
|
|
2845
2958
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2846
2959
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2960
|
+
/* stylelint-disable */
|
|
2847
2961
|
max-height: 600px !important;
|
|
2848
2962
|
min-width: 401px !important;
|
|
2963
|
+
/* stylelint-enable */
|
|
2964
|
+
/* stylelint-disable */
|
|
2849
2965
|
}
|
|
2850
2966
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2851
2967
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2925,6 +3041,9 @@
|
|
|
2925
3041
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2926
3042
|
max-width: 400px !important;
|
|
2927
3043
|
min-width: 320px !important;
|
|
3044
|
+
/* stylelint-enable */
|
|
3045
|
+
/* stylelint-disable */
|
|
3046
|
+
/* stylelint-enable */
|
|
2928
3047
|
}
|
|
2929
3048
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2930
3049
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -2962,8 +3081,10 @@
|
|
|
2962
3081
|
}
|
|
2963
3082
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2964
3083
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3084
|
+
/* stylelint-disable */
|
|
2965
3085
|
margin-left: -35px;
|
|
2966
3086
|
overflow: auto !important;
|
|
3087
|
+
/* stylelint-enable */
|
|
2967
3088
|
}
|
|
2968
3089
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2969
3090
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2982,6 +3103,10 @@
|
|
|
2982
3103
|
margin-left: 0;
|
|
2983
3104
|
margin-right: -35px;
|
|
2984
3105
|
}
|
|
3106
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3107
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3108
|
+
/* stylelint-disable */
|
|
3109
|
+
}
|
|
2985
3110
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
2986
3111
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
2987
3112
|
margin-left: 0;
|
|
@@ -3043,6 +3168,7 @@
|
|
|
3043
3168
|
}
|
|
3044
3169
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3045
3170
|
border: 0;
|
|
3171
|
+
/* stylelint-enable */
|
|
3046
3172
|
}
|
|
3047
3173
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3048
3174
|
margin: 0 0 0 6px;
|
|
@@ -3070,6 +3196,8 @@
|
|
|
3070
3196
|
overflow: auto;
|
|
3071
3197
|
padding: 20px;
|
|
3072
3198
|
padding-bottom: 0;
|
|
3199
|
+
/* stylelint-disable */
|
|
3200
|
+
/* stylelint-enable */
|
|
3073
3201
|
}
|
|
3074
3202
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3075
3203
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3108,6 +3236,9 @@
|
|
|
3108
3236
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3109
3237
|
float: right;
|
|
3110
3238
|
}
|
|
3239
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3240
|
+
/* stylelint-disable */
|
|
3241
|
+
}
|
|
3111
3242
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3112
3243
|
margin-left: 0;
|
|
3113
3244
|
}
|
|
@@ -3245,6 +3376,7 @@
|
|
|
3245
3376
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3246
3377
|
overflow: hidden;
|
|
3247
3378
|
padding: 0 !important;
|
|
3379
|
+
/* stylelint-enable */
|
|
3248
3380
|
}
|
|
3249
3381
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3250
3382
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3311,6 +3443,11 @@
|
|
|
3311
3443
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3312
3444
|
padding-right: 0;
|
|
3313
3445
|
}
|
|
3446
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3447
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3448
|
+
/* stylelint-disable */
|
|
3449
|
+
/* stylelint-enable */
|
|
3450
|
+
}
|
|
3314
3451
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3315
3452
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3316
3453
|
padding-left: 24px;
|
|
@@ -3360,6 +3497,7 @@
|
|
|
3360
3497
|
padding: 4px;
|
|
3361
3498
|
}
|
|
3362
3499
|
|
|
3500
|
+
/* stylelint-disable */
|
|
3363
3501
|
.e-button-drag-clone {
|
|
3364
3502
|
background-color: #ffd939 !important;
|
|
3365
3503
|
border: 1px solid #969696;
|
|
@@ -3393,6 +3531,12 @@
|
|
|
3393
3531
|
width: auto !important;
|
|
3394
3532
|
}
|
|
3395
3533
|
|
|
3534
|
+
/* stylelint-enable */
|
|
3535
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3536
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3537
|
+
/* stylelint-disable */
|
|
3538
|
+
/* stylelint-enable */
|
|
3539
|
+
}
|
|
3396
3540
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3397
3541
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3398
3542
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3457,6 +3601,10 @@
|
|
|
3457
3601
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3458
3602
|
margin-left: 10px;
|
|
3459
3603
|
}
|
|
3604
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3605
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3606
|
+
/* stylelint-disable */
|
|
3607
|
+
}
|
|
3460
3608
|
.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,
|
|
3461
3609
|
.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 {
|
|
3462
3610
|
margin: 0 0 0 6px;
|
|
@@ -3605,6 +3753,7 @@
|
|
|
3605
3753
|
background-color: #969696;
|
|
3606
3754
|
}
|
|
3607
3755
|
|
|
3756
|
+
/* stylelint-disable */
|
|
3608
3757
|
*.e-rtl .e-select-table {
|
|
3609
3758
|
padding: 8px 5px;
|
|
3610
3759
|
}
|
|
@@ -3643,6 +3792,8 @@
|
|
|
3643
3792
|
font-size: 12px;
|
|
3644
3793
|
max-width: 700px;
|
|
3645
3794
|
min-width: 300px;
|
|
3795
|
+
/* stylelint-enable */
|
|
3796
|
+
/* stylelint-enable */
|
|
3646
3797
|
}
|
|
3647
3798
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3648
3799
|
display: -ms-flexbox;
|
|
@@ -3762,6 +3913,8 @@
|
|
|
3762
3913
|
display: -ms-flexbox;
|
|
3763
3914
|
display: flex;
|
|
3764
3915
|
padding-right: 15px;
|
|
3916
|
+
/* stylelint-disable */
|
|
3917
|
+
/* stylelint-enable */
|
|
3765
3918
|
}
|
|
3766
3919
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3767
3920
|
-ms-flex: auto;
|
|
@@ -3773,7 +3926,9 @@
|
|
|
3773
3926
|
color: #fff;
|
|
3774
3927
|
cursor: pointer;
|
|
3775
3928
|
font-size: 14px;
|
|
3929
|
+
/* stylelint-disable */
|
|
3776
3930
|
height: 20px !important;
|
|
3931
|
+
/* stylelint-enable */
|
|
3777
3932
|
padding: 5px 0 0 4px;
|
|
3778
3933
|
width: 20px;
|
|
3779
3934
|
}
|
|
@@ -3806,9 +3961,13 @@
|
|
|
3806
3961
|
}
|
|
3807
3962
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3808
3963
|
overflow: hidden;
|
|
3964
|
+
/* stylelint-disable */
|
|
3965
|
+
/* stylelint-enable */
|
|
3809
3966
|
}
|
|
3810
3967
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3811
3968
|
margin-left: -40px;
|
|
3969
|
+
/* stylelint-disable */
|
|
3970
|
+
/* stylelint-enable */
|
|
3812
3971
|
}
|
|
3813
3972
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3814
3973
|
cursor: default;
|
|
@@ -4316,6 +4475,8 @@
|
|
|
4316
4475
|
}
|
|
4317
4476
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4318
4477
|
height: 369px;
|
|
4478
|
+
/* stylelint-disable */
|
|
4479
|
+
/* stylelint-enable */
|
|
4319
4480
|
}
|
|
4320
4481
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4321
4482
|
height: 392px !important;
|
|
@@ -4339,6 +4500,7 @@
|
|
|
4339
4500
|
display: -ms-flexbox;
|
|
4340
4501
|
display: flex;
|
|
4341
4502
|
padding: 10px 20px;
|
|
4503
|
+
/* stylelint-disable */
|
|
4342
4504
|
}
|
|
4343
4505
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4344
4506
|
float: right;
|
|
@@ -4375,6 +4537,8 @@
|
|
|
4375
4537
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4376
4538
|
margin-left: 0;
|
|
4377
4539
|
margin-right: -40px;
|
|
4540
|
+
/* stylelint-disable */
|
|
4541
|
+
/* stylelint-enable */
|
|
4378
4542
|
}
|
|
4379
4543
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4380
4544
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4405,6 +4569,8 @@
|
|
|
4405
4569
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4406
4570
|
padding-left: 15px;
|
|
4407
4571
|
padding-right: 0;
|
|
4572
|
+
/* stylelint-disable */
|
|
4573
|
+
/* stylelint-enable */
|
|
4408
4574
|
}
|
|
4409
4575
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4410
4576
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4486,8 +4652,10 @@
|
|
|
4486
4652
|
}
|
|
4487
4653
|
.e-pivotfieldlist-container.e-device {
|
|
4488
4654
|
height: 100%;
|
|
4655
|
+
/* stylelint-disable */
|
|
4489
4656
|
max-height: 100% !important;
|
|
4490
4657
|
max-width: 100% !important;
|
|
4658
|
+
/* stylelint-enable */
|
|
4491
4659
|
min-height: 500px;
|
|
4492
4660
|
width: 100%;
|
|
4493
4661
|
}
|
|
@@ -4592,6 +4760,8 @@
|
|
|
4592
4760
|
padding: 9px 16px;
|
|
4593
4761
|
text-transform: none;
|
|
4594
4762
|
width: 100%;
|
|
4763
|
+
/* stylelint-disable */
|
|
4764
|
+
/* stylelint-enable */
|
|
4595
4765
|
}
|
|
4596
4766
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4597
4767
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4781,6 +4951,10 @@
|
|
|
4781
4951
|
vertical-align: middle;
|
|
4782
4952
|
width: 70%;
|
|
4783
4953
|
}
|
|
4954
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4955
|
+
/* stylelint-disable */
|
|
4956
|
+
/* stylelint-enable */
|
|
4957
|
+
}
|
|
4784
4958
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4785
4959
|
background-color: #000;
|
|
4786
4960
|
border: 1px solid #969696;
|
|
@@ -4827,6 +5001,10 @@
|
|
|
4827
5001
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4828
5002
|
margin-right: 12px;
|
|
4829
5003
|
}
|
|
5004
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5005
|
+
/* stylelint-disable */
|
|
5006
|
+
/* stylelint-enable */
|
|
5007
|
+
}
|
|
4830
5008
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4831
5009
|
left: 16px;
|
|
4832
5010
|
right: auto;
|
|
@@ -4976,6 +5154,10 @@
|
|
|
4976
5154
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
4977
5155
|
max-height: 600px;
|
|
4978
5156
|
}
|
|
5157
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5158
|
+
/* stylelint-disable */
|
|
5159
|
+
/* stylelint-enable */
|
|
5160
|
+
}
|
|
4979
5161
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
4980
5162
|
margin-left: 12px;
|
|
4981
5163
|
margin-right: 0;
|
|
@@ -4996,6 +5178,11 @@
|
|
|
4996
5178
|
margin-left: 20px;
|
|
4997
5179
|
}
|
|
4998
5180
|
|
|
5181
|
+
/* stylelint-disable */
|
|
5182
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5183
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5184
|
+
/* stylelint-enable */
|
|
5185
|
+
}
|
|
4999
5186
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5000
5187
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5001
5188
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5147,6 +5334,16 @@
|
|
|
5147
5334
|
margin-top: 4px;
|
|
5148
5335
|
padding: 0 12px;
|
|
5149
5336
|
}
|
|
5337
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5338
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5339
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5340
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
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
|
+
/* stylelint-disable */
|
|
5346
|
+
}
|
|
5150
5347
|
.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,
|
|
5151
5348
|
.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,
|
|
5152
5349
|
.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,
|
|
@@ -5158,6 +5355,7 @@
|
|
|
5158
5355
|
font-size: 14px;
|
|
5159
5356
|
height: 36px !important;
|
|
5160
5357
|
padding: 9px 16px !important;
|
|
5358
|
+
/* stylelint-enable */
|
|
5161
5359
|
}
|
|
5162
5360
|
.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,
|
|
5163
5361
|
.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,
|
|
@@ -5282,6 +5480,10 @@
|
|
|
5282
5480
|
.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 {
|
|
5283
5481
|
padding-top: 6px;
|
|
5284
5482
|
}
|
|
5483
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5484
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5485
|
+
/* stylelint-disable */
|
|
5486
|
+
}
|
|
5285
5487
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5286
5488
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5287
5489
|
padding-left: 16px;
|
|
@@ -5294,6 +5496,7 @@
|
|
|
5294
5496
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5295
5497
|
padding-left: 0;
|
|
5296
5498
|
padding-right: 5px;
|
|
5499
|
+
/* stylelint-enable */
|
|
5297
5500
|
}
|
|
5298
5501
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5299
5502
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5332,6 +5535,8 @@
|
|
|
5332
5535
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5333
5536
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5334
5537
|
padding-left: 20px;
|
|
5538
|
+
/* stylelint-disable */
|
|
5539
|
+
/* stylelint-enable */
|
|
5335
5540
|
}
|
|
5336
5541
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5337
5542
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5399,6 +5604,10 @@
|
|
|
5399
5604
|
padding-left: 0;
|
|
5400
5605
|
padding-right: 4px;
|
|
5401
5606
|
}
|
|
5607
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5608
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5609
|
+
/* stylelint-disable */
|
|
5610
|
+
}
|
|
5402
5611
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5403
5612
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5404
5613
|
max-height: 750px;
|
|
@@ -5435,4 +5644,6 @@
|
|
|
5435
5644
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5436
5645
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5437
5646
|
max-height: 164px;
|
|
5438
|
-
}
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
|
+
/* stylelint-enable */
|