@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
|
@@ -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 {
|
|
@@ -230,6 +236,7 @@
|
|
|
230
236
|
}
|
|
231
237
|
.e-pivotview .e-member-editor-dialog {
|
|
232
238
|
min-width: 320px;
|
|
239
|
+
/* stylelint-disable */
|
|
233
240
|
}
|
|
234
241
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
235
242
|
display: -ms-flexbox;
|
|
@@ -249,6 +256,7 @@
|
|
|
249
256
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
250
257
|
box-shadow: none;
|
|
251
258
|
margin-left: 10px;
|
|
259
|
+
/* stylelint-disable */
|
|
252
260
|
}
|
|
253
261
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
254
262
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -342,6 +350,7 @@
|
|
|
342
350
|
}
|
|
343
351
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
344
352
|
border: none;
|
|
353
|
+
/* stylelint-enable */
|
|
345
354
|
}
|
|
346
355
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
347
356
|
margin: 0 0 0 6px;
|
|
@@ -587,13 +596,16 @@
|
|
|
587
596
|
}
|
|
588
597
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
589
598
|
margin-left: 18px !important;
|
|
599
|
+
/* stylelint-enable */
|
|
590
600
|
}
|
|
591
601
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
602
|
+
/* stylelint-disable */
|
|
592
603
|
padding: 0 !important;
|
|
593
604
|
}
|
|
594
605
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
595
606
|
float: left;
|
|
596
607
|
font-weight: 500;
|
|
608
|
+
/* stylelint-enable */
|
|
597
609
|
}
|
|
598
610
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
599
611
|
float: right;
|
|
@@ -622,6 +634,7 @@
|
|
|
622
634
|
}
|
|
623
635
|
|
|
624
636
|
.e-pivotview-report-dialog {
|
|
637
|
+
/* stylelint-disable */
|
|
625
638
|
max-width: 350px !important;
|
|
626
639
|
}
|
|
627
640
|
|
|
@@ -641,6 +654,7 @@
|
|
|
641
654
|
max-width: 500px !important;
|
|
642
655
|
}
|
|
643
656
|
|
|
657
|
+
/* stylelint-enable */
|
|
644
658
|
.e-report-outer {
|
|
645
659
|
display: inline-block;
|
|
646
660
|
width: 100%;
|
|
@@ -652,6 +666,7 @@
|
|
|
652
666
|
width: 40%;
|
|
653
667
|
}
|
|
654
668
|
|
|
669
|
+
/* stylelint-disable */
|
|
655
670
|
.e-pivotview-report-input {
|
|
656
671
|
float: right;
|
|
657
672
|
width: 60% !important;
|
|
@@ -673,11 +688,16 @@
|
|
|
673
688
|
font-size: 18px !important;
|
|
674
689
|
}
|
|
675
690
|
|
|
691
|
+
/* stylelint-enable */
|
|
676
692
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
677
693
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
678
694
|
white-space: nowrap;
|
|
679
695
|
}
|
|
680
696
|
|
|
697
|
+
.e-drillthrough-dialog {
|
|
698
|
+
/* stylelint-disable */
|
|
699
|
+
/* stylelint-enable */
|
|
700
|
+
}
|
|
681
701
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
682
702
|
margin-bottom: 20px;
|
|
683
703
|
}
|
|
@@ -698,6 +718,13 @@
|
|
|
698
718
|
flex-wrap: wrap;
|
|
699
719
|
}
|
|
700
720
|
|
|
721
|
+
.e-bigger .e-pivotview,
|
|
722
|
+
.e-bigger.e-pivotview {
|
|
723
|
+
/* stylelint-disable */
|
|
724
|
+
/* stylelint-enable */
|
|
725
|
+
/* stylelint-disable */
|
|
726
|
+
/* stylelint-enable */
|
|
727
|
+
}
|
|
701
728
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon,
|
|
702
729
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
703
730
|
line-height: 50px;
|
|
@@ -864,6 +891,18 @@
|
|
|
864
891
|
}
|
|
865
892
|
|
|
866
893
|
/*! PivotView theme */
|
|
894
|
+
.e-pivotview {
|
|
895
|
+
/* stylelint-enable */
|
|
896
|
+
/* stylelint-disable */
|
|
897
|
+
/* stylelint-enable */
|
|
898
|
+
/* stylelint-disable */
|
|
899
|
+
/* stylelint-enable */
|
|
900
|
+
/* stylelint-disable */
|
|
901
|
+
/* stylelint-enable */
|
|
902
|
+
/* stylelint-disable */
|
|
903
|
+
/* stylelint-enable */
|
|
904
|
+
/* stylelint-enable */
|
|
905
|
+
}
|
|
867
906
|
.e-pivotview .e-nextspan {
|
|
868
907
|
display: inline-block;
|
|
869
908
|
width: 18px;
|
|
@@ -884,6 +923,7 @@
|
|
|
884
923
|
text-align: right;
|
|
885
924
|
}
|
|
886
925
|
.e-pivotview .e-grid .e-rowcell {
|
|
926
|
+
/* stylelint-disable */
|
|
887
927
|
font-size: 14px !important;
|
|
888
928
|
padding-left: 8px;
|
|
889
929
|
-webkit-user-select: none;
|
|
@@ -1069,11 +1109,11 @@
|
|
|
1069
1109
|
border-right-width: 1px;
|
|
1070
1110
|
}
|
|
1071
1111
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1072
|
-
display:
|
|
1112
|
+
display: inline;
|
|
1073
1113
|
}
|
|
1074
1114
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1075
1115
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1076
|
-
display: inline
|
|
1116
|
+
display: inline;
|
|
1077
1117
|
padding-left: 12px !important;
|
|
1078
1118
|
margin-top: 5px;
|
|
1079
1119
|
margin-top: 2px;
|
|
@@ -1104,12 +1144,18 @@
|
|
|
1104
1144
|
}
|
|
1105
1145
|
.e-pivotview .e-rowcell {
|
|
1106
1146
|
opacity: 1;
|
|
1147
|
+
/* stylelint-disable */
|
|
1148
|
+
/* stylelint-enable */
|
|
1107
1149
|
}
|
|
1108
1150
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1109
1151
|
-webkit-user-select: none;
|
|
1110
1152
|
-ms-user-select: none;
|
|
1111
1153
|
user-select: none;
|
|
1112
1154
|
}
|
|
1155
|
+
.e-pivotview .e-grouping-bar {
|
|
1156
|
+
/* stylelint-disable */
|
|
1157
|
+
/* stylelint-enable */
|
|
1158
|
+
}
|
|
1113
1159
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1114
1160
|
-ms-flex: auto;
|
|
1115
1161
|
flex: auto;
|
|
@@ -1238,7 +1284,9 @@
|
|
|
1238
1284
|
border: 1px solid #e5e7eb;
|
|
1239
1285
|
border-radius: 0;
|
|
1240
1286
|
box-shadow: none;
|
|
1287
|
+
/* stylelint-disable */
|
|
1241
1288
|
color: #374151 !important;
|
|
1289
|
+
/* stylelint-enable */
|
|
1242
1290
|
cursor: default;
|
|
1243
1291
|
display: -ms-flexbox;
|
|
1244
1292
|
display: flex;
|
|
@@ -1249,6 +1297,8 @@
|
|
|
1249
1297
|
text-transform: none;
|
|
1250
1298
|
vertical-align: bottom;
|
|
1251
1299
|
z-index: 1;
|
|
1300
|
+
/* stylelint-disable */
|
|
1301
|
+
/* stylelint-enable */
|
|
1252
1302
|
}
|
|
1253
1303
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1254
1304
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1570,7 +1620,7 @@
|
|
|
1570
1620
|
.e-pivotview .e-expand,
|
|
1571
1621
|
.e-pivotview .e-collapse {
|
|
1572
1622
|
cursor: pointer;
|
|
1573
|
-
display: inline
|
|
1623
|
+
display: inline;
|
|
1574
1624
|
height: 18px;
|
|
1575
1625
|
margin-top: 5px;
|
|
1576
1626
|
text-align: center;
|
|
@@ -1587,6 +1637,12 @@
|
|
|
1587
1637
|
.e-pivotview .e-expand::before {
|
|
1588
1638
|
font-size: 18px;
|
|
1589
1639
|
}
|
|
1640
|
+
.e-pivotview.e-rtl {
|
|
1641
|
+
/* stylelint-disable */
|
|
1642
|
+
/* stylelint-enable */
|
|
1643
|
+
/* stylelint-disable */
|
|
1644
|
+
/* stylelint-enable */
|
|
1645
|
+
}
|
|
1590
1646
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1591
1647
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1592
1648
|
margin-left: 0;
|
|
@@ -1658,8 +1714,10 @@
|
|
|
1658
1714
|
padding-right: 8px;
|
|
1659
1715
|
}
|
|
1660
1716
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1717
|
+
/* stylelint-disable */
|
|
1661
1718
|
padding-left: 8px;
|
|
1662
1719
|
padding-right: 0;
|
|
1720
|
+
/* stylelint-enable */
|
|
1663
1721
|
}
|
|
1664
1722
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1665
1723
|
margin-left: 4px;
|
|
@@ -1682,6 +1740,9 @@
|
|
|
1682
1740
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1683
1741
|
float: left;
|
|
1684
1742
|
}
|
|
1743
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1744
|
+
/* stylelint-disable */
|
|
1745
|
+
}
|
|
1685
1746
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1686
1747
|
line-height: 1em !important;
|
|
1687
1748
|
}
|
|
@@ -1759,6 +1820,13 @@
|
|
|
1759
1820
|
margin-right: 5px;
|
|
1760
1821
|
}
|
|
1761
1822
|
|
|
1823
|
+
.e-bigger .e-pivotview,
|
|
1824
|
+
.e-bigger.e-pivotview {
|
|
1825
|
+
/* stylelint-disable */
|
|
1826
|
+
/* stylelint-enable */
|
|
1827
|
+
/* stylelint-disable */
|
|
1828
|
+
/* stylelint-enable */
|
|
1829
|
+
}
|
|
1762
1830
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1763
1831
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1764
1832
|
margin: 0;
|
|
@@ -1823,6 +1891,10 @@
|
|
|
1823
1891
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1824
1892
|
margin-top: 0;
|
|
1825
1893
|
}
|
|
1894
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1895
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1896
|
+
/* stylelint-enable */
|
|
1897
|
+
}
|
|
1826
1898
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1827
1899
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1828
1900
|
height: 36px !important;
|
|
@@ -1863,6 +1935,7 @@
|
|
|
1863
1935
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1864
1936
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1865
1937
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1938
|
+
/* stylelint-disable */
|
|
1866
1939
|
font-size: 14px !important;
|
|
1867
1940
|
height: 20px;
|
|
1868
1941
|
margin-top: 1px;
|
|
@@ -1992,9 +2065,16 @@
|
|
|
1992
2065
|
}
|
|
1993
2066
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1994
2067
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2068
|
+
/* stylelint-disable */
|
|
1995
2069
|
font-size: 16px !important;
|
|
1996
2070
|
padding: 0 12px;
|
|
1997
2071
|
}
|
|
2072
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2073
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2074
|
+
/* stylelint-enable */
|
|
2075
|
+
/* stylelint-disable */
|
|
2076
|
+
/* stylelint-enable */
|
|
2077
|
+
}
|
|
1998
2078
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1999
2079
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2000
2080
|
padding-right: 10px !important;
|