@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
|
@@ -157,12 +157,6 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
/*! PivotView layout */
|
|
160
|
-
.e-pivotview {
|
|
161
|
-
/* stylelint-disable */
|
|
162
|
-
/* stylelint-enable */
|
|
163
|
-
/* stylelint-enable */
|
|
164
|
-
/* stylelint-disable */
|
|
165
|
-
}
|
|
166
160
|
.e-pivotview .e-value-field-settings,
|
|
167
161
|
.e-pivotview .e-member-editor-dialog,
|
|
168
162
|
.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;
|
|
@@ -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;
|
|
@@ -578,16 +569,13 @@
|
|
|
578
569
|
}
|
|
579
570
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
580
571
|
margin-left: 18px !important;
|
|
581
|
-
/* stylelint-enable */
|
|
582
572
|
}
|
|
583
573
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
584
|
-
/* stylelint-disable */
|
|
585
574
|
padding: 0 !important;
|
|
586
575
|
}
|
|
587
576
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
588
577
|
float: left;
|
|
589
578
|
font-weight: 500;
|
|
590
|
-
/* stylelint-enable */
|
|
591
579
|
}
|
|
592
580
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
593
581
|
float: right;
|
|
@@ -616,7 +604,6 @@
|
|
|
616
604
|
}
|
|
617
605
|
|
|
618
606
|
.e-pivotview-report-dialog {
|
|
619
|
-
/* stylelint-disable */
|
|
620
607
|
max-width: 350px !important;
|
|
621
608
|
}
|
|
622
609
|
|
|
@@ -636,7 +623,6 @@
|
|
|
636
623
|
max-width: 500px !important;
|
|
637
624
|
}
|
|
638
625
|
|
|
639
|
-
/* stylelint-enable */
|
|
640
626
|
.e-report-outer {
|
|
641
627
|
display: inline-block;
|
|
642
628
|
width: 100%;
|
|
@@ -648,7 +634,6 @@
|
|
|
648
634
|
width: 40%;
|
|
649
635
|
}
|
|
650
636
|
|
|
651
|
-
/* stylelint-disable */
|
|
652
637
|
.e-pivotview-report-input {
|
|
653
638
|
float: right;
|
|
654
639
|
width: 60% !important;
|
|
@@ -670,16 +655,11 @@
|
|
|
670
655
|
font-size: 18px !important;
|
|
671
656
|
}
|
|
672
657
|
|
|
673
|
-
/* stylelint-enable */
|
|
674
658
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
675
659
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
676
660
|
white-space: nowrap;
|
|
677
661
|
}
|
|
678
662
|
|
|
679
|
-
.e-drillthrough-dialog {
|
|
680
|
-
/* stylelint-disable */
|
|
681
|
-
/* stylelint-enable */
|
|
682
|
-
}
|
|
683
663
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
684
664
|
margin-bottom: 20px;
|
|
685
665
|
}
|
|
@@ -700,18 +680,9 @@
|
|
|
700
680
|
flex-wrap: wrap;
|
|
701
681
|
}
|
|
702
682
|
|
|
703
|
-
.e-bigger .e-pivotview,
|
|
704
|
-
.e-bigger.e-pivotview {
|
|
705
|
-
/* stylelint-disable */
|
|
706
|
-
/* stylelint-enable */
|
|
707
|
-
/* stylelint-disable */
|
|
708
|
-
/* stylelint-enable */
|
|
709
|
-
}
|
|
710
683
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
711
684
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
712
|
-
/* stylelint-disable */
|
|
713
685
|
height: 52px !important;
|
|
714
|
-
/* stylelint-enable */
|
|
715
686
|
}
|
|
716
687
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
717
688
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -867,18 +838,6 @@
|
|
|
867
838
|
}
|
|
868
839
|
|
|
869
840
|
/*! PivotView theme */
|
|
870
|
-
.e-pivotview {
|
|
871
|
-
/* stylelint-enable */
|
|
872
|
-
/* stylelint-disable */
|
|
873
|
-
/* stylelint-enable */
|
|
874
|
-
/* stylelint-disable */
|
|
875
|
-
/* stylelint-enable */
|
|
876
|
-
/* stylelint-disable */
|
|
877
|
-
/* stylelint-enable */
|
|
878
|
-
/* stylelint-disable */
|
|
879
|
-
/* stylelint-enable */
|
|
880
|
-
/* stylelint-enable */
|
|
881
|
-
}
|
|
882
841
|
.e-pivotview .e-nextspan {
|
|
883
842
|
display: inline-block;
|
|
884
843
|
width: 18px;
|
|
@@ -899,7 +858,6 @@
|
|
|
899
858
|
text-align: right;
|
|
900
859
|
}
|
|
901
860
|
.e-pivotview .e-grid .e-rowcell {
|
|
902
|
-
/* stylelint-disable */
|
|
903
861
|
font-size: 13px !important;
|
|
904
862
|
padding-left: 8px;
|
|
905
863
|
-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
|
}
|
|
@@ -1106,18 +1064,12 @@
|
|
|
1106
1064
|
}
|
|
1107
1065
|
.e-pivotview .e-rowcell {
|
|
1108
1066
|
opacity: 1;
|
|
1109
|
-
/* stylelint-disable */
|
|
1110
|
-
/* stylelint-enable */
|
|
1111
1067
|
}
|
|
1112
1068
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1113
1069
|
-webkit-user-select: none;
|
|
1114
1070
|
-ms-user-select: none;
|
|
1115
1071
|
user-select: none;
|
|
1116
1072
|
}
|
|
1117
|
-
.e-pivotview .e-grouping-bar {
|
|
1118
|
-
/* stylelint-disable */
|
|
1119
|
-
/* stylelint-enable */
|
|
1120
|
-
}
|
|
1121
1073
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1122
1074
|
-ms-flex: auto;
|
|
1123
1075
|
flex: auto;
|
|
@@ -1243,9 +1195,7 @@
|
|
|
1243
1195
|
border: 1px solid #e0e0e0;
|
|
1244
1196
|
border-radius: 25px;
|
|
1245
1197
|
box-shadow: none;
|
|
1246
|
-
/* stylelint-disable */
|
|
1247
1198
|
color: #000 !important;
|
|
1248
|
-
/* stylelint-enable */
|
|
1249
1199
|
cursor: default;
|
|
1250
1200
|
display: -ms-flexbox;
|
|
1251
1201
|
display: flex;
|
|
@@ -1256,8 +1206,6 @@
|
|
|
1256
1206
|
text-transform: none;
|
|
1257
1207
|
vertical-align: bottom;
|
|
1258
1208
|
z-index: 1;
|
|
1259
|
-
/* stylelint-disable */
|
|
1260
|
-
/* stylelint-enable */
|
|
1261
1209
|
}
|
|
1262
1210
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1263
1211
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1579,7 +1527,7 @@
|
|
|
1579
1527
|
.e-pivotview .e-expand,
|
|
1580
1528
|
.e-pivotview .e-collapse {
|
|
1581
1529
|
cursor: pointer;
|
|
1582
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1583
1531
|
height: 18px;
|
|
1584
1532
|
margin-top: 5px;
|
|
1585
1533
|
text-align: center;
|
|
@@ -1594,12 +1542,6 @@
|
|
|
1594
1542
|
.e-pivotview .e-expand::before {
|
|
1595
1543
|
font-size: 10px;
|
|
1596
1544
|
}
|
|
1597
|
-
.e-pivotview.e-rtl {
|
|
1598
|
-
/* stylelint-disable */
|
|
1599
|
-
/* stylelint-enable */
|
|
1600
|
-
/* stylelint-disable */
|
|
1601
|
-
/* stylelint-enable */
|
|
1602
|
-
}
|
|
1603
1545
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1604
1546
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1605
1547
|
margin-left: 0;
|
|
@@ -1671,10 +1613,8 @@
|
|
|
1671
1613
|
padding-right: 8px;
|
|
1672
1614
|
}
|
|
1673
1615
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1674
|
-
/* stylelint-disable */
|
|
1675
1616
|
padding-left: 8px;
|
|
1676
1617
|
padding-right: 0;
|
|
1677
|
-
/* stylelint-enable */
|
|
1678
1618
|
}
|
|
1679
1619
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1680
1620
|
margin-left: 4px;
|
|
@@ -1697,9 +1637,6 @@
|
|
|
1697
1637
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1698
1638
|
float: left;
|
|
1699
1639
|
}
|
|
1700
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1701
|
-
/* stylelint-disable */
|
|
1702
|
-
}
|
|
1703
1640
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1704
1641
|
line-height: 1em !important;
|
|
1705
1642
|
}
|
|
@@ -1777,13 +1714,6 @@
|
|
|
1777
1714
|
margin-right: 5px;
|
|
1778
1715
|
}
|
|
1779
1716
|
|
|
1780
|
-
.e-bigger .e-pivotview,
|
|
1781
|
-
.e-bigger.e-pivotview {
|
|
1782
|
-
/* stylelint-disable */
|
|
1783
|
-
/* stylelint-enable */
|
|
1784
|
-
/* stylelint-disable */
|
|
1785
|
-
/* stylelint-enable */
|
|
1786
|
-
}
|
|
1787
1717
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1788
1718
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1789
1719
|
margin: 0;
|
|
@@ -1846,10 +1776,6 @@
|
|
|
1846
1776
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1847
1777
|
margin-top: 8px;
|
|
1848
1778
|
}
|
|
1849
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1850
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1851
|
-
/* stylelint-enable */
|
|
1852
|
-
}
|
|
1853
1779
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1854
1780
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1855
1781
|
height: 36px !important;
|
|
@@ -1890,7 +1816,6 @@
|
|
|
1890
1816
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1891
1817
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1892
1818
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1893
|
-
/* stylelint-disable */
|
|
1894
1819
|
font-size: 14px !important;
|
|
1895
1820
|
height: 20px;
|
|
1896
1821
|
margin-top: 0;
|
|
@@ -2007,15 +1932,8 @@
|
|
|
2007
1932
|
}
|
|
2008
1933
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2009
1934
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2010
|
-
/* stylelint-disable */
|
|
2011
1935
|
font-size: 13px !important;
|
|
2012
1936
|
}
|
|
2013
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2014
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2015
|
-
/* stylelint-enable */
|
|
2016
|
-
/* stylelint-disable */
|
|
2017
|
-
/* stylelint-enable */
|
|
2018
|
-
}
|
|
2019
1937
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2020
1938
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2021
1939
|
padding-right: 10px !important;
|
|
@@ -154,12 +154,6 @@
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
/*! PivotView layout */
|
|
157
|
-
.e-pivotview {
|
|
158
|
-
/* stylelint-disable */
|
|
159
|
-
/* stylelint-enable */
|
|
160
|
-
/* stylelint-enable */
|
|
161
|
-
/* stylelint-disable */
|
|
162
|
-
}
|
|
163
157
|
.e-pivotview .e-value-field-settings,
|
|
164
158
|
.e-pivotview .e-member-editor-dialog,
|
|
165
159
|
.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;
|
|
@@ -254,7 +247,6 @@
|
|
|
254
247
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
255
248
|
box-shadow: none;
|
|
256
249
|
margin-left: 10px;
|
|
257
|
-
/* stylelint-disable */
|
|
258
250
|
}
|
|
259
251
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
260
252
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -348,7 +340,6 @@
|
|
|
348
340
|
}
|
|
349
341
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
350
342
|
border: none;
|
|
351
|
-
/* stylelint-enable */
|
|
352
343
|
}
|
|
353
344
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
354
345
|
margin: 0 0 0 6px;
|
|
@@ -594,16 +585,13 @@
|
|
|
594
585
|
}
|
|
595
586
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
596
587
|
margin-left: 18px !important;
|
|
597
|
-
/* stylelint-enable */
|
|
598
588
|
}
|
|
599
589
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
600
|
-
/* stylelint-disable */
|
|
601
590
|
padding: 0 !important;
|
|
602
591
|
}
|
|
603
592
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
604
593
|
float: left;
|
|
605
594
|
font-weight: 500;
|
|
606
|
-
/* stylelint-enable */
|
|
607
595
|
}
|
|
608
596
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
609
597
|
float: right;
|
|
@@ -632,7 +620,6 @@
|
|
|
632
620
|
}
|
|
633
621
|
|
|
634
622
|
.e-pivotview-report-dialog {
|
|
635
|
-
/* stylelint-disable */
|
|
636
623
|
max-width: 350px !important;
|
|
637
624
|
}
|
|
638
625
|
|
|
@@ -652,7 +639,6 @@
|
|
|
652
639
|
max-width: 500px !important;
|
|
653
640
|
}
|
|
654
641
|
|
|
655
|
-
/* stylelint-enable */
|
|
656
642
|
.e-report-outer {
|
|
657
643
|
display: inline-block;
|
|
658
644
|
width: 100%;
|
|
@@ -664,7 +650,6 @@
|
|
|
664
650
|
width: 40%;
|
|
665
651
|
}
|
|
666
652
|
|
|
667
|
-
/* stylelint-disable */
|
|
668
653
|
.e-pivotview-report-input {
|
|
669
654
|
float: right;
|
|
670
655
|
width: 60% !important;
|
|
@@ -686,16 +671,11 @@
|
|
|
686
671
|
font-size: 18px !important;
|
|
687
672
|
}
|
|
688
673
|
|
|
689
|
-
/* stylelint-enable */
|
|
690
674
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
691
675
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
692
676
|
white-space: nowrap;
|
|
693
677
|
}
|
|
694
678
|
|
|
695
|
-
.e-drillthrough-dialog {
|
|
696
|
-
/* stylelint-disable */
|
|
697
|
-
/* stylelint-enable */
|
|
698
|
-
}
|
|
699
679
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
700
680
|
margin-bottom: 20px;
|
|
701
681
|
}
|
|
@@ -716,13 +696,6 @@
|
|
|
716
696
|
flex-wrap: wrap;
|
|
717
697
|
}
|
|
718
698
|
|
|
719
|
-
.e-bigger .e-pivotview,
|
|
720
|
-
.e-bigger.e-pivotview {
|
|
721
|
-
/* stylelint-disable */
|
|
722
|
-
/* stylelint-enable */
|
|
723
|
-
/* stylelint-disable */
|
|
724
|
-
/* stylelint-enable */
|
|
725
|
-
}
|
|
726
699
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon,
|
|
727
700
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
728
701
|
line-height: 50px;
|
|
@@ -889,18 +862,6 @@
|
|
|
889
862
|
}
|
|
890
863
|
|
|
891
864
|
/*! PivotView theme */
|
|
892
|
-
.e-pivotview {
|
|
893
|
-
/* stylelint-enable */
|
|
894
|
-
/* stylelint-disable */
|
|
895
|
-
/* stylelint-enable */
|
|
896
|
-
/* stylelint-disable */
|
|
897
|
-
/* stylelint-enable */
|
|
898
|
-
/* stylelint-disable */
|
|
899
|
-
/* stylelint-enable */
|
|
900
|
-
/* stylelint-disable */
|
|
901
|
-
/* stylelint-enable */
|
|
902
|
-
/* stylelint-enable */
|
|
903
|
-
}
|
|
904
865
|
.e-pivotview .e-nextspan {
|
|
905
866
|
display: inline-block;
|
|
906
867
|
width: 18px;
|
|
@@ -921,7 +882,6 @@
|
|
|
921
882
|
text-align: right;
|
|
922
883
|
}
|
|
923
884
|
.e-pivotview .e-grid .e-rowcell {
|
|
924
|
-
/* stylelint-disable */
|
|
925
885
|
font-size: 14px !important;
|
|
926
886
|
padding-left: 8px;
|
|
927
887
|
-webkit-user-select: none;
|
|
@@ -1107,11 +1067,11 @@
|
|
|
1107
1067
|
border-right-width: 1px;
|
|
1108
1068
|
}
|
|
1109
1069
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1110
|
-
display:
|
|
1070
|
+
display: inline;
|
|
1111
1071
|
}
|
|
1112
1072
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1113
1073
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1114
|
-
display: inline
|
|
1074
|
+
display: inline;
|
|
1115
1075
|
padding-left: 12px !important;
|
|
1116
1076
|
margin-top: 5px;
|
|
1117
1077
|
margin-top: 2px;
|
|
@@ -1142,18 +1102,12 @@
|
|
|
1142
1102
|
}
|
|
1143
1103
|
.e-pivotview .e-rowcell {
|
|
1144
1104
|
opacity: 1;
|
|
1145
|
-
/* stylelint-disable */
|
|
1146
|
-
/* stylelint-enable */
|
|
1147
1105
|
}
|
|
1148
1106
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1149
1107
|
-webkit-user-select: none;
|
|
1150
1108
|
-ms-user-select: none;
|
|
1151
1109
|
user-select: none;
|
|
1152
1110
|
}
|
|
1153
|
-
.e-pivotview .e-grouping-bar {
|
|
1154
|
-
/* stylelint-disable */
|
|
1155
|
-
/* stylelint-enable */
|
|
1156
|
-
}
|
|
1157
1111
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1158
1112
|
-ms-flex: auto;
|
|
1159
1113
|
flex: auto;
|
|
@@ -1282,9 +1236,7 @@
|
|
|
1282
1236
|
border: 1px solid #4b5563;
|
|
1283
1237
|
border-radius: 0;
|
|
1284
1238
|
box-shadow: none;
|
|
1285
|
-
/* stylelint-disable */
|
|
1286
1239
|
color: #d1d5db !important;
|
|
1287
|
-
/* stylelint-enable */
|
|
1288
1240
|
cursor: default;
|
|
1289
1241
|
display: -ms-flexbox;
|
|
1290
1242
|
display: flex;
|
|
@@ -1295,8 +1247,6 @@
|
|
|
1295
1247
|
text-transform: none;
|
|
1296
1248
|
vertical-align: bottom;
|
|
1297
1249
|
z-index: 1;
|
|
1298
|
-
/* stylelint-disable */
|
|
1299
|
-
/* stylelint-enable */
|
|
1300
1250
|
}
|
|
1301
1251
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1302
1252
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1618,7 +1568,7 @@
|
|
|
1618
1568
|
.e-pivotview .e-expand,
|
|
1619
1569
|
.e-pivotview .e-collapse {
|
|
1620
1570
|
cursor: pointer;
|
|
1621
|
-
display: inline
|
|
1571
|
+
display: inline;
|
|
1622
1572
|
height: 18px;
|
|
1623
1573
|
margin-top: 5px;
|
|
1624
1574
|
text-align: center;
|
|
@@ -1635,12 +1585,6 @@
|
|
|
1635
1585
|
.e-pivotview .e-expand::before {
|
|
1636
1586
|
font-size: 18px;
|
|
1637
1587
|
}
|
|
1638
|
-
.e-pivotview.e-rtl {
|
|
1639
|
-
/* stylelint-disable */
|
|
1640
|
-
/* stylelint-enable */
|
|
1641
|
-
/* stylelint-disable */
|
|
1642
|
-
/* stylelint-enable */
|
|
1643
|
-
}
|
|
1644
1588
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1645
1589
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1646
1590
|
margin-left: 0;
|
|
@@ -1712,10 +1656,8 @@
|
|
|
1712
1656
|
padding-right: 8px;
|
|
1713
1657
|
}
|
|
1714
1658
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1715
|
-
/* stylelint-disable */
|
|
1716
1659
|
padding-left: 8px;
|
|
1717
1660
|
padding-right: 0;
|
|
1718
|
-
/* stylelint-enable */
|
|
1719
1661
|
}
|
|
1720
1662
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1721
1663
|
margin-left: 4px;
|
|
@@ -1738,9 +1680,6 @@
|
|
|
1738
1680
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1739
1681
|
float: left;
|
|
1740
1682
|
}
|
|
1741
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1742
|
-
/* stylelint-disable */
|
|
1743
|
-
}
|
|
1744
1683
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1745
1684
|
line-height: 1em !important;
|
|
1746
1685
|
}
|
|
@@ -1818,13 +1757,6 @@
|
|
|
1818
1757
|
margin-right: 5px;
|
|
1819
1758
|
}
|
|
1820
1759
|
|
|
1821
|
-
.e-bigger .e-pivotview,
|
|
1822
|
-
.e-bigger.e-pivotview {
|
|
1823
|
-
/* stylelint-disable */
|
|
1824
|
-
/* stylelint-enable */
|
|
1825
|
-
/* stylelint-disable */
|
|
1826
|
-
/* stylelint-enable */
|
|
1827
|
-
}
|
|
1828
1760
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1829
1761
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1830
1762
|
margin: 0;
|
|
@@ -1889,10 +1821,6 @@
|
|
|
1889
1821
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1890
1822
|
margin-top: 0;
|
|
1891
1823
|
}
|
|
1892
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1893
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1894
|
-
/* stylelint-enable */
|
|
1895
|
-
}
|
|
1896
1824
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1897
1825
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1898
1826
|
height: 36px !important;
|
|
@@ -1933,7 +1861,6 @@
|
|
|
1933
1861
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1934
1862
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1935
1863
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1936
|
-
/* stylelint-disable */
|
|
1937
1864
|
font-size: 14px !important;
|
|
1938
1865
|
height: 20px;
|
|
1939
1866
|
margin-top: 1px;
|
|
@@ -2063,16 +1990,9 @@
|
|
|
2063
1990
|
}
|
|
2064
1991
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2065
1992
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2066
|
-
/* stylelint-disable */
|
|
2067
1993
|
font-size: 16px !important;
|
|
2068
1994
|
padding: 0 12px;
|
|
2069
1995
|
}
|
|
2070
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2071
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2072
|
-
/* stylelint-enable */
|
|
2073
|
-
/* stylelint-disable */
|
|
2074
|
-
/* stylelint-enable */
|
|
2075
|
-
}
|
|
2076
1996
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2077
1997
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2078
1998
|
padding-right: 10px !important;
|