@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/tailwind-dark.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;
|
|
@@ -255,7 +248,6 @@
|
|
|
255
248
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
256
249
|
box-shadow: none;
|
|
257
250
|
margin-left: 10px;
|
|
258
|
-
/* stylelint-disable */
|
|
259
251
|
}
|
|
260
252
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
261
253
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -349,7 +341,6 @@
|
|
|
349
341
|
}
|
|
350
342
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
351
343
|
border: none;
|
|
352
|
-
/* stylelint-enable */
|
|
353
344
|
}
|
|
354
345
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
355
346
|
margin: 0 0 0 6px;
|
|
@@ -595,16 +586,13 @@
|
|
|
595
586
|
}
|
|
596
587
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
597
588
|
margin-left: 18px !important;
|
|
598
|
-
/* stylelint-enable */
|
|
599
589
|
}
|
|
600
590
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
601
|
-
/* stylelint-disable */
|
|
602
591
|
padding: 0 !important;
|
|
603
592
|
}
|
|
604
593
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
605
594
|
float: left;
|
|
606
595
|
font-weight: 500;
|
|
607
|
-
/* stylelint-enable */
|
|
608
596
|
}
|
|
609
597
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
610
598
|
float: right;
|
|
@@ -633,7 +621,6 @@
|
|
|
633
621
|
}
|
|
634
622
|
|
|
635
623
|
.e-pivotview-report-dialog {
|
|
636
|
-
/* stylelint-disable */
|
|
637
624
|
max-width: 350px !important;
|
|
638
625
|
}
|
|
639
626
|
|
|
@@ -653,7 +640,6 @@
|
|
|
653
640
|
max-width: 500px !important;
|
|
654
641
|
}
|
|
655
642
|
|
|
656
|
-
/* stylelint-enable */
|
|
657
643
|
.e-report-outer {
|
|
658
644
|
display: inline-block;
|
|
659
645
|
width: 100%;
|
|
@@ -665,7 +651,6 @@
|
|
|
665
651
|
width: 40%;
|
|
666
652
|
}
|
|
667
653
|
|
|
668
|
-
/* stylelint-disable */
|
|
669
654
|
.e-pivotview-report-input {
|
|
670
655
|
float: right;
|
|
671
656
|
width: 60% !important;
|
|
@@ -687,16 +672,11 @@
|
|
|
687
672
|
font-size: 18px !important;
|
|
688
673
|
}
|
|
689
674
|
|
|
690
|
-
/* stylelint-enable */
|
|
691
675
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
692
676
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
693
677
|
white-space: nowrap;
|
|
694
678
|
}
|
|
695
679
|
|
|
696
|
-
.e-drillthrough-dialog {
|
|
697
|
-
/* stylelint-disable */
|
|
698
|
-
/* stylelint-enable */
|
|
699
|
-
}
|
|
700
680
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
701
681
|
margin-bottom: 20px;
|
|
702
682
|
}
|
|
@@ -717,13 +697,6 @@
|
|
|
717
697
|
flex-wrap: wrap;
|
|
718
698
|
}
|
|
719
699
|
|
|
720
|
-
.e-bigger .e-pivotview,
|
|
721
|
-
.e-bigger.e-pivotview {
|
|
722
|
-
/* stylelint-disable */
|
|
723
|
-
/* stylelint-enable */
|
|
724
|
-
/* stylelint-disable */
|
|
725
|
-
/* stylelint-enable */
|
|
726
|
-
}
|
|
727
700
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon,
|
|
728
701
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
729
702
|
line-height: 50px;
|
|
@@ -890,18 +863,6 @@
|
|
|
890
863
|
}
|
|
891
864
|
|
|
892
865
|
/*! 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
866
|
.e-pivotview .e-nextspan {
|
|
906
867
|
display: inline-block;
|
|
907
868
|
width: 18px;
|
|
@@ -922,7 +883,6 @@
|
|
|
922
883
|
text-align: right;
|
|
923
884
|
}
|
|
924
885
|
.e-pivotview .e-grid .e-rowcell {
|
|
925
|
-
/* stylelint-disable */
|
|
926
886
|
font-size: 14px !important;
|
|
927
887
|
padding-left: 8px;
|
|
928
888
|
-webkit-user-select: none;
|
|
@@ -1108,11 +1068,11 @@
|
|
|
1108
1068
|
border-right-width: 1px;
|
|
1109
1069
|
}
|
|
1110
1070
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1111
|
-
display:
|
|
1071
|
+
display: inline;
|
|
1112
1072
|
}
|
|
1113
1073
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1114
1074
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1115
|
-
display: inline
|
|
1075
|
+
display: inline;
|
|
1116
1076
|
padding-left: 12px !important;
|
|
1117
1077
|
margin-top: 5px;
|
|
1118
1078
|
margin-top: 2px;
|
|
@@ -1143,18 +1103,12 @@
|
|
|
1143
1103
|
}
|
|
1144
1104
|
.e-pivotview .e-rowcell {
|
|
1145
1105
|
opacity: 1;
|
|
1146
|
-
/* stylelint-disable */
|
|
1147
|
-
/* stylelint-enable */
|
|
1148
1106
|
}
|
|
1149
1107
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1150
1108
|
-webkit-user-select: none;
|
|
1151
1109
|
-ms-user-select: none;
|
|
1152
1110
|
user-select: none;
|
|
1153
1111
|
}
|
|
1154
|
-
.e-pivotview .e-grouping-bar {
|
|
1155
|
-
/* stylelint-disable */
|
|
1156
|
-
/* stylelint-enable */
|
|
1157
|
-
}
|
|
1158
1112
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1159
1113
|
-ms-flex: auto;
|
|
1160
1114
|
flex: auto;
|
|
@@ -1283,9 +1237,7 @@
|
|
|
1283
1237
|
border: 1px solid #4b5563;
|
|
1284
1238
|
border-radius: 0;
|
|
1285
1239
|
box-shadow: none;
|
|
1286
|
-
/* stylelint-disable */
|
|
1287
1240
|
color: #d1d5db !important;
|
|
1288
|
-
/* stylelint-enable */
|
|
1289
1241
|
cursor: default;
|
|
1290
1242
|
display: -ms-flexbox;
|
|
1291
1243
|
display: flex;
|
|
@@ -1296,8 +1248,6 @@
|
|
|
1296
1248
|
text-transform: none;
|
|
1297
1249
|
vertical-align: bottom;
|
|
1298
1250
|
z-index: 1;
|
|
1299
|
-
/* stylelint-disable */
|
|
1300
|
-
/* stylelint-enable */
|
|
1301
1251
|
}
|
|
1302
1252
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1303
1253
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1619,7 +1569,7 @@
|
|
|
1619
1569
|
.e-pivotview .e-expand,
|
|
1620
1570
|
.e-pivotview .e-collapse {
|
|
1621
1571
|
cursor: pointer;
|
|
1622
|
-
display: inline
|
|
1572
|
+
display: inline;
|
|
1623
1573
|
height: 18px;
|
|
1624
1574
|
margin-top: 5px;
|
|
1625
1575
|
text-align: center;
|
|
@@ -1636,12 +1586,6 @@
|
|
|
1636
1586
|
.e-pivotview .e-expand::before {
|
|
1637
1587
|
font-size: 18px;
|
|
1638
1588
|
}
|
|
1639
|
-
.e-pivotview.e-rtl {
|
|
1640
|
-
/* stylelint-disable */
|
|
1641
|
-
/* stylelint-enable */
|
|
1642
|
-
/* stylelint-disable */
|
|
1643
|
-
/* stylelint-enable */
|
|
1644
|
-
}
|
|
1645
1589
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1646
1590
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1647
1591
|
margin-left: 0;
|
|
@@ -1713,10 +1657,8 @@
|
|
|
1713
1657
|
padding-right: 8px;
|
|
1714
1658
|
}
|
|
1715
1659
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1716
|
-
/* stylelint-disable */
|
|
1717
1660
|
padding-left: 8px;
|
|
1718
1661
|
padding-right: 0;
|
|
1719
|
-
/* stylelint-enable */
|
|
1720
1662
|
}
|
|
1721
1663
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1722
1664
|
margin-left: 4px;
|
|
@@ -1739,9 +1681,6 @@
|
|
|
1739
1681
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1740
1682
|
float: left;
|
|
1741
1683
|
}
|
|
1742
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1743
|
-
/* stylelint-disable */
|
|
1744
|
-
}
|
|
1745
1684
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1746
1685
|
line-height: 1em !important;
|
|
1747
1686
|
}
|
|
@@ -1819,13 +1758,6 @@
|
|
|
1819
1758
|
margin-right: 5px;
|
|
1820
1759
|
}
|
|
1821
1760
|
|
|
1822
|
-
.e-bigger .e-pivotview,
|
|
1823
|
-
.e-bigger.e-pivotview {
|
|
1824
|
-
/* stylelint-disable */
|
|
1825
|
-
/* stylelint-enable */
|
|
1826
|
-
/* stylelint-disable */
|
|
1827
|
-
/* stylelint-enable */
|
|
1828
|
-
}
|
|
1829
1761
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1830
1762
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1831
1763
|
margin: 0;
|
|
@@ -1890,10 +1822,6 @@
|
|
|
1890
1822
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1891
1823
|
margin-top: 0;
|
|
1892
1824
|
}
|
|
1893
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1894
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1895
|
-
/* stylelint-enable */
|
|
1896
|
-
}
|
|
1897
1825
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1898
1826
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1899
1827
|
height: 36px !important;
|
|
@@ -1934,7 +1862,6 @@
|
|
|
1934
1862
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1935
1863
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1936
1864
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1937
|
-
/* stylelint-disable */
|
|
1938
1865
|
font-size: 14px !important;
|
|
1939
1866
|
height: 20px;
|
|
1940
1867
|
margin-top: 1px;
|
|
@@ -2064,16 +1991,9 @@
|
|
|
2064
1991
|
}
|
|
2065
1992
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2066
1993
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2067
|
-
/* stylelint-disable */
|
|
2068
1994
|
font-size: 16px !important;
|
|
2069
1995
|
padding: 0 12px;
|
|
2070
1996
|
}
|
|
2071
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2072
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2073
|
-
/* stylelint-enable */
|
|
2074
|
-
/* stylelint-disable */
|
|
2075
|
-
/* stylelint-enable */
|
|
2076
|
-
}
|
|
2077
1997
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2078
1998
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2079
1999
|
padding-right: 10px !important;
|
|
@@ -2152,10 +2072,6 @@
|
|
|
2152
2072
|
content: "\e774";
|
|
2153
2073
|
}
|
|
2154
2074
|
|
|
2155
|
-
.e-pivot-calc-dialog-div {
|
|
2156
|
-
/* stylelint-disable */
|
|
2157
|
-
/* stylelint-enable */
|
|
2158
|
-
}
|
|
2159
2075
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2160
2076
|
content: "\e726";
|
|
2161
2077
|
}
|
|
@@ -2257,11 +2173,6 @@
|
|
|
2257
2173
|
content: "\e754" !important;
|
|
2258
2174
|
}
|
|
2259
2175
|
|
|
2260
|
-
.e-pivotfieldlist-wrapper,
|
|
2261
|
-
.e-pivotfieldlist-container {
|
|
2262
|
-
/* stylelint-disable */
|
|
2263
|
-
/* stylelint-enable */
|
|
2264
|
-
}
|
|
2265
2176
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2266
2177
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2267
2178
|
content: "\e773";
|
|
@@ -2452,10 +2363,8 @@
|
|
|
2452
2363
|
}
|
|
2453
2364
|
|
|
2454
2365
|
.e-pivot-formatting-dialog {
|
|
2455
|
-
/* stylelint-disable */
|
|
2456
2366
|
max-height: 480px !important;
|
|
2457
2367
|
width: 640px !important;
|
|
2458
|
-
/* stylelint-enable */
|
|
2459
2368
|
}
|
|
2460
2369
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2461
2370
|
padding-bottom: 4px;
|
|
@@ -2530,9 +2439,7 @@
|
|
|
2530
2439
|
border: 1px solid #4b5563;
|
|
2531
2440
|
border-radius: 4px;
|
|
2532
2441
|
height: 28px;
|
|
2533
|
-
/* stylelint-disable */
|
|
2534
2442
|
margin: 0 !important;
|
|
2535
|
-
/* stylelint-enable */
|
|
2536
2443
|
padding-left: 6px;
|
|
2537
2444
|
padding-top: 6px;
|
|
2538
2445
|
width: 80px;
|
|
@@ -2553,9 +2460,7 @@
|
|
|
2553
2460
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2554
2461
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2555
2462
|
border: 1px solid #4b5563;
|
|
2556
|
-
/* stylelint-disable */
|
|
2557
2463
|
border-radius: 0 !important;
|
|
2558
|
-
/* stylelint-enable */
|
|
2559
2464
|
height: 40%;
|
|
2560
2465
|
left: -3px;
|
|
2561
2466
|
position: absolute;
|
|
@@ -2563,10 +2468,8 @@
|
|
|
2563
2468
|
width: 150%;
|
|
2564
2469
|
}
|
|
2565
2470
|
.e-pivot-formatting-dialog.e-device {
|
|
2566
|
-
/* stylelint-disable */
|
|
2567
2471
|
min-width: 320px !important;
|
|
2568
2472
|
width: 100% !important;
|
|
2569
|
-
/* stylelint-enable */
|
|
2570
2473
|
}
|
|
2571
2474
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2572
2475
|
width: 100% !important;
|
|
@@ -2618,11 +2521,7 @@
|
|
|
2618
2521
|
|
|
2619
2522
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2620
2523
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2621
|
-
/* stylelint-disable */
|
|
2622
2524
|
width: 730px !important;
|
|
2623
|
-
/* stylelint-enable */
|
|
2624
|
-
/* stylelint-disable */
|
|
2625
|
-
/* stylelint-enable */
|
|
2626
2525
|
}
|
|
2627
2526
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2628
2527
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2661,10 +2560,8 @@
|
|
|
2661
2560
|
}
|
|
2662
2561
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2663
2562
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2664
|
-
/* stylelint-disable */
|
|
2665
2563
|
min-width: 320px !important;
|
|
2666
2564
|
width: 100% !important;
|
|
2667
|
-
/* stylelint-enable */
|
|
2668
2565
|
}
|
|
2669
2566
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2670
2567
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2684,14 +2581,8 @@
|
|
|
2684
2581
|
}
|
|
2685
2582
|
|
|
2686
2583
|
.e-pivot-calc-dialog-div {
|
|
2687
|
-
/* stylelint-disable */
|
|
2688
2584
|
max-height: 600px !important;
|
|
2689
|
-
/* stylelint-enable */
|
|
2690
2585
|
min-width: 290px;
|
|
2691
|
-
/* stylelint-disable */
|
|
2692
|
-
/* stylelint-enable */
|
|
2693
|
-
/* stylelint-disable */
|
|
2694
|
-
/* stylelint-enable */
|
|
2695
2586
|
}
|
|
2696
2587
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2697
2588
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2740,11 +2631,9 @@
|
|
|
2740
2631
|
}
|
|
2741
2632
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2742
2633
|
color: #d1d5db;
|
|
2743
|
-
/* stylelint-disable */
|
|
2744
2634
|
float: right !important;
|
|
2745
2635
|
margin: 0;
|
|
2746
2636
|
margin-right: 12px !important;
|
|
2747
|
-
/* stylelint-enable */
|
|
2748
2637
|
}
|
|
2749
2638
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2750
2639
|
cursor: default;
|
|
@@ -2795,14 +2684,12 @@
|
|
|
2795
2684
|
margin-right: 4px;
|
|
2796
2685
|
pointer-events: auto;
|
|
2797
2686
|
width: 24px;
|
|
2798
|
-
/* stylelint-disable */
|
|
2799
2687
|
height: 20px;
|
|
2800
2688
|
margin-top: 0;
|
|
2801
2689
|
padding: 0 5px;
|
|
2802
2690
|
position: relative;
|
|
2803
2691
|
bottom: 1px;
|
|
2804
2692
|
width: 20px;
|
|
2805
|
-
/* stylelint-enable */
|
|
2806
2693
|
}
|
|
2807
2694
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
2808
2695
|
color: #d1d5db;
|
|
@@ -3048,11 +2935,8 @@
|
|
|
3048
2935
|
|
|
3049
2936
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3050
2937
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3051
|
-
/* stylelint-disable */
|
|
3052
2938
|
max-height: 600px !important;
|
|
3053
2939
|
min-width: 401px !important;
|
|
3054
|
-
/* stylelint-enable */
|
|
3055
|
-
/* stylelint-disable */
|
|
3056
2940
|
}
|
|
3057
2941
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3058
2942
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3138,9 +3022,6 @@
|
|
|
3138
3022
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3139
3023
|
max-width: 400px !important;
|
|
3140
3024
|
min-width: 320px !important;
|
|
3141
|
-
/* stylelint-enable */
|
|
3142
|
-
/* stylelint-disable */
|
|
3143
|
-
/* stylelint-enable */
|
|
3144
3025
|
}
|
|
3145
3026
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3146
3027
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3178,10 +3059,8 @@
|
|
|
3178
3059
|
}
|
|
3179
3060
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3180
3061
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3181
|
-
/* stylelint-disable */
|
|
3182
3062
|
margin-left: -22px;
|
|
3183
3063
|
overflow: auto !important;
|
|
3184
|
-
/* stylelint-enable */
|
|
3185
3064
|
}
|
|
3186
3065
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3187
3066
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3200,10 +3079,6 @@
|
|
|
3200
3079
|
margin-left: 0;
|
|
3201
3080
|
margin-right: -22px;
|
|
3202
3081
|
}
|
|
3203
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3204
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3205
|
-
/* stylelint-disable */
|
|
3206
|
-
}
|
|
3207
3082
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3208
3083
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3209
3084
|
margin-left: 0;
|
|
@@ -3265,7 +3140,6 @@
|
|
|
3265
3140
|
}
|
|
3266
3141
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3267
3142
|
border: 0;
|
|
3268
|
-
/* stylelint-enable */
|
|
3269
3143
|
}
|
|
3270
3144
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3271
3145
|
margin: 0 0 0 6px;
|
|
@@ -3295,8 +3169,6 @@
|
|
|
3295
3169
|
overflow: auto;
|
|
3296
3170
|
padding: 20px;
|
|
3297
3171
|
padding-bottom: 0;
|
|
3298
|
-
/* stylelint-disable */
|
|
3299
|
-
/* stylelint-enable */
|
|
3300
3172
|
padding-top: 0;
|
|
3301
3173
|
}
|
|
3302
3174
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
@@ -3337,9 +3209,6 @@
|
|
|
3337
3209
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3338
3210
|
float: right;
|
|
3339
3211
|
}
|
|
3340
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3341
|
-
/* stylelint-disable */
|
|
3342
|
-
}
|
|
3343
3212
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3344
3213
|
margin-left: 0;
|
|
3345
3214
|
}
|
|
@@ -3479,7 +3348,6 @@
|
|
|
3479
3348
|
overflow: hidden;
|
|
3480
3349
|
padding: 0 !important;
|
|
3481
3350
|
padding: 12px 0 0 0 !important;
|
|
3482
|
-
/* stylelint-enable */
|
|
3483
3351
|
}
|
|
3484
3352
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3485
3353
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3551,11 +3419,6 @@
|
|
|
3551
3419
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3552
3420
|
padding-right: 0;
|
|
3553
3421
|
}
|
|
3554
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3555
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3556
|
-
/* stylelint-disable */
|
|
3557
|
-
/* stylelint-enable */
|
|
3558
|
-
}
|
|
3559
3422
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3560
3423
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3561
3424
|
padding-left: 24px;
|
|
@@ -3605,7 +3468,6 @@
|
|
|
3605
3468
|
padding: 4px;
|
|
3606
3469
|
}
|
|
3607
3470
|
|
|
3608
|
-
/* stylelint-disable */
|
|
3609
3471
|
.e-button-drag-clone {
|
|
3610
3472
|
background-color: #4b5563 !important;
|
|
3611
3473
|
border: 1px solid #4b5563;
|
|
@@ -3645,12 +3507,6 @@
|
|
|
3645
3507
|
width: auto !important;
|
|
3646
3508
|
}
|
|
3647
3509
|
|
|
3648
|
-
/* stylelint-enable */
|
|
3649
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3650
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3651
|
-
/* stylelint-disable */
|
|
3652
|
-
/* stylelint-enable */
|
|
3653
|
-
}
|
|
3654
3510
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3655
3511
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3656
3512
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3715,10 +3571,6 @@
|
|
|
3715
3571
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3716
3572
|
margin-left: 10px;
|
|
3717
3573
|
}
|
|
3718
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3719
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3720
|
-
/* stylelint-disable */
|
|
3721
|
-
}
|
|
3722
3574
|
.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,
|
|
3723
3575
|
.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 {
|
|
3724
3576
|
margin: 0 0 0 6px;
|
|
@@ -3871,7 +3723,6 @@
|
|
|
3871
3723
|
background-color: #4b5563;
|
|
3872
3724
|
}
|
|
3873
3725
|
|
|
3874
|
-
/* stylelint-disable */
|
|
3875
3726
|
*.e-rtl .e-select-table {
|
|
3876
3727
|
padding: 8px 5px;
|
|
3877
3728
|
}
|
|
@@ -3910,8 +3761,6 @@
|
|
|
3910
3761
|
font-size: 14px;
|
|
3911
3762
|
max-width: 700px;
|
|
3912
3763
|
min-width: 300px;
|
|
3913
|
-
/* stylelint-enable */
|
|
3914
|
-
/* stylelint-enable */
|
|
3915
3764
|
}
|
|
3916
3765
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3917
3766
|
display: -ms-flexbox;
|
|
@@ -4034,8 +3883,6 @@
|
|
|
4034
3883
|
display: -ms-flexbox;
|
|
4035
3884
|
display: flex;
|
|
4036
3885
|
padding-right: 18px;
|
|
4037
|
-
/* stylelint-disable */
|
|
4038
|
-
/* stylelint-enable */
|
|
4039
3886
|
}
|
|
4040
3887
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4041
3888
|
-ms-flex: auto;
|
|
@@ -4047,9 +3894,7 @@
|
|
|
4047
3894
|
color: #d1d5db;
|
|
4048
3895
|
cursor: pointer;
|
|
4049
3896
|
font-size: 14px;
|
|
4050
|
-
/* stylelint-disable */
|
|
4051
3897
|
height: 20px !important;
|
|
4052
|
-
/* stylelint-enable */
|
|
4053
3898
|
padding: 6px 0 0 4px;
|
|
4054
3899
|
width: 20px;
|
|
4055
3900
|
}
|
|
@@ -4082,13 +3927,9 @@
|
|
|
4082
3927
|
}
|
|
4083
3928
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4084
3929
|
overflow: hidden;
|
|
4085
|
-
/* stylelint-disable */
|
|
4086
|
-
/* stylelint-enable */
|
|
4087
3930
|
}
|
|
4088
3931
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4089
3932
|
margin-left: -30px;
|
|
4090
|
-
/* stylelint-disable */
|
|
4091
|
-
/* stylelint-enable */
|
|
4092
3933
|
}
|
|
4093
3934
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4094
3935
|
cursor: default;
|
|
@@ -4610,8 +4451,6 @@
|
|
|
4610
4451
|
}
|
|
4611
4452
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4612
4453
|
height: 369px;
|
|
4613
|
-
/* stylelint-disable */
|
|
4614
|
-
/* stylelint-enable */
|
|
4615
4454
|
}
|
|
4616
4455
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4617
4456
|
height: 389px !important;
|
|
@@ -4635,7 +4474,6 @@
|
|
|
4635
4474
|
display: -ms-flexbox;
|
|
4636
4475
|
display: flex;
|
|
4637
4476
|
padding: 10px 18px;
|
|
4638
|
-
/* stylelint-disable */
|
|
4639
4477
|
}
|
|
4640
4478
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4641
4479
|
float: right;
|
|
@@ -4672,8 +4510,6 @@
|
|
|
4672
4510
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4673
4511
|
margin-left: 0;
|
|
4674
4512
|
margin-right: -30px;
|
|
4675
|
-
/* stylelint-disable */
|
|
4676
|
-
/* stylelint-enable */
|
|
4677
4513
|
}
|
|
4678
4514
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4679
4515
|
font-family: Inter;
|
|
@@ -4704,8 +4540,6 @@
|
|
|
4704
4540
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4705
4541
|
padding-left: 18px;
|
|
4706
4542
|
padding-right: 0;
|
|
4707
|
-
/* stylelint-disable */
|
|
4708
|
-
/* stylelint-enable */
|
|
4709
4543
|
}
|
|
4710
4544
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4711
4545
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4787,10 +4621,8 @@
|
|
|
4787
4621
|
}
|
|
4788
4622
|
.e-pivotfieldlist-container.e-device {
|
|
4789
4623
|
height: 100%;
|
|
4790
|
-
/* stylelint-disable */
|
|
4791
4624
|
max-height: 100% !important;
|
|
4792
4625
|
max-width: 100% !important;
|
|
4793
|
-
/* stylelint-enable */
|
|
4794
4626
|
min-height: 500px;
|
|
4795
4627
|
width: 100%;
|
|
4796
4628
|
}
|
|
@@ -4897,8 +4729,6 @@
|
|
|
4897
4729
|
padding: 9px 16px;
|
|
4898
4730
|
text-transform: none;
|
|
4899
4731
|
width: 100%;
|
|
4900
|
-
/* stylelint-disable */
|
|
4901
|
-
/* stylelint-enable */
|
|
4902
4732
|
}
|
|
4903
4733
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4904
4734
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5090,10 +4920,6 @@
|
|
|
5090
4920
|
vertical-align: middle;
|
|
5091
4921
|
width: 70%;
|
|
5092
4922
|
}
|
|
5093
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5094
|
-
/* stylelint-disable */
|
|
5095
|
-
/* stylelint-enable */
|
|
5096
|
-
}
|
|
5097
4923
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5098
4924
|
background-color: #1f2937;
|
|
5099
4925
|
border: 1px solid #4b5563;
|
|
@@ -5140,10 +4966,6 @@
|
|
|
5140
4966
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5141
4967
|
margin-right: 12px;
|
|
5142
4968
|
}
|
|
5143
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5144
|
-
/* stylelint-disable */
|
|
5145
|
-
/* stylelint-enable */
|
|
5146
|
-
}
|
|
5147
4969
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5148
4970
|
left: 16px;
|
|
5149
4971
|
right: auto;
|
|
@@ -5293,10 +5115,6 @@
|
|
|
5293
5115
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5294
5116
|
max-height: 600px;
|
|
5295
5117
|
}
|
|
5296
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5297
|
-
/* stylelint-disable */
|
|
5298
|
-
/* stylelint-enable */
|
|
5299
|
-
}
|
|
5300
5118
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5301
5119
|
margin-left: 12px;
|
|
5302
5120
|
margin-right: 0;
|
|
@@ -5317,11 +5135,6 @@
|
|
|
5317
5135
|
margin-left: 20px;
|
|
5318
5136
|
}
|
|
5319
5137
|
|
|
5320
|
-
/* stylelint-disable */
|
|
5321
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5322
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5323
|
-
/* stylelint-enable */
|
|
5324
|
-
}
|
|
5325
5138
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5326
5139
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5327
5140
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5473,16 +5286,6 @@
|
|
|
5473
5286
|
margin-top: 4px;
|
|
5474
5287
|
padding: 0 12px;
|
|
5475
5288
|
}
|
|
5476
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5477
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5478
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5479
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5480
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5481
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5482
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5483
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5484
|
-
/* stylelint-disable */
|
|
5485
|
-
}
|
|
5486
5289
|
.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,
|
|
5487
5290
|
.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,
|
|
5488
5291
|
.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,
|
|
@@ -5494,7 +5297,6 @@
|
|
|
5494
5297
|
font-size: 14px;
|
|
5495
5298
|
height: 36px !important;
|
|
5496
5299
|
padding: 9px 16px !important;
|
|
5497
|
-
/* stylelint-enable */
|
|
5498
5300
|
}
|
|
5499
5301
|
.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,
|
|
5500
5302
|
.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,
|
|
@@ -5619,10 +5421,6 @@
|
|
|
5619
5421
|
.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 {
|
|
5620
5422
|
padding-top: 7px;
|
|
5621
5423
|
}
|
|
5622
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5623
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5624
|
-
/* stylelint-disable */
|
|
5625
|
-
}
|
|
5626
5424
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5627
5425
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5628
5426
|
padding-left: 16px;
|
|
@@ -5635,7 +5433,6 @@
|
|
|
5635
5433
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5636
5434
|
padding-left: 0;
|
|
5637
5435
|
padding-right: 5px;
|
|
5638
|
-
/* stylelint-enable */
|
|
5639
5436
|
}
|
|
5640
5437
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5641
5438
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5674,8 +5471,6 @@
|
|
|
5674
5471
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5675
5472
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5676
5473
|
padding-left: 16px;
|
|
5677
|
-
/* stylelint-disable */
|
|
5678
|
-
/* stylelint-enable */
|
|
5679
5474
|
}
|
|
5680
5475
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5681
5476
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5743,10 +5538,6 @@
|
|
|
5743
5538
|
padding-left: 0;
|
|
5744
5539
|
padding-right: 4px;
|
|
5745
5540
|
}
|
|
5746
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5747
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5748
|
-
/* stylelint-disable */
|
|
5749
|
-
}
|
|
5750
5541
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5751
5542
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5752
5543
|
max-height: 750px;
|
|
@@ -5783,6 +5574,4 @@
|
|
|
5783
5574
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5784
5575
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5785
5576
|
max-height: 179px;
|
|
5786
|
-
}
|
|
5787
|
-
|
|
5788
|
-
/* stylelint-enable */
|
|
5577
|
+
}
|