@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
package/styles/fluent.css
CHANGED
|
@@ -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;
|
|
@@ -2140,10 +2058,6 @@
|
|
|
2140
2058
|
content: "\e774";
|
|
2141
2059
|
}
|
|
2142
2060
|
|
|
2143
|
-
.e-pivot-calc-dialog-div {
|
|
2144
|
-
/* stylelint-disable */
|
|
2145
|
-
/* stylelint-enable */
|
|
2146
|
-
}
|
|
2147
2061
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2148
2062
|
content: "\e726";
|
|
2149
2063
|
}
|
|
@@ -2242,11 +2156,6 @@
|
|
|
2242
2156
|
content: "\e7d8" !important;
|
|
2243
2157
|
}
|
|
2244
2158
|
|
|
2245
|
-
.e-pivotfieldlist-wrapper,
|
|
2246
|
-
.e-pivotfieldlist-container {
|
|
2247
|
-
/* stylelint-disable */
|
|
2248
|
-
/* stylelint-enable */
|
|
2249
|
-
}
|
|
2250
2159
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2251
2160
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2252
2161
|
content: "\e773";
|
|
@@ -2441,10 +2350,8 @@
|
|
|
2441
2350
|
}
|
|
2442
2351
|
|
|
2443
2352
|
.e-pivot-formatting-dialog {
|
|
2444
|
-
/* stylelint-disable */
|
|
2445
2353
|
max-height: 480px !important;
|
|
2446
2354
|
width: 629px !important;
|
|
2447
|
-
/* stylelint-enable */
|
|
2448
2355
|
}
|
|
2449
2356
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2450
2357
|
padding-bottom: 4px;
|
|
@@ -2519,9 +2426,7 @@
|
|
|
2519
2426
|
border: 1px solid #605e5c;
|
|
2520
2427
|
border-radius: 2px;
|
|
2521
2428
|
height: 28px;
|
|
2522
|
-
/* stylelint-disable */
|
|
2523
2429
|
margin: 0 !important;
|
|
2524
|
-
/* stylelint-enable */
|
|
2525
2430
|
padding-left: 6px;
|
|
2526
2431
|
padding-top: 6px;
|
|
2527
2432
|
width: 80px;
|
|
@@ -2542,9 +2447,7 @@
|
|
|
2542
2447
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2543
2448
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2544
2449
|
border: 1px solid #605e5c;
|
|
2545
|
-
/* stylelint-disable */
|
|
2546
2450
|
border-radius: 0 !important;
|
|
2547
|
-
/* stylelint-enable */
|
|
2548
2451
|
height: 40%;
|
|
2549
2452
|
left: -3px;
|
|
2550
2453
|
position: absolute;
|
|
@@ -2552,10 +2455,8 @@
|
|
|
2552
2455
|
width: 150%;
|
|
2553
2456
|
}
|
|
2554
2457
|
.e-pivot-formatting-dialog.e-device {
|
|
2555
|
-
/* stylelint-disable */
|
|
2556
2458
|
min-width: 320px !important;
|
|
2557
2459
|
width: 100% !important;
|
|
2558
|
-
/* stylelint-enable */
|
|
2559
2460
|
}
|
|
2560
2461
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2561
2462
|
width: 100% !important;
|
|
@@ -2604,11 +2505,7 @@
|
|
|
2604
2505
|
|
|
2605
2506
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2606
2507
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2607
|
-
/* stylelint-disable */
|
|
2608
2508
|
width: 714px !important;
|
|
2609
|
-
/* stylelint-enable */
|
|
2610
|
-
/* stylelint-disable */
|
|
2611
|
-
/* stylelint-enable */
|
|
2612
2509
|
}
|
|
2613
2510
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2614
2511
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2647,10 +2544,8 @@
|
|
|
2647
2544
|
}
|
|
2648
2545
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2649
2546
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2650
|
-
/* stylelint-disable */
|
|
2651
2547
|
min-width: 320px !important;
|
|
2652
2548
|
width: 100% !important;
|
|
2653
|
-
/* stylelint-enable */
|
|
2654
2549
|
}
|
|
2655
2550
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2656
2551
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2669,14 +2564,8 @@
|
|
|
2669
2564
|
}
|
|
2670
2565
|
|
|
2671
2566
|
.e-pivot-calc-dialog-div {
|
|
2672
|
-
/* stylelint-disable */
|
|
2673
2567
|
max-height: 600px !important;
|
|
2674
|
-
/* stylelint-enable */
|
|
2675
2568
|
min-width: 290px;
|
|
2676
|
-
/* stylelint-disable */
|
|
2677
|
-
/* stylelint-enable */
|
|
2678
|
-
/* stylelint-disable */
|
|
2679
|
-
/* stylelint-enable */
|
|
2680
2569
|
}
|
|
2681
2570
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2682
2571
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2684,9 +2573,7 @@
|
|
|
2684
2573
|
}
|
|
2685
2574
|
.e-pivot-calc-dialog-div .e-dlg-content {
|
|
2686
2575
|
padding-bottom: 18px;
|
|
2687
|
-
/* stylelint-disable */
|
|
2688
2576
|
padding-top: 1px !important;
|
|
2689
|
-
/* stylelint-enable */
|
|
2690
2577
|
}
|
|
2691
2578
|
.e-pivot-calc-dialog-div .e-dlg-content .e-pivot-calc-custom-format-div {
|
|
2692
2579
|
margin-top: 15px;
|
|
@@ -2728,11 +2615,9 @@
|
|
|
2728
2615
|
}
|
|
2729
2616
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2730
2617
|
color: #605e5c;
|
|
2731
|
-
/* stylelint-disable */
|
|
2732
2618
|
float: right !important;
|
|
2733
2619
|
margin: 0;
|
|
2734
2620
|
margin-right: 12px !important;
|
|
2735
|
-
/* stylelint-enable */
|
|
2736
2621
|
}
|
|
2737
2622
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2738
2623
|
cursor: default;
|
|
@@ -3024,11 +2909,8 @@
|
|
|
3024
2909
|
|
|
3025
2910
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3026
2911
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3027
|
-
/* stylelint-disable */
|
|
3028
2912
|
max-height: 600px !important;
|
|
3029
2913
|
min-width: 401px !important;
|
|
3030
|
-
/* stylelint-enable */
|
|
3031
|
-
/* stylelint-disable */
|
|
3032
2914
|
}
|
|
3033
2915
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3034
2916
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3113,9 +2995,6 @@
|
|
|
3113
2995
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3114
2996
|
max-width: 400px !important;
|
|
3115
2997
|
min-width: 320px !important;
|
|
3116
|
-
/* stylelint-enable */
|
|
3117
|
-
/* stylelint-disable */
|
|
3118
|
-
/* stylelint-enable */
|
|
3119
2998
|
}
|
|
3120
2999
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3121
3000
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3153,10 +3032,8 @@
|
|
|
3153
3032
|
}
|
|
3154
3033
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3155
3034
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3156
|
-
/* stylelint-disable */
|
|
3157
3035
|
margin-left: -22px;
|
|
3158
3036
|
overflow: auto !important;
|
|
3159
|
-
/* stylelint-enable */
|
|
3160
3037
|
}
|
|
3161
3038
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3162
3039
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3175,10 +3052,6 @@
|
|
|
3175
3052
|
margin-left: 0;
|
|
3176
3053
|
margin-right: -22px;
|
|
3177
3054
|
}
|
|
3178
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3179
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3180
|
-
/* stylelint-disable */
|
|
3181
|
-
}
|
|
3182
3055
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3183
3056
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3184
3057
|
margin-left: 0;
|
|
@@ -3242,7 +3115,6 @@
|
|
|
3242
3115
|
}
|
|
3243
3116
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3244
3117
|
border: 0;
|
|
3245
|
-
/* stylelint-enable */
|
|
3246
3118
|
}
|
|
3247
3119
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3248
3120
|
margin: 0 0 0 6px;
|
|
@@ -3270,8 +3142,6 @@
|
|
|
3270
3142
|
overflow: auto;
|
|
3271
3143
|
padding: 20px;
|
|
3272
3144
|
padding-bottom: 0;
|
|
3273
|
-
/* stylelint-disable */
|
|
3274
|
-
/* stylelint-enable */
|
|
3275
3145
|
}
|
|
3276
3146
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3277
3147
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3310,9 +3180,6 @@
|
|
|
3310
3180
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3311
3181
|
float: right;
|
|
3312
3182
|
}
|
|
3313
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3314
|
-
/* stylelint-disable */
|
|
3315
|
-
}
|
|
3316
3183
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3317
3184
|
margin-left: 0;
|
|
3318
3185
|
}
|
|
@@ -3451,7 +3318,6 @@
|
|
|
3451
3318
|
overflow: hidden;
|
|
3452
3319
|
padding: 0 !important;
|
|
3453
3320
|
padding-top: 1px;
|
|
3454
|
-
/* stylelint-enable */
|
|
3455
3321
|
}
|
|
3456
3322
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3457
3323
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3518,11 +3384,6 @@
|
|
|
3518
3384
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3519
3385
|
padding-right: 0;
|
|
3520
3386
|
}
|
|
3521
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3522
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3523
|
-
/* stylelint-disable */
|
|
3524
|
-
/* stylelint-enable */
|
|
3525
|
-
}
|
|
3526
3387
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3527
3388
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3528
3389
|
padding-left: 24px;
|
|
@@ -3572,7 +3433,6 @@
|
|
|
3572
3433
|
padding: 4px;
|
|
3573
3434
|
}
|
|
3574
3435
|
|
|
3575
|
-
/* stylelint-disable */
|
|
3576
3436
|
.e-button-drag-clone {
|
|
3577
3437
|
background-color: #edebe9 !important;
|
|
3578
3438
|
border: 1px solid #edebe9;
|
|
@@ -3612,12 +3472,6 @@
|
|
|
3612
3472
|
width: auto !important;
|
|
3613
3473
|
}
|
|
3614
3474
|
|
|
3615
|
-
/* stylelint-enable */
|
|
3616
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3617
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3618
|
-
/* stylelint-disable */
|
|
3619
|
-
/* stylelint-enable */
|
|
3620
|
-
}
|
|
3621
3475
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3622
3476
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3623
3477
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3682,10 +3536,6 @@
|
|
|
3682
3536
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3683
3537
|
margin-left: 10px;
|
|
3684
3538
|
}
|
|
3685
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3686
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3687
|
-
/* stylelint-disable */
|
|
3688
|
-
}
|
|
3689
3539
|
.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,
|
|
3690
3540
|
.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 {
|
|
3691
3541
|
margin: 0 0 0 6px;
|
|
@@ -3834,7 +3684,6 @@
|
|
|
3834
3684
|
background-color: #edebe9;
|
|
3835
3685
|
}
|
|
3836
3686
|
|
|
3837
|
-
/* stylelint-disable */
|
|
3838
3687
|
*.e-rtl .e-select-table {
|
|
3839
3688
|
padding: 8px 5px;
|
|
3840
3689
|
}
|
|
@@ -3873,8 +3722,6 @@
|
|
|
3873
3722
|
font-size: 14px;
|
|
3874
3723
|
max-width: 700px;
|
|
3875
3724
|
min-width: 300px;
|
|
3876
|
-
/* stylelint-enable */
|
|
3877
|
-
/* stylelint-enable */
|
|
3878
3725
|
}
|
|
3879
3726
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3880
3727
|
display: -ms-flexbox;
|
|
@@ -3997,8 +3844,6 @@
|
|
|
3997
3844
|
display: -ms-flexbox;
|
|
3998
3845
|
display: flex;
|
|
3999
3846
|
padding-right: 18px;
|
|
4000
|
-
/* stylelint-disable */
|
|
4001
|
-
/* stylelint-enable */
|
|
4002
3847
|
}
|
|
4003
3848
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4004
3849
|
-ms-flex: auto;
|
|
@@ -4010,9 +3855,7 @@
|
|
|
4010
3855
|
color: #605e5c;
|
|
4011
3856
|
cursor: pointer;
|
|
4012
3857
|
font-size: 14px;
|
|
4013
|
-
/* stylelint-disable */
|
|
4014
3858
|
height: 20px !important;
|
|
4015
|
-
/* stylelint-enable */
|
|
4016
3859
|
padding: 6px 0 0 4px;
|
|
4017
3860
|
width: 20px;
|
|
4018
3861
|
}
|
|
@@ -4049,13 +3892,9 @@
|
|
|
4049
3892
|
}
|
|
4050
3893
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4051
3894
|
overflow: hidden;
|
|
4052
|
-
/* stylelint-disable */
|
|
4053
|
-
/* stylelint-enable */
|
|
4054
3895
|
}
|
|
4055
3896
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4056
3897
|
margin-left: -30px;
|
|
4057
|
-
/* stylelint-disable */
|
|
4058
|
-
/* stylelint-enable */
|
|
4059
3898
|
}
|
|
4060
3899
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4061
3900
|
cursor: default;
|
|
@@ -4565,8 +4404,6 @@
|
|
|
4565
4404
|
}
|
|
4566
4405
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4567
4406
|
height: 369px;
|
|
4568
|
-
/* stylelint-disable */
|
|
4569
|
-
/* stylelint-enable */
|
|
4570
4407
|
}
|
|
4571
4408
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4572
4409
|
height: 392px !important;
|
|
@@ -4590,7 +4427,6 @@
|
|
|
4590
4427
|
display: -ms-flexbox;
|
|
4591
4428
|
display: flex;
|
|
4592
4429
|
padding: 10px 18px;
|
|
4593
|
-
/* stylelint-disable */
|
|
4594
4430
|
}
|
|
4595
4431
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4596
4432
|
float: right;
|
|
@@ -4627,8 +4463,6 @@
|
|
|
4627
4463
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4628
4464
|
margin-left: 0;
|
|
4629
4465
|
margin-right: -30px;
|
|
4630
|
-
/* stylelint-disable */
|
|
4631
|
-
/* stylelint-enable */
|
|
4632
4466
|
}
|
|
4633
4467
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4634
4468
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4659,8 +4493,6 @@
|
|
|
4659
4493
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4660
4494
|
padding-left: 18px;
|
|
4661
4495
|
padding-right: 0;
|
|
4662
|
-
/* stylelint-disable */
|
|
4663
|
-
/* stylelint-enable */
|
|
4664
4496
|
}
|
|
4665
4497
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4666
4498
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4746,10 +4578,8 @@
|
|
|
4746
4578
|
}
|
|
4747
4579
|
.e-pivotfieldlist-container.e-device {
|
|
4748
4580
|
height: 100%;
|
|
4749
|
-
/* stylelint-disable */
|
|
4750
4581
|
max-height: 100% !important;
|
|
4751
4582
|
max-width: 100% !important;
|
|
4752
|
-
/* stylelint-enable */
|
|
4753
4583
|
min-height: 500px;
|
|
4754
4584
|
width: 100%;
|
|
4755
4585
|
}
|
|
@@ -4854,8 +4684,6 @@
|
|
|
4854
4684
|
padding: 9px 16px;
|
|
4855
4685
|
text-transform: none;
|
|
4856
4686
|
width: 100%;
|
|
4857
|
-
/* stylelint-disable */
|
|
4858
|
-
/* stylelint-enable */
|
|
4859
4687
|
}
|
|
4860
4688
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4861
4689
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5045,10 +4873,6 @@
|
|
|
5045
4873
|
vertical-align: middle;
|
|
5046
4874
|
width: 70%;
|
|
5047
4875
|
}
|
|
5048
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5049
|
-
/* stylelint-disable */
|
|
5050
|
-
/* stylelint-enable */
|
|
5051
|
-
}
|
|
5052
4876
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5053
4877
|
background-color: #fff;
|
|
5054
4878
|
border: 1px solid #edebe9;
|
|
@@ -5095,10 +4919,6 @@
|
|
|
5095
4919
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5096
4920
|
margin-right: 12px;
|
|
5097
4921
|
}
|
|
5098
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5099
|
-
/* stylelint-disable */
|
|
5100
|
-
/* stylelint-enable */
|
|
5101
|
-
}
|
|
5102
4922
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5103
4923
|
left: 16px;
|
|
5104
4924
|
right: auto;
|
|
@@ -5248,10 +5068,6 @@
|
|
|
5248
5068
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5249
5069
|
max-height: 600px;
|
|
5250
5070
|
}
|
|
5251
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5252
|
-
/* stylelint-disable */
|
|
5253
|
-
/* stylelint-enable */
|
|
5254
|
-
}
|
|
5255
5071
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5256
5072
|
margin-left: 12px;
|
|
5257
5073
|
margin-right: 0;
|
|
@@ -5272,11 +5088,6 @@
|
|
|
5272
5088
|
margin-left: 20px;
|
|
5273
5089
|
}
|
|
5274
5090
|
|
|
5275
|
-
/* stylelint-disable */
|
|
5276
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5277
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5278
|
-
/* stylelint-enable */
|
|
5279
|
-
}
|
|
5280
5091
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5281
5092
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5282
5093
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5432,16 +5243,6 @@
|
|
|
5432
5243
|
margin-top: 4px;
|
|
5433
5244
|
padding: 0 12px;
|
|
5434
5245
|
}
|
|
5435
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5436
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5437
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5438
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5439
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5440
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5441
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5442
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5443
|
-
/* stylelint-disable */
|
|
5444
|
-
}
|
|
5445
5246
|
.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,
|
|
5446
5247
|
.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,
|
|
5447
5248
|
.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,
|
|
@@ -5453,7 +5254,6 @@
|
|
|
5453
5254
|
font-size: 14px;
|
|
5454
5255
|
height: 36px !important;
|
|
5455
5256
|
padding: 9px 16px !important;
|
|
5456
|
-
/* stylelint-enable */
|
|
5457
5257
|
}
|
|
5458
5258
|
.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,
|
|
5459
5259
|
.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,
|
|
@@ -5578,10 +5378,6 @@
|
|
|
5578
5378
|
.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 {
|
|
5579
5379
|
padding-top: 7px;
|
|
5580
5380
|
}
|
|
5581
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5582
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5583
|
-
/* stylelint-disable */
|
|
5584
|
-
}
|
|
5585
5381
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5586
5382
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5587
5383
|
padding-left: 16px;
|
|
@@ -5594,7 +5390,6 @@
|
|
|
5594
5390
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5595
5391
|
padding-left: 0;
|
|
5596
5392
|
padding-right: 5px;
|
|
5597
|
-
/* stylelint-enable */
|
|
5598
5393
|
}
|
|
5599
5394
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5600
5395
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5633,8 +5428,6 @@
|
|
|
5633
5428
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5634
5429
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5635
5430
|
padding-left: 20px;
|
|
5636
|
-
/* stylelint-disable */
|
|
5637
|
-
/* stylelint-enable */
|
|
5638
5431
|
}
|
|
5639
5432
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5640
5433
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5706,10 +5499,6 @@
|
|
|
5706
5499
|
padding-left: 0;
|
|
5707
5500
|
padding-right: 4px;
|
|
5708
5501
|
}
|
|
5709
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5710
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5711
|
-
/* stylelint-disable */
|
|
5712
|
-
}
|
|
5713
5502
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5714
5503
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5715
5504
|
max-height: 750px;
|
|
@@ -5746,6 +5535,4 @@
|
|
|
5746
5535
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5747
5536
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5748
5537
|
max-height: 184px;
|
|
5749
|
-
}
|
|
5750
|
-
|
|
5751
|
-
/* stylelint-enable */
|
|
5538
|
+
}
|