@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-dark.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;
|
|
@@ -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 #414040;
|
|
1242
1194
|
border-radius: 0;
|
|
1243
1195
|
box-shadow: none;
|
|
1244
|
-
/* stylelint-disable */
|
|
1245
1196
|
color: #dadada !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 {
|
|
@@ -1592,12 +1540,6 @@
|
|
|
1592
1540
|
.e-pivotview .e-expand::before {
|
|
1593
1541
|
font-size: 10px;
|
|
1594
1542
|
}
|
|
1595
|
-
.e-pivotview.e-rtl {
|
|
1596
|
-
/* stylelint-disable */
|
|
1597
|
-
/* stylelint-enable */
|
|
1598
|
-
/* stylelint-disable */
|
|
1599
|
-
/* stylelint-enable */
|
|
1600
|
-
}
|
|
1601
1543
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1602
1544
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1603
1545
|
margin-left: 0;
|
|
@@ -1669,10 +1611,8 @@
|
|
|
1669
1611
|
padding-right: 8px;
|
|
1670
1612
|
}
|
|
1671
1613
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1672
|
-
/* stylelint-disable */
|
|
1673
1614
|
padding-left: 8px;
|
|
1674
1615
|
padding-right: 0;
|
|
1675
|
-
/* stylelint-enable */
|
|
1676
1616
|
}
|
|
1677
1617
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1678
1618
|
margin-left: 4px;
|
|
@@ -1695,9 +1635,6 @@
|
|
|
1695
1635
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1696
1636
|
float: left;
|
|
1697
1637
|
}
|
|
1698
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1699
|
-
/* stylelint-disable */
|
|
1700
|
-
}
|
|
1701
1638
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1702
1639
|
line-height: 1em !important;
|
|
1703
1640
|
}
|
|
@@ -1775,13 +1712,6 @@
|
|
|
1775
1712
|
margin-right: 5px;
|
|
1776
1713
|
}
|
|
1777
1714
|
|
|
1778
|
-
.e-bigger .e-pivotview,
|
|
1779
|
-
.e-bigger.e-pivotview {
|
|
1780
|
-
/* stylelint-disable */
|
|
1781
|
-
/* stylelint-enable */
|
|
1782
|
-
/* stylelint-disable */
|
|
1783
|
-
/* stylelint-enable */
|
|
1784
|
-
}
|
|
1785
1715
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1786
1716
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1787
1717
|
margin: 5px;
|
|
@@ -1844,10 +1774,6 @@
|
|
|
1844
1774
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1845
1775
|
margin-top: 7px;
|
|
1846
1776
|
}
|
|
1847
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1848
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1849
|
-
/* stylelint-enable */
|
|
1850
|
-
}
|
|
1851
1777
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1852
1778
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1853
1779
|
height: 36px !important;
|
|
@@ -1888,7 +1814,6 @@
|
|
|
1888
1814
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1889
1815
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1890
1816
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1891
|
-
/* stylelint-disable */
|
|
1892
1817
|
font-size: 14px !important;
|
|
1893
1818
|
height: 20px;
|
|
1894
1819
|
margin-top: 1px;
|
|
@@ -2005,15 +1930,8 @@
|
|
|
2005
1930
|
}
|
|
2006
1931
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2007
1932
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2008
|
-
/* stylelint-disable */
|
|
2009
1933
|
font-size: 13px !important;
|
|
2010
1934
|
}
|
|
2011
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2012
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2013
|
-
/* stylelint-enable */
|
|
2014
|
-
/* stylelint-disable */
|
|
2015
|
-
/* stylelint-enable */
|
|
2016
|
-
}
|
|
2017
1935
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2018
1936
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2019
1937
|
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";
|
|
@@ -2387,10 +2296,8 @@
|
|
|
2387
2296
|
}
|
|
2388
2297
|
|
|
2389
2298
|
.e-pivot-formatting-dialog {
|
|
2390
|
-
/* stylelint-disable */
|
|
2391
2299
|
max-height: 480px !important;
|
|
2392
2300
|
width: 645px !important;
|
|
2393
|
-
/* stylelint-enable */
|
|
2394
2301
|
}
|
|
2395
2302
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2396
2303
|
padding-bottom: 4px;
|
|
@@ -2465,9 +2372,7 @@
|
|
|
2465
2372
|
border: 1px solid #4a4848;
|
|
2466
2373
|
border-radius: 0;
|
|
2467
2374
|
height: 28px;
|
|
2468
|
-
/* stylelint-disable */
|
|
2469
2375
|
margin: 0 !important;
|
|
2470
|
-
/* stylelint-enable */
|
|
2471
2376
|
padding-left: 6px;
|
|
2472
2377
|
padding-top: 6px;
|
|
2473
2378
|
width: 80px;
|
|
@@ -2488,9 +2393,7 @@
|
|
|
2488
2393
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2489
2394
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2490
2395
|
border: 1px solid #4a4848;
|
|
2491
|
-
/* stylelint-disable */
|
|
2492
2396
|
border-radius: 0 !important;
|
|
2493
|
-
/* stylelint-enable */
|
|
2494
2397
|
height: 40%;
|
|
2495
2398
|
left: -3px;
|
|
2496
2399
|
position: absolute;
|
|
@@ -2498,10 +2401,8 @@
|
|
|
2498
2401
|
width: 150%;
|
|
2499
2402
|
}
|
|
2500
2403
|
.e-pivot-formatting-dialog.e-device {
|
|
2501
|
-
/* stylelint-disable */
|
|
2502
2404
|
min-width: 320px !important;
|
|
2503
2405
|
width: 100% !important;
|
|
2504
|
-
/* stylelint-enable */
|
|
2505
2406
|
}
|
|
2506
2407
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2507
2408
|
width: 100% !important;
|
|
@@ -2550,11 +2451,7 @@
|
|
|
2550
2451
|
|
|
2551
2452
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2552
2453
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2553
|
-
/* stylelint-disable */
|
|
2554
2454
|
width: 706px !important;
|
|
2555
|
-
/* stylelint-enable */
|
|
2556
|
-
/* stylelint-disable */
|
|
2557
|
-
/* stylelint-enable */
|
|
2558
2455
|
}
|
|
2559
2456
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2560
2457
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2593,10 +2490,8 @@
|
|
|
2593
2490
|
}
|
|
2594
2491
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2595
2492
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2596
|
-
/* stylelint-disable */
|
|
2597
2493
|
min-width: 320px !important;
|
|
2598
2494
|
width: 100% !important;
|
|
2599
|
-
/* stylelint-enable */
|
|
2600
2495
|
}
|
|
2601
2496
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2602
2497
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2615,14 +2510,8 @@
|
|
|
2615
2510
|
}
|
|
2616
2511
|
|
|
2617
2512
|
.e-pivot-calc-dialog-div {
|
|
2618
|
-
/* stylelint-disable */
|
|
2619
2513
|
max-height: 550px !important;
|
|
2620
|
-
/* stylelint-enable */
|
|
2621
2514
|
min-width: 290px;
|
|
2622
|
-
/* stylelint-disable */
|
|
2623
|
-
/* stylelint-enable */
|
|
2624
|
-
/* stylelint-disable */
|
|
2625
|
-
/* stylelint-enable */
|
|
2626
2515
|
}
|
|
2627
2516
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2628
2517
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2667,11 +2556,9 @@
|
|
|
2667
2556
|
}
|
|
2668
2557
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2669
2558
|
color: #dadada;
|
|
2670
|
-
/* stylelint-disable */
|
|
2671
2559
|
float: right !important;
|
|
2672
2560
|
margin: 0;
|
|
2673
2561
|
margin-right: 12px !important;
|
|
2674
|
-
/* stylelint-enable */
|
|
2675
2562
|
}
|
|
2676
2563
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2677
2564
|
cursor: default;
|
|
@@ -2827,7 +2714,7 @@
|
|
|
2827
2714
|
display: inline-block;
|
|
2828
2715
|
height: 441px;
|
|
2829
2716
|
overflow: auto;
|
|
2830
|
-
width:
|
|
2717
|
+
width: 100% !important;
|
|
2831
2718
|
}
|
|
2832
2719
|
.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 {
|
|
2833
2720
|
display: inline-table;
|
|
@@ -2955,11 +2842,8 @@
|
|
|
2955
2842
|
|
|
2956
2843
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2957
2844
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2958
|
-
/* stylelint-disable */
|
|
2959
2845
|
max-height: 600px !important;
|
|
2960
2846
|
min-width: 401px !important;
|
|
2961
|
-
/* stylelint-enable */
|
|
2962
|
-
/* stylelint-disable */
|
|
2963
2847
|
}
|
|
2964
2848
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2965
2849
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3039,9 +2923,6 @@
|
|
|
3039
2923
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3040
2924
|
max-width: 400px !important;
|
|
3041
2925
|
min-width: 320px !important;
|
|
3042
|
-
/* stylelint-enable */
|
|
3043
|
-
/* stylelint-disable */
|
|
3044
|
-
/* stylelint-enable */
|
|
3045
2926
|
}
|
|
3046
2927
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3047
2928
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3079,10 +2960,8 @@
|
|
|
3079
2960
|
}
|
|
3080
2961
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3081
2962
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3082
|
-
/* stylelint-disable */
|
|
3083
2963
|
margin-left: -35px;
|
|
3084
2964
|
overflow: auto !important;
|
|
3085
|
-
/* stylelint-enable */
|
|
3086
2965
|
}
|
|
3087
2966
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3088
2967
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3101,10 +2980,6 @@
|
|
|
3101
2980
|
margin-left: 0;
|
|
3102
2981
|
margin-right: -35px;
|
|
3103
2982
|
}
|
|
3104
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3105
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3106
|
-
/* stylelint-disable */
|
|
3107
|
-
}
|
|
3108
2983
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3109
2984
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3110
2985
|
margin-left: 0;
|
|
@@ -3166,7 +3041,6 @@
|
|
|
3166
3041
|
}
|
|
3167
3042
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3168
3043
|
border: 0;
|
|
3169
|
-
/* stylelint-enable */
|
|
3170
3044
|
}
|
|
3171
3045
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3172
3046
|
margin: 0 0 0 6px;
|
|
@@ -3194,8 +3068,6 @@
|
|
|
3194
3068
|
overflow: auto;
|
|
3195
3069
|
padding: 20px;
|
|
3196
3070
|
padding-bottom: 0;
|
|
3197
|
-
/* stylelint-disable */
|
|
3198
|
-
/* stylelint-enable */
|
|
3199
3071
|
}
|
|
3200
3072
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3201
3073
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3234,9 +3106,6 @@
|
|
|
3234
3106
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3235
3107
|
float: right;
|
|
3236
3108
|
}
|
|
3237
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3238
|
-
/* stylelint-disable */
|
|
3239
|
-
}
|
|
3240
3109
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3241
3110
|
margin-left: 0;
|
|
3242
3111
|
}
|
|
@@ -3374,7 +3243,6 @@
|
|
|
3374
3243
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3375
3244
|
overflow: hidden;
|
|
3376
3245
|
padding: 0 !important;
|
|
3377
|
-
/* stylelint-enable */
|
|
3378
3246
|
}
|
|
3379
3247
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3380
3248
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3441,11 +3309,6 @@
|
|
|
3441
3309
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3442
3310
|
padding-right: 0;
|
|
3443
3311
|
}
|
|
3444
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3445
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3446
|
-
/* stylelint-disable */
|
|
3447
|
-
/* stylelint-enable */
|
|
3448
|
-
}
|
|
3449
3312
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3450
3313
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3451
3314
|
padding-left: 24px;
|
|
@@ -3495,7 +3358,6 @@
|
|
|
3495
3358
|
padding: 4px;
|
|
3496
3359
|
}
|
|
3497
3360
|
|
|
3498
|
-
/* stylelint-disable */
|
|
3499
3361
|
.e-button-drag-clone {
|
|
3500
3362
|
background-color: #f4f4f4 !important;
|
|
3501
3363
|
border: 1px solid #9a9a9a;
|
|
@@ -3529,12 +3391,6 @@
|
|
|
3529
3391
|
width: auto !important;
|
|
3530
3392
|
}
|
|
3531
3393
|
|
|
3532
|
-
/* stylelint-enable */
|
|
3533
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3534
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3535
|
-
/* stylelint-disable */
|
|
3536
|
-
/* stylelint-enable */
|
|
3537
|
-
}
|
|
3538
3394
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3539
3395
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3540
3396
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3599,10 +3455,6 @@
|
|
|
3599
3455
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3600
3456
|
margin-left: 10px;
|
|
3601
3457
|
}
|
|
3602
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3603
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3604
|
-
/* stylelint-disable */
|
|
3605
|
-
}
|
|
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
|
.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
|
margin: 0 0 0 6px;
|
|
@@ -3751,7 +3603,6 @@
|
|
|
3751
3603
|
background-color: #414040;
|
|
3752
3604
|
}
|
|
3753
3605
|
|
|
3754
|
-
/* stylelint-disable */
|
|
3755
3606
|
*.e-rtl .e-select-table {
|
|
3756
3607
|
padding: 8px 5px;
|
|
3757
3608
|
}
|
|
@@ -3790,8 +3641,6 @@
|
|
|
3790
3641
|
font-size: 14px;
|
|
3791
3642
|
max-width: 700px;
|
|
3792
3643
|
min-width: 300px;
|
|
3793
|
-
/* stylelint-enable */
|
|
3794
|
-
/* stylelint-enable */
|
|
3795
3644
|
}
|
|
3796
3645
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3797
3646
|
display: -ms-flexbox;
|
|
@@ -3911,8 +3760,6 @@
|
|
|
3911
3760
|
display: -ms-flexbox;
|
|
3912
3761
|
display: flex;
|
|
3913
3762
|
padding-right: 15px;
|
|
3914
|
-
/* stylelint-disable */
|
|
3915
|
-
/* stylelint-enable */
|
|
3916
3763
|
}
|
|
3917
3764
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3918
3765
|
-ms-flex: auto;
|
|
@@ -3924,9 +3771,7 @@
|
|
|
3924
3771
|
color: #dadada;
|
|
3925
3772
|
cursor: pointer;
|
|
3926
3773
|
font-size: 14px;
|
|
3927
|
-
/* stylelint-disable */
|
|
3928
3774
|
height: 20px !important;
|
|
3929
|
-
/* stylelint-enable */
|
|
3930
3775
|
padding: 5px 0 0 4px;
|
|
3931
3776
|
width: 20px;
|
|
3932
3777
|
}
|
|
@@ -3959,13 +3804,9 @@
|
|
|
3959
3804
|
}
|
|
3960
3805
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3961
3806
|
overflow: hidden;
|
|
3962
|
-
/* stylelint-disable */
|
|
3963
|
-
/* stylelint-enable */
|
|
3964
3807
|
}
|
|
3965
3808
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3966
3809
|
margin-left: -40px;
|
|
3967
|
-
/* stylelint-disable */
|
|
3968
|
-
/* stylelint-enable */
|
|
3969
3810
|
}
|
|
3970
3811
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3971
3812
|
cursor: default;
|
|
@@ -4473,8 +4314,6 @@
|
|
|
4473
4314
|
}
|
|
4474
4315
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4475
4316
|
height: 369px;
|
|
4476
|
-
/* stylelint-disable */
|
|
4477
|
-
/* stylelint-enable */
|
|
4478
4317
|
}
|
|
4479
4318
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4480
4319
|
height: 392px !important;
|
|
@@ -4498,7 +4337,6 @@
|
|
|
4498
4337
|
display: -ms-flexbox;
|
|
4499
4338
|
display: flex;
|
|
4500
4339
|
padding: 10px 20px;
|
|
4501
|
-
/* stylelint-disable */
|
|
4502
4340
|
}
|
|
4503
4341
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4504
4342
|
float: right;
|
|
@@ -4535,8 +4373,6 @@
|
|
|
4535
4373
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4536
4374
|
margin-left: 0;
|
|
4537
4375
|
margin-right: -40px;
|
|
4538
|
-
/* stylelint-disable */
|
|
4539
|
-
/* stylelint-enable */
|
|
4540
4376
|
}
|
|
4541
4377
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4542
4378
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4567,8 +4403,6 @@
|
|
|
4567
4403
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4568
4404
|
padding-left: 15px;
|
|
4569
4405
|
padding-right: 0;
|
|
4570
|
-
/* stylelint-disable */
|
|
4571
|
-
/* stylelint-enable */
|
|
4572
4406
|
}
|
|
4573
4407
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4574
4408
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4650,10 +4484,8 @@
|
|
|
4650
4484
|
}
|
|
4651
4485
|
.e-pivotfieldlist-container.e-device {
|
|
4652
4486
|
height: 100%;
|
|
4653
|
-
/* stylelint-disable */
|
|
4654
4487
|
max-height: 100% !important;
|
|
4655
4488
|
max-width: 100% !important;
|
|
4656
|
-
/* stylelint-enable */
|
|
4657
4489
|
min-height: 500px;
|
|
4658
4490
|
width: 100%;
|
|
4659
4491
|
}
|
|
@@ -4758,8 +4590,6 @@
|
|
|
4758
4590
|
padding: 9px 16px;
|
|
4759
4591
|
text-transform: none;
|
|
4760
4592
|
width: 100%;
|
|
4761
|
-
/* stylelint-disable */
|
|
4762
|
-
/* stylelint-enable */
|
|
4763
4593
|
}
|
|
4764
4594
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4765
4595
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4949,10 +4779,6 @@
|
|
|
4949
4779
|
vertical-align: middle;
|
|
4950
4780
|
width: 70%;
|
|
4951
4781
|
}
|
|
4952
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4953
|
-
/* stylelint-disable */
|
|
4954
|
-
/* stylelint-enable */
|
|
4955
|
-
}
|
|
4956
4782
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4957
4783
|
background-color: #201f1f;
|
|
4958
4784
|
border: 1px solid #514f4f;
|
|
@@ -5000,10 +4826,6 @@
|
|
|
5000
4826
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5001
4827
|
margin-right: 12px;
|
|
5002
4828
|
}
|
|
5003
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5004
|
-
/* stylelint-disable */
|
|
5005
|
-
/* stylelint-enable */
|
|
5006
|
-
}
|
|
5007
4829
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5008
4830
|
left: 16px;
|
|
5009
4831
|
right: auto;
|
|
@@ -5153,10 +4975,6 @@
|
|
|
5153
4975
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5154
4976
|
max-height: 600px;
|
|
5155
4977
|
}
|
|
5156
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5157
|
-
/* stylelint-disable */
|
|
5158
|
-
/* stylelint-enable */
|
|
5159
|
-
}
|
|
5160
4978
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5161
4979
|
margin-left: 12px;
|
|
5162
4980
|
margin-right: 0;
|
|
@@ -5177,11 +4995,6 @@
|
|
|
5177
4995
|
margin-left: 20px;
|
|
5178
4996
|
}
|
|
5179
4997
|
|
|
5180
|
-
/* stylelint-disable */
|
|
5181
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5182
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5183
|
-
/* stylelint-enable */
|
|
5184
|
-
}
|
|
5185
4998
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5186
4999
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5187
5000
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5333,16 +5146,6 @@
|
|
|
5333
5146
|
margin-top: 4px;
|
|
5334
5147
|
padding: 0 12px;
|
|
5335
5148
|
}
|
|
5336
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5337
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5338
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5339
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5340
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5341
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5342
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5343
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5344
|
-
/* stylelint-disable */
|
|
5345
|
-
}
|
|
5346
5149
|
.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,
|
|
5347
5150
|
.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,
|
|
5348
5151
|
.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,
|
|
@@ -5354,7 +5157,6 @@
|
|
|
5354
5157
|
font-size: 14px;
|
|
5355
5158
|
height: 36px !important;
|
|
5356
5159
|
padding: 9px 16px !important;
|
|
5357
|
-
/* stylelint-enable */
|
|
5358
5160
|
}
|
|
5359
5161
|
.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,
|
|
5360
5162
|
.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,
|
|
@@ -5479,10 +5281,6 @@
|
|
|
5479
5281
|
.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 {
|
|
5480
5282
|
padding-top: 7px;
|
|
5481
5283
|
}
|
|
5482
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5483
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5484
|
-
/* stylelint-disable */
|
|
5485
|
-
}
|
|
5486
5284
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5487
5285
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5488
5286
|
padding-left: 16px;
|
|
@@ -5495,7 +5293,6 @@
|
|
|
5495
5293
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5496
5294
|
padding-left: 0;
|
|
5497
5295
|
padding-right: 5px;
|
|
5498
|
-
/* stylelint-enable */
|
|
5499
5296
|
}
|
|
5500
5297
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5501
5298
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5534,8 +5331,6 @@
|
|
|
5534
5331
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5535
5332
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5536
5333
|
padding-left: 20px;
|
|
5537
|
-
/* stylelint-disable */
|
|
5538
|
-
/* stylelint-enable */
|
|
5539
5334
|
}
|
|
5540
5335
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5541
5336
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5603,10 +5398,6 @@
|
|
|
5603
5398
|
padding-left: 0;
|
|
5604
5399
|
padding-right: 4px;
|
|
5605
5400
|
}
|
|
5606
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5607
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5608
|
-
/* stylelint-disable */
|
|
5609
|
-
}
|
|
5610
5401
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5611
5402
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5612
5403
|
max-height: 750px;
|
|
@@ -5643,6 +5434,4 @@
|
|
|
5643
5434
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5644
5435
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5645
5436
|
max-height: 164px;
|
|
5646
|
-
}
|
|
5647
|
-
|
|
5648
|
-
/* stylelint-enable */
|
|
5437
|
+
}
|