@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/bootstrap5.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;
|
|
@@ -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 .e-sort-ascend-icon,
|
|
258
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -344,7 +336,6 @@
|
|
|
344
336
|
}
|
|
345
337
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
346
338
|
border: none;
|
|
347
|
-
/* stylelint-enable */
|
|
348
339
|
}
|
|
349
340
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
350
341
|
margin: 0 0 0 6px;
|
|
@@ -589,16 +580,13 @@
|
|
|
589
580
|
}
|
|
590
581
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
591
582
|
margin-left: 18px !important;
|
|
592
|
-
/* stylelint-enable */
|
|
593
583
|
}
|
|
594
584
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
595
|
-
/* stylelint-disable */
|
|
596
585
|
padding: 0 !important;
|
|
597
586
|
}
|
|
598
587
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
599
588
|
float: left;
|
|
600
589
|
font-weight: 500;
|
|
601
|
-
/* stylelint-enable */
|
|
602
590
|
}
|
|
603
591
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
604
592
|
float: right;
|
|
@@ -627,7 +615,6 @@
|
|
|
627
615
|
}
|
|
628
616
|
|
|
629
617
|
.e-pivotview-report-dialog {
|
|
630
|
-
/* stylelint-disable */
|
|
631
618
|
max-width: 350px !important;
|
|
632
619
|
}
|
|
633
620
|
|
|
@@ -647,7 +634,6 @@
|
|
|
647
634
|
max-width: 500px !important;
|
|
648
635
|
}
|
|
649
636
|
|
|
650
|
-
/* stylelint-enable */
|
|
651
637
|
.e-report-outer {
|
|
652
638
|
display: inline-block;
|
|
653
639
|
width: 100%;
|
|
@@ -660,7 +646,6 @@
|
|
|
660
646
|
padding-left: 12px;
|
|
661
647
|
}
|
|
662
648
|
|
|
663
|
-
/* stylelint-disable */
|
|
664
649
|
.e-pivotview-report-input {
|
|
665
650
|
float: right;
|
|
666
651
|
width: 60% !important;
|
|
@@ -682,16 +667,11 @@
|
|
|
682
667
|
font-size: 18px !important;
|
|
683
668
|
}
|
|
684
669
|
|
|
685
|
-
/* stylelint-enable */
|
|
686
670
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
687
671
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
688
672
|
white-space: nowrap;
|
|
689
673
|
}
|
|
690
674
|
|
|
691
|
-
.e-drillthrough-dialog {
|
|
692
|
-
/* stylelint-disable */
|
|
693
|
-
/* stylelint-enable */
|
|
694
|
-
}
|
|
695
675
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
696
676
|
margin-bottom: 20px;
|
|
697
677
|
margin-bottom: 18px;
|
|
@@ -713,13 +693,6 @@
|
|
|
713
693
|
flex-wrap: wrap;
|
|
714
694
|
}
|
|
715
695
|
|
|
716
|
-
.e-bigger .e-pivotview,
|
|
717
|
-
.e-bigger.e-pivotview {
|
|
718
|
-
/* stylelint-disable */
|
|
719
|
-
/* stylelint-enable */
|
|
720
|
-
/* stylelint-disable */
|
|
721
|
-
/* stylelint-enable */
|
|
722
|
-
}
|
|
723
696
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
724
697
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
725
698
|
height: 139px;
|
|
@@ -874,18 +847,6 @@
|
|
|
874
847
|
}
|
|
875
848
|
|
|
876
849
|
/*! PivotView theme */
|
|
877
|
-
.e-pivotview {
|
|
878
|
-
/* stylelint-enable */
|
|
879
|
-
/* stylelint-disable */
|
|
880
|
-
/* stylelint-enable */
|
|
881
|
-
/* stylelint-disable */
|
|
882
|
-
/* stylelint-enable */
|
|
883
|
-
/* stylelint-disable */
|
|
884
|
-
/* stylelint-enable */
|
|
885
|
-
/* stylelint-disable */
|
|
886
|
-
/* stylelint-enable */
|
|
887
|
-
/* stylelint-enable */
|
|
888
|
-
}
|
|
889
850
|
.e-pivotview .e-nextspan {
|
|
890
851
|
display: inline-block;
|
|
891
852
|
width: 18px;
|
|
@@ -906,7 +867,6 @@
|
|
|
906
867
|
text-align: right;
|
|
907
868
|
}
|
|
908
869
|
.e-pivotview .e-grid .e-rowcell {
|
|
909
|
-
/* stylelint-disable */
|
|
910
870
|
font-size: 14px !important;
|
|
911
871
|
padding-left: 8px;
|
|
912
872
|
-webkit-user-select: none;
|
|
@@ -1122,18 +1082,12 @@
|
|
|
1122
1082
|
}
|
|
1123
1083
|
.e-pivotview .e-rowcell {
|
|
1124
1084
|
opacity: 1;
|
|
1125
|
-
/* stylelint-disable */
|
|
1126
|
-
/* stylelint-enable */
|
|
1127
1085
|
}
|
|
1128
1086
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1129
1087
|
-webkit-user-select: none;
|
|
1130
1088
|
-ms-user-select: none;
|
|
1131
1089
|
user-select: none;
|
|
1132
1090
|
}
|
|
1133
|
-
.e-pivotview .e-grouping-bar {
|
|
1134
|
-
/* stylelint-disable */
|
|
1135
|
-
/* stylelint-enable */
|
|
1136
|
-
}
|
|
1137
1091
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1138
1092
|
-ms-flex: auto;
|
|
1139
1093
|
flex: auto;
|
|
@@ -1294,9 +1248,7 @@
|
|
|
1294
1248
|
border: 1px solid #dee2e6;
|
|
1295
1249
|
border-radius: 4px;
|
|
1296
1250
|
box-shadow: none;
|
|
1297
|
-
/* stylelint-disable */
|
|
1298
1251
|
color: #343a40 !important;
|
|
1299
|
-
/* stylelint-enable */
|
|
1300
1252
|
cursor: default;
|
|
1301
1253
|
display: -ms-flexbox;
|
|
1302
1254
|
display: flex;
|
|
@@ -1307,8 +1259,6 @@
|
|
|
1307
1259
|
text-transform: none;
|
|
1308
1260
|
vertical-align: bottom;
|
|
1309
1261
|
z-index: 1;
|
|
1310
|
-
/* stylelint-disable */
|
|
1311
|
-
/* stylelint-enable */
|
|
1312
1262
|
}
|
|
1313
1263
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1314
1264
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1649,12 +1599,6 @@
|
|
|
1649
1599
|
.e-pivotview .e-expand::before {
|
|
1650
1600
|
font-size: 20px;
|
|
1651
1601
|
}
|
|
1652
|
-
.e-pivotview.e-rtl {
|
|
1653
|
-
/* stylelint-disable */
|
|
1654
|
-
/* stylelint-enable */
|
|
1655
|
-
/* stylelint-disable */
|
|
1656
|
-
/* stylelint-enable */
|
|
1657
|
-
}
|
|
1658
1602
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1659
1603
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1660
1604
|
margin-left: 0;
|
|
@@ -1726,10 +1670,8 @@
|
|
|
1726
1670
|
padding-right: 8px;
|
|
1727
1671
|
}
|
|
1728
1672
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1729
|
-
/* stylelint-disable */
|
|
1730
1673
|
padding-left: 8px;
|
|
1731
1674
|
padding-right: 0;
|
|
1732
|
-
/* stylelint-enable */
|
|
1733
1675
|
}
|
|
1734
1676
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1735
1677
|
margin-left: 4px;
|
|
@@ -1752,9 +1694,6 @@
|
|
|
1752
1694
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1753
1695
|
float: left;
|
|
1754
1696
|
}
|
|
1755
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1756
|
-
/* stylelint-disable */
|
|
1757
|
-
}
|
|
1758
1697
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1759
1698
|
line-height: 1em !important;
|
|
1760
1699
|
}
|
|
@@ -1832,13 +1771,6 @@
|
|
|
1832
1771
|
margin-right: 5px;
|
|
1833
1772
|
}
|
|
1834
1773
|
|
|
1835
|
-
.e-bigger .e-pivotview,
|
|
1836
|
-
.e-bigger.e-pivotview {
|
|
1837
|
-
/* stylelint-disable */
|
|
1838
|
-
/* stylelint-enable */
|
|
1839
|
-
/* stylelint-disable */
|
|
1840
|
-
/* stylelint-enable */
|
|
1841
|
-
}
|
|
1842
1774
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1843
1775
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1844
1776
|
margin: 4px;
|
|
@@ -1901,10 +1833,6 @@
|
|
|
1901
1833
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1902
1834
|
margin-top: 0;
|
|
1903
1835
|
}
|
|
1904
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1905
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1906
|
-
/* stylelint-enable */
|
|
1907
|
-
}
|
|
1908
1836
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1909
1837
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1910
1838
|
height: 36px !important;
|
|
@@ -1945,7 +1873,6 @@
|
|
|
1945
1873
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1946
1874
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1947
1875
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1948
|
-
/* stylelint-disable */
|
|
1949
1876
|
font-size: 14px !important;
|
|
1950
1877
|
height: 20px;
|
|
1951
1878
|
margin-top: 2px;
|
|
@@ -2076,15 +2003,8 @@
|
|
|
2076
2003
|
}
|
|
2077
2004
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2078
2005
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2079
|
-
/* stylelint-disable */
|
|
2080
2006
|
font-size: 16px !important;
|
|
2081
2007
|
}
|
|
2082
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2083
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2084
|
-
/* stylelint-enable */
|
|
2085
|
-
/* stylelint-disable */
|
|
2086
|
-
/* stylelint-enable */
|
|
2087
|
-
}
|
|
2088
2008
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2089
2009
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2090
2010
|
padding-right: 10px !important;
|
|
@@ -2163,10 +2083,6 @@
|
|
|
2163
2083
|
content: "\e774";
|
|
2164
2084
|
}
|
|
2165
2085
|
|
|
2166
|
-
.e-pivot-calc-dialog-div {
|
|
2167
|
-
/* stylelint-disable */
|
|
2168
|
-
/* stylelint-enable */
|
|
2169
|
-
}
|
|
2170
2086
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2171
2087
|
content: "\e726";
|
|
2172
2088
|
}
|
|
@@ -2265,11 +2181,6 @@
|
|
|
2265
2181
|
content: "\e7d8" !important;
|
|
2266
2182
|
}
|
|
2267
2183
|
|
|
2268
|
-
.e-pivotfieldlist-wrapper,
|
|
2269
|
-
.e-pivotfieldlist-container {
|
|
2270
|
-
/* stylelint-disable */
|
|
2271
|
-
/* stylelint-enable */
|
|
2272
|
-
}
|
|
2273
2184
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2274
2185
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2275
2186
|
content: "\e773";
|
|
@@ -2464,10 +2375,8 @@
|
|
|
2464
2375
|
}
|
|
2465
2376
|
|
|
2466
2377
|
.e-pivot-formatting-dialog {
|
|
2467
|
-
/* stylelint-disable */
|
|
2468
2378
|
max-height: 480px !important;
|
|
2469
2379
|
width: 628px !important;
|
|
2470
|
-
/* stylelint-enable */
|
|
2471
2380
|
}
|
|
2472
2381
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2473
2382
|
padding-bottom: 4px;
|
|
@@ -2516,9 +2425,7 @@
|
|
|
2516
2425
|
float: right;
|
|
2517
2426
|
padding-right: 12px;
|
|
2518
2427
|
padding-top: 12px;
|
|
2519
|
-
/* stylelint-disable */
|
|
2520
2428
|
color: #212529 !important;
|
|
2521
|
-
/* stylelint-enable */
|
|
2522
2429
|
}
|
|
2523
2430
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
2524
2431
|
.e-pivot-formatting-dialog .e-format-delete-button:focus,
|
|
@@ -2546,9 +2453,7 @@
|
|
|
2546
2453
|
border: 1px solid #dee2e6;
|
|
2547
2454
|
border-radius: 4px;
|
|
2548
2455
|
height: 28px;
|
|
2549
|
-
/* stylelint-disable */
|
|
2550
2456
|
margin: 0 !important;
|
|
2551
|
-
/* stylelint-enable */
|
|
2552
2457
|
padding-left: 6px;
|
|
2553
2458
|
padding-top: 6px;
|
|
2554
2459
|
width: 80px;
|
|
@@ -2557,9 +2462,7 @@
|
|
|
2557
2462
|
background: none;
|
|
2558
2463
|
margin: 0 2px;
|
|
2559
2464
|
width: 14px;
|
|
2560
|
-
/* stylelint-disable */
|
|
2561
2465
|
color: #212529 !important;
|
|
2562
|
-
/* stylelint-enable */
|
|
2563
2466
|
}
|
|
2564
2467
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2565
2468
|
color: #6c757d !important;
|
|
@@ -2575,9 +2478,7 @@
|
|
|
2575
2478
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2576
2479
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2577
2480
|
border: 1px solid #dee2e6;
|
|
2578
|
-
/* stylelint-disable */
|
|
2579
2481
|
border-radius: 0 !important;
|
|
2580
|
-
/* stylelint-enable */
|
|
2581
2482
|
height: 40%;
|
|
2582
2483
|
left: -3px;
|
|
2583
2484
|
position: absolute;
|
|
@@ -2585,10 +2486,8 @@
|
|
|
2585
2486
|
width: 150%;
|
|
2586
2487
|
}
|
|
2587
2488
|
.e-pivot-formatting-dialog.e-device {
|
|
2588
|
-
/* stylelint-disable */
|
|
2589
2489
|
min-width: 320px !important;
|
|
2590
2490
|
width: 100% !important;
|
|
2591
|
-
/* stylelint-enable */
|
|
2592
2491
|
}
|
|
2593
2492
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2594
2493
|
width: 100% !important;
|
|
@@ -2637,11 +2536,7 @@
|
|
|
2637
2536
|
|
|
2638
2537
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2639
2538
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2640
|
-
/* stylelint-disable */
|
|
2641
2539
|
width: 680px !important;
|
|
2642
|
-
/* stylelint-enable */
|
|
2643
|
-
/* stylelint-disable */
|
|
2644
|
-
/* stylelint-enable */
|
|
2645
2540
|
}
|
|
2646
2541
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2647
2542
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2681,10 +2576,8 @@
|
|
|
2681
2576
|
}
|
|
2682
2577
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2683
2578
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2684
|
-
/* stylelint-disable */
|
|
2685
2579
|
min-width: 320px !important;
|
|
2686
2580
|
width: 100% !important;
|
|
2687
|
-
/* stylelint-enable */
|
|
2688
2581
|
}
|
|
2689
2582
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2690
2583
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2703,14 +2596,8 @@
|
|
|
2703
2596
|
}
|
|
2704
2597
|
|
|
2705
2598
|
.e-pivot-calc-dialog-div {
|
|
2706
|
-
/* stylelint-disable */
|
|
2707
2599
|
max-height: 550px !important;
|
|
2708
|
-
/* stylelint-enable */
|
|
2709
2600
|
min-width: 290px;
|
|
2710
|
-
/* stylelint-disable */
|
|
2711
|
-
/* stylelint-enable */
|
|
2712
|
-
/* stylelint-disable */
|
|
2713
|
-
/* stylelint-enable */
|
|
2714
2601
|
}
|
|
2715
2602
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2716
2603
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2755,11 +2642,9 @@
|
|
|
2755
2642
|
color: #6c757d;
|
|
2756
2643
|
}
|
|
2757
2644
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2758
|
-
/* stylelint-disable */
|
|
2759
2645
|
float: right !important;
|
|
2760
2646
|
margin: 0;
|
|
2761
2647
|
margin-right: 12px !important;
|
|
2762
|
-
/* stylelint-enable */
|
|
2763
2648
|
}
|
|
2764
2649
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2765
2650
|
cursor: default;
|
|
@@ -2919,7 +2804,7 @@
|
|
|
2919
2804
|
display: inline-block;
|
|
2920
2805
|
height: 460px;
|
|
2921
2806
|
overflow: auto;
|
|
2922
|
-
width:
|
|
2807
|
+
width: 100% !important;
|
|
2923
2808
|
}
|
|
2924
2809
|
.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 {
|
|
2925
2810
|
display: inline-table;
|
|
@@ -3047,11 +2932,8 @@
|
|
|
3047
2932
|
|
|
3048
2933
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3049
2934
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3050
|
-
/* stylelint-disable */
|
|
3051
2935
|
max-height: 600px !important;
|
|
3052
2936
|
min-width: 401px !important;
|
|
3053
|
-
/* stylelint-enable */
|
|
3054
|
-
/* stylelint-disable */
|
|
3055
2937
|
}
|
|
3056
2938
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3057
2939
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3136,9 +3018,6 @@
|
|
|
3136
3018
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3137
3019
|
max-width: 400px !important;
|
|
3138
3020
|
min-width: 320px !important;
|
|
3139
|
-
/* stylelint-enable */
|
|
3140
|
-
/* stylelint-disable */
|
|
3141
|
-
/* stylelint-enable */
|
|
3142
3021
|
}
|
|
3143
3022
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3144
3023
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3176,10 +3055,8 @@
|
|
|
3176
3055
|
}
|
|
3177
3056
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3178
3057
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3179
|
-
/* stylelint-disable */
|
|
3180
3058
|
margin-left: -22px;
|
|
3181
3059
|
overflow: auto !important;
|
|
3182
|
-
/* stylelint-enable */
|
|
3183
3060
|
}
|
|
3184
3061
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3185
3062
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3198,10 +3075,6 @@
|
|
|
3198
3075
|
margin-left: 0;
|
|
3199
3076
|
margin-right: -22px;
|
|
3200
3077
|
}
|
|
3201
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3202
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3203
|
-
/* stylelint-disable */
|
|
3204
|
-
}
|
|
3205
3078
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3206
3079
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3207
3080
|
margin-left: 0;
|
|
@@ -3263,7 +3136,6 @@
|
|
|
3263
3136
|
}
|
|
3264
3137
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3265
3138
|
border: 0;
|
|
3266
|
-
/* stylelint-enable */
|
|
3267
3139
|
}
|
|
3268
3140
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3269
3141
|
margin: 0 0 0 6px;
|
|
@@ -3292,8 +3164,6 @@
|
|
|
3292
3164
|
overflow: auto;
|
|
3293
3165
|
padding: 20px;
|
|
3294
3166
|
padding-bottom: 0;
|
|
3295
|
-
/* stylelint-disable */
|
|
3296
|
-
/* stylelint-enable */
|
|
3297
3167
|
}
|
|
3298
3168
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3299
3169
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3332,9 +3202,6 @@
|
|
|
3332
3202
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3333
3203
|
float: right;
|
|
3334
3204
|
}
|
|
3335
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3336
|
-
/* stylelint-disable */
|
|
3337
|
-
}
|
|
3338
3205
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3339
3206
|
margin-left: 0;
|
|
3340
3207
|
}
|
|
@@ -3472,7 +3339,6 @@
|
|
|
3472
3339
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3473
3340
|
overflow: hidden;
|
|
3474
3341
|
padding: 0 !important;
|
|
3475
|
-
/* stylelint-enable */
|
|
3476
3342
|
}
|
|
3477
3343
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3478
3344
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3544,11 +3410,6 @@
|
|
|
3544
3410
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3545
3411
|
padding-right: 0;
|
|
3546
3412
|
}
|
|
3547
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3548
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3549
|
-
/* stylelint-disable */
|
|
3550
|
-
/* stylelint-enable */
|
|
3551
|
-
}
|
|
3552
3413
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3553
3414
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3554
3415
|
padding-left: 24px;
|
|
@@ -3598,7 +3459,6 @@
|
|
|
3598
3459
|
padding: 4px;
|
|
3599
3460
|
}
|
|
3600
3461
|
|
|
3601
|
-
/* stylelint-disable */
|
|
3602
3462
|
.e-button-drag-clone {
|
|
3603
3463
|
background-color: #dee2e6 !important;
|
|
3604
3464
|
border: 1px solid #dee2e6;
|
|
@@ -3638,12 +3498,6 @@
|
|
|
3638
3498
|
width: auto !important;
|
|
3639
3499
|
}
|
|
3640
3500
|
|
|
3641
|
-
/* stylelint-enable */
|
|
3642
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3643
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3644
|
-
/* stylelint-disable */
|
|
3645
|
-
/* stylelint-enable */
|
|
3646
|
-
}
|
|
3647
3501
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3648
3502
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3649
3503
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3708,10 +3562,6 @@
|
|
|
3708
3562
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3709
3563
|
margin-left: 10px;
|
|
3710
3564
|
}
|
|
3711
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3712
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3713
|
-
/* stylelint-disable */
|
|
3714
|
-
}
|
|
3715
3565
|
.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,
|
|
3716
3566
|
.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 {
|
|
3717
3567
|
margin: 0 0 0 6px;
|
|
@@ -3860,7 +3710,6 @@
|
|
|
3860
3710
|
background-color: #dee2e6;
|
|
3861
3711
|
}
|
|
3862
3712
|
|
|
3863
|
-
/* stylelint-disable */
|
|
3864
3713
|
*.e-rtl .e-select-table {
|
|
3865
3714
|
padding: 8px 5px;
|
|
3866
3715
|
}
|
|
@@ -3899,8 +3748,6 @@
|
|
|
3899
3748
|
font-size: 14px;
|
|
3900
3749
|
max-width: 700px;
|
|
3901
3750
|
min-width: 300px;
|
|
3902
|
-
/* stylelint-enable */
|
|
3903
|
-
/* stylelint-enable */
|
|
3904
3751
|
}
|
|
3905
3752
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3906
3753
|
display: -ms-flexbox;
|
|
@@ -4026,8 +3873,6 @@
|
|
|
4026
3873
|
display: -ms-flexbox;
|
|
4027
3874
|
display: flex;
|
|
4028
3875
|
padding-right: 18px;
|
|
4029
|
-
/* stylelint-disable */
|
|
4030
|
-
/* stylelint-enable */
|
|
4031
3876
|
}
|
|
4032
3877
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4033
3878
|
-ms-flex: auto;
|
|
@@ -4039,9 +3884,7 @@
|
|
|
4039
3884
|
color: #495057;
|
|
4040
3885
|
cursor: pointer;
|
|
4041
3886
|
font-size: 14px;
|
|
4042
|
-
/* stylelint-disable */
|
|
4043
3887
|
height: 20px !important;
|
|
4044
|
-
/* stylelint-enable */
|
|
4045
3888
|
padding: 6px 0 0 4px;
|
|
4046
3889
|
width: 20px;
|
|
4047
3890
|
}
|
|
@@ -4074,13 +3917,9 @@
|
|
|
4074
3917
|
}
|
|
4075
3918
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4076
3919
|
overflow: hidden;
|
|
4077
|
-
/* stylelint-disable */
|
|
4078
|
-
/* stylelint-enable */
|
|
4079
3920
|
}
|
|
4080
3921
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4081
3922
|
margin-left: -30px;
|
|
4082
|
-
/* stylelint-disable */
|
|
4083
|
-
/* stylelint-enable */
|
|
4084
3923
|
}
|
|
4085
3924
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4086
3925
|
cursor: default;
|
|
@@ -4593,8 +4432,6 @@
|
|
|
4593
4432
|
}
|
|
4594
4433
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4595
4434
|
height: 369px;
|
|
4596
|
-
/* stylelint-disable */
|
|
4597
|
-
/* stylelint-enable */
|
|
4598
4435
|
}
|
|
4599
4436
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4600
4437
|
height: 392px !important;
|
|
@@ -4618,7 +4455,6 @@
|
|
|
4618
4455
|
display: -ms-flexbox;
|
|
4619
4456
|
display: flex;
|
|
4620
4457
|
padding: 10px 18px;
|
|
4621
|
-
/* stylelint-disable */
|
|
4622
4458
|
}
|
|
4623
4459
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4624
4460
|
float: right;
|
|
@@ -4655,8 +4491,6 @@
|
|
|
4655
4491
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4656
4492
|
margin-left: 0;
|
|
4657
4493
|
margin-right: -30px;
|
|
4658
|
-
/* stylelint-disable */
|
|
4659
|
-
/* stylelint-enable */
|
|
4660
4494
|
}
|
|
4661
4495
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4662
4496
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -4687,8 +4521,6 @@
|
|
|
4687
4521
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4688
4522
|
padding-left: 18px;
|
|
4689
4523
|
padding-right: 0;
|
|
4690
|
-
/* stylelint-disable */
|
|
4691
|
-
/* stylelint-enable */
|
|
4692
4524
|
}
|
|
4693
4525
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4694
4526
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4770,10 +4602,8 @@
|
|
|
4770
4602
|
}
|
|
4771
4603
|
.e-pivotfieldlist-container.e-device {
|
|
4772
4604
|
height: 100%;
|
|
4773
|
-
/* stylelint-disable */
|
|
4774
4605
|
max-height: 100% !important;
|
|
4775
4606
|
max-width: 100% !important;
|
|
4776
|
-
/* stylelint-enable */
|
|
4777
4607
|
min-height: 500px;
|
|
4778
4608
|
width: 100%;
|
|
4779
4609
|
}
|
|
@@ -4880,8 +4710,6 @@
|
|
|
4880
4710
|
width: 100%;
|
|
4881
4711
|
background-color: #fff;
|
|
4882
4712
|
color: #212529;
|
|
4883
|
-
/* stylelint-disable */
|
|
4884
|
-
/* stylelint-enable */
|
|
4885
4713
|
}
|
|
4886
4714
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4887
4715
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5075,10 +4903,6 @@
|
|
|
5075
4903
|
width: 70%;
|
|
5076
4904
|
color: #212529;
|
|
5077
4905
|
}
|
|
5078
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5079
|
-
/* stylelint-disable */
|
|
5080
|
-
/* stylelint-enable */
|
|
5081
|
-
}
|
|
5082
4906
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5083
4907
|
background-color: #fff;
|
|
5084
4908
|
border: 1px solid #dee2e6;
|
|
@@ -5126,10 +4950,6 @@
|
|
|
5126
4950
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5127
4951
|
margin-right: 12px;
|
|
5128
4952
|
}
|
|
5129
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5130
|
-
/* stylelint-disable */
|
|
5131
|
-
/* stylelint-enable */
|
|
5132
|
-
}
|
|
5133
4953
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5134
4954
|
left: 16px;
|
|
5135
4955
|
right: auto;
|
|
@@ -5280,10 +5100,6 @@
|
|
|
5280
5100
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5281
5101
|
max-height: 600px;
|
|
5282
5102
|
}
|
|
5283
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5284
|
-
/* stylelint-disable */
|
|
5285
|
-
/* stylelint-enable */
|
|
5286
|
-
}
|
|
5287
5103
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5288
5104
|
margin-left: 12px;
|
|
5289
5105
|
margin-right: 0;
|
|
@@ -5304,11 +5120,6 @@
|
|
|
5304
5120
|
margin-left: 20px;
|
|
5305
5121
|
}
|
|
5306
5122
|
|
|
5307
|
-
/* stylelint-disable */
|
|
5308
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5309
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5310
|
-
/* stylelint-enable */
|
|
5311
|
-
}
|
|
5312
5123
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5313
5124
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5314
5125
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5460,16 +5271,6 @@
|
|
|
5460
5271
|
margin-top: 4px;
|
|
5461
5272
|
padding: 0 12px;
|
|
5462
5273
|
}
|
|
5463
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5464
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5465
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5466
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5467
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5468
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5469
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5470
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5471
|
-
/* stylelint-disable */
|
|
5472
|
-
}
|
|
5473
5274
|
.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,
|
|
5474
5275
|
.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,
|
|
5475
5276
|
.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,
|
|
@@ -5481,7 +5282,6 @@
|
|
|
5481
5282
|
font-size: 14px;
|
|
5482
5283
|
height: 36px !important;
|
|
5483
5284
|
padding: 9px 16px !important;
|
|
5484
|
-
/* stylelint-enable */
|
|
5485
5285
|
}
|
|
5486
5286
|
.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,
|
|
5487
5287
|
.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,
|
|
@@ -5606,10 +5406,6 @@
|
|
|
5606
5406
|
.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 {
|
|
5607
5407
|
padding-top: 7px;
|
|
5608
5408
|
}
|
|
5609
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5610
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5611
|
-
/* stylelint-disable */
|
|
5612
|
-
}
|
|
5613
5409
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5614
5410
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5615
5411
|
padding-left: 12px;
|
|
@@ -5622,7 +5418,6 @@
|
|
|
5622
5418
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5623
5419
|
padding-left: 0;
|
|
5624
5420
|
padding-right: 5px;
|
|
5625
|
-
/* stylelint-enable */
|
|
5626
5421
|
}
|
|
5627
5422
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5628
5423
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5661,8 +5456,6 @@
|
|
|
5661
5456
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5662
5457
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5663
5458
|
padding-left: 20px;
|
|
5664
|
-
/* stylelint-disable */
|
|
5665
|
-
/* stylelint-enable */
|
|
5666
5459
|
}
|
|
5667
5460
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5668
5461
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5730,10 +5523,6 @@
|
|
|
5730
5523
|
padding-left: 0;
|
|
5731
5524
|
padding-right: 4px;
|
|
5732
5525
|
}
|
|
5733
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5734
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5735
|
-
/* stylelint-disable */
|
|
5736
|
-
}
|
|
5737
5526
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5738
5527
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5739
5528
|
max-height: 750px;
|
|
@@ -5770,6 +5559,4 @@
|
|
|
5770
5559
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5771
5560
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5772
5561
|
max-height: 187px;
|
|
5773
|
-
}
|
|
5774
|
-
|
|
5775
|
-
/* stylelint-enable */
|
|
5562
|
+
}
|