@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/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;
|
|
@@ -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 {
|
|
@@ -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: 550px !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 {
|
|
@@ -2834,11 +2719,9 @@
|
|
|
2834
2719
|
}
|
|
2835
2720
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2836
2721
|
color: #495057;
|
|
2837
|
-
/* stylelint-disable */
|
|
2838
2722
|
float: right !important;
|
|
2839
2723
|
margin: 0;
|
|
2840
2724
|
margin-right: 12px !important;
|
|
2841
|
-
/* stylelint-enable */
|
|
2842
2725
|
}
|
|
2843
2726
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2844
2727
|
cursor: default;
|
|
@@ -2994,7 +2877,7 @@
|
|
|
2994
2877
|
display: inline-block;
|
|
2995
2878
|
height: 437px;
|
|
2996
2879
|
overflow: auto;
|
|
2997
|
-
width:
|
|
2880
|
+
width: 100% !important;
|
|
2998
2881
|
}
|
|
2999
2882
|
.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 {
|
|
3000
2883
|
display: inline-table;
|
|
@@ -3122,11 +3005,8 @@
|
|
|
3122
3005
|
|
|
3123
3006
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3124
3007
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3125
|
-
/* stylelint-disable */
|
|
3126
3008
|
max-height: 600px !important;
|
|
3127
3009
|
min-width: 401px !important;
|
|
3128
|
-
/* stylelint-enable */
|
|
3129
|
-
/* stylelint-disable */
|
|
3130
3010
|
}
|
|
3131
3011
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3132
3012
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3206,9 +3086,6 @@
|
|
|
3206
3086
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3207
3087
|
max-width: 400px !important;
|
|
3208
3088
|
min-width: 320px !important;
|
|
3209
|
-
/* stylelint-enable */
|
|
3210
|
-
/* stylelint-disable */
|
|
3211
|
-
/* stylelint-enable */
|
|
3212
3089
|
}
|
|
3213
3090
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3214
3091
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3250,10 +3127,8 @@
|
|
|
3250
3127
|
}
|
|
3251
3128
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3252
3129
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3253
|
-
/* stylelint-disable */
|
|
3254
3130
|
margin-left: -25px;
|
|
3255
3131
|
overflow: auto !important;
|
|
3256
|
-
/* stylelint-enable */
|
|
3257
3132
|
}
|
|
3258
3133
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3259
3134
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3272,10 +3147,6 @@
|
|
|
3272
3147
|
margin-left: 0;
|
|
3273
3148
|
margin-right: -25px;
|
|
3274
3149
|
}
|
|
3275
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3276
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3277
|
-
/* stylelint-disable */
|
|
3278
|
-
}
|
|
3279
3150
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3280
3151
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3281
3152
|
margin-left: 0;
|
|
@@ -3364,7 +3235,6 @@
|
|
|
3364
3235
|
}
|
|
3365
3236
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3366
3237
|
border: 0;
|
|
3367
|
-
/* stylelint-enable */
|
|
3368
3238
|
}
|
|
3369
3239
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3370
3240
|
margin: 0 0 0 6px;
|
|
@@ -3393,8 +3263,6 @@
|
|
|
3393
3263
|
overflow: auto;
|
|
3394
3264
|
padding: 20px;
|
|
3395
3265
|
padding-bottom: 0;
|
|
3396
|
-
/* stylelint-disable */
|
|
3397
|
-
/* stylelint-enable */
|
|
3398
3266
|
}
|
|
3399
3267
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3400
3268
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3433,9 +3301,6 @@
|
|
|
3433
3301
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3434
3302
|
float: right;
|
|
3435
3303
|
}
|
|
3436
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3437
|
-
/* stylelint-disable */
|
|
3438
|
-
}
|
|
3439
3304
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3440
3305
|
margin-left: 0;
|
|
3441
3306
|
}
|
|
@@ -3573,7 +3438,6 @@
|
|
|
3573
3438
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3574
3439
|
overflow: hidden;
|
|
3575
3440
|
padding: 0 !important;
|
|
3576
|
-
/* stylelint-enable */
|
|
3577
3441
|
}
|
|
3578
3442
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3579
3443
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3643,11 +3507,6 @@
|
|
|
3643
3507
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3644
3508
|
padding-right: 0;
|
|
3645
3509
|
}
|
|
3646
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3647
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3648
|
-
/* stylelint-disable */
|
|
3649
|
-
/* stylelint-enable */
|
|
3650
|
-
}
|
|
3651
3510
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3652
3511
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3653
3512
|
padding-left: 24px;
|
|
@@ -3700,7 +3559,6 @@
|
|
|
3700
3559
|
padding: 4px;
|
|
3701
3560
|
}
|
|
3702
3561
|
|
|
3703
|
-
/* stylelint-disable */
|
|
3704
3562
|
.e-button-drag-clone {
|
|
3705
3563
|
background-color: rgba(0, 0, 0, 0.7) !important;
|
|
3706
3564
|
border: 1px solid #dee2e6;
|
|
@@ -3738,12 +3596,6 @@
|
|
|
3738
3596
|
width: auto !important;
|
|
3739
3597
|
}
|
|
3740
3598
|
|
|
3741
|
-
/* stylelint-enable */
|
|
3742
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3743
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3744
|
-
/* stylelint-disable */
|
|
3745
|
-
/* stylelint-enable */
|
|
3746
|
-
}
|
|
3747
3599
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3748
3600
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3749
3601
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3816,10 +3668,6 @@
|
|
|
3816
3668
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3817
3669
|
margin-left: 10px;
|
|
3818
3670
|
}
|
|
3819
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3820
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3821
|
-
/* stylelint-disable */
|
|
3822
|
-
}
|
|
3823
3671
|
.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,
|
|
3824
3672
|
.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 {
|
|
3825
3673
|
margin: 0 0 0 6px;
|
|
@@ -3968,7 +3816,6 @@
|
|
|
3968
3816
|
background-color: #999;
|
|
3969
3817
|
}
|
|
3970
3818
|
|
|
3971
|
-
/* stylelint-disable */
|
|
3972
3819
|
*.e-rtl .e-select-table {
|
|
3973
3820
|
padding: 8px 5px;
|
|
3974
3821
|
}
|
|
@@ -4007,8 +3854,6 @@
|
|
|
4007
3854
|
font-size: 14px;
|
|
4008
3855
|
max-width: 700px;
|
|
4009
3856
|
min-width: 300px;
|
|
4010
|
-
/* stylelint-enable */
|
|
4011
|
-
/* stylelint-enable */
|
|
4012
3857
|
}
|
|
4013
3858
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4014
3859
|
display: -ms-flexbox;
|
|
@@ -4129,8 +3974,6 @@
|
|
|
4129
3974
|
display: -ms-flexbox;
|
|
4130
3975
|
display: flex;
|
|
4131
3976
|
padding-right: 8px;
|
|
4132
|
-
/* stylelint-disable */
|
|
4133
|
-
/* stylelint-enable */
|
|
4134
3977
|
}
|
|
4135
3978
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4136
3979
|
-ms-flex: auto;
|
|
@@ -4142,9 +3985,7 @@
|
|
|
4142
3985
|
color: #555;
|
|
4143
3986
|
cursor: pointer;
|
|
4144
3987
|
font-size: 14px;
|
|
4145
|
-
/* stylelint-disable */
|
|
4146
3988
|
height: 20px !important;
|
|
4147
|
-
/* stylelint-enable */
|
|
4148
3989
|
padding: 7px 0 0 8px;
|
|
4149
3990
|
width: 20px;
|
|
4150
3991
|
}
|
|
@@ -4177,13 +4018,9 @@
|
|
|
4177
4018
|
}
|
|
4178
4019
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4179
4020
|
overflow: hidden;
|
|
4180
|
-
/* stylelint-disable */
|
|
4181
|
-
/* stylelint-enable */
|
|
4182
4021
|
}
|
|
4183
4022
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4184
4023
|
margin-left: -40px;
|
|
4185
|
-
/* stylelint-disable */
|
|
4186
|
-
/* stylelint-enable */
|
|
4187
4024
|
}
|
|
4188
4025
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4189
4026
|
cursor: default;
|
|
@@ -4693,8 +4530,6 @@
|
|
|
4693
4530
|
}
|
|
4694
4531
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4695
4532
|
height: 369px;
|
|
4696
|
-
/* stylelint-disable */
|
|
4697
|
-
/* stylelint-enable */
|
|
4698
4533
|
}
|
|
4699
4534
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4700
4535
|
height: 394px !important;
|
|
@@ -4718,7 +4553,6 @@
|
|
|
4718
4553
|
display: -ms-flexbox;
|
|
4719
4554
|
display: flex;
|
|
4720
4555
|
padding: 10px 20px;
|
|
4721
|
-
/* stylelint-disable */
|
|
4722
4556
|
}
|
|
4723
4557
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4724
4558
|
float: right;
|
|
@@ -4755,8 +4589,6 @@
|
|
|
4755
4589
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4756
4590
|
margin-left: 0;
|
|
4757
4591
|
margin-right: -40px;
|
|
4758
|
-
/* stylelint-disable */
|
|
4759
|
-
/* stylelint-enable */
|
|
4760
4592
|
}
|
|
4761
4593
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4762
4594
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4788,8 +4620,6 @@
|
|
|
4788
4620
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4789
4621
|
padding-left: 8px;
|
|
4790
4622
|
padding-right: 0;
|
|
4791
|
-
/* stylelint-disable */
|
|
4792
|
-
/* stylelint-enable */
|
|
4793
4623
|
}
|
|
4794
4624
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4795
4625
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4871,10 +4701,8 @@
|
|
|
4871
4701
|
}
|
|
4872
4702
|
.e-pivotfieldlist-container.e-device {
|
|
4873
4703
|
height: 100%;
|
|
4874
|
-
/* stylelint-disable */
|
|
4875
4704
|
max-height: 100% !important;
|
|
4876
4705
|
max-width: 100% !important;
|
|
4877
|
-
/* stylelint-enable */
|
|
4878
4706
|
min-height: 500px;
|
|
4879
4707
|
width: 100%;
|
|
4880
4708
|
}
|
|
@@ -4979,8 +4807,6 @@
|
|
|
4979
4807
|
padding: 9px 16px;
|
|
4980
4808
|
text-transform: none;
|
|
4981
4809
|
width: 100%;
|
|
4982
|
-
/* stylelint-disable */
|
|
4983
|
-
/* stylelint-enable */
|
|
4984
4810
|
}
|
|
4985
4811
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4986
4812
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5171,10 +4997,6 @@
|
|
|
5171
4997
|
vertical-align: middle;
|
|
5172
4998
|
width: 70%;
|
|
5173
4999
|
}
|
|
5174
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5175
|
-
/* stylelint-disable */
|
|
5176
|
-
/* stylelint-enable */
|
|
5177
|
-
}
|
|
5178
5000
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5179
5001
|
background-color: #fff;
|
|
5180
5002
|
border: 1px solid #ced4da;
|
|
@@ -5222,10 +5044,6 @@
|
|
|
5222
5044
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5223
5045
|
margin-right: 12px;
|
|
5224
5046
|
}
|
|
5225
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5226
|
-
/* stylelint-disable */
|
|
5227
|
-
/* stylelint-enable */
|
|
5228
|
-
}
|
|
5229
5047
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5230
5048
|
left: 16px;
|
|
5231
5049
|
right: auto;
|
|
@@ -5375,10 +5193,6 @@
|
|
|
5375
5193
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5376
5194
|
max-height: 600px;
|
|
5377
5195
|
}
|
|
5378
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5379
|
-
/* stylelint-disable */
|
|
5380
|
-
/* stylelint-enable */
|
|
5381
|
-
}
|
|
5382
5196
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5383
5197
|
margin-left: 12px;
|
|
5384
5198
|
margin-right: 0;
|
|
@@ -5399,11 +5213,6 @@
|
|
|
5399
5213
|
margin-left: 20px;
|
|
5400
5214
|
}
|
|
5401
5215
|
|
|
5402
|
-
/* stylelint-disable */
|
|
5403
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5404
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5405
|
-
/* stylelint-enable */
|
|
5406
|
-
}
|
|
5407
5216
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5408
5217
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5409
5218
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5568,7 +5377,6 @@
|
|
|
5568
5377
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5569
5378
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5570
5379
|
height: 126px;
|
|
5571
|
-
/* stylelint-disable */
|
|
5572
5380
|
}
|
|
5573
5381
|
.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,
|
|
5574
5382
|
.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,
|
|
@@ -5581,7 +5389,6 @@
|
|
|
5581
5389
|
font-size: 16px;
|
|
5582
5390
|
height: 36px !important;
|
|
5583
5391
|
padding: 9px 12px !important;
|
|
5584
|
-
/* stylelint-enable */
|
|
5585
5392
|
}
|
|
5586
5393
|
.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,
|
|
5587
5394
|
.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,
|
|
@@ -5716,10 +5523,6 @@
|
|
|
5716
5523
|
.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 {
|
|
5717
5524
|
padding-top: 9px;
|
|
5718
5525
|
}
|
|
5719
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5720
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5721
|
-
/* stylelint-disable */
|
|
5722
|
-
}
|
|
5723
5526
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5724
5527
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5725
5528
|
padding-left: 16px;
|
|
@@ -5732,7 +5535,6 @@
|
|
|
5732
5535
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5733
5536
|
padding-left: 0;
|
|
5734
5537
|
padding-right: 5px;
|
|
5735
|
-
/* stylelint-enable */
|
|
5736
5538
|
}
|
|
5737
5539
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5738
5540
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5771,8 +5573,6 @@
|
|
|
5771
5573
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5772
5574
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5773
5575
|
padding-left: 12px;
|
|
5774
|
-
/* stylelint-disable */
|
|
5775
|
-
/* stylelint-enable */
|
|
5776
5576
|
}
|
|
5777
5577
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5778
5578
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5840,10 +5640,6 @@
|
|
|
5840
5640
|
padding-left: 0;
|
|
5841
5641
|
padding-right: 8px;
|
|
5842
5642
|
}
|
|
5843
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5844
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5845
|
-
/* stylelint-disable */
|
|
5846
|
-
}
|
|
5847
5643
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5848
5644
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5849
5645
|
max-height: 750px;
|
|
@@ -5880,6 +5676,4 @@
|
|
|
5880
5676
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5881
5677
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5882
5678
|
max-height: 177px;
|
|
5883
|
-
}
|
|
5884
|
-
|
|
5885
|
-
/* stylelint-enable */
|
|
5679
|
+
}
|