@syncfusion/ej2-angular-pivotview 20.4.38 → 20.4.39
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/README.md +122 -37
- package/esm2020/src/pivotview/pivotview.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/package.json +1 -1
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotview/pivotview.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +13 -8
- package/styles/bootstrap.css +14 -9
- package/styles/bootstrap4.css +22 -11
- package/styles/bootstrap5-dark.css +21 -14
- package/styles/bootstrap5.css +21 -14
- package/styles/fabric-dark.css +37 -12
- package/styles/fabric.css +40 -12
- package/styles/fluent-dark.css +42 -24
- package/styles/fluent.css +42 -24
- package/styles/highcontrast-light.css +27 -10
- package/styles/highcontrast.css +27 -10
- package/styles/material-dark.css +17 -8
- package/styles/material.css +23 -8
- package/styles/pivotfieldlist/_bootstrap-definition.scss +1 -1
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +1 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +1 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +2 -2
- package/styles/pivotfieldlist/_fabric-definition.scss +2 -2
- package/styles/pivotfieldlist/_fluent-definition.scss +4 -4
- package/styles/pivotfieldlist/_fusionnew-definition.scss +1 -1
- package/styles/pivotfieldlist/_highcontrast-definition.scss +2 -2
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +2 -2
- package/styles/pivotfieldlist/_layout.scss +66 -5
- package/styles/pivotfieldlist/_material3-definition.scss +1 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +1 -1
- package/styles/pivotfieldlist/_theme.scss +2 -2
- package/styles/pivotfieldlist/bootstrap-dark.css +8 -2
- package/styles/pivotfieldlist/bootstrap.css +9 -3
- package/styles/pivotfieldlist/bootstrap4.css +9 -3
- package/styles/pivotfieldlist/bootstrap5-dark.css +15 -3
- package/styles/pivotfieldlist/bootstrap5.css +15 -3
- package/styles/pivotfieldlist/fabric-dark.css +19 -4
- package/styles/pivotfieldlist/fabric.css +19 -4
- package/styles/pivotfieldlist/fluent-dark.css +19 -7
- package/styles/pivotfieldlist/fluent.css +19 -7
- package/styles/pivotfieldlist/highcontrast-light.css +19 -4
- package/styles/pivotfieldlist/highcontrast.css +19 -4
- package/styles/pivotfieldlist/material-dark.css +12 -2
- package/styles/pivotfieldlist/material.css +12 -2
- package/styles/pivotfieldlist/tailwind-dark.css +15 -3
- package/styles/pivotfieldlist/tailwind.css +15 -3
- package/styles/pivotview/_bootstrap-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap-definition.scss +1 -0
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +2 -1
- package/styles/pivotview/_fabric-dark-definition.scss +3 -2
- package/styles/pivotview/_fabric-definition.scss +3 -2
- package/styles/pivotview/_fluent-definition.scss +3 -2
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +1 -0
- package/styles/pivotview/_layout.scss +59 -10
- package/styles/pivotview/_material-dark-definition.scss +1 -0
- package/styles/pivotview/_material-definition.scss +1 -0
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +4 -3
- package/styles/pivotview/_theme.scss +5 -3
- package/styles/pivotview/bootstrap-dark.css +5 -6
- package/styles/pivotview/bootstrap.css +5 -6
- package/styles/pivotview/bootstrap4.css +13 -8
- package/styles/pivotview/bootstrap5-dark.css +6 -11
- package/styles/pivotview/bootstrap5.css +6 -11
- package/styles/pivotview/fabric-dark.css +18 -8
- package/styles/pivotview/fabric.css +21 -8
- package/styles/pivotview/fluent-dark.css +23 -17
- package/styles/pivotview/fluent.css +23 -17
- package/styles/pivotview/highcontrast-light.css +8 -6
- package/styles/pivotview/highcontrast.css +8 -6
- package/styles/pivotview/material-dark.css +5 -6
- package/styles/pivotview/material.css +11 -6
- package/styles/pivotview/tailwind-dark.css +10 -14
- package/styles/pivotview/tailwind.css +10 -14
- package/styles/tailwind-dark.css +25 -17
- package/styles/tailwind.css +25 -17
- 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 -125
- 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 -125
- 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/tailwind-dark.css
CHANGED
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
}
|
|
270
270
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
271
271
|
display: inline-block;
|
|
272
|
-
height:
|
|
272
|
+
height: 176px;
|
|
273
273
|
max-width: 400px;
|
|
274
274
|
overflow: auto;
|
|
275
275
|
width: 100%;
|
|
@@ -574,9 +574,6 @@
|
|
|
574
574
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
575
575
|
background: #232e3e;
|
|
576
576
|
}
|
|
577
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
578
|
-
font-size: 16px;
|
|
579
|
-
}
|
|
580
577
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
581
578
|
background-color: transparent;
|
|
582
579
|
border: none;
|
|
@@ -588,7 +585,6 @@
|
|
|
588
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
589
586
|
margin-left: 0;
|
|
590
587
|
margin-right: 0;
|
|
591
|
-
font-size: 16px;
|
|
592
588
|
line-height: 40px;
|
|
593
589
|
}
|
|
594
590
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -734,7 +730,7 @@
|
|
|
734
730
|
}
|
|
735
731
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
736
732
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
737
|
-
height:
|
|
733
|
+
height: 140px;
|
|
738
734
|
}
|
|
739
735
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
740
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -961,7 +957,7 @@
|
|
|
961
957
|
}
|
|
962
958
|
.e-pivotview .e-member-editor-dialog,
|
|
963
959
|
.e-pivotview .e-olap-editor-dialog {
|
|
964
|
-
min-height:
|
|
960
|
+
min-height: 350px !important;
|
|
965
961
|
min-width: 350px !important;
|
|
966
962
|
visibility: hidden;
|
|
967
963
|
}
|
|
@@ -1044,7 +1040,7 @@
|
|
|
1044
1040
|
display: none;
|
|
1045
1041
|
}
|
|
1046
1042
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1047
|
-
margin: -
|
|
1043
|
+
margin: -18px 0 !important;
|
|
1048
1044
|
}
|
|
1049
1045
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1050
1046
|
margin: 0 !important;
|
|
@@ -1564,6 +1560,7 @@
|
|
|
1564
1560
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1565
1561
|
margin-top: 3px;
|
|
1566
1562
|
transform: rotateX(180deg);
|
|
1563
|
+
margin-top: 4px !important;
|
|
1567
1564
|
}
|
|
1568
1565
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1569
1566
|
margin-top: 1px;
|
|
@@ -1918,9 +1915,9 @@
|
|
|
1918
1915
|
}
|
|
1919
1916
|
@media (max-width: 400px) {
|
|
1920
1917
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1921
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1922
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1923
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1918
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1919
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1920
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1924
1921
|
min-width: 10px !important;
|
|
1925
1922
|
}
|
|
1926
1923
|
}
|
|
@@ -1963,7 +1960,6 @@
|
|
|
1963
1960
|
}
|
|
1964
1961
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1965
1962
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1966
|
-
padding-left: 1.8em !important;
|
|
1967
1963
|
padding-right: 8px !important;
|
|
1968
1964
|
}
|
|
1969
1965
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2098,6 +2094,7 @@
|
|
|
2098
2094
|
.e-pivottooltip {
|
|
2099
2095
|
border-radius: 4px;
|
|
2100
2096
|
padding: 3px 4px;
|
|
2097
|
+
text-align: initial;
|
|
2101
2098
|
}
|
|
2102
2099
|
|
|
2103
2100
|
.e-pivottooltip p {
|
|
@@ -2349,7 +2346,7 @@
|
|
|
2349
2346
|
}
|
|
2350
2347
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2351
2348
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2352
|
-
height:
|
|
2349
|
+
height: 140px;
|
|
2353
2350
|
}
|
|
2354
2351
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2355
2352
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2391,7 +2388,6 @@
|
|
|
2391
2388
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2392
2389
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2393
2390
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2394
|
-
padding-left: 1.8em !important;
|
|
2395
2391
|
padding-right: 8px !important;
|
|
2396
2392
|
}
|
|
2397
2393
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3556,6 +3552,7 @@
|
|
|
3556
3552
|
display: inline-table;
|
|
3557
3553
|
height: 100%;
|
|
3558
3554
|
width: 100%;
|
|
3555
|
+
min-width: 265px;
|
|
3559
3556
|
}
|
|
3560
3557
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
3561
3558
|
cursor: move;
|
|
@@ -3579,6 +3576,8 @@
|
|
|
3579
3576
|
cursor: pointer;
|
|
3580
3577
|
font-size: 13px;
|
|
3581
3578
|
margin-top: 3px;
|
|
3579
|
+
padding-left: 0px;
|
|
3580
|
+
padding-right: 0px;
|
|
3582
3581
|
margin-top: 10px;
|
|
3583
3582
|
}
|
|
3584
3583
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
@@ -3713,6 +3712,12 @@
|
|
|
3713
3712
|
font-size: 16px;
|
|
3714
3713
|
padding-top: 12px;
|
|
3715
3714
|
}
|
|
3715
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
3716
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3717
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3718
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3719
|
+
padding-top: 4px;
|
|
3720
|
+
}
|
|
3716
3721
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3717
3722
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3718
3723
|
font-size: 16px;
|
|
@@ -3889,7 +3894,7 @@
|
|
|
3889
3894
|
display: none;
|
|
3890
3895
|
}
|
|
3891
3896
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3892
|
-
background-color: #
|
|
3897
|
+
background-color: #232e3e;
|
|
3893
3898
|
opacity: 56%;
|
|
3894
3899
|
padding: 14px 10px 16px 20px;
|
|
3895
3900
|
}
|
|
@@ -4013,6 +4018,9 @@
|
|
|
4013
4018
|
margin-left: 0;
|
|
4014
4019
|
margin-right: 10px;
|
|
4015
4020
|
}
|
|
4021
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4022
|
+
padding-top: 4px !important;
|
|
4023
|
+
}
|
|
4016
4024
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4017
4025
|
min-height: 170px;
|
|
4018
4026
|
overflow: auto;
|
|
@@ -4545,14 +4553,14 @@
|
|
|
4545
4553
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4546
4554
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4547
4555
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4548
|
-
max-height:
|
|
4556
|
+
max-height: 440px !important;
|
|
4549
4557
|
min-width: 370px !important;
|
|
4550
4558
|
}
|
|
4551
4559
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4552
4560
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4553
4561
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4554
4562
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4555
|
-
min-height:
|
|
4563
|
+
min-height: 75px !important;
|
|
4556
4564
|
}
|
|
4557
4565
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4558
4566
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/tailwind.css
CHANGED
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
}
|
|
272
272
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
273
273
|
display: inline-block;
|
|
274
|
-
height:
|
|
274
|
+
height: 176px;
|
|
275
275
|
max-width: 400px;
|
|
276
276
|
overflow: auto;
|
|
277
277
|
width: 100%;
|
|
@@ -576,9 +576,6 @@
|
|
|
576
576
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
577
577
|
background: #f9fafb;
|
|
578
578
|
}
|
|
579
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
580
|
-
font-size: 16px;
|
|
581
|
-
}
|
|
582
579
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
583
580
|
background-color: transparent;
|
|
584
581
|
border: none;
|
|
@@ -590,7 +587,6 @@
|
|
|
590
587
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
591
588
|
margin-left: 0;
|
|
592
589
|
margin-right: 0;
|
|
593
|
-
font-size: 16px;
|
|
594
590
|
line-height: 40px;
|
|
595
591
|
}
|
|
596
592
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -736,7 +732,7 @@
|
|
|
736
732
|
}
|
|
737
733
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
738
734
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
739
|
-
height:
|
|
735
|
+
height: 140px;
|
|
740
736
|
}
|
|
741
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
742
738
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -963,7 +959,7 @@
|
|
|
963
959
|
}
|
|
964
960
|
.e-pivotview .e-member-editor-dialog,
|
|
965
961
|
.e-pivotview .e-olap-editor-dialog {
|
|
966
|
-
min-height:
|
|
962
|
+
min-height: 350px !important;
|
|
967
963
|
min-width: 350px !important;
|
|
968
964
|
visibility: hidden;
|
|
969
965
|
}
|
|
@@ -1046,7 +1042,7 @@
|
|
|
1046
1042
|
display: none;
|
|
1047
1043
|
}
|
|
1048
1044
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1049
|
-
margin: -
|
|
1045
|
+
margin: -18px 0 !important;
|
|
1050
1046
|
}
|
|
1051
1047
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1052
1048
|
margin: 0 !important;
|
|
@@ -1566,6 +1562,7 @@
|
|
|
1566
1562
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1567
1563
|
margin-top: 3px;
|
|
1568
1564
|
transform: rotateX(180deg);
|
|
1565
|
+
margin-top: 4px !important;
|
|
1569
1566
|
}
|
|
1570
1567
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1571
1568
|
margin-top: 1px;
|
|
@@ -1920,9 +1917,9 @@
|
|
|
1920
1917
|
}
|
|
1921
1918
|
@media (max-width: 400px) {
|
|
1922
1919
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1923
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1924
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1925
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1920
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1921
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1922
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1926
1923
|
min-width: 10px !important;
|
|
1927
1924
|
}
|
|
1928
1925
|
}
|
|
@@ -1965,7 +1962,6 @@
|
|
|
1965
1962
|
}
|
|
1966
1963
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1967
1964
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1968
|
-
padding-left: 1.8em !important;
|
|
1969
1965
|
padding-right: 8px !important;
|
|
1970
1966
|
}
|
|
1971
1967
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2100,6 +2096,7 @@
|
|
|
2100
2096
|
.e-pivottooltip {
|
|
2101
2097
|
border-radius: 4px;
|
|
2102
2098
|
padding: 3px 4px;
|
|
2099
|
+
text-align: initial;
|
|
2103
2100
|
}
|
|
2104
2101
|
|
|
2105
2102
|
.e-pivottooltip p {
|
|
@@ -2351,7 +2348,7 @@
|
|
|
2351
2348
|
}
|
|
2352
2349
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2353
2350
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2354
|
-
height:
|
|
2351
|
+
height: 140px;
|
|
2355
2352
|
}
|
|
2356
2353
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2357
2354
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2393,7 +2390,6 @@
|
|
|
2393
2390
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2394
2391
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2395
2392
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2396
|
-
padding-left: 1.8em !important;
|
|
2397
2393
|
padding-right: 8px !important;
|
|
2398
2394
|
}
|
|
2399
2395
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3559,6 +3555,7 @@
|
|
|
3559
3555
|
display: inline-table;
|
|
3560
3556
|
height: 100%;
|
|
3561
3557
|
width: 100%;
|
|
3558
|
+
min-width: 265px;
|
|
3562
3559
|
}
|
|
3563
3560
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
3564
3561
|
cursor: move;
|
|
@@ -3582,6 +3579,8 @@
|
|
|
3582
3579
|
cursor: pointer;
|
|
3583
3580
|
font-size: 13px;
|
|
3584
3581
|
margin-top: 3px;
|
|
3582
|
+
padding-left: 0px;
|
|
3583
|
+
padding-right: 0px;
|
|
3585
3584
|
margin-top: 10px;
|
|
3586
3585
|
}
|
|
3587
3586
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
@@ -3716,6 +3715,12 @@
|
|
|
3716
3715
|
font-size: 16px;
|
|
3717
3716
|
padding-top: 12px;
|
|
3718
3717
|
}
|
|
3718
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
3719
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3720
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3721
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3722
|
+
padding-top: 4px;
|
|
3723
|
+
}
|
|
3719
3724
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3720
3725
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3721
3726
|
font-size: 16px;
|
|
@@ -3892,7 +3897,7 @@
|
|
|
3892
3897
|
display: none;
|
|
3893
3898
|
}
|
|
3894
3899
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3895
|
-
background-color: #
|
|
3900
|
+
background-color: #f9fafb;
|
|
3896
3901
|
opacity: 56%;
|
|
3897
3902
|
padding: 14px 10px 16px 20px;
|
|
3898
3903
|
}
|
|
@@ -4016,6 +4021,9 @@
|
|
|
4016
4021
|
margin-left: 0;
|
|
4017
4022
|
margin-right: 10px;
|
|
4018
4023
|
}
|
|
4024
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4025
|
+
padding-top: 4px !important;
|
|
4026
|
+
}
|
|
4019
4027
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4020
4028
|
min-height: 170px;
|
|
4021
4029
|
overflow: auto;
|
|
@@ -4548,14 +4556,14 @@
|
|
|
4548
4556
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4549
4557
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4550
4558
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4551
|
-
max-height:
|
|
4559
|
+
max-height: 440px !important;
|
|
4552
4560
|
min-width: 370px !important;
|
|
4553
4561
|
}
|
|
4554
4562
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4555
4563
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4556
4564
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4557
4565
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4558
|
-
min-height:
|
|
4566
|
+
min-height: 75px !important;
|
|
4559
4567
|
}
|
|
4560
4568
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4561
4569
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
-
"schematics": {
|
|
4
|
-
"ng-add": {
|
|
5
|
-
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
|
-
"factory": "./ng-add",
|
|
7
|
-
"schema": "./ng-add/schema.json"
|
|
8
|
-
},
|
|
9
|
-
"pivotview-default": {
|
|
10
|
-
"description": "Create an Angular PivotView component with simple pivot table",
|
|
11
|
-
"factory": "./generators/pivotview-default",
|
|
12
|
-
"schema": "./generators/pivotview-default/schema.json"
|
|
13
|
-
},
|
|
14
|
-
"pivotview-fieldlist": {
|
|
15
|
-
"description": "Create an Angular component with EJ2 pivotview with fieldlist",
|
|
16
|
-
"factory": "./generators/pivotview-fieldlist",
|
|
17
|
-
"schema": "./generators/pivotview-fieldlist/schema.json"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
-
const sampleDetails = require("./sample-details");
|
|
5
|
-
function default_1(options) {
|
|
6
|
-
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
-
}
|
|
8
|
-
exports.default = default_1;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.componentName = 'pivotview';
|
|
4
|
-
exports.sampleName = 'default';
|
|
5
|
-
exports.diModules = null;
|
|
6
|
-
exports.packageName = '@syncfusion/ej2-angular-pivotview';
|
|
7
|
-
exports.libModules = 'PivotViewModule';
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"$id": "EJ2SchemaTemplateID",
|
|
4
|
-
"title": "pivotview-default",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"path": {
|
|
8
|
-
"type": "string",
|
|
9
|
-
"format": "path",
|
|
10
|
-
"description": "The path to create the component.",
|
|
11
|
-
"visible": false
|
|
12
|
-
},
|
|
13
|
-
"project": {
|
|
14
|
-
"type": "string",
|
|
15
|
-
"description": "The name of the project.",
|
|
16
|
-
"$default": {
|
|
17
|
-
"$source": "projectName"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"name": {
|
|
21
|
-
"type": "string",
|
|
22
|
-
"description": "The name of the component.",
|
|
23
|
-
"$default": {
|
|
24
|
-
"$source": "argv",
|
|
25
|
-
"index": 0
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"inlineStyle": {
|
|
29
|
-
"description": "Specifies if the style will be in the ts file.",
|
|
30
|
-
"type": "boolean",
|
|
31
|
-
"default": false,
|
|
32
|
-
"alias": "s"
|
|
33
|
-
},
|
|
34
|
-
"inlineTemplate": {
|
|
35
|
-
"description": "Specifies if the template will be in the ts file.",
|
|
36
|
-
"type": "boolean",
|
|
37
|
-
"default": false,
|
|
38
|
-
"alias": "t"
|
|
39
|
-
},
|
|
40
|
-
"viewEncapsulation": {
|
|
41
|
-
"description": "Specifies the view encapsulation strategy.",
|
|
42
|
-
"enum": [
|
|
43
|
-
"Emulated",
|
|
44
|
-
"Native",
|
|
45
|
-
"None",
|
|
46
|
-
"ShadowDom"
|
|
47
|
-
],
|
|
48
|
-
"type": "string",
|
|
49
|
-
"alias": "v"
|
|
50
|
-
},
|
|
51
|
-
"changeDetection": {
|
|
52
|
-
"description": "Specifies the change detection strategy.",
|
|
53
|
-
"enum": [
|
|
54
|
-
"Default",
|
|
55
|
-
"OnPush"
|
|
56
|
-
],
|
|
57
|
-
"type": "string",
|
|
58
|
-
"default": "Default",
|
|
59
|
-
"alias": "c"
|
|
60
|
-
},
|
|
61
|
-
"prefix": {
|
|
62
|
-
"type": "string",
|
|
63
|
-
"description": "The prefix to apply to generated selectors.",
|
|
64
|
-
"alias": "p",
|
|
65
|
-
"oneOf": [
|
|
66
|
-
{
|
|
67
|
-
"maxLength": 0
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"minLength": 1,
|
|
71
|
-
"format": "html-selector"
|
|
72
|
-
}
|
|
73
|
-
]
|
|
74
|
-
},
|
|
75
|
-
"styleext": {
|
|
76
|
-
"description": "The file extension to be used for style files.",
|
|
77
|
-
"type": "string",
|
|
78
|
-
"default": "css"
|
|
79
|
-
},
|
|
80
|
-
"spec": {
|
|
81
|
-
"type": "boolean",
|
|
82
|
-
"description": "Specifies if a spec file is generated.",
|
|
83
|
-
"default": true
|
|
84
|
-
},
|
|
85
|
-
"flat": {
|
|
86
|
-
"type": "boolean",
|
|
87
|
-
"description": "Flag to indicate if a dir is created.",
|
|
88
|
-
"default": false
|
|
89
|
-
},
|
|
90
|
-
"skipImport": {
|
|
91
|
-
"type": "boolean",
|
|
92
|
-
"description": "Flag to skip the module import.",
|
|
93
|
-
"default": false
|
|
94
|
-
},
|
|
95
|
-
"selector": {
|
|
96
|
-
"type": "string",
|
|
97
|
-
"format": "html-selector",
|
|
98
|
-
"description": "The selector to use for the component."
|
|
99
|
-
},
|
|
100
|
-
"module": {
|
|
101
|
-
"type": "string",
|
|
102
|
-
"description": "Allows specification of the declaring module.",
|
|
103
|
-
"alias": "m"
|
|
104
|
-
},
|
|
105
|
-
"export": {
|
|
106
|
-
"type": "boolean",
|
|
107
|
-
"default": false,
|
|
108
|
-
"description": "Specifies if declaring module exports the component."
|
|
109
|
-
},
|
|
110
|
-
"entryComponent": {
|
|
111
|
-
"type": "boolean",
|
|
112
|
-
"default": false,
|
|
113
|
-
"description": "Specifies if the component is an entry component of declaring module."
|
|
114
|
-
},
|
|
115
|
-
"lintFix": {
|
|
116
|
-
"type": "boolean",
|
|
117
|
-
"default": false,
|
|
118
|
-
"description": "Specifies whether to apply lint fixes after generating the component."
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
"required": [
|
|
122
|
-
"name"
|
|
123
|
-
],
|
|
124
|
-
"id": "pivotview-default"
|
|
125
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
-
const sampleDetails = require("./sample-details");
|
|
5
|
-
function default_1(options) {
|
|
6
|
-
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
-
}
|
|
8
|
-
exports.default = default_1;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.componentName = 'pivotview';
|
|
4
|
-
exports.sampleName = 'fieldlist';
|
|
5
|
-
exports.diModules = null;
|
|
6
|
-
exports.packageName = '@syncfusion/ej2-angular-pivotview';
|
|
7
|
-
exports.libModules = 'PivotViewModule';
|