@syncfusion/ej2-angular-pivotview 23.2.6 → 24.1.41
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/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +59 -34
- package/styles/bootstrap.css +59 -34
- package/styles/bootstrap4.css +59 -38
- package/styles/bootstrap5-dark.css +57 -32
- package/styles/bootstrap5.css +57 -32
- package/styles/fabric-dark.css +57 -32
- package/styles/fabric.css +57 -32
- package/styles/fluent-dark.css +61 -40
- package/styles/fluent.css +61 -40
- package/styles/highcontrast-light.css +59 -34
- package/styles/highcontrast.css +59 -34
- package/styles/material-dark.css +57 -32
- package/styles/material.css +57 -32
- package/styles/material3-dark.css +69 -35
- package/styles/material3.css +69 -35
- package/styles/pivotfieldlist/_fluent-definition.scss +2 -2
- package/styles/pivotfieldlist/_layout.scss +19 -7
- package/styles/pivotfieldlist/_material3-definition.scss +1 -1
- package/styles/pivotfieldlist/_theme.scss +44 -22
- package/styles/pivotfieldlist/bootstrap-dark.css +42 -27
- package/styles/pivotfieldlist/bootstrap.css +42 -27
- package/styles/pivotfieldlist/bootstrap4.css +42 -27
- package/styles/pivotfieldlist/bootstrap5-dark.css +42 -27
- package/styles/pivotfieldlist/bootstrap5.css +42 -27
- package/styles/pivotfieldlist/fabric-dark.css +42 -27
- package/styles/pivotfieldlist/fabric.css +42 -27
- package/styles/pivotfieldlist/fluent-dark.css +44 -29
- package/styles/pivotfieldlist/fluent.css +44 -29
- package/styles/pivotfieldlist/highcontrast-light.css +42 -27
- package/styles/pivotfieldlist/highcontrast.css +42 -27
- package/styles/pivotfieldlist/material-dark.css +42 -27
- package/styles/pivotfieldlist/material.css +42 -27
- package/styles/pivotfieldlist/material3-dark.css +52 -28
- package/styles/pivotfieldlist/material3.css +52 -28
- package/styles/pivotfieldlist/tailwind-dark.css +42 -27
- package/styles/pivotfieldlist/tailwind.css +42 -27
- package/styles/pivotview/_bootstrap-dark-definition.scss +1 -1
- package/styles/pivotview/_bootstrap-definition.scss +1 -1
- package/styles/pivotview/_bootstrap4-definition.scss +1 -1
- package/styles/pivotview/_fluent-definition.scss +2 -2
- package/styles/pivotview/_highcontrast-definition.scss +1 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +1 -1
- package/styles/pivotview/_layout.scss +4 -17
- package/styles/pivotview/_material3-definition.scss +2 -2
- package/styles/pivotview/_theme.scss +16 -9
- package/styles/pivotview/bootstrap-dark.css +17 -7
- package/styles/pivotview/bootstrap.css +17 -7
- package/styles/pivotview/bootstrap4.css +17 -11
- package/styles/pivotview/bootstrap5-dark.css +15 -5
- package/styles/pivotview/bootstrap5.css +15 -5
- package/styles/pivotview/fabric-dark.css +15 -5
- package/styles/pivotview/fabric.css +15 -5
- package/styles/pivotview/fluent-dark.css +17 -11
- package/styles/pivotview/fluent.css +17 -11
- package/styles/pivotview/highcontrast-light.css +17 -7
- package/styles/pivotview/highcontrast.css +17 -7
- package/styles/pivotview/material-dark.css +15 -5
- package/styles/pivotview/material.css +15 -5
- package/styles/pivotview/material3-dark.css +17 -7
- package/styles/pivotview/material3.css +17 -7
- package/styles/pivotview/tailwind-dark.css +15 -5
- package/styles/pivotview/tailwind.css +15 -5
- package/styles/tailwind-dark.css +57 -32
- package/styles/tailwind.css +57 -32
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-pivotview@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-pivotview@20.21.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-pk1D23rvW4CrCQkAqwHg6nZ/U91p7FJ7v3NPOtAYQfaGGomRaWKiKmgDNNqsf+SP3c3kW4zqxmsx/NSavgXX4Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-20.21.1.tgz",
|
|
23
|
+
"_shasum": "9f96e222454182afb69ddbedc5154b101a73ee64",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-pivotview@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-pivotview": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~24.1.41",
|
|
35
|
+
"@syncfusion/ej2-base": "~24.1.41",
|
|
36
|
+
"@syncfusion/ej2-pivotview": "24.1.41",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"schematics": "./schematics/collection.json",
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"typings": "syncfusion-ej2-angular-pivotview.d.ts",
|
|
73
|
-
"version": "
|
|
73
|
+
"version": "24.1.41"
|
|
74
74
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^20.21.1";
|
|
3
3
|
export declare const moduleName = "PivotViewModule, PivotFieldListModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~20.21.1";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-pivotview';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^24.1.41';
|
|
5
5
|
exports.moduleName = 'PivotViewModule, PivotFieldListModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~24.1.41';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-pivotview';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^24.1.41';
|
|
3
3
|
export const moduleName = 'PivotViewModule, PivotFieldListModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~24.1.41';
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
font-size: 16px;
|
|
586
586
|
}
|
|
587
587
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
588
|
-
background-color:
|
|
588
|
+
background-color: transparent;
|
|
589
589
|
border: none;
|
|
590
590
|
/* stylelint-disable */
|
|
591
591
|
}
|
|
@@ -601,6 +601,9 @@
|
|
|
601
601
|
margin-right: 0;
|
|
602
602
|
font-size: 16px;
|
|
603
603
|
}
|
|
604
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
605
|
+
background-color: transparent;
|
|
606
|
+
}
|
|
604
607
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
605
608
|
margin-left: 18px !important;
|
|
606
609
|
}
|
|
@@ -647,7 +650,7 @@
|
|
|
647
650
|
}
|
|
648
651
|
|
|
649
652
|
.e-mdx-query-content {
|
|
650
|
-
background-color:
|
|
653
|
+
background-color: transparent;
|
|
651
654
|
color: #858585;
|
|
652
655
|
font-size: 14px;
|
|
653
656
|
font-weight: 500;
|
|
@@ -1159,6 +1162,11 @@
|
|
|
1159
1162
|
-ms-grid-row-align: center;
|
|
1160
1163
|
align-self: center;
|
|
1161
1164
|
}
|
|
1165
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1166
|
+
/* stylelint-disable */
|
|
1167
|
+
height: 100% !important;
|
|
1168
|
+
/* stylelint-enable */
|
|
1169
|
+
}
|
|
1162
1170
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1163
1171
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1164
1172
|
/* stylelint-disable */
|
|
@@ -1691,8 +1699,13 @@
|
|
|
1691
1699
|
height: auto;
|
|
1692
1700
|
width: auto;
|
|
1693
1701
|
}
|
|
1694
|
-
.e-pivotview .e-
|
|
1695
|
-
|
|
1702
|
+
.e-pivotview .e-expand::before,
|
|
1703
|
+
.e-pivotview .e-expand {
|
|
1704
|
+
font-size: 10px !important;
|
|
1705
|
+
}
|
|
1706
|
+
.e-pivotview .e-collapse::before,
|
|
1707
|
+
.e-pivotview .e-collapse {
|
|
1708
|
+
font-size: 10px !important;
|
|
1696
1709
|
}
|
|
1697
1710
|
.e-pivotview .e-expand,
|
|
1698
1711
|
.e-pivotview .e-collapse {
|
|
@@ -1707,9 +1720,6 @@
|
|
|
1707
1720
|
font-size: 12px !important;
|
|
1708
1721
|
margin-left: 0;
|
|
1709
1722
|
}
|
|
1710
|
-
.e-pivotview .e-expand::before {
|
|
1711
|
-
font-size: 10px;
|
|
1712
|
-
}
|
|
1713
1723
|
.e-pivotview .e-pivot-pager {
|
|
1714
1724
|
padding: 4px 12px;
|
|
1715
1725
|
}
|
|
@@ -3519,10 +3529,6 @@
|
|
|
3519
3529
|
height: 48px;
|
|
3520
3530
|
opacity: 0.87;
|
|
3521
3531
|
}
|
|
3522
|
-
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons {
|
|
3523
|
-
height: 24px;
|
|
3524
|
-
width: 24px;
|
|
3525
|
-
}
|
|
3526
3532
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
3527
3533
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
|
|
3528
3534
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
|
|
@@ -3784,7 +3790,6 @@
|
|
|
3784
3790
|
}
|
|
3785
3791
|
.e-bigger.e-pivot-calc-dialog-div .e-footer-content,
|
|
3786
3792
|
.e-bigger .e-pivot-calc-dialog-div .e-footer-content {
|
|
3787
|
-
padding-right: 15px;
|
|
3788
3793
|
padding-top: 15px;
|
|
3789
3794
|
}
|
|
3790
3795
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
@@ -4022,10 +4027,10 @@
|
|
|
4022
4027
|
overflow: auto;
|
|
4023
4028
|
padding: 20px;
|
|
4024
4029
|
padding-bottom: 0;
|
|
4025
|
-
/* stylelint-disable */
|
|
4026
4030
|
}
|
|
4027
4031
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4028
4032
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
4033
|
+
/* stylelint-disable */
|
|
4029
4034
|
color: #f0f0f0 !important;
|
|
4030
4035
|
/* stylelint-enable */
|
|
4031
4036
|
font-size: 13px;
|
|
@@ -4605,12 +4610,6 @@
|
|
|
4605
4610
|
max-height: 440px !important;
|
|
4606
4611
|
min-width: 370px !important;
|
|
4607
4612
|
}
|
|
4608
|
-
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4609
|
-
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4610
|
-
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4611
|
-
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4612
|
-
min-height: 75px !important;
|
|
4613
|
-
}
|
|
4614
4613
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4615
4614
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4616
4615
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -4779,6 +4778,7 @@
|
|
|
4779
4778
|
padding: 0 0 0 15px;
|
|
4780
4779
|
text-align: left;
|
|
4781
4780
|
text-overflow: ellipsis;
|
|
4781
|
+
white-space: nowrap;
|
|
4782
4782
|
word-break: break-all;
|
|
4783
4783
|
}
|
|
4784
4784
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container {
|
|
@@ -4991,6 +4991,7 @@
|
|
|
4991
4991
|
padding: 0 8px;
|
|
4992
4992
|
text-overflow: ellipsis;
|
|
4993
4993
|
text-transform: none;
|
|
4994
|
+
white-space: nowrap;
|
|
4994
4995
|
width: 100%;
|
|
4995
4996
|
}
|
|
4996
4997
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -5523,6 +5524,35 @@
|
|
|
5523
5524
|
.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
5524
5525
|
padding: 0;
|
|
5525
5526
|
}
|
|
5527
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout {
|
|
5528
|
+
-ms-flex-align: center;
|
|
5529
|
+
align-items: center;
|
|
5530
|
+
display: -ms-flexbox;
|
|
5531
|
+
display: flex;
|
|
5532
|
+
margin-top: 0;
|
|
5533
|
+
overflow: hidden;
|
|
5534
|
+
width: 100%;
|
|
5535
|
+
}
|
|
5536
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper {
|
|
5537
|
+
width: 100%;
|
|
5538
|
+
}
|
|
5539
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label {
|
|
5540
|
+
width: 100%;
|
|
5541
|
+
}
|
|
5542
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
|
|
5543
|
+
overflow: hidden;
|
|
5544
|
+
/* stylelint-disable */
|
|
5545
|
+
text-overflow: ellipsis !important;
|
|
5546
|
+
/* stylelint-enable */
|
|
5547
|
+
white-space: unset;
|
|
5548
|
+
width: calc(100% - 20px);
|
|
5549
|
+
}
|
|
5550
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-button-layout {
|
|
5551
|
+
display: -ms-flexbox;
|
|
5552
|
+
display: flex;
|
|
5553
|
+
-ms-flex-pack: end;
|
|
5554
|
+
justify-content: flex-end;
|
|
5555
|
+
}
|
|
5526
5556
|
.e-pivotfieldlist-container.e-device {
|
|
5527
5557
|
height: 100%;
|
|
5528
5558
|
/* stylelint-disable */
|
|
@@ -5538,12 +5568,14 @@
|
|
|
5538
5568
|
font-size: 14px;
|
|
5539
5569
|
}
|
|
5540
5570
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5541
|
-
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content
|
|
5571
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content,
|
|
5572
|
+
.e-pivotfieldlist-container.e-device .e-value-field-settings .e-dlg-header-content {
|
|
5542
5573
|
background-color: transparent;
|
|
5543
5574
|
color: #fff;
|
|
5544
5575
|
}
|
|
5545
5576
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5546
|
-
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div
|
|
5577
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5578
|
+
.e-pivotfieldlist-container.e-device .e-value-field-settings .e-dlg-content .e-field-list-tree-outer-div {
|
|
5547
5579
|
height: 210px;
|
|
5548
5580
|
overflow: auto;
|
|
5549
5581
|
}
|
|
@@ -5893,7 +5925,7 @@
|
|
|
5893
5925
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button,
|
|
5894
5926
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button {
|
|
5895
5927
|
float: right;
|
|
5896
|
-
margin-right: 20px;
|
|
5928
|
+
margin-right: calc(10% - 20px);
|
|
5897
5929
|
margin-top: 32px;
|
|
5898
5930
|
}
|
|
5899
5931
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button {
|
|
@@ -5939,7 +5971,7 @@
|
|
|
5939
5971
|
transform: rotateX(0deg) rotateY(180deg);
|
|
5940
5972
|
}
|
|
5941
5973
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
5942
|
-
max-height:
|
|
5974
|
+
max-height: 575px;
|
|
5943
5975
|
overflow: hidden;
|
|
5944
5976
|
overflow-y: auto;
|
|
5945
5977
|
}
|
|
@@ -6200,7 +6232,6 @@
|
|
|
6200
6232
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-header,
|
|
6201
6233
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header {
|
|
6202
6234
|
font-size: 14px;
|
|
6203
|
-
line-height: 1.6em;
|
|
6204
6235
|
padding: 0 12px;
|
|
6205
6236
|
}
|
|
6206
6237
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -6340,16 +6371,6 @@
|
|
|
6340
6371
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
6341
6372
|
margin-top: 16px;
|
|
6342
6373
|
}
|
|
6343
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
6344
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
6345
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
6346
|
-
.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,
|
|
6347
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
6348
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
6349
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
6350
|
-
.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 {
|
|
6351
|
-
padding-top: 7px;
|
|
6352
|
-
}
|
|
6353
6374
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
6354
6375
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
6355
6376
|
/* stylelint-disable */
|
|
@@ -6362,6 +6383,10 @@
|
|
|
6362
6383
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
6363
6384
|
padding: 0 !important;
|
|
6364
6385
|
}
|
|
6386
|
+
.e-bigger .e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label,
|
|
6387
|
+
.e-bigger.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
|
|
6388
|
+
width: calc(100% - 30px);
|
|
6389
|
+
}
|
|
6365
6390
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list,
|
|
6366
6391
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
6367
6392
|
padding-left: 0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
font-size: 16px;
|
|
585
585
|
}
|
|
586
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
587
|
-
background-color:
|
|
587
|
+
background-color: transparent;
|
|
588
588
|
border: none;
|
|
589
589
|
/* stylelint-disable */
|
|
590
590
|
}
|
|
@@ -600,6 +600,9 @@
|
|
|
600
600
|
margin-right: 0;
|
|
601
601
|
font-size: 16px;
|
|
602
602
|
}
|
|
603
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu.e-menu-wrapper ul.e-menu {
|
|
604
|
+
background-color: transparent;
|
|
605
|
+
}
|
|
603
606
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
604
607
|
margin-left: 18px !important;
|
|
605
608
|
}
|
|
@@ -646,7 +649,7 @@
|
|
|
646
649
|
}
|
|
647
650
|
|
|
648
651
|
.e-mdx-query-content {
|
|
649
|
-
background-color:
|
|
652
|
+
background-color: transparent;
|
|
650
653
|
color: #333;
|
|
651
654
|
font-size: 14px;
|
|
652
655
|
font-weight: 500;
|
|
@@ -1158,6 +1161,11 @@
|
|
|
1158
1161
|
-ms-grid-row-align: center;
|
|
1159
1162
|
align-self: center;
|
|
1160
1163
|
}
|
|
1164
|
+
.e-pivotview.sf-pivotview th.e-columnsheader .e-rhandler.e-rcursor {
|
|
1165
|
+
/* stylelint-disable */
|
|
1166
|
+
height: 100% !important;
|
|
1167
|
+
/* stylelint-enable */
|
|
1168
|
+
}
|
|
1161
1169
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1162
1170
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1163
1171
|
/* stylelint-disable */
|
|
@@ -1690,8 +1698,13 @@
|
|
|
1690
1698
|
height: auto;
|
|
1691
1699
|
width: auto;
|
|
1692
1700
|
}
|
|
1693
|
-
.e-pivotview .e-
|
|
1694
|
-
|
|
1701
|
+
.e-pivotview .e-expand::before,
|
|
1702
|
+
.e-pivotview .e-expand {
|
|
1703
|
+
font-size: 10px !important;
|
|
1704
|
+
}
|
|
1705
|
+
.e-pivotview .e-collapse::before,
|
|
1706
|
+
.e-pivotview .e-collapse {
|
|
1707
|
+
font-size: 10px !important;
|
|
1695
1708
|
}
|
|
1696
1709
|
.e-pivotview .e-expand,
|
|
1697
1710
|
.e-pivotview .e-collapse {
|
|
@@ -1706,9 +1719,6 @@
|
|
|
1706
1719
|
font-size: 11px !important;
|
|
1707
1720
|
margin-left: 0;
|
|
1708
1721
|
}
|
|
1709
|
-
.e-pivotview .e-expand::before {
|
|
1710
|
-
font-size: 10px;
|
|
1711
|
-
}
|
|
1712
1722
|
.e-pivotview .e-pivot-pager {
|
|
1713
1723
|
padding: 4px 12px;
|
|
1714
1724
|
}
|
|
@@ -3516,10 +3526,6 @@
|
|
|
3516
3526
|
height: 48px;
|
|
3517
3527
|
opacity: 0.87;
|
|
3518
3528
|
}
|
|
3519
|
-
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons {
|
|
3520
|
-
height: 24px;
|
|
3521
|
-
width: 24px;
|
|
3522
|
-
}
|
|
3523
3529
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
3524
3530
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
|
|
3525
3531
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
|
|
@@ -3781,7 +3787,6 @@
|
|
|
3781
3787
|
}
|
|
3782
3788
|
.e-bigger.e-pivot-calc-dialog-div .e-footer-content,
|
|
3783
3789
|
.e-bigger .e-pivot-calc-dialog-div .e-footer-content {
|
|
3784
|
-
padding-right: 15px;
|
|
3785
3790
|
padding-top: 15px;
|
|
3786
3791
|
}
|
|
3787
3792
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
@@ -4019,10 +4024,10 @@
|
|
|
4019
4024
|
overflow: auto;
|
|
4020
4025
|
padding: 20px;
|
|
4021
4026
|
padding-bottom: 0;
|
|
4022
|
-
/* stylelint-disable */
|
|
4023
4027
|
}
|
|
4024
4028
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4025
4029
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
4030
|
+
/* stylelint-disable */
|
|
4026
4031
|
color: #333 !important;
|
|
4027
4032
|
/* stylelint-enable */
|
|
4028
4033
|
font-size: 13px;
|
|
@@ -4602,12 +4607,6 @@
|
|
|
4602
4607
|
max-height: 440px !important;
|
|
4603
4608
|
min-width: 370px !important;
|
|
4604
4609
|
}
|
|
4605
|
-
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4606
|
-
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4607
|
-
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4608
|
-
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4609
|
-
min-height: 75px !important;
|
|
4610
|
-
}
|
|
4611
4610
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4612
4611
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4613
4612
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -4776,6 +4775,7 @@
|
|
|
4776
4775
|
padding: 0 0 0 15px;
|
|
4777
4776
|
text-align: left;
|
|
4778
4777
|
text-overflow: ellipsis;
|
|
4778
|
+
white-space: nowrap;
|
|
4779
4779
|
word-break: break-all;
|
|
4780
4780
|
}
|
|
4781
4781
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container {
|
|
@@ -4988,6 +4988,7 @@
|
|
|
4988
4988
|
padding: 0 8px;
|
|
4989
4989
|
text-overflow: ellipsis;
|
|
4990
4990
|
text-transform: none;
|
|
4991
|
+
white-space: nowrap;
|
|
4991
4992
|
width: 100%;
|
|
4992
4993
|
}
|
|
4993
4994
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -5520,6 +5521,35 @@
|
|
|
5520
5521
|
.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
5521
5522
|
padding: 0;
|
|
5522
5523
|
}
|
|
5524
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout {
|
|
5525
|
+
-ms-flex-align: center;
|
|
5526
|
+
align-items: center;
|
|
5527
|
+
display: -ms-flexbox;
|
|
5528
|
+
display: flex;
|
|
5529
|
+
margin-top: 0;
|
|
5530
|
+
overflow: hidden;
|
|
5531
|
+
width: 100%;
|
|
5532
|
+
}
|
|
5533
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper {
|
|
5534
|
+
width: 100%;
|
|
5535
|
+
}
|
|
5536
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label {
|
|
5537
|
+
width: 100%;
|
|
5538
|
+
}
|
|
5539
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
|
|
5540
|
+
overflow: hidden;
|
|
5541
|
+
/* stylelint-disable */
|
|
5542
|
+
text-overflow: ellipsis !important;
|
|
5543
|
+
/* stylelint-enable */
|
|
5544
|
+
white-space: unset;
|
|
5545
|
+
width: calc(100% - 20px);
|
|
5546
|
+
}
|
|
5547
|
+
.e-pivotfieldlist-container.e-static .e-layout-footer .e-button-layout {
|
|
5548
|
+
display: -ms-flexbox;
|
|
5549
|
+
display: flex;
|
|
5550
|
+
-ms-flex-pack: end;
|
|
5551
|
+
justify-content: flex-end;
|
|
5552
|
+
}
|
|
5523
5553
|
.e-pivotfieldlist-container.e-device {
|
|
5524
5554
|
height: 100%;
|
|
5525
5555
|
/* stylelint-disable */
|
|
@@ -5535,12 +5565,14 @@
|
|
|
5535
5565
|
font-size: 14px;
|
|
5536
5566
|
}
|
|
5537
5567
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5538
|
-
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content
|
|
5568
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content,
|
|
5569
|
+
.e-pivotfieldlist-container.e-device .e-value-field-settings .e-dlg-header-content {
|
|
5539
5570
|
background-color: transparent;
|
|
5540
5571
|
color: #333;
|
|
5541
5572
|
}
|
|
5542
5573
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5543
|
-
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div
|
|
5574
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5575
|
+
.e-pivotfieldlist-container.e-device .e-value-field-settings .e-dlg-content .e-field-list-tree-outer-div {
|
|
5544
5576
|
height: 210px;
|
|
5545
5577
|
overflow: auto;
|
|
5546
5578
|
}
|
|
@@ -5890,7 +5922,7 @@
|
|
|
5890
5922
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button,
|
|
5891
5923
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button {
|
|
5892
5924
|
float: right;
|
|
5893
|
-
margin-right: 20px;
|
|
5925
|
+
margin-right: calc(10% - 20px);
|
|
5894
5926
|
margin-top: 32px;
|
|
5895
5927
|
}
|
|
5896
5928
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button {
|
|
@@ -5936,7 +5968,7 @@
|
|
|
5936
5968
|
transform: rotateX(0deg) rotateY(180deg);
|
|
5937
5969
|
}
|
|
5938
5970
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
5939
|
-
max-height:
|
|
5971
|
+
max-height: 575px;
|
|
5940
5972
|
overflow: hidden;
|
|
5941
5973
|
overflow-y: auto;
|
|
5942
5974
|
}
|
|
@@ -6197,7 +6229,6 @@
|
|
|
6197
6229
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-header,
|
|
6198
6230
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header {
|
|
6199
6231
|
font-size: 14px;
|
|
6200
|
-
line-height: 1.6em;
|
|
6201
6232
|
padding: 0 12px;
|
|
6202
6233
|
}
|
|
6203
6234
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -6337,16 +6368,6 @@
|
|
|
6337
6368
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
6338
6369
|
margin-top: 16px;
|
|
6339
6370
|
}
|
|
6340
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
6341
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
6342
|
-
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
6343
|
-
.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,
|
|
6344
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
6345
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
6346
|
-
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
6347
|
-
.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 {
|
|
6348
|
-
padding-top: 7px;
|
|
6349
|
-
}
|
|
6350
6371
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
6351
6372
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
6352
6373
|
/* stylelint-disable */
|
|
@@ -6359,6 +6380,10 @@
|
|
|
6359
6380
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
6360
6381
|
padding: 0 !important;
|
|
6361
6382
|
}
|
|
6383
|
+
.e-bigger .e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label,
|
|
6384
|
+
.e-bigger.e-pivotfieldlist-container.e-static .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
|
|
6385
|
+
width: calc(100% - 30px);
|
|
6386
|
+
}
|
|
6362
6387
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list,
|
|
6363
6388
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
6364
6389
|
padding-left: 0;
|