@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/material.css
CHANGED
|
@@ -157,12 +157,6 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
/*! PivotView layout */
|
|
160
|
-
.e-pivotview {
|
|
161
|
-
/* stylelint-disable */
|
|
162
|
-
/* stylelint-enable */
|
|
163
|
-
/* stylelint-enable */
|
|
164
|
-
/* stylelint-disable */
|
|
165
|
-
}
|
|
166
160
|
.e-pivotview .e-value-field-settings,
|
|
167
161
|
.e-pivotview .e-member-editor-dialog,
|
|
168
162
|
.e-pivotview .e-group-field-settings {
|
|
@@ -236,7 +230,6 @@
|
|
|
236
230
|
}
|
|
237
231
|
.e-pivotview .e-member-editor-dialog {
|
|
238
232
|
min-width: 320px;
|
|
239
|
-
/* stylelint-disable */
|
|
240
233
|
}
|
|
241
234
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
242
235
|
display: -ms-flexbox;
|
|
@@ -250,7 +243,6 @@
|
|
|
250
243
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
251
244
|
box-shadow: none;
|
|
252
245
|
margin-left: 10px;
|
|
253
|
-
/* stylelint-disable */
|
|
254
246
|
}
|
|
255
247
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
256
248
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -342,7 +334,6 @@
|
|
|
342
334
|
}
|
|
343
335
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
344
336
|
border: none;
|
|
345
|
-
/* stylelint-enable */
|
|
346
337
|
}
|
|
347
338
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
348
339
|
margin: 0 0 0 6px;
|
|
@@ -578,16 +569,13 @@
|
|
|
578
569
|
}
|
|
579
570
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
580
571
|
margin-left: 18px !important;
|
|
581
|
-
/* stylelint-enable */
|
|
582
572
|
}
|
|
583
573
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
584
|
-
/* stylelint-disable */
|
|
585
574
|
padding: 0 !important;
|
|
586
575
|
}
|
|
587
576
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
588
577
|
float: left;
|
|
589
578
|
font-weight: 500;
|
|
590
|
-
/* stylelint-enable */
|
|
591
579
|
}
|
|
592
580
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
593
581
|
float: right;
|
|
@@ -616,7 +604,6 @@
|
|
|
616
604
|
}
|
|
617
605
|
|
|
618
606
|
.e-pivotview-report-dialog {
|
|
619
|
-
/* stylelint-disable */
|
|
620
607
|
max-width: 350px !important;
|
|
621
608
|
}
|
|
622
609
|
|
|
@@ -636,7 +623,6 @@
|
|
|
636
623
|
max-width: 500px !important;
|
|
637
624
|
}
|
|
638
625
|
|
|
639
|
-
/* stylelint-enable */
|
|
640
626
|
.e-report-outer {
|
|
641
627
|
display: inline-block;
|
|
642
628
|
width: 100%;
|
|
@@ -648,7 +634,6 @@
|
|
|
648
634
|
width: 40%;
|
|
649
635
|
}
|
|
650
636
|
|
|
651
|
-
/* stylelint-disable */
|
|
652
637
|
.e-pivotview-report-input {
|
|
653
638
|
float: right;
|
|
654
639
|
width: 60% !important;
|
|
@@ -670,16 +655,11 @@
|
|
|
670
655
|
font-size: 18px !important;
|
|
671
656
|
}
|
|
672
657
|
|
|
673
|
-
/* stylelint-enable */
|
|
674
658
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
675
659
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
676
660
|
white-space: nowrap;
|
|
677
661
|
}
|
|
678
662
|
|
|
679
|
-
.e-drillthrough-dialog {
|
|
680
|
-
/* stylelint-disable */
|
|
681
|
-
/* stylelint-enable */
|
|
682
|
-
}
|
|
683
663
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
684
664
|
margin-bottom: 20px;
|
|
685
665
|
}
|
|
@@ -700,18 +680,9 @@
|
|
|
700
680
|
flex-wrap: wrap;
|
|
701
681
|
}
|
|
702
682
|
|
|
703
|
-
.e-bigger .e-pivotview,
|
|
704
|
-
.e-bigger.e-pivotview {
|
|
705
|
-
/* stylelint-disable */
|
|
706
|
-
/* stylelint-enable */
|
|
707
|
-
/* stylelint-disable */
|
|
708
|
-
/* stylelint-enable */
|
|
709
|
-
}
|
|
710
683
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
711
684
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
712
|
-
/* stylelint-disable */
|
|
713
685
|
height: 52px !important;
|
|
714
|
-
/* stylelint-enable */
|
|
715
686
|
}
|
|
716
687
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
717
688
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -867,18 +838,6 @@
|
|
|
867
838
|
}
|
|
868
839
|
|
|
869
840
|
/*! PivotView theme */
|
|
870
|
-
.e-pivotview {
|
|
871
|
-
/* stylelint-enable */
|
|
872
|
-
/* stylelint-disable */
|
|
873
|
-
/* stylelint-enable */
|
|
874
|
-
/* stylelint-disable */
|
|
875
|
-
/* stylelint-enable */
|
|
876
|
-
/* stylelint-disable */
|
|
877
|
-
/* stylelint-enable */
|
|
878
|
-
/* stylelint-disable */
|
|
879
|
-
/* stylelint-enable */
|
|
880
|
-
/* stylelint-enable */
|
|
881
|
-
}
|
|
882
841
|
.e-pivotview .e-nextspan {
|
|
883
842
|
display: inline-block;
|
|
884
843
|
width: 18px;
|
|
@@ -899,7 +858,6 @@
|
|
|
899
858
|
text-align: right;
|
|
900
859
|
}
|
|
901
860
|
.e-pivotview .e-grid .e-rowcell {
|
|
902
|
-
/* stylelint-disable */
|
|
903
861
|
font-size: 13px !important;
|
|
904
862
|
padding-left: 8px;
|
|
905
863
|
-webkit-user-select: none;
|
|
@@ -1106,18 +1064,12 @@
|
|
|
1106
1064
|
}
|
|
1107
1065
|
.e-pivotview .e-rowcell {
|
|
1108
1066
|
opacity: 1;
|
|
1109
|
-
/* stylelint-disable */
|
|
1110
|
-
/* stylelint-enable */
|
|
1111
1067
|
}
|
|
1112
1068
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1113
1069
|
-webkit-user-select: none;
|
|
1114
1070
|
-ms-user-select: none;
|
|
1115
1071
|
user-select: none;
|
|
1116
1072
|
}
|
|
1117
|
-
.e-pivotview .e-grouping-bar {
|
|
1118
|
-
/* stylelint-disable */
|
|
1119
|
-
/* stylelint-enable */
|
|
1120
|
-
}
|
|
1121
1073
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1122
1074
|
-ms-flex: auto;
|
|
1123
1075
|
flex: auto;
|
|
@@ -1243,9 +1195,7 @@
|
|
|
1243
1195
|
border: 1px solid #e0e0e0;
|
|
1244
1196
|
border-radius: 25px;
|
|
1245
1197
|
box-shadow: none;
|
|
1246
|
-
/* stylelint-disable */
|
|
1247
1198
|
color: #000 !important;
|
|
1248
|
-
/* stylelint-enable */
|
|
1249
1199
|
cursor: default;
|
|
1250
1200
|
display: -ms-flexbox;
|
|
1251
1201
|
display: flex;
|
|
@@ -1256,8 +1206,6 @@
|
|
|
1256
1206
|
text-transform: none;
|
|
1257
1207
|
vertical-align: bottom;
|
|
1258
1208
|
z-index: 1;
|
|
1259
|
-
/* stylelint-disable */
|
|
1260
|
-
/* stylelint-enable */
|
|
1261
1209
|
}
|
|
1262
1210
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1263
1211
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1594,12 +1542,6 @@
|
|
|
1594
1542
|
.e-pivotview .e-expand::before {
|
|
1595
1543
|
font-size: 10px;
|
|
1596
1544
|
}
|
|
1597
|
-
.e-pivotview.e-rtl {
|
|
1598
|
-
/* stylelint-disable */
|
|
1599
|
-
/* stylelint-enable */
|
|
1600
|
-
/* stylelint-disable */
|
|
1601
|
-
/* stylelint-enable */
|
|
1602
|
-
}
|
|
1603
1545
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1604
1546
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1605
1547
|
margin-left: 0;
|
|
@@ -1671,10 +1613,8 @@
|
|
|
1671
1613
|
padding-right: 8px;
|
|
1672
1614
|
}
|
|
1673
1615
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1674
|
-
/* stylelint-disable */
|
|
1675
1616
|
padding-left: 8px;
|
|
1676
1617
|
padding-right: 0;
|
|
1677
|
-
/* stylelint-enable */
|
|
1678
1618
|
}
|
|
1679
1619
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1680
1620
|
margin-left: 4px;
|
|
@@ -1697,9 +1637,6 @@
|
|
|
1697
1637
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1698
1638
|
float: left;
|
|
1699
1639
|
}
|
|
1700
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1701
|
-
/* stylelint-disable */
|
|
1702
|
-
}
|
|
1703
1640
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1704
1641
|
line-height: 1em !important;
|
|
1705
1642
|
}
|
|
@@ -1777,13 +1714,6 @@
|
|
|
1777
1714
|
margin-right: 5px;
|
|
1778
1715
|
}
|
|
1779
1716
|
|
|
1780
|
-
.e-bigger .e-pivotview,
|
|
1781
|
-
.e-bigger.e-pivotview {
|
|
1782
|
-
/* stylelint-disable */
|
|
1783
|
-
/* stylelint-enable */
|
|
1784
|
-
/* stylelint-disable */
|
|
1785
|
-
/* stylelint-enable */
|
|
1786
|
-
}
|
|
1787
1717
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1788
1718
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1789
1719
|
margin: 0;
|
|
@@ -1846,10 +1776,6 @@
|
|
|
1846
1776
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1847
1777
|
margin-top: 8px;
|
|
1848
1778
|
}
|
|
1849
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1850
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1851
|
-
/* stylelint-enable */
|
|
1852
|
-
}
|
|
1853
1779
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1854
1780
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1855
1781
|
height: 36px !important;
|
|
@@ -1890,7 +1816,6 @@
|
|
|
1890
1816
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1891
1817
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1892
1818
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1893
|
-
/* stylelint-disable */
|
|
1894
1819
|
font-size: 14px !important;
|
|
1895
1820
|
height: 20px;
|
|
1896
1821
|
margin-top: 0;
|
|
@@ -2007,15 +1932,8 @@
|
|
|
2007
1932
|
}
|
|
2008
1933
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2009
1934
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2010
|
-
/* stylelint-disable */
|
|
2011
1935
|
font-size: 13px !important;
|
|
2012
1936
|
}
|
|
2013
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2014
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2015
|
-
/* stylelint-enable */
|
|
2016
|
-
/* stylelint-disable */
|
|
2017
|
-
/* stylelint-enable */
|
|
2018
|
-
}
|
|
2019
1937
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2020
1938
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2021
1939
|
padding-right: 10px !important;
|
|
@@ -2086,10 +2004,6 @@
|
|
|
2086
2004
|
content: "\e614";
|
|
2087
2005
|
}
|
|
2088
2006
|
|
|
2089
|
-
.e-pivot-calc-dialog-div {
|
|
2090
|
-
/* stylelint-disable */
|
|
2091
|
-
/* stylelint-enable */
|
|
2092
|
-
}
|
|
2093
2007
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2094
2008
|
content: "\e330";
|
|
2095
2009
|
}
|
|
@@ -2188,11 +2102,6 @@
|
|
|
2188
2102
|
content: "\e665" !important;
|
|
2189
2103
|
}
|
|
2190
2104
|
|
|
2191
|
-
.e-pivotfieldlist-wrapper,
|
|
2192
|
-
.e-pivotfieldlist-container {
|
|
2193
|
-
/* stylelint-disable */
|
|
2194
|
-
/* stylelint-enable */
|
|
2195
|
-
}
|
|
2196
2105
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2197
2106
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2198
2107
|
content: "\e977";
|
|
@@ -2388,10 +2297,8 @@
|
|
|
2388
2297
|
}
|
|
2389
2298
|
|
|
2390
2299
|
.e-pivot-formatting-dialog {
|
|
2391
|
-
/* stylelint-disable */
|
|
2392
2300
|
max-height: 480px !important;
|
|
2393
2301
|
width: 628px !important;
|
|
2394
|
-
/* stylelint-enable */
|
|
2395
2302
|
}
|
|
2396
2303
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2397
2304
|
padding-bottom: 4px;
|
|
@@ -2466,9 +2373,7 @@
|
|
|
2466
2373
|
border: 1px solid #e0e0e0;
|
|
2467
2374
|
border-radius: 4px;
|
|
2468
2375
|
height: 28px;
|
|
2469
|
-
/* stylelint-disable */
|
|
2470
2376
|
margin: 0 !important;
|
|
2471
|
-
/* stylelint-enable */
|
|
2472
2377
|
padding-left: 6px;
|
|
2473
2378
|
padding-top: 6px;
|
|
2474
2379
|
width: 80px;
|
|
@@ -2489,9 +2394,7 @@
|
|
|
2489
2394
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2490
2395
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2491
2396
|
border: 1px solid #e0e0e0;
|
|
2492
|
-
/* stylelint-disable */
|
|
2493
2397
|
border-radius: 0 !important;
|
|
2494
|
-
/* stylelint-enable */
|
|
2495
2398
|
height: 40%;
|
|
2496
2399
|
left: -3px;
|
|
2497
2400
|
position: absolute;
|
|
@@ -2499,10 +2402,8 @@
|
|
|
2499
2402
|
width: 150%;
|
|
2500
2403
|
}
|
|
2501
2404
|
.e-pivot-formatting-dialog.e-device {
|
|
2502
|
-
/* stylelint-disable */
|
|
2503
2405
|
min-width: 320px !important;
|
|
2504
2406
|
width: 100% !important;
|
|
2505
|
-
/* stylelint-enable */
|
|
2506
2407
|
}
|
|
2507
2408
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2508
2409
|
width: 100% !important;
|
|
@@ -2551,11 +2452,7 @@
|
|
|
2551
2452
|
|
|
2552
2453
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2553
2454
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2554
|
-
/* stylelint-disable */
|
|
2555
2455
|
width: 680px !important;
|
|
2556
|
-
/* stylelint-enable */
|
|
2557
|
-
/* stylelint-disable */
|
|
2558
|
-
/* stylelint-enable */
|
|
2559
2456
|
}
|
|
2560
2457
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2561
2458
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2594,10 +2491,8 @@
|
|
|
2594
2491
|
}
|
|
2595
2492
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2596
2493
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2597
|
-
/* stylelint-disable */
|
|
2598
2494
|
min-width: 320px !important;
|
|
2599
2495
|
width: 100% !important;
|
|
2600
|
-
/* stylelint-enable */
|
|
2601
2496
|
}
|
|
2602
2497
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2603
2498
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2616,14 +2511,8 @@
|
|
|
2616
2511
|
}
|
|
2617
2512
|
|
|
2618
2513
|
.e-pivot-calc-dialog-div {
|
|
2619
|
-
/* stylelint-disable */
|
|
2620
2514
|
max-height: 550px !important;
|
|
2621
|
-
/* stylelint-enable */
|
|
2622
2515
|
min-width: 290px;
|
|
2623
|
-
/* stylelint-disable */
|
|
2624
|
-
/* stylelint-enable */
|
|
2625
|
-
/* stylelint-disable */
|
|
2626
|
-
/* stylelint-enable */
|
|
2627
2516
|
}
|
|
2628
2517
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2629
2518
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2668,11 +2557,9 @@
|
|
|
2668
2557
|
}
|
|
2669
2558
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2670
2559
|
color: rgba(0, 0, 0, 0.54);
|
|
2671
|
-
/* stylelint-disable */
|
|
2672
2560
|
float: right !important;
|
|
2673
2561
|
margin: 0;
|
|
2674
2562
|
margin-right: 12px !important;
|
|
2675
|
-
/* stylelint-enable */
|
|
2676
2563
|
}
|
|
2677
2564
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2678
2565
|
cursor: default;
|
|
@@ -2828,7 +2715,7 @@
|
|
|
2828
2715
|
display: inline-block;
|
|
2829
2716
|
height: 436px;
|
|
2830
2717
|
overflow: auto;
|
|
2831
|
-
width:
|
|
2718
|
+
width: 100% !important;
|
|
2832
2719
|
}
|
|
2833
2720
|
.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 {
|
|
2834
2721
|
display: inline-table;
|
|
@@ -2956,11 +2843,8 @@
|
|
|
2956
2843
|
|
|
2957
2844
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2958
2845
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2959
|
-
/* stylelint-disable */
|
|
2960
2846
|
max-height: 600px !important;
|
|
2961
2847
|
min-width: 401px !important;
|
|
2962
|
-
/* stylelint-enable */
|
|
2963
|
-
/* stylelint-disable */
|
|
2964
2848
|
}
|
|
2965
2849
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2966
2850
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3040,9 +2924,6 @@
|
|
|
3040
2924
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3041
2925
|
max-width: 400px !important;
|
|
3042
2926
|
min-width: 320px !important;
|
|
3043
|
-
/* stylelint-enable */
|
|
3044
|
-
/* stylelint-disable */
|
|
3045
|
-
/* stylelint-enable */
|
|
3046
2927
|
}
|
|
3047
2928
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3048
2929
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3080,10 +2961,8 @@
|
|
|
3080
2961
|
}
|
|
3081
2962
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3082
2963
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3083
|
-
/* stylelint-disable */
|
|
3084
2964
|
margin-left: -35px;
|
|
3085
2965
|
overflow: auto !important;
|
|
3086
|
-
/* stylelint-enable */
|
|
3087
2966
|
}
|
|
3088
2967
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3089
2968
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3102,10 +2981,6 @@
|
|
|
3102
2981
|
margin-left: 0;
|
|
3103
2982
|
margin-right: -35px;
|
|
3104
2983
|
}
|
|
3105
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3106
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3107
|
-
/* stylelint-disable */
|
|
3108
|
-
}
|
|
3109
2984
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3110
2985
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3111
2986
|
margin-left: 0;
|
|
@@ -3167,7 +3042,6 @@
|
|
|
3167
3042
|
}
|
|
3168
3043
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3169
3044
|
border: 0;
|
|
3170
|
-
/* stylelint-enable */
|
|
3171
3045
|
}
|
|
3172
3046
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3173
3047
|
margin: 0 0 0 6px;
|
|
@@ -3195,8 +3069,6 @@
|
|
|
3195
3069
|
overflow: auto;
|
|
3196
3070
|
padding: 20px;
|
|
3197
3071
|
padding-bottom: 0;
|
|
3198
|
-
/* stylelint-disable */
|
|
3199
|
-
/* stylelint-enable */
|
|
3200
3072
|
}
|
|
3201
3073
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3202
3074
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3235,9 +3107,6 @@
|
|
|
3235
3107
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3236
3108
|
float: right;
|
|
3237
3109
|
}
|
|
3238
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3239
|
-
/* stylelint-disable */
|
|
3240
|
-
}
|
|
3241
3110
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3242
3111
|
margin-left: 0;
|
|
3243
3112
|
}
|
|
@@ -3375,7 +3244,6 @@
|
|
|
3375
3244
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3376
3245
|
overflow: hidden;
|
|
3377
3246
|
padding: 0 !important;
|
|
3378
|
-
/* stylelint-enable */
|
|
3379
3247
|
}
|
|
3380
3248
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3381
3249
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3442,11 +3310,6 @@
|
|
|
3442
3310
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3443
3311
|
padding-right: 0;
|
|
3444
3312
|
}
|
|
3445
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3446
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3447
|
-
/* stylelint-disable */
|
|
3448
|
-
/* stylelint-enable */
|
|
3449
|
-
}
|
|
3450
3313
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3451
3314
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3452
3315
|
padding-left: 24px;
|
|
@@ -3496,7 +3359,6 @@
|
|
|
3496
3359
|
padding: 4px;
|
|
3497
3360
|
}
|
|
3498
3361
|
|
|
3499
|
-
/* stylelint-disable */
|
|
3500
3362
|
.e-button-drag-clone {
|
|
3501
3363
|
background-color: #fff !important;
|
|
3502
3364
|
border: 1px solid #e0e0e0;
|
|
@@ -3530,12 +3392,6 @@
|
|
|
3530
3392
|
width: auto !important;
|
|
3531
3393
|
}
|
|
3532
3394
|
|
|
3533
|
-
/* stylelint-enable */
|
|
3534
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3535
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3536
|
-
/* stylelint-disable */
|
|
3537
|
-
/* stylelint-enable */
|
|
3538
|
-
}
|
|
3539
3395
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3540
3396
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3541
3397
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3600,10 +3456,6 @@
|
|
|
3600
3456
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3601
3457
|
margin-left: 10px;
|
|
3602
3458
|
}
|
|
3603
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3604
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3605
|
-
/* stylelint-disable */
|
|
3606
|
-
}
|
|
3607
3459
|
.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,
|
|
3608
3460
|
.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 {
|
|
3609
3461
|
margin: 0 0 0 6px;
|
|
@@ -3752,7 +3604,6 @@
|
|
|
3752
3604
|
background-color: #e0e0e0;
|
|
3753
3605
|
}
|
|
3754
3606
|
|
|
3755
|
-
/* stylelint-disable */
|
|
3756
3607
|
*.e-rtl .e-select-table {
|
|
3757
3608
|
padding: 8px 5px;
|
|
3758
3609
|
}
|
|
@@ -3791,8 +3642,6 @@
|
|
|
3791
3642
|
font-size: 12px;
|
|
3792
3643
|
max-width: 700px;
|
|
3793
3644
|
min-width: 300px;
|
|
3794
|
-
/* stylelint-enable */
|
|
3795
|
-
/* stylelint-enable */
|
|
3796
3645
|
}
|
|
3797
3646
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3798
3647
|
display: -ms-flexbox;
|
|
@@ -3912,8 +3761,6 @@
|
|
|
3912
3761
|
display: -ms-flexbox;
|
|
3913
3762
|
display: flex;
|
|
3914
3763
|
padding-right: 15px;
|
|
3915
|
-
/* stylelint-disable */
|
|
3916
|
-
/* stylelint-enable */
|
|
3917
3764
|
}
|
|
3918
3765
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3919
3766
|
-ms-flex: auto;
|
|
@@ -3925,9 +3772,7 @@
|
|
|
3925
3772
|
color: rgba(0, 0, 0, 0.54);
|
|
3926
3773
|
cursor: pointer;
|
|
3927
3774
|
font-size: 14px;
|
|
3928
|
-
/* stylelint-disable */
|
|
3929
3775
|
height: 20px !important;
|
|
3930
|
-
/* stylelint-enable */
|
|
3931
3776
|
padding: 7px 0 0 4px;
|
|
3932
3777
|
width: 20px;
|
|
3933
3778
|
}
|
|
@@ -3960,13 +3805,9 @@
|
|
|
3960
3805
|
}
|
|
3961
3806
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3962
3807
|
overflow: hidden;
|
|
3963
|
-
/* stylelint-disable */
|
|
3964
|
-
/* stylelint-enable */
|
|
3965
3808
|
}
|
|
3966
3809
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3967
3810
|
margin-left: -40px;
|
|
3968
|
-
/* stylelint-disable */
|
|
3969
|
-
/* stylelint-enable */
|
|
3970
3811
|
}
|
|
3971
3812
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3972
3813
|
cursor: default;
|
|
@@ -4474,8 +4315,6 @@
|
|
|
4474
4315
|
}
|
|
4475
4316
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4476
4317
|
height: 369px;
|
|
4477
|
-
/* stylelint-disable */
|
|
4478
|
-
/* stylelint-enable */
|
|
4479
4318
|
}
|
|
4480
4319
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4481
4320
|
height: 392px !important;
|
|
@@ -4499,7 +4338,6 @@
|
|
|
4499
4338
|
display: -ms-flexbox;
|
|
4500
4339
|
display: flex;
|
|
4501
4340
|
padding: 9px 20px;
|
|
4502
|
-
/* stylelint-disable */
|
|
4503
4341
|
}
|
|
4504
4342
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4505
4343
|
float: right;
|
|
@@ -4536,8 +4374,6 @@
|
|
|
4536
4374
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4537
4375
|
margin-left: 0;
|
|
4538
4376
|
margin-right: -40px;
|
|
4539
|
-
/* stylelint-disable */
|
|
4540
|
-
/* stylelint-enable */
|
|
4541
4377
|
}
|
|
4542
4378
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4543
4379
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4568,8 +4404,6 @@
|
|
|
4568
4404
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4569
4405
|
padding-left: 15px;
|
|
4570
4406
|
padding-right: 0;
|
|
4571
|
-
/* stylelint-disable */
|
|
4572
|
-
/* stylelint-enable */
|
|
4573
4407
|
}
|
|
4574
4408
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4575
4409
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4651,10 +4485,8 @@
|
|
|
4651
4485
|
}
|
|
4652
4486
|
.e-pivotfieldlist-container.e-device {
|
|
4653
4487
|
height: 100%;
|
|
4654
|
-
/* stylelint-disable */
|
|
4655
4488
|
max-height: 100% !important;
|
|
4656
4489
|
max-width: 100% !important;
|
|
4657
|
-
/* stylelint-enable */
|
|
4658
4490
|
min-height: 500px;
|
|
4659
4491
|
width: 100%;
|
|
4660
4492
|
}
|
|
@@ -4759,8 +4591,6 @@
|
|
|
4759
4591
|
padding: 9px 16px;
|
|
4760
4592
|
text-transform: none;
|
|
4761
4593
|
width: 100%;
|
|
4762
|
-
/* stylelint-disable */
|
|
4763
|
-
/* stylelint-enable */
|
|
4764
4594
|
}
|
|
4765
4595
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4766
4596
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4950,10 +4780,6 @@
|
|
|
4950
4780
|
vertical-align: middle;
|
|
4951
4781
|
width: 70%;
|
|
4952
4782
|
}
|
|
4953
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4954
|
-
/* stylelint-disable */
|
|
4955
|
-
/* stylelint-enable */
|
|
4956
|
-
}
|
|
4957
4783
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4958
4784
|
background-color: #fff;
|
|
4959
4785
|
border: 1px solid #e0e0e0;
|
|
@@ -5001,10 +4827,6 @@
|
|
|
5001
4827
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5002
4828
|
margin-right: 12px;
|
|
5003
4829
|
}
|
|
5004
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5005
|
-
/* stylelint-disable */
|
|
5006
|
-
/* stylelint-enable */
|
|
5007
|
-
}
|
|
5008
4830
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5009
4831
|
left: 16px;
|
|
5010
4832
|
right: auto;
|
|
@@ -5154,10 +4976,6 @@
|
|
|
5154
4976
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5155
4977
|
max-height: 600px;
|
|
5156
4978
|
}
|
|
5157
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5158
|
-
/* stylelint-disable */
|
|
5159
|
-
/* stylelint-enable */
|
|
5160
|
-
}
|
|
5161
4979
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5162
4980
|
margin-left: 12px;
|
|
5163
4981
|
margin-right: 0;
|
|
@@ -5178,11 +4996,6 @@
|
|
|
5178
4996
|
margin-left: 20px;
|
|
5179
4997
|
}
|
|
5180
4998
|
|
|
5181
|
-
/* stylelint-disable */
|
|
5182
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5183
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5184
|
-
/* stylelint-enable */
|
|
5185
|
-
}
|
|
5186
4999
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5187
5000
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5188
5001
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5334,16 +5147,6 @@
|
|
|
5334
5147
|
margin-top: 4px;
|
|
5335
5148
|
padding: 0 12px;
|
|
5336
5149
|
}
|
|
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
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5342
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5343
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5344
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5345
|
-
/* stylelint-disable */
|
|
5346
|
-
}
|
|
5347
5150
|
.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,
|
|
5348
5151
|
.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,
|
|
5349
5152
|
.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,
|
|
@@ -5355,7 +5158,6 @@
|
|
|
5355
5158
|
font-size: 14px;
|
|
5356
5159
|
height: 36px !important;
|
|
5357
5160
|
padding: 9px 16px !important;
|
|
5358
|
-
/* stylelint-enable */
|
|
5359
5161
|
}
|
|
5360
5162
|
.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,
|
|
5361
5163
|
.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,
|
|
@@ -5480,10 +5282,6 @@
|
|
|
5480
5282
|
.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 {
|
|
5481
5283
|
padding-top: 7px;
|
|
5482
5284
|
}
|
|
5483
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5484
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5485
|
-
/* stylelint-disable */
|
|
5486
|
-
}
|
|
5487
5285
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5488
5286
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5489
5287
|
padding-left: 16px;
|
|
@@ -5496,7 +5294,6 @@
|
|
|
5496
5294
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5497
5295
|
padding-left: 0;
|
|
5498
5296
|
padding-right: 5px;
|
|
5499
|
-
/* stylelint-enable */
|
|
5500
5297
|
}
|
|
5501
5298
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5502
5299
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5535,8 +5332,6 @@
|
|
|
5535
5332
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5536
5333
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5537
5334
|
padding-left: 20px;
|
|
5538
|
-
/* stylelint-disable */
|
|
5539
|
-
/* stylelint-enable */
|
|
5540
5335
|
}
|
|
5541
5336
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5542
5337
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5604,10 +5399,6 @@
|
|
|
5604
5399
|
padding-left: 0;
|
|
5605
5400
|
padding-right: 4px;
|
|
5606
5401
|
}
|
|
5607
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5608
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5609
|
-
/* stylelint-disable */
|
|
5610
|
-
}
|
|
5611
5402
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5612
5403
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5613
5404
|
max-height: 750px;
|
|
@@ -5644,6 +5435,4 @@
|
|
|
5644
5435
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5645
5436
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5646
5437
|
max-height: 195px;
|
|
5647
|
-
}
|
|
5648
|
-
|
|
5649
|
-
/* stylelint-enable */
|
|
5438
|
+
}
|