@syncfusion/ej2-angular-pivotview 20.2.43 → 20.2.45-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 +704 -0
- package/dist/ej2-angular-pivotview.umd.js +667 -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 +15 -29
- 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 +1 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +4 -215
- package/styles/bootstrap.css +4 -215
- package/styles/bootstrap4.css +5 -211
- package/styles/bootstrap5-dark.css +4 -217
- package/styles/bootstrap5.css +4 -217
- package/styles/fabric-dark.css +4 -215
- package/styles/fabric.css +4 -215
- package/styles/fluent-dark.css +4 -217
- package/styles/fluent.css +4 -217
- package/styles/highcontrast-light.css +4 -215
- package/styles/highcontrast.css +4 -215
- package/styles/material-dark.css +4 -215
- package/styles/material.css +4 -215
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -130
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +1 -130
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +1 -125
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -134
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +1 -134
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +1 -130
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +1 -130
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +1 -132
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +1 -132
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +1 -130
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +1 -130
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +1 -130
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +1 -130
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +1 -132
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +1 -132
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +3 -85
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +3 -85
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +4 -86
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +3 -83
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +3 -83
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +3 -85
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +3 -85
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +3 -85
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +3 -85
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +3 -85
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +3 -85
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +3 -85
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +3 -85
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +3 -83
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +3 -83
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +4 -215
- package/styles/tailwind.css +4 -215
- 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 -232
- 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 -190
- 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 -1848
- 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 -1857
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- 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 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- 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 -133
- 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 -133
- package/styles/pivotview/_fusionnew-definition.scss +0 -133
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1072
- package/styles/pivotview/_material-dark-definition.scss +0 -134
- package/styles/pivotview/_material-definition.scss +0 -130
- package/styles/pivotview/_material3-definition.scss +0 -133
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -133
- package/styles/pivotview/_theme.scss +0 -1581
- 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
|
@@ -155,12 +155,6 @@
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/*! PivotView layout */
|
|
158
|
-
.e-pivotview {
|
|
159
|
-
/* stylelint-disable */
|
|
160
|
-
/* stylelint-enable */
|
|
161
|
-
/* stylelint-enable */
|
|
162
|
-
/* stylelint-disable */
|
|
163
|
-
}
|
|
164
158
|
.e-pivotview .e-value-field-settings,
|
|
165
159
|
.e-pivotview .e-member-editor-dialog,
|
|
166
160
|
.e-pivotview .e-group-field-settings {
|
|
@@ -235,7 +229,6 @@
|
|
|
235
229
|
}
|
|
236
230
|
.e-pivotview .e-member-editor-dialog {
|
|
237
231
|
min-width: 320px;
|
|
238
|
-
/* stylelint-disable */
|
|
239
232
|
}
|
|
240
233
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
241
234
|
display: -ms-flexbox;
|
|
@@ -250,7 +243,6 @@
|
|
|
250
243
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
251
244
|
box-shadow: none;
|
|
252
245
|
margin-left: 10px;
|
|
253
|
-
/* stylelint-disable */
|
|
254
246
|
}
|
|
255
247
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
256
248
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -342,7 +334,6 @@
|
|
|
342
334
|
}
|
|
343
335
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
344
336
|
border: none;
|
|
345
|
-
/* stylelint-enable */
|
|
346
337
|
}
|
|
347
338
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
348
339
|
margin: 0 0 0 6px;
|
|
@@ -600,16 +591,13 @@
|
|
|
600
591
|
}
|
|
601
592
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
602
593
|
margin-left: 18px !important;
|
|
603
|
-
/* stylelint-enable */
|
|
604
594
|
}
|
|
605
595
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
606
|
-
/* stylelint-disable */
|
|
607
596
|
padding: 0 !important;
|
|
608
597
|
}
|
|
609
598
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
610
599
|
float: left;
|
|
611
600
|
font-weight: 500;
|
|
612
|
-
/* stylelint-enable */
|
|
613
601
|
}
|
|
614
602
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
615
603
|
float: right;
|
|
@@ -638,7 +626,6 @@
|
|
|
638
626
|
}
|
|
639
627
|
|
|
640
628
|
.e-pivotview-report-dialog {
|
|
641
|
-
/* stylelint-disable */
|
|
642
629
|
max-width: 350px !important;
|
|
643
630
|
}
|
|
644
631
|
|
|
@@ -658,7 +645,6 @@
|
|
|
658
645
|
max-width: 500px !important;
|
|
659
646
|
}
|
|
660
647
|
|
|
661
|
-
/* stylelint-enable */
|
|
662
648
|
.e-report-outer {
|
|
663
649
|
display: inline-block;
|
|
664
650
|
width: 100%;
|
|
@@ -671,7 +657,6 @@
|
|
|
671
657
|
width: 40%;
|
|
672
658
|
}
|
|
673
659
|
|
|
674
|
-
/* stylelint-disable */
|
|
675
660
|
.e-pivotview-report-input {
|
|
676
661
|
float: right;
|
|
677
662
|
width: 60% !important;
|
|
@@ -693,16 +678,11 @@
|
|
|
693
678
|
font-size: 18px !important;
|
|
694
679
|
}
|
|
695
680
|
|
|
696
|
-
/* stylelint-enable */
|
|
697
681
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
698
682
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
699
683
|
white-space: nowrap;
|
|
700
684
|
}
|
|
701
685
|
|
|
702
|
-
.e-drillthrough-dialog {
|
|
703
|
-
/* stylelint-disable */
|
|
704
|
-
/* stylelint-enable */
|
|
705
|
-
}
|
|
706
686
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
707
687
|
margin-bottom: 20px;
|
|
708
688
|
}
|
|
@@ -723,18 +703,9 @@
|
|
|
723
703
|
flex-wrap: wrap;
|
|
724
704
|
}
|
|
725
705
|
|
|
726
|
-
.e-bigger .e-pivotview,
|
|
727
|
-
.e-bigger.e-pivotview {
|
|
728
|
-
/* stylelint-disable */
|
|
729
|
-
/* stylelint-enable */
|
|
730
|
-
/* stylelint-disable */
|
|
731
|
-
/* stylelint-enable */
|
|
732
|
-
}
|
|
733
706
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
734
707
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
735
|
-
/* stylelint-disable */
|
|
736
708
|
height: 26px !important;
|
|
737
|
-
/* stylelint-enable */
|
|
738
709
|
}
|
|
739
710
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
740
711
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -890,18 +861,6 @@
|
|
|
890
861
|
}
|
|
891
862
|
|
|
892
863
|
/*! PivotView theme */
|
|
893
|
-
.e-pivotview {
|
|
894
|
-
/* stylelint-enable */
|
|
895
|
-
/* stylelint-disable */
|
|
896
|
-
/* stylelint-enable */
|
|
897
|
-
/* stylelint-disable */
|
|
898
|
-
/* stylelint-enable */
|
|
899
|
-
/* stylelint-disable */
|
|
900
|
-
/* stylelint-enable */
|
|
901
|
-
/* stylelint-disable */
|
|
902
|
-
/* stylelint-enable */
|
|
903
|
-
/* stylelint-enable */
|
|
904
|
-
}
|
|
905
864
|
.e-pivotview .e-nextspan {
|
|
906
865
|
display: inline-block;
|
|
907
866
|
width: 18px;
|
|
@@ -922,7 +881,6 @@
|
|
|
922
881
|
text-align: right;
|
|
923
882
|
}
|
|
924
883
|
.e-pivotview .e-grid .e-rowcell {
|
|
925
|
-
/* stylelint-disable */
|
|
926
884
|
font-size: 14px !important;
|
|
927
885
|
padding-left: 8px;
|
|
928
886
|
-webkit-user-select: none;
|
|
@@ -1097,11 +1055,11 @@
|
|
|
1097
1055
|
border-right-width: 1px;
|
|
1098
1056
|
}
|
|
1099
1057
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1100
|
-
display:
|
|
1058
|
+
display: inline;
|
|
1101
1059
|
}
|
|
1102
1060
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1103
1061
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1104
|
-
display: inline
|
|
1062
|
+
display: inline;
|
|
1105
1063
|
padding-left: 12px !important;
|
|
1106
1064
|
margin-top: 5px;
|
|
1107
1065
|
margin-top: 1px;
|
|
@@ -1131,18 +1089,12 @@
|
|
|
1131
1089
|
}
|
|
1132
1090
|
.e-pivotview .e-rowcell {
|
|
1133
1091
|
opacity: 1;
|
|
1134
|
-
/* stylelint-disable */
|
|
1135
|
-
/* stylelint-enable */
|
|
1136
1092
|
}
|
|
1137
1093
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1138
1094
|
-webkit-user-select: none;
|
|
1139
1095
|
-ms-user-select: none;
|
|
1140
1096
|
user-select: none;
|
|
1141
1097
|
}
|
|
1142
|
-
.e-pivotview .e-grouping-bar {
|
|
1143
|
-
/* stylelint-disable */
|
|
1144
|
-
/* stylelint-enable */
|
|
1145
|
-
}
|
|
1146
1098
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1147
1099
|
-ms-flex: auto;
|
|
1148
1100
|
flex: auto;
|
|
@@ -1272,9 +1224,7 @@
|
|
|
1272
1224
|
border: 1px solid #f3f2f1;
|
|
1273
1225
|
border-radius: 2px;
|
|
1274
1226
|
box-shadow: none;
|
|
1275
|
-
/* stylelint-disable */
|
|
1276
1227
|
color: #323130 !important;
|
|
1277
|
-
/* stylelint-enable */
|
|
1278
1228
|
cursor: default;
|
|
1279
1229
|
display: -ms-flexbox;
|
|
1280
1230
|
display: flex;
|
|
@@ -1285,8 +1235,6 @@
|
|
|
1285
1235
|
text-transform: none;
|
|
1286
1236
|
vertical-align: bottom;
|
|
1287
1237
|
z-index: 1;
|
|
1288
|
-
/* stylelint-disable */
|
|
1289
|
-
/* stylelint-enable */
|
|
1290
1238
|
}
|
|
1291
1239
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1292
1240
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1609,7 +1557,7 @@
|
|
|
1609
1557
|
.e-pivotview .e-expand,
|
|
1610
1558
|
.e-pivotview .e-collapse {
|
|
1611
1559
|
cursor: pointer;
|
|
1612
|
-
display: inline
|
|
1560
|
+
display: inline;
|
|
1613
1561
|
height: 18px;
|
|
1614
1562
|
margin-top: 5px;
|
|
1615
1563
|
text-align: center;
|
|
@@ -1627,12 +1575,6 @@
|
|
|
1627
1575
|
.e-pivotview .e-expand::before {
|
|
1628
1576
|
font-size: 18px;
|
|
1629
1577
|
}
|
|
1630
|
-
.e-pivotview.e-rtl {
|
|
1631
|
-
/* stylelint-disable */
|
|
1632
|
-
/* stylelint-enable */
|
|
1633
|
-
/* stylelint-disable */
|
|
1634
|
-
/* stylelint-enable */
|
|
1635
|
-
}
|
|
1636
1578
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1637
1579
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1638
1580
|
margin-left: 0;
|
|
@@ -1704,10 +1646,8 @@
|
|
|
1704
1646
|
padding-right: 8px;
|
|
1705
1647
|
}
|
|
1706
1648
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1707
|
-
/* stylelint-disable */
|
|
1708
1649
|
padding-left: 8px;
|
|
1709
1650
|
padding-right: 0;
|
|
1710
|
-
/* stylelint-enable */
|
|
1711
1651
|
}
|
|
1712
1652
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1713
1653
|
margin-left: 4px;
|
|
@@ -1730,9 +1670,6 @@
|
|
|
1730
1670
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1731
1671
|
float: left;
|
|
1732
1672
|
}
|
|
1733
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1734
|
-
/* stylelint-disable */
|
|
1735
|
-
}
|
|
1736
1673
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1737
1674
|
line-height: 1em !important;
|
|
1738
1675
|
}
|
|
@@ -1810,13 +1747,6 @@
|
|
|
1810
1747
|
margin-right: 5px;
|
|
1811
1748
|
}
|
|
1812
1749
|
|
|
1813
|
-
.e-bigger .e-pivotview,
|
|
1814
|
-
.e-bigger.e-pivotview {
|
|
1815
|
-
/* stylelint-disable */
|
|
1816
|
-
/* stylelint-enable */
|
|
1817
|
-
/* stylelint-disable */
|
|
1818
|
-
/* stylelint-enable */
|
|
1819
|
-
}
|
|
1820
1750
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1821
1751
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1822
1752
|
margin: 4px;
|
|
@@ -1879,10 +1809,6 @@
|
|
|
1879
1809
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1880
1810
|
margin-top: 0;
|
|
1881
1811
|
}
|
|
1882
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1883
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1884
|
-
/* stylelint-enable */
|
|
1885
|
-
}
|
|
1886
1812
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1887
1813
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1888
1814
|
height: 36px !important;
|
|
@@ -1923,7 +1849,6 @@
|
|
|
1923
1849
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1924
1850
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1925
1851
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1926
|
-
/* stylelint-disable */
|
|
1927
1852
|
font-size: 14px !important;
|
|
1928
1853
|
height: 20px;
|
|
1929
1854
|
margin-top: 2px;
|
|
@@ -2053,15 +1978,8 @@
|
|
|
2053
1978
|
}
|
|
2054
1979
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2055
1980
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2056
|
-
/* stylelint-disable */
|
|
2057
1981
|
font-size: 16px !important;
|
|
2058
1982
|
}
|
|
2059
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2060
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2061
|
-
/* stylelint-enable */
|
|
2062
|
-
/* stylelint-disable */
|
|
2063
|
-
/* stylelint-enable */
|
|
2064
|
-
}
|
|
2065
1983
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2066
1984
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2067
1985
|
padding-right: 10px !important;
|
|
@@ -155,12 +155,6 @@
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/*! PivotView layout */
|
|
158
|
-
.e-pivotview {
|
|
159
|
-
/* stylelint-disable */
|
|
160
|
-
/* stylelint-enable */
|
|
161
|
-
/* stylelint-enable */
|
|
162
|
-
/* stylelint-disable */
|
|
163
|
-
}
|
|
164
158
|
.e-pivotview .e-value-field-settings,
|
|
165
159
|
.e-pivotview .e-member-editor-dialog,
|
|
166
160
|
.e-pivotview .e-group-field-settings {
|
|
@@ -234,7 +228,6 @@
|
|
|
234
228
|
}
|
|
235
229
|
.e-pivotview .e-member-editor-dialog {
|
|
236
230
|
min-width: 320px;
|
|
237
|
-
/* stylelint-disable */
|
|
238
231
|
}
|
|
239
232
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
240
233
|
display: -ms-flexbox;
|
|
@@ -248,7 +241,6 @@
|
|
|
248
241
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
249
242
|
box-shadow: none;
|
|
250
243
|
margin-left: 10px;
|
|
251
|
-
/* stylelint-disable */
|
|
252
244
|
}
|
|
253
245
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
254
246
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -340,7 +332,6 @@
|
|
|
340
332
|
}
|
|
341
333
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
342
334
|
border: none;
|
|
343
|
-
/* stylelint-enable */
|
|
344
335
|
}
|
|
345
336
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
346
337
|
margin: 0 0 0 6px;
|
|
@@ -576,16 +567,13 @@
|
|
|
576
567
|
}
|
|
577
568
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
578
569
|
margin-left: 18px !important;
|
|
579
|
-
/* stylelint-enable */
|
|
580
570
|
}
|
|
581
571
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
582
|
-
/* stylelint-disable */
|
|
583
572
|
padding: 0 !important;
|
|
584
573
|
}
|
|
585
574
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
586
575
|
float: left;
|
|
587
576
|
font-weight: 500;
|
|
588
|
-
/* stylelint-enable */
|
|
589
577
|
}
|
|
590
578
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
591
579
|
float: right;
|
|
@@ -614,7 +602,6 @@
|
|
|
614
602
|
}
|
|
615
603
|
|
|
616
604
|
.e-pivotview-report-dialog {
|
|
617
|
-
/* stylelint-disable */
|
|
618
605
|
max-width: 350px !important;
|
|
619
606
|
}
|
|
620
607
|
|
|
@@ -634,7 +621,6 @@
|
|
|
634
621
|
max-width: 500px !important;
|
|
635
622
|
}
|
|
636
623
|
|
|
637
|
-
/* stylelint-enable */
|
|
638
624
|
.e-report-outer {
|
|
639
625
|
display: inline-block;
|
|
640
626
|
width: 100%;
|
|
@@ -646,7 +632,6 @@
|
|
|
646
632
|
width: 40%;
|
|
647
633
|
}
|
|
648
634
|
|
|
649
|
-
/* stylelint-disable */
|
|
650
635
|
.e-pivotview-report-input {
|
|
651
636
|
float: right;
|
|
652
637
|
width: 60% !important;
|
|
@@ -668,16 +653,11 @@
|
|
|
668
653
|
font-size: 18px !important;
|
|
669
654
|
}
|
|
670
655
|
|
|
671
|
-
/* stylelint-enable */
|
|
672
656
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
673
657
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
674
658
|
white-space: nowrap;
|
|
675
659
|
}
|
|
676
660
|
|
|
677
|
-
.e-drillthrough-dialog {
|
|
678
|
-
/* stylelint-disable */
|
|
679
|
-
/* stylelint-enable */
|
|
680
|
-
}
|
|
681
661
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
682
662
|
margin-bottom: 20px;
|
|
683
663
|
}
|
|
@@ -698,18 +678,9 @@
|
|
|
698
678
|
flex-wrap: wrap;
|
|
699
679
|
}
|
|
700
680
|
|
|
701
|
-
.e-bigger .e-pivotview,
|
|
702
|
-
.e-bigger.e-pivotview {
|
|
703
|
-
/* stylelint-disable */
|
|
704
|
-
/* stylelint-enable */
|
|
705
|
-
/* stylelint-disable */
|
|
706
|
-
/* stylelint-enable */
|
|
707
|
-
}
|
|
708
681
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
709
682
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
710
|
-
/* stylelint-disable */
|
|
711
683
|
height: 46px !important;
|
|
712
|
-
/* stylelint-enable */
|
|
713
684
|
}
|
|
714
685
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
715
686
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -865,18 +836,6 @@
|
|
|
865
836
|
}
|
|
866
837
|
|
|
867
838
|
/*! PivotView theme */
|
|
868
|
-
.e-pivotview {
|
|
869
|
-
/* stylelint-enable */
|
|
870
|
-
/* stylelint-disable */
|
|
871
|
-
/* stylelint-enable */
|
|
872
|
-
/* stylelint-disable */
|
|
873
|
-
/* stylelint-enable */
|
|
874
|
-
/* stylelint-disable */
|
|
875
|
-
/* stylelint-enable */
|
|
876
|
-
/* stylelint-disable */
|
|
877
|
-
/* stylelint-enable */
|
|
878
|
-
/* stylelint-enable */
|
|
879
|
-
}
|
|
880
839
|
.e-pivotview .e-nextspan {
|
|
881
840
|
display: inline-block;
|
|
882
841
|
width: 24px;
|
|
@@ -897,7 +856,6 @@
|
|
|
897
856
|
text-align: right;
|
|
898
857
|
}
|
|
899
858
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
|
-
/* stylelint-disable */
|
|
901
859
|
font-size: 13px !important;
|
|
902
860
|
padding-left: 8px;
|
|
903
861
|
-webkit-user-select: none;
|
|
@@ -1070,11 +1028,11 @@
|
|
|
1070
1028
|
border-right-width: 1px;
|
|
1071
1029
|
}
|
|
1072
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1073
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1074
1032
|
}
|
|
1075
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1076
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1077
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1078
1036
|
padding-left: 12px !important;
|
|
1079
1037
|
margin-top: 5px;
|
|
1080
1038
|
margin-top: 0;
|
|
@@ -1104,18 +1062,12 @@
|
|
|
1104
1062
|
}
|
|
1105
1063
|
.e-pivotview .e-rowcell {
|
|
1106
1064
|
opacity: 1;
|
|
1107
|
-
/* stylelint-disable */
|
|
1108
|
-
/* stylelint-enable */
|
|
1109
1065
|
}
|
|
1110
1066
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1111
1067
|
-webkit-user-select: none;
|
|
1112
1068
|
-ms-user-select: none;
|
|
1113
1069
|
user-select: none;
|
|
1114
1070
|
}
|
|
1115
|
-
.e-pivotview .e-grouping-bar {
|
|
1116
|
-
/* stylelint-disable */
|
|
1117
|
-
/* stylelint-enable */
|
|
1118
|
-
}
|
|
1119
1071
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1120
1072
|
-ms-flex: auto;
|
|
1121
1073
|
flex: auto;
|
|
@@ -1241,9 +1193,7 @@
|
|
|
1241
1193
|
border: 1px solid #000;
|
|
1242
1194
|
border-radius: 0;
|
|
1243
1195
|
box-shadow: none;
|
|
1244
|
-
/* stylelint-disable */
|
|
1245
1196
|
color: #000 !important;
|
|
1246
|
-
/* stylelint-enable */
|
|
1247
1197
|
cursor: default;
|
|
1248
1198
|
display: -ms-flexbox;
|
|
1249
1199
|
display: flex;
|
|
@@ -1254,8 +1204,6 @@
|
|
|
1254
1204
|
text-transform: none;
|
|
1255
1205
|
vertical-align: bottom;
|
|
1256
1206
|
z-index: 1;
|
|
1257
|
-
/* stylelint-disable */
|
|
1258
|
-
/* stylelint-enable */
|
|
1259
1207
|
}
|
|
1260
1208
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1261
1209
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1577,7 +1525,7 @@
|
|
|
1577
1525
|
.e-pivotview .e-expand,
|
|
1578
1526
|
.e-pivotview .e-collapse {
|
|
1579
1527
|
cursor: pointer;
|
|
1580
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1581
1529
|
height: 18px;
|
|
1582
1530
|
margin-top: 5px;
|
|
1583
1531
|
text-align: center;
|
|
@@ -1593,12 +1541,6 @@
|
|
|
1593
1541
|
.e-pivotview .e-expand::before {
|
|
1594
1542
|
font-size: 10px;
|
|
1595
1543
|
}
|
|
1596
|
-
.e-pivotview.e-rtl {
|
|
1597
|
-
/* stylelint-disable */
|
|
1598
|
-
/* stylelint-enable */
|
|
1599
|
-
/* stylelint-disable */
|
|
1600
|
-
/* stylelint-enable */
|
|
1601
|
-
}
|
|
1602
1544
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1603
1545
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1604
1546
|
margin-left: 0;
|
|
@@ -1670,10 +1612,8 @@
|
|
|
1670
1612
|
padding-right: 8px;
|
|
1671
1613
|
}
|
|
1672
1614
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1673
|
-
/* stylelint-disable */
|
|
1674
1615
|
padding-left: 8px;
|
|
1675
1616
|
padding-right: 0;
|
|
1676
|
-
/* stylelint-enable */
|
|
1677
1617
|
}
|
|
1678
1618
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1679
1619
|
margin-left: 4px;
|
|
@@ -1696,9 +1636,6 @@
|
|
|
1696
1636
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1697
1637
|
float: left;
|
|
1698
1638
|
}
|
|
1699
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1700
|
-
/* stylelint-disable */
|
|
1701
|
-
}
|
|
1702
1639
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1703
1640
|
line-height: 1em !important;
|
|
1704
1641
|
}
|
|
@@ -1776,13 +1713,6 @@
|
|
|
1776
1713
|
margin-right: 5px;
|
|
1777
1714
|
}
|
|
1778
1715
|
|
|
1779
|
-
.e-bigger .e-pivotview,
|
|
1780
|
-
.e-bigger.e-pivotview {
|
|
1781
|
-
/* stylelint-disable */
|
|
1782
|
-
/* stylelint-enable */
|
|
1783
|
-
/* stylelint-disable */
|
|
1784
|
-
/* stylelint-enable */
|
|
1785
|
-
}
|
|
1786
1716
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1787
1717
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1788
1718
|
margin: 5px;
|
|
@@ -1845,10 +1775,6 @@
|
|
|
1845
1775
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1846
1776
|
margin-top: 2px;
|
|
1847
1777
|
}
|
|
1848
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1849
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1850
|
-
/* stylelint-enable */
|
|
1851
|
-
}
|
|
1852
1778
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1853
1779
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1854
1780
|
height: 36px !important;
|
|
@@ -1889,7 +1815,6 @@
|
|
|
1889
1815
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1890
1816
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1891
1817
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1892
|
-
/* stylelint-disable */
|
|
1893
1818
|
font-size: 16px !important;
|
|
1894
1819
|
height: 20px;
|
|
1895
1820
|
margin-top: 0;
|
|
@@ -2006,15 +1931,8 @@
|
|
|
2006
1931
|
}
|
|
2007
1932
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2008
1933
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2009
|
-
/* stylelint-disable */
|
|
2010
1934
|
font-size: 13px !important;
|
|
2011
1935
|
}
|
|
2012
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2013
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2014
|
-
/* stylelint-enable */
|
|
2015
|
-
/* stylelint-disable */
|
|
2016
|
-
/* stylelint-enable */
|
|
2017
|
-
}
|
|
2018
1936
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2019
1937
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2020
1938
|
padding-right: 10px !important;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|