@syncfusion/ej2-angular-pivotview 20.2.43 → 20.2.45-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 +704 -0
- package/dist/ej2-angular-pivotview.umd.js +667 -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 +15 -29
- 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 +1 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +4 -215
- package/styles/bootstrap.css +4 -215
- package/styles/bootstrap4.css +5 -211
- package/styles/bootstrap5-dark.css +4 -217
- package/styles/bootstrap5.css +4 -217
- package/styles/fabric-dark.css +4 -215
- package/styles/fabric.css +4 -215
- package/styles/fluent-dark.css +4 -217
- package/styles/fluent.css +4 -217
- package/styles/highcontrast-light.css +4 -215
- package/styles/highcontrast.css +4 -215
- package/styles/material-dark.css +4 -215
- package/styles/material.css +4 -215
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -130
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +1 -130
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +1 -125
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -134
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +1 -134
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +1 -130
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +1 -130
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +1 -132
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +1 -132
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +1 -130
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +1 -130
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +1 -130
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +1 -130
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +1 -132
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +1 -132
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +3 -85
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +3 -85
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +4 -86
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +3 -83
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +3 -83
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +3 -85
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +3 -85
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +3 -85
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +3 -85
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +3 -85
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +3 -85
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +3 -85
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +3 -85
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +3 -83
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +3 -83
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +4 -215
- package/styles/tailwind.css +4 -215
- 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 -232
- 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 -190
- 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 -1848
- 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 -1857
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- 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 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- 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 -133
- 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 -133
- package/styles/pivotview/_fusionnew-definition.scss +0 -133
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1072
- package/styles/pivotview/_material-dark-definition.scss +0 -134
- package/styles/pivotview/_material-definition.scss +0 -130
- package/styles/pivotview/_material3-definition.scss +0 -133
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -133
- package/styles/pivotview/_theme.scss +0 -1581
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/styles/fabric.css
CHANGED
|
@@ -156,12 +156,6 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/*! PivotView layout */
|
|
159
|
-
.e-pivotview {
|
|
160
|
-
/* stylelint-disable */
|
|
161
|
-
/* stylelint-enable */
|
|
162
|
-
/* stylelint-enable */
|
|
163
|
-
/* stylelint-disable */
|
|
164
|
-
}
|
|
165
159
|
.e-pivotview .e-value-field-settings,
|
|
166
160
|
.e-pivotview .e-member-editor-dialog,
|
|
167
161
|
.e-pivotview .e-group-field-settings {
|
|
@@ -235,7 +229,6 @@
|
|
|
235
229
|
}
|
|
236
230
|
.e-pivotview .e-member-editor-dialog {
|
|
237
231
|
min-width: 320px;
|
|
238
|
-
/* stylelint-disable */
|
|
239
232
|
}
|
|
240
233
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
241
234
|
display: -ms-flexbox;
|
|
@@ -249,7 +242,6 @@
|
|
|
249
242
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
250
243
|
box-shadow: none;
|
|
251
244
|
margin-left: 10px;
|
|
252
|
-
/* stylelint-disable */
|
|
253
245
|
}
|
|
254
246
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
255
247
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -341,7 +333,6 @@
|
|
|
341
333
|
}
|
|
342
334
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
343
335
|
border: none;
|
|
344
|
-
/* stylelint-enable */
|
|
345
336
|
}
|
|
346
337
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
347
338
|
margin: 0 0 0 6px;
|
|
@@ -577,16 +568,13 @@
|
|
|
577
568
|
}
|
|
578
569
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
579
570
|
margin-left: 18px !important;
|
|
580
|
-
/* stylelint-enable */
|
|
581
571
|
}
|
|
582
572
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
583
|
-
/* stylelint-disable */
|
|
584
573
|
padding: 0 !important;
|
|
585
574
|
}
|
|
586
575
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
587
576
|
float: left;
|
|
588
577
|
font-weight: 500;
|
|
589
|
-
/* stylelint-enable */
|
|
590
578
|
}
|
|
591
579
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
592
580
|
float: right;
|
|
@@ -615,7 +603,6 @@
|
|
|
615
603
|
}
|
|
616
604
|
|
|
617
605
|
.e-pivotview-report-dialog {
|
|
618
|
-
/* stylelint-disable */
|
|
619
606
|
max-width: 350px !important;
|
|
620
607
|
}
|
|
621
608
|
|
|
@@ -635,7 +622,6 @@
|
|
|
635
622
|
max-width: 500px !important;
|
|
636
623
|
}
|
|
637
624
|
|
|
638
|
-
/* stylelint-enable */
|
|
639
625
|
.e-report-outer {
|
|
640
626
|
display: inline-block;
|
|
641
627
|
width: 100%;
|
|
@@ -647,7 +633,6 @@
|
|
|
647
633
|
width: 40%;
|
|
648
634
|
}
|
|
649
635
|
|
|
650
|
-
/* stylelint-disable */
|
|
651
636
|
.e-pivotview-report-input {
|
|
652
637
|
float: right;
|
|
653
638
|
width: 60% !important;
|
|
@@ -669,16 +654,11 @@
|
|
|
669
654
|
font-size: 18px !important;
|
|
670
655
|
}
|
|
671
656
|
|
|
672
|
-
/* stylelint-enable */
|
|
673
657
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
674
658
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
675
659
|
white-space: nowrap;
|
|
676
660
|
}
|
|
677
661
|
|
|
678
|
-
.e-drillthrough-dialog {
|
|
679
|
-
/* stylelint-disable */
|
|
680
|
-
/* stylelint-enable */
|
|
681
|
-
}
|
|
682
662
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
683
663
|
margin-bottom: 20px;
|
|
684
664
|
}
|
|
@@ -699,18 +679,9 @@
|
|
|
699
679
|
flex-wrap: wrap;
|
|
700
680
|
}
|
|
701
681
|
|
|
702
|
-
.e-bigger .e-pivotview,
|
|
703
|
-
.e-bigger.e-pivotview {
|
|
704
|
-
/* stylelint-disable */
|
|
705
|
-
/* stylelint-enable */
|
|
706
|
-
/* stylelint-disable */
|
|
707
|
-
/* stylelint-enable */
|
|
708
|
-
}
|
|
709
682
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
710
683
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
711
|
-
/* stylelint-disable */
|
|
712
684
|
height: 48px !important;
|
|
713
|
-
/* stylelint-enable */
|
|
714
685
|
}
|
|
715
686
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
716
687
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -866,18 +837,6 @@
|
|
|
866
837
|
}
|
|
867
838
|
|
|
868
839
|
/*! PivotView theme */
|
|
869
|
-
.e-pivotview {
|
|
870
|
-
/* stylelint-enable */
|
|
871
|
-
/* stylelint-disable */
|
|
872
|
-
/* stylelint-enable */
|
|
873
|
-
/* stylelint-disable */
|
|
874
|
-
/* stylelint-enable */
|
|
875
|
-
/* stylelint-disable */
|
|
876
|
-
/* stylelint-enable */
|
|
877
|
-
/* stylelint-disable */
|
|
878
|
-
/* stylelint-enable */
|
|
879
|
-
/* stylelint-enable */
|
|
880
|
-
}
|
|
881
840
|
.e-pivotview .e-nextspan {
|
|
882
841
|
display: inline-block;
|
|
883
842
|
width: 18px;
|
|
@@ -898,7 +857,6 @@
|
|
|
898
857
|
text-align: right;
|
|
899
858
|
}
|
|
900
859
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
|
-
/* stylelint-disable */
|
|
902
860
|
font-size: 13px !important;
|
|
903
861
|
padding-left: 8px;
|
|
904
862
|
-webkit-user-select: none;
|
|
@@ -1069,11 +1027,11 @@
|
|
|
1069
1027
|
border-right-width: 1px;
|
|
1070
1028
|
}
|
|
1071
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1072
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1073
1031
|
}
|
|
1074
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1075
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1076
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1077
1035
|
padding-left: 12px !important;
|
|
1078
1036
|
margin-top: 5px;
|
|
1079
1037
|
}
|
|
@@ -1102,18 +1060,12 @@
|
|
|
1102
1060
|
}
|
|
1103
1061
|
.e-pivotview .e-rowcell {
|
|
1104
1062
|
opacity: 1;
|
|
1105
|
-
/* stylelint-disable */
|
|
1106
|
-
/* stylelint-enable */
|
|
1107
1063
|
}
|
|
1108
1064
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1109
1065
|
-webkit-user-select: none;
|
|
1110
1066
|
-ms-user-select: none;
|
|
1111
1067
|
user-select: none;
|
|
1112
1068
|
}
|
|
1113
|
-
.e-pivotview .e-grouping-bar {
|
|
1114
|
-
/* stylelint-disable */
|
|
1115
|
-
/* stylelint-enable */
|
|
1116
|
-
}
|
|
1117
1069
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1118
1070
|
-ms-flex: auto;
|
|
1119
1071
|
flex: auto;
|
|
@@ -1239,9 +1191,7 @@
|
|
|
1239
1191
|
border: 1px solid #dadada;
|
|
1240
1192
|
border-radius: 0;
|
|
1241
1193
|
box-shadow: none;
|
|
1242
|
-
/* stylelint-disable */
|
|
1243
1194
|
color: #333 !important;
|
|
1244
|
-
/* stylelint-enable */
|
|
1245
1195
|
cursor: default;
|
|
1246
1196
|
display: -ms-flexbox;
|
|
1247
1197
|
display: flex;
|
|
@@ -1252,8 +1202,6 @@
|
|
|
1252
1202
|
text-transform: none;
|
|
1253
1203
|
vertical-align: bottom;
|
|
1254
1204
|
z-index: 1;
|
|
1255
|
-
/* stylelint-disable */
|
|
1256
|
-
/* stylelint-enable */
|
|
1257
1205
|
}
|
|
1258
1206
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1259
1207
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1575,7 +1523,7 @@
|
|
|
1575
1523
|
.e-pivotview .e-expand,
|
|
1576
1524
|
.e-pivotview .e-collapse {
|
|
1577
1525
|
cursor: pointer;
|
|
1578
|
-
display: inline
|
|
1526
|
+
display: inline;
|
|
1579
1527
|
height: 18px;
|
|
1580
1528
|
margin-top: 5px;
|
|
1581
1529
|
text-align: center;
|
|
@@ -1590,12 +1538,6 @@
|
|
|
1590
1538
|
.e-pivotview .e-expand::before {
|
|
1591
1539
|
font-size: 10px;
|
|
1592
1540
|
}
|
|
1593
|
-
.e-pivotview.e-rtl {
|
|
1594
|
-
/* stylelint-disable */
|
|
1595
|
-
/* stylelint-enable */
|
|
1596
|
-
/* stylelint-disable */
|
|
1597
|
-
/* stylelint-enable */
|
|
1598
|
-
}
|
|
1599
1541
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1600
1542
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1601
1543
|
margin-left: 0;
|
|
@@ -1667,10 +1609,8 @@
|
|
|
1667
1609
|
padding-right: 8px;
|
|
1668
1610
|
}
|
|
1669
1611
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1670
|
-
/* stylelint-disable */
|
|
1671
1612
|
padding-left: 8px;
|
|
1672
1613
|
padding-right: 0;
|
|
1673
|
-
/* stylelint-enable */
|
|
1674
1614
|
}
|
|
1675
1615
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1676
1616
|
margin-left: 4px;
|
|
@@ -1693,9 +1633,6 @@
|
|
|
1693
1633
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1694
1634
|
float: left;
|
|
1695
1635
|
}
|
|
1696
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1697
|
-
/* stylelint-disable */
|
|
1698
|
-
}
|
|
1699
1636
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1700
1637
|
line-height: 1em !important;
|
|
1701
1638
|
}
|
|
@@ -1773,13 +1710,6 @@
|
|
|
1773
1710
|
margin-right: 5px;
|
|
1774
1711
|
}
|
|
1775
1712
|
|
|
1776
|
-
.e-bigger .e-pivotview,
|
|
1777
|
-
.e-bigger.e-pivotview {
|
|
1778
|
-
/* stylelint-disable */
|
|
1779
|
-
/* stylelint-enable */
|
|
1780
|
-
/* stylelint-disable */
|
|
1781
|
-
/* stylelint-enable */
|
|
1782
|
-
}
|
|
1783
1713
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1784
1714
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1785
1715
|
margin: 5px;
|
|
@@ -1842,10 +1772,6 @@
|
|
|
1842
1772
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1843
1773
|
margin-top: 7px;
|
|
1844
1774
|
}
|
|
1845
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1846
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1847
|
-
/* stylelint-enable */
|
|
1848
|
-
}
|
|
1849
1775
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1850
1776
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1851
1777
|
height: 36px !important;
|
|
@@ -1886,7 +1812,6 @@
|
|
|
1886
1812
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1887
1813
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1888
1814
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1889
|
-
/* stylelint-disable */
|
|
1890
1815
|
font-size: 14px !important;
|
|
1891
1816
|
height: 20px;
|
|
1892
1817
|
margin-top: 1px;
|
|
@@ -2003,15 +1928,8 @@
|
|
|
2003
1928
|
}
|
|
2004
1929
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2005
1930
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2006
|
-
/* stylelint-disable */
|
|
2007
1931
|
font-size: 13px !important;
|
|
2008
1932
|
}
|
|
2009
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2010
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2011
|
-
/* stylelint-enable */
|
|
2012
|
-
/* stylelint-disable */
|
|
2013
|
-
/* stylelint-enable */
|
|
2014
|
-
}
|
|
2015
1933
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2016
1934
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2017
1935
|
padding-right: 10px !important;
|
|
@@ -2082,10 +2000,6 @@
|
|
|
2082
2000
|
content: "\e614";
|
|
2083
2001
|
}
|
|
2084
2002
|
|
|
2085
|
-
.e-pivot-calc-dialog-div {
|
|
2086
|
-
/* stylelint-disable */
|
|
2087
|
-
/* stylelint-enable */
|
|
2088
|
-
}
|
|
2089
2003
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2090
2004
|
content: "\e330";
|
|
2091
2005
|
}
|
|
@@ -2184,11 +2098,6 @@
|
|
|
2184
2098
|
content: "\e665" !important;
|
|
2185
2099
|
}
|
|
2186
2100
|
|
|
2187
|
-
.e-pivotfieldlist-wrapper,
|
|
2188
|
-
.e-pivotfieldlist-container {
|
|
2189
|
-
/* stylelint-disable */
|
|
2190
|
-
/* stylelint-enable */
|
|
2191
|
-
}
|
|
2192
2101
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2193
2102
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2194
2103
|
content: "\e962";
|
|
@@ -2384,10 +2293,8 @@
|
|
|
2384
2293
|
}
|
|
2385
2294
|
|
|
2386
2295
|
.e-pivot-formatting-dialog {
|
|
2387
|
-
/* stylelint-disable */
|
|
2388
2296
|
max-height: 480px !important;
|
|
2389
2297
|
width: 645px !important;
|
|
2390
|
-
/* stylelint-enable */
|
|
2391
2298
|
}
|
|
2392
2299
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2393
2300
|
padding-bottom: 4px;
|
|
@@ -2462,9 +2369,7 @@
|
|
|
2462
2369
|
border: 1px solid #dadada;
|
|
2463
2370
|
border-radius: 0;
|
|
2464
2371
|
height: 28px;
|
|
2465
|
-
/* stylelint-disable */
|
|
2466
2372
|
margin: 0 !important;
|
|
2467
|
-
/* stylelint-enable */
|
|
2468
2373
|
padding-left: 6px;
|
|
2469
2374
|
padding-top: 6px;
|
|
2470
2375
|
width: 80px;
|
|
@@ -2485,9 +2390,7 @@
|
|
|
2485
2390
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2486
2391
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2487
2392
|
border: 1px solid #dadada;
|
|
2488
|
-
/* stylelint-disable */
|
|
2489
2393
|
border-radius: 0 !important;
|
|
2490
|
-
/* stylelint-enable */
|
|
2491
2394
|
height: 40%;
|
|
2492
2395
|
left: -3px;
|
|
2493
2396
|
position: absolute;
|
|
@@ -2495,10 +2398,8 @@
|
|
|
2495
2398
|
width: 150%;
|
|
2496
2399
|
}
|
|
2497
2400
|
.e-pivot-formatting-dialog.e-device {
|
|
2498
|
-
/* stylelint-disable */
|
|
2499
2401
|
min-width: 320px !important;
|
|
2500
2402
|
width: 100% !important;
|
|
2501
|
-
/* stylelint-enable */
|
|
2502
2403
|
}
|
|
2503
2404
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2504
2405
|
width: 100% !important;
|
|
@@ -2547,11 +2448,7 @@
|
|
|
2547
2448
|
|
|
2548
2449
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2549
2450
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2550
|
-
/* stylelint-disable */
|
|
2551
2451
|
width: 706px !important;
|
|
2552
|
-
/* stylelint-enable */
|
|
2553
|
-
/* stylelint-disable */
|
|
2554
|
-
/* stylelint-enable */
|
|
2555
2452
|
}
|
|
2556
2453
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2557
2454
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2590,10 +2487,8 @@
|
|
|
2590
2487
|
}
|
|
2591
2488
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2592
2489
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2593
|
-
/* stylelint-disable */
|
|
2594
2490
|
min-width: 320px !important;
|
|
2595
2491
|
width: 100% !important;
|
|
2596
|
-
/* stylelint-enable */
|
|
2597
2492
|
}
|
|
2598
2493
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2599
2494
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2612,14 +2507,8 @@
|
|
|
2612
2507
|
}
|
|
2613
2508
|
|
|
2614
2509
|
.e-pivot-calc-dialog-div {
|
|
2615
|
-
/* stylelint-disable */
|
|
2616
2510
|
max-height: 600px !important;
|
|
2617
|
-
/* stylelint-enable */
|
|
2618
2511
|
min-width: 290px;
|
|
2619
|
-
/* stylelint-disable */
|
|
2620
|
-
/* stylelint-enable */
|
|
2621
|
-
/* stylelint-disable */
|
|
2622
|
-
/* stylelint-enable */
|
|
2623
2512
|
}
|
|
2624
2513
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2625
2514
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2667,11 +2556,9 @@
|
|
|
2667
2556
|
}
|
|
2668
2557
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2669
2558
|
color: #333;
|
|
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;
|
|
@@ -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: #fff !important;
|
|
3501
3363
|
border: 1px solid #d0d0d0;
|
|
@@ -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: #d0d0d0;
|
|
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: #666;
|
|
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: #fff;
|
|
4958
4784
|
border: 1px solid #d0d0d0;
|
|
@@ -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: 7px;
|
|
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: 166px;
|
|
5645
|
-
}
|
|
5646
|
-
|
|
5647
|
-
/* stylelint-enable */
|
|
5436
|
+
}
|