@syncfusion/ej2-angular-pivotview 20.2.38 → 20.2.39-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +395 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +683 -0
- package/dist/ej2-angular-pivotview.umd.js +666 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/pivotview-default/index.d.ts +3 -0
- package/schematics/generators/pivotview-default/index.js +8 -0
- package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-default/sample-details.js +7 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-default/schema.d.ts +3 -0
- package/schematics/generators/pivotview-default/schema.js +2 -0
- package/schematics/generators/pivotview-default/schema.json +125 -0
- package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/index.js +8 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
- package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +2 -213
- package/styles/bootstrap.css +2 -213
- package/styles/bootstrap4.css +3 -209
- package/styles/bootstrap5-dark.css +2 -215
- package/styles/bootstrap5.css +2 -215
- package/styles/fabric-dark.css +2 -213
- package/styles/fabric.css +2 -213
- package/styles/fluent-dark.css +3 -216
- package/styles/fluent.css +3 -216
- package/styles/highcontrast-light.css +2 -213
- package/styles/highcontrast.css +2 -213
- package/styles/material-dark.css +2 -213
- package/styles/material.css +2 -213
- package/styles/pivotfieldlist/bootstrap-dark.css +2 -131
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +2 -131
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +2 -126
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +2 -135
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +2 -135
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +2 -131
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +2 -131
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +3 -134
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +3 -134
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +2 -131
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +2 -131
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +2 -131
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +2 -131
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +3 -134
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +3 -134
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +0 -82
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +0 -82
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +1 -83
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +0 -80
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +0 -80
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +0 -82
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +0 -82
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +0 -82
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +0 -82
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +0 -82
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +0 -82
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +0 -82
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +0 -82
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +0 -80
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +0 -80
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +3 -214
- package/styles/tailwind.css +3 -214
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -233
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -190
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -186
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -191
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -187
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -187
- package/styles/pivotfieldlist/_layout.scss +0 -1852
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -187
- package/styles/pivotfieldlist/_material-definition.scss +0 -187
- package/styles/pivotfieldlist/_material3-definition.scss +0 -190
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -190
- package/styles/pivotfieldlist/_theme.scss +0 -1862
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -357
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_material.scss +0 -357
- package/styles/pivotfieldlist/icons/_material3.scss +0 -352
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -131
- package/styles/pivotview/_bootstrap-definition.scss +0 -128
- package/styles/pivotview/_bootstrap4-definition.scss +0 -128
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -131
- package/styles/pivotview/_fabric-dark-definition.scss +0 -130
- package/styles/pivotview/_fabric-definition.scss +0 -127
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -131
- package/styles/pivotview/_fusionnew-definition.scss +0 -131
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1073
- package/styles/pivotview/_material-dark-definition.scss +0 -132
- package/styles/pivotview/_material-definition.scss +0 -128
- package/styles/pivotview/_material3-definition.scss +0 -131
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -130
- package/styles/pivotview/_theme.scss +0 -1583
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
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;
|
|
@@ -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 {
|
|
@@ -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: 550px !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-pivot-all-field-title,
|
|
2692
2579
|
.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2725,11 +2612,9 @@
|
|
|
2725
2612
|
}
|
|
2726
2613
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2727
2614
|
color: #605e5c;
|
|
2728
|
-
/* stylelint-disable */
|
|
2729
2615
|
float: right !important;
|
|
2730
2616
|
margin: 0;
|
|
2731
2617
|
margin-right: 12px !important;
|
|
2732
|
-
/* stylelint-enable */
|
|
2733
2618
|
}
|
|
2734
2619
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2735
2620
|
cursor: default;
|
|
@@ -2887,9 +2772,9 @@
|
|
|
2887
2772
|
}
|
|
2888
2773
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2889
2774
|
display: inline-block;
|
|
2890
|
-
height:
|
|
2775
|
+
height: 435px;
|
|
2891
2776
|
overflow: auto;
|
|
2892
|
-
width:
|
|
2777
|
+
width: 100% !important;
|
|
2893
2778
|
}
|
|
2894
2779
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2895
2780
|
display: inline-table;
|
|
@@ -3021,11 +2906,8 @@
|
|
|
3021
2906
|
|
|
3022
2907
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3023
2908
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3024
|
-
/* stylelint-disable */
|
|
3025
2909
|
max-height: 600px !important;
|
|
3026
2910
|
min-width: 401px !important;
|
|
3027
|
-
/* stylelint-enable */
|
|
3028
|
-
/* stylelint-disable */
|
|
3029
2911
|
}
|
|
3030
2912
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3031
2913
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3110,9 +2992,6 @@
|
|
|
3110
2992
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3111
2993
|
max-width: 400px !important;
|
|
3112
2994
|
min-width: 320px !important;
|
|
3113
|
-
/* stylelint-enable */
|
|
3114
|
-
/* stylelint-disable */
|
|
3115
|
-
/* stylelint-enable */
|
|
3116
2995
|
}
|
|
3117
2996
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3118
2997
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3150,10 +3029,8 @@
|
|
|
3150
3029
|
}
|
|
3151
3030
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3152
3031
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3153
|
-
/* stylelint-disable */
|
|
3154
3032
|
margin-left: -22px;
|
|
3155
3033
|
overflow: auto !important;
|
|
3156
|
-
/* stylelint-enable */
|
|
3157
3034
|
}
|
|
3158
3035
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3159
3036
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3172,10 +3049,6 @@
|
|
|
3172
3049
|
margin-left: 0;
|
|
3173
3050
|
margin-right: -22px;
|
|
3174
3051
|
}
|
|
3175
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3176
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3177
|
-
/* stylelint-disable */
|
|
3178
|
-
}
|
|
3179
3052
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3180
3053
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3181
3054
|
margin-left: 0;
|
|
@@ -3239,7 +3112,6 @@
|
|
|
3239
3112
|
}
|
|
3240
3113
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3241
3114
|
border: 0;
|
|
3242
|
-
/* stylelint-enable */
|
|
3243
3115
|
}
|
|
3244
3116
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3245
3117
|
margin: 0 0 0 6px;
|
|
@@ -3267,8 +3139,6 @@
|
|
|
3267
3139
|
overflow: auto;
|
|
3268
3140
|
padding: 20px;
|
|
3269
3141
|
padding-bottom: 0;
|
|
3270
|
-
/* stylelint-disable */
|
|
3271
|
-
/* stylelint-enable */
|
|
3272
3142
|
}
|
|
3273
3143
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3274
3144
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3307,9 +3177,6 @@
|
|
|
3307
3177
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3308
3178
|
float: right;
|
|
3309
3179
|
}
|
|
3310
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3311
|
-
/* stylelint-disable */
|
|
3312
|
-
}
|
|
3313
3180
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3314
3181
|
margin-left: 0;
|
|
3315
3182
|
}
|
|
@@ -3448,7 +3315,6 @@
|
|
|
3448
3315
|
overflow: hidden;
|
|
3449
3316
|
padding: 0 !important;
|
|
3450
3317
|
padding-top: 1px;
|
|
3451
|
-
/* stylelint-enable */
|
|
3452
3318
|
}
|
|
3453
3319
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3454
3320
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3515,11 +3381,6 @@
|
|
|
3515
3381
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3516
3382
|
padding-right: 0;
|
|
3517
3383
|
}
|
|
3518
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3519
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3520
|
-
/* stylelint-disable */
|
|
3521
|
-
/* stylelint-enable */
|
|
3522
|
-
}
|
|
3523
3384
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3524
3385
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3525
3386
|
padding-left: 24px;
|
|
@@ -3569,7 +3430,6 @@
|
|
|
3569
3430
|
padding: 4px;
|
|
3570
3431
|
}
|
|
3571
3432
|
|
|
3572
|
-
/* stylelint-disable */
|
|
3573
3433
|
.e-button-drag-clone {
|
|
3574
3434
|
background-color: #edebe9 !important;
|
|
3575
3435
|
border: 1px solid #edebe9;
|
|
@@ -3609,12 +3469,6 @@
|
|
|
3609
3469
|
width: auto !important;
|
|
3610
3470
|
}
|
|
3611
3471
|
|
|
3612
|
-
/* stylelint-enable */
|
|
3613
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3614
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3615
|
-
/* stylelint-disable */
|
|
3616
|
-
/* stylelint-enable */
|
|
3617
|
-
}
|
|
3618
3472
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3619
3473
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3620
3474
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3679,10 +3533,6 @@
|
|
|
3679
3533
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3680
3534
|
margin-left: 10px;
|
|
3681
3535
|
}
|
|
3682
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3683
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3684
|
-
/* stylelint-disable */
|
|
3685
|
-
}
|
|
3686
3536
|
.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,
|
|
3687
3537
|
.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 {
|
|
3688
3538
|
margin: 0 0 0 6px;
|
|
@@ -3831,7 +3681,6 @@
|
|
|
3831
3681
|
background-color: #edebe9;
|
|
3832
3682
|
}
|
|
3833
3683
|
|
|
3834
|
-
/* stylelint-disable */
|
|
3835
3684
|
*.e-rtl .e-select-table {
|
|
3836
3685
|
padding: 8px 5px;
|
|
3837
3686
|
}
|
|
@@ -3870,8 +3719,6 @@
|
|
|
3870
3719
|
font-size: 14px;
|
|
3871
3720
|
max-width: 700px;
|
|
3872
3721
|
min-width: 300px;
|
|
3873
|
-
/* stylelint-enable */
|
|
3874
|
-
/* stylelint-enable */
|
|
3875
3722
|
}
|
|
3876
3723
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3877
3724
|
display: -ms-flexbox;
|
|
@@ -3994,8 +3841,6 @@
|
|
|
3994
3841
|
display: -ms-flexbox;
|
|
3995
3842
|
display: flex;
|
|
3996
3843
|
padding-right: 18px;
|
|
3997
|
-
/* stylelint-disable */
|
|
3998
|
-
/* stylelint-enable */
|
|
3999
3844
|
}
|
|
4000
3845
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4001
3846
|
-ms-flex: auto;
|
|
@@ -4007,9 +3852,7 @@
|
|
|
4007
3852
|
color: #605e5c;
|
|
4008
3853
|
cursor: pointer;
|
|
4009
3854
|
font-size: 14px;
|
|
4010
|
-
/* stylelint-disable */
|
|
4011
3855
|
height: 20px !important;
|
|
4012
|
-
/* stylelint-enable */
|
|
4013
3856
|
padding: 6px 0 0 4px;
|
|
4014
3857
|
width: 20px;
|
|
4015
3858
|
}
|
|
@@ -4046,13 +3889,9 @@
|
|
|
4046
3889
|
}
|
|
4047
3890
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4048
3891
|
overflow: hidden;
|
|
4049
|
-
/* stylelint-disable */
|
|
4050
|
-
/* stylelint-enable */
|
|
4051
3892
|
}
|
|
4052
3893
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4053
3894
|
margin-left: -30px;
|
|
4054
|
-
/* stylelint-disable */
|
|
4055
|
-
/* stylelint-enable */
|
|
4056
3895
|
}
|
|
4057
3896
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4058
3897
|
cursor: default;
|
|
@@ -4562,8 +4401,6 @@
|
|
|
4562
4401
|
}
|
|
4563
4402
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4564
4403
|
height: 369px;
|
|
4565
|
-
/* stylelint-disable */
|
|
4566
|
-
/* stylelint-enable */
|
|
4567
4404
|
}
|
|
4568
4405
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4569
4406
|
height: 392px !important;
|
|
@@ -4587,7 +4424,6 @@
|
|
|
4587
4424
|
display: -ms-flexbox;
|
|
4588
4425
|
display: flex;
|
|
4589
4426
|
padding: 10px 18px;
|
|
4590
|
-
/* stylelint-disable */
|
|
4591
4427
|
}
|
|
4592
4428
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4593
4429
|
float: right;
|
|
@@ -4624,8 +4460,6 @@
|
|
|
4624
4460
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4625
4461
|
margin-left: 0;
|
|
4626
4462
|
margin-right: -30px;
|
|
4627
|
-
/* stylelint-disable */
|
|
4628
|
-
/* stylelint-enable */
|
|
4629
4463
|
}
|
|
4630
4464
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4631
4465
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4656,8 +4490,6 @@
|
|
|
4656
4490
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4657
4491
|
padding-left: 18px;
|
|
4658
4492
|
padding-right: 0;
|
|
4659
|
-
/* stylelint-disable */
|
|
4660
|
-
/* stylelint-enable */
|
|
4661
4493
|
}
|
|
4662
4494
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4663
4495
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4743,10 +4575,8 @@
|
|
|
4743
4575
|
}
|
|
4744
4576
|
.e-pivotfieldlist-container.e-device {
|
|
4745
4577
|
height: 100%;
|
|
4746
|
-
/* stylelint-disable */
|
|
4747
4578
|
max-height: 100% !important;
|
|
4748
4579
|
max-width: 100% !important;
|
|
4749
|
-
/* stylelint-enable */
|
|
4750
4580
|
min-height: 500px;
|
|
4751
4581
|
width: 100%;
|
|
4752
4582
|
}
|
|
@@ -4851,8 +4681,6 @@
|
|
|
4851
4681
|
padding: 9px 16px;
|
|
4852
4682
|
text-transform: none;
|
|
4853
4683
|
width: 100%;
|
|
4854
|
-
/* stylelint-disable */
|
|
4855
|
-
/* stylelint-enable */
|
|
4856
4684
|
}
|
|
4857
4685
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4858
4686
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5042,10 +4870,6 @@
|
|
|
5042
4870
|
vertical-align: middle;
|
|
5043
4871
|
width: 70%;
|
|
5044
4872
|
}
|
|
5045
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5046
|
-
/* stylelint-disable */
|
|
5047
|
-
/* stylelint-enable */
|
|
5048
|
-
}
|
|
5049
4873
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5050
4874
|
background-color: #fff;
|
|
5051
4875
|
border: 1px solid #edebe9;
|
|
@@ -5093,10 +4917,6 @@
|
|
|
5093
4917
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5094
4918
|
margin-right: 12px;
|
|
5095
4919
|
}
|
|
5096
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5097
|
-
/* stylelint-disable */
|
|
5098
|
-
/* stylelint-enable */
|
|
5099
|
-
}
|
|
5100
4920
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5101
4921
|
left: 16px;
|
|
5102
4922
|
right: auto;
|
|
@@ -5246,10 +5066,6 @@
|
|
|
5246
5066
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5247
5067
|
max-height: 600px;
|
|
5248
5068
|
}
|
|
5249
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5250
|
-
/* stylelint-disable */
|
|
5251
|
-
/* stylelint-enable */
|
|
5252
|
-
}
|
|
5253
5069
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5254
5070
|
margin-left: 12px;
|
|
5255
5071
|
margin-right: 0;
|
|
@@ -5270,11 +5086,6 @@
|
|
|
5270
5086
|
margin-left: 20px;
|
|
5271
5087
|
}
|
|
5272
5088
|
|
|
5273
|
-
/* stylelint-disable */
|
|
5274
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5275
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5276
|
-
/* stylelint-enable */
|
|
5277
|
-
}
|
|
5278
5089
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5279
5090
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5280
5091
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5430,16 +5241,6 @@
|
|
|
5430
5241
|
margin-top: 4px;
|
|
5431
5242
|
padding: 0 12px;
|
|
5432
5243
|
}
|
|
5433
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5434
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5435
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5436
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5437
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5438
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5439
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5440
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5441
|
-
/* stylelint-disable */
|
|
5442
|
-
}
|
|
5443
5244
|
.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,
|
|
5444
5245
|
.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,
|
|
5445
5246
|
.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,
|
|
@@ -5451,7 +5252,6 @@
|
|
|
5451
5252
|
font-size: 14px;
|
|
5452
5253
|
height: 36px !important;
|
|
5453
5254
|
padding: 9px 16px !important;
|
|
5454
|
-
/* stylelint-enable */
|
|
5455
5255
|
}
|
|
5456
5256
|
.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,
|
|
5457
5257
|
.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,
|
|
@@ -5576,10 +5376,6 @@
|
|
|
5576
5376
|
.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 {
|
|
5577
5377
|
padding-top: 7px;
|
|
5578
5378
|
}
|
|
5579
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5580
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5581
|
-
/* stylelint-disable */
|
|
5582
|
-
}
|
|
5583
5379
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5584
5380
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5585
5381
|
padding-left: 16px;
|
|
@@ -5592,7 +5388,6 @@
|
|
|
5592
5388
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5593
5389
|
padding-left: 0;
|
|
5594
5390
|
padding-right: 5px;
|
|
5595
|
-
/* stylelint-enable */
|
|
5596
5391
|
}
|
|
5597
5392
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5598
5393
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5631,8 +5426,6 @@
|
|
|
5631
5426
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5632
5427
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5633
5428
|
padding-left: 20px;
|
|
5634
|
-
/* stylelint-disable */
|
|
5635
|
-
/* stylelint-enable */
|
|
5636
5429
|
}
|
|
5637
5430
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5638
5431
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5704,10 +5497,6 @@
|
|
|
5704
5497
|
padding-left: 0;
|
|
5705
5498
|
padding-right: 4px;
|
|
5706
5499
|
}
|
|
5707
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5708
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5709
|
-
/* stylelint-disable */
|
|
5710
|
-
}
|
|
5711
5500
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5712
5501
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5713
5502
|
max-height: 750px;
|
|
@@ -5744,6 +5533,4 @@
|
|
|
5744
5533
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5745
5534
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5746
5535
|
max-height: 184px;
|
|
5747
|
-
}
|
|
5748
|
-
|
|
5749
|
-
/* stylelint-enable */
|
|
5536
|
+
}
|