@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/bootstrap4.css
CHANGED
|
@@ -156,12 +156,6 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/*! PivotView layout */
|
|
159
|
-
.e-pivotview {
|
|
160
|
-
/* stylelint-disable */
|
|
161
|
-
/* stylelint-enable */
|
|
162
|
-
/* stylelint-enable */
|
|
163
|
-
/* stylelint-disable */
|
|
164
|
-
}
|
|
165
159
|
.e-pivotview .e-value-field-settings,
|
|
166
160
|
.e-pivotview .e-member-editor-dialog,
|
|
167
161
|
.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;
|
|
@@ -252,7 +245,6 @@
|
|
|
252
245
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
253
246
|
box-shadow: none;
|
|
254
247
|
margin-left: 10px;
|
|
255
|
-
/* stylelint-disable */
|
|
256
248
|
}
|
|
257
249
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort {
|
|
258
250
|
background-color: #fff;
|
|
@@ -371,7 +363,6 @@
|
|
|
371
363
|
}
|
|
372
364
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
373
365
|
border: none;
|
|
374
|
-
/* stylelint-enable */
|
|
375
366
|
}
|
|
376
367
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
377
368
|
margin: 0 0 0 6px;
|
|
@@ -624,16 +615,13 @@
|
|
|
624
615
|
}
|
|
625
616
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
626
617
|
margin-left: 18px !important;
|
|
627
|
-
/* stylelint-enable */
|
|
628
618
|
}
|
|
629
619
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
630
|
-
/* stylelint-disable */
|
|
631
620
|
padding: 0 !important;
|
|
632
621
|
}
|
|
633
622
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
634
623
|
float: left;
|
|
635
624
|
font-weight: 500;
|
|
636
|
-
/* stylelint-enable */
|
|
637
625
|
}
|
|
638
626
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
639
627
|
float: right;
|
|
@@ -662,7 +650,6 @@
|
|
|
662
650
|
}
|
|
663
651
|
|
|
664
652
|
.e-pivotview-report-dialog {
|
|
665
|
-
/* stylelint-disable */
|
|
666
653
|
max-width: 350px !important;
|
|
667
654
|
}
|
|
668
655
|
|
|
@@ -682,7 +669,6 @@
|
|
|
682
669
|
max-width: 500px !important;
|
|
683
670
|
}
|
|
684
671
|
|
|
685
|
-
/* stylelint-enable */
|
|
686
672
|
.e-report-outer {
|
|
687
673
|
display: inline-block;
|
|
688
674
|
width: 100%;
|
|
@@ -694,7 +680,6 @@
|
|
|
694
680
|
width: 40%;
|
|
695
681
|
}
|
|
696
682
|
|
|
697
|
-
/* stylelint-disable */
|
|
698
683
|
.e-pivotview-report-input {
|
|
699
684
|
float: right;
|
|
700
685
|
width: 60% !important;
|
|
@@ -716,16 +701,11 @@
|
|
|
716
701
|
font-size: 18px !important;
|
|
717
702
|
}
|
|
718
703
|
|
|
719
|
-
/* stylelint-enable */
|
|
720
704
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
721
705
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
722
706
|
white-space: nowrap;
|
|
723
707
|
}
|
|
724
708
|
|
|
725
|
-
.e-drillthrough-dialog {
|
|
726
|
-
/* stylelint-disable */
|
|
727
|
-
/* stylelint-enable */
|
|
728
|
-
}
|
|
729
709
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
730
710
|
margin-bottom: 20px;
|
|
731
711
|
}
|
|
@@ -746,18 +726,9 @@
|
|
|
746
726
|
flex-wrap: wrap;
|
|
747
727
|
}
|
|
748
728
|
|
|
749
|
-
.e-bigger .e-pivotview,
|
|
750
|
-
.e-bigger.e-pivotview {
|
|
751
|
-
/* stylelint-disable */
|
|
752
|
-
/* stylelint-enable */
|
|
753
|
-
/* stylelint-disable */
|
|
754
|
-
/* stylelint-enable */
|
|
755
|
-
}
|
|
756
729
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
757
730
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
758
|
-
/* stylelint-disable */
|
|
759
731
|
height: 38px !important;
|
|
760
|
-
/* stylelint-enable */
|
|
761
732
|
}
|
|
762
733
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
763
734
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -921,18 +892,6 @@
|
|
|
921
892
|
}
|
|
922
893
|
|
|
923
894
|
/*! PivotView theme */
|
|
924
|
-
.e-pivotview {
|
|
925
|
-
/* stylelint-enable */
|
|
926
|
-
/* stylelint-disable */
|
|
927
|
-
/* stylelint-enable */
|
|
928
|
-
/* stylelint-disable */
|
|
929
|
-
/* stylelint-enable */
|
|
930
|
-
/* stylelint-disable */
|
|
931
|
-
/* stylelint-enable */
|
|
932
|
-
/* stylelint-disable */
|
|
933
|
-
/* stylelint-enable */
|
|
934
|
-
/* stylelint-enable */
|
|
935
|
-
}
|
|
936
895
|
.e-pivotview .e-nextspan {
|
|
937
896
|
display: inline-block;
|
|
938
897
|
width: 18px;
|
|
@@ -953,7 +912,6 @@
|
|
|
953
912
|
text-align: right;
|
|
954
913
|
}
|
|
955
914
|
.e-pivotview .e-grid .e-rowcell {
|
|
956
|
-
/* stylelint-disable */
|
|
957
915
|
font-size: 13px !important;
|
|
958
916
|
padding-left: 8px;
|
|
959
917
|
-webkit-user-select: none;
|
|
@@ -1129,11 +1087,11 @@
|
|
|
1129
1087
|
border-right-width: 1px;
|
|
1130
1088
|
}
|
|
1131
1089
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1132
|
-
display:
|
|
1090
|
+
display: inline;
|
|
1133
1091
|
}
|
|
1134
1092
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1135
1093
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1136
|
-
display: inline
|
|
1094
|
+
display: inline;
|
|
1137
1095
|
padding-left: 12px !important;
|
|
1138
1096
|
margin-top: 5px;
|
|
1139
1097
|
}
|
|
@@ -1165,18 +1123,12 @@
|
|
|
1165
1123
|
}
|
|
1166
1124
|
.e-pivotview .e-rowcell {
|
|
1167
1125
|
opacity: 1;
|
|
1168
|
-
/* stylelint-disable */
|
|
1169
|
-
/* stylelint-enable */
|
|
1170
1126
|
}
|
|
1171
1127
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1172
1128
|
-webkit-user-select: none;
|
|
1173
1129
|
-ms-user-select: none;
|
|
1174
1130
|
user-select: none;
|
|
1175
1131
|
}
|
|
1176
|
-
.e-pivotview .e-grouping-bar {
|
|
1177
|
-
/* stylelint-disable */
|
|
1178
|
-
/* stylelint-enable */
|
|
1179
|
-
}
|
|
1180
1132
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1181
1133
|
-ms-flex: auto;
|
|
1182
1134
|
flex: auto;
|
|
@@ -1304,9 +1256,7 @@
|
|
|
1304
1256
|
border: 1px solid #6c757d;
|
|
1305
1257
|
border-radius: 4px;
|
|
1306
1258
|
box-shadow: none;
|
|
1307
|
-
/* stylelint-disable */
|
|
1308
1259
|
color: #fff !important;
|
|
1309
|
-
/* stylelint-enable */
|
|
1310
1260
|
cursor: default;
|
|
1311
1261
|
display: -ms-flexbox;
|
|
1312
1262
|
display: flex;
|
|
@@ -1317,9 +1267,7 @@
|
|
|
1317
1267
|
text-transform: none;
|
|
1318
1268
|
vertical-align: bottom;
|
|
1319
1269
|
z-index: 1;
|
|
1320
|
-
font-weight:
|
|
1321
|
-
/* stylelint-disable */
|
|
1322
|
-
/* stylelint-enable */
|
|
1270
|
+
font-weight: 400;
|
|
1323
1271
|
}
|
|
1324
1272
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1325
1273
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1661,7 +1609,7 @@
|
|
|
1661
1609
|
.e-pivotview .e-expand,
|
|
1662
1610
|
.e-pivotview .e-collapse {
|
|
1663
1611
|
cursor: pointer;
|
|
1664
|
-
display: inline
|
|
1612
|
+
display: inline;
|
|
1665
1613
|
height: 18px;
|
|
1666
1614
|
margin-top: 5px;
|
|
1667
1615
|
text-align: center;
|
|
@@ -1676,12 +1624,6 @@
|
|
|
1676
1624
|
.e-pivotview .e-expand::before {
|
|
1677
1625
|
font-size: 10px;
|
|
1678
1626
|
}
|
|
1679
|
-
.e-pivotview.e-rtl {
|
|
1680
|
-
/* stylelint-disable */
|
|
1681
|
-
/* stylelint-enable */
|
|
1682
|
-
/* stylelint-disable */
|
|
1683
|
-
/* stylelint-enable */
|
|
1684
|
-
}
|
|
1685
1627
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1686
1628
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1687
1629
|
margin-left: 0;
|
|
@@ -1753,10 +1695,8 @@
|
|
|
1753
1695
|
padding-right: 8px;
|
|
1754
1696
|
}
|
|
1755
1697
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1756
|
-
/* stylelint-disable */
|
|
1757
1698
|
padding-left: 8px;
|
|
1758
1699
|
padding-right: 0;
|
|
1759
|
-
/* stylelint-enable */
|
|
1760
1700
|
}
|
|
1761
1701
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1762
1702
|
margin-left: 4px;
|
|
@@ -1779,9 +1719,6 @@
|
|
|
1779
1719
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1780
1720
|
float: left;
|
|
1781
1721
|
}
|
|
1782
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1783
|
-
/* stylelint-disable */
|
|
1784
|
-
}
|
|
1785
1722
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1786
1723
|
line-height: 1em !important;
|
|
1787
1724
|
}
|
|
@@ -1893,13 +1830,6 @@
|
|
|
1893
1830
|
margin-right: 5px;
|
|
1894
1831
|
}
|
|
1895
1832
|
|
|
1896
|
-
.e-bigger .e-pivotview,
|
|
1897
|
-
.e-bigger.e-pivotview {
|
|
1898
|
-
/* stylelint-disable */
|
|
1899
|
-
/* stylelint-enable */
|
|
1900
|
-
/* stylelint-disable */
|
|
1901
|
-
/* stylelint-enable */
|
|
1902
|
-
}
|
|
1903
1833
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1904
1834
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1905
1835
|
margin: 6px;
|
|
@@ -1963,10 +1893,6 @@
|
|
|
1963
1893
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1964
1894
|
margin-top: 4px;
|
|
1965
1895
|
}
|
|
1966
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1967
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1968
|
-
/* stylelint-enable */
|
|
1969
|
-
}
|
|
1970
1896
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1971
1897
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1972
1898
|
height: 36px !important;
|
|
@@ -2008,7 +1934,6 @@
|
|
|
2008
1934
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2009
1935
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2010
1936
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2011
|
-
/* stylelint-disable */
|
|
2012
1937
|
font-size: 12px !important;
|
|
2013
1938
|
height: 20px;
|
|
2014
1939
|
margin-top: 2px;
|
|
@@ -2154,15 +2079,8 @@
|
|
|
2154
2079
|
}
|
|
2155
2080
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2156
2081
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2157
|
-
/* stylelint-disable */
|
|
2158
2082
|
font-size: 13px !important;
|
|
2159
2083
|
}
|
|
2160
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2161
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2162
|
-
/* stylelint-enable */
|
|
2163
|
-
/* stylelint-disable */
|
|
2164
|
-
/* stylelint-enable */
|
|
2165
|
-
}
|
|
2166
2084
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2167
2085
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2168
2086
|
padding-right: 10px !important;
|
|
@@ -2233,10 +2151,6 @@
|
|
|
2233
2151
|
content: "\e718";
|
|
2234
2152
|
}
|
|
2235
2153
|
|
|
2236
|
-
.e-pivot-calc-dialog-div {
|
|
2237
|
-
/* stylelint-disable */
|
|
2238
|
-
/* stylelint-enable */
|
|
2239
|
-
}
|
|
2240
2154
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2241
2155
|
content: "\e7d6";
|
|
2242
2156
|
}
|
|
@@ -2335,11 +2249,6 @@
|
|
|
2335
2249
|
content: "\e665" !important;
|
|
2336
2250
|
}
|
|
2337
2251
|
|
|
2338
|
-
.e-pivotfieldlist-wrapper,
|
|
2339
|
-
.e-pivotfieldlist-container {
|
|
2340
|
-
/* stylelint-disable */
|
|
2341
|
-
/* stylelint-enable */
|
|
2342
|
-
}
|
|
2343
2252
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2344
2253
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2345
2254
|
content: "\e7c1";
|
|
@@ -2535,19 +2444,15 @@
|
|
|
2535
2444
|
}
|
|
2536
2445
|
|
|
2537
2446
|
.e-pivot-formatting-dialog {
|
|
2538
|
-
/* stylelint-disable */
|
|
2539
2447
|
max-height: 480px !important;
|
|
2540
2448
|
width: 625px !important;
|
|
2541
|
-
/* stylelint-enable */
|
|
2542
2449
|
}
|
|
2543
2450
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2544
2451
|
padding-bottom: 4px;
|
|
2545
2452
|
}
|
|
2546
2453
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
2547
2454
|
font-weight: normal;
|
|
2548
|
-
/* stylelint-disable */
|
|
2549
2455
|
color: #000;
|
|
2550
|
-
/* stylelint-enable */
|
|
2551
2456
|
opacity: 0.5;
|
|
2552
2457
|
}
|
|
2553
2458
|
.e-pivot-formatting-dialog .e-format-delete-icon:hover {
|
|
@@ -2586,10 +2491,8 @@
|
|
|
2586
2491
|
float: left;
|
|
2587
2492
|
}
|
|
2588
2493
|
.e-pivot-formatting-dialog .e-split-colorpicker {
|
|
2589
|
-
/* stylelint-disable */
|
|
2590
2494
|
background-color: #6c757d !important;
|
|
2591
2495
|
color: #fff !important;
|
|
2592
|
-
/* stylelint-enable */
|
|
2593
2496
|
}
|
|
2594
2497
|
.e-pivot-formatting-dialog .e-format-delete-button {
|
|
2595
2498
|
background-color: transparent;
|
|
@@ -2625,9 +2528,7 @@
|
|
|
2625
2528
|
border: 1px solid #dee2e6;
|
|
2626
2529
|
border-radius: 4px;
|
|
2627
2530
|
height: 28px;
|
|
2628
|
-
/* stylelint-disable */
|
|
2629
2531
|
margin: 0 !important;
|
|
2630
|
-
/* stylelint-enable */
|
|
2631
2532
|
padding-left: 6px;
|
|
2632
2533
|
padding-top: 6px;
|
|
2633
2534
|
width: 80px;
|
|
@@ -2651,9 +2552,7 @@
|
|
|
2651
2552
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2652
2553
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2653
2554
|
border: 1px solid #dee2e6;
|
|
2654
|
-
/* stylelint-disable */
|
|
2655
2555
|
border-radius: 0 !important;
|
|
2656
|
-
/* stylelint-enable */
|
|
2657
2556
|
height: 40%;
|
|
2658
2557
|
left: -3px;
|
|
2659
2558
|
position: absolute;
|
|
@@ -2661,10 +2560,8 @@
|
|
|
2661
2560
|
width: 150%;
|
|
2662
2561
|
}
|
|
2663
2562
|
.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-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2670
2567
|
width: 100% !important;
|
|
@@ -2713,11 +2610,7 @@
|
|
|
2713
2610
|
|
|
2714
2611
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2715
2612
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2716
|
-
/* stylelint-disable */
|
|
2717
2613
|
width: 670px !important;
|
|
2718
|
-
/* stylelint-enable */
|
|
2719
|
-
/* stylelint-disable */
|
|
2720
|
-
/* stylelint-enable */
|
|
2721
2614
|
}
|
|
2722
2615
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2723
2616
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2760,10 +2653,8 @@
|
|
|
2760
2653
|
}
|
|
2761
2654
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2762
2655
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2763
|
-
/* stylelint-disable */
|
|
2764
2656
|
min-width: 320px !important;
|
|
2765
2657
|
width: 100% !important;
|
|
2766
|
-
/* stylelint-enable */
|
|
2767
2658
|
}
|
|
2768
2659
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2769
2660
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2782,14 +2673,8 @@
|
|
|
2782
2673
|
}
|
|
2783
2674
|
|
|
2784
2675
|
.e-pivot-calc-dialog-div {
|
|
2785
|
-
/* stylelint-disable */
|
|
2786
2676
|
max-height: 600px !important;
|
|
2787
|
-
/* stylelint-enable */
|
|
2788
2677
|
min-width: 290px;
|
|
2789
|
-
/* stylelint-disable */
|
|
2790
|
-
/* stylelint-enable */
|
|
2791
|
-
/* stylelint-disable */
|
|
2792
|
-
/* stylelint-enable */
|
|
2793
2678
|
}
|
|
2794
2679
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2795
2680
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2837,11 +2722,9 @@
|
|
|
2837
2722
|
}
|
|
2838
2723
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2839
2724
|
color: #495057;
|
|
2840
|
-
/* stylelint-disable */
|
|
2841
2725
|
float: right !important;
|
|
2842
2726
|
margin: 0;
|
|
2843
2727
|
margin-right: 12px !important;
|
|
2844
|
-
/* stylelint-enable */
|
|
2845
2728
|
}
|
|
2846
2729
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2847
2730
|
cursor: default;
|
|
@@ -3125,11 +3008,8 @@
|
|
|
3125
3008
|
|
|
3126
3009
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3127
3010
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3128
|
-
/* stylelint-disable */
|
|
3129
3011
|
max-height: 600px !important;
|
|
3130
3012
|
min-width: 401px !important;
|
|
3131
|
-
/* stylelint-enable */
|
|
3132
|
-
/* stylelint-disable */
|
|
3133
3013
|
}
|
|
3134
3014
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3135
3015
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3209,9 +3089,6 @@
|
|
|
3209
3089
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3210
3090
|
max-width: 400px !important;
|
|
3211
3091
|
min-width: 320px !important;
|
|
3212
|
-
/* stylelint-enable */
|
|
3213
|
-
/* stylelint-disable */
|
|
3214
|
-
/* stylelint-enable */
|
|
3215
3092
|
}
|
|
3216
3093
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3217
3094
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3253,10 +3130,8 @@
|
|
|
3253
3130
|
}
|
|
3254
3131
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3255
3132
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3256
|
-
/* stylelint-disable */
|
|
3257
3133
|
margin-left: -25px;
|
|
3258
3134
|
overflow: auto !important;
|
|
3259
|
-
/* stylelint-enable */
|
|
3260
3135
|
}
|
|
3261
3136
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3262
3137
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3275,10 +3150,6 @@
|
|
|
3275
3150
|
margin-left: 0;
|
|
3276
3151
|
margin-right: -25px;
|
|
3277
3152
|
}
|
|
3278
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3279
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3280
|
-
/* stylelint-disable */
|
|
3281
|
-
}
|
|
3282
3153
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3283
3154
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3284
3155
|
margin-left: 0;
|
|
@@ -3367,7 +3238,6 @@
|
|
|
3367
3238
|
}
|
|
3368
3239
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3369
3240
|
border: 0;
|
|
3370
|
-
/* stylelint-enable */
|
|
3371
3241
|
}
|
|
3372
3242
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3373
3243
|
margin: 0 0 0 6px;
|
|
@@ -3396,8 +3266,6 @@
|
|
|
3396
3266
|
overflow: auto;
|
|
3397
3267
|
padding: 20px;
|
|
3398
3268
|
padding-bottom: 0;
|
|
3399
|
-
/* stylelint-disable */
|
|
3400
|
-
/* stylelint-enable */
|
|
3401
3269
|
}
|
|
3402
3270
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3403
3271
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3436,9 +3304,6 @@
|
|
|
3436
3304
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3437
3305
|
float: right;
|
|
3438
3306
|
}
|
|
3439
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3440
|
-
/* stylelint-disable */
|
|
3441
|
-
}
|
|
3442
3307
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3443
3308
|
margin-left: 0;
|
|
3444
3309
|
}
|
|
@@ -3576,7 +3441,6 @@
|
|
|
3576
3441
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3577
3442
|
overflow: hidden;
|
|
3578
3443
|
padding: 0 !important;
|
|
3579
|
-
/* stylelint-enable */
|
|
3580
3444
|
}
|
|
3581
3445
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3582
3446
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3646,11 +3510,6 @@
|
|
|
3646
3510
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3647
3511
|
padding-right: 0;
|
|
3648
3512
|
}
|
|
3649
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3650
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3651
|
-
/* stylelint-disable */
|
|
3652
|
-
/* stylelint-enable */
|
|
3653
|
-
}
|
|
3654
3513
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3655
3514
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3656
3515
|
padding-left: 24px;
|
|
@@ -3703,7 +3562,6 @@
|
|
|
3703
3562
|
padding: 4px;
|
|
3704
3563
|
}
|
|
3705
3564
|
|
|
3706
|
-
/* stylelint-disable */
|
|
3707
3565
|
.e-button-drag-clone {
|
|
3708
3566
|
background-color: rgba(0, 0, 0, 0.7) !important;
|
|
3709
3567
|
border: 1px solid #dee2e6;
|
|
@@ -3741,12 +3599,6 @@
|
|
|
3741
3599
|
width: auto !important;
|
|
3742
3600
|
}
|
|
3743
3601
|
|
|
3744
|
-
/* stylelint-enable */
|
|
3745
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3746
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3747
|
-
/* stylelint-disable */
|
|
3748
|
-
/* stylelint-enable */
|
|
3749
|
-
}
|
|
3750
3602
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3751
3603
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3752
3604
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3819,10 +3671,6 @@
|
|
|
3819
3671
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3820
3672
|
margin-left: 10px;
|
|
3821
3673
|
}
|
|
3822
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3823
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3824
|
-
/* stylelint-disable */
|
|
3825
|
-
}
|
|
3826
3674
|
.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,
|
|
3827
3675
|
.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 {
|
|
3828
3676
|
margin: 0 0 0 6px;
|
|
@@ -3971,7 +3819,6 @@
|
|
|
3971
3819
|
background-color: #999;
|
|
3972
3820
|
}
|
|
3973
3821
|
|
|
3974
|
-
/* stylelint-disable */
|
|
3975
3822
|
*.e-rtl .e-select-table {
|
|
3976
3823
|
padding: 8px 5px;
|
|
3977
3824
|
}
|
|
@@ -4010,8 +3857,6 @@
|
|
|
4010
3857
|
font-size: 14px;
|
|
4011
3858
|
max-width: 700px;
|
|
4012
3859
|
min-width: 300px;
|
|
4013
|
-
/* stylelint-enable */
|
|
4014
|
-
/* stylelint-enable */
|
|
4015
3860
|
}
|
|
4016
3861
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4017
3862
|
display: -ms-flexbox;
|
|
@@ -4132,8 +3977,6 @@
|
|
|
4132
3977
|
display: -ms-flexbox;
|
|
4133
3978
|
display: flex;
|
|
4134
3979
|
padding-right: 8px;
|
|
4135
|
-
/* stylelint-disable */
|
|
4136
|
-
/* stylelint-enable */
|
|
4137
3980
|
}
|
|
4138
3981
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4139
3982
|
-ms-flex: auto;
|
|
@@ -4145,9 +3988,7 @@
|
|
|
4145
3988
|
color: #555;
|
|
4146
3989
|
cursor: pointer;
|
|
4147
3990
|
font-size: 14px;
|
|
4148
|
-
/* stylelint-disable */
|
|
4149
3991
|
height: 20px !important;
|
|
4150
|
-
/* stylelint-enable */
|
|
4151
3992
|
padding: 7px 0 0 8px;
|
|
4152
3993
|
width: 20px;
|
|
4153
3994
|
}
|
|
@@ -4180,13 +4021,9 @@
|
|
|
4180
4021
|
}
|
|
4181
4022
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4182
4023
|
overflow: hidden;
|
|
4183
|
-
/* stylelint-disable */
|
|
4184
|
-
/* stylelint-enable */
|
|
4185
4024
|
}
|
|
4186
4025
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4187
4026
|
margin-left: -40px;
|
|
4188
|
-
/* stylelint-disable */
|
|
4189
|
-
/* stylelint-enable */
|
|
4190
4027
|
}
|
|
4191
4028
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4192
4029
|
cursor: default;
|
|
@@ -4696,8 +4533,6 @@
|
|
|
4696
4533
|
}
|
|
4697
4534
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4698
4535
|
height: 369px;
|
|
4699
|
-
/* stylelint-disable */
|
|
4700
|
-
/* stylelint-enable */
|
|
4701
4536
|
}
|
|
4702
4537
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4703
4538
|
height: 394px !important;
|
|
@@ -4721,7 +4556,6 @@
|
|
|
4721
4556
|
display: -ms-flexbox;
|
|
4722
4557
|
display: flex;
|
|
4723
4558
|
padding: 10px 20px;
|
|
4724
|
-
/* stylelint-disable */
|
|
4725
4559
|
}
|
|
4726
4560
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4727
4561
|
float: right;
|
|
@@ -4758,8 +4592,6 @@
|
|
|
4758
4592
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4759
4593
|
margin-left: 0;
|
|
4760
4594
|
margin-right: -40px;
|
|
4761
|
-
/* stylelint-disable */
|
|
4762
|
-
/* stylelint-enable */
|
|
4763
4595
|
}
|
|
4764
4596
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4765
4597
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4791,8 +4623,6 @@
|
|
|
4791
4623
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4792
4624
|
padding-left: 8px;
|
|
4793
4625
|
padding-right: 0;
|
|
4794
|
-
/* stylelint-disable */
|
|
4795
|
-
/* stylelint-enable */
|
|
4796
4626
|
}
|
|
4797
4627
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4798
4628
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4874,10 +4704,8 @@
|
|
|
4874
4704
|
}
|
|
4875
4705
|
.e-pivotfieldlist-container.e-device {
|
|
4876
4706
|
height: 100%;
|
|
4877
|
-
/* stylelint-disable */
|
|
4878
4707
|
max-height: 100% !important;
|
|
4879
4708
|
max-width: 100% !important;
|
|
4880
|
-
/* stylelint-enable */
|
|
4881
4709
|
min-height: 500px;
|
|
4882
4710
|
width: 100%;
|
|
4883
4711
|
}
|
|
@@ -4982,8 +4810,6 @@
|
|
|
4982
4810
|
padding: 9px 16px;
|
|
4983
4811
|
text-transform: none;
|
|
4984
4812
|
width: 100%;
|
|
4985
|
-
/* stylelint-disable */
|
|
4986
|
-
/* stylelint-enable */
|
|
4987
4813
|
}
|
|
4988
4814
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4989
4815
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5174,10 +5000,6 @@
|
|
|
5174
5000
|
vertical-align: middle;
|
|
5175
5001
|
width: 70%;
|
|
5176
5002
|
}
|
|
5177
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5178
|
-
/* stylelint-disable */
|
|
5179
|
-
/* stylelint-enable */
|
|
5180
|
-
}
|
|
5181
5003
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5182
5004
|
background-color: #fff;
|
|
5183
5005
|
border: 1px solid #ced4da;
|
|
@@ -5224,10 +5046,6 @@
|
|
|
5224
5046
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5225
5047
|
margin-right: 12px;
|
|
5226
5048
|
}
|
|
5227
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5228
|
-
/* stylelint-disable */
|
|
5229
|
-
/* stylelint-enable */
|
|
5230
|
-
}
|
|
5231
5049
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5232
5050
|
left: 16px;
|
|
5233
5051
|
right: auto;
|
|
@@ -5377,10 +5195,6 @@
|
|
|
5377
5195
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5378
5196
|
max-height: 600px;
|
|
5379
5197
|
}
|
|
5380
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5381
|
-
/* stylelint-disable */
|
|
5382
|
-
/* stylelint-enable */
|
|
5383
|
-
}
|
|
5384
5198
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5385
5199
|
margin-left: 12px;
|
|
5386
5200
|
margin-right: 0;
|
|
@@ -5401,11 +5215,6 @@
|
|
|
5401
5215
|
margin-left: 20px;
|
|
5402
5216
|
}
|
|
5403
5217
|
|
|
5404
|
-
/* stylelint-disable */
|
|
5405
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5406
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5407
|
-
/* stylelint-enable */
|
|
5408
|
-
}
|
|
5409
5218
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5410
5219
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5411
5220
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5570,7 +5379,6 @@
|
|
|
5570
5379
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5571
5380
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5572
5381
|
height: 126px;
|
|
5573
|
-
/* stylelint-disable */
|
|
5574
5382
|
}
|
|
5575
5383
|
.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,
|
|
5576
5384
|
.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,
|
|
@@ -5583,7 +5391,6 @@
|
|
|
5583
5391
|
font-size: 16px;
|
|
5584
5392
|
height: 36px !important;
|
|
5585
5393
|
padding: 9px 12px !important;
|
|
5586
|
-
/* stylelint-enable */
|
|
5587
5394
|
}
|
|
5588
5395
|
.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,
|
|
5589
5396
|
.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,
|
|
@@ -5718,10 +5525,6 @@
|
|
|
5718
5525
|
.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 {
|
|
5719
5526
|
padding-top: 9px;
|
|
5720
5527
|
}
|
|
5721
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5722
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5723
|
-
/* stylelint-disable */
|
|
5724
|
-
}
|
|
5725
5528
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5726
5529
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5727
5530
|
padding-left: 16px;
|
|
@@ -5734,7 +5537,6 @@
|
|
|
5734
5537
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5735
5538
|
padding-left: 0;
|
|
5736
5539
|
padding-right: 5px;
|
|
5737
|
-
/* stylelint-enable */
|
|
5738
5540
|
}
|
|
5739
5541
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5740
5542
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5773,8 +5575,6 @@
|
|
|
5773
5575
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5774
5576
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5775
5577
|
padding-left: 12px;
|
|
5776
|
-
/* stylelint-disable */
|
|
5777
|
-
/* stylelint-enable */
|
|
5778
5578
|
}
|
|
5779
5579
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5780
5580
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5842,10 +5642,6 @@
|
|
|
5842
5642
|
padding-left: 0;
|
|
5843
5643
|
padding-right: 8px;
|
|
5844
5644
|
}
|
|
5845
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5846
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5847
|
-
/* stylelint-disable */
|
|
5848
|
-
}
|
|
5849
5645
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5850
5646
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5851
5647
|
max-height: 750px;
|
|
@@ -5882,6 +5678,4 @@
|
|
|
5882
5678
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5883
5679
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5884
5680
|
max-height: 177px;
|
|
5885
|
-
}
|
|
5886
|
-
|
|
5887
|
-
/* stylelint-enable */
|
|
5681
|
+
}
|