@syncfusion/ej2-angular-pivotview 20.2.38 → 20.2.39-ngcc
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/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +395 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +683 -0
- package/dist/ej2-angular-pivotview.umd.js +666 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/pivotview-default/index.d.ts +3 -0
- package/schematics/generators/pivotview-default/index.js +8 -0
- package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-default/sample-details.js +7 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-default/schema.d.ts +3 -0
- package/schematics/generators/pivotview-default/schema.js +2 -0
- package/schematics/generators/pivotview-default/schema.json +125 -0
- package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/index.js +8 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
- package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +2 -213
- package/styles/bootstrap.css +2 -213
- package/styles/bootstrap4.css +3 -209
- package/styles/bootstrap5-dark.css +2 -215
- package/styles/bootstrap5.css +2 -215
- package/styles/fabric-dark.css +2 -213
- package/styles/fabric.css +2 -213
- package/styles/fluent-dark.css +3 -216
- package/styles/fluent.css +3 -216
- package/styles/highcontrast-light.css +2 -213
- package/styles/highcontrast.css +2 -213
- package/styles/material-dark.css +2 -213
- package/styles/material.css +2 -213
- package/styles/pivotfieldlist/bootstrap-dark.css +2 -131
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +2 -131
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +2 -126
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +2 -135
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +2 -135
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +2 -131
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +2 -131
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +3 -134
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +3 -134
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +2 -131
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +2 -131
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +2 -131
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +2 -131
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +3 -134
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +3 -134
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +0 -82
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +0 -82
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +1 -83
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +0 -80
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +0 -80
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +0 -82
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +0 -82
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +0 -82
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +0 -82
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +0 -82
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +0 -82
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +0 -82
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +0 -82
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +0 -80
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +0 -80
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +3 -214
- package/styles/tailwind.css +3 -214
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -233
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -190
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -186
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -191
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -187
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -187
- package/styles/pivotfieldlist/_layout.scss +0 -1852
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -187
- package/styles/pivotfieldlist/_material-definition.scss +0 -187
- package/styles/pivotfieldlist/_material3-definition.scss +0 -190
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -190
- package/styles/pivotfieldlist/_theme.scss +0 -1862
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -357
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_material.scss +0 -357
- package/styles/pivotfieldlist/icons/_material3.scss +0 -352
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -131
- package/styles/pivotview/_bootstrap-definition.scss +0 -128
- package/styles/pivotview/_bootstrap4-definition.scss +0 -128
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -131
- package/styles/pivotview/_fabric-dark-definition.scss +0 -130
- package/styles/pivotview/_fabric-definition.scss +0 -127
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -131
- package/styles/pivotview/_fusionnew-definition.scss +0 -131
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1073
- package/styles/pivotview/_material-dark-definition.scss +0 -132
- package/styles/pivotview/_material-definition.scss +0 -128
- package/styles/pivotview/_material3-definition.scss +0 -131
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -130
- package/styles/pivotview/_theme.scss +0 -1583
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -156,12 +156,6 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/*! PivotView layout */
|
|
159
|
-
.e-pivotview {
|
|
160
|
-
/* stylelint-disable */
|
|
161
|
-
/* stylelint-enable */
|
|
162
|
-
/* stylelint-enable */
|
|
163
|
-
/* stylelint-disable */
|
|
164
|
-
}
|
|
165
159
|
.e-pivotview .e-value-field-settings,
|
|
166
160
|
.e-pivotview .e-member-editor-dialog,
|
|
167
161
|
.e-pivotview .e-group-field-settings {
|
|
@@ -236,7 +230,6 @@
|
|
|
236
230
|
}
|
|
237
231
|
.e-pivotview .e-member-editor-dialog {
|
|
238
232
|
min-width: 320px;
|
|
239
|
-
/* stylelint-disable */
|
|
240
233
|
}
|
|
241
234
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
242
235
|
display: -ms-flexbox;
|
|
@@ -256,7 +249,6 @@
|
|
|
256
249
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
257
250
|
box-shadow: none;
|
|
258
251
|
margin-left: 10px;
|
|
259
|
-
/* stylelint-disable */
|
|
260
252
|
}
|
|
261
253
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
262
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -350,7 +342,6 @@
|
|
|
350
342
|
}
|
|
351
343
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
352
344
|
border: none;
|
|
353
|
-
/* stylelint-enable */
|
|
354
345
|
}
|
|
355
346
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
356
347
|
margin: 0 0 0 6px;
|
|
@@ -596,16 +587,13 @@
|
|
|
596
587
|
}
|
|
597
588
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
598
589
|
margin-left: 18px !important;
|
|
599
|
-
/* stylelint-enable */
|
|
600
590
|
}
|
|
601
591
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
602
|
-
/* stylelint-disable */
|
|
603
592
|
padding: 0 !important;
|
|
604
593
|
}
|
|
605
594
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
606
595
|
float: left;
|
|
607
596
|
font-weight: 500;
|
|
608
|
-
/* stylelint-enable */
|
|
609
597
|
}
|
|
610
598
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
611
599
|
float: right;
|
|
@@ -634,7 +622,6 @@
|
|
|
634
622
|
}
|
|
635
623
|
|
|
636
624
|
.e-pivotview-report-dialog {
|
|
637
|
-
/* stylelint-disable */
|
|
638
625
|
max-width: 350px !important;
|
|
639
626
|
}
|
|
640
627
|
|
|
@@ -654,7 +641,6 @@
|
|
|
654
641
|
max-width: 500px !important;
|
|
655
642
|
}
|
|
656
643
|
|
|
657
|
-
/* stylelint-enable */
|
|
658
644
|
.e-report-outer {
|
|
659
645
|
display: inline-block;
|
|
660
646
|
width: 100%;
|
|
@@ -666,7 +652,6 @@
|
|
|
666
652
|
width: 40%;
|
|
667
653
|
}
|
|
668
654
|
|
|
669
|
-
/* stylelint-disable */
|
|
670
655
|
.e-pivotview-report-input {
|
|
671
656
|
float: right;
|
|
672
657
|
width: 60% !important;
|
|
@@ -688,16 +673,11 @@
|
|
|
688
673
|
font-size: 18px !important;
|
|
689
674
|
}
|
|
690
675
|
|
|
691
|
-
/* stylelint-enable */
|
|
692
676
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
693
677
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
694
678
|
white-space: nowrap;
|
|
695
679
|
}
|
|
696
680
|
|
|
697
|
-
.e-drillthrough-dialog {
|
|
698
|
-
/* stylelint-disable */
|
|
699
|
-
/* stylelint-enable */
|
|
700
|
-
}
|
|
701
681
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
702
682
|
margin-bottom: 20px;
|
|
703
683
|
}
|
|
@@ -718,13 +698,6 @@
|
|
|
718
698
|
flex-wrap: wrap;
|
|
719
699
|
}
|
|
720
700
|
|
|
721
|
-
.e-bigger .e-pivotview,
|
|
722
|
-
.e-bigger.e-pivotview {
|
|
723
|
-
/* stylelint-disable */
|
|
724
|
-
/* stylelint-enable */
|
|
725
|
-
/* stylelint-disable */
|
|
726
|
-
/* stylelint-enable */
|
|
727
|
-
}
|
|
728
701
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon,
|
|
729
702
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
730
703
|
line-height: 50px;
|
|
@@ -891,18 +864,6 @@
|
|
|
891
864
|
}
|
|
892
865
|
|
|
893
866
|
/*! 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
|
-
}
|
|
906
867
|
.e-pivotview .e-nextspan {
|
|
907
868
|
display: inline-block;
|
|
908
869
|
width: 18px;
|
|
@@ -923,7 +884,6 @@
|
|
|
923
884
|
text-align: right;
|
|
924
885
|
}
|
|
925
886
|
.e-pivotview .e-grid .e-rowcell {
|
|
926
|
-
/* stylelint-disable */
|
|
927
887
|
font-size: 14px !important;
|
|
928
888
|
padding-left: 8px;
|
|
929
889
|
-webkit-user-select: none;
|
|
@@ -1144,18 +1104,12 @@
|
|
|
1144
1104
|
}
|
|
1145
1105
|
.e-pivotview .e-rowcell {
|
|
1146
1106
|
opacity: 1;
|
|
1147
|
-
/* stylelint-disable */
|
|
1148
|
-
/* stylelint-enable */
|
|
1149
1107
|
}
|
|
1150
1108
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1151
1109
|
-webkit-user-select: none;
|
|
1152
1110
|
-ms-user-select: none;
|
|
1153
1111
|
user-select: none;
|
|
1154
1112
|
}
|
|
1155
|
-
.e-pivotview .e-grouping-bar {
|
|
1156
|
-
/* stylelint-disable */
|
|
1157
|
-
/* stylelint-enable */
|
|
1158
|
-
}
|
|
1159
1113
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1160
1114
|
-ms-flex: auto;
|
|
1161
1115
|
flex: auto;
|
|
@@ -1284,9 +1238,7 @@
|
|
|
1284
1238
|
border: 1px solid #e5e7eb;
|
|
1285
1239
|
border-radius: 0;
|
|
1286
1240
|
box-shadow: none;
|
|
1287
|
-
/* stylelint-disable */
|
|
1288
1241
|
color: #374151 !important;
|
|
1289
|
-
/* stylelint-enable */
|
|
1290
1242
|
cursor: default;
|
|
1291
1243
|
display: -ms-flexbox;
|
|
1292
1244
|
display: flex;
|
|
@@ -1297,8 +1249,6 @@
|
|
|
1297
1249
|
text-transform: none;
|
|
1298
1250
|
vertical-align: bottom;
|
|
1299
1251
|
z-index: 1;
|
|
1300
|
-
/* stylelint-disable */
|
|
1301
|
-
/* stylelint-enable */
|
|
1302
1252
|
}
|
|
1303
1253
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1304
1254
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1637,12 +1587,6 @@
|
|
|
1637
1587
|
.e-pivotview .e-expand::before {
|
|
1638
1588
|
font-size: 18px;
|
|
1639
1589
|
}
|
|
1640
|
-
.e-pivotview.e-rtl {
|
|
1641
|
-
/* stylelint-disable */
|
|
1642
|
-
/* stylelint-enable */
|
|
1643
|
-
/* stylelint-disable */
|
|
1644
|
-
/* stylelint-enable */
|
|
1645
|
-
}
|
|
1646
1590
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1647
1591
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1648
1592
|
margin-left: 0;
|
|
@@ -1714,10 +1658,8 @@
|
|
|
1714
1658
|
padding-right: 8px;
|
|
1715
1659
|
}
|
|
1716
1660
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1717
|
-
/* stylelint-disable */
|
|
1718
1661
|
padding-left: 8px;
|
|
1719
1662
|
padding-right: 0;
|
|
1720
|
-
/* stylelint-enable */
|
|
1721
1663
|
}
|
|
1722
1664
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1723
1665
|
margin-left: 4px;
|
|
@@ -1740,9 +1682,6 @@
|
|
|
1740
1682
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1741
1683
|
float: left;
|
|
1742
1684
|
}
|
|
1743
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1744
|
-
/* stylelint-disable */
|
|
1745
|
-
}
|
|
1746
1685
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1747
1686
|
line-height: 1em !important;
|
|
1748
1687
|
}
|
|
@@ -1820,13 +1759,6 @@
|
|
|
1820
1759
|
margin-right: 5px;
|
|
1821
1760
|
}
|
|
1822
1761
|
|
|
1823
|
-
.e-bigger .e-pivotview,
|
|
1824
|
-
.e-bigger.e-pivotview {
|
|
1825
|
-
/* stylelint-disable */
|
|
1826
|
-
/* stylelint-enable */
|
|
1827
|
-
/* stylelint-disable */
|
|
1828
|
-
/* stylelint-enable */
|
|
1829
|
-
}
|
|
1830
1762
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1831
1763
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1832
1764
|
margin: 0;
|
|
@@ -1891,10 +1823,6 @@
|
|
|
1891
1823
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1892
1824
|
margin-top: 0;
|
|
1893
1825
|
}
|
|
1894
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1895
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1896
|
-
/* stylelint-enable */
|
|
1897
|
-
}
|
|
1898
1826
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1899
1827
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1900
1828
|
height: 36px !important;
|
|
@@ -1935,7 +1863,6 @@
|
|
|
1935
1863
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1936
1864
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1937
1865
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1938
|
-
/* stylelint-disable */
|
|
1939
1866
|
font-size: 14px !important;
|
|
1940
1867
|
height: 20px;
|
|
1941
1868
|
margin-top: 1px;
|
|
@@ -2065,16 +1992,9 @@
|
|
|
2065
1992
|
}
|
|
2066
1993
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2067
1994
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2068
|
-
/* stylelint-disable */
|
|
2069
1995
|
font-size: 16px !important;
|
|
2070
1996
|
padding: 0 12px;
|
|
2071
1997
|
}
|
|
2072
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2073
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2074
|
-
/* stylelint-enable */
|
|
2075
|
-
/* stylelint-disable */
|
|
2076
|
-
/* stylelint-enable */
|
|
2077
|
-
}
|
|
2078
1998
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2079
1999
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2080
2000
|
padding-right: 10px !important;
|