@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/fabric.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;
|
|
@@ -249,7 +242,6 @@
|
|
|
249
242
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
250
243
|
box-shadow: none;
|
|
251
244
|
margin-left: 10px;
|
|
252
|
-
/* stylelint-disable */
|
|
253
245
|
}
|
|
254
246
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
255
247
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -341,7 +333,6 @@
|
|
|
341
333
|
}
|
|
342
334
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
343
335
|
border: none;
|
|
344
|
-
/* stylelint-enable */
|
|
345
336
|
}
|
|
346
337
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
347
338
|
margin: 0 0 0 6px;
|
|
@@ -577,16 +568,13 @@
|
|
|
577
568
|
}
|
|
578
569
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
579
570
|
margin-left: 18px !important;
|
|
580
|
-
/* stylelint-enable */
|
|
581
571
|
}
|
|
582
572
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
583
|
-
/* stylelint-disable */
|
|
584
573
|
padding: 0 !important;
|
|
585
574
|
}
|
|
586
575
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
587
576
|
float: left;
|
|
588
577
|
font-weight: 500;
|
|
589
|
-
/* stylelint-enable */
|
|
590
578
|
}
|
|
591
579
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
592
580
|
float: right;
|
|
@@ -615,7 +603,6 @@
|
|
|
615
603
|
}
|
|
616
604
|
|
|
617
605
|
.e-pivotview-report-dialog {
|
|
618
|
-
/* stylelint-disable */
|
|
619
606
|
max-width: 350px !important;
|
|
620
607
|
}
|
|
621
608
|
|
|
@@ -635,7 +622,6 @@
|
|
|
635
622
|
max-width: 500px !important;
|
|
636
623
|
}
|
|
637
624
|
|
|
638
|
-
/* stylelint-enable */
|
|
639
625
|
.e-report-outer {
|
|
640
626
|
display: inline-block;
|
|
641
627
|
width: 100%;
|
|
@@ -647,7 +633,6 @@
|
|
|
647
633
|
width: 40%;
|
|
648
634
|
}
|
|
649
635
|
|
|
650
|
-
/* stylelint-disable */
|
|
651
636
|
.e-pivotview-report-input {
|
|
652
637
|
float: right;
|
|
653
638
|
width: 60% !important;
|
|
@@ -669,16 +654,11 @@
|
|
|
669
654
|
font-size: 18px !important;
|
|
670
655
|
}
|
|
671
656
|
|
|
672
|
-
/* stylelint-enable */
|
|
673
657
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
674
658
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
675
659
|
white-space: nowrap;
|
|
676
660
|
}
|
|
677
661
|
|
|
678
|
-
.e-drillthrough-dialog {
|
|
679
|
-
/* stylelint-disable */
|
|
680
|
-
/* stylelint-enable */
|
|
681
|
-
}
|
|
682
662
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
683
663
|
margin-bottom: 20px;
|
|
684
664
|
}
|
|
@@ -699,18 +679,9 @@
|
|
|
699
679
|
flex-wrap: wrap;
|
|
700
680
|
}
|
|
701
681
|
|
|
702
|
-
.e-bigger .e-pivotview,
|
|
703
|
-
.e-bigger.e-pivotview {
|
|
704
|
-
/* stylelint-disable */
|
|
705
|
-
/* stylelint-enable */
|
|
706
|
-
/* stylelint-disable */
|
|
707
|
-
/* stylelint-enable */
|
|
708
|
-
}
|
|
709
682
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
710
683
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
711
|
-
/* stylelint-disable */
|
|
712
684
|
height: 48px !important;
|
|
713
|
-
/* stylelint-enable */
|
|
714
685
|
}
|
|
715
686
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
716
687
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -866,18 +837,6 @@
|
|
|
866
837
|
}
|
|
867
838
|
|
|
868
839
|
/*! PivotView theme */
|
|
869
|
-
.e-pivotview {
|
|
870
|
-
/* stylelint-enable */
|
|
871
|
-
/* stylelint-disable */
|
|
872
|
-
/* stylelint-enable */
|
|
873
|
-
/* stylelint-disable */
|
|
874
|
-
/* stylelint-enable */
|
|
875
|
-
/* stylelint-disable */
|
|
876
|
-
/* stylelint-enable */
|
|
877
|
-
/* stylelint-disable */
|
|
878
|
-
/* stylelint-enable */
|
|
879
|
-
/* stylelint-enable */
|
|
880
|
-
}
|
|
881
840
|
.e-pivotview .e-nextspan {
|
|
882
841
|
display: inline-block;
|
|
883
842
|
width: 18px;
|
|
@@ -898,7 +857,6 @@
|
|
|
898
857
|
text-align: right;
|
|
899
858
|
}
|
|
900
859
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
|
-
/* stylelint-disable */
|
|
902
860
|
font-size: 13px !important;
|
|
903
861
|
padding-left: 8px;
|
|
904
862
|
-webkit-user-select: none;
|
|
@@ -1102,18 +1060,12 @@
|
|
|
1102
1060
|
}
|
|
1103
1061
|
.e-pivotview .e-rowcell {
|
|
1104
1062
|
opacity: 1;
|
|
1105
|
-
/* stylelint-disable */
|
|
1106
|
-
/* stylelint-enable */
|
|
1107
1063
|
}
|
|
1108
1064
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1109
1065
|
-webkit-user-select: none;
|
|
1110
1066
|
-ms-user-select: none;
|
|
1111
1067
|
user-select: none;
|
|
1112
1068
|
}
|
|
1113
|
-
.e-pivotview .e-grouping-bar {
|
|
1114
|
-
/* stylelint-disable */
|
|
1115
|
-
/* stylelint-enable */
|
|
1116
|
-
}
|
|
1117
1069
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1118
1070
|
-ms-flex: auto;
|
|
1119
1071
|
flex: auto;
|
|
@@ -1239,9 +1191,7 @@
|
|
|
1239
1191
|
border: 1px solid #dadada;
|
|
1240
1192
|
border-radius: 0;
|
|
1241
1193
|
box-shadow: none;
|
|
1242
|
-
/* stylelint-disable */
|
|
1243
1194
|
color: #333 !important;
|
|
1244
|
-
/* stylelint-enable */
|
|
1245
1195
|
cursor: default;
|
|
1246
1196
|
display: -ms-flexbox;
|
|
1247
1197
|
display: flex;
|
|
@@ -1252,8 +1202,6 @@
|
|
|
1252
1202
|
text-transform: none;
|
|
1253
1203
|
vertical-align: bottom;
|
|
1254
1204
|
z-index: 1;
|
|
1255
|
-
/* stylelint-disable */
|
|
1256
|
-
/* stylelint-enable */
|
|
1257
1205
|
}
|
|
1258
1206
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1259
1207
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1590,12 +1538,6 @@
|
|
|
1590
1538
|
.e-pivotview .e-expand::before {
|
|
1591
1539
|
font-size: 10px;
|
|
1592
1540
|
}
|
|
1593
|
-
.e-pivotview.e-rtl {
|
|
1594
|
-
/* stylelint-disable */
|
|
1595
|
-
/* stylelint-enable */
|
|
1596
|
-
/* stylelint-disable */
|
|
1597
|
-
/* stylelint-enable */
|
|
1598
|
-
}
|
|
1599
1541
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1600
1542
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1601
1543
|
margin-left: 0;
|
|
@@ -1667,10 +1609,8 @@
|
|
|
1667
1609
|
padding-right: 8px;
|
|
1668
1610
|
}
|
|
1669
1611
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1670
|
-
/* stylelint-disable */
|
|
1671
1612
|
padding-left: 8px;
|
|
1672
1613
|
padding-right: 0;
|
|
1673
|
-
/* stylelint-enable */
|
|
1674
1614
|
}
|
|
1675
1615
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1676
1616
|
margin-left: 4px;
|
|
@@ -1693,9 +1633,6 @@
|
|
|
1693
1633
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1694
1634
|
float: left;
|
|
1695
1635
|
}
|
|
1696
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1697
|
-
/* stylelint-disable */
|
|
1698
|
-
}
|
|
1699
1636
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1700
1637
|
line-height: 1em !important;
|
|
1701
1638
|
}
|
|
@@ -1773,13 +1710,6 @@
|
|
|
1773
1710
|
margin-right: 5px;
|
|
1774
1711
|
}
|
|
1775
1712
|
|
|
1776
|
-
.e-bigger .e-pivotview,
|
|
1777
|
-
.e-bigger.e-pivotview {
|
|
1778
|
-
/* stylelint-disable */
|
|
1779
|
-
/* stylelint-enable */
|
|
1780
|
-
/* stylelint-disable */
|
|
1781
|
-
/* stylelint-enable */
|
|
1782
|
-
}
|
|
1783
1713
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1784
1714
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1785
1715
|
margin: 5px;
|
|
@@ -1842,10 +1772,6 @@
|
|
|
1842
1772
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1843
1773
|
margin-top: 7px;
|
|
1844
1774
|
}
|
|
1845
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1846
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1847
|
-
/* stylelint-enable */
|
|
1848
|
-
}
|
|
1849
1775
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1850
1776
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1851
1777
|
height: 36px !important;
|
|
@@ -1886,7 +1812,6 @@
|
|
|
1886
1812
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1887
1813
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1888
1814
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1889
|
-
/* stylelint-disable */
|
|
1890
1815
|
font-size: 14px !important;
|
|
1891
1816
|
height: 20px;
|
|
1892
1817
|
margin-top: 1px;
|
|
@@ -2003,15 +1928,8 @@
|
|
|
2003
1928
|
}
|
|
2004
1929
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2005
1930
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2006
|
-
/* stylelint-disable */
|
|
2007
1931
|
font-size: 13px !important;
|
|
2008
1932
|
}
|
|
2009
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2010
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2011
|
-
/* stylelint-enable */
|
|
2012
|
-
/* stylelint-disable */
|
|
2013
|
-
/* stylelint-enable */
|
|
2014
|
-
}
|
|
2015
1933
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2016
1934
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2017
1935
|
padding-right: 10px !important;
|
|
@@ -2082,10 +2000,6 @@
|
|
|
2082
2000
|
content: "\e614";
|
|
2083
2001
|
}
|
|
2084
2002
|
|
|
2085
|
-
.e-pivot-calc-dialog-div {
|
|
2086
|
-
/* stylelint-disable */
|
|
2087
|
-
/* stylelint-enable */
|
|
2088
|
-
}
|
|
2089
2003
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2090
2004
|
content: "\e330";
|
|
2091
2005
|
}
|
|
@@ -2184,11 +2098,6 @@
|
|
|
2184
2098
|
content: "\e665" !important;
|
|
2185
2099
|
}
|
|
2186
2100
|
|
|
2187
|
-
.e-pivotfieldlist-wrapper,
|
|
2188
|
-
.e-pivotfieldlist-container {
|
|
2189
|
-
/* stylelint-disable */
|
|
2190
|
-
/* stylelint-enable */
|
|
2191
|
-
}
|
|
2192
2101
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2193
2102
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2194
2103
|
content: "\e962";
|
|
@@ -2384,10 +2293,8 @@
|
|
|
2384
2293
|
}
|
|
2385
2294
|
|
|
2386
2295
|
.e-pivot-formatting-dialog {
|
|
2387
|
-
/* stylelint-disable */
|
|
2388
2296
|
max-height: 480px !important;
|
|
2389
2297
|
width: 645px !important;
|
|
2390
|
-
/* stylelint-enable */
|
|
2391
2298
|
}
|
|
2392
2299
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2393
2300
|
padding-bottom: 4px;
|
|
@@ -2462,9 +2369,7 @@
|
|
|
2462
2369
|
border: 1px solid #dadada;
|
|
2463
2370
|
border-radius: 0;
|
|
2464
2371
|
height: 28px;
|
|
2465
|
-
/* stylelint-disable */
|
|
2466
2372
|
margin: 0 !important;
|
|
2467
|
-
/* stylelint-enable */
|
|
2468
2373
|
padding-left: 6px;
|
|
2469
2374
|
padding-top: 6px;
|
|
2470
2375
|
width: 80px;
|
|
@@ -2485,9 +2390,7 @@
|
|
|
2485
2390
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2486
2391
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2487
2392
|
border: 1px solid #dadada;
|
|
2488
|
-
/* stylelint-disable */
|
|
2489
2393
|
border-radius: 0 !important;
|
|
2490
|
-
/* stylelint-enable */
|
|
2491
2394
|
height: 40%;
|
|
2492
2395
|
left: -3px;
|
|
2493
2396
|
position: absolute;
|
|
@@ -2495,10 +2398,8 @@
|
|
|
2495
2398
|
width: 150%;
|
|
2496
2399
|
}
|
|
2497
2400
|
.e-pivot-formatting-dialog.e-device {
|
|
2498
|
-
/* stylelint-disable */
|
|
2499
2401
|
min-width: 320px !important;
|
|
2500
2402
|
width: 100% !important;
|
|
2501
|
-
/* stylelint-enable */
|
|
2502
2403
|
}
|
|
2503
2404
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2504
2405
|
width: 100% !important;
|
|
@@ -2547,11 +2448,7 @@
|
|
|
2547
2448
|
|
|
2548
2449
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2549
2450
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2550
|
-
/* stylelint-disable */
|
|
2551
2451
|
width: 706px !important;
|
|
2552
|
-
/* stylelint-enable */
|
|
2553
|
-
/* stylelint-disable */
|
|
2554
|
-
/* stylelint-enable */
|
|
2555
2452
|
}
|
|
2556
2453
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2557
2454
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2590,10 +2487,8 @@
|
|
|
2590
2487
|
}
|
|
2591
2488
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2592
2489
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2593
|
-
/* stylelint-disable */
|
|
2594
2490
|
min-width: 320px !important;
|
|
2595
2491
|
width: 100% !important;
|
|
2596
|
-
/* stylelint-enable */
|
|
2597
2492
|
}
|
|
2598
2493
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2599
2494
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2612,14 +2507,8 @@
|
|
|
2612
2507
|
}
|
|
2613
2508
|
|
|
2614
2509
|
.e-pivot-calc-dialog-div {
|
|
2615
|
-
/* stylelint-disable */
|
|
2616
2510
|
max-height: 550px !important;
|
|
2617
|
-
/* stylelint-enable */
|
|
2618
2511
|
min-width: 290px;
|
|
2619
|
-
/* stylelint-disable */
|
|
2620
|
-
/* stylelint-enable */
|
|
2621
|
-
/* stylelint-disable */
|
|
2622
|
-
/* stylelint-enable */
|
|
2623
2512
|
}
|
|
2624
2513
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2625
2514
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2664,11 +2553,9 @@
|
|
|
2664
2553
|
}
|
|
2665
2554
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2666
2555
|
color: #333;
|
|
2667
|
-
/* stylelint-disable */
|
|
2668
2556
|
float: right !important;
|
|
2669
2557
|
margin: 0;
|
|
2670
2558
|
margin-right: 12px !important;
|
|
2671
|
-
/* stylelint-enable */
|
|
2672
2559
|
}
|
|
2673
2560
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2674
2561
|
cursor: default;
|
|
@@ -2824,7 +2711,7 @@
|
|
|
2824
2711
|
display: inline-block;
|
|
2825
2712
|
height: 441px;
|
|
2826
2713
|
overflow: auto;
|
|
2827
|
-
width:
|
|
2714
|
+
width: 100% !important;
|
|
2828
2715
|
}
|
|
2829
2716
|
.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 {
|
|
2830
2717
|
display: inline-table;
|
|
@@ -2952,11 +2839,8 @@
|
|
|
2952
2839
|
|
|
2953
2840
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2954
2841
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2955
|
-
/* stylelint-disable */
|
|
2956
2842
|
max-height: 600px !important;
|
|
2957
2843
|
min-width: 401px !important;
|
|
2958
|
-
/* stylelint-enable */
|
|
2959
|
-
/* stylelint-disable */
|
|
2960
2844
|
}
|
|
2961
2845
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2962
2846
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3036,9 +2920,6 @@
|
|
|
3036
2920
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3037
2921
|
max-width: 400px !important;
|
|
3038
2922
|
min-width: 320px !important;
|
|
3039
|
-
/* stylelint-enable */
|
|
3040
|
-
/* stylelint-disable */
|
|
3041
|
-
/* stylelint-enable */
|
|
3042
2923
|
}
|
|
3043
2924
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3044
2925
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3076,10 +2957,8 @@
|
|
|
3076
2957
|
}
|
|
3077
2958
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3078
2959
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3079
|
-
/* stylelint-disable */
|
|
3080
2960
|
margin-left: -35px;
|
|
3081
2961
|
overflow: auto !important;
|
|
3082
|
-
/* stylelint-enable */
|
|
3083
2962
|
}
|
|
3084
2963
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3085
2964
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3098,10 +2977,6 @@
|
|
|
3098
2977
|
margin-left: 0;
|
|
3099
2978
|
margin-right: -35px;
|
|
3100
2979
|
}
|
|
3101
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3102
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3103
|
-
/* stylelint-disable */
|
|
3104
|
-
}
|
|
3105
2980
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3106
2981
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3107
2982
|
margin-left: 0;
|
|
@@ -3163,7 +3038,6 @@
|
|
|
3163
3038
|
}
|
|
3164
3039
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3165
3040
|
border: 0;
|
|
3166
|
-
/* stylelint-enable */
|
|
3167
3041
|
}
|
|
3168
3042
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3169
3043
|
margin: 0 0 0 6px;
|
|
@@ -3191,8 +3065,6 @@
|
|
|
3191
3065
|
overflow: auto;
|
|
3192
3066
|
padding: 20px;
|
|
3193
3067
|
padding-bottom: 0;
|
|
3194
|
-
/* stylelint-disable */
|
|
3195
|
-
/* stylelint-enable */
|
|
3196
3068
|
}
|
|
3197
3069
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3198
3070
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3231,9 +3103,6 @@
|
|
|
3231
3103
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3232
3104
|
float: right;
|
|
3233
3105
|
}
|
|
3234
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3235
|
-
/* stylelint-disable */
|
|
3236
|
-
}
|
|
3237
3106
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3238
3107
|
margin-left: 0;
|
|
3239
3108
|
}
|
|
@@ -3371,7 +3240,6 @@
|
|
|
3371
3240
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3372
3241
|
overflow: hidden;
|
|
3373
3242
|
padding: 0 !important;
|
|
3374
|
-
/* stylelint-enable */
|
|
3375
3243
|
}
|
|
3376
3244
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3377
3245
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3438,11 +3306,6 @@
|
|
|
3438
3306
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3439
3307
|
padding-right: 0;
|
|
3440
3308
|
}
|
|
3441
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3442
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3443
|
-
/* stylelint-disable */
|
|
3444
|
-
/* stylelint-enable */
|
|
3445
|
-
}
|
|
3446
3309
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3447
3310
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3448
3311
|
padding-left: 24px;
|
|
@@ -3492,7 +3355,6 @@
|
|
|
3492
3355
|
padding: 4px;
|
|
3493
3356
|
}
|
|
3494
3357
|
|
|
3495
|
-
/* stylelint-disable */
|
|
3496
3358
|
.e-button-drag-clone {
|
|
3497
3359
|
background-color: #fff !important;
|
|
3498
3360
|
border: 1px solid #d0d0d0;
|
|
@@ -3526,12 +3388,6 @@
|
|
|
3526
3388
|
width: auto !important;
|
|
3527
3389
|
}
|
|
3528
3390
|
|
|
3529
|
-
/* stylelint-enable */
|
|
3530
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3531
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3532
|
-
/* stylelint-disable */
|
|
3533
|
-
/* stylelint-enable */
|
|
3534
|
-
}
|
|
3535
3391
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3536
3392
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3537
3393
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3596,10 +3452,6 @@
|
|
|
3596
3452
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3597
3453
|
margin-left: 10px;
|
|
3598
3454
|
}
|
|
3599
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3600
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3601
|
-
/* stylelint-disable */
|
|
3602
|
-
}
|
|
3603
3455
|
.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,
|
|
3604
3456
|
.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 {
|
|
3605
3457
|
margin: 0 0 0 6px;
|
|
@@ -3748,7 +3600,6 @@
|
|
|
3748
3600
|
background-color: #d0d0d0;
|
|
3749
3601
|
}
|
|
3750
3602
|
|
|
3751
|
-
/* stylelint-disable */
|
|
3752
3603
|
*.e-rtl .e-select-table {
|
|
3753
3604
|
padding: 8px 5px;
|
|
3754
3605
|
}
|
|
@@ -3787,8 +3638,6 @@
|
|
|
3787
3638
|
font-size: 14px;
|
|
3788
3639
|
max-width: 700px;
|
|
3789
3640
|
min-width: 300px;
|
|
3790
|
-
/* stylelint-enable */
|
|
3791
|
-
/* stylelint-enable */
|
|
3792
3641
|
}
|
|
3793
3642
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3794
3643
|
display: -ms-flexbox;
|
|
@@ -3908,8 +3757,6 @@
|
|
|
3908
3757
|
display: -ms-flexbox;
|
|
3909
3758
|
display: flex;
|
|
3910
3759
|
padding-right: 15px;
|
|
3911
|
-
/* stylelint-disable */
|
|
3912
|
-
/* stylelint-enable */
|
|
3913
3760
|
}
|
|
3914
3761
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3915
3762
|
-ms-flex: auto;
|
|
@@ -3921,9 +3768,7 @@
|
|
|
3921
3768
|
color: #666;
|
|
3922
3769
|
cursor: pointer;
|
|
3923
3770
|
font-size: 14px;
|
|
3924
|
-
/* stylelint-disable */
|
|
3925
3771
|
height: 20px !important;
|
|
3926
|
-
/* stylelint-enable */
|
|
3927
3772
|
padding: 5px 0 0 4px;
|
|
3928
3773
|
width: 20px;
|
|
3929
3774
|
}
|
|
@@ -3956,13 +3801,9 @@
|
|
|
3956
3801
|
}
|
|
3957
3802
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3958
3803
|
overflow: hidden;
|
|
3959
|
-
/* stylelint-disable */
|
|
3960
|
-
/* stylelint-enable */
|
|
3961
3804
|
}
|
|
3962
3805
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3963
3806
|
margin-left: -40px;
|
|
3964
|
-
/* stylelint-disable */
|
|
3965
|
-
/* stylelint-enable */
|
|
3966
3807
|
}
|
|
3967
3808
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3968
3809
|
cursor: default;
|
|
@@ -4470,8 +4311,6 @@
|
|
|
4470
4311
|
}
|
|
4471
4312
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4472
4313
|
height: 369px;
|
|
4473
|
-
/* stylelint-disable */
|
|
4474
|
-
/* stylelint-enable */
|
|
4475
4314
|
}
|
|
4476
4315
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4477
4316
|
height: 392px !important;
|
|
@@ -4495,7 +4334,6 @@
|
|
|
4495
4334
|
display: -ms-flexbox;
|
|
4496
4335
|
display: flex;
|
|
4497
4336
|
padding: 10px 20px;
|
|
4498
|
-
/* stylelint-disable */
|
|
4499
4337
|
}
|
|
4500
4338
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4501
4339
|
float: right;
|
|
@@ -4532,8 +4370,6 @@
|
|
|
4532
4370
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4533
4371
|
margin-left: 0;
|
|
4534
4372
|
margin-right: -40px;
|
|
4535
|
-
/* stylelint-disable */
|
|
4536
|
-
/* stylelint-enable */
|
|
4537
4373
|
}
|
|
4538
4374
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4539
4375
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4564,8 +4400,6 @@
|
|
|
4564
4400
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4565
4401
|
padding-left: 15px;
|
|
4566
4402
|
padding-right: 0;
|
|
4567
|
-
/* stylelint-disable */
|
|
4568
|
-
/* stylelint-enable */
|
|
4569
4403
|
}
|
|
4570
4404
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4571
4405
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4647,10 +4481,8 @@
|
|
|
4647
4481
|
}
|
|
4648
4482
|
.e-pivotfieldlist-container.e-device {
|
|
4649
4483
|
height: 100%;
|
|
4650
|
-
/* stylelint-disable */
|
|
4651
4484
|
max-height: 100% !important;
|
|
4652
4485
|
max-width: 100% !important;
|
|
4653
|
-
/* stylelint-enable */
|
|
4654
4486
|
min-height: 500px;
|
|
4655
4487
|
width: 100%;
|
|
4656
4488
|
}
|
|
@@ -4755,8 +4587,6 @@
|
|
|
4755
4587
|
padding: 9px 16px;
|
|
4756
4588
|
text-transform: none;
|
|
4757
4589
|
width: 100%;
|
|
4758
|
-
/* stylelint-disable */
|
|
4759
|
-
/* stylelint-enable */
|
|
4760
4590
|
}
|
|
4761
4591
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4762
4592
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4946,10 +4776,6 @@
|
|
|
4946
4776
|
vertical-align: middle;
|
|
4947
4777
|
width: 70%;
|
|
4948
4778
|
}
|
|
4949
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4950
|
-
/* stylelint-disable */
|
|
4951
|
-
/* stylelint-enable */
|
|
4952
|
-
}
|
|
4953
4779
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4954
4780
|
background-color: #fff;
|
|
4955
4781
|
border: 1px solid #d0d0d0;
|
|
@@ -4997,10 +4823,6 @@
|
|
|
4997
4823
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
4998
4824
|
margin-right: 12px;
|
|
4999
4825
|
}
|
|
5000
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5001
|
-
/* stylelint-disable */
|
|
5002
|
-
/* stylelint-enable */
|
|
5003
|
-
}
|
|
5004
4826
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5005
4827
|
left: 16px;
|
|
5006
4828
|
right: auto;
|
|
@@ -5150,10 +4972,6 @@
|
|
|
5150
4972
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5151
4973
|
max-height: 600px;
|
|
5152
4974
|
}
|
|
5153
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5154
|
-
/* stylelint-disable */
|
|
5155
|
-
/* stylelint-enable */
|
|
5156
|
-
}
|
|
5157
4975
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5158
4976
|
margin-left: 12px;
|
|
5159
4977
|
margin-right: 0;
|
|
@@ -5174,11 +4992,6 @@
|
|
|
5174
4992
|
margin-left: 20px;
|
|
5175
4993
|
}
|
|
5176
4994
|
|
|
5177
|
-
/* stylelint-disable */
|
|
5178
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5179
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5180
|
-
/* stylelint-enable */
|
|
5181
|
-
}
|
|
5182
4995
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5183
4996
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5184
4997
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5330,16 +5143,6 @@
|
|
|
5330
5143
|
margin-top: 4px;
|
|
5331
5144
|
padding: 0 12px;
|
|
5332
5145
|
}
|
|
5333
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5334
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5335
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5336
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5337
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5338
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5339
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5340
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5341
|
-
/* stylelint-disable */
|
|
5342
|
-
}
|
|
5343
5146
|
.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,
|
|
5344
5147
|
.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,
|
|
5345
5148
|
.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,
|
|
@@ -5351,7 +5154,6 @@
|
|
|
5351
5154
|
font-size: 14px;
|
|
5352
5155
|
height: 36px !important;
|
|
5353
5156
|
padding: 9px 16px !important;
|
|
5354
|
-
/* stylelint-enable */
|
|
5355
5157
|
}
|
|
5356
5158
|
.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,
|
|
5357
5159
|
.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,
|
|
@@ -5476,10 +5278,6 @@
|
|
|
5476
5278
|
.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 {
|
|
5477
5279
|
padding-top: 7px;
|
|
5478
5280
|
}
|
|
5479
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5480
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5481
|
-
/* stylelint-disable */
|
|
5482
|
-
}
|
|
5483
5281
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5484
5282
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5485
5283
|
padding-left: 16px;
|
|
@@ -5492,7 +5290,6 @@
|
|
|
5492
5290
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5493
5291
|
padding-left: 0;
|
|
5494
5292
|
padding-right: 5px;
|
|
5495
|
-
/* stylelint-enable */
|
|
5496
5293
|
}
|
|
5497
5294
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5498
5295
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5531,8 +5328,6 @@
|
|
|
5531
5328
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5532
5329
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5533
5330
|
padding-left: 20px;
|
|
5534
|
-
/* stylelint-disable */
|
|
5535
|
-
/* stylelint-enable */
|
|
5536
5331
|
}
|
|
5537
5332
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5538
5333
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5600,10 +5395,6 @@
|
|
|
5600
5395
|
padding-left: 0;
|
|
5601
5396
|
padding-right: 4px;
|
|
5602
5397
|
}
|
|
5603
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5604
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5605
|
-
/* stylelint-disable */
|
|
5606
|
-
}
|
|
5607
5398
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5608
5399
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5609
5400
|
max-height: 750px;
|
|
@@ -5640,6 +5431,4 @@
|
|
|
5640
5431
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5641
5432
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5642
5433
|
max-height: 166px;
|
|
5643
|
-
}
|
|
5644
|
-
|
|
5645
|
-
/* stylelint-enable */
|
|
5434
|
+
}
|