@syncfusion/ej2-angular-pivotview 20.2.38 → 20.2.39-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +395 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +683 -0
- package/dist/ej2-angular-pivotview.umd.js +666 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/pivotview-default/index.d.ts +3 -0
- package/schematics/generators/pivotview-default/index.js +8 -0
- package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-default/sample-details.js +7 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-default/schema.d.ts +3 -0
- package/schematics/generators/pivotview-default/schema.js +2 -0
- package/schematics/generators/pivotview-default/schema.json +125 -0
- package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/index.js +8 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
- package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +2 -213
- package/styles/bootstrap.css +2 -213
- package/styles/bootstrap4.css +3 -209
- package/styles/bootstrap5-dark.css +2 -215
- package/styles/bootstrap5.css +2 -215
- package/styles/fabric-dark.css +2 -213
- package/styles/fabric.css +2 -213
- package/styles/fluent-dark.css +3 -216
- package/styles/fluent.css +3 -216
- package/styles/highcontrast-light.css +2 -213
- package/styles/highcontrast.css +2 -213
- package/styles/material-dark.css +2 -213
- package/styles/material.css +2 -213
- package/styles/pivotfieldlist/bootstrap-dark.css +2 -131
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +2 -131
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +2 -126
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +2 -135
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +2 -135
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +2 -131
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +2 -131
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +3 -134
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +3 -134
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +2 -131
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +2 -131
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +2 -131
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +2 -131
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +3 -134
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +3 -134
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +0 -82
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +0 -82
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +1 -83
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +0 -80
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +0 -80
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +0 -82
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +0 -82
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +0 -82
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +0 -82
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +0 -82
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +0 -82
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +0 -82
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +0 -82
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +0 -80
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +0 -80
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +3 -214
- package/styles/tailwind.css +3 -214
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -233
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -190
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -186
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -191
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -187
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -187
- package/styles/pivotfieldlist/_layout.scss +0 -1852
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -187
- package/styles/pivotfieldlist/_material-definition.scss +0 -187
- package/styles/pivotfieldlist/_material3-definition.scss +0 -190
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -190
- package/styles/pivotfieldlist/_theme.scss +0 -1862
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -357
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_material.scss +0 -357
- package/styles/pivotfieldlist/icons/_material3.scss +0 -352
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -131
- package/styles/pivotview/_bootstrap-definition.scss +0 -128
- package/styles/pivotview/_bootstrap4-definition.scss +0 -128
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -131
- package/styles/pivotview/_fabric-dark-definition.scss +0 -130
- package/styles/pivotview/_fabric-definition.scss +0 -127
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -131
- package/styles/pivotview/_fusionnew-definition.scss +0 -131
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1073
- package/styles/pivotview/_material-dark-definition.scss +0 -132
- package/styles/pivotview/_material-definition.scss +0 -128
- package/styles/pivotview/_material3-definition.scss +0 -131
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -130
- package/styles/pivotview/_theme.scss +0 -1583
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/styles/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;
|
|
@@ -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 {
|
|
@@ -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: 550px !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 {
|
|
@@ -2737,11 +2628,9 @@
|
|
|
2737
2628
|
}
|
|
2738
2629
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2739
2630
|
color: #d1d5db;
|
|
2740
|
-
/* stylelint-disable */
|
|
2741
2631
|
float: right !important;
|
|
2742
2632
|
margin: 0;
|
|
2743
2633
|
margin-right: 12px !important;
|
|
2744
|
-
/* stylelint-enable */
|
|
2745
2634
|
}
|
|
2746
2635
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2747
2636
|
cursor: default;
|
|
@@ -2792,14 +2681,12 @@
|
|
|
2792
2681
|
margin-right: 4px;
|
|
2793
2682
|
pointer-events: auto;
|
|
2794
2683
|
width: 24px;
|
|
2795
|
-
/* stylelint-disable */
|
|
2796
2684
|
height: 20px;
|
|
2797
2685
|
margin-top: 0;
|
|
2798
2686
|
padding: 0 5px;
|
|
2799
2687
|
position: relative;
|
|
2800
2688
|
bottom: 1px;
|
|
2801
2689
|
width: 20px;
|
|
2802
|
-
/* stylelint-enable */
|
|
2803
2690
|
}
|
|
2804
2691
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
2805
2692
|
color: #d1d5db;
|
|
@@ -2913,9 +2800,9 @@
|
|
|
2913
2800
|
}
|
|
2914
2801
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2915
2802
|
display: inline-block;
|
|
2916
|
-
height:
|
|
2803
|
+
height: 398px;
|
|
2917
2804
|
overflow: auto;
|
|
2918
|
-
width:
|
|
2805
|
+
width: 100% !important;
|
|
2919
2806
|
}
|
|
2920
2807
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2921
2808
|
display: inline-table;
|
|
@@ -3045,11 +2932,8 @@
|
|
|
3045
2932
|
|
|
3046
2933
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3047
2934
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3048
|
-
/* stylelint-disable */
|
|
3049
2935
|
max-height: 600px !important;
|
|
3050
2936
|
min-width: 401px !important;
|
|
3051
|
-
/* stylelint-enable */
|
|
3052
|
-
/* stylelint-disable */
|
|
3053
2937
|
}
|
|
3054
2938
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3055
2939
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3135,9 +3019,6 @@
|
|
|
3135
3019
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3136
3020
|
max-width: 400px !important;
|
|
3137
3021
|
min-width: 320px !important;
|
|
3138
|
-
/* stylelint-enable */
|
|
3139
|
-
/* stylelint-disable */
|
|
3140
|
-
/* stylelint-enable */
|
|
3141
3022
|
}
|
|
3142
3023
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3143
3024
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3175,10 +3056,8 @@
|
|
|
3175
3056
|
}
|
|
3176
3057
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3177
3058
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3178
|
-
/* stylelint-disable */
|
|
3179
3059
|
margin-left: -22px;
|
|
3180
3060
|
overflow: auto !important;
|
|
3181
|
-
/* stylelint-enable */
|
|
3182
3061
|
}
|
|
3183
3062
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3184
3063
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3197,10 +3076,6 @@
|
|
|
3197
3076
|
margin-left: 0;
|
|
3198
3077
|
margin-right: -22px;
|
|
3199
3078
|
}
|
|
3200
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3201
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3202
|
-
/* stylelint-disable */
|
|
3203
|
-
}
|
|
3204
3079
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3205
3080
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3206
3081
|
margin-left: 0;
|
|
@@ -3262,7 +3137,6 @@
|
|
|
3262
3137
|
}
|
|
3263
3138
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3264
3139
|
border: 0;
|
|
3265
|
-
/* stylelint-enable */
|
|
3266
3140
|
}
|
|
3267
3141
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3268
3142
|
margin: 0 0 0 6px;
|
|
@@ -3292,8 +3166,6 @@
|
|
|
3292
3166
|
overflow: auto;
|
|
3293
3167
|
padding: 20px;
|
|
3294
3168
|
padding-bottom: 0;
|
|
3295
|
-
/* stylelint-disable */
|
|
3296
|
-
/* stylelint-enable */
|
|
3297
3169
|
padding-top: 0;
|
|
3298
3170
|
}
|
|
3299
3171
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
@@ -3334,9 +3206,6 @@
|
|
|
3334
3206
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3335
3207
|
float: right;
|
|
3336
3208
|
}
|
|
3337
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3338
|
-
/* stylelint-disable */
|
|
3339
|
-
}
|
|
3340
3209
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3341
3210
|
margin-left: 0;
|
|
3342
3211
|
}
|
|
@@ -3476,7 +3345,6 @@
|
|
|
3476
3345
|
overflow: hidden;
|
|
3477
3346
|
padding: 0 !important;
|
|
3478
3347
|
padding: 12px 0 0 0 !important;
|
|
3479
|
-
/* stylelint-enable */
|
|
3480
3348
|
}
|
|
3481
3349
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3482
3350
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3548,11 +3416,6 @@
|
|
|
3548
3416
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3549
3417
|
padding-right: 0;
|
|
3550
3418
|
}
|
|
3551
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3552
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3553
|
-
/* stylelint-disable */
|
|
3554
|
-
/* stylelint-enable */
|
|
3555
|
-
}
|
|
3556
3419
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3557
3420
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3558
3421
|
padding-left: 24px;
|
|
@@ -3602,7 +3465,6 @@
|
|
|
3602
3465
|
padding: 4px;
|
|
3603
3466
|
}
|
|
3604
3467
|
|
|
3605
|
-
/* stylelint-disable */
|
|
3606
3468
|
.e-button-drag-clone {
|
|
3607
3469
|
background-color: #4b5563 !important;
|
|
3608
3470
|
border: 1px solid #4b5563;
|
|
@@ -3642,12 +3504,6 @@
|
|
|
3642
3504
|
width: auto !important;
|
|
3643
3505
|
}
|
|
3644
3506
|
|
|
3645
|
-
/* stylelint-enable */
|
|
3646
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3647
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3648
|
-
/* stylelint-disable */
|
|
3649
|
-
/* stylelint-enable */
|
|
3650
|
-
}
|
|
3651
3507
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3652
3508
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3653
3509
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3712,10 +3568,6 @@
|
|
|
3712
3568
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3713
3569
|
margin-left: 10px;
|
|
3714
3570
|
}
|
|
3715
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3716
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3717
|
-
/* stylelint-disable */
|
|
3718
|
-
}
|
|
3719
3571
|
.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,
|
|
3720
3572
|
.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 {
|
|
3721
3573
|
margin: 0 0 0 6px;
|
|
@@ -3868,7 +3720,6 @@
|
|
|
3868
3720
|
background-color: #4b5563;
|
|
3869
3721
|
}
|
|
3870
3722
|
|
|
3871
|
-
/* stylelint-disable */
|
|
3872
3723
|
*.e-rtl .e-select-table {
|
|
3873
3724
|
padding: 8px 5px;
|
|
3874
3725
|
}
|
|
@@ -3907,8 +3758,6 @@
|
|
|
3907
3758
|
font-size: 14px;
|
|
3908
3759
|
max-width: 700px;
|
|
3909
3760
|
min-width: 300px;
|
|
3910
|
-
/* stylelint-enable */
|
|
3911
|
-
/* stylelint-enable */
|
|
3912
3761
|
}
|
|
3913
3762
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3914
3763
|
display: -ms-flexbox;
|
|
@@ -4031,8 +3880,6 @@
|
|
|
4031
3880
|
display: -ms-flexbox;
|
|
4032
3881
|
display: flex;
|
|
4033
3882
|
padding-right: 18px;
|
|
4034
|
-
/* stylelint-disable */
|
|
4035
|
-
/* stylelint-enable */
|
|
4036
3883
|
}
|
|
4037
3884
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4038
3885
|
-ms-flex: auto;
|
|
@@ -4044,9 +3891,7 @@
|
|
|
4044
3891
|
color: #d1d5db;
|
|
4045
3892
|
cursor: pointer;
|
|
4046
3893
|
font-size: 14px;
|
|
4047
|
-
/* stylelint-disable */
|
|
4048
3894
|
height: 20px !important;
|
|
4049
|
-
/* stylelint-enable */
|
|
4050
3895
|
padding: 6px 0 0 4px;
|
|
4051
3896
|
width: 20px;
|
|
4052
3897
|
}
|
|
@@ -4079,13 +3924,9 @@
|
|
|
4079
3924
|
}
|
|
4080
3925
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4081
3926
|
overflow: hidden;
|
|
4082
|
-
/* stylelint-disable */
|
|
4083
|
-
/* stylelint-enable */
|
|
4084
3927
|
}
|
|
4085
3928
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4086
3929
|
margin-left: -30px;
|
|
4087
|
-
/* stylelint-disable */
|
|
4088
|
-
/* stylelint-enable */
|
|
4089
3930
|
}
|
|
4090
3931
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4091
3932
|
cursor: default;
|
|
@@ -4607,8 +4448,6 @@
|
|
|
4607
4448
|
}
|
|
4608
4449
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4609
4450
|
height: 369px;
|
|
4610
|
-
/* stylelint-disable */
|
|
4611
|
-
/* stylelint-enable */
|
|
4612
4451
|
}
|
|
4613
4452
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4614
4453
|
height: 389px !important;
|
|
@@ -4632,7 +4471,6 @@
|
|
|
4632
4471
|
display: -ms-flexbox;
|
|
4633
4472
|
display: flex;
|
|
4634
4473
|
padding: 10px 18px;
|
|
4635
|
-
/* stylelint-disable */
|
|
4636
4474
|
}
|
|
4637
4475
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4638
4476
|
float: right;
|
|
@@ -4669,8 +4507,6 @@
|
|
|
4669
4507
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4670
4508
|
margin-left: 0;
|
|
4671
4509
|
margin-right: -30px;
|
|
4672
|
-
/* stylelint-disable */
|
|
4673
|
-
/* stylelint-enable */
|
|
4674
4510
|
}
|
|
4675
4511
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4676
4512
|
font-family: Inter;
|
|
@@ -4701,8 +4537,6 @@
|
|
|
4701
4537
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4702
4538
|
padding-left: 18px;
|
|
4703
4539
|
padding-right: 0;
|
|
4704
|
-
/* stylelint-disable */
|
|
4705
|
-
/* stylelint-enable */
|
|
4706
4540
|
}
|
|
4707
4541
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4708
4542
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4784,10 +4618,8 @@
|
|
|
4784
4618
|
}
|
|
4785
4619
|
.e-pivotfieldlist-container.e-device {
|
|
4786
4620
|
height: 100%;
|
|
4787
|
-
/* stylelint-disable */
|
|
4788
4621
|
max-height: 100% !important;
|
|
4789
4622
|
max-width: 100% !important;
|
|
4790
|
-
/* stylelint-enable */
|
|
4791
4623
|
min-height: 500px;
|
|
4792
4624
|
width: 100%;
|
|
4793
4625
|
}
|
|
@@ -4894,8 +4726,6 @@
|
|
|
4894
4726
|
padding: 9px 16px;
|
|
4895
4727
|
text-transform: none;
|
|
4896
4728
|
width: 100%;
|
|
4897
|
-
/* stylelint-disable */
|
|
4898
|
-
/* stylelint-enable */
|
|
4899
4729
|
}
|
|
4900
4730
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4901
4731
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5087,10 +4917,6 @@
|
|
|
5087
4917
|
vertical-align: middle;
|
|
5088
4918
|
width: 70%;
|
|
5089
4919
|
}
|
|
5090
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5091
|
-
/* stylelint-disable */
|
|
5092
|
-
/* stylelint-enable */
|
|
5093
|
-
}
|
|
5094
4920
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5095
4921
|
background-color: #1f2937;
|
|
5096
4922
|
border: 1px solid #4b5563;
|
|
@@ -5138,10 +4964,6 @@
|
|
|
5138
4964
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5139
4965
|
margin-right: 12px;
|
|
5140
4966
|
}
|
|
5141
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5142
|
-
/* stylelint-disable */
|
|
5143
|
-
/* stylelint-enable */
|
|
5144
|
-
}
|
|
5145
4967
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5146
4968
|
left: 16px;
|
|
5147
4969
|
right: auto;
|
|
@@ -5291,10 +5113,6 @@
|
|
|
5291
5113
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5292
5114
|
max-height: 600px;
|
|
5293
5115
|
}
|
|
5294
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5295
|
-
/* stylelint-disable */
|
|
5296
|
-
/* stylelint-enable */
|
|
5297
|
-
}
|
|
5298
5116
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5299
5117
|
margin-left: 12px;
|
|
5300
5118
|
margin-right: 0;
|
|
@@ -5315,11 +5133,6 @@
|
|
|
5315
5133
|
margin-left: 20px;
|
|
5316
5134
|
}
|
|
5317
5135
|
|
|
5318
|
-
/* stylelint-disable */
|
|
5319
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5320
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5321
|
-
/* stylelint-enable */
|
|
5322
|
-
}
|
|
5323
5136
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5324
5137
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5325
5138
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5471,16 +5284,6 @@
|
|
|
5471
5284
|
margin-top: 4px;
|
|
5472
5285
|
padding: 0 12px;
|
|
5473
5286
|
}
|
|
5474
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5475
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5476
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5477
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5478
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5479
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5480
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5481
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5482
|
-
/* stylelint-disable */
|
|
5483
|
-
}
|
|
5484
5287
|
.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,
|
|
5485
5288
|
.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,
|
|
5486
5289
|
.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,
|
|
@@ -5492,7 +5295,6 @@
|
|
|
5492
5295
|
font-size: 14px;
|
|
5493
5296
|
height: 36px !important;
|
|
5494
5297
|
padding: 9px 16px !important;
|
|
5495
|
-
/* stylelint-enable */
|
|
5496
5298
|
}
|
|
5497
5299
|
.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,
|
|
5498
5300
|
.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,
|
|
@@ -5617,10 +5419,6 @@
|
|
|
5617
5419
|
.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 {
|
|
5618
5420
|
padding-top: 7px;
|
|
5619
5421
|
}
|
|
5620
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5621
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5622
|
-
/* stylelint-disable */
|
|
5623
|
-
}
|
|
5624
5422
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5625
5423
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5626
5424
|
padding-left: 16px;
|
|
@@ -5633,7 +5431,6 @@
|
|
|
5633
5431
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5634
5432
|
padding-left: 0;
|
|
5635
5433
|
padding-right: 5px;
|
|
5636
|
-
/* stylelint-enable */
|
|
5637
5434
|
}
|
|
5638
5435
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5639
5436
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5672,8 +5469,6 @@
|
|
|
5672
5469
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5673
5470
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5674
5471
|
padding-left: 16px;
|
|
5675
|
-
/* stylelint-disable */
|
|
5676
|
-
/* stylelint-enable */
|
|
5677
5472
|
}
|
|
5678
5473
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5679
5474
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5741,10 +5536,6 @@
|
|
|
5741
5536
|
padding-left: 0;
|
|
5742
5537
|
padding-right: 4px;
|
|
5743
5538
|
}
|
|
5744
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5745
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5746
|
-
/* stylelint-disable */
|
|
5747
|
-
}
|
|
5748
5539
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5749
5540
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5750
5541
|
max-height: 750px;
|
|
@@ -5781,6 +5572,4 @@
|
|
|
5781
5572
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5782
5573
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5783
5574
|
max-height: 179px;
|
|
5784
|
-
}
|
|
5785
|
-
|
|
5786
|
-
/* stylelint-enable */
|
|
5575
|
+
}
|