@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
|
@@ -320,7 +320,6 @@
|
|
|
320
320
|
|
|
321
321
|
.e-pivot-formatting-dialog {
|
|
322
322
|
max-height: 480px !important;
|
|
323
|
-
min-width: 628px !important;
|
|
324
323
|
width: 628px !important;
|
|
325
324
|
}
|
|
326
325
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -335,6 +334,7 @@
|
|
|
335
334
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
336
335
|
padding-bottom: 14px;
|
|
337
336
|
padding-right: 18px;
|
|
337
|
+
white-space: nowrap;
|
|
338
338
|
}
|
|
339
339
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
340
340
|
vertical-align: bottom;
|
|
@@ -427,6 +427,9 @@
|
|
|
427
427
|
min-width: 320px !important;
|
|
428
428
|
width: 100% !important;
|
|
429
429
|
}
|
|
430
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
431
|
+
width: 100% !important;
|
|
432
|
+
}
|
|
430
433
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
431
434
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
432
435
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -471,7 +474,6 @@
|
|
|
471
474
|
|
|
472
475
|
.e-bigger.e-pivot-formatting-dialog,
|
|
473
476
|
.e-bigger .e-pivot-formatting-dialog {
|
|
474
|
-
min-width: 680px !important;
|
|
475
477
|
width: 680px !important;
|
|
476
478
|
}
|
|
477
479
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -863,7 +865,7 @@
|
|
|
863
865
|
|
|
864
866
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
865
867
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
866
|
-
max-height:
|
|
868
|
+
max-height: 600px !important;
|
|
867
869
|
min-width: 401px !important;
|
|
868
870
|
}
|
|
869
871
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -906,7 +908,7 @@
|
|
|
906
908
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
907
909
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
908
910
|
max-height: 750px !important;
|
|
909
|
-
min-width: 580px;
|
|
911
|
+
min-width: 580px !important;
|
|
910
912
|
}
|
|
911
913
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
912
914
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2331,7 +2333,7 @@
|
|
|
2331
2333
|
height: 261px;
|
|
2332
2334
|
}
|
|
2333
2335
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2334
|
-
height: 540px;
|
|
2336
|
+
min-height: 540px;
|
|
2335
2337
|
}
|
|
2336
2338
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2337
2339
|
height: 369px;
|
|
@@ -2523,6 +2525,11 @@
|
|
|
2523
2525
|
background-color: transparent;
|
|
2524
2526
|
color: #616161;
|
|
2525
2527
|
}
|
|
2528
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2529
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2530
|
+
height: 210px;
|
|
2531
|
+
overflow: auto;
|
|
2532
|
+
}
|
|
2526
2533
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2527
2534
|
display: -ms-flexbox;
|
|
2528
2535
|
display: flex;
|
|
@@ -3428,8 +3435,8 @@
|
|
|
3428
3435
|
}
|
|
3429
3436
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3430
3437
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3431
|
-
height: 565px !important;
|
|
3432
3438
|
max-height: 600px !important;
|
|
3439
|
+
min-height: 550px !important;
|
|
3433
3440
|
}
|
|
3434
3441
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3435
3442
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3446,4 +3453,8 @@
|
|
|
3446
3453
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3447
3454
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3448
3455
|
height: 165px !important;
|
|
3456
|
+
}
|
|
3457
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3458
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3459
|
+
max-height: 190px;
|
|
3449
3460
|
}
|
|
@@ -319,7 +319,6 @@
|
|
|
319
319
|
|
|
320
320
|
.e-pivot-formatting-dialog {
|
|
321
321
|
max-height: 480px !important;
|
|
322
|
-
min-width: 628px !important;
|
|
323
322
|
width: 628px !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: 680px !important;
|
|
474
476
|
width: 680px !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: rgba(0, 0, 0, 0.87);
|
|
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: 550px !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: 195px;
|
|
3448
3459
|
}
|
|
@@ -317,8 +317,7 @@
|
|
|
317
317
|
|
|
318
318
|
.e-pivot-formatting-dialog {
|
|
319
319
|
max-height: 480px !important;
|
|
320
|
-
|
|
321
|
-
width: 628px !important;
|
|
320
|
+
width: 640px !important;
|
|
322
321
|
}
|
|
323
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
324
323
|
padding-bottom: 4px;
|
|
@@ -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 {
|
|
@@ -471,8 +474,7 @@
|
|
|
471
474
|
|
|
472
475
|
.e-bigger.e-pivot-formatting-dialog,
|
|
473
476
|
.e-bigger .e-pivot-formatting-dialog {
|
|
474
|
-
|
|
475
|
-
width: 680px !important;
|
|
477
|
+
width: 730px !important;
|
|
476
478
|
}
|
|
477
479
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
478
480
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -883,7 +885,7 @@
|
|
|
883
885
|
|
|
884
886
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
885
887
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
886
|
-
max-height:
|
|
888
|
+
max-height: 600px !important;
|
|
887
889
|
min-width: 401px !important;
|
|
888
890
|
}
|
|
889
891
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -931,7 +933,7 @@
|
|
|
931
933
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
932
934
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
933
935
|
max-height: 750px !important;
|
|
934
|
-
min-width: 580px;
|
|
936
|
+
min-width: 580px !important;
|
|
935
937
|
}
|
|
936
938
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
937
939
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2395,7 +2397,7 @@
|
|
|
2395
2397
|
height: 261px;
|
|
2396
2398
|
}
|
|
2397
2399
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2398
|
-
height: 540px;
|
|
2400
|
+
min-height: 540px;
|
|
2399
2401
|
}
|
|
2400
2402
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2401
2403
|
height: 369px;
|
|
@@ -2589,6 +2591,11 @@
|
|
|
2589
2591
|
background-color: transparent;
|
|
2590
2592
|
color: rgba(255, 255, 255, 0.87);
|
|
2591
2593
|
}
|
|
2594
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2595
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2596
|
+
height: 210px;
|
|
2597
|
+
overflow: auto;
|
|
2598
|
+
}
|
|
2592
2599
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2593
2600
|
display: -ms-flexbox;
|
|
2594
2601
|
display: flex;
|
|
@@ -3496,8 +3503,8 @@
|
|
|
3496
3503
|
}
|
|
3497
3504
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3498
3505
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3499
|
-
height: 550px !important;
|
|
3500
3506
|
max-height: 600px !important;
|
|
3507
|
+
min-height: 566px !important;
|
|
3501
3508
|
}
|
|
3502
3509
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3503
3510
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3514,4 +3521,8 @@
|
|
|
3514
3521
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3515
3522
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3516
3523
|
height: 165px !important;
|
|
3524
|
+
}
|
|
3525
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3526
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3527
|
+
max-height: 179px;
|
|
3517
3528
|
}
|
|
@@ -318,8 +318,7 @@
|
|
|
318
318
|
|
|
319
319
|
.e-pivot-formatting-dialog {
|
|
320
320
|
max-height: 480px !important;
|
|
321
|
-
|
|
322
|
-
width: 628px !important;
|
|
321
|
+
width: 640px !important;
|
|
323
322
|
}
|
|
324
323
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
325
324
|
padding-bottom: 4px;
|
|
@@ -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 {
|
|
@@ -472,8 +475,7 @@
|
|
|
472
475
|
|
|
473
476
|
.e-bigger.e-pivot-formatting-dialog,
|
|
474
477
|
.e-bigger .e-pivot-formatting-dialog {
|
|
475
|
-
|
|
476
|
-
width: 680px !important;
|
|
478
|
+
width: 730px !important;
|
|
477
479
|
}
|
|
478
480
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
479
481
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -884,7 +886,7 @@
|
|
|
884
886
|
|
|
885
887
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
886
888
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
887
|
-
max-height:
|
|
889
|
+
max-height: 600px !important;
|
|
888
890
|
min-width: 401px !important;
|
|
889
891
|
}
|
|
890
892
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -932,7 +934,7 @@
|
|
|
932
934
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
933
935
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
934
936
|
max-height: 750px !important;
|
|
935
|
-
min-width: 580px;
|
|
937
|
+
min-width: 580px !important;
|
|
936
938
|
}
|
|
937
939
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
938
940
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2396,7 +2398,7 @@
|
|
|
2396
2398
|
height: 261px;
|
|
2397
2399
|
}
|
|
2398
2400
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2399
|
-
height: 540px;
|
|
2401
|
+
min-height: 540px;
|
|
2400
2402
|
}
|
|
2401
2403
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2402
2404
|
height: 369px;
|
|
@@ -2590,6 +2592,11 @@
|
|
|
2590
2592
|
background-color: transparent;
|
|
2591
2593
|
color: rgba(17, 24, 39, 0.87);
|
|
2592
2594
|
}
|
|
2595
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2596
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2597
|
+
height: 210px;
|
|
2598
|
+
overflow: auto;
|
|
2599
|
+
}
|
|
2593
2600
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2594
2601
|
display: -ms-flexbox;
|
|
2595
2602
|
display: flex;
|
|
@@ -3497,8 +3504,8 @@
|
|
|
3497
3504
|
}
|
|
3498
3505
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3499
3506
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3500
|
-
height: 550px !important;
|
|
3501
3507
|
max-height: 600px !important;
|
|
3508
|
+
min-height: 566px !important;
|
|
3502
3509
|
}
|
|
3503
3510
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3504
3511
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3515,4 +3522,8 @@
|
|
|
3515
3522
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3516
3523
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3517
3524
|
height: 165px !important;
|
|
3525
|
+
}
|
|
3526
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3527
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3528
|
+
max-height: 179px;
|
|
3518
3529
|
}
|
|
@@ -966,7 +966,6 @@
|
|
|
966
966
|
}
|
|
967
967
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
968
968
|
font-size: 12px !important;
|
|
969
|
-
padding: 3px 4px 4px 4px !important;
|
|
970
969
|
}
|
|
971
970
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
972
971
|
margin: -10px 0 !important;
|
|
@@ -1006,11 +1005,6 @@
|
|
|
1006
1005
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1007
1006
|
visibility: hidden !important;
|
|
1008
1007
|
}
|
|
1009
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1010
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1011
|
-
text-overflow: ellipsis;
|
|
1012
|
-
white-space: nowrap;
|
|
1013
|
-
}
|
|
1014
1008
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1015
1009
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1016
1010
|
padding-left: 8px !important;
|
|
@@ -1473,6 +1467,7 @@
|
|
|
1473
1467
|
width: 18px;
|
|
1474
1468
|
}
|
|
1475
1469
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1470
|
+
margin-top: 3px;
|
|
1476
1471
|
transform: rotateX(180deg);
|
|
1477
1472
|
}
|
|
1478
1473
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1645,6 +1640,12 @@
|
|
|
1645
1640
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1646
1641
|
line-height: 1em !important;
|
|
1647
1642
|
}
|
|
1643
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1644
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1645
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1646
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1647
|
+
margin-top: 2px !important;
|
|
1648
|
+
}
|
|
1648
1649
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1649
1650
|
max-width: 155px;
|
|
1650
1651
|
}
|
|
@@ -1655,6 +1656,9 @@
|
|
|
1655
1656
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1656
1657
|
max-width: 200px;
|
|
1657
1658
|
}
|
|
1659
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1660
|
+
width: 100% !important;
|
|
1661
|
+
}
|
|
1658
1662
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1659
1663
|
width: 0 !important;
|
|
1660
1664
|
}
|
|
@@ -1814,6 +1818,7 @@
|
|
|
1814
1818
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1815
1819
|
font-size: 14px !important;
|
|
1816
1820
|
height: 20px;
|
|
1821
|
+
margin-top: 0;
|
|
1817
1822
|
width: 20px;
|
|
1818
1823
|
}
|
|
1819
1824
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1897,7 +1902,7 @@
|
|
|
1897
1902
|
}
|
|
1898
1903
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1899
1904
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1900
|
-
margin: -
|
|
1905
|
+
margin: -13px -11px !important;
|
|
1901
1906
|
}
|
|
1902
1907
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1903
1908
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
|
|
@@ -965,7 +965,6 @@
|
|
|
965
965
|
}
|
|
966
966
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
967
967
|
font-size: 12px !important;
|
|
968
|
-
padding: 3px 4px 4px 4px !important;
|
|
969
968
|
}
|
|
970
969
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
971
970
|
margin: -10px 0 !important;
|
|
@@ -1005,11 +1004,6 @@
|
|
|
1005
1004
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1006
1005
|
visibility: hidden !important;
|
|
1007
1006
|
}
|
|
1008
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1009
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1010
|
-
text-overflow: ellipsis;
|
|
1011
|
-
white-space: nowrap;
|
|
1012
|
-
}
|
|
1013
1007
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1014
1008
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1015
1009
|
padding-left: 8px !important;
|
|
@@ -1472,6 +1466,7 @@
|
|
|
1472
1466
|
width: 18px;
|
|
1473
1467
|
}
|
|
1474
1468
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1469
|
+
margin-top: 3px;
|
|
1475
1470
|
transform: rotateX(180deg);
|
|
1476
1471
|
}
|
|
1477
1472
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1644,6 +1639,12 @@
|
|
|
1644
1639
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1645
1640
|
line-height: 1em !important;
|
|
1646
1641
|
}
|
|
1642
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1643
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1644
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1645
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1646
|
+
margin-top: 2px !important;
|
|
1647
|
+
}
|
|
1647
1648
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1648
1649
|
max-width: 155px;
|
|
1649
1650
|
}
|
|
@@ -1654,6 +1655,9 @@
|
|
|
1654
1655
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1655
1656
|
max-width: 200px;
|
|
1656
1657
|
}
|
|
1658
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1659
|
+
width: 100% !important;
|
|
1660
|
+
}
|
|
1657
1661
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1658
1662
|
width: 0 !important;
|
|
1659
1663
|
}
|
|
@@ -1813,6 +1817,7 @@
|
|
|
1813
1817
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1814
1818
|
font-size: 14px !important;
|
|
1815
1819
|
height: 20px;
|
|
1820
|
+
margin-top: 1px;
|
|
1816
1821
|
width: 20px;
|
|
1817
1822
|
}
|
|
1818
1823
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1896,7 +1901,7 @@
|
|
|
1896
1901
|
}
|
|
1897
1902
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1898
1903
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1899
|
-
margin: -
|
|
1904
|
+
margin: -14px -9px !important;
|
|
1900
1905
|
}
|
|
1901
1906
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1902
1907
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1022,7 +1022,6 @@
|
|
|
1022
1022
|
}
|
|
1023
1023
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1024
1024
|
font-size: 12px !important;
|
|
1025
|
-
padding: 3px 0 4px 0 !important;
|
|
1026
1025
|
}
|
|
1027
1026
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1028
1027
|
margin: -10px 0 !important;
|
|
@@ -1065,11 +1064,6 @@
|
|
|
1065
1064
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1066
1065
|
visibility: hidden !important;
|
|
1067
1066
|
}
|
|
1068
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1069
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1070
|
-
text-overflow: ellipsis;
|
|
1071
|
-
white-space: nowrap;
|
|
1072
|
-
}
|
|
1073
1067
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1074
1068
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1075
1069
|
padding-left: 8px !important;
|
|
@@ -1555,6 +1549,7 @@
|
|
|
1555
1549
|
width: 18px;
|
|
1556
1550
|
}
|
|
1557
1551
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1552
|
+
margin-top: 3px;
|
|
1558
1553
|
transform: rotateX(180deg);
|
|
1559
1554
|
}
|
|
1560
1555
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1727,6 +1722,12 @@
|
|
|
1727
1722
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1728
1723
|
line-height: 1em !important;
|
|
1729
1724
|
}
|
|
1725
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1726
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1727
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1728
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1729
|
+
margin-top: 2px !important;
|
|
1730
|
+
}
|
|
1730
1731
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1731
1732
|
max-width: 155px;
|
|
1732
1733
|
padding: 3px 10px;
|
|
@@ -1762,6 +1763,9 @@
|
|
|
1762
1763
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1763
1764
|
margin-top: 2px;
|
|
1764
1765
|
}
|
|
1766
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1767
|
+
width: 100% !important;
|
|
1768
|
+
}
|
|
1765
1769
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1766
1770
|
width: 0 !important;
|
|
1767
1771
|
}
|
|
@@ -1932,6 +1936,7 @@
|
|
|
1932
1936
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1933
1937
|
font-size: 12px !important;
|
|
1934
1938
|
height: 20px;
|
|
1939
|
+
margin-top: 2px;
|
|
1935
1940
|
width: 20px;
|
|
1936
1941
|
padding-left: 12px;
|
|
1937
1942
|
}
|
|
@@ -2043,7 +2048,7 @@
|
|
|
2043
2048
|
}
|
|
2044
2049
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2045
2050
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2046
|
-
margin: -
|
|
2051
|
+
margin: -14px -8px !important;
|
|
2047
2052
|
font-size: 12px !important;
|
|
2048
2053
|
}
|
|
2049
2054
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|