@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/fabric.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: 48px !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
|
}
|
|
@@ -1060,12 +1102,18 @@
|
|
|
1060
1102
|
}
|
|
1061
1103
|
.e-pivotview .e-rowcell {
|
|
1062
1104
|
opacity: 1;
|
|
1105
|
+
/* stylelint-disable */
|
|
1106
|
+
/* stylelint-enable */
|
|
1063
1107
|
}
|
|
1064
1108
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1065
1109
|
-webkit-user-select: none;
|
|
1066
1110
|
-ms-user-select: none;
|
|
1067
1111
|
user-select: none;
|
|
1068
1112
|
}
|
|
1113
|
+
.e-pivotview .e-grouping-bar {
|
|
1114
|
+
/* stylelint-disable */
|
|
1115
|
+
/* stylelint-enable */
|
|
1116
|
+
}
|
|
1069
1117
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1070
1118
|
-ms-flex: auto;
|
|
1071
1119
|
flex: auto;
|
|
@@ -1191,7 +1239,9 @@
|
|
|
1191
1239
|
border: 1px solid #dadada;
|
|
1192
1240
|
border-radius: 0;
|
|
1193
1241
|
box-shadow: none;
|
|
1242
|
+
/* stylelint-disable */
|
|
1194
1243
|
color: #333 !important;
|
|
1244
|
+
/* stylelint-enable */
|
|
1195
1245
|
cursor: default;
|
|
1196
1246
|
display: -ms-flexbox;
|
|
1197
1247
|
display: flex;
|
|
@@ -1202,6 +1252,8 @@
|
|
|
1202
1252
|
text-transform: none;
|
|
1203
1253
|
vertical-align: bottom;
|
|
1204
1254
|
z-index: 1;
|
|
1255
|
+
/* stylelint-disable */
|
|
1256
|
+
/* stylelint-enable */
|
|
1205
1257
|
}
|
|
1206
1258
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1207
1259
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1523,7 +1575,7 @@
|
|
|
1523
1575
|
.e-pivotview .e-expand,
|
|
1524
1576
|
.e-pivotview .e-collapse {
|
|
1525
1577
|
cursor: pointer;
|
|
1526
|
-
display: inline
|
|
1578
|
+
display: inline;
|
|
1527
1579
|
height: 18px;
|
|
1528
1580
|
margin-top: 5px;
|
|
1529
1581
|
text-align: center;
|
|
@@ -1538,6 +1590,12 @@
|
|
|
1538
1590
|
.e-pivotview .e-expand::before {
|
|
1539
1591
|
font-size: 10px;
|
|
1540
1592
|
}
|
|
1593
|
+
.e-pivotview.e-rtl {
|
|
1594
|
+
/* stylelint-disable */
|
|
1595
|
+
/* stylelint-enable */
|
|
1596
|
+
/* stylelint-disable */
|
|
1597
|
+
/* stylelint-enable */
|
|
1598
|
+
}
|
|
1541
1599
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1542
1600
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1543
1601
|
margin-left: 0;
|
|
@@ -1609,8 +1667,10 @@
|
|
|
1609
1667
|
padding-right: 8px;
|
|
1610
1668
|
}
|
|
1611
1669
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1670
|
+
/* stylelint-disable */
|
|
1612
1671
|
padding-left: 8px;
|
|
1613
1672
|
padding-right: 0;
|
|
1673
|
+
/* stylelint-enable */
|
|
1614
1674
|
}
|
|
1615
1675
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1616
1676
|
margin-left: 4px;
|
|
@@ -1633,6 +1693,9 @@
|
|
|
1633
1693
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1634
1694
|
float: left;
|
|
1635
1695
|
}
|
|
1696
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1697
|
+
/* stylelint-disable */
|
|
1698
|
+
}
|
|
1636
1699
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1637
1700
|
line-height: 1em !important;
|
|
1638
1701
|
}
|
|
@@ -1710,6 +1773,13 @@
|
|
|
1710
1773
|
margin-right: 5px;
|
|
1711
1774
|
}
|
|
1712
1775
|
|
|
1776
|
+
.e-bigger .e-pivotview,
|
|
1777
|
+
.e-bigger.e-pivotview {
|
|
1778
|
+
/* stylelint-disable */
|
|
1779
|
+
/* stylelint-enable */
|
|
1780
|
+
/* stylelint-disable */
|
|
1781
|
+
/* stylelint-enable */
|
|
1782
|
+
}
|
|
1713
1783
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1714
1784
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1715
1785
|
margin: 5px;
|
|
@@ -1772,6 +1842,10 @@
|
|
|
1772
1842
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1773
1843
|
margin-top: 7px;
|
|
1774
1844
|
}
|
|
1845
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1846
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1847
|
+
/* stylelint-enable */
|
|
1848
|
+
}
|
|
1775
1849
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1776
1850
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1777
1851
|
height: 36px !important;
|
|
@@ -1812,6 +1886,7 @@
|
|
|
1812
1886
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1813
1887
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1814
1888
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1889
|
+
/* stylelint-disable */
|
|
1815
1890
|
font-size: 14px !important;
|
|
1816
1891
|
height: 20px;
|
|
1817
1892
|
margin-top: 1px;
|
|
@@ -1928,8 +2003,15 @@
|
|
|
1928
2003
|
}
|
|
1929
2004
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1930
2005
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2006
|
+
/* stylelint-disable */
|
|
1931
2007
|
font-size: 13px !important;
|
|
1932
2008
|
}
|
|
2009
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2010
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2011
|
+
/* stylelint-enable */
|
|
2012
|
+
/* stylelint-disable */
|
|
2013
|
+
/* stylelint-enable */
|
|
2014
|
+
}
|
|
1933
2015
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1934
2016
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1935
2017
|
padding-right: 10px !important;
|
|
@@ -2000,6 +2082,10 @@
|
|
|
2000
2082
|
content: "\e614";
|
|
2001
2083
|
}
|
|
2002
2084
|
|
|
2085
|
+
.e-pivot-calc-dialog-div {
|
|
2086
|
+
/* stylelint-disable */
|
|
2087
|
+
/* stylelint-enable */
|
|
2088
|
+
}
|
|
2003
2089
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2004
2090
|
content: "\e330";
|
|
2005
2091
|
}
|
|
@@ -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: "\e962";
|
|
@@ -2293,8 +2384,10 @@
|
|
|
2293
2384
|
}
|
|
2294
2385
|
|
|
2295
2386
|
.e-pivot-formatting-dialog {
|
|
2387
|
+
/* stylelint-disable */
|
|
2296
2388
|
max-height: 480px !important;
|
|
2297
2389
|
width: 645px !important;
|
|
2390
|
+
/* stylelint-enable */
|
|
2298
2391
|
}
|
|
2299
2392
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2300
2393
|
padding-bottom: 4px;
|
|
@@ -2369,7 +2462,9 @@
|
|
|
2369
2462
|
border: 1px solid #dadada;
|
|
2370
2463
|
border-radius: 0;
|
|
2371
2464
|
height: 28px;
|
|
2465
|
+
/* stylelint-disable */
|
|
2372
2466
|
margin: 0 !important;
|
|
2467
|
+
/* stylelint-enable */
|
|
2373
2468
|
padding-left: 6px;
|
|
2374
2469
|
padding-top: 6px;
|
|
2375
2470
|
width: 80px;
|
|
@@ -2390,7 +2485,9 @@
|
|
|
2390
2485
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2391
2486
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2392
2487
|
border: 1px solid #dadada;
|
|
2488
|
+
/* stylelint-disable */
|
|
2393
2489
|
border-radius: 0 !important;
|
|
2490
|
+
/* stylelint-enable */
|
|
2394
2491
|
height: 40%;
|
|
2395
2492
|
left: -3px;
|
|
2396
2493
|
position: absolute;
|
|
@@ -2398,8 +2495,10 @@
|
|
|
2398
2495
|
width: 150%;
|
|
2399
2496
|
}
|
|
2400
2497
|
.e-pivot-formatting-dialog.e-device {
|
|
2498
|
+
/* stylelint-disable */
|
|
2401
2499
|
min-width: 320px !important;
|
|
2402
2500
|
width: 100% !important;
|
|
2501
|
+
/* stylelint-enable */
|
|
2403
2502
|
}
|
|
2404
2503
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2405
2504
|
width: 100% !important;
|
|
@@ -2448,7 +2547,11 @@
|
|
|
2448
2547
|
|
|
2449
2548
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2450
2549
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2550
|
+
/* stylelint-disable */
|
|
2451
2551
|
width: 706px !important;
|
|
2552
|
+
/* stylelint-enable */
|
|
2553
|
+
/* stylelint-disable */
|
|
2554
|
+
/* stylelint-enable */
|
|
2452
2555
|
}
|
|
2453
2556
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2454
2557
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2487,8 +2590,10 @@
|
|
|
2487
2590
|
}
|
|
2488
2591
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2489
2592
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2593
|
+
/* stylelint-disable */
|
|
2490
2594
|
min-width: 320px !important;
|
|
2491
2595
|
width: 100% !important;
|
|
2596
|
+
/* stylelint-enable */
|
|
2492
2597
|
}
|
|
2493
2598
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2494
2599
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2507,8 +2612,14 @@
|
|
|
2507
2612
|
}
|
|
2508
2613
|
|
|
2509
2614
|
.e-pivot-calc-dialog-div {
|
|
2615
|
+
/* stylelint-disable */
|
|
2510
2616
|
max-height: 600px !important;
|
|
2617
|
+
/* stylelint-enable */
|
|
2511
2618
|
min-width: 290px;
|
|
2619
|
+
/* stylelint-disable */
|
|
2620
|
+
/* stylelint-enable */
|
|
2621
|
+
/* stylelint-disable */
|
|
2622
|
+
/* stylelint-enable */
|
|
2512
2623
|
}
|
|
2513
2624
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2514
2625
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2556,9 +2667,11 @@
|
|
|
2556
2667
|
}
|
|
2557
2668
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2558
2669
|
color: #333;
|
|
2670
|
+
/* stylelint-disable */
|
|
2559
2671
|
float: right !important;
|
|
2560
2672
|
margin: 0;
|
|
2561
2673
|
margin-right: 12px !important;
|
|
2674
|
+
/* stylelint-enable */
|
|
2562
2675
|
}
|
|
2563
2676
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2564
2677
|
cursor: default;
|
|
@@ -2842,8 +2955,11 @@
|
|
|
2842
2955
|
|
|
2843
2956
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2844
2957
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2958
|
+
/* stylelint-disable */
|
|
2845
2959
|
max-height: 600px !important;
|
|
2846
2960
|
min-width: 401px !important;
|
|
2961
|
+
/* stylelint-enable */
|
|
2962
|
+
/* stylelint-disable */
|
|
2847
2963
|
}
|
|
2848
2964
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2849
2965
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2923,6 +3039,9 @@
|
|
|
2923
3039
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
2924
3040
|
max-width: 400px !important;
|
|
2925
3041
|
min-width: 320px !important;
|
|
3042
|
+
/* stylelint-enable */
|
|
3043
|
+
/* stylelint-disable */
|
|
3044
|
+
/* stylelint-enable */
|
|
2926
3045
|
}
|
|
2927
3046
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
2928
3047
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -2960,8 +3079,10 @@
|
|
|
2960
3079
|
}
|
|
2961
3080
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2962
3081
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3082
|
+
/* stylelint-disable */
|
|
2963
3083
|
margin-left: -35px;
|
|
2964
3084
|
overflow: auto !important;
|
|
3085
|
+
/* stylelint-enable */
|
|
2965
3086
|
}
|
|
2966
3087
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2967
3088
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2980,6 +3101,10 @@
|
|
|
2980
3101
|
margin-left: 0;
|
|
2981
3102
|
margin-right: -35px;
|
|
2982
3103
|
}
|
|
3104
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3105
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3106
|
+
/* stylelint-disable */
|
|
3107
|
+
}
|
|
2983
3108
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
2984
3109
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
2985
3110
|
margin-left: 0;
|
|
@@ -3041,6 +3166,7 @@
|
|
|
3041
3166
|
}
|
|
3042
3167
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3043
3168
|
border: 0;
|
|
3169
|
+
/* stylelint-enable */
|
|
3044
3170
|
}
|
|
3045
3171
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3046
3172
|
margin: 0 0 0 6px;
|
|
@@ -3068,6 +3194,8 @@
|
|
|
3068
3194
|
overflow: auto;
|
|
3069
3195
|
padding: 20px;
|
|
3070
3196
|
padding-bottom: 0;
|
|
3197
|
+
/* stylelint-disable */
|
|
3198
|
+
/* stylelint-enable */
|
|
3071
3199
|
}
|
|
3072
3200
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3073
3201
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3106,6 +3234,9 @@
|
|
|
3106
3234
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3107
3235
|
float: right;
|
|
3108
3236
|
}
|
|
3237
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3238
|
+
/* stylelint-disable */
|
|
3239
|
+
}
|
|
3109
3240
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3110
3241
|
margin-left: 0;
|
|
3111
3242
|
}
|
|
@@ -3243,6 +3374,7 @@
|
|
|
3243
3374
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3244
3375
|
overflow: hidden;
|
|
3245
3376
|
padding: 0 !important;
|
|
3377
|
+
/* stylelint-enable */
|
|
3246
3378
|
}
|
|
3247
3379
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3248
3380
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3309,6 +3441,11 @@
|
|
|
3309
3441
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3310
3442
|
padding-right: 0;
|
|
3311
3443
|
}
|
|
3444
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3445
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3446
|
+
/* stylelint-disable */
|
|
3447
|
+
/* stylelint-enable */
|
|
3448
|
+
}
|
|
3312
3449
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3313
3450
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3314
3451
|
padding-left: 24px;
|
|
@@ -3358,6 +3495,7 @@
|
|
|
3358
3495
|
padding: 4px;
|
|
3359
3496
|
}
|
|
3360
3497
|
|
|
3498
|
+
/* stylelint-disable */
|
|
3361
3499
|
.e-button-drag-clone {
|
|
3362
3500
|
background-color: #fff !important;
|
|
3363
3501
|
border: 1px solid #d0d0d0;
|
|
@@ -3391,6 +3529,12 @@
|
|
|
3391
3529
|
width: auto !important;
|
|
3392
3530
|
}
|
|
3393
3531
|
|
|
3532
|
+
/* stylelint-enable */
|
|
3533
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
3534
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
3535
|
+
/* stylelint-disable */
|
|
3536
|
+
/* stylelint-enable */
|
|
3537
|
+
}
|
|
3394
3538
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3395
3539
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
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,
|
|
@@ -3455,6 +3599,10 @@
|
|
|
3455
3599
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3456
3600
|
margin-left: 10px;
|
|
3457
3601
|
}
|
|
3602
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3603
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3604
|
+
/* stylelint-disable */
|
|
3605
|
+
}
|
|
3458
3606
|
.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,
|
|
3459
3607
|
.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 {
|
|
3460
3608
|
margin: 0 0 0 6px;
|
|
@@ -3603,6 +3751,7 @@
|
|
|
3603
3751
|
background-color: #d0d0d0;
|
|
3604
3752
|
}
|
|
3605
3753
|
|
|
3754
|
+
/* stylelint-disable */
|
|
3606
3755
|
*.e-rtl .e-select-table {
|
|
3607
3756
|
padding: 8px 5px;
|
|
3608
3757
|
}
|
|
@@ -3641,6 +3790,8 @@
|
|
|
3641
3790
|
font-size: 14px;
|
|
3642
3791
|
max-width: 700px;
|
|
3643
3792
|
min-width: 300px;
|
|
3793
|
+
/* stylelint-enable */
|
|
3794
|
+
/* stylelint-enable */
|
|
3644
3795
|
}
|
|
3645
3796
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3646
3797
|
display: -ms-flexbox;
|
|
@@ -3760,6 +3911,8 @@
|
|
|
3760
3911
|
display: -ms-flexbox;
|
|
3761
3912
|
display: flex;
|
|
3762
3913
|
padding-right: 15px;
|
|
3914
|
+
/* stylelint-disable */
|
|
3915
|
+
/* stylelint-enable */
|
|
3763
3916
|
}
|
|
3764
3917
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3765
3918
|
-ms-flex: auto;
|
|
@@ -3771,7 +3924,9 @@
|
|
|
3771
3924
|
color: #666;
|
|
3772
3925
|
cursor: pointer;
|
|
3773
3926
|
font-size: 14px;
|
|
3927
|
+
/* stylelint-disable */
|
|
3774
3928
|
height: 20px !important;
|
|
3929
|
+
/* stylelint-enable */
|
|
3775
3930
|
padding: 5px 0 0 4px;
|
|
3776
3931
|
width: 20px;
|
|
3777
3932
|
}
|
|
@@ -3804,9 +3959,13 @@
|
|
|
3804
3959
|
}
|
|
3805
3960
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3806
3961
|
overflow: hidden;
|
|
3962
|
+
/* stylelint-disable */
|
|
3963
|
+
/* stylelint-enable */
|
|
3807
3964
|
}
|
|
3808
3965
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3809
3966
|
margin-left: -40px;
|
|
3967
|
+
/* stylelint-disable */
|
|
3968
|
+
/* stylelint-enable */
|
|
3810
3969
|
}
|
|
3811
3970
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3812
3971
|
cursor: default;
|
|
@@ -4314,6 +4473,8 @@
|
|
|
4314
4473
|
}
|
|
4315
4474
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4316
4475
|
height: 369px;
|
|
4476
|
+
/* stylelint-disable */
|
|
4477
|
+
/* stylelint-enable */
|
|
4317
4478
|
}
|
|
4318
4479
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4319
4480
|
height: 392px !important;
|
|
@@ -4337,6 +4498,7 @@
|
|
|
4337
4498
|
display: -ms-flexbox;
|
|
4338
4499
|
display: flex;
|
|
4339
4500
|
padding: 10px 20px;
|
|
4501
|
+
/* stylelint-disable */
|
|
4340
4502
|
}
|
|
4341
4503
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4342
4504
|
float: right;
|
|
@@ -4373,6 +4535,8 @@
|
|
|
4373
4535
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4374
4536
|
margin-left: 0;
|
|
4375
4537
|
margin-right: -40px;
|
|
4538
|
+
/* stylelint-disable */
|
|
4539
|
+
/* stylelint-enable */
|
|
4376
4540
|
}
|
|
4377
4541
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4378
4542
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4403,6 +4567,8 @@
|
|
|
4403
4567
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4404
4568
|
padding-left: 15px;
|
|
4405
4569
|
padding-right: 0;
|
|
4570
|
+
/* stylelint-disable */
|
|
4571
|
+
/* stylelint-enable */
|
|
4406
4572
|
}
|
|
4407
4573
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4408
4574
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4484,8 +4650,10 @@
|
|
|
4484
4650
|
}
|
|
4485
4651
|
.e-pivotfieldlist-container.e-device {
|
|
4486
4652
|
height: 100%;
|
|
4653
|
+
/* stylelint-disable */
|
|
4487
4654
|
max-height: 100% !important;
|
|
4488
4655
|
max-width: 100% !important;
|
|
4656
|
+
/* stylelint-enable */
|
|
4489
4657
|
min-height: 500px;
|
|
4490
4658
|
width: 100%;
|
|
4491
4659
|
}
|
|
@@ -4590,6 +4758,8 @@
|
|
|
4590
4758
|
padding: 9px 16px;
|
|
4591
4759
|
text-transform: none;
|
|
4592
4760
|
width: 100%;
|
|
4761
|
+
/* stylelint-disable */
|
|
4762
|
+
/* stylelint-enable */
|
|
4593
4763
|
}
|
|
4594
4764
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4595
4765
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4779,6 +4949,10 @@
|
|
|
4779
4949
|
vertical-align: middle;
|
|
4780
4950
|
width: 70%;
|
|
4781
4951
|
}
|
|
4952
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4953
|
+
/* stylelint-disable */
|
|
4954
|
+
/* stylelint-enable */
|
|
4955
|
+
}
|
|
4782
4956
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4783
4957
|
background-color: #fff;
|
|
4784
4958
|
border: 1px solid #d0d0d0;
|
|
@@ -4825,6 +4999,10 @@
|
|
|
4825
4999
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4826
5000
|
margin-right: 12px;
|
|
4827
5001
|
}
|
|
5002
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5003
|
+
/* stylelint-disable */
|
|
5004
|
+
/* stylelint-enable */
|
|
5005
|
+
}
|
|
4828
5006
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
4829
5007
|
left: 16px;
|
|
4830
5008
|
right: auto;
|
|
@@ -4974,6 +5152,10 @@
|
|
|
4974
5152
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
4975
5153
|
max-height: 600px;
|
|
4976
5154
|
}
|
|
5155
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5156
|
+
/* stylelint-disable */
|
|
5157
|
+
/* stylelint-enable */
|
|
5158
|
+
}
|
|
4977
5159
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
4978
5160
|
margin-left: 12px;
|
|
4979
5161
|
margin-right: 0;
|
|
@@ -4994,6 +5176,11 @@
|
|
|
4994
5176
|
margin-left: 20px;
|
|
4995
5177
|
}
|
|
4996
5178
|
|
|
5179
|
+
/* stylelint-disable */
|
|
5180
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5181
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5182
|
+
/* stylelint-enable */
|
|
5183
|
+
}
|
|
4997
5184
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
4998
5185
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
4999
5186
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5145,6 +5332,16 @@
|
|
|
5145
5332
|
margin-top: 4px;
|
|
5146
5333
|
padding: 0 12px;
|
|
5147
5334
|
}
|
|
5335
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5336
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5337
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5338
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
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
|
+
/* stylelint-disable */
|
|
5344
|
+
}
|
|
5148
5345
|
.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,
|
|
5149
5346
|
.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,
|
|
5150
5347
|
.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,
|
|
@@ -5156,6 +5353,7 @@
|
|
|
5156
5353
|
font-size: 14px;
|
|
5157
5354
|
height: 36px !important;
|
|
5158
5355
|
padding: 9px 16px !important;
|
|
5356
|
+
/* stylelint-enable */
|
|
5159
5357
|
}
|
|
5160
5358
|
.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,
|
|
5161
5359
|
.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,
|
|
@@ -5280,6 +5478,10 @@
|
|
|
5280
5478
|
.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 {
|
|
5281
5479
|
padding-top: 7px;
|
|
5282
5480
|
}
|
|
5481
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5482
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5483
|
+
/* stylelint-disable */
|
|
5484
|
+
}
|
|
5283
5485
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5284
5486
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5285
5487
|
padding-left: 16px;
|
|
@@ -5292,6 +5494,7 @@
|
|
|
5292
5494
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5293
5495
|
padding-left: 0;
|
|
5294
5496
|
padding-right: 5px;
|
|
5497
|
+
/* stylelint-enable */
|
|
5295
5498
|
}
|
|
5296
5499
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5297
5500
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5330,6 +5533,8 @@
|
|
|
5330
5533
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5331
5534
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5332
5535
|
padding-left: 20px;
|
|
5536
|
+
/* stylelint-disable */
|
|
5537
|
+
/* stylelint-enable */
|
|
5333
5538
|
}
|
|
5334
5539
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5335
5540
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5397,6 +5602,10 @@
|
|
|
5397
5602
|
padding-left: 0;
|
|
5398
5603
|
padding-right: 4px;
|
|
5399
5604
|
}
|
|
5605
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5606
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5607
|
+
/* stylelint-disable */
|
|
5608
|
+
}
|
|
5400
5609
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5401
5610
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5402
5611
|
max-height: 750px;
|
|
@@ -5433,4 +5642,6 @@
|
|
|
5433
5642
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5434
5643
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5435
5644
|
max-height: 166px;
|
|
5436
|
-
}
|
|
5645
|
+
}
|
|
5646
|
+
|
|
5647
|
+
/* stylelint-enable */
|