@syncfusion/ej2-angular-pivotview 20.1.58 → 20.2.36
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +62 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +150 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +29 -15
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +140 -23
- package/styles/bootstrap.css +140 -23
- package/styles/bootstrap4.css +141 -27
- package/styles/bootstrap5-dark.css +146 -32
- package/styles/bootstrap5.css +146 -32
- package/styles/fabric-dark.css +140 -23
- package/styles/fabric.css +140 -23
- package/styles/fluent-dark.css +156 -40
- package/styles/fluent.css +156 -40
- package/styles/highcontrast-light.css +140 -23
- package/styles/highcontrast.css +140 -23
- package/styles/material-dark.css +140 -23
- package/styles/material.css +140 -23
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +185 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +185 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +189 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +185 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +186 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +186 -0
- package/styles/pivotfieldlist/_layout.scss +1855 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +186 -0
- package/styles/pivotfieldlist/_material-definition.scss +186 -0
- package/styles/pivotfieldlist/_material3-definition.scss +188 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +189 -0
- package/styles/pivotfieldlist/_theme.scss +1855 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +132 -7
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.css +132 -7
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.css +133 -8
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +137 -12
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.css +137 -12
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.css +132 -7
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.css +132 -7
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.css +142 -17
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.css +142 -17
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.css +132 -7
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.css +132 -7
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +358 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +357 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +358 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +357 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +352 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +357 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +357 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +358 -0
- package/styles/pivotfieldlist/icons/_material.scss +357 -0
- package/styles/pivotfieldlist/icons/_material3.scss +352 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +356 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +356 -0
- package/styles/pivotfieldlist/material-dark.css +132 -7
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.css +132 -7
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.css +139 -16
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.css +140 -16
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +130 -0
- package/styles/pivotview/_bootstrap-definition.scss +127 -0
- package/styles/pivotview/_bootstrap4-definition.scss +127 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +130 -0
- package/styles/pivotview/_fabric-dark-definition.scss +129 -0
- package/styles/pivotview/_fabric-definition.scss +126 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +130 -0
- package/styles/pivotview/_fusionnew-definition.scss +130 -0
- package/styles/pivotview/_highcontrast-definition.scss +125 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +126 -0
- package/styles/pivotview/_layout.scss +1073 -0
- package/styles/pivotview/_material-dark-definition.scss +131 -0
- package/styles/pivotview/_material-definition.scss +128 -0
- package/styles/pivotview/_material3-definition.scss +130 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +129 -0
- package/styles/pivotview/_theme.scss +1556 -0
- package/styles/pivotview/bootstrap-dark.css +8 -16
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +8 -16
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +8 -19
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +9 -20
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +9 -20
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +8 -16
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +8 -16
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +14 -23
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +14 -23
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +8 -16
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +8 -16
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +8 -16
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +8 -16
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +10 -21
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +10 -21
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +149 -37
- package/styles/tailwind.css +150 -37
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -395
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -645
- package/dist/ej2-angular-pivotview.umd.js +0 -662
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -124
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -124
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/fluent-dark.css
CHANGED
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
border: none;
|
|
568
568
|
}
|
|
569
569
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
570
|
-
height:
|
|
570
|
+
height: 26px !important;
|
|
571
571
|
overflow: hidden;
|
|
572
572
|
padding-left: 10px;
|
|
573
573
|
}
|
|
@@ -576,11 +576,11 @@
|
|
|
576
576
|
margin-right: 0;
|
|
577
577
|
font-size: 16px;
|
|
578
578
|
color: #a19f9d;
|
|
579
|
-
line-height:
|
|
579
|
+
line-height: 26px;
|
|
580
580
|
}
|
|
581
581
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
582
582
|
color: #a19f9d;
|
|
583
|
-
line-height:
|
|
583
|
+
line-height: 26px;
|
|
584
584
|
}
|
|
585
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-menu-icon,
|
|
586
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-icons {
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
|
|
651
651
|
.e-pivotview-report-label {
|
|
652
652
|
float: left;
|
|
653
|
-
margin-top:
|
|
653
|
+
margin-top: 4px;
|
|
654
654
|
width: 40%;
|
|
655
655
|
}
|
|
656
656
|
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
|
|
703
703
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
704
704
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
705
|
-
height:
|
|
705
|
+
height: 26px !important;
|
|
706
706
|
}
|
|
707
707
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
708
708
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -857,18 +857,6 @@
|
|
|
857
857
|
margin-top: 5px;
|
|
858
858
|
}
|
|
859
859
|
|
|
860
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
861
|
-
height: 62px;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
865
|
-
padding-left: 10px;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
869
|
-
margin-left: 24px !important;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
860
|
/*! PivotView theme */
|
|
873
861
|
.e-pivotview .e-nextspan {
|
|
874
862
|
display: inline-block;
|
|
@@ -926,6 +914,8 @@
|
|
|
926
914
|
}
|
|
927
915
|
.e-pivotview .e-member-editor-dialog,
|
|
928
916
|
.e-pivotview .e-olap-editor-dialog {
|
|
917
|
+
min-height: 385px !important;
|
|
918
|
+
min-width: 350px !important;
|
|
929
919
|
visibility: hidden;
|
|
930
920
|
}
|
|
931
921
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -997,8 +987,8 @@
|
|
|
997
987
|
font-size: 14px !important;
|
|
998
988
|
}
|
|
999
989
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1000
|
-
padding: 1px 4px !important;
|
|
1001
990
|
font-size: 14px !important;
|
|
991
|
+
padding: 3px 4px 4px 4px !important;
|
|
1002
992
|
}
|
|
1003
993
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1004
994
|
margin: -10px 0 !important;
|
|
@@ -1036,7 +1026,7 @@
|
|
|
1036
1026
|
z-index: 1 !important;
|
|
1037
1027
|
}
|
|
1038
1028
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1039
|
-
visibility: hidden;
|
|
1029
|
+
visibility: hidden !important;
|
|
1040
1030
|
}
|
|
1041
1031
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1042
1032
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1237,7 +1227,7 @@
|
|
|
1237
1227
|
border: 1px solid #252423;
|
|
1238
1228
|
border-radius: 2px;
|
|
1239
1229
|
box-shadow: none;
|
|
1240
|
-
color: #d2d0ce;
|
|
1230
|
+
color: #d2d0ce !important;
|
|
1241
1231
|
cursor: default;
|
|
1242
1232
|
display: -ms-flexbox;
|
|
1243
1233
|
display: flex;
|
|
@@ -1485,8 +1475,9 @@
|
|
|
1485
1475
|
color: #a19f9d !important;
|
|
1486
1476
|
font-size: 12px;
|
|
1487
1477
|
height: 18px;
|
|
1488
|
-
margin-left: 4px;
|
|
1478
|
+
margin-left: 4px !important;
|
|
1489
1479
|
width: 18px;
|
|
1480
|
+
padding-top: 2px;
|
|
1490
1481
|
}
|
|
1491
1482
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1492
1483
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1581,7 +1572,7 @@
|
|
|
1581
1572
|
.e-pivotview th .e-collapse {
|
|
1582
1573
|
font-size: 10px !important;
|
|
1583
1574
|
margin-left: 0px;
|
|
1584
|
-
margin-top:
|
|
1575
|
+
margin-top: 0;
|
|
1585
1576
|
}
|
|
1586
1577
|
.e-pivotview .e-expand::before {
|
|
1587
1578
|
font-size: 18px;
|
|
@@ -1809,7 +1800,7 @@
|
|
|
1809
1800
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1810
1801
|
.e-bigger.e-pivotview th .e-expand,
|
|
1811
1802
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1812
|
-
margin-top:
|
|
1803
|
+
margin-top: 0;
|
|
1813
1804
|
}
|
|
1814
1805
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1815
1806
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -2312,6 +2303,10 @@
|
|
|
2312
2303
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2313
2304
|
content: "\e7d8" !important;
|
|
2314
2305
|
}
|
|
2306
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2307
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2308
|
+
content: "\e754" !important;
|
|
2309
|
+
}
|
|
2315
2310
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2316
2311
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2317
2312
|
content: "\e740";
|
|
@@ -2347,8 +2342,8 @@
|
|
|
2347
2342
|
|
|
2348
2343
|
.e-pivot-formatting-dialog {
|
|
2349
2344
|
max-height: 480px !important;
|
|
2350
|
-
min-width:
|
|
2351
|
-
width:
|
|
2345
|
+
min-width: 629px !important;
|
|
2346
|
+
width: 629px !important;
|
|
2352
2347
|
}
|
|
2353
2348
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2354
2349
|
padding-bottom: 4px;
|
|
@@ -2378,6 +2373,7 @@
|
|
|
2378
2373
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2379
2374
|
padding-left: 14px;
|
|
2380
2375
|
padding-top: 14px;
|
|
2376
|
+
width: 579px;
|
|
2381
2377
|
}
|
|
2382
2378
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2383
2379
|
background-color: #1b1a19;
|
|
@@ -2497,8 +2493,8 @@
|
|
|
2497
2493
|
|
|
2498
2494
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2499
2495
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2500
|
-
min-width:
|
|
2501
|
-
width:
|
|
2496
|
+
min-width: 714px !important;
|
|
2497
|
+
width: 714px !important;
|
|
2502
2498
|
}
|
|
2503
2499
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2504
2500
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2515,6 +2511,7 @@
|
|
|
2515
2511
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2516
2512
|
padding-left: 16px;
|
|
2517
2513
|
padding-top: 16px;
|
|
2514
|
+
width: 656px;
|
|
2518
2515
|
}
|
|
2519
2516
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2520
2517
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2754,7 +2751,7 @@
|
|
|
2754
2751
|
display: flex;
|
|
2755
2752
|
}
|
|
2756
2753
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2757
|
-
height:
|
|
2754
|
+
height: 470px;
|
|
2758
2755
|
width: 50%;
|
|
2759
2756
|
}
|
|
2760
2757
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer {
|
|
@@ -2764,7 +2761,7 @@
|
|
|
2764
2761
|
}
|
|
2765
2762
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2766
2763
|
display: inline-block;
|
|
2767
|
-
height:
|
|
2764
|
+
height: 430px;
|
|
2768
2765
|
overflow: auto;
|
|
2769
2766
|
width: 310px;
|
|
2770
2767
|
}
|
|
@@ -2898,8 +2895,8 @@
|
|
|
2898
2895
|
|
|
2899
2896
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2900
2897
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2901
|
-
max-height:
|
|
2902
|
-
min-width:
|
|
2898
|
+
max-height: 590px !important;
|
|
2899
|
+
min-width: 401px !important;
|
|
2903
2900
|
}
|
|
2904
2901
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2905
2902
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2945,17 +2942,17 @@
|
|
|
2945
2942
|
}
|
|
2946
2943
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2947
2944
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2948
|
-
max-height:
|
|
2945
|
+
max-height: 750px !important;
|
|
2949
2946
|
min-width: 580px;
|
|
2950
2947
|
}
|
|
2951
2948
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2952
2949
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2953
|
-
height:
|
|
2950
|
+
height: 540px;
|
|
2954
2951
|
width: 283px;
|
|
2955
2952
|
}
|
|
2956
2953
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div,
|
|
2957
2954
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2958
|
-
height:
|
|
2955
|
+
height: 500px;
|
|
2959
2956
|
width: 325px;
|
|
2960
2957
|
}
|
|
2961
2958
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title,
|
|
@@ -3022,7 +3019,7 @@
|
|
|
3022
3019
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3023
3020
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3024
3021
|
margin-left: -22px;
|
|
3025
|
-
overflow:
|
|
3022
|
+
overflow: auto !important;
|
|
3026
3023
|
}
|
|
3027
3024
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3028
3025
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3059,6 +3056,9 @@
|
|
|
3059
3056
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
3060
3057
|
margin-right: 0;
|
|
3061
3058
|
}
|
|
3059
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
3060
|
+
margin-left: 20px;
|
|
3061
|
+
}
|
|
3062
3062
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
3063
3063
|
float: left;
|
|
3064
3064
|
margin: 0;
|
|
@@ -3155,6 +3155,10 @@
|
|
|
3155
3155
|
opacity: 56%;
|
|
3156
3156
|
padding: 14px 10px 9px 20px;
|
|
3157
3157
|
}
|
|
3158
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3159
|
+
margin-left: 0;
|
|
3160
|
+
margin-right: 20px;
|
|
3161
|
+
}
|
|
3158
3162
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3159
3163
|
margin-left: 0;
|
|
3160
3164
|
margin-right: 10px;
|
|
@@ -3179,6 +3183,10 @@
|
|
|
3179
3183
|
margin-left: 0;
|
|
3180
3184
|
margin-right: 10px;
|
|
3181
3185
|
}
|
|
3186
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3187
|
+
min-height: 170px;
|
|
3188
|
+
overflow: auto;
|
|
3189
|
+
}
|
|
3182
3190
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3183
3191
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3184
3192
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3294,7 +3302,7 @@
|
|
|
3294
3302
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3295
3303
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3296
3304
|
overflow: hidden;
|
|
3297
|
-
padding: 0;
|
|
3305
|
+
padding: 0 !important;
|
|
3298
3306
|
padding-top: 1px;
|
|
3299
3307
|
}
|
|
3300
3308
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3454,7 +3462,7 @@
|
|
|
3454
3462
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3455
3463
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3456
3464
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
3457
|
-
height:
|
|
3465
|
+
height: 110px;
|
|
3458
3466
|
}
|
|
3459
3467
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
3460
3468
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,
|
|
@@ -3524,7 +3532,7 @@
|
|
|
3524
3532
|
}
|
|
3525
3533
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
3526
3534
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3527
|
-
height:
|
|
3535
|
+
height: 100px !important;
|
|
3528
3536
|
}
|
|
3529
3537
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
3530
3538
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -3560,7 +3568,7 @@
|
|
|
3560
3568
|
}
|
|
3561
3569
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3562
3570
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3563
|
-
min-width: 350px;
|
|
3571
|
+
min-width: 350px !important;
|
|
3564
3572
|
}
|
|
3565
3573
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3566
3574
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3675,6 +3683,25 @@
|
|
|
3675
3683
|
min-height: 36px;
|
|
3676
3684
|
min-width: 36px;
|
|
3677
3685
|
}
|
|
3686
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3687
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3688
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3689
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3690
|
+
max-height: 400px !important;
|
|
3691
|
+
min-width: 370px !important;
|
|
3692
|
+
}
|
|
3693
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3694
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
3695
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3696
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3697
|
+
min-height: 113px !important;
|
|
3698
|
+
}
|
|
3699
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3700
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3701
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3702
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3703
|
+
height: auto;
|
|
3704
|
+
}
|
|
3678
3705
|
|
|
3679
3706
|
.e-pivotfieldlist-container {
|
|
3680
3707
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -3904,6 +3931,9 @@
|
|
|
3904
3931
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3905
3932
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
3906
3933
|
}
|
|
3934
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3935
|
+
display: none !important;
|
|
3936
|
+
}
|
|
3907
3937
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3908
3938
|
margin-left: 0;
|
|
3909
3939
|
margin-right: 0;
|
|
@@ -4349,6 +4379,59 @@
|
|
|
4349
4379
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4350
4380
|
width: 60%;
|
|
4351
4381
|
}
|
|
4382
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4383
|
+
max-height: 750px;
|
|
4384
|
+
}
|
|
4385
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4386
|
+
height: 261px;
|
|
4387
|
+
}
|
|
4388
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4389
|
+
height: 540px;
|
|
4390
|
+
}
|
|
4391
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4392
|
+
height: 369px;
|
|
4393
|
+
}
|
|
4394
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4395
|
+
height: 392px !important;
|
|
4396
|
+
}
|
|
4397
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4398
|
+
height: 392px;
|
|
4399
|
+
}
|
|
4400
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4401
|
+
height: 162px !important;
|
|
4402
|
+
}
|
|
4403
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4404
|
+
color: #484644;
|
|
4405
|
+
padding: 25px 12px;
|
|
4406
|
+
text-align: center;
|
|
4407
|
+
width: 100%;
|
|
4408
|
+
}
|
|
4409
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4410
|
+
display: none;
|
|
4411
|
+
}
|
|
4412
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4413
|
+
display: -ms-flexbox;
|
|
4414
|
+
display: flex;
|
|
4415
|
+
padding: 10px 18px;
|
|
4416
|
+
}
|
|
4417
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4418
|
+
float: right;
|
|
4419
|
+
font-size: 14px;
|
|
4420
|
+
}
|
|
4421
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4422
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4423
|
+
border-width: 0 !important;
|
|
4424
|
+
cursor: text !important;
|
|
4425
|
+
}
|
|
4426
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4427
|
+
background-color: transparent !important;
|
|
4428
|
+
border: transparent !important;
|
|
4429
|
+
color: currentColor !important;
|
|
4430
|
+
}
|
|
4431
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4432
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4433
|
+
display: none !important;
|
|
4434
|
+
}
|
|
4352
4435
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4353
4436
|
color: #fff;
|
|
4354
4437
|
font-size: 14px;
|
|
@@ -4437,7 +4520,7 @@
|
|
|
4437
4520
|
width: 100%;
|
|
4438
4521
|
}
|
|
4439
4522
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4440
|
-
height:
|
|
4523
|
+
height: 180px;
|
|
4441
4524
|
}
|
|
4442
4525
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4443
4526
|
display: none;
|
|
@@ -5397,4 +5480,37 @@
|
|
|
5397
5480
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5398
5481
|
padding-left: 0;
|
|
5399
5482
|
padding-right: 4px;
|
|
5483
|
+
}
|
|
5484
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5485
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5486
|
+
max-height: 750px;
|
|
5487
|
+
}
|
|
5488
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5489
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5490
|
+
max-height: 800px;
|
|
5491
|
+
}
|
|
5492
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5493
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5494
|
+
height: 270px;
|
|
5495
|
+
}
|
|
5496
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5497
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5498
|
+
height: 565px !important;
|
|
5499
|
+
max-height: 600px !important;
|
|
5500
|
+
}
|
|
5501
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5502
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5503
|
+
height: 387px;
|
|
5504
|
+
}
|
|
5505
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5506
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5507
|
+
height: 400px !important;
|
|
5508
|
+
}
|
|
5509
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5510
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5511
|
+
height: 404px;
|
|
5512
|
+
}
|
|
5513
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5514
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5515
|
+
height: 165px !important;
|
|
5400
5516
|
}
|