@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: 45px !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: 24px;
|
|
@@ -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 #414141;
|
|
1244
1196
|
border-radius: 4px;
|
|
1245
1197
|
box-shadow: none;
|
|
1246
|
-
/* stylelint-disable */
|
|
1247
1198
|
color: #f0f0f0 !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: 5px;
|
|
@@ -1846,10 +1776,6 @@
|
|
|
1846
1776
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1847
1777
|
margin-top: 6px;
|
|
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;
|
|
@@ -2088,10 +2006,6 @@
|
|
|
2088
2006
|
content: "\e614";
|
|
2089
2007
|
}
|
|
2090
2008
|
|
|
2091
|
-
.e-pivot-calc-dialog-div {
|
|
2092
|
-
/* stylelint-disable */
|
|
2093
|
-
/* stylelint-enable */
|
|
2094
|
-
}
|
|
2095
2009
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2096
2010
|
content: "\e330";
|
|
2097
2011
|
}
|
|
@@ -2190,11 +2104,6 @@
|
|
|
2190
2104
|
content: "\e665" !important;
|
|
2191
2105
|
}
|
|
2192
2106
|
|
|
2193
|
-
.e-pivotfieldlist-wrapper,
|
|
2194
|
-
.e-pivotfieldlist-container {
|
|
2195
|
-
/* stylelint-disable */
|
|
2196
|
-
/* stylelint-enable */
|
|
2197
|
-
}
|
|
2198
2107
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2199
2108
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2200
2109
|
content: "\e610";
|
|
@@ -2390,10 +2299,8 @@
|
|
|
2390
2299
|
}
|
|
2391
2300
|
|
|
2392
2301
|
.e-pivot-formatting-dialog {
|
|
2393
|
-
/* stylelint-disable */
|
|
2394
2302
|
max-height: 480px !important;
|
|
2395
2303
|
width: 625px !important;
|
|
2396
|
-
/* stylelint-enable */
|
|
2397
2304
|
}
|
|
2398
2305
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2399
2306
|
padding-bottom: 4px;
|
|
@@ -2468,9 +2375,7 @@
|
|
|
2468
2375
|
border: 1px solid #959595;
|
|
2469
2376
|
border-radius: 5px;
|
|
2470
2377
|
height: 28px;
|
|
2471
|
-
/* stylelint-disable */
|
|
2472
2378
|
margin: 0 !important;
|
|
2473
|
-
/* stylelint-enable */
|
|
2474
2379
|
padding-left: 6px;
|
|
2475
2380
|
padding-top: 6px;
|
|
2476
2381
|
width: 80px;
|
|
@@ -2491,9 +2396,7 @@
|
|
|
2491
2396
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2492
2397
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2493
2398
|
border: 1px solid #959595;
|
|
2494
|
-
/* stylelint-disable */
|
|
2495
2399
|
border-radius: 0 !important;
|
|
2496
|
-
/* stylelint-enable */
|
|
2497
2400
|
height: 40%;
|
|
2498
2401
|
left: -3px;
|
|
2499
2402
|
position: absolute;
|
|
@@ -2501,10 +2404,8 @@
|
|
|
2501
2404
|
width: 150%;
|
|
2502
2405
|
}
|
|
2503
2406
|
.e-pivot-formatting-dialog.e-device {
|
|
2504
|
-
/* stylelint-disable */
|
|
2505
2407
|
min-width: 320px !important;
|
|
2506
2408
|
width: 100% !important;
|
|
2507
|
-
/* stylelint-enable */
|
|
2508
2409
|
}
|
|
2509
2410
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2510
2411
|
width: 100% !important;
|
|
@@ -2553,11 +2454,7 @@
|
|
|
2553
2454
|
|
|
2554
2455
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2555
2456
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2556
|
-
/* stylelint-disable */
|
|
2557
2457
|
width: 670px !important;
|
|
2558
|
-
/* stylelint-enable */
|
|
2559
|
-
/* stylelint-disable */
|
|
2560
|
-
/* stylelint-enable */
|
|
2561
2458
|
}
|
|
2562
2459
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2563
2460
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2596,10 +2493,8 @@
|
|
|
2596
2493
|
}
|
|
2597
2494
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2598
2495
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2599
|
-
/* stylelint-disable */
|
|
2600
2496
|
min-width: 320px !important;
|
|
2601
2497
|
width: 100% !important;
|
|
2602
|
-
/* stylelint-enable */
|
|
2603
2498
|
}
|
|
2604
2499
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2605
2500
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2618,14 +2513,8 @@
|
|
|
2618
2513
|
}
|
|
2619
2514
|
|
|
2620
2515
|
.e-pivot-calc-dialog-div {
|
|
2621
|
-
/* stylelint-disable */
|
|
2622
2516
|
max-height: 600px !important;
|
|
2623
|
-
/* stylelint-enable */
|
|
2624
2517
|
min-width: 290px;
|
|
2625
|
-
/* stylelint-disable */
|
|
2626
|
-
/* stylelint-enable */
|
|
2627
|
-
/* stylelint-disable */
|
|
2628
|
-
/* stylelint-enable */
|
|
2629
2518
|
}
|
|
2630
2519
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2631
2520
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2673,11 +2562,9 @@
|
|
|
2673
2562
|
}
|
|
2674
2563
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2675
2564
|
color: #f0f0f0;
|
|
2676
|
-
/* stylelint-disable */
|
|
2677
2565
|
float: right !important;
|
|
2678
2566
|
margin: 0;
|
|
2679
2567
|
margin-right: 12px !important;
|
|
2680
|
-
/* stylelint-enable */
|
|
2681
2568
|
}
|
|
2682
2569
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2683
2570
|
cursor: default;
|
|
@@ -2961,11 +2848,8 @@
|
|
|
2961
2848
|
|
|
2962
2849
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2963
2850
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2964
|
-
/* stylelint-disable */
|
|
2965
2851
|
max-height: 600px !important;
|
|
2966
2852
|
min-width: 401px !important;
|
|
2967
|
-
/* stylelint-enable */
|
|
2968
|
-
/* stylelint-disable */
|
|
2969
2853
|
}
|
|
2970
2854
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2971
2855
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3045,9 +2929,6 @@
|
|
|
3045
2929
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3046
2930
|
max-width: 400px !important;
|
|
3047
2931
|
min-width: 320px !important;
|
|
3048
|
-
/* stylelint-enable */
|
|
3049
|
-
/* stylelint-disable */
|
|
3050
|
-
/* stylelint-enable */
|
|
3051
2932
|
}
|
|
3052
2933
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3053
2934
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3085,10 +2966,8 @@
|
|
|
3085
2966
|
}
|
|
3086
2967
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3087
2968
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3088
|
-
/* stylelint-disable */
|
|
3089
2969
|
margin-left: -35px;
|
|
3090
2970
|
overflow: auto !important;
|
|
3091
|
-
/* stylelint-enable */
|
|
3092
2971
|
}
|
|
3093
2972
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3094
2973
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3107,10 +2986,6 @@
|
|
|
3107
2986
|
margin-left: 0;
|
|
3108
2987
|
margin-right: -35px;
|
|
3109
2988
|
}
|
|
3110
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3111
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3112
|
-
/* stylelint-disable */
|
|
3113
|
-
}
|
|
3114
2989
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3115
2990
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3116
2991
|
margin-left: 0;
|
|
@@ -3172,7 +3047,6 @@
|
|
|
3172
3047
|
}
|
|
3173
3048
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3174
3049
|
border: 0;
|
|
3175
|
-
/* stylelint-enable */
|
|
3176
3050
|
}
|
|
3177
3051
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3178
3052
|
margin: 0 0 0 6px;
|
|
@@ -3200,8 +3074,6 @@
|
|
|
3200
3074
|
overflow: auto;
|
|
3201
3075
|
padding: 20px;
|
|
3202
3076
|
padding-bottom: 0;
|
|
3203
|
-
/* stylelint-disable */
|
|
3204
|
-
/* stylelint-enable */
|
|
3205
3077
|
}
|
|
3206
3078
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3207
3079
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3240,9 +3112,6 @@
|
|
|
3240
3112
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3241
3113
|
float: right;
|
|
3242
3114
|
}
|
|
3243
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3244
|
-
/* stylelint-disable */
|
|
3245
|
-
}
|
|
3246
3115
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3247
3116
|
margin-left: 0;
|
|
3248
3117
|
}
|
|
@@ -3380,7 +3249,6 @@
|
|
|
3380
3249
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3381
3250
|
overflow: hidden;
|
|
3382
3251
|
padding: 0 !important;
|
|
3383
|
-
/* stylelint-enable */
|
|
3384
3252
|
}
|
|
3385
3253
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3386
3254
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3447,11 +3315,6 @@
|
|
|
3447
3315
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3448
3316
|
padding-right: 0;
|
|
3449
3317
|
}
|
|
3450
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3451
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3452
|
-
/* stylelint-disable */
|
|
3453
|
-
/* stylelint-enable */
|
|
3454
|
-
}
|
|
3455
3318
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3456
3319
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3457
3320
|
padding-left: 24px;
|
|
@@ -3501,7 +3364,6 @@
|
|
|
3501
3364
|
padding: 4px;
|
|
3502
3365
|
}
|
|
3503
3366
|
|
|
3504
|
-
/* stylelint-disable */
|
|
3505
3367
|
.e-button-drag-clone {
|
|
3506
3368
|
background-color: #2a2a2a !important;
|
|
3507
3369
|
border: 1px solid #585858;
|
|
@@ -3535,12 +3397,6 @@
|
|
|
3535
3397
|
width: auto !important;
|
|
3536
3398
|
}
|
|
3537
3399
|
|
|
3538
|
-
/* stylelint-enable */
|
|
3539
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3540
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3541
|
-
/* stylelint-disable */
|
|
3542
|
-
/* stylelint-enable */
|
|
3543
|
-
}
|
|
3544
3400
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3545
3401
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3546
3402
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3605,10 +3461,6 @@
|
|
|
3605
3461
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3606
3462
|
margin-left: 10px;
|
|
3607
3463
|
}
|
|
3608
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3609
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3610
|
-
/* stylelint-disable */
|
|
3611
|
-
}
|
|
3612
3464
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3613
3465
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3614
3466
|
margin: 0 0 0 6px;
|
|
@@ -3757,7 +3609,6 @@
|
|
|
3757
3609
|
background-color: #585858;
|
|
3758
3610
|
}
|
|
3759
3611
|
|
|
3760
|
-
/* stylelint-disable */
|
|
3761
3612
|
*.e-rtl .e-select-table {
|
|
3762
3613
|
padding: 8px 5px;
|
|
3763
3614
|
}
|
|
@@ -3796,8 +3647,6 @@
|
|
|
3796
3647
|
font-size: 12px;
|
|
3797
3648
|
max-width: 700px;
|
|
3798
3649
|
min-width: 300px;
|
|
3799
|
-
/* stylelint-enable */
|
|
3800
|
-
/* stylelint-enable */
|
|
3801
3650
|
}
|
|
3802
3651
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3803
3652
|
display: -ms-flexbox;
|
|
@@ -3917,8 +3766,6 @@
|
|
|
3917
3766
|
display: -ms-flexbox;
|
|
3918
3767
|
display: flex;
|
|
3919
3768
|
padding-right: 15px;
|
|
3920
|
-
/* stylelint-disable */
|
|
3921
|
-
/* stylelint-enable */
|
|
3922
3769
|
}
|
|
3923
3770
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3924
3771
|
-ms-flex: auto;
|
|
@@ -3930,9 +3777,7 @@
|
|
|
3930
3777
|
color: #f0f0f0;
|
|
3931
3778
|
cursor: pointer;
|
|
3932
3779
|
font-size: 14px;
|
|
3933
|
-
/* stylelint-disable */
|
|
3934
3780
|
height: 20px !important;
|
|
3935
|
-
/* stylelint-enable */
|
|
3936
3781
|
padding: 7px 0 0 4px;
|
|
3937
3782
|
width: 20px;
|
|
3938
3783
|
}
|
|
@@ -3965,13 +3810,9 @@
|
|
|
3965
3810
|
}
|
|
3966
3811
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3967
3812
|
overflow: hidden;
|
|
3968
|
-
/* stylelint-disable */
|
|
3969
|
-
/* stylelint-enable */
|
|
3970
3813
|
}
|
|
3971
3814
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3972
3815
|
margin-left: -40px;
|
|
3973
|
-
/* stylelint-disable */
|
|
3974
|
-
/* stylelint-enable */
|
|
3975
3816
|
}
|
|
3976
3817
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3977
3818
|
cursor: default;
|
|
@@ -4479,8 +4320,6 @@
|
|
|
4479
4320
|
}
|
|
4480
4321
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4481
4322
|
height: 369px;
|
|
4482
|
-
/* stylelint-disable */
|
|
4483
|
-
/* stylelint-enable */
|
|
4484
4323
|
}
|
|
4485
4324
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4486
4325
|
height: 392px !important;
|
|
@@ -4504,7 +4343,6 @@
|
|
|
4504
4343
|
display: -ms-flexbox;
|
|
4505
4344
|
display: flex;
|
|
4506
4345
|
padding: 10px 20px;
|
|
4507
|
-
/* stylelint-disable */
|
|
4508
4346
|
}
|
|
4509
4347
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4510
4348
|
float: right;
|
|
@@ -4541,8 +4379,6 @@
|
|
|
4541
4379
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4542
4380
|
margin-left: 0;
|
|
4543
4381
|
margin-right: -40px;
|
|
4544
|
-
/* stylelint-disable */
|
|
4545
|
-
/* stylelint-enable */
|
|
4546
4382
|
}
|
|
4547
4383
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4548
4384
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4573,8 +4409,6 @@
|
|
|
4573
4409
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4574
4410
|
padding-left: 15px;
|
|
4575
4411
|
padding-right: 0;
|
|
4576
|
-
/* stylelint-disable */
|
|
4577
|
-
/* stylelint-enable */
|
|
4578
4412
|
}
|
|
4579
4413
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4580
4414
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4656,10 +4490,8 @@
|
|
|
4656
4490
|
}
|
|
4657
4491
|
.e-pivotfieldlist-container.e-device {
|
|
4658
4492
|
height: 100%;
|
|
4659
|
-
/* stylelint-disable */
|
|
4660
4493
|
max-height: 100% !important;
|
|
4661
4494
|
max-width: 100% !important;
|
|
4662
|
-
/* stylelint-enable */
|
|
4663
4495
|
min-height: 500px;
|
|
4664
4496
|
width: 100%;
|
|
4665
4497
|
}
|
|
@@ -4764,8 +4596,6 @@
|
|
|
4764
4596
|
padding: 9px 16px;
|
|
4765
4597
|
text-transform: none;
|
|
4766
4598
|
width: 100%;
|
|
4767
|
-
/* stylelint-disable */
|
|
4768
|
-
/* stylelint-enable */
|
|
4769
4599
|
}
|
|
4770
4600
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4771
4601
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4955,10 +4785,6 @@
|
|
|
4955
4785
|
vertical-align: middle;
|
|
4956
4786
|
width: 70%;
|
|
4957
4787
|
}
|
|
4958
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4959
|
-
/* stylelint-disable */
|
|
4960
|
-
/* stylelint-enable */
|
|
4961
|
-
}
|
|
4962
4788
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4963
4789
|
background-color: #1a1a1a;
|
|
4964
4790
|
border: 1px solid #6e6e6e;
|
|
@@ -5005,10 +4831,6 @@
|
|
|
5005
4831
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5006
4832
|
margin-right: 12px;
|
|
5007
4833
|
}
|
|
5008
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5009
|
-
/* stylelint-disable */
|
|
5010
|
-
/* stylelint-enable */
|
|
5011
|
-
}
|
|
5012
4834
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5013
4835
|
left: 16px;
|
|
5014
4836
|
right: auto;
|
|
@@ -5158,10 +4980,6 @@
|
|
|
5158
4980
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5159
4981
|
max-height: 600px;
|
|
5160
4982
|
}
|
|
5161
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5162
|
-
/* stylelint-disable */
|
|
5163
|
-
/* stylelint-enable */
|
|
5164
|
-
}
|
|
5165
4983
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5166
4984
|
margin-left: 12px;
|
|
5167
4985
|
margin-right: 0;
|
|
@@ -5182,11 +5000,6 @@
|
|
|
5182
5000
|
margin-left: 20px;
|
|
5183
5001
|
}
|
|
5184
5002
|
|
|
5185
|
-
/* stylelint-disable */
|
|
5186
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5187
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5188
|
-
/* stylelint-enable */
|
|
5189
|
-
}
|
|
5190
5003
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5191
5004
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5192
5005
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5338,16 +5151,6 @@
|
|
|
5338
5151
|
margin-top: 4px;
|
|
5339
5152
|
padding: 0 12px;
|
|
5340
5153
|
}
|
|
5341
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5342
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5343
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5344
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5345
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5346
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5347
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5348
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5349
|
-
/* stylelint-disable */
|
|
5350
|
-
}
|
|
5351
5154
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
5352
5155
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
5353
5156
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
@@ -5359,7 +5162,6 @@
|
|
|
5359
5162
|
font-size: 14px;
|
|
5360
5163
|
height: 36px !important;
|
|
5361
5164
|
padding: 9px 16px !important;
|
|
5362
|
-
/* stylelint-enable */
|
|
5363
5165
|
}
|
|
5364
5166
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5365
5167
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -5484,10 +5286,6 @@
|
|
|
5484
5286
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
5485
5287
|
padding-top: 7px;
|
|
5486
5288
|
}
|
|
5487
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5488
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5489
|
-
/* stylelint-disable */
|
|
5490
|
-
}
|
|
5491
5289
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5492
5290
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5493
5291
|
padding-left: 16px;
|
|
@@ -5500,7 +5298,6 @@
|
|
|
5500
5298
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5501
5299
|
padding-left: 0;
|
|
5502
5300
|
padding-right: 5px;
|
|
5503
|
-
/* stylelint-enable */
|
|
5504
5301
|
}
|
|
5505
5302
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5506
5303
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5539,8 +5336,6 @@
|
|
|
5539
5336
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5540
5337
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5541
5338
|
padding-left: 20px;
|
|
5542
|
-
/* stylelint-disable */
|
|
5543
|
-
/* stylelint-enable */
|
|
5544
5339
|
}
|
|
5545
5340
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5546
5341
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5608,10 +5403,6 @@
|
|
|
5608
5403
|
padding-left: 0;
|
|
5609
5404
|
padding-right: 4px;
|
|
5610
5405
|
}
|
|
5611
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5612
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5613
|
-
/* stylelint-disable */
|
|
5614
|
-
}
|
|
5615
5406
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5616
5407
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5617
5408
|
max-height: 750px;
|
|
@@ -5648,6 +5439,4 @@
|
|
|
5648
5439
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5649
5440
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5650
5441
|
max-height: 190px;
|
|
5651
|
-
}
|
|
5652
|
-
|
|
5653
|
-
/* stylelint-enable */
|
|
5442
|
+
}
|