@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/material-dark.css
CHANGED
|
@@ -156,6 +156,12 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/*! PivotView layout */
|
|
159
|
+
.e-pivotview {
|
|
160
|
+
/* stylelint-disable */
|
|
161
|
+
/* stylelint-enable */
|
|
162
|
+
/* stylelint-enable */
|
|
163
|
+
/* stylelint-disable */
|
|
164
|
+
}
|
|
159
165
|
.e-pivotview .e-value-field-settings,
|
|
160
166
|
.e-pivotview .e-member-editor-dialog,
|
|
161
167
|
.e-pivotview .e-group-field-settings {
|
|
@@ -229,6 +235,7 @@
|
|
|
229
235
|
}
|
|
230
236
|
.e-pivotview .e-member-editor-dialog {
|
|
231
237
|
min-width: 320px;
|
|
238
|
+
/* stylelint-disable */
|
|
232
239
|
}
|
|
233
240
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
234
241
|
display: -ms-flexbox;
|
|
@@ -242,6 +249,7 @@
|
|
|
242
249
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
243
250
|
box-shadow: none;
|
|
244
251
|
margin-left: 10px;
|
|
252
|
+
/* stylelint-disable */
|
|
245
253
|
}
|
|
246
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
247
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -333,6 +341,7 @@
|
|
|
333
341
|
}
|
|
334
342
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
335
343
|
border: none;
|
|
344
|
+
/* stylelint-enable */
|
|
336
345
|
}
|
|
337
346
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
338
347
|
margin: 0 0 0 6px;
|
|
@@ -568,13 +577,16 @@
|
|
|
568
577
|
}
|
|
569
578
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
570
579
|
margin-left: 18px !important;
|
|
580
|
+
/* stylelint-enable */
|
|
571
581
|
}
|
|
572
582
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
583
|
+
/* stylelint-disable */
|
|
573
584
|
padding: 0 !important;
|
|
574
585
|
}
|
|
575
586
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
576
587
|
float: left;
|
|
577
588
|
font-weight: 500;
|
|
589
|
+
/* stylelint-enable */
|
|
578
590
|
}
|
|
579
591
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
580
592
|
float: right;
|
|
@@ -603,6 +615,7 @@
|
|
|
603
615
|
}
|
|
604
616
|
|
|
605
617
|
.e-pivotview-report-dialog {
|
|
618
|
+
/* stylelint-disable */
|
|
606
619
|
max-width: 350px !important;
|
|
607
620
|
}
|
|
608
621
|
|
|
@@ -622,6 +635,7 @@
|
|
|
622
635
|
max-width: 500px !important;
|
|
623
636
|
}
|
|
624
637
|
|
|
638
|
+
/* stylelint-enable */
|
|
625
639
|
.e-report-outer {
|
|
626
640
|
display: inline-block;
|
|
627
641
|
width: 100%;
|
|
@@ -633,6 +647,7 @@
|
|
|
633
647
|
width: 40%;
|
|
634
648
|
}
|
|
635
649
|
|
|
650
|
+
/* stylelint-disable */
|
|
636
651
|
.e-pivotview-report-input {
|
|
637
652
|
float: right;
|
|
638
653
|
width: 60% !important;
|
|
@@ -654,11 +669,16 @@
|
|
|
654
669
|
font-size: 18px !important;
|
|
655
670
|
}
|
|
656
671
|
|
|
672
|
+
/* stylelint-enable */
|
|
657
673
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
658
674
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
659
675
|
white-space: nowrap;
|
|
660
676
|
}
|
|
661
677
|
|
|
678
|
+
.e-drillthrough-dialog {
|
|
679
|
+
/* stylelint-disable */
|
|
680
|
+
/* stylelint-enable */
|
|
681
|
+
}
|
|
662
682
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
663
683
|
margin-bottom: 20px;
|
|
664
684
|
}
|
|
@@ -679,9 +699,18 @@
|
|
|
679
699
|
flex-wrap: wrap;
|
|
680
700
|
}
|
|
681
701
|
|
|
702
|
+
.e-bigger .e-pivotview,
|
|
703
|
+
.e-bigger.e-pivotview {
|
|
704
|
+
/* stylelint-disable */
|
|
705
|
+
/* stylelint-enable */
|
|
706
|
+
/* stylelint-disable */
|
|
707
|
+
/* stylelint-enable */
|
|
708
|
+
}
|
|
682
709
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
683
710
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
711
|
+
/* stylelint-disable */
|
|
684
712
|
height: 52px !important;
|
|
713
|
+
/* stylelint-enable */
|
|
685
714
|
}
|
|
686
715
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
687
716
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -837,6 +866,18 @@
|
|
|
837
866
|
}
|
|
838
867
|
|
|
839
868
|
/*! PivotView theme */
|
|
869
|
+
.e-pivotview {
|
|
870
|
+
/* stylelint-enable */
|
|
871
|
+
/* stylelint-disable */
|
|
872
|
+
/* stylelint-enable */
|
|
873
|
+
/* stylelint-disable */
|
|
874
|
+
/* stylelint-enable */
|
|
875
|
+
/* stylelint-disable */
|
|
876
|
+
/* stylelint-enable */
|
|
877
|
+
/* stylelint-disable */
|
|
878
|
+
/* stylelint-enable */
|
|
879
|
+
/* stylelint-enable */
|
|
880
|
+
}
|
|
840
881
|
.e-pivotview .e-nextspan {
|
|
841
882
|
display: inline-block;
|
|
842
883
|
width: 18px;
|
|
@@ -857,6 +898,7 @@
|
|
|
857
898
|
text-align: right;
|
|
858
899
|
}
|
|
859
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
|
+
/* stylelint-disable */
|
|
860
902
|
font-size: 13px !important;
|
|
861
903
|
padding-left: 8px;
|
|
862
904
|
-webkit-user-select: none;
|
|
@@ -1027,11 +1069,11 @@
|
|
|
1027
1069
|
border-right-width: 1px;
|
|
1028
1070
|
}
|
|
1029
1071
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1072
|
+
display: inline;
|
|
1031
1073
|
}
|
|
1032
1074
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1075
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1076
|
+
display: inline;
|
|
1035
1077
|
padding-left: 12px !important;
|
|
1036
1078
|
margin-top: 5px;
|
|
1037
1079
|
}
|
|
@@ -1063,12 +1105,18 @@
|
|
|
1063
1105
|
}
|
|
1064
1106
|
.e-pivotview .e-rowcell {
|
|
1065
1107
|
opacity: 1;
|
|
1108
|
+
/* stylelint-disable */
|
|
1109
|
+
/* stylelint-enable */
|
|
1066
1110
|
}
|
|
1067
1111
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1068
1112
|
-webkit-user-select: none;
|
|
1069
1113
|
-ms-user-select: none;
|
|
1070
1114
|
user-select: none;
|
|
1071
1115
|
}
|
|
1116
|
+
.e-pivotview .e-grouping-bar {
|
|
1117
|
+
/* stylelint-disable */
|
|
1118
|
+
/* stylelint-enable */
|
|
1119
|
+
}
|
|
1072
1120
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1073
1121
|
-ms-flex: auto;
|
|
1074
1122
|
flex: auto;
|
|
@@ -1194,7 +1242,9 @@
|
|
|
1194
1242
|
border: 1px solid none;
|
|
1195
1243
|
border-radius: 25px;
|
|
1196
1244
|
box-shadow: none;
|
|
1245
|
+
/* stylelint-disable */
|
|
1197
1246
|
color: #fff !important;
|
|
1247
|
+
/* stylelint-enable */
|
|
1198
1248
|
cursor: default;
|
|
1199
1249
|
display: -ms-flexbox;
|
|
1200
1250
|
display: flex;
|
|
@@ -1205,6 +1255,8 @@
|
|
|
1205
1255
|
text-transform: none;
|
|
1206
1256
|
vertical-align: bottom;
|
|
1207
1257
|
z-index: 1;
|
|
1258
|
+
/* stylelint-disable */
|
|
1259
|
+
/* stylelint-enable */
|
|
1208
1260
|
}
|
|
1209
1261
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1210
1262
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1526,7 +1578,7 @@
|
|
|
1526
1578
|
.e-pivotview .e-expand,
|
|
1527
1579
|
.e-pivotview .e-collapse {
|
|
1528
1580
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1581
|
+
display: inline;
|
|
1530
1582
|
height: 18px;
|
|
1531
1583
|
margin-top: 5px;
|
|
1532
1584
|
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: 0;
|
|
@@ -1775,6 +1845,10 @@
|
|
|
1775
1845
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1776
1846
|
margin-top: 8px;
|
|
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
|
}
|
|
@@ -2098,6 +2184,11 @@
|
|
|
2098
2184
|
content: "\e665" !important;
|
|
2099
2185
|
}
|
|
2100
2186
|
|
|
2187
|
+
.e-pivotfieldlist-wrapper,
|
|
2188
|
+
.e-pivotfieldlist-container {
|
|
2189
|
+
/* stylelint-disable */
|
|
2190
|
+
/* stylelint-enable */
|
|
2191
|
+
}
|
|
2101
2192
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2102
2193
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2103
2194
|
content: "\e977";
|
|
@@ -2297,8 +2388,10 @@
|
|
|
2297
2388
|
}
|
|
2298
2389
|
|
|
2299
2390
|
.e-pivot-formatting-dialog {
|
|
2391
|
+
/* stylelint-disable */
|
|
2300
2392
|
max-height: 480px !important;
|
|
2301
2393
|
width: 628px !important;
|
|
2394
|
+
/* stylelint-enable */
|
|
2302
2395
|
}
|
|
2303
2396
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2304
2397
|
padding-bottom: 4px;
|
|
@@ -2373,7 +2466,9 @@
|
|
|
2373
2466
|
border: 1px solid #e0e0e0;
|
|
2374
2467
|
border-radius: 4px;
|
|
2375
2468
|
height: 28px;
|
|
2469
|
+
/* stylelint-disable */
|
|
2376
2470
|
margin: 0 !important;
|
|
2471
|
+
/* stylelint-enable */
|
|
2377
2472
|
padding-left: 6px;
|
|
2378
2473
|
padding-top: 6px;
|
|
2379
2474
|
width: 80px;
|
|
@@ -2394,7 +2489,9 @@
|
|
|
2394
2489
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2395
2490
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2396
2491
|
border: 1px solid #e0e0e0;
|
|
2492
|
+
/* stylelint-disable */
|
|
2397
2493
|
border-radius: 0 !important;
|
|
2494
|
+
/* stylelint-enable */
|
|
2398
2495
|
height: 40%;
|
|
2399
2496
|
left: -3px;
|
|
2400
2497
|
position: absolute;
|
|
@@ -2402,8 +2499,10 @@
|
|
|
2402
2499
|
width: 150%;
|
|
2403
2500
|
}
|
|
2404
2501
|
.e-pivot-formatting-dialog.e-device {
|
|
2502
|
+
/* stylelint-disable */
|
|
2405
2503
|
min-width: 320px !important;
|
|
2406
2504
|
width: 100% !important;
|
|
2505
|
+
/* stylelint-enable */
|
|
2407
2506
|
}
|
|
2408
2507
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2409
2508
|
width: 100% !important;
|
|
@@ -2452,7 +2551,11 @@
|
|
|
2452
2551
|
|
|
2453
2552
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2454
2553
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2554
|
+
/* stylelint-disable */
|
|
2455
2555
|
width: 680px !important;
|
|
2556
|
+
/* stylelint-enable */
|
|
2557
|
+
/* stylelint-disable */
|
|
2558
|
+
/* stylelint-enable */
|
|
2456
2559
|
}
|
|
2457
2560
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2458
2561
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2491,8 +2594,10 @@
|
|
|
2491
2594
|
}
|
|
2492
2595
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2493
2596
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2597
|
+
/* stylelint-disable */
|
|
2494
2598
|
min-width: 320px !important;
|
|
2495
2599
|
width: 100% !important;
|
|
2600
|
+
/* stylelint-enable */
|
|
2496
2601
|
}
|
|
2497
2602
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2498
2603
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2511,8 +2616,14 @@
|
|
|
2511
2616
|
}
|
|
2512
2617
|
|
|
2513
2618
|
.e-pivot-calc-dialog-div {
|
|
2619
|
+
/* stylelint-disable */
|
|
2514
2620
|
max-height: 600px !important;
|
|
2621
|
+
/* stylelint-enable */
|
|
2515
2622
|
min-width: 290px;
|
|
2623
|
+
/* stylelint-disable */
|
|
2624
|
+
/* stylelint-enable */
|
|
2625
|
+
/* stylelint-disable */
|
|
2626
|
+
/* stylelint-enable */
|
|
2516
2627
|
}
|
|
2517
2628
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2518
2629
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2560,9 +2671,11 @@
|
|
|
2560
2671
|
}
|
|
2561
2672
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2562
2673
|
color: rgba(255, 255, 255, 0.7);
|
|
2674
|
+
/* stylelint-disable */
|
|
2563
2675
|
float: right !important;
|
|
2564
2676
|
margin: 0;
|
|
2565
2677
|
margin-right: 12px !important;
|
|
2678
|
+
/* stylelint-enable */
|
|
2566
2679
|
}
|
|
2567
2680
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2568
2681
|
cursor: default;
|
|
@@ -2846,8 +2959,11 @@
|
|
|
2846
2959
|
|
|
2847
2960
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2848
2961
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2962
|
+
/* stylelint-disable */
|
|
2849
2963
|
max-height: 600px !important;
|
|
2850
2964
|
min-width: 401px !important;
|
|
2965
|
+
/* stylelint-enable */
|
|
2966
|
+
/* stylelint-disable */
|
|
2851
2967
|
}
|
|
2852
2968
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2853
2969
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2927,6 +3043,9 @@
|
|
|
2927
3043
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2928
3044
|
max-width: 400px !important;
|
|
2929
3045
|
min-width: 320px !important;
|
|
3046
|
+
/* stylelint-enable */
|
|
3047
|
+
/* stylelint-disable */
|
|
3048
|
+
/* stylelint-enable */
|
|
2930
3049
|
}
|
|
2931
3050
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2932
3051
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -2964,8 +3083,10 @@
|
|
|
2964
3083
|
}
|
|
2965
3084
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2966
3085
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3086
|
+
/* stylelint-disable */
|
|
2967
3087
|
margin-left: -35px;
|
|
2968
3088
|
overflow: auto !important;
|
|
3089
|
+
/* stylelint-enable */
|
|
2969
3090
|
}
|
|
2970
3091
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2971
3092
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2984,6 +3105,10 @@
|
|
|
2984
3105
|
margin-left: 0;
|
|
2985
3106
|
margin-right: -35px;
|
|
2986
3107
|
}
|
|
3108
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3109
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3110
|
+
/* stylelint-disable */
|
|
3111
|
+
}
|
|
2987
3112
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
2988
3113
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
2989
3114
|
margin-left: 0;
|
|
@@ -3045,6 +3170,7 @@
|
|
|
3045
3170
|
}
|
|
3046
3171
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3047
3172
|
border: 0;
|
|
3173
|
+
/* stylelint-enable */
|
|
3048
3174
|
}
|
|
3049
3175
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3050
3176
|
margin: 0 0 0 6px;
|
|
@@ -3072,6 +3198,8 @@
|
|
|
3072
3198
|
overflow: auto;
|
|
3073
3199
|
padding: 20px;
|
|
3074
3200
|
padding-bottom: 0;
|
|
3201
|
+
/* stylelint-disable */
|
|
3202
|
+
/* stylelint-enable */
|
|
3075
3203
|
}
|
|
3076
3204
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3077
3205
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3110,6 +3238,9 @@
|
|
|
3110
3238
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3111
3239
|
float: right;
|
|
3112
3240
|
}
|
|
3241
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3242
|
+
/* stylelint-disable */
|
|
3243
|
+
}
|
|
3113
3244
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3114
3245
|
margin-left: 0;
|
|
3115
3246
|
}
|
|
@@ -3247,6 +3378,7 @@
|
|
|
3247
3378
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3248
3379
|
overflow: hidden;
|
|
3249
3380
|
padding: 0 !important;
|
|
3381
|
+
/* stylelint-enable */
|
|
3250
3382
|
}
|
|
3251
3383
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3252
3384
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3313,6 +3445,11 @@
|
|
|
3313
3445
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3314
3446
|
padding-right: 0;
|
|
3315
3447
|
}
|
|
3448
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3449
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3450
|
+
/* stylelint-disable */
|
|
3451
|
+
/* stylelint-enable */
|
|
3452
|
+
}
|
|
3316
3453
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3317
3454
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3318
3455
|
padding-left: 24px;
|
|
@@ -3362,6 +3499,7 @@
|
|
|
3362
3499
|
padding: 4px;
|
|
3363
3500
|
}
|
|
3364
3501
|
|
|
3502
|
+
/* stylelint-disable */
|
|
3365
3503
|
.e-button-drag-clone {
|
|
3366
3504
|
background-color: rgba(255, 255, 255, 0.18) !important;
|
|
3367
3505
|
border: 1px solid rgba(255, 255, 255, 0.18);
|
|
@@ -3395,6 +3533,12 @@
|
|
|
3395
3533
|
width: auto !important;
|
|
3396
3534
|
}
|
|
3397
3535
|
|
|
3536
|
+
/* stylelint-enable */
|
|
3537
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3538
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3539
|
+
/* stylelint-disable */
|
|
3540
|
+
/* stylelint-enable */
|
|
3541
|
+
}
|
|
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,
|
|
3399
3543
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
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,
|
|
@@ -3459,6 +3603,10 @@
|
|
|
3459
3603
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3460
3604
|
margin-left: 10px;
|
|
3461
3605
|
}
|
|
3606
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3607
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3608
|
+
/* stylelint-disable */
|
|
3609
|
+
}
|
|
3462
3610
|
.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,
|
|
3463
3611
|
.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 {
|
|
3464
3612
|
margin: 0 0 0 6px;
|
|
@@ -3607,6 +3755,7 @@
|
|
|
3607
3755
|
background-color: rgba(255, 255, 255, 0.1);
|
|
3608
3756
|
}
|
|
3609
3757
|
|
|
3758
|
+
/* stylelint-disable */
|
|
3610
3759
|
*.e-rtl .e-select-table {
|
|
3611
3760
|
padding: 8px 5px;
|
|
3612
3761
|
}
|
|
@@ -3645,6 +3794,8 @@
|
|
|
3645
3794
|
font-size: 12px;
|
|
3646
3795
|
max-width: 700px;
|
|
3647
3796
|
min-width: 300px;
|
|
3797
|
+
/* stylelint-enable */
|
|
3798
|
+
/* stylelint-enable */
|
|
3648
3799
|
}
|
|
3649
3800
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3650
3801
|
display: -ms-flexbox;
|
|
@@ -3764,6 +3915,8 @@
|
|
|
3764
3915
|
display: -ms-flexbox;
|
|
3765
3916
|
display: flex;
|
|
3766
3917
|
padding-right: 15px;
|
|
3918
|
+
/* stylelint-disable */
|
|
3919
|
+
/* stylelint-enable */
|
|
3767
3920
|
}
|
|
3768
3921
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3769
3922
|
-ms-flex: auto;
|
|
@@ -3775,7 +3928,9 @@
|
|
|
3775
3928
|
color: #fff;
|
|
3776
3929
|
cursor: pointer;
|
|
3777
3930
|
font-size: 14px;
|
|
3931
|
+
/* stylelint-disable */
|
|
3778
3932
|
height: 20px !important;
|
|
3933
|
+
/* stylelint-enable */
|
|
3779
3934
|
padding: 7px 0 0 4px;
|
|
3780
3935
|
width: 20px;
|
|
3781
3936
|
}
|
|
@@ -3808,9 +3963,13 @@
|
|
|
3808
3963
|
}
|
|
3809
3964
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3810
3965
|
overflow: hidden;
|
|
3966
|
+
/* stylelint-disable */
|
|
3967
|
+
/* stylelint-enable */
|
|
3811
3968
|
}
|
|
3812
3969
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3813
3970
|
margin-left: -40px;
|
|
3971
|
+
/* stylelint-disable */
|
|
3972
|
+
/* stylelint-enable */
|
|
3814
3973
|
}
|
|
3815
3974
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3816
3975
|
cursor: default;
|
|
@@ -4318,6 +4477,8 @@
|
|
|
4318
4477
|
}
|
|
4319
4478
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4320
4479
|
height: 369px;
|
|
4480
|
+
/* stylelint-disable */
|
|
4481
|
+
/* stylelint-enable */
|
|
4321
4482
|
}
|
|
4322
4483
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4323
4484
|
height: 392px !important;
|
|
@@ -4341,6 +4502,7 @@
|
|
|
4341
4502
|
display: -ms-flexbox;
|
|
4342
4503
|
display: flex;
|
|
4343
4504
|
padding: 6px 20px;
|
|
4505
|
+
/* stylelint-disable */
|
|
4344
4506
|
}
|
|
4345
4507
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4346
4508
|
float: right;
|
|
@@ -4377,6 +4539,8 @@
|
|
|
4377
4539
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4378
4540
|
margin-left: 0;
|
|
4379
4541
|
margin-right: -40px;
|
|
4542
|
+
/* stylelint-disable */
|
|
4543
|
+
/* stylelint-enable */
|
|
4380
4544
|
}
|
|
4381
4545
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4382
4546
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4407,6 +4571,8 @@
|
|
|
4407
4571
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4408
4572
|
padding-left: 15px;
|
|
4409
4573
|
padding-right: 0;
|
|
4574
|
+
/* stylelint-disable */
|
|
4575
|
+
/* stylelint-enable */
|
|
4410
4576
|
}
|
|
4411
4577
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4412
4578
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4488,8 +4654,10 @@
|
|
|
4488
4654
|
}
|
|
4489
4655
|
.e-pivotfieldlist-container.e-device {
|
|
4490
4656
|
height: 100%;
|
|
4657
|
+
/* stylelint-disable */
|
|
4491
4658
|
max-height: 100% !important;
|
|
4492
4659
|
max-width: 100% !important;
|
|
4660
|
+
/* stylelint-enable */
|
|
4493
4661
|
min-height: 500px;
|
|
4494
4662
|
width: 100%;
|
|
4495
4663
|
}
|
|
@@ -4594,6 +4762,8 @@
|
|
|
4594
4762
|
padding: 9px 16px;
|
|
4595
4763
|
text-transform: none;
|
|
4596
4764
|
width: 100%;
|
|
4765
|
+
/* stylelint-disable */
|
|
4766
|
+
/* stylelint-enable */
|
|
4597
4767
|
}
|
|
4598
4768
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4599
4769
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4783,6 +4953,10 @@
|
|
|
4783
4953
|
vertical-align: middle;
|
|
4784
4954
|
width: 70%;
|
|
4785
4955
|
}
|
|
4956
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4957
|
+
/* stylelint-disable */
|
|
4958
|
+
/* stylelint-enable */
|
|
4959
|
+
}
|
|
4786
4960
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4787
4961
|
background-color: #303030;
|
|
4788
4962
|
border: 1px solid #616161;
|
|
@@ -4829,6 +5003,10 @@
|
|
|
4829
5003
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4830
5004
|
margin-right: 12px;
|
|
4831
5005
|
}
|
|
5006
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5007
|
+
/* stylelint-disable */
|
|
5008
|
+
/* stylelint-enable */
|
|
5009
|
+
}
|
|
4832
5010
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4833
5011
|
left: 16px;
|
|
4834
5012
|
right: auto;
|
|
@@ -4978,6 +5156,10 @@
|
|
|
4978
5156
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
4979
5157
|
max-height: 600px;
|
|
4980
5158
|
}
|
|
5159
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5160
|
+
/* stylelint-disable */
|
|
5161
|
+
/* stylelint-enable */
|
|
5162
|
+
}
|
|
4981
5163
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
4982
5164
|
margin-left: 12px;
|
|
4983
5165
|
margin-right: 0;
|
|
@@ -4998,6 +5180,11 @@
|
|
|
4998
5180
|
margin-left: 20px;
|
|
4999
5181
|
}
|
|
5000
5182
|
|
|
5183
|
+
/* stylelint-disable */
|
|
5184
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5185
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5186
|
+
/* stylelint-enable */
|
|
5187
|
+
}
|
|
5001
5188
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5002
5189
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5003
5190
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5149,6 +5336,16 @@
|
|
|
5149
5336
|
margin-top: 4px;
|
|
5150
5337
|
padding: 0 12px;
|
|
5151
5338
|
}
|
|
5339
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5340
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5341
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5342
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5343
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5344
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5345
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5346
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5347
|
+
/* stylelint-disable */
|
|
5348
|
+
}
|
|
5152
5349
|
.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,
|
|
5153
5350
|
.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,
|
|
5154
5351
|
.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,
|
|
@@ -5160,6 +5357,7 @@
|
|
|
5160
5357
|
font-size: 14px;
|
|
5161
5358
|
height: 36px !important;
|
|
5162
5359
|
padding: 9px 16px !important;
|
|
5360
|
+
/* stylelint-enable */
|
|
5163
5361
|
}
|
|
5164
5362
|
.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,
|
|
5165
5363
|
.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,
|
|
@@ -5284,6 +5482,10 @@
|
|
|
5284
5482
|
.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 {
|
|
5285
5483
|
padding-top: 7px;
|
|
5286
5484
|
}
|
|
5485
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5486
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5487
|
+
/* stylelint-disable */
|
|
5488
|
+
}
|
|
5287
5489
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5288
5490
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5289
5491
|
padding-left: 16px;
|
|
@@ -5296,6 +5498,7 @@
|
|
|
5296
5498
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5297
5499
|
padding-left: 0;
|
|
5298
5500
|
padding-right: 5px;
|
|
5501
|
+
/* stylelint-enable */
|
|
5299
5502
|
}
|
|
5300
5503
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5301
5504
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5334,6 +5537,8 @@
|
|
|
5334
5537
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5335
5538
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5336
5539
|
padding-left: 20px;
|
|
5540
|
+
/* stylelint-disable */
|
|
5541
|
+
/* stylelint-enable */
|
|
5337
5542
|
}
|
|
5338
5543
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5339
5544
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5401,6 +5606,10 @@
|
|
|
5401
5606
|
padding-left: 0;
|
|
5402
5607
|
padding-right: 4px;
|
|
5403
5608
|
}
|
|
5609
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5610
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5611
|
+
/* stylelint-disable */
|
|
5612
|
+
}
|
|
5404
5613
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5405
5614
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5406
5615
|
max-height: 750px;
|
|
@@ -5437,4 +5646,6 @@
|
|
|
5437
5646
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5438
5647
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5439
5648
|
max-height: 190px;
|
|
5440
|
-
}
|
|
5649
|
+
}
|
|
5650
|
+
|
|
5651
|
+
/* stylelint-enable */
|