@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
|
@@ -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 {
|
|
@@ -234,7 +228,6 @@
|
|
|
234
228
|
}
|
|
235
229
|
.e-pivotview .e-member-editor-dialog {
|
|
236
230
|
min-width: 320px;
|
|
237
|
-
/* stylelint-disable */
|
|
238
231
|
}
|
|
239
232
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
240
233
|
display: -ms-flexbox;
|
|
@@ -248,7 +241,6 @@
|
|
|
248
241
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
249
242
|
box-shadow: none;
|
|
250
243
|
margin-left: 10px;
|
|
251
|
-
/* stylelint-disable */
|
|
252
244
|
}
|
|
253
245
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
254
246
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -340,7 +332,6 @@
|
|
|
340
332
|
}
|
|
341
333
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
342
334
|
border: none;
|
|
343
|
-
/* stylelint-enable */
|
|
344
335
|
}
|
|
345
336
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
346
337
|
margin: 0 0 0 6px;
|
|
@@ -576,16 +567,13 @@
|
|
|
576
567
|
}
|
|
577
568
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
578
569
|
margin-left: 18px !important;
|
|
579
|
-
/* stylelint-enable */
|
|
580
570
|
}
|
|
581
571
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
582
|
-
/* stylelint-disable */
|
|
583
572
|
padding: 0 !important;
|
|
584
573
|
}
|
|
585
574
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
586
575
|
float: left;
|
|
587
576
|
font-weight: 500;
|
|
588
|
-
/* stylelint-enable */
|
|
589
577
|
}
|
|
590
578
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
591
579
|
float: right;
|
|
@@ -614,7 +602,6 @@
|
|
|
614
602
|
}
|
|
615
603
|
|
|
616
604
|
.e-pivotview-report-dialog {
|
|
617
|
-
/* stylelint-disable */
|
|
618
605
|
max-width: 350px !important;
|
|
619
606
|
}
|
|
620
607
|
|
|
@@ -634,7 +621,6 @@
|
|
|
634
621
|
max-width: 500px !important;
|
|
635
622
|
}
|
|
636
623
|
|
|
637
|
-
/* stylelint-enable */
|
|
638
624
|
.e-report-outer {
|
|
639
625
|
display: inline-block;
|
|
640
626
|
width: 100%;
|
|
@@ -646,7 +632,6 @@
|
|
|
646
632
|
width: 40%;
|
|
647
633
|
}
|
|
648
634
|
|
|
649
|
-
/* stylelint-disable */
|
|
650
635
|
.e-pivotview-report-input {
|
|
651
636
|
float: right;
|
|
652
637
|
width: 60% !important;
|
|
@@ -668,16 +653,11 @@
|
|
|
668
653
|
font-size: 18px !important;
|
|
669
654
|
}
|
|
670
655
|
|
|
671
|
-
/* stylelint-enable */
|
|
672
656
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
673
657
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
674
658
|
white-space: nowrap;
|
|
675
659
|
}
|
|
676
660
|
|
|
677
|
-
.e-drillthrough-dialog {
|
|
678
|
-
/* stylelint-disable */
|
|
679
|
-
/* stylelint-enable */
|
|
680
|
-
}
|
|
681
661
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
682
662
|
margin-bottom: 20px;
|
|
683
663
|
}
|
|
@@ -698,18 +678,9 @@
|
|
|
698
678
|
flex-wrap: wrap;
|
|
699
679
|
}
|
|
700
680
|
|
|
701
|
-
.e-bigger .e-pivotview,
|
|
702
|
-
.e-bigger.e-pivotview {
|
|
703
|
-
/* stylelint-disable */
|
|
704
|
-
/* stylelint-enable */
|
|
705
|
-
/* stylelint-disable */
|
|
706
|
-
/* stylelint-enable */
|
|
707
|
-
}
|
|
708
681
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
709
682
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
710
|
-
/* stylelint-disable */
|
|
711
683
|
height: 46px !important;
|
|
712
|
-
/* stylelint-enable */
|
|
713
684
|
}
|
|
714
685
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
715
686
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -865,18 +836,6 @@
|
|
|
865
836
|
}
|
|
866
837
|
|
|
867
838
|
/*! PivotView theme */
|
|
868
|
-
.e-pivotview {
|
|
869
|
-
/* stylelint-enable */
|
|
870
|
-
/* stylelint-disable */
|
|
871
|
-
/* stylelint-enable */
|
|
872
|
-
/* stylelint-disable */
|
|
873
|
-
/* stylelint-enable */
|
|
874
|
-
/* stylelint-disable */
|
|
875
|
-
/* stylelint-enable */
|
|
876
|
-
/* stylelint-disable */
|
|
877
|
-
/* stylelint-enable */
|
|
878
|
-
/* stylelint-enable */
|
|
879
|
-
}
|
|
880
839
|
.e-pivotview .e-nextspan {
|
|
881
840
|
display: inline-block;
|
|
882
841
|
width: 24px;
|
|
@@ -897,7 +856,6 @@
|
|
|
897
856
|
text-align: right;
|
|
898
857
|
}
|
|
899
858
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
|
-
/* stylelint-disable */
|
|
901
859
|
font-size: 13px !important;
|
|
902
860
|
padding-left: 8px;
|
|
903
861
|
-webkit-user-select: none;
|
|
@@ -1104,18 +1062,12 @@
|
|
|
1104
1062
|
}
|
|
1105
1063
|
.e-pivotview .e-rowcell {
|
|
1106
1064
|
opacity: 1;
|
|
1107
|
-
/* stylelint-disable */
|
|
1108
|
-
/* stylelint-enable */
|
|
1109
1065
|
}
|
|
1110
1066
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1111
1067
|
-webkit-user-select: none;
|
|
1112
1068
|
-ms-user-select: none;
|
|
1113
1069
|
user-select: none;
|
|
1114
1070
|
}
|
|
1115
|
-
.e-pivotview .e-grouping-bar {
|
|
1116
|
-
/* stylelint-disable */
|
|
1117
|
-
/* stylelint-enable */
|
|
1118
|
-
}
|
|
1119
1071
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1120
1072
|
-ms-flex: auto;
|
|
1121
1073
|
flex: auto;
|
|
@@ -1241,9 +1193,7 @@
|
|
|
1241
1193
|
border: 1px solid #000;
|
|
1242
1194
|
border-radius: 0;
|
|
1243
1195
|
box-shadow: none;
|
|
1244
|
-
/* stylelint-disable */
|
|
1245
1196
|
color: #000 !important;
|
|
1246
|
-
/* stylelint-enable */
|
|
1247
1197
|
cursor: default;
|
|
1248
1198
|
display: -ms-flexbox;
|
|
1249
1199
|
display: flex;
|
|
@@ -1254,8 +1204,6 @@
|
|
|
1254
1204
|
text-transform: none;
|
|
1255
1205
|
vertical-align: bottom;
|
|
1256
1206
|
z-index: 1;
|
|
1257
|
-
/* stylelint-disable */
|
|
1258
|
-
/* stylelint-enable */
|
|
1259
1207
|
}
|
|
1260
1208
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1261
1209
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1593,12 +1541,6 @@
|
|
|
1593
1541
|
.e-pivotview .e-expand::before {
|
|
1594
1542
|
font-size: 10px;
|
|
1595
1543
|
}
|
|
1596
|
-
.e-pivotview.e-rtl {
|
|
1597
|
-
/* stylelint-disable */
|
|
1598
|
-
/* stylelint-enable */
|
|
1599
|
-
/* stylelint-disable */
|
|
1600
|
-
/* stylelint-enable */
|
|
1601
|
-
}
|
|
1602
1544
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1603
1545
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1604
1546
|
margin-left: 0;
|
|
@@ -1670,10 +1612,8 @@
|
|
|
1670
1612
|
padding-right: 8px;
|
|
1671
1613
|
}
|
|
1672
1614
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1673
|
-
/* stylelint-disable */
|
|
1674
1615
|
padding-left: 8px;
|
|
1675
1616
|
padding-right: 0;
|
|
1676
|
-
/* stylelint-enable */
|
|
1677
1617
|
}
|
|
1678
1618
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1679
1619
|
margin-left: 4px;
|
|
@@ -1696,9 +1636,6 @@
|
|
|
1696
1636
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1697
1637
|
float: left;
|
|
1698
1638
|
}
|
|
1699
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1700
|
-
/* stylelint-disable */
|
|
1701
|
-
}
|
|
1702
1639
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1703
1640
|
line-height: 1em !important;
|
|
1704
1641
|
}
|
|
@@ -1776,13 +1713,6 @@
|
|
|
1776
1713
|
margin-right: 5px;
|
|
1777
1714
|
}
|
|
1778
1715
|
|
|
1779
|
-
.e-bigger .e-pivotview,
|
|
1780
|
-
.e-bigger.e-pivotview {
|
|
1781
|
-
/* stylelint-disable */
|
|
1782
|
-
/* stylelint-enable */
|
|
1783
|
-
/* stylelint-disable */
|
|
1784
|
-
/* stylelint-enable */
|
|
1785
|
-
}
|
|
1786
1716
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1787
1717
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1788
1718
|
margin: 5px;
|
|
@@ -1845,10 +1775,6 @@
|
|
|
1845
1775
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1846
1776
|
margin-top: 2px;
|
|
1847
1777
|
}
|
|
1848
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1849
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1850
|
-
/* stylelint-enable */
|
|
1851
|
-
}
|
|
1852
1778
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1853
1779
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1854
1780
|
height: 36px !important;
|
|
@@ -1889,7 +1815,6 @@
|
|
|
1889
1815
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1890
1816
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1891
1817
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1892
|
-
/* stylelint-disable */
|
|
1893
1818
|
font-size: 16px !important;
|
|
1894
1819
|
height: 20px;
|
|
1895
1820
|
margin-top: 0;
|
|
@@ -2006,15 +1931,8 @@
|
|
|
2006
1931
|
}
|
|
2007
1932
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2008
1933
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2009
|
-
/* stylelint-disable */
|
|
2010
1934
|
font-size: 13px !important;
|
|
2011
1935
|
}
|
|
2012
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2013
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2014
|
-
/* stylelint-enable */
|
|
2015
|
-
/* stylelint-disable */
|
|
2016
|
-
/* stylelint-enable */
|
|
2017
|
-
}
|
|
2018
1936
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2019
1937
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2020
1938
|
padding-right: 10px !important;
|
|
@@ -2085,10 +2003,6 @@
|
|
|
2085
2003
|
content: "\e614";
|
|
2086
2004
|
}
|
|
2087
2005
|
|
|
2088
|
-
.e-pivot-calc-dialog-div {
|
|
2089
|
-
/* stylelint-disable */
|
|
2090
|
-
/* stylelint-enable */
|
|
2091
|
-
}
|
|
2092
2006
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2093
2007
|
content: "\e330";
|
|
2094
2008
|
}
|
|
@@ -2187,11 +2101,6 @@
|
|
|
2187
2101
|
content: "\e665" !important;
|
|
2188
2102
|
}
|
|
2189
2103
|
|
|
2190
|
-
.e-pivotfieldlist-wrapper,
|
|
2191
|
-
.e-pivotfieldlist-container {
|
|
2192
|
-
/* stylelint-disable */
|
|
2193
|
-
/* stylelint-enable */
|
|
2194
|
-
}
|
|
2195
2104
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2196
2105
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2197
2106
|
content: "\e962";
|
|
@@ -2386,10 +2295,8 @@
|
|
|
2386
2295
|
}
|
|
2387
2296
|
|
|
2388
2297
|
.e-pivot-formatting-dialog {
|
|
2389
|
-
/* stylelint-disable */
|
|
2390
2298
|
max-height: 480px !important;
|
|
2391
2299
|
width: 640px !important;
|
|
2392
|
-
/* stylelint-enable */
|
|
2393
2300
|
}
|
|
2394
2301
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2395
2302
|
padding-bottom: 4px;
|
|
@@ -2464,9 +2371,7 @@
|
|
|
2464
2371
|
border: 1px solid #000;
|
|
2465
2372
|
border-radius: 0;
|
|
2466
2373
|
height: 28px;
|
|
2467
|
-
/* stylelint-disable */
|
|
2468
2374
|
margin: 0 !important;
|
|
2469
|
-
/* stylelint-enable */
|
|
2470
2375
|
padding-left: 6px;
|
|
2471
2376
|
padding-top: 6px;
|
|
2472
2377
|
width: 80px;
|
|
@@ -2487,9 +2392,7 @@
|
|
|
2487
2392
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2488
2393
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2489
2394
|
border: 1px solid #000;
|
|
2490
|
-
/* stylelint-disable */
|
|
2491
2395
|
border-radius: 0 !important;
|
|
2492
|
-
/* stylelint-enable */
|
|
2493
2396
|
height: 40%;
|
|
2494
2397
|
left: -3px;
|
|
2495
2398
|
position: absolute;
|
|
@@ -2497,10 +2400,8 @@
|
|
|
2497
2400
|
width: 150%;
|
|
2498
2401
|
}
|
|
2499
2402
|
.e-pivot-formatting-dialog.e-device {
|
|
2500
|
-
/* stylelint-disable */
|
|
2501
2403
|
min-width: 320px !important;
|
|
2502
2404
|
width: 100% !important;
|
|
2503
|
-
/* stylelint-enable */
|
|
2504
2405
|
}
|
|
2505
2406
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2506
2407
|
width: 100% !important;
|
|
@@ -2549,11 +2450,7 @@
|
|
|
2549
2450
|
|
|
2550
2451
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2551
2452
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2552
|
-
/* stylelint-disable */
|
|
2553
2453
|
width: 707px !important;
|
|
2554
|
-
/* stylelint-enable */
|
|
2555
|
-
/* stylelint-disable */
|
|
2556
|
-
/* stylelint-enable */
|
|
2557
2454
|
}
|
|
2558
2455
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2559
2456
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2592,10 +2489,8 @@
|
|
|
2592
2489
|
}
|
|
2593
2490
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2594
2491
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2595
|
-
/* stylelint-disable */
|
|
2596
2492
|
min-width: 320px !important;
|
|
2597
2493
|
width: 100% !important;
|
|
2598
|
-
/* stylelint-enable */
|
|
2599
2494
|
}
|
|
2600
2495
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2601
2496
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2614,14 +2509,8 @@
|
|
|
2614
2509
|
}
|
|
2615
2510
|
|
|
2616
2511
|
.e-pivot-calc-dialog-div {
|
|
2617
|
-
/* stylelint-disable */
|
|
2618
2512
|
max-height: 550px !important;
|
|
2619
|
-
/* stylelint-enable */
|
|
2620
2513
|
min-width: 290px;
|
|
2621
|
-
/* stylelint-disable */
|
|
2622
|
-
/* stylelint-enable */
|
|
2623
|
-
/* stylelint-disable */
|
|
2624
|
-
/* stylelint-enable */
|
|
2625
2514
|
}
|
|
2626
2515
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2627
2516
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2666,11 +2555,9 @@
|
|
|
2666
2555
|
}
|
|
2667
2556
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2668
2557
|
color: #000;
|
|
2669
|
-
/* stylelint-disable */
|
|
2670
2558
|
float: right !important;
|
|
2671
2559
|
margin: 0;
|
|
2672
2560
|
margin-right: 12px !important;
|
|
2673
|
-
/* stylelint-enable */
|
|
2674
2561
|
}
|
|
2675
2562
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2676
2563
|
cursor: default;
|
|
@@ -2826,7 +2713,7 @@
|
|
|
2826
2713
|
display: inline-block;
|
|
2827
2714
|
height: 441px;
|
|
2828
2715
|
overflow: auto;
|
|
2829
|
-
width:
|
|
2716
|
+
width: 100% !important;
|
|
2830
2717
|
}
|
|
2831
2718
|
.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 {
|
|
2832
2719
|
display: inline-table;
|
|
@@ -2954,11 +2841,8 @@
|
|
|
2954
2841
|
|
|
2955
2842
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2956
2843
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2957
|
-
/* stylelint-disable */
|
|
2958
2844
|
max-height: 600px !important;
|
|
2959
2845
|
min-width: 401px !important;
|
|
2960
|
-
/* stylelint-enable */
|
|
2961
|
-
/* stylelint-disable */
|
|
2962
2846
|
}
|
|
2963
2847
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2964
2848
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3038,9 +2922,6 @@
|
|
|
3038
2922
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3039
2923
|
max-width: 400px !important;
|
|
3040
2924
|
min-width: 320px !important;
|
|
3041
|
-
/* stylelint-enable */
|
|
3042
|
-
/* stylelint-disable */
|
|
3043
|
-
/* stylelint-enable */
|
|
3044
2925
|
}
|
|
3045
2926
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3046
2927
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3078,10 +2959,8 @@
|
|
|
3078
2959
|
}
|
|
3079
2960
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3080
2961
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3081
|
-
/* stylelint-disable */
|
|
3082
2962
|
margin-left: -35px;
|
|
3083
2963
|
overflow: auto !important;
|
|
3084
|
-
/* stylelint-enable */
|
|
3085
2964
|
}
|
|
3086
2965
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3087
2966
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3100,10 +2979,6 @@
|
|
|
3100
2979
|
margin-left: 0;
|
|
3101
2980
|
margin-right: -35px;
|
|
3102
2981
|
}
|
|
3103
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3104
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3105
|
-
/* stylelint-disable */
|
|
3106
|
-
}
|
|
3107
2982
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3108
2983
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3109
2984
|
margin-left: 0;
|
|
@@ -3165,7 +3040,6 @@
|
|
|
3165
3040
|
}
|
|
3166
3041
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3167
3042
|
border: 0;
|
|
3168
|
-
/* stylelint-enable */
|
|
3169
3043
|
}
|
|
3170
3044
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3171
3045
|
margin: 0 0 0 6px;
|
|
@@ -3193,8 +3067,6 @@
|
|
|
3193
3067
|
overflow: auto;
|
|
3194
3068
|
padding: 20px;
|
|
3195
3069
|
padding-bottom: 0;
|
|
3196
|
-
/* stylelint-disable */
|
|
3197
|
-
/* stylelint-enable */
|
|
3198
3070
|
}
|
|
3199
3071
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3200
3072
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3233,9 +3105,6 @@
|
|
|
3233
3105
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3234
3106
|
float: right;
|
|
3235
3107
|
}
|
|
3236
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3237
|
-
/* stylelint-disable */
|
|
3238
|
-
}
|
|
3239
3108
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3240
3109
|
margin-left: 0;
|
|
3241
3110
|
}
|
|
@@ -3373,7 +3242,6 @@
|
|
|
3373
3242
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3374
3243
|
overflow: hidden;
|
|
3375
3244
|
padding: 0 !important;
|
|
3376
|
-
/* stylelint-enable */
|
|
3377
3245
|
}
|
|
3378
3246
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3379
3247
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3440,11 +3308,6 @@
|
|
|
3440
3308
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3441
3309
|
padding-right: 0;
|
|
3442
3310
|
}
|
|
3443
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3444
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3445
|
-
/* stylelint-disable */
|
|
3446
|
-
/* stylelint-enable */
|
|
3447
|
-
}
|
|
3448
3311
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3449
3312
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3450
3313
|
padding-left: 24px;
|
|
@@ -3494,7 +3357,6 @@
|
|
|
3494
3357
|
padding: 4px;
|
|
3495
3358
|
}
|
|
3496
3359
|
|
|
3497
|
-
/* stylelint-disable */
|
|
3498
3360
|
.e-button-drag-clone {
|
|
3499
3361
|
background-color: #400074 !important;
|
|
3500
3362
|
border: 1px solid #757575;
|
|
@@ -3528,12 +3390,6 @@
|
|
|
3528
3390
|
width: auto !important;
|
|
3529
3391
|
}
|
|
3530
3392
|
|
|
3531
|
-
/* stylelint-enable */
|
|
3532
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3533
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3534
|
-
/* stylelint-disable */
|
|
3535
|
-
/* stylelint-enable */
|
|
3536
|
-
}
|
|
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,
|
|
3538
3394
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
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,
|
|
@@ -3598,10 +3454,6 @@
|
|
|
3598
3454
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3599
3455
|
margin-left: 10px;
|
|
3600
3456
|
}
|
|
3601
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3602
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3603
|
-
/* stylelint-disable */
|
|
3604
|
-
}
|
|
3605
3457
|
.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,
|
|
3606
3458
|
.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 {
|
|
3607
3459
|
margin: 0 0 0 6px;
|
|
@@ -3750,7 +3602,6 @@
|
|
|
3750
3602
|
background-color: #757575;
|
|
3751
3603
|
}
|
|
3752
3604
|
|
|
3753
|
-
/* stylelint-disable */
|
|
3754
3605
|
*.e-rtl .e-select-table {
|
|
3755
3606
|
padding: 8px 5px;
|
|
3756
3607
|
}
|
|
@@ -3789,8 +3640,6 @@
|
|
|
3789
3640
|
font-size: 12px;
|
|
3790
3641
|
max-width: 700px;
|
|
3791
3642
|
min-width: 300px;
|
|
3792
|
-
/* stylelint-enable */
|
|
3793
|
-
/* stylelint-enable */
|
|
3794
3643
|
}
|
|
3795
3644
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3796
3645
|
display: -ms-flexbox;
|
|
@@ -3910,8 +3759,6 @@
|
|
|
3910
3759
|
display: -ms-flexbox;
|
|
3911
3760
|
display: flex;
|
|
3912
3761
|
padding-right: 15px;
|
|
3913
|
-
/* stylelint-disable */
|
|
3914
|
-
/* stylelint-enable */
|
|
3915
3762
|
}
|
|
3916
3763
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3917
3764
|
-ms-flex: auto;
|
|
@@ -3923,9 +3770,7 @@
|
|
|
3923
3770
|
color: #000;
|
|
3924
3771
|
cursor: pointer;
|
|
3925
3772
|
font-size: 14px;
|
|
3926
|
-
/* stylelint-disable */
|
|
3927
3773
|
height: 20px !important;
|
|
3928
|
-
/* stylelint-enable */
|
|
3929
3774
|
padding: 5px 0 0 4px;
|
|
3930
3775
|
width: 20px;
|
|
3931
3776
|
}
|
|
@@ -3958,13 +3803,9 @@
|
|
|
3958
3803
|
}
|
|
3959
3804
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3960
3805
|
overflow: hidden;
|
|
3961
|
-
/* stylelint-disable */
|
|
3962
|
-
/* stylelint-enable */
|
|
3963
3806
|
}
|
|
3964
3807
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3965
3808
|
margin-left: -40px;
|
|
3966
|
-
/* stylelint-disable */
|
|
3967
|
-
/* stylelint-enable */
|
|
3968
3809
|
}
|
|
3969
3810
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3970
3811
|
cursor: default;
|
|
@@ -4472,8 +4313,6 @@
|
|
|
4472
4313
|
}
|
|
4473
4314
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4474
4315
|
height: 369px;
|
|
4475
|
-
/* stylelint-disable */
|
|
4476
|
-
/* stylelint-enable */
|
|
4477
4316
|
}
|
|
4478
4317
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4479
4318
|
height: 392px !important;
|
|
@@ -4497,7 +4336,6 @@
|
|
|
4497
4336
|
display: -ms-flexbox;
|
|
4498
4337
|
display: flex;
|
|
4499
4338
|
padding: 10px 20px;
|
|
4500
|
-
/* stylelint-disable */
|
|
4501
4339
|
}
|
|
4502
4340
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4503
4341
|
float: right;
|
|
@@ -4534,8 +4372,6 @@
|
|
|
4534
4372
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4535
4373
|
margin-left: 0;
|
|
4536
4374
|
margin-right: -40px;
|
|
4537
|
-
/* stylelint-disable */
|
|
4538
|
-
/* stylelint-enable */
|
|
4539
4375
|
}
|
|
4540
4376
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4541
4377
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4566,8 +4402,6 @@
|
|
|
4566
4402
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4567
4403
|
padding-left: 15px;
|
|
4568
4404
|
padding-right: 0;
|
|
4569
|
-
/* stylelint-disable */
|
|
4570
|
-
/* stylelint-enable */
|
|
4571
4405
|
}
|
|
4572
4406
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4573
4407
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4649,10 +4483,8 @@
|
|
|
4649
4483
|
}
|
|
4650
4484
|
.e-pivotfieldlist-container.e-device {
|
|
4651
4485
|
height: 100%;
|
|
4652
|
-
/* stylelint-disable */
|
|
4653
4486
|
max-height: 100% !important;
|
|
4654
4487
|
max-width: 100% !important;
|
|
4655
|
-
/* stylelint-enable */
|
|
4656
4488
|
min-height: 500px;
|
|
4657
4489
|
width: 100%;
|
|
4658
4490
|
}
|
|
@@ -4757,8 +4589,6 @@
|
|
|
4757
4589
|
padding: 9px 16px;
|
|
4758
4590
|
text-transform: none;
|
|
4759
4591
|
width: 100%;
|
|
4760
|
-
/* stylelint-disable */
|
|
4761
|
-
/* stylelint-enable */
|
|
4762
4592
|
}
|
|
4763
4593
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4764
4594
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4948,10 +4778,6 @@
|
|
|
4948
4778
|
vertical-align: middle;
|
|
4949
4779
|
width: 70%;
|
|
4950
4780
|
}
|
|
4951
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4952
|
-
/* stylelint-disable */
|
|
4953
|
-
/* stylelint-enable */
|
|
4954
|
-
}
|
|
4955
4781
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4956
4782
|
background-color: #fff;
|
|
4957
4783
|
border: 1px solid #757575;
|
|
@@ -4999,10 +4825,6 @@
|
|
|
4999
4825
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5000
4826
|
margin-right: 12px;
|
|
5001
4827
|
}
|
|
5002
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5003
|
-
/* stylelint-disable */
|
|
5004
|
-
/* stylelint-enable */
|
|
5005
|
-
}
|
|
5006
4828
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5007
4829
|
left: 16px;
|
|
5008
4830
|
right: auto;
|
|
@@ -5152,10 +4974,6 @@
|
|
|
5152
4974
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5153
4975
|
max-height: 600px;
|
|
5154
4976
|
}
|
|
5155
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5156
|
-
/* stylelint-disable */
|
|
5157
|
-
/* stylelint-enable */
|
|
5158
|
-
}
|
|
5159
4977
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5160
4978
|
margin-left: 12px;
|
|
5161
4979
|
margin-right: 0;
|
|
@@ -5176,11 +4994,6 @@
|
|
|
5176
4994
|
margin-left: 20px;
|
|
5177
4995
|
}
|
|
5178
4996
|
|
|
5179
|
-
/* stylelint-disable */
|
|
5180
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5181
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5182
|
-
/* stylelint-enable */
|
|
5183
|
-
}
|
|
5184
4997
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5185
4998
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5186
4999
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5332,16 +5145,6 @@
|
|
|
5332
5145
|
margin-top: 4px;
|
|
5333
5146
|
padding: 0 12px;
|
|
5334
5147
|
}
|
|
5335
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5336
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5337
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5338
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5339
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5340
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5341
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5342
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5343
|
-
/* stylelint-disable */
|
|
5344
|
-
}
|
|
5345
5148
|
.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,
|
|
5346
5149
|
.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,
|
|
5347
5150
|
.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,
|
|
@@ -5353,7 +5156,6 @@
|
|
|
5353
5156
|
font-size: 14px;
|
|
5354
5157
|
height: 36px !important;
|
|
5355
5158
|
padding: 9px 16px !important;
|
|
5356
|
-
/* stylelint-enable */
|
|
5357
5159
|
}
|
|
5358
5160
|
.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,
|
|
5359
5161
|
.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,
|
|
@@ -5478,10 +5280,6 @@
|
|
|
5478
5280
|
.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 {
|
|
5479
5281
|
padding-top: 6px;
|
|
5480
5282
|
}
|
|
5481
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5482
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5483
|
-
/* stylelint-disable */
|
|
5484
|
-
}
|
|
5485
5283
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5486
5284
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5487
5285
|
padding-left: 16px;
|
|
@@ -5494,7 +5292,6 @@
|
|
|
5494
5292
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5495
5293
|
padding-left: 0;
|
|
5496
5294
|
padding-right: 5px;
|
|
5497
|
-
/* stylelint-enable */
|
|
5498
5295
|
}
|
|
5499
5296
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5500
5297
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5533,8 +5330,6 @@
|
|
|
5533
5330
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5534
5331
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5535
5332
|
padding-left: 20px;
|
|
5536
|
-
/* stylelint-disable */
|
|
5537
|
-
/* stylelint-enable */
|
|
5538
5333
|
}
|
|
5539
5334
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5540
5335
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5602,10 +5397,6 @@
|
|
|
5602
5397
|
padding-left: 0;
|
|
5603
5398
|
padding-right: 4px;
|
|
5604
5399
|
}
|
|
5605
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5606
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5607
|
-
/* stylelint-disable */
|
|
5608
|
-
}
|
|
5609
5400
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5610
5401
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5611
5402
|
max-height: 750px;
|
|
@@ -5642,6 +5433,4 @@
|
|
|
5642
5433
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5643
5434
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5644
5435
|
max-height: 164px;
|
|
5645
|
-
}
|
|
5646
|
-
|
|
5647
|
-
/* stylelint-enable */
|
|
5436
|
+
}
|