@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/bootstrap.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
|
}
|
|
@@ -1105,18 +1063,12 @@
|
|
|
1105
1063
|
}
|
|
1106
1064
|
.e-pivotview .e-rowcell {
|
|
1107
1065
|
opacity: 1;
|
|
1108
|
-
/* stylelint-disable */
|
|
1109
|
-
/* stylelint-enable */
|
|
1110
1066
|
}
|
|
1111
1067
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1112
1068
|
-webkit-user-select: none;
|
|
1113
1069
|
-ms-user-select: none;
|
|
1114
1070
|
user-select: none;
|
|
1115
1071
|
}
|
|
1116
|
-
.e-pivotview .e-grouping-bar {
|
|
1117
|
-
/* stylelint-disable */
|
|
1118
|
-
/* stylelint-enable */
|
|
1119
|
-
}
|
|
1120
1072
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1121
1073
|
-ms-flex: auto;
|
|
1122
1074
|
flex: auto;
|
|
@@ -1242,9 +1194,7 @@
|
|
|
1242
1194
|
border: 1px solid #e6e6e6;
|
|
1243
1195
|
border-radius: 4px;
|
|
1244
1196
|
box-shadow: none;
|
|
1245
|
-
/* stylelint-disable */
|
|
1246
1197
|
color: #333 !important;
|
|
1247
|
-
/* stylelint-enable */
|
|
1248
1198
|
cursor: default;
|
|
1249
1199
|
display: -ms-flexbox;
|
|
1250
1200
|
display: flex;
|
|
@@ -1255,8 +1205,6 @@
|
|
|
1255
1205
|
text-transform: none;
|
|
1256
1206
|
vertical-align: bottom;
|
|
1257
1207
|
z-index: 1;
|
|
1258
|
-
/* stylelint-disable */
|
|
1259
|
-
/* stylelint-enable */
|
|
1260
1208
|
}
|
|
1261
1209
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1262
1210
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1578,7 +1526,7 @@
|
|
|
1578
1526
|
.e-pivotview .e-expand,
|
|
1579
1527
|
.e-pivotview .e-collapse {
|
|
1580
1528
|
cursor: pointer;
|
|
1581
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1582
1530
|
height: 18px;
|
|
1583
1531
|
margin-top: 5px;
|
|
1584
1532
|
text-align: center;
|
|
@@ -1593,12 +1541,6 @@
|
|
|
1593
1541
|
.e-pivotview .e-expand::before {
|
|
1594
1542
|
font-size: 10px;
|
|
1595
1543
|
}
|
|
1596
|
-
.e-pivotview.e-rtl {
|
|
1597
|
-
/* stylelint-disable */
|
|
1598
|
-
/* stylelint-enable */
|
|
1599
|
-
/* stylelint-disable */
|
|
1600
|
-
/* stylelint-enable */
|
|
1601
|
-
}
|
|
1602
1544
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1603
1545
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1604
1546
|
margin-left: 0;
|
|
@@ -1670,10 +1612,8 @@
|
|
|
1670
1612
|
padding-right: 8px;
|
|
1671
1613
|
}
|
|
1672
1614
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1673
|
-
/* stylelint-disable */
|
|
1674
1615
|
padding-left: 8px;
|
|
1675
1616
|
padding-right: 0;
|
|
1676
|
-
/* stylelint-enable */
|
|
1677
1617
|
}
|
|
1678
1618
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1679
1619
|
margin-left: 4px;
|
|
@@ -1696,9 +1636,6 @@
|
|
|
1696
1636
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1697
1637
|
float: left;
|
|
1698
1638
|
}
|
|
1699
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1700
|
-
/* stylelint-disable */
|
|
1701
|
-
}
|
|
1702
1639
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1703
1640
|
line-height: 1em !important;
|
|
1704
1641
|
}
|
|
@@ -1776,13 +1713,6 @@
|
|
|
1776
1713
|
margin-right: 5px;
|
|
1777
1714
|
}
|
|
1778
1715
|
|
|
1779
|
-
.e-bigger .e-pivotview,
|
|
1780
|
-
.e-bigger.e-pivotview {
|
|
1781
|
-
/* stylelint-disable */
|
|
1782
|
-
/* stylelint-enable */
|
|
1783
|
-
/* stylelint-disable */
|
|
1784
|
-
/* stylelint-enable */
|
|
1785
|
-
}
|
|
1786
1716
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1787
1717
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1788
1718
|
margin: 5px;
|
|
@@ -1845,10 +1775,6 @@
|
|
|
1845
1775
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1846
1776
|
margin-top: 6px;
|
|
1847
1777
|
}
|
|
1848
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1849
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1850
|
-
/* stylelint-enable */
|
|
1851
|
-
}
|
|
1852
1778
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1853
1779
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1854
1780
|
height: 36px !important;
|
|
@@ -1889,7 +1815,6 @@
|
|
|
1889
1815
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1890
1816
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1891
1817
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1892
|
-
/* stylelint-disable */
|
|
1893
1818
|
font-size: 14px !important;
|
|
1894
1819
|
height: 20px;
|
|
1895
1820
|
margin-top: 1px;
|
|
@@ -2006,15 +1931,8 @@
|
|
|
2006
1931
|
}
|
|
2007
1932
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2008
1933
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2009
|
-
/* stylelint-disable */
|
|
2010
1934
|
font-size: 13px !important;
|
|
2011
1935
|
}
|
|
2012
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2013
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2014
|
-
/* stylelint-enable */
|
|
2015
|
-
/* stylelint-disable */
|
|
2016
|
-
/* stylelint-enable */
|
|
2017
|
-
}
|
|
2018
1936
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2019
1937
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2020
1938
|
padding-right: 10px !important;
|
|
@@ -2085,10 +2003,6 @@
|
|
|
2085
2003
|
content: "\e614";
|
|
2086
2004
|
}
|
|
2087
2005
|
|
|
2088
|
-
.e-pivot-calc-dialog-div {
|
|
2089
|
-
/* stylelint-disable */
|
|
2090
|
-
/* stylelint-enable */
|
|
2091
|
-
}
|
|
2092
2006
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2093
2007
|
content: "\e330";
|
|
2094
2008
|
}
|
|
@@ -2187,11 +2101,6 @@
|
|
|
2187
2101
|
content: "\e665" !important;
|
|
2188
2102
|
}
|
|
2189
2103
|
|
|
2190
|
-
.e-pivotfieldlist-wrapper,
|
|
2191
|
-
.e-pivotfieldlist-container {
|
|
2192
|
-
/* stylelint-disable */
|
|
2193
|
-
/* stylelint-enable */
|
|
2194
|
-
}
|
|
2195
2104
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2196
2105
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2197
2106
|
content: "\e610";
|
|
@@ -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: 625px !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 #e6e6e6;
|
|
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 #e6e6e6;
|
|
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: 670px !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: 600px !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 {
|
|
@@ -2670,11 +2559,9 @@
|
|
|
2670
2559
|
}
|
|
2671
2560
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2672
2561
|
color: #333;
|
|
2673
|
-
/* stylelint-disable */
|
|
2674
2562
|
float: right !important;
|
|
2675
2563
|
margin: 0;
|
|
2676
2564
|
margin-right: 12px !important;
|
|
2677
|
-
/* stylelint-enable */
|
|
2678
2565
|
}
|
|
2679
2566
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2680
2567
|
cursor: default;
|
|
@@ -2958,11 +2845,8 @@
|
|
|
2958
2845
|
|
|
2959
2846
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2960
2847
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2961
|
-
/* stylelint-disable */
|
|
2962
2848
|
max-height: 600px !important;
|
|
2963
2849
|
min-width: 401px !important;
|
|
2964
|
-
/* stylelint-enable */
|
|
2965
|
-
/* stylelint-disable */
|
|
2966
2850
|
}
|
|
2967
2851
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2968
2852
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3042,9 +2926,6 @@
|
|
|
3042
2926
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3043
2927
|
max-width: 400px !important;
|
|
3044
2928
|
min-width: 320px !important;
|
|
3045
|
-
/* stylelint-enable */
|
|
3046
|
-
/* stylelint-disable */
|
|
3047
|
-
/* stylelint-enable */
|
|
3048
2929
|
}
|
|
3049
2930
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3050
2931
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3082,10 +2963,8 @@
|
|
|
3082
2963
|
}
|
|
3083
2964
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3084
2965
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3085
|
-
/* stylelint-disable */
|
|
3086
2966
|
margin-left: -35px;
|
|
3087
2967
|
overflow: auto !important;
|
|
3088
|
-
/* stylelint-enable */
|
|
3089
2968
|
}
|
|
3090
2969
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3091
2970
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3104,10 +2983,6 @@
|
|
|
3104
2983
|
margin-left: 0;
|
|
3105
2984
|
margin-right: -35px;
|
|
3106
2985
|
}
|
|
3107
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3108
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3109
|
-
/* stylelint-disable */
|
|
3110
|
-
}
|
|
3111
2986
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3112
2987
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3113
2988
|
margin-left: 0;
|
|
@@ -3169,7 +3044,6 @@
|
|
|
3169
3044
|
}
|
|
3170
3045
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3171
3046
|
border: 0;
|
|
3172
|
-
/* stylelint-enable */
|
|
3173
3047
|
}
|
|
3174
3048
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3175
3049
|
margin: 0 0 0 6px;
|
|
@@ -3197,8 +3071,6 @@
|
|
|
3197
3071
|
overflow: auto;
|
|
3198
3072
|
padding: 20px;
|
|
3199
3073
|
padding-bottom: 0;
|
|
3200
|
-
/* stylelint-disable */
|
|
3201
|
-
/* stylelint-enable */
|
|
3202
3074
|
}
|
|
3203
3075
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3204
3076
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -3237,9 +3109,6 @@
|
|
|
3237
3109
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3238
3110
|
float: right;
|
|
3239
3111
|
}
|
|
3240
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3241
|
-
/* stylelint-disable */
|
|
3242
|
-
}
|
|
3243
3112
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3244
3113
|
margin-left: 0;
|
|
3245
3114
|
}
|
|
@@ -3377,7 +3246,6 @@
|
|
|
3377
3246
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3378
3247
|
overflow: hidden;
|
|
3379
3248
|
padding: 0 !important;
|
|
3380
|
-
/* stylelint-enable */
|
|
3381
3249
|
}
|
|
3382
3250
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3383
3251
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3444,11 +3312,6 @@
|
|
|
3444
3312
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3445
3313
|
padding-right: 0;
|
|
3446
3314
|
}
|
|
3447
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3448
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3449
|
-
/* stylelint-disable */
|
|
3450
|
-
/* stylelint-enable */
|
|
3451
|
-
}
|
|
3452
3315
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3453
3316
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3454
3317
|
padding-left: 24px;
|
|
@@ -3498,7 +3361,6 @@
|
|
|
3498
3361
|
padding: 4px;
|
|
3499
3362
|
}
|
|
3500
3363
|
|
|
3501
|
-
/* stylelint-disable */
|
|
3502
3364
|
.e-button-drag-clone {
|
|
3503
3365
|
background-color: #fff !important;
|
|
3504
3366
|
border: 1px solid #e6e6e6;
|
|
@@ -3532,12 +3394,6 @@
|
|
|
3532
3394
|
width: auto !important;
|
|
3533
3395
|
}
|
|
3534
3396
|
|
|
3535
|
-
/* stylelint-enable */
|
|
3536
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3537
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3538
|
-
/* stylelint-disable */
|
|
3539
|
-
/* stylelint-enable */
|
|
3540
|
-
}
|
|
3541
3397
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3542
3398
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3543
3399
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3602,10 +3458,6 @@
|
|
|
3602
3458
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3603
3459
|
margin-left: 10px;
|
|
3604
3460
|
}
|
|
3605
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3606
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3607
|
-
/* stylelint-disable */
|
|
3608
|
-
}
|
|
3609
3461
|
.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,
|
|
3610
3462
|
.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 {
|
|
3611
3463
|
margin: 0 0 0 6px;
|
|
@@ -3754,7 +3606,6 @@
|
|
|
3754
3606
|
background-color: #999;
|
|
3755
3607
|
}
|
|
3756
3608
|
|
|
3757
|
-
/* stylelint-disable */
|
|
3758
3609
|
*.e-rtl .e-select-table {
|
|
3759
3610
|
padding: 8px 5px;
|
|
3760
3611
|
}
|
|
@@ -3793,8 +3644,6 @@
|
|
|
3793
3644
|
font-size: 12px;
|
|
3794
3645
|
max-width: 700px;
|
|
3795
3646
|
min-width: 300px;
|
|
3796
|
-
/* stylelint-enable */
|
|
3797
|
-
/* stylelint-enable */
|
|
3798
3647
|
}
|
|
3799
3648
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3800
3649
|
display: -ms-flexbox;
|
|
@@ -3914,8 +3763,6 @@
|
|
|
3914
3763
|
display: -ms-flexbox;
|
|
3915
3764
|
display: flex;
|
|
3916
3765
|
padding-right: 15px;
|
|
3917
|
-
/* stylelint-disable */
|
|
3918
|
-
/* stylelint-enable */
|
|
3919
3766
|
}
|
|
3920
3767
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
3921
3768
|
-ms-flex: auto;
|
|
@@ -3927,9 +3774,7 @@
|
|
|
3927
3774
|
color: #555;
|
|
3928
3775
|
cursor: pointer;
|
|
3929
3776
|
font-size: 14px;
|
|
3930
|
-
/* stylelint-disable */
|
|
3931
3777
|
height: 20px !important;
|
|
3932
|
-
/* stylelint-enable */
|
|
3933
3778
|
padding: 7px 0 0 4px;
|
|
3934
3779
|
width: 20px;
|
|
3935
3780
|
}
|
|
@@ -3962,13 +3807,9 @@
|
|
|
3962
3807
|
}
|
|
3963
3808
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
3964
3809
|
overflow: hidden;
|
|
3965
|
-
/* stylelint-disable */
|
|
3966
|
-
/* stylelint-enable */
|
|
3967
3810
|
}
|
|
3968
3811
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
3969
3812
|
margin-left: -40px;
|
|
3970
|
-
/* stylelint-disable */
|
|
3971
|
-
/* stylelint-enable */
|
|
3972
3813
|
}
|
|
3973
3814
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
3974
3815
|
cursor: default;
|
|
@@ -4476,8 +4317,6 @@
|
|
|
4476
4317
|
}
|
|
4477
4318
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4478
4319
|
height: 369px;
|
|
4479
|
-
/* stylelint-disable */
|
|
4480
|
-
/* stylelint-enable */
|
|
4481
4320
|
}
|
|
4482
4321
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4483
4322
|
height: 392px !important;
|
|
@@ -4501,7 +4340,6 @@
|
|
|
4501
4340
|
display: -ms-flexbox;
|
|
4502
4341
|
display: flex;
|
|
4503
4342
|
padding: 10px 20px;
|
|
4504
|
-
/* stylelint-disable */
|
|
4505
4343
|
}
|
|
4506
4344
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4507
4345
|
float: right;
|
|
@@ -4538,8 +4376,6 @@
|
|
|
4538
4376
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4539
4377
|
margin-left: 0;
|
|
4540
4378
|
margin-right: -40px;
|
|
4541
|
-
/* stylelint-disable */
|
|
4542
|
-
/* stylelint-enable */
|
|
4543
4379
|
}
|
|
4544
4380
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4545
4381
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4570,8 +4406,6 @@
|
|
|
4570
4406
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4571
4407
|
padding-left: 15px;
|
|
4572
4408
|
padding-right: 0;
|
|
4573
|
-
/* stylelint-disable */
|
|
4574
|
-
/* stylelint-enable */
|
|
4575
4409
|
}
|
|
4576
4410
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4577
4411
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4653,10 +4487,8 @@
|
|
|
4653
4487
|
}
|
|
4654
4488
|
.e-pivotfieldlist-container.e-device {
|
|
4655
4489
|
height: 100%;
|
|
4656
|
-
/* stylelint-disable */
|
|
4657
4490
|
max-height: 100% !important;
|
|
4658
4491
|
max-width: 100% !important;
|
|
4659
|
-
/* stylelint-enable */
|
|
4660
4492
|
min-height: 500px;
|
|
4661
4493
|
width: 100%;
|
|
4662
4494
|
}
|
|
@@ -4761,8 +4593,6 @@
|
|
|
4761
4593
|
padding: 9px 16px;
|
|
4762
4594
|
text-transform: none;
|
|
4763
4595
|
width: 100%;
|
|
4764
|
-
/* stylelint-disable */
|
|
4765
|
-
/* stylelint-enable */
|
|
4766
4596
|
}
|
|
4767
4597
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4768
4598
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -4952,10 +4782,6 @@
|
|
|
4952
4782
|
vertical-align: middle;
|
|
4953
4783
|
width: 70%;
|
|
4954
4784
|
}
|
|
4955
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
4956
|
-
/* stylelint-disable */
|
|
4957
|
-
/* stylelint-enable */
|
|
4958
|
-
}
|
|
4959
4785
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
4960
4786
|
background-color: #fff;
|
|
4961
4787
|
border: 1px solid #e6e6e6;
|
|
@@ -5002,10 +4828,6 @@
|
|
|
5002
4828
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5003
4829
|
margin-right: 12px;
|
|
5004
4830
|
}
|
|
5005
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5006
|
-
/* stylelint-disable */
|
|
5007
|
-
/* stylelint-enable */
|
|
5008
|
-
}
|
|
5009
4831
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5010
4832
|
left: 16px;
|
|
5011
4833
|
right: auto;
|
|
@@ -5155,10 +4977,6 @@
|
|
|
5155
4977
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5156
4978
|
max-height: 600px;
|
|
5157
4979
|
}
|
|
5158
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5159
|
-
/* stylelint-disable */
|
|
5160
|
-
/* stylelint-enable */
|
|
5161
|
-
}
|
|
5162
4980
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5163
4981
|
margin-left: 12px;
|
|
5164
4982
|
margin-right: 0;
|
|
@@ -5179,11 +4997,6 @@
|
|
|
5179
4997
|
margin-left: 20px;
|
|
5180
4998
|
}
|
|
5181
4999
|
|
|
5182
|
-
/* stylelint-disable */
|
|
5183
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5184
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5185
|
-
/* stylelint-enable */
|
|
5186
|
-
}
|
|
5187
5000
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5188
5001
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5189
5002
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5335,16 +5148,6 @@
|
|
|
5335
5148
|
margin-top: 4px;
|
|
5336
5149
|
padding: 0 12px;
|
|
5337
5150
|
}
|
|
5338
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5339
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5340
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5341
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5342
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5343
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5344
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5345
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5346
|
-
/* stylelint-disable */
|
|
5347
|
-
}
|
|
5348
5151
|
.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,
|
|
5349
5152
|
.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,
|
|
5350
5153
|
.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,
|
|
@@ -5356,7 +5159,6 @@
|
|
|
5356
5159
|
font-size: 14px;
|
|
5357
5160
|
height: 36px !important;
|
|
5358
5161
|
padding: 9px 16px !important;
|
|
5359
|
-
/* stylelint-enable */
|
|
5360
5162
|
}
|
|
5361
5163
|
.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,
|
|
5362
5164
|
.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,
|
|
@@ -5481,10 +5283,6 @@
|
|
|
5481
5283
|
.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 {
|
|
5482
5284
|
padding-top: 7px;
|
|
5483
5285
|
}
|
|
5484
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5485
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5486
|
-
/* stylelint-disable */
|
|
5487
|
-
}
|
|
5488
5286
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5489
5287
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5490
5288
|
padding-left: 16px;
|
|
@@ -5497,7 +5295,6 @@
|
|
|
5497
5295
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5498
5296
|
padding-left: 0;
|
|
5499
5297
|
padding-right: 5px;
|
|
5500
|
-
/* stylelint-enable */
|
|
5501
5298
|
}
|
|
5502
5299
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5503
5300
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5536,8 +5333,6 @@
|
|
|
5536
5333
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5537
5334
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5538
5335
|
padding-left: 20px;
|
|
5539
|
-
/* stylelint-disable */
|
|
5540
|
-
/* stylelint-enable */
|
|
5541
5336
|
}
|
|
5542
5337
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5543
5338
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5605,10 +5400,6 @@
|
|
|
5605
5400
|
padding-left: 0;
|
|
5606
5401
|
padding-right: 4px;
|
|
5607
5402
|
}
|
|
5608
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5609
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5610
|
-
/* stylelint-disable */
|
|
5611
|
-
}
|
|
5612
5403
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5613
5404
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5614
5405
|
max-height: 750px;
|
|
@@ -5645,6 +5436,4 @@
|
|
|
5645
5436
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5646
5437
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5647
5438
|
max-height: 176px;
|
|
5648
|
-
}
|
|
5649
|
-
|
|
5650
|
-
/* stylelint-enable */
|
|
5439
|
+
}
|