@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.37-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 +665 -0
- package/dist/ej2-angular-pivotview.umd.js +662 -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 +20 -34
- 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 +29 -13
- package/styles/bootstrap.css +29 -13
- package/styles/bootstrap4.css +29 -13
- package/styles/bootstrap5-dark.css +67 -17
- package/styles/bootstrap5.css +67 -17
- package/styles/fabric-dark.css +29 -13
- package/styles/fabric.css +29 -13
- package/styles/fluent-dark.css +33 -15
- package/styles/fluent.css +33 -15
- package/styles/highcontrast-light.css +29 -13
- package/styles/highcontrast.css +29 -13
- package/styles/material-dark.css +29 -13
- package/styles/material.css +29 -13
- package/styles/pivotfieldlist/bootstrap-dark.css +17 -6
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +17 -6
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +17 -6
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +17 -6
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +17 -6
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +17 -6
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +17 -6
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +17 -6
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +17 -6
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +17 -6
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +17 -6
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +17 -6
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +17 -6
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +19 -8
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +19 -8
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +12 -7
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +12 -7
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +12 -7
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +50 -11
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +50 -11
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +12 -7
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +12 -7
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +16 -9
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +16 -9
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +12 -7
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +12 -7
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +12 -7
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +12 -7
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +18 -11
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +18 -11
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +37 -19
- package/styles/tailwind.css +37 -19
- 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 -185
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -185
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -189
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -185
- 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 -186
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -186
- package/styles/pivotfieldlist/_layout.scss +0 -1855
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -186
- package/styles/pivotfieldlist/_material-definition.scss +0 -186
- package/styles/pivotfieldlist/_material3-definition.scss +0 -188
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -189
- package/styles/pivotfieldlist/_theme.scss +0 -1855
- 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 -130
- package/styles/pivotview/_bootstrap-definition.scss +0 -127
- package/styles/pivotview/_bootstrap4-definition.scss +0 -127
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -130
- package/styles/pivotview/_fabric-dark-definition.scss +0 -129
- package/styles/pivotview/_fabric-definition.scss +0 -126
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -130
- package/styles/pivotview/_fusionnew-definition.scss +0 -130
- package/styles/pivotview/_highcontrast-definition.scss +0 -125
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -126
- package/styles/pivotview/_layout.scss +0 -1073
- package/styles/pivotview/_material-dark-definition.scss +0 -131
- package/styles/pivotview/_material-definition.scss +0 -128
- package/styles/pivotview/_material3-definition.scss +0 -130
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -129
- package/styles/pivotview/_theme.scss +0 -1556
- 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
|
@@ -317,7 +317,6 @@
|
|
|
317
317
|
|
|
318
318
|
.e-pivot-formatting-dialog {
|
|
319
319
|
max-height: 480px !important;
|
|
320
|
-
min-width: 628px !important;
|
|
321
320
|
width: 628px !important;
|
|
322
321
|
}
|
|
323
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -332,6 +331,7 @@
|
|
|
332
331
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
333
332
|
padding-bottom: 14px;
|
|
334
333
|
padding-right: 18px;
|
|
334
|
+
white-space: nowrap;
|
|
335
335
|
padding-right: 8px;
|
|
336
336
|
}
|
|
337
337
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
@@ -430,6 +430,9 @@
|
|
|
430
430
|
min-width: 320px !important;
|
|
431
431
|
width: 100% !important;
|
|
432
432
|
}
|
|
433
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
434
|
+
width: 100% !important;
|
|
435
|
+
}
|
|
433
436
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
434
437
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
435
438
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -474,7 +477,6 @@
|
|
|
474
477
|
|
|
475
478
|
.e-bigger.e-pivot-formatting-dialog,
|
|
476
479
|
.e-bigger .e-pivot-formatting-dialog {
|
|
477
|
-
min-width: 680px !important;
|
|
478
480
|
width: 680px !important;
|
|
479
481
|
}
|
|
480
482
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -871,7 +873,7 @@
|
|
|
871
873
|
|
|
872
874
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
873
875
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
874
|
-
max-height:
|
|
876
|
+
max-height: 600px !important;
|
|
875
877
|
min-width: 401px !important;
|
|
876
878
|
}
|
|
877
879
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -919,7 +921,7 @@
|
|
|
919
921
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
920
922
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
921
923
|
max-height: 750px !important;
|
|
922
|
-
min-width: 580px;
|
|
924
|
+
min-width: 580px !important;
|
|
923
925
|
}
|
|
924
926
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
925
927
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2367,7 +2369,7 @@
|
|
|
2367
2369
|
height: 261px;
|
|
2368
2370
|
}
|
|
2369
2371
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2370
|
-
height: 540px;
|
|
2372
|
+
min-height: 540px;
|
|
2371
2373
|
}
|
|
2372
2374
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2373
2375
|
height: 369px;
|
|
@@ -2559,6 +2561,11 @@
|
|
|
2559
2561
|
background-color: transparent;
|
|
2560
2562
|
color: #495057;
|
|
2561
2563
|
}
|
|
2564
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2565
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2566
|
+
height: 210px;
|
|
2567
|
+
overflow: auto;
|
|
2568
|
+
}
|
|
2562
2569
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2563
2570
|
display: -ms-flexbox;
|
|
2564
2571
|
display: flex;
|
|
@@ -3471,8 +3478,8 @@
|
|
|
3471
3478
|
}
|
|
3472
3479
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3473
3480
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3474
|
-
height: 565px !important;
|
|
3475
3481
|
max-height: 600px !important;
|
|
3482
|
+
min-height: 580px !important;
|
|
3476
3483
|
}
|
|
3477
3484
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3478
3485
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3489,4 +3496,8 @@
|
|
|
3489
3496
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3490
3497
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3491
3498
|
height: 165px !important;
|
|
3499
|
+
}
|
|
3500
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3501
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3502
|
+
max-height: 187px;
|
|
3492
3503
|
}
|
|
@@ -319,7 +319,6 @@
|
|
|
319
319
|
|
|
320
320
|
.e-pivot-formatting-dialog {
|
|
321
321
|
max-height: 480px !important;
|
|
322
|
-
min-width: 645px !important;
|
|
323
322
|
width: 645px !important;
|
|
324
323
|
}
|
|
325
324
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -334,6 +333,7 @@
|
|
|
334
333
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
335
334
|
padding-bottom: 14px;
|
|
336
335
|
padding-right: 18px;
|
|
336
|
+
white-space: nowrap;
|
|
337
337
|
}
|
|
338
338
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
339
339
|
vertical-align: bottom;
|
|
@@ -426,6 +426,9 @@
|
|
|
426
426
|
min-width: 320px !important;
|
|
427
427
|
width: 100% !important;
|
|
428
428
|
}
|
|
429
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
430
|
+
width: 100% !important;
|
|
431
|
+
}
|
|
429
432
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
430
433
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
431
434
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -470,7 +473,6 @@
|
|
|
470
473
|
|
|
471
474
|
.e-bigger.e-pivot-formatting-dialog,
|
|
472
475
|
.e-bigger .e-pivot-formatting-dialog {
|
|
473
|
-
min-width: 706px !important;
|
|
474
476
|
width: 706px !important;
|
|
475
477
|
}
|
|
476
478
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -862,7 +864,7 @@
|
|
|
862
864
|
|
|
863
865
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
864
866
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
865
|
-
max-height:
|
|
867
|
+
max-height: 600px !important;
|
|
866
868
|
min-width: 401px !important;
|
|
867
869
|
}
|
|
868
870
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -905,7 +907,7 @@
|
|
|
905
907
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
906
908
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
907
909
|
max-height: 750px !important;
|
|
908
|
-
min-width: 580px;
|
|
910
|
+
min-width: 580px !important;
|
|
909
911
|
}
|
|
910
912
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
911
913
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2330,7 +2332,7 @@
|
|
|
2330
2332
|
height: 261px;
|
|
2331
2333
|
}
|
|
2332
2334
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2333
|
-
height: 540px;
|
|
2335
|
+
min-height: 540px;
|
|
2334
2336
|
}
|
|
2335
2337
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2336
2338
|
height: 369px;
|
|
@@ -2522,6 +2524,11 @@
|
|
|
2522
2524
|
background-color: transparent;
|
|
2523
2525
|
color: #dadada;
|
|
2524
2526
|
}
|
|
2527
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2528
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2529
|
+
height: 210px;
|
|
2530
|
+
overflow: auto;
|
|
2531
|
+
}
|
|
2525
2532
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2526
2533
|
display: -ms-flexbox;
|
|
2527
2534
|
display: flex;
|
|
@@ -3427,8 +3434,8 @@
|
|
|
3427
3434
|
}
|
|
3428
3435
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3429
3436
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3430
|
-
height: 565px !important;
|
|
3431
3437
|
max-height: 600px !important;
|
|
3438
|
+
min-height: 570px !important;
|
|
3432
3439
|
}
|
|
3433
3440
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3434
3441
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3445,4 +3452,8 @@
|
|
|
3445
3452
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3446
3453
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3447
3454
|
height: 165px !important;
|
|
3455
|
+
}
|
|
3456
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3457
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3458
|
+
max-height: 164px;
|
|
3448
3459
|
}
|
|
@@ -318,7 +318,6 @@
|
|
|
318
318
|
|
|
319
319
|
.e-pivot-formatting-dialog {
|
|
320
320
|
max-height: 480px !important;
|
|
321
|
-
min-width: 645px !important;
|
|
322
321
|
width: 645px !important;
|
|
323
322
|
}
|
|
324
323
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -333,6 +332,7 @@
|
|
|
333
332
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
334
333
|
padding-bottom: 14px;
|
|
335
334
|
padding-right: 18px;
|
|
335
|
+
white-space: nowrap;
|
|
336
336
|
}
|
|
337
337
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
338
338
|
vertical-align: bottom;
|
|
@@ -425,6 +425,9 @@
|
|
|
425
425
|
min-width: 320px !important;
|
|
426
426
|
width: 100% !important;
|
|
427
427
|
}
|
|
428
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
429
|
+
width: 100% !important;
|
|
430
|
+
}
|
|
428
431
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
429
432
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
430
433
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -469,7 +472,6 @@
|
|
|
469
472
|
|
|
470
473
|
.e-bigger.e-pivot-formatting-dialog,
|
|
471
474
|
.e-bigger .e-pivot-formatting-dialog {
|
|
472
|
-
min-width: 706px !important;
|
|
473
475
|
width: 706px !important;
|
|
474
476
|
}
|
|
475
477
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -861,7 +863,7 @@
|
|
|
861
863
|
|
|
862
864
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
863
865
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
864
|
-
max-height:
|
|
866
|
+
max-height: 600px !important;
|
|
865
867
|
min-width: 401px !important;
|
|
866
868
|
}
|
|
867
869
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -904,7 +906,7 @@
|
|
|
904
906
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
905
907
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
906
908
|
max-height: 750px !important;
|
|
907
|
-
min-width: 580px;
|
|
909
|
+
min-width: 580px !important;
|
|
908
910
|
}
|
|
909
911
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
910
912
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2329,7 +2331,7 @@
|
|
|
2329
2331
|
height: 261px;
|
|
2330
2332
|
}
|
|
2331
2333
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2332
|
-
height: 540px;
|
|
2334
|
+
min-height: 540px;
|
|
2333
2335
|
}
|
|
2334
2336
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2335
2337
|
height: 369px;
|
|
@@ -2521,6 +2523,11 @@
|
|
|
2521
2523
|
background-color: transparent;
|
|
2522
2524
|
color: #333;
|
|
2523
2525
|
}
|
|
2526
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2527
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2528
|
+
height: 210px;
|
|
2529
|
+
overflow: auto;
|
|
2530
|
+
}
|
|
2524
2531
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2525
2532
|
display: -ms-flexbox;
|
|
2526
2533
|
display: flex;
|
|
@@ -3426,8 +3433,8 @@
|
|
|
3426
3433
|
}
|
|
3427
3434
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3428
3435
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3429
|
-
height: 565px !important;
|
|
3430
3436
|
max-height: 600px !important;
|
|
3437
|
+
min-height: 575px !important;
|
|
3431
3438
|
}
|
|
3432
3439
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3433
3440
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3444,4 +3451,8 @@
|
|
|
3444
3451
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3445
3452
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3446
3453
|
height: 165px !important;
|
|
3454
|
+
}
|
|
3455
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3456
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3457
|
+
max-height: 166px;
|
|
3447
3458
|
}
|
|
@@ -317,7 +317,6 @@
|
|
|
317
317
|
|
|
318
318
|
.e-pivot-formatting-dialog {
|
|
319
319
|
max-height: 480px !important;
|
|
320
|
-
min-width: 629px !important;
|
|
321
320
|
width: 629px !important;
|
|
322
321
|
}
|
|
323
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -332,6 +331,7 @@
|
|
|
332
331
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
333
332
|
padding-bottom: 14px;
|
|
334
333
|
padding-right: 18px;
|
|
334
|
+
white-space: nowrap;
|
|
335
335
|
}
|
|
336
336
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
337
337
|
vertical-align: bottom;
|
|
@@ -424,6 +424,9 @@
|
|
|
424
424
|
min-width: 320px !important;
|
|
425
425
|
width: 100% !important;
|
|
426
426
|
}
|
|
427
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
428
|
+
width: 100% !important;
|
|
429
|
+
}
|
|
427
430
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
428
431
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
429
432
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -468,7 +471,6 @@
|
|
|
468
471
|
|
|
469
472
|
.e-bigger.e-pivot-formatting-dialog,
|
|
470
473
|
.e-bigger .e-pivot-formatting-dialog {
|
|
471
|
-
min-width: 714px !important;
|
|
472
474
|
width: 714px !important;
|
|
473
475
|
}
|
|
474
476
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -870,7 +872,7 @@
|
|
|
870
872
|
|
|
871
873
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
872
874
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
873
|
-
max-height:
|
|
875
|
+
max-height: 600px !important;
|
|
874
876
|
min-width: 401px !important;
|
|
875
877
|
}
|
|
876
878
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -918,7 +920,7 @@
|
|
|
918
920
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
919
921
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
920
922
|
max-height: 750px !important;
|
|
921
|
-
min-width: 580px;
|
|
923
|
+
min-width: 580px !important;
|
|
922
924
|
}
|
|
923
925
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
924
926
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2361,7 +2363,7 @@
|
|
|
2361
2363
|
height: 261px;
|
|
2362
2364
|
}
|
|
2363
2365
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2364
|
-
height: 540px;
|
|
2366
|
+
min-height: 540px;
|
|
2365
2367
|
}
|
|
2366
2368
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2367
2369
|
height: 369px;
|
|
@@ -2557,6 +2559,11 @@
|
|
|
2557
2559
|
background-color: transparent;
|
|
2558
2560
|
color: #c8c6c4;
|
|
2559
2561
|
}
|
|
2562
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2563
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2564
|
+
height: 210px;
|
|
2565
|
+
overflow: auto;
|
|
2566
|
+
}
|
|
2560
2567
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2561
2568
|
display: -ms-flexbox;
|
|
2562
2569
|
display: flex;
|
|
@@ -3470,8 +3477,8 @@
|
|
|
3470
3477
|
}
|
|
3471
3478
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3472
3479
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3473
|
-
height: 565px !important;
|
|
3474
3480
|
max-height: 600px !important;
|
|
3481
|
+
min-height: 588px !important;
|
|
3475
3482
|
}
|
|
3476
3483
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3477
3484
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3488,4 +3495,8 @@
|
|
|
3488
3495
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3489
3496
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3490
3497
|
height: 165px !important;
|
|
3498
|
+
}
|
|
3499
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3500
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3501
|
+
max-height: 184px;
|
|
3491
3502
|
}
|
|
@@ -317,7 +317,6 @@
|
|
|
317
317
|
|
|
318
318
|
.e-pivot-formatting-dialog {
|
|
319
319
|
max-height: 480px !important;
|
|
320
|
-
min-width: 629px !important;
|
|
321
320
|
width: 629px !important;
|
|
322
321
|
}
|
|
323
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -332,6 +331,7 @@
|
|
|
332
331
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
333
332
|
padding-bottom: 14px;
|
|
334
333
|
padding-right: 18px;
|
|
334
|
+
white-space: nowrap;
|
|
335
335
|
}
|
|
336
336
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
337
337
|
vertical-align: bottom;
|
|
@@ -424,6 +424,9 @@
|
|
|
424
424
|
min-width: 320px !important;
|
|
425
425
|
width: 100% !important;
|
|
426
426
|
}
|
|
427
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
428
|
+
width: 100% !important;
|
|
429
|
+
}
|
|
427
430
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
428
431
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
429
432
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -468,7 +471,6 @@
|
|
|
468
471
|
|
|
469
472
|
.e-bigger.e-pivot-formatting-dialog,
|
|
470
473
|
.e-bigger .e-pivot-formatting-dialog {
|
|
471
|
-
min-width: 714px !important;
|
|
472
474
|
width: 714px !important;
|
|
473
475
|
}
|
|
474
476
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -870,7 +872,7 @@
|
|
|
870
872
|
|
|
871
873
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
872
874
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
873
|
-
max-height:
|
|
875
|
+
max-height: 600px !important;
|
|
874
876
|
min-width: 401px !important;
|
|
875
877
|
}
|
|
876
878
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -918,7 +920,7 @@
|
|
|
918
920
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
919
921
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
920
922
|
max-height: 750px !important;
|
|
921
|
-
min-width: 580px;
|
|
923
|
+
min-width: 580px !important;
|
|
922
924
|
}
|
|
923
925
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
924
926
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2361,7 +2363,7 @@
|
|
|
2361
2363
|
height: 261px;
|
|
2362
2364
|
}
|
|
2363
2365
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2364
|
-
height: 540px;
|
|
2366
|
+
min-height: 540px;
|
|
2365
2367
|
}
|
|
2366
2368
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2367
2369
|
height: 369px;
|
|
@@ -2557,6 +2559,11 @@
|
|
|
2557
2559
|
background-color: transparent;
|
|
2558
2560
|
color: #3b3a39;
|
|
2559
2561
|
}
|
|
2562
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2563
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2564
|
+
height: 210px;
|
|
2565
|
+
overflow: auto;
|
|
2566
|
+
}
|
|
2560
2567
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2561
2568
|
display: -ms-flexbox;
|
|
2562
2569
|
display: flex;
|
|
@@ -3470,8 +3477,8 @@
|
|
|
3470
3477
|
}
|
|
3471
3478
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3472
3479
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3473
|
-
height: 565px !important;
|
|
3474
3480
|
max-height: 600px !important;
|
|
3481
|
+
min-height: 588px !important;
|
|
3475
3482
|
}
|
|
3476
3483
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3477
3484
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3488,4 +3495,8 @@
|
|
|
3488
3495
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3489
3496
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3490
3497
|
height: 165px !important;
|
|
3498
|
+
}
|
|
3499
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3500
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3501
|
+
max-height: 184px;
|
|
3491
3502
|
}
|
|
@@ -317,7 +317,6 @@
|
|
|
317
317
|
|
|
318
318
|
.e-pivot-formatting-dialog {
|
|
319
319
|
max-height: 480px !important;
|
|
320
|
-
min-width: 640px !important;
|
|
321
320
|
width: 640px !important;
|
|
322
321
|
}
|
|
323
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -332,6 +331,7 @@
|
|
|
332
331
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
333
332
|
padding-bottom: 14px;
|
|
334
333
|
padding-right: 18px;
|
|
334
|
+
white-space: nowrap;
|
|
335
335
|
}
|
|
336
336
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
337
337
|
vertical-align: bottom;
|
|
@@ -424,6 +424,9 @@
|
|
|
424
424
|
min-width: 320px !important;
|
|
425
425
|
width: 100% !important;
|
|
426
426
|
}
|
|
427
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
428
|
+
width: 100% !important;
|
|
429
|
+
}
|
|
427
430
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
428
431
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
429
432
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -468,7 +471,6 @@
|
|
|
468
471
|
|
|
469
472
|
.e-bigger.e-pivot-formatting-dialog,
|
|
470
473
|
.e-bigger .e-pivot-formatting-dialog {
|
|
471
|
-
min-width: 707px !important;
|
|
472
474
|
width: 707px !important;
|
|
473
475
|
}
|
|
474
476
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -860,7 +862,7 @@
|
|
|
860
862
|
|
|
861
863
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
862
864
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
863
|
-
max-height:
|
|
865
|
+
max-height: 600px !important;
|
|
864
866
|
min-width: 401px !important;
|
|
865
867
|
}
|
|
866
868
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -903,7 +905,7 @@
|
|
|
903
905
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
904
906
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
905
907
|
max-height: 750px !important;
|
|
906
|
-
min-width: 580px;
|
|
908
|
+
min-width: 580px !important;
|
|
907
909
|
}
|
|
908
910
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
909
911
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2328,7 +2330,7 @@
|
|
|
2328
2330
|
height: 261px;
|
|
2329
2331
|
}
|
|
2330
2332
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2331
|
-
height: 540px;
|
|
2333
|
+
min-height: 540px;
|
|
2332
2334
|
}
|
|
2333
2335
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2334
2336
|
height: 369px;
|
|
@@ -2520,6 +2522,11 @@
|
|
|
2520
2522
|
background-color: transparent;
|
|
2521
2523
|
color: #000;
|
|
2522
2524
|
}
|
|
2525
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2526
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2527
|
+
height: 210px;
|
|
2528
|
+
overflow: auto;
|
|
2529
|
+
}
|
|
2523
2530
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2524
2531
|
display: -ms-flexbox;
|
|
2525
2532
|
display: flex;
|
|
@@ -3425,8 +3432,8 @@
|
|
|
3425
3432
|
}
|
|
3426
3433
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3427
3434
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3428
|
-
height: 565px !important;
|
|
3429
3435
|
max-height: 600px !important;
|
|
3436
|
+
min-height: 572px !important;
|
|
3430
3437
|
}
|
|
3431
3438
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3432
3439
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3443,4 +3450,8 @@
|
|
|
3443
3450
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3444
3451
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3445
3452
|
height: 165px !important;
|
|
3453
|
+
}
|
|
3454
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3455
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3456
|
+
max-height: 164px;
|
|
3446
3457
|
}
|
|
@@ -317,7 +317,6 @@
|
|
|
317
317
|
|
|
318
318
|
.e-pivot-formatting-dialog {
|
|
319
319
|
max-height: 480px !important;
|
|
320
|
-
min-width: 640px !important;
|
|
321
320
|
width: 640px !important;
|
|
322
321
|
}
|
|
323
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -332,6 +331,7 @@
|
|
|
332
331
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
333
332
|
padding-bottom: 14px;
|
|
334
333
|
padding-right: 18px;
|
|
334
|
+
white-space: nowrap;
|
|
335
335
|
}
|
|
336
336
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
337
337
|
vertical-align: bottom;
|
|
@@ -424,6 +424,9 @@
|
|
|
424
424
|
min-width: 320px !important;
|
|
425
425
|
width: 100% !important;
|
|
426
426
|
}
|
|
427
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
428
|
+
width: 100% !important;
|
|
429
|
+
}
|
|
427
430
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
428
431
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
429
432
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -468,7 +471,6 @@
|
|
|
468
471
|
|
|
469
472
|
.e-bigger.e-pivot-formatting-dialog,
|
|
470
473
|
.e-bigger .e-pivot-formatting-dialog {
|
|
471
|
-
min-width: 707px !important;
|
|
472
474
|
width: 707px !important;
|
|
473
475
|
}
|
|
474
476
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -860,7 +862,7 @@
|
|
|
860
862
|
|
|
861
863
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
862
864
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
863
|
-
max-height:
|
|
865
|
+
max-height: 600px !important;
|
|
864
866
|
min-width: 401px !important;
|
|
865
867
|
}
|
|
866
868
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -903,7 +905,7 @@
|
|
|
903
905
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
904
906
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
905
907
|
max-height: 750px !important;
|
|
906
|
-
min-width: 580px;
|
|
908
|
+
min-width: 580px !important;
|
|
907
909
|
}
|
|
908
910
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
909
911
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2328,7 +2330,7 @@
|
|
|
2328
2330
|
height: 261px;
|
|
2329
2331
|
}
|
|
2330
2332
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2331
|
-
height: 540px;
|
|
2333
|
+
min-height: 540px;
|
|
2332
2334
|
}
|
|
2333
2335
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2334
2336
|
height: 369px;
|
|
@@ -2520,6 +2522,11 @@
|
|
|
2520
2522
|
background-color: transparent;
|
|
2521
2523
|
color: #fff;
|
|
2522
2524
|
}
|
|
2525
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2526
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2527
|
+
height: 210px;
|
|
2528
|
+
overflow: auto;
|
|
2529
|
+
}
|
|
2523
2530
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2524
2531
|
display: -ms-flexbox;
|
|
2525
2532
|
display: flex;
|
|
@@ -3425,8 +3432,8 @@
|
|
|
3425
3432
|
}
|
|
3426
3433
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3427
3434
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3428
|
-
height: 565px !important;
|
|
3429
3435
|
max-height: 600px !important;
|
|
3436
|
+
min-height: 575px !important;
|
|
3430
3437
|
}
|
|
3431
3438
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3432
3439
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3443,4 +3450,8 @@
|
|
|
3443
3450
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3444
3451
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3445
3452
|
height: 165px !important;
|
|
3453
|
+
}
|
|
3454
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3455
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3456
|
+
max-height: 164px;
|
|
3446
3457
|
}
|