@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.css
CHANGED
|
@@ -157,12 +157,6 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
/*! PivotView layout */
|
|
160
|
-
.e-pivotview {
|
|
161
|
-
/* stylelint-disable */
|
|
162
|
-
/* stylelint-enable */
|
|
163
|
-
/* stylelint-enable */
|
|
164
|
-
/* stylelint-disable */
|
|
165
|
-
}
|
|
166
160
|
.e-pivotview .e-value-field-settings,
|
|
167
161
|
.e-pivotview .e-member-editor-dialog,
|
|
168
162
|
.e-pivotview .e-group-field-settings {
|
|
@@ -237,7 +231,6 @@
|
|
|
237
231
|
}
|
|
238
232
|
.e-pivotview .e-member-editor-dialog {
|
|
239
233
|
min-width: 320px;
|
|
240
|
-
/* stylelint-disable */
|
|
241
234
|
}
|
|
242
235
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
243
236
|
display: -ms-flexbox;
|
|
@@ -257,7 +250,6 @@
|
|
|
257
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
258
251
|
box-shadow: none;
|
|
259
252
|
margin-left: 10px;
|
|
260
|
-
/* stylelint-disable */
|
|
261
253
|
}
|
|
262
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
263
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -351,7 +343,6 @@
|
|
|
351
343
|
}
|
|
352
344
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
353
345
|
border: none;
|
|
354
|
-
/* stylelint-enable */
|
|
355
346
|
}
|
|
356
347
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
357
348
|
margin: 0 0 0 6px;
|
|
@@ -597,16 +588,13 @@
|
|
|
597
588
|
}
|
|
598
589
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
599
590
|
margin-left: 18px !important;
|
|
600
|
-
/* stylelint-enable */
|
|
601
591
|
}
|
|
602
592
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
603
|
-
/* stylelint-disable */
|
|
604
593
|
padding: 0 !important;
|
|
605
594
|
}
|
|
606
595
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
607
596
|
float: left;
|
|
608
597
|
font-weight: 500;
|
|
609
|
-
/* stylelint-enable */
|
|
610
598
|
}
|
|
611
599
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
612
600
|
float: right;
|
|
@@ -635,7 +623,6 @@
|
|
|
635
623
|
}
|
|
636
624
|
|
|
637
625
|
.e-pivotview-report-dialog {
|
|
638
|
-
/* stylelint-disable */
|
|
639
626
|
max-width: 350px !important;
|
|
640
627
|
}
|
|
641
628
|
|
|
@@ -655,7 +642,6 @@
|
|
|
655
642
|
max-width: 500px !important;
|
|
656
643
|
}
|
|
657
644
|
|
|
658
|
-
/* stylelint-enable */
|
|
659
645
|
.e-report-outer {
|
|
660
646
|
display: inline-block;
|
|
661
647
|
width: 100%;
|
|
@@ -667,7 +653,6 @@
|
|
|
667
653
|
width: 40%;
|
|
668
654
|
}
|
|
669
655
|
|
|
670
|
-
/* stylelint-disable */
|
|
671
656
|
.e-pivotview-report-input {
|
|
672
657
|
float: right;
|
|
673
658
|
width: 60% !important;
|
|
@@ -689,16 +674,11 @@
|
|
|
689
674
|
font-size: 18px !important;
|
|
690
675
|
}
|
|
691
676
|
|
|
692
|
-
/* stylelint-enable */
|
|
693
677
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
694
678
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
695
679
|
white-space: nowrap;
|
|
696
680
|
}
|
|
697
681
|
|
|
698
|
-
.e-drillthrough-dialog {
|
|
699
|
-
/* stylelint-disable */
|
|
700
|
-
/* stylelint-enable */
|
|
701
|
-
}
|
|
702
682
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
703
683
|
margin-bottom: 20px;
|
|
704
684
|
}
|
|
@@ -719,13 +699,6 @@
|
|
|
719
699
|
flex-wrap: wrap;
|
|
720
700
|
}
|
|
721
701
|
|
|
722
|
-
.e-bigger .e-pivotview,
|
|
723
|
-
.e-bigger.e-pivotview {
|
|
724
|
-
/* stylelint-disable */
|
|
725
|
-
/* stylelint-enable */
|
|
726
|
-
/* stylelint-disable */
|
|
727
|
-
/* stylelint-enable */
|
|
728
|
-
}
|
|
729
702
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon,
|
|
730
703
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
731
704
|
line-height: 50px;
|
|
@@ -892,18 +865,6 @@
|
|
|
892
865
|
}
|
|
893
866
|
|
|
894
867
|
/*! PivotView theme */
|
|
895
|
-
.e-pivotview {
|
|
896
|
-
/* stylelint-enable */
|
|
897
|
-
/* stylelint-disable */
|
|
898
|
-
/* stylelint-enable */
|
|
899
|
-
/* stylelint-disable */
|
|
900
|
-
/* stylelint-enable */
|
|
901
|
-
/* stylelint-disable */
|
|
902
|
-
/* stylelint-enable */
|
|
903
|
-
/* stylelint-disable */
|
|
904
|
-
/* stylelint-enable */
|
|
905
|
-
/* stylelint-enable */
|
|
906
|
-
}
|
|
907
868
|
.e-pivotview .e-nextspan {
|
|
908
869
|
display: inline-block;
|
|
909
870
|
width: 18px;
|
|
@@ -924,7 +885,6 @@
|
|
|
924
885
|
text-align: right;
|
|
925
886
|
}
|
|
926
887
|
.e-pivotview .e-grid .e-rowcell {
|
|
927
|
-
/* stylelint-disable */
|
|
928
888
|
font-size: 14px !important;
|
|
929
889
|
padding-left: 8px;
|
|
930
890
|
-webkit-user-select: none;
|
|
@@ -1110,11 +1070,11 @@
|
|
|
1110
1070
|
border-right-width: 1px;
|
|
1111
1071
|
}
|
|
1112
1072
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1113
|
-
display:
|
|
1073
|
+
display: inline;
|
|
1114
1074
|
}
|
|
1115
1075
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1116
1076
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1117
|
-
display: inline
|
|
1077
|
+
display: inline;
|
|
1118
1078
|
padding-left: 12px !important;
|
|
1119
1079
|
margin-top: 5px;
|
|
1120
1080
|
margin-top: 2px;
|
|
@@ -1145,18 +1105,12 @@
|
|
|
1145
1105
|
}
|
|
1146
1106
|
.e-pivotview .e-rowcell {
|
|
1147
1107
|
opacity: 1;
|
|
1148
|
-
/* stylelint-disable */
|
|
1149
|
-
/* stylelint-enable */
|
|
1150
1108
|
}
|
|
1151
1109
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1152
1110
|
-webkit-user-select: none;
|
|
1153
1111
|
-ms-user-select: none;
|
|
1154
1112
|
user-select: none;
|
|
1155
1113
|
}
|
|
1156
|
-
.e-pivotview .e-grouping-bar {
|
|
1157
|
-
/* stylelint-disable */
|
|
1158
|
-
/* stylelint-enable */
|
|
1159
|
-
}
|
|
1160
1114
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1161
1115
|
-ms-flex: auto;
|
|
1162
1116
|
flex: auto;
|
|
@@ -1285,9 +1239,7 @@
|
|
|
1285
1239
|
border: 1px solid #e5e7eb;
|
|
1286
1240
|
border-radius: 0;
|
|
1287
1241
|
box-shadow: none;
|
|
1288
|
-
/* stylelint-disable */
|
|
1289
1242
|
color: #374151 !important;
|
|
1290
|
-
/* stylelint-enable */
|
|
1291
1243
|
cursor: default;
|
|
1292
1244
|
display: -ms-flexbox;
|
|
1293
1245
|
display: flex;
|
|
@@ -1298,8 +1250,6 @@
|
|
|
1298
1250
|
text-transform: none;
|
|
1299
1251
|
vertical-align: bottom;
|
|
1300
1252
|
z-index: 1;
|
|
1301
|
-
/* stylelint-disable */
|
|
1302
|
-
/* stylelint-enable */
|
|
1303
1253
|
}
|
|
1304
1254
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1305
1255
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1621,7 +1571,7 @@
|
|
|
1621
1571
|
.e-pivotview .e-expand,
|
|
1622
1572
|
.e-pivotview .e-collapse {
|
|
1623
1573
|
cursor: pointer;
|
|
1624
|
-
display: inline
|
|
1574
|
+
display: inline;
|
|
1625
1575
|
height: 18px;
|
|
1626
1576
|
margin-top: 5px;
|
|
1627
1577
|
text-align: center;
|
|
@@ -1638,12 +1588,6 @@
|
|
|
1638
1588
|
.e-pivotview .e-expand::before {
|
|
1639
1589
|
font-size: 18px;
|
|
1640
1590
|
}
|
|
1641
|
-
.e-pivotview.e-rtl {
|
|
1642
|
-
/* stylelint-disable */
|
|
1643
|
-
/* stylelint-enable */
|
|
1644
|
-
/* stylelint-disable */
|
|
1645
|
-
/* stylelint-enable */
|
|
1646
|
-
}
|
|
1647
1591
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1648
1592
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1649
1593
|
margin-left: 0;
|
|
@@ -1715,10 +1659,8 @@
|
|
|
1715
1659
|
padding-right: 8px;
|
|
1716
1660
|
}
|
|
1717
1661
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1718
|
-
/* stylelint-disable */
|
|
1719
1662
|
padding-left: 8px;
|
|
1720
1663
|
padding-right: 0;
|
|
1721
|
-
/* stylelint-enable */
|
|
1722
1664
|
}
|
|
1723
1665
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1724
1666
|
margin-left: 4px;
|
|
@@ -1741,9 +1683,6 @@
|
|
|
1741
1683
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1742
1684
|
float: left;
|
|
1743
1685
|
}
|
|
1744
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1745
|
-
/* stylelint-disable */
|
|
1746
|
-
}
|
|
1747
1686
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1748
1687
|
line-height: 1em !important;
|
|
1749
1688
|
}
|
|
@@ -1821,13 +1760,6 @@
|
|
|
1821
1760
|
margin-right: 5px;
|
|
1822
1761
|
}
|
|
1823
1762
|
|
|
1824
|
-
.e-bigger .e-pivotview,
|
|
1825
|
-
.e-bigger.e-pivotview {
|
|
1826
|
-
/* stylelint-disable */
|
|
1827
|
-
/* stylelint-enable */
|
|
1828
|
-
/* stylelint-disable */
|
|
1829
|
-
/* stylelint-enable */
|
|
1830
|
-
}
|
|
1831
1763
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1832
1764
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1833
1765
|
margin: 0;
|
|
@@ -1892,10 +1824,6 @@
|
|
|
1892
1824
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1893
1825
|
margin-top: 0;
|
|
1894
1826
|
}
|
|
1895
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1896
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1897
|
-
/* stylelint-enable */
|
|
1898
|
-
}
|
|
1899
1827
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1900
1828
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1901
1829
|
height: 36px !important;
|
|
@@ -1936,7 +1864,6 @@
|
|
|
1936
1864
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1937
1865
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1938
1866
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1939
|
-
/* stylelint-disable */
|
|
1940
1867
|
font-size: 14px !important;
|
|
1941
1868
|
height: 20px;
|
|
1942
1869
|
margin-top: 1px;
|
|
@@ -2066,16 +1993,9 @@
|
|
|
2066
1993
|
}
|
|
2067
1994
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2068
1995
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2069
|
-
/* stylelint-disable */
|
|
2070
1996
|
font-size: 16px !important;
|
|
2071
1997
|
padding: 0 12px;
|
|
2072
1998
|
}
|
|
2073
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2074
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2075
|
-
/* stylelint-enable */
|
|
2076
|
-
/* stylelint-disable */
|
|
2077
|
-
/* stylelint-enable */
|
|
2078
|
-
}
|
|
2079
1999
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2080
2000
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2081
2001
|
padding-right: 10px !important;
|
|
@@ -2154,10 +2074,6 @@
|
|
|
2154
2074
|
content: "\e774";
|
|
2155
2075
|
}
|
|
2156
2076
|
|
|
2157
|
-
.e-pivot-calc-dialog-div {
|
|
2158
|
-
/* stylelint-disable */
|
|
2159
|
-
/* stylelint-enable */
|
|
2160
|
-
}
|
|
2161
2077
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2162
2078
|
content: "\e726";
|
|
2163
2079
|
}
|
|
@@ -2256,11 +2172,6 @@
|
|
|
2256
2172
|
content: "\e7d8" !important;
|
|
2257
2173
|
}
|
|
2258
2174
|
|
|
2259
|
-
.e-pivotfieldlist-wrapper,
|
|
2260
|
-
.e-pivotfieldlist-container {
|
|
2261
|
-
/* stylelint-disable */
|
|
2262
|
-
/* stylelint-enable */
|
|
2263
|
-
}
|
|
2264
2175
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2265
2176
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2266
2177
|
content: "\e773";
|
|
@@ -2455,10 +2366,8 @@
|
|
|
2455
2366
|
}
|
|
2456
2367
|
|
|
2457
2368
|
.e-pivot-formatting-dialog {
|
|
2458
|
-
/* stylelint-disable */
|
|
2459
2369
|
max-height: 480px !important;
|
|
2460
2370
|
width: 640px !important;
|
|
2461
|
-
/* stylelint-enable */
|
|
2462
2371
|
}
|
|
2463
2372
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2464
2373
|
padding-bottom: 4px;
|
|
@@ -2533,9 +2442,7 @@
|
|
|
2533
2442
|
border: 1px solid #e5e7eb;
|
|
2534
2443
|
border-radius: 4px;
|
|
2535
2444
|
height: 28px;
|
|
2536
|
-
/* stylelint-disable */
|
|
2537
2445
|
margin: 0 !important;
|
|
2538
|
-
/* stylelint-enable */
|
|
2539
2446
|
padding-left: 6px;
|
|
2540
2447
|
padding-top: 6px;
|
|
2541
2448
|
width: 80px;
|
|
@@ -2556,9 +2463,7 @@
|
|
|
2556
2463
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2557
2464
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2558
2465
|
border: 1px solid #e5e7eb;
|
|
2559
|
-
/* stylelint-disable */
|
|
2560
2466
|
border-radius: 0 !important;
|
|
2561
|
-
/* stylelint-enable */
|
|
2562
2467
|
height: 40%;
|
|
2563
2468
|
left: -3px;
|
|
2564
2469
|
position: absolute;
|
|
@@ -2566,10 +2471,8 @@
|
|
|
2566
2471
|
width: 150%;
|
|
2567
2472
|
}
|
|
2568
2473
|
.e-pivot-formatting-dialog.e-device {
|
|
2569
|
-
/* stylelint-disable */
|
|
2570
2474
|
min-width: 320px !important;
|
|
2571
2475
|
width: 100% !important;
|
|
2572
|
-
/* stylelint-enable */
|
|
2573
2476
|
}
|
|
2574
2477
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2575
2478
|
width: 100% !important;
|
|
@@ -2621,11 +2524,7 @@
|
|
|
2621
2524
|
|
|
2622
2525
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2623
2526
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2624
|
-
/* stylelint-disable */
|
|
2625
2527
|
width: 730px !important;
|
|
2626
|
-
/* stylelint-enable */
|
|
2627
|
-
/* stylelint-disable */
|
|
2628
|
-
/* stylelint-enable */
|
|
2629
2528
|
}
|
|
2630
2529
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2631
2530
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2664,10 +2563,8 @@
|
|
|
2664
2563
|
}
|
|
2665
2564
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2666
2565
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2667
|
-
/* stylelint-disable */
|
|
2668
2566
|
min-width: 320px !important;
|
|
2669
2567
|
width: 100% !important;
|
|
2670
|
-
/* stylelint-enable */
|
|
2671
2568
|
}
|
|
2672
2569
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2673
2570
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2687,14 +2584,8 @@
|
|
|
2687
2584
|
}
|
|
2688
2585
|
|
|
2689
2586
|
.e-pivot-calc-dialog-div {
|
|
2690
|
-
/* stylelint-disable */
|
|
2691
2587
|
max-height: 600px !important;
|
|
2692
|
-
/* stylelint-enable */
|
|
2693
2588
|
min-width: 290px;
|
|
2694
|
-
/* stylelint-disable */
|
|
2695
|
-
/* stylelint-enable */
|
|
2696
|
-
/* stylelint-disable */
|
|
2697
|
-
/* stylelint-enable */
|
|
2698
2589
|
}
|
|
2699
2590
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2700
2591
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2743,11 +2634,9 @@
|
|
|
2743
2634
|
}
|
|
2744
2635
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2745
2636
|
color: #6b7280;
|
|
2746
|
-
/* stylelint-disable */
|
|
2747
2637
|
float: right !important;
|
|
2748
2638
|
margin: 0;
|
|
2749
2639
|
margin-right: 12px !important;
|
|
2750
|
-
/* stylelint-enable */
|
|
2751
2640
|
}
|
|
2752
2641
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2753
2642
|
cursor: default;
|
|
@@ -2798,14 +2687,12 @@
|
|
|
2798
2687
|
margin-right: 4px;
|
|
2799
2688
|
pointer-events: auto;
|
|
2800
2689
|
width: 24px;
|
|
2801
|
-
/* stylelint-disable */
|
|
2802
2690
|
height: 20px;
|
|
2803
2691
|
margin-top: 0;
|
|
2804
2692
|
padding: 0 5px;
|
|
2805
2693
|
position: relative;
|
|
2806
2694
|
bottom: 1px;
|
|
2807
2695
|
width: 20px;
|
|
2808
|
-
/* stylelint-enable */
|
|
2809
2696
|
}
|
|
2810
2697
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
2811
2698
|
color: #6b7280;
|
|
@@ -3051,11 +2938,8 @@
|
|
|
3051
2938
|
|
|
3052
2939
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3053
2940
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3054
|
-
/* stylelint-disable */
|
|
3055
2941
|
max-height: 600px !important;
|
|
3056
2942
|
min-width: 401px !important;
|
|
3057
|
-
/* stylelint-enable */
|
|
3058
|
-
/* stylelint-disable */
|
|
3059
2943
|
}
|
|
3060
2944
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3061
2945
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3141,9 +3025,6 @@
|
|
|
3141
3025
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3142
3026
|
max-width: 400px !important;
|
|
3143
3027
|
min-width: 320px !important;
|
|
3144
|
-
/* stylelint-enable */
|
|
3145
|
-
/* stylelint-disable */
|
|
3146
|
-
/* stylelint-enable */
|
|
3147
3028
|
}
|
|
3148
3029
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3149
3030
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3181,10 +3062,8 @@
|
|
|
3181
3062
|
}
|
|
3182
3063
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3183
3064
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3184
|
-
/* stylelint-disable */
|
|
3185
3065
|
margin-left: -22px;
|
|
3186
3066
|
overflow: auto !important;
|
|
3187
|
-
/* stylelint-enable */
|
|
3188
3067
|
}
|
|
3189
3068
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3190
3069
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3203,10 +3082,6 @@
|
|
|
3203
3082
|
margin-left: 0;
|
|
3204
3083
|
margin-right: -22px;
|
|
3205
3084
|
}
|
|
3206
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3207
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3208
|
-
/* stylelint-disable */
|
|
3209
|
-
}
|
|
3210
3085
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3211
3086
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3212
3087
|
margin-left: 0;
|
|
@@ -3268,7 +3143,6 @@
|
|
|
3268
3143
|
}
|
|
3269
3144
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3270
3145
|
border: 0;
|
|
3271
|
-
/* stylelint-enable */
|
|
3272
3146
|
}
|
|
3273
3147
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3274
3148
|
margin: 0 0 0 6px;
|
|
@@ -3298,8 +3172,6 @@
|
|
|
3298
3172
|
overflow: auto;
|
|
3299
3173
|
padding: 20px;
|
|
3300
3174
|
padding-bottom: 0;
|
|
3301
|
-
/* stylelint-disable */
|
|
3302
|
-
/* stylelint-enable */
|
|
3303
3175
|
padding-top: 0;
|
|
3304
3176
|
}
|
|
3305
3177
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
@@ -3340,9 +3212,6 @@
|
|
|
3340
3212
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3341
3213
|
float: right;
|
|
3342
3214
|
}
|
|
3343
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3344
|
-
/* stylelint-disable */
|
|
3345
|
-
}
|
|
3346
3215
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3347
3216
|
margin-left: 0;
|
|
3348
3217
|
}
|
|
@@ -3482,7 +3351,6 @@
|
|
|
3482
3351
|
overflow: hidden;
|
|
3483
3352
|
padding: 0 !important;
|
|
3484
3353
|
padding: 12px 0 0 0 !important;
|
|
3485
|
-
/* stylelint-enable */
|
|
3486
3354
|
}
|
|
3487
3355
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3488
3356
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3554,11 +3422,6 @@
|
|
|
3554
3422
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3555
3423
|
padding-right: 0;
|
|
3556
3424
|
}
|
|
3557
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3558
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3559
|
-
/* stylelint-disable */
|
|
3560
|
-
/* stylelint-enable */
|
|
3561
|
-
}
|
|
3562
3425
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3563
3426
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3564
3427
|
padding-left: 24px;
|
|
@@ -3608,7 +3471,6 @@
|
|
|
3608
3471
|
padding: 4px;
|
|
3609
3472
|
}
|
|
3610
3473
|
|
|
3611
|
-
/* stylelint-disable */
|
|
3612
3474
|
.e-button-drag-clone {
|
|
3613
3475
|
background-color: #e5e7eb !important;
|
|
3614
3476
|
border: 1px solid #e5e7eb;
|
|
@@ -3648,12 +3510,6 @@
|
|
|
3648
3510
|
width: auto !important;
|
|
3649
3511
|
}
|
|
3650
3512
|
|
|
3651
|
-
/* stylelint-enable */
|
|
3652
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3653
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3654
|
-
/* stylelint-disable */
|
|
3655
|
-
/* stylelint-enable */
|
|
3656
|
-
}
|
|
3657
3513
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3658
3514
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3659
3515
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3718,10 +3574,6 @@
|
|
|
3718
3574
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3719
3575
|
margin-left: 10px;
|
|
3720
3576
|
}
|
|
3721
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3722
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3723
|
-
/* stylelint-disable */
|
|
3724
|
-
}
|
|
3725
3577
|
.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,
|
|
3726
3578
|
.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 {
|
|
3727
3579
|
margin: 0 0 0 6px;
|
|
@@ -3874,7 +3726,6 @@
|
|
|
3874
3726
|
background-color: #e5e7eb;
|
|
3875
3727
|
}
|
|
3876
3728
|
|
|
3877
|
-
/* stylelint-disable */
|
|
3878
3729
|
*.e-rtl .e-select-table {
|
|
3879
3730
|
padding: 8px 5px;
|
|
3880
3731
|
}
|
|
@@ -3913,8 +3764,6 @@
|
|
|
3913
3764
|
font-size: 14px;
|
|
3914
3765
|
max-width: 700px;
|
|
3915
3766
|
min-width: 300px;
|
|
3916
|
-
/* stylelint-enable */
|
|
3917
|
-
/* stylelint-enable */
|
|
3918
3767
|
}
|
|
3919
3768
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3920
3769
|
display: -ms-flexbox;
|
|
@@ -4037,8 +3886,6 @@
|
|
|
4037
3886
|
display: -ms-flexbox;
|
|
4038
3887
|
display: flex;
|
|
4039
3888
|
padding-right: 18px;
|
|
4040
|
-
/* stylelint-disable */
|
|
4041
|
-
/* stylelint-enable */
|
|
4042
3889
|
}
|
|
4043
3890
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4044
3891
|
-ms-flex: auto;
|
|
@@ -4050,9 +3897,7 @@
|
|
|
4050
3897
|
color: #374151;
|
|
4051
3898
|
cursor: pointer;
|
|
4052
3899
|
font-size: 14px;
|
|
4053
|
-
/* stylelint-disable */
|
|
4054
3900
|
height: 20px !important;
|
|
4055
|
-
/* stylelint-enable */
|
|
4056
3901
|
padding: 6px 0 0 4px;
|
|
4057
3902
|
width: 20px;
|
|
4058
3903
|
}
|
|
@@ -4085,13 +3930,9 @@
|
|
|
4085
3930
|
}
|
|
4086
3931
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4087
3932
|
overflow: hidden;
|
|
4088
|
-
/* stylelint-disable */
|
|
4089
|
-
/* stylelint-enable */
|
|
4090
3933
|
}
|
|
4091
3934
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4092
3935
|
margin-left: -30px;
|
|
4093
|
-
/* stylelint-disable */
|
|
4094
|
-
/* stylelint-enable */
|
|
4095
3936
|
}
|
|
4096
3937
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4097
3938
|
cursor: default;
|
|
@@ -4613,8 +4454,6 @@
|
|
|
4613
4454
|
}
|
|
4614
4455
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4615
4456
|
height: 369px;
|
|
4616
|
-
/* stylelint-disable */
|
|
4617
|
-
/* stylelint-enable */
|
|
4618
4457
|
}
|
|
4619
4458
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4620
4459
|
height: 389px !important;
|
|
@@ -4638,7 +4477,6 @@
|
|
|
4638
4477
|
display: -ms-flexbox;
|
|
4639
4478
|
display: flex;
|
|
4640
4479
|
padding: 10px 18px;
|
|
4641
|
-
/* stylelint-disable */
|
|
4642
4480
|
}
|
|
4643
4481
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4644
4482
|
float: right;
|
|
@@ -4675,8 +4513,6 @@
|
|
|
4675
4513
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4676
4514
|
margin-left: 0;
|
|
4677
4515
|
margin-right: -30px;
|
|
4678
|
-
/* stylelint-disable */
|
|
4679
|
-
/* stylelint-enable */
|
|
4680
4516
|
}
|
|
4681
4517
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4682
4518
|
font-family: Inter;
|
|
@@ -4707,8 +4543,6 @@
|
|
|
4707
4543
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4708
4544
|
padding-left: 18px;
|
|
4709
4545
|
padding-right: 0;
|
|
4710
|
-
/* stylelint-disable */
|
|
4711
|
-
/* stylelint-enable */
|
|
4712
4546
|
}
|
|
4713
4547
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4714
4548
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4790,10 +4624,8 @@
|
|
|
4790
4624
|
}
|
|
4791
4625
|
.e-pivotfieldlist-container.e-device {
|
|
4792
4626
|
height: 100%;
|
|
4793
|
-
/* stylelint-disable */
|
|
4794
4627
|
max-height: 100% !important;
|
|
4795
4628
|
max-width: 100% !important;
|
|
4796
|
-
/* stylelint-enable */
|
|
4797
4629
|
min-height: 500px;
|
|
4798
4630
|
width: 100%;
|
|
4799
4631
|
}
|
|
@@ -4900,8 +4732,6 @@
|
|
|
4900
4732
|
padding: 9px 16px;
|
|
4901
4733
|
text-transform: none;
|
|
4902
4734
|
width: 100%;
|
|
4903
|
-
/* stylelint-disable */
|
|
4904
|
-
/* stylelint-enable */
|
|
4905
4735
|
}
|
|
4906
4736
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4907
4737
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5093,10 +4923,6 @@
|
|
|
5093
4923
|
vertical-align: middle;
|
|
5094
4924
|
width: 70%;
|
|
5095
4925
|
}
|
|
5096
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5097
|
-
/* stylelint-disable */
|
|
5098
|
-
/* stylelint-enable */
|
|
5099
|
-
}
|
|
5100
4926
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5101
4927
|
background-color: #fff;
|
|
5102
4928
|
border: 1px solid #e5e7eb;
|
|
@@ -5143,10 +4969,6 @@
|
|
|
5143
4969
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5144
4970
|
margin-right: 12px;
|
|
5145
4971
|
}
|
|
5146
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5147
|
-
/* stylelint-disable */
|
|
5148
|
-
/* stylelint-enable */
|
|
5149
|
-
}
|
|
5150
4972
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5151
4973
|
left: 16px;
|
|
5152
4974
|
right: auto;
|
|
@@ -5296,10 +5118,6 @@
|
|
|
5296
5118
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5297
5119
|
max-height: 600px;
|
|
5298
5120
|
}
|
|
5299
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5300
|
-
/* stylelint-disable */
|
|
5301
|
-
/* stylelint-enable */
|
|
5302
|
-
}
|
|
5303
5121
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5304
5122
|
margin-left: 12px;
|
|
5305
5123
|
margin-right: 0;
|
|
@@ -5320,11 +5138,6 @@
|
|
|
5320
5138
|
margin-left: 20px;
|
|
5321
5139
|
}
|
|
5322
5140
|
|
|
5323
|
-
/* stylelint-disable */
|
|
5324
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5325
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5326
|
-
/* stylelint-enable */
|
|
5327
|
-
}
|
|
5328
5141
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5329
5142
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5330
5143
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5476,16 +5289,6 @@
|
|
|
5476
5289
|
margin-top: 4px;
|
|
5477
5290
|
padding: 0 12px;
|
|
5478
5291
|
}
|
|
5479
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5480
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5481
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5482
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5483
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5484
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5485
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5486
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5487
|
-
/* stylelint-disable */
|
|
5488
|
-
}
|
|
5489
5292
|
.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,
|
|
5490
5293
|
.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,
|
|
5491
5294
|
.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,
|
|
@@ -5497,7 +5300,6 @@
|
|
|
5497
5300
|
font-size: 14px;
|
|
5498
5301
|
height: 36px !important;
|
|
5499
5302
|
padding: 9px 16px !important;
|
|
5500
|
-
/* stylelint-enable */
|
|
5501
5303
|
}
|
|
5502
5304
|
.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,
|
|
5503
5305
|
.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,
|
|
@@ -5622,10 +5424,6 @@
|
|
|
5622
5424
|
.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 {
|
|
5623
5425
|
padding-top: 7px;
|
|
5624
5426
|
}
|
|
5625
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5626
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5627
|
-
/* stylelint-disable */
|
|
5628
|
-
}
|
|
5629
5427
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5630
5428
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5631
5429
|
padding-left: 16px;
|
|
@@ -5638,7 +5436,6 @@
|
|
|
5638
5436
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5639
5437
|
padding-left: 0;
|
|
5640
5438
|
padding-right: 5px;
|
|
5641
|
-
/* stylelint-enable */
|
|
5642
5439
|
}
|
|
5643
5440
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5644
5441
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5677,8 +5474,6 @@
|
|
|
5677
5474
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5678
5475
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5679
5476
|
padding-left: 16px;
|
|
5680
|
-
/* stylelint-disable */
|
|
5681
|
-
/* stylelint-enable */
|
|
5682
5477
|
}
|
|
5683
5478
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5684
5479
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5746,10 +5541,6 @@
|
|
|
5746
5541
|
padding-left: 0;
|
|
5747
5542
|
padding-right: 4px;
|
|
5748
5543
|
}
|
|
5749
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5750
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5751
|
-
/* stylelint-disable */
|
|
5752
|
-
}
|
|
5753
5544
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5754
5545
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5755
5546
|
max-height: 750px;
|
|
@@ -5786,6 +5577,4 @@
|
|
|
5786
5577
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5787
5578
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5788
5579
|
max-height: 179px;
|
|
5789
|
-
}
|
|
5790
|
-
|
|
5791
|
-
/* stylelint-enable */
|
|
5580
|
+
}
|