@syncfusion/ej2-angular-pivotview 20.2.38 → 20.2.39-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +395 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +683 -0
- package/dist/ej2-angular-pivotview.umd.js +666 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/pivotview-default/index.d.ts +3 -0
- package/schematics/generators/pivotview-default/index.js +8 -0
- package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-default/sample-details.js +7 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-default/schema.d.ts +3 -0
- package/schematics/generators/pivotview-default/schema.js +2 -0
- package/schematics/generators/pivotview-default/schema.json +125 -0
- package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/index.js +8 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
- package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +2 -213
- package/styles/bootstrap.css +2 -213
- package/styles/bootstrap4.css +3 -209
- package/styles/bootstrap5-dark.css +2 -215
- package/styles/bootstrap5.css +2 -215
- package/styles/fabric-dark.css +2 -213
- package/styles/fabric.css +2 -213
- package/styles/fluent-dark.css +3 -216
- package/styles/fluent.css +3 -216
- package/styles/highcontrast-light.css +2 -213
- package/styles/highcontrast.css +2 -213
- package/styles/material-dark.css +2 -213
- package/styles/material.css +2 -213
- package/styles/pivotfieldlist/bootstrap-dark.css +2 -131
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +2 -131
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +2 -126
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +2 -135
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +2 -135
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +2 -131
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +2 -131
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +3 -134
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +3 -134
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +2 -131
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +2 -131
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +2 -131
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +2 -131
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +3 -134
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +3 -134
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +0 -82
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +0 -82
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +1 -83
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +0 -80
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +0 -80
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +0 -82
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +0 -82
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +0 -82
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +0 -82
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +0 -82
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +0 -82
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +0 -82
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +0 -82
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +0 -80
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +0 -80
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +3 -214
- package/styles/tailwind.css +3 -214
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -233
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -190
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -186
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -191
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -187
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -187
- package/styles/pivotfieldlist/_layout.scss +0 -1852
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -187
- package/styles/pivotfieldlist/_material-definition.scss +0 -187
- package/styles/pivotfieldlist/_material3-definition.scss +0 -190
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -190
- package/styles/pivotfieldlist/_theme.scss +0 -1862
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -357
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_material.scss +0 -357
- package/styles/pivotfieldlist/icons/_material3.scss +0 -352
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -131
- package/styles/pivotview/_bootstrap-definition.scss +0 -128
- package/styles/pivotview/_bootstrap4-definition.scss +0 -128
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -131
- package/styles/pivotview/_fabric-dark-definition.scss +0 -130
- package/styles/pivotview/_fabric-definition.scss +0 -127
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -131
- package/styles/pivotview/_fusionnew-definition.scss +0 -131
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1073
- package/styles/pivotview/_material-dark-definition.scss +0 -132
- package/styles/pivotview/_material-definition.scss +0 -128
- package/styles/pivotview/_material3-definition.scss +0 -131
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -130
- package/styles/pivotview/_theme.scss +0 -1583
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/styles/tailwind.css
CHANGED
|
@@ -157,12 +157,6 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
/*! PivotView layout */
|
|
160
|
-
.e-pivotview {
|
|
161
|
-
/* stylelint-disable */
|
|
162
|
-
/* stylelint-enable */
|
|
163
|
-
/* stylelint-enable */
|
|
164
|
-
/* stylelint-disable */
|
|
165
|
-
}
|
|
166
160
|
.e-pivotview .e-value-field-settings,
|
|
167
161
|
.e-pivotview .e-member-editor-dialog,
|
|
168
162
|
.e-pivotview .e-group-field-settings {
|
|
@@ -237,7 +231,6 @@
|
|
|
237
231
|
}
|
|
238
232
|
.e-pivotview .e-member-editor-dialog {
|
|
239
233
|
min-width: 320px;
|
|
240
|
-
/* stylelint-disable */
|
|
241
234
|
}
|
|
242
235
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
243
236
|
display: -ms-flexbox;
|
|
@@ -257,7 +250,6 @@
|
|
|
257
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
258
251
|
box-shadow: none;
|
|
259
252
|
margin-left: 10px;
|
|
260
|
-
/* stylelint-disable */
|
|
261
253
|
}
|
|
262
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
263
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -351,7 +343,6 @@
|
|
|
351
343
|
}
|
|
352
344
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
353
345
|
border: none;
|
|
354
|
-
/* stylelint-enable */
|
|
355
346
|
}
|
|
356
347
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
357
348
|
margin: 0 0 0 6px;
|
|
@@ -597,16 +588,13 @@
|
|
|
597
588
|
}
|
|
598
589
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
599
590
|
margin-left: 18px !important;
|
|
600
|
-
/* stylelint-enable */
|
|
601
591
|
}
|
|
602
592
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
603
|
-
/* stylelint-disable */
|
|
604
593
|
padding: 0 !important;
|
|
605
594
|
}
|
|
606
595
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
607
596
|
float: left;
|
|
608
597
|
font-weight: 500;
|
|
609
|
-
/* stylelint-enable */
|
|
610
598
|
}
|
|
611
599
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
612
600
|
float: right;
|
|
@@ -635,7 +623,6 @@
|
|
|
635
623
|
}
|
|
636
624
|
|
|
637
625
|
.e-pivotview-report-dialog {
|
|
638
|
-
/* stylelint-disable */
|
|
639
626
|
max-width: 350px !important;
|
|
640
627
|
}
|
|
641
628
|
|
|
@@ -655,7 +642,6 @@
|
|
|
655
642
|
max-width: 500px !important;
|
|
656
643
|
}
|
|
657
644
|
|
|
658
|
-
/* stylelint-enable */
|
|
659
645
|
.e-report-outer {
|
|
660
646
|
display: inline-block;
|
|
661
647
|
width: 100%;
|
|
@@ -667,7 +653,6 @@
|
|
|
667
653
|
width: 40%;
|
|
668
654
|
}
|
|
669
655
|
|
|
670
|
-
/* stylelint-disable */
|
|
671
656
|
.e-pivotview-report-input {
|
|
672
657
|
float: right;
|
|
673
658
|
width: 60% !important;
|
|
@@ -689,16 +674,11 @@
|
|
|
689
674
|
font-size: 18px !important;
|
|
690
675
|
}
|
|
691
676
|
|
|
692
|
-
/* stylelint-enable */
|
|
693
677
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
694
678
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
695
679
|
white-space: nowrap;
|
|
696
680
|
}
|
|
697
681
|
|
|
698
|
-
.e-drillthrough-dialog {
|
|
699
|
-
/* stylelint-disable */
|
|
700
|
-
/* stylelint-enable */
|
|
701
|
-
}
|
|
702
682
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
703
683
|
margin-bottom: 20px;
|
|
704
684
|
}
|
|
@@ -719,13 +699,6 @@
|
|
|
719
699
|
flex-wrap: wrap;
|
|
720
700
|
}
|
|
721
701
|
|
|
722
|
-
.e-bigger .e-pivotview,
|
|
723
|
-
.e-bigger.e-pivotview {
|
|
724
|
-
/* stylelint-disable */
|
|
725
|
-
/* stylelint-enable */
|
|
726
|
-
/* stylelint-disable */
|
|
727
|
-
/* stylelint-enable */
|
|
728
|
-
}
|
|
729
702
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon,
|
|
730
703
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
731
704
|
line-height: 50px;
|
|
@@ -892,18 +865,6 @@
|
|
|
892
865
|
}
|
|
893
866
|
|
|
894
867
|
/*! PivotView theme */
|
|
895
|
-
.e-pivotview {
|
|
896
|
-
/* stylelint-enable */
|
|
897
|
-
/* stylelint-disable */
|
|
898
|
-
/* stylelint-enable */
|
|
899
|
-
/* stylelint-disable */
|
|
900
|
-
/* stylelint-enable */
|
|
901
|
-
/* stylelint-disable */
|
|
902
|
-
/* stylelint-enable */
|
|
903
|
-
/* stylelint-disable */
|
|
904
|
-
/* stylelint-enable */
|
|
905
|
-
/* stylelint-enable */
|
|
906
|
-
}
|
|
907
868
|
.e-pivotview .e-nextspan {
|
|
908
869
|
display: inline-block;
|
|
909
870
|
width: 18px;
|
|
@@ -924,7 +885,6 @@
|
|
|
924
885
|
text-align: right;
|
|
925
886
|
}
|
|
926
887
|
.e-pivotview .e-grid .e-rowcell {
|
|
927
|
-
/* stylelint-disable */
|
|
928
888
|
font-size: 14px !important;
|
|
929
889
|
padding-left: 8px;
|
|
930
890
|
-webkit-user-select: none;
|
|
@@ -1145,18 +1105,12 @@
|
|
|
1145
1105
|
}
|
|
1146
1106
|
.e-pivotview .e-rowcell {
|
|
1147
1107
|
opacity: 1;
|
|
1148
|
-
/* stylelint-disable */
|
|
1149
|
-
/* stylelint-enable */
|
|
1150
1108
|
}
|
|
1151
1109
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1152
1110
|
-webkit-user-select: none;
|
|
1153
1111
|
-ms-user-select: none;
|
|
1154
1112
|
user-select: none;
|
|
1155
1113
|
}
|
|
1156
|
-
.e-pivotview .e-grouping-bar {
|
|
1157
|
-
/* stylelint-disable */
|
|
1158
|
-
/* stylelint-enable */
|
|
1159
|
-
}
|
|
1160
1114
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1161
1115
|
-ms-flex: auto;
|
|
1162
1116
|
flex: auto;
|
|
@@ -1285,9 +1239,7 @@
|
|
|
1285
1239
|
border: 1px solid #e5e7eb;
|
|
1286
1240
|
border-radius: 0;
|
|
1287
1241
|
box-shadow: none;
|
|
1288
|
-
/* stylelint-disable */
|
|
1289
1242
|
color: #374151 !important;
|
|
1290
|
-
/* stylelint-enable */
|
|
1291
1243
|
cursor: default;
|
|
1292
1244
|
display: -ms-flexbox;
|
|
1293
1245
|
display: flex;
|
|
@@ -1298,8 +1250,6 @@
|
|
|
1298
1250
|
text-transform: none;
|
|
1299
1251
|
vertical-align: bottom;
|
|
1300
1252
|
z-index: 1;
|
|
1301
|
-
/* stylelint-disable */
|
|
1302
|
-
/* stylelint-enable */
|
|
1303
1253
|
}
|
|
1304
1254
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1305
1255
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1638,12 +1588,6 @@
|
|
|
1638
1588
|
.e-pivotview .e-expand::before {
|
|
1639
1589
|
font-size: 18px;
|
|
1640
1590
|
}
|
|
1641
|
-
.e-pivotview.e-rtl {
|
|
1642
|
-
/* stylelint-disable */
|
|
1643
|
-
/* stylelint-enable */
|
|
1644
|
-
/* stylelint-disable */
|
|
1645
|
-
/* stylelint-enable */
|
|
1646
|
-
}
|
|
1647
1591
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1648
1592
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1649
1593
|
margin-left: 0;
|
|
@@ -1715,10 +1659,8 @@
|
|
|
1715
1659
|
padding-right: 8px;
|
|
1716
1660
|
}
|
|
1717
1661
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1718
|
-
/* stylelint-disable */
|
|
1719
1662
|
padding-left: 8px;
|
|
1720
1663
|
padding-right: 0;
|
|
1721
|
-
/* stylelint-enable */
|
|
1722
1664
|
}
|
|
1723
1665
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1724
1666
|
margin-left: 4px;
|
|
@@ -1741,9 +1683,6 @@
|
|
|
1741
1683
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1742
1684
|
float: left;
|
|
1743
1685
|
}
|
|
1744
|
-
.e-pivotview.e-device .e-grouping-bar {
|
|
1745
|
-
/* stylelint-disable */
|
|
1746
|
-
}
|
|
1747
1686
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1748
1687
|
line-height: 1em !important;
|
|
1749
1688
|
}
|
|
@@ -1821,13 +1760,6 @@
|
|
|
1821
1760
|
margin-right: 5px;
|
|
1822
1761
|
}
|
|
1823
1762
|
|
|
1824
|
-
.e-bigger .e-pivotview,
|
|
1825
|
-
.e-bigger.e-pivotview {
|
|
1826
|
-
/* stylelint-disable */
|
|
1827
|
-
/* stylelint-enable */
|
|
1828
|
-
/* stylelint-disable */
|
|
1829
|
-
/* stylelint-enable */
|
|
1830
|
-
}
|
|
1831
1763
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1832
1764
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1833
1765
|
margin: 0;
|
|
@@ -1892,10 +1824,6 @@
|
|
|
1892
1824
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1893
1825
|
margin-top: 0;
|
|
1894
1826
|
}
|
|
1895
|
-
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1896
|
-
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1897
|
-
/* stylelint-enable */
|
|
1898
|
-
}
|
|
1899
1827
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1900
1828
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1901
1829
|
height: 36px !important;
|
|
@@ -1936,7 +1864,6 @@
|
|
|
1936
1864
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1937
1865
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1938
1866
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1939
|
-
/* stylelint-disable */
|
|
1940
1867
|
font-size: 14px !important;
|
|
1941
1868
|
height: 20px;
|
|
1942
1869
|
margin-top: 1px;
|
|
@@ -2066,16 +1993,9 @@
|
|
|
2066
1993
|
}
|
|
2067
1994
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2068
1995
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2069
|
-
/* stylelint-disable */
|
|
2070
1996
|
font-size: 16px !important;
|
|
2071
1997
|
padding: 0 12px;
|
|
2072
1998
|
}
|
|
2073
|
-
.e-bigger .e-pivotview.e-rtl,
|
|
2074
|
-
.e-bigger.e-pivotview.e-rtl {
|
|
2075
|
-
/* stylelint-enable */
|
|
2076
|
-
/* stylelint-disable */
|
|
2077
|
-
/* stylelint-enable */
|
|
2078
|
-
}
|
|
2079
1999
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2080
2000
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2081
2001
|
padding-right: 10px !important;
|
|
@@ -2154,10 +2074,6 @@
|
|
|
2154
2074
|
content: "\e774";
|
|
2155
2075
|
}
|
|
2156
2076
|
|
|
2157
|
-
.e-pivot-calc-dialog-div {
|
|
2158
|
-
/* stylelint-disable */
|
|
2159
|
-
/* stylelint-enable */
|
|
2160
|
-
}
|
|
2161
2077
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2162
2078
|
content: "\e726";
|
|
2163
2079
|
}
|
|
@@ -2256,11 +2172,6 @@
|
|
|
2256
2172
|
content: "\e7d8" !important;
|
|
2257
2173
|
}
|
|
2258
2174
|
|
|
2259
|
-
.e-pivotfieldlist-wrapper,
|
|
2260
|
-
.e-pivotfieldlist-container {
|
|
2261
|
-
/* stylelint-disable */
|
|
2262
|
-
/* stylelint-enable */
|
|
2263
|
-
}
|
|
2264
2175
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2265
2176
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2266
2177
|
content: "\e773";
|
|
@@ -2455,10 +2366,8 @@
|
|
|
2455
2366
|
}
|
|
2456
2367
|
|
|
2457
2368
|
.e-pivot-formatting-dialog {
|
|
2458
|
-
/* stylelint-disable */
|
|
2459
2369
|
max-height: 480px !important;
|
|
2460
2370
|
width: 640px !important;
|
|
2461
|
-
/* stylelint-enable */
|
|
2462
2371
|
}
|
|
2463
2372
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2464
2373
|
padding-bottom: 4px;
|
|
@@ -2533,9 +2442,7 @@
|
|
|
2533
2442
|
border: 1px solid #e5e7eb;
|
|
2534
2443
|
border-radius: 4px;
|
|
2535
2444
|
height: 28px;
|
|
2536
|
-
/* stylelint-disable */
|
|
2537
2445
|
margin: 0 !important;
|
|
2538
|
-
/* stylelint-enable */
|
|
2539
2446
|
padding-left: 6px;
|
|
2540
2447
|
padding-top: 6px;
|
|
2541
2448
|
width: 80px;
|
|
@@ -2556,9 +2463,7 @@
|
|
|
2556
2463
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2557
2464
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2558
2465
|
border: 1px solid #e5e7eb;
|
|
2559
|
-
/* stylelint-disable */
|
|
2560
2466
|
border-radius: 0 !important;
|
|
2561
|
-
/* stylelint-enable */
|
|
2562
2467
|
height: 40%;
|
|
2563
2468
|
left: -3px;
|
|
2564
2469
|
position: absolute;
|
|
@@ -2566,10 +2471,8 @@
|
|
|
2566
2471
|
width: 150%;
|
|
2567
2472
|
}
|
|
2568
2473
|
.e-pivot-formatting-dialog.e-device {
|
|
2569
|
-
/* stylelint-disable */
|
|
2570
2474
|
min-width: 320px !important;
|
|
2571
2475
|
width: 100% !important;
|
|
2572
|
-
/* stylelint-enable */
|
|
2573
2476
|
}
|
|
2574
2477
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2575
2478
|
width: 100% !important;
|
|
@@ -2621,11 +2524,7 @@
|
|
|
2621
2524
|
|
|
2622
2525
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2623
2526
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2624
|
-
/* stylelint-disable */
|
|
2625
2527
|
width: 730px !important;
|
|
2626
|
-
/* stylelint-enable */
|
|
2627
|
-
/* stylelint-disable */
|
|
2628
|
-
/* stylelint-enable */
|
|
2629
2528
|
}
|
|
2630
2529
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2631
2530
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2664,10 +2563,8 @@
|
|
|
2664
2563
|
}
|
|
2665
2564
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
2666
2565
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
2667
|
-
/* stylelint-disable */
|
|
2668
2566
|
min-width: 320px !important;
|
|
2669
2567
|
width: 100% !important;
|
|
2670
|
-
/* stylelint-enable */
|
|
2671
2568
|
}
|
|
2672
2569
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
2673
2570
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -2687,14 +2584,8 @@
|
|
|
2687
2584
|
}
|
|
2688
2585
|
|
|
2689
2586
|
.e-pivot-calc-dialog-div {
|
|
2690
|
-
/* stylelint-disable */
|
|
2691
2587
|
max-height: 550px !important;
|
|
2692
|
-
/* stylelint-enable */
|
|
2693
2588
|
min-width: 290px;
|
|
2694
|
-
/* stylelint-disable */
|
|
2695
|
-
/* stylelint-enable */
|
|
2696
|
-
/* stylelint-disable */
|
|
2697
|
-
/* stylelint-enable */
|
|
2698
2589
|
}
|
|
2699
2590
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
2700
2591
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -2740,11 +2631,9 @@
|
|
|
2740
2631
|
}
|
|
2741
2632
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
2742
2633
|
color: #6b7280;
|
|
2743
|
-
/* stylelint-disable */
|
|
2744
2634
|
float: right !important;
|
|
2745
2635
|
margin: 0;
|
|
2746
2636
|
margin-right: 12px !important;
|
|
2747
|
-
/* stylelint-enable */
|
|
2748
2637
|
}
|
|
2749
2638
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
2750
2639
|
cursor: default;
|
|
@@ -2795,14 +2684,12 @@
|
|
|
2795
2684
|
margin-right: 4px;
|
|
2796
2685
|
pointer-events: auto;
|
|
2797
2686
|
width: 24px;
|
|
2798
|
-
/* stylelint-disable */
|
|
2799
2687
|
height: 20px;
|
|
2800
2688
|
margin-top: 0;
|
|
2801
2689
|
padding: 0 5px;
|
|
2802
2690
|
position: relative;
|
|
2803
2691
|
bottom: 1px;
|
|
2804
2692
|
width: 20px;
|
|
2805
|
-
/* stylelint-enable */
|
|
2806
2693
|
}
|
|
2807
2694
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
2808
2695
|
color: #6b7280;
|
|
@@ -2916,9 +2803,9 @@
|
|
|
2916
2803
|
}
|
|
2917
2804
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2918
2805
|
display: inline-block;
|
|
2919
|
-
height:
|
|
2806
|
+
height: 398px;
|
|
2920
2807
|
overflow: auto;
|
|
2921
|
-
width:
|
|
2808
|
+
width: 100% !important;
|
|
2922
2809
|
}
|
|
2923
2810
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2924
2811
|
display: inline-table;
|
|
@@ -3048,11 +2935,8 @@
|
|
|
3048
2935
|
|
|
3049
2936
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3050
2937
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3051
|
-
/* stylelint-disable */
|
|
3052
2938
|
max-height: 600px !important;
|
|
3053
2939
|
min-width: 401px !important;
|
|
3054
|
-
/* stylelint-enable */
|
|
3055
|
-
/* stylelint-disable */
|
|
3056
2940
|
}
|
|
3057
2941
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3058
2942
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3138,9 +3022,6 @@
|
|
|
3138
3022
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3139
3023
|
max-width: 400px !important;
|
|
3140
3024
|
min-width: 320px !important;
|
|
3141
|
-
/* stylelint-enable */
|
|
3142
|
-
/* stylelint-disable */
|
|
3143
|
-
/* stylelint-enable */
|
|
3144
3025
|
}
|
|
3145
3026
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3146
3027
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -3178,10 +3059,8 @@
|
|
|
3178
3059
|
}
|
|
3179
3060
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3180
3061
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3181
|
-
/* stylelint-disable */
|
|
3182
3062
|
margin-left: -22px;
|
|
3183
3063
|
overflow: auto !important;
|
|
3184
|
-
/* stylelint-enable */
|
|
3185
3064
|
}
|
|
3186
3065
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3187
3066
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3200,10 +3079,6 @@
|
|
|
3200
3079
|
margin-left: 0;
|
|
3201
3080
|
margin-right: -22px;
|
|
3202
3081
|
}
|
|
3203
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3204
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3205
|
-
/* stylelint-disable */
|
|
3206
|
-
}
|
|
3207
3082
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3208
3083
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3209
3084
|
margin-left: 0;
|
|
@@ -3265,7 +3140,6 @@
|
|
|
3265
3140
|
}
|
|
3266
3141
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3267
3142
|
border: 0;
|
|
3268
|
-
/* stylelint-enable */
|
|
3269
3143
|
}
|
|
3270
3144
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3271
3145
|
margin: 0 0 0 6px;
|
|
@@ -3295,8 +3169,6 @@
|
|
|
3295
3169
|
overflow: auto;
|
|
3296
3170
|
padding: 20px;
|
|
3297
3171
|
padding-bottom: 0;
|
|
3298
|
-
/* stylelint-disable */
|
|
3299
|
-
/* stylelint-enable */
|
|
3300
3172
|
padding-top: 0;
|
|
3301
3173
|
}
|
|
3302
3174
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
@@ -3337,9 +3209,6 @@
|
|
|
3337
3209
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
3338
3210
|
float: right;
|
|
3339
3211
|
}
|
|
3340
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3341
|
-
/* stylelint-disable */
|
|
3342
|
-
}
|
|
3343
3212
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
3344
3213
|
margin-left: 0;
|
|
3345
3214
|
}
|
|
@@ -3479,7 +3348,6 @@
|
|
|
3479
3348
|
overflow: hidden;
|
|
3480
3349
|
padding: 0 !important;
|
|
3481
3350
|
padding: 12px 0 0 0 !important;
|
|
3482
|
-
/* stylelint-enable */
|
|
3483
3351
|
}
|
|
3484
3352
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3485
3353
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3551,11 +3419,6 @@
|
|
|
3551
3419
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
3552
3420
|
padding-right: 0;
|
|
3553
3421
|
}
|
|
3554
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
3555
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
3556
|
-
/* stylelint-disable */
|
|
3557
|
-
/* stylelint-enable */
|
|
3558
|
-
}
|
|
3559
3422
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
3560
3423
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
3561
3424
|
padding-left: 24px;
|
|
@@ -3605,7 +3468,6 @@
|
|
|
3605
3468
|
padding: 4px;
|
|
3606
3469
|
}
|
|
3607
3470
|
|
|
3608
|
-
/* stylelint-disable */
|
|
3609
3471
|
.e-button-drag-clone {
|
|
3610
3472
|
background-color: #e5e7eb !important;
|
|
3611
3473
|
border: 1px solid #e5e7eb;
|
|
@@ -3645,12 +3507,6 @@
|
|
|
3645
3507
|
width: auto !important;
|
|
3646
3508
|
}
|
|
3647
3509
|
|
|
3648
|
-
/* stylelint-enable */
|
|
3649
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
3650
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
3651
|
-
/* stylelint-disable */
|
|
3652
|
-
/* stylelint-enable */
|
|
3653
|
-
}
|
|
3654
3510
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3655
3511
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3656
3512
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -3715,10 +3571,6 @@
|
|
|
3715
3571
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
3716
3572
|
margin-left: 10px;
|
|
3717
3573
|
}
|
|
3718
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
3719
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3720
|
-
/* stylelint-disable */
|
|
3721
|
-
}
|
|
3722
3574
|
.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,
|
|
3723
3575
|
.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 {
|
|
3724
3576
|
margin: 0 0 0 6px;
|
|
@@ -3871,7 +3723,6 @@
|
|
|
3871
3723
|
background-color: #e5e7eb;
|
|
3872
3724
|
}
|
|
3873
3725
|
|
|
3874
|
-
/* stylelint-disable */
|
|
3875
3726
|
*.e-rtl .e-select-table {
|
|
3876
3727
|
padding: 8px 5px;
|
|
3877
3728
|
}
|
|
@@ -3910,8 +3761,6 @@
|
|
|
3910
3761
|
font-size: 14px;
|
|
3911
3762
|
max-width: 700px;
|
|
3912
3763
|
min-width: 300px;
|
|
3913
|
-
/* stylelint-enable */
|
|
3914
|
-
/* stylelint-enable */
|
|
3915
3764
|
}
|
|
3916
3765
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
3917
3766
|
display: -ms-flexbox;
|
|
@@ -4034,8 +3883,6 @@
|
|
|
4034
3883
|
display: -ms-flexbox;
|
|
4035
3884
|
display: flex;
|
|
4036
3885
|
padding-right: 18px;
|
|
4037
|
-
/* stylelint-disable */
|
|
4038
|
-
/* stylelint-enable */
|
|
4039
3886
|
}
|
|
4040
3887
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
4041
3888
|
-ms-flex: auto;
|
|
@@ -4047,9 +3894,7 @@
|
|
|
4047
3894
|
color: #374151;
|
|
4048
3895
|
cursor: pointer;
|
|
4049
3896
|
font-size: 14px;
|
|
4050
|
-
/* stylelint-disable */
|
|
4051
3897
|
height: 20px !important;
|
|
4052
|
-
/* stylelint-enable */
|
|
4053
3898
|
padding: 6px 0 0 4px;
|
|
4054
3899
|
width: 20px;
|
|
4055
3900
|
}
|
|
@@ -4082,13 +3927,9 @@
|
|
|
4082
3927
|
}
|
|
4083
3928
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
4084
3929
|
overflow: hidden;
|
|
4085
|
-
/* stylelint-disable */
|
|
4086
|
-
/* stylelint-enable */
|
|
4087
3930
|
}
|
|
4088
3931
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
4089
3932
|
margin-left: -30px;
|
|
4090
|
-
/* stylelint-disable */
|
|
4091
|
-
/* stylelint-enable */
|
|
4092
3933
|
}
|
|
4093
3934
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
4094
3935
|
cursor: default;
|
|
@@ -4610,8 +4451,6 @@
|
|
|
4610
4451
|
}
|
|
4611
4452
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4612
4453
|
height: 369px;
|
|
4613
|
-
/* stylelint-disable */
|
|
4614
|
-
/* stylelint-enable */
|
|
4615
4454
|
}
|
|
4616
4455
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4617
4456
|
height: 389px !important;
|
|
@@ -4635,7 +4474,6 @@
|
|
|
4635
4474
|
display: -ms-flexbox;
|
|
4636
4475
|
display: flex;
|
|
4637
4476
|
padding: 10px 18px;
|
|
4638
|
-
/* stylelint-disable */
|
|
4639
4477
|
}
|
|
4640
4478
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4641
4479
|
float: right;
|
|
@@ -4672,8 +4510,6 @@
|
|
|
4672
4510
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
4673
4511
|
margin-left: 0;
|
|
4674
4512
|
margin-right: -30px;
|
|
4675
|
-
/* stylelint-disable */
|
|
4676
|
-
/* stylelint-enable */
|
|
4677
4513
|
}
|
|
4678
4514
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
4679
4515
|
font-family: Inter;
|
|
@@ -4704,8 +4540,6 @@
|
|
|
4704
4540
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4705
4541
|
padding-left: 18px;
|
|
4706
4542
|
padding-right: 0;
|
|
4707
|
-
/* stylelint-disable */
|
|
4708
|
-
/* stylelint-enable */
|
|
4709
4543
|
}
|
|
4710
4544
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
4711
4545
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -4787,10 +4621,8 @@
|
|
|
4787
4621
|
}
|
|
4788
4622
|
.e-pivotfieldlist-container.e-device {
|
|
4789
4623
|
height: 100%;
|
|
4790
|
-
/* stylelint-disable */
|
|
4791
4624
|
max-height: 100% !important;
|
|
4792
4625
|
max-width: 100% !important;
|
|
4793
|
-
/* stylelint-enable */
|
|
4794
4626
|
min-height: 500px;
|
|
4795
4627
|
width: 100%;
|
|
4796
4628
|
}
|
|
@@ -4897,8 +4729,6 @@
|
|
|
4897
4729
|
padding: 9px 16px;
|
|
4898
4730
|
text-transform: none;
|
|
4899
4731
|
width: 100%;
|
|
4900
|
-
/* stylelint-disable */
|
|
4901
|
-
/* stylelint-enable */
|
|
4902
4732
|
}
|
|
4903
4733
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
4904
4734
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5090,10 +4920,6 @@
|
|
|
5090
4920
|
vertical-align: middle;
|
|
5091
4921
|
width: 70%;
|
|
5092
4922
|
}
|
|
5093
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
5094
|
-
/* stylelint-disable */
|
|
5095
|
-
/* stylelint-enable */
|
|
5096
|
-
}
|
|
5097
4923
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5098
4924
|
background-color: #fff;
|
|
5099
4925
|
border: 1px solid #e5e7eb;
|
|
@@ -5141,10 +4967,6 @@
|
|
|
5141
4967
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
5142
4968
|
margin-right: 12px;
|
|
5143
4969
|
}
|
|
5144
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
5145
|
-
/* stylelint-disable */
|
|
5146
|
-
/* stylelint-enable */
|
|
5147
|
-
}
|
|
5148
4970
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
5149
4971
|
left: 16px;
|
|
5150
4972
|
right: auto;
|
|
@@ -5294,10 +5116,6 @@
|
|
|
5294
5116
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
5295
5117
|
max-height: 600px;
|
|
5296
5118
|
}
|
|
5297
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
5298
|
-
/* stylelint-disable */
|
|
5299
|
-
/* stylelint-enable */
|
|
5300
|
-
}
|
|
5301
5119
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
5302
5120
|
margin-left: 12px;
|
|
5303
5121
|
margin-right: 0;
|
|
@@ -5318,11 +5136,6 @@
|
|
|
5318
5136
|
margin-left: 20px;
|
|
5319
5137
|
}
|
|
5320
5138
|
|
|
5321
|
-
/* stylelint-disable */
|
|
5322
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
5323
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
5324
|
-
/* stylelint-enable */
|
|
5325
|
-
}
|
|
5326
5139
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
5327
5140
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
5328
5141
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -5474,16 +5287,6 @@
|
|
|
5474
5287
|
margin-top: 4px;
|
|
5475
5288
|
padding: 0 12px;
|
|
5476
5289
|
}
|
|
5477
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5478
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5479
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5480
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
5481
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
5482
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
5483
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
5484
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
5485
|
-
/* stylelint-disable */
|
|
5486
|
-
}
|
|
5487
5290
|
.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,
|
|
5488
5291
|
.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,
|
|
5489
5292
|
.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,
|
|
@@ -5495,7 +5298,6 @@
|
|
|
5495
5298
|
font-size: 14px;
|
|
5496
5299
|
height: 36px !important;
|
|
5497
5300
|
padding: 9px 16px !important;
|
|
5498
|
-
/* stylelint-enable */
|
|
5499
5301
|
}
|
|
5500
5302
|
.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,
|
|
5501
5303
|
.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,
|
|
@@ -5620,10 +5422,6 @@
|
|
|
5620
5422
|
.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 {
|
|
5621
5423
|
padding-top: 7px;
|
|
5622
5424
|
}
|
|
5623
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
5624
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
5625
|
-
/* stylelint-disable */
|
|
5626
|
-
}
|
|
5627
5425
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5628
5426
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5629
5427
|
padding-left: 16px;
|
|
@@ -5636,7 +5434,6 @@
|
|
|
5636
5434
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
5637
5435
|
padding-left: 0;
|
|
5638
5436
|
padding-right: 5px;
|
|
5639
|
-
/* stylelint-enable */
|
|
5640
5437
|
}
|
|
5641
5438
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
5642
5439
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -5675,8 +5472,6 @@
|
|
|
5675
5472
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
5676
5473
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5677
5474
|
padding-left: 16px;
|
|
5678
|
-
/* stylelint-disable */
|
|
5679
|
-
/* stylelint-enable */
|
|
5680
5475
|
}
|
|
5681
5476
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5682
5477
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -5744,10 +5539,6 @@
|
|
|
5744
5539
|
padding-left: 0;
|
|
5745
5540
|
padding-right: 4px;
|
|
5746
5541
|
}
|
|
5747
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
5748
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
5749
|
-
/* stylelint-disable */
|
|
5750
|
-
}
|
|
5751
5542
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5752
5543
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5753
5544
|
max-height: 750px;
|
|
@@ -5784,6 +5575,4 @@
|
|
|
5784
5575
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5785
5576
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5786
5577
|
max-height: 179px;
|
|
5787
|
-
}
|
|
5788
|
-
|
|
5789
|
-
/* stylelint-enable */
|
|
5578
|
+
}
|