@syncfusion/ej2-angular-pivotview 23.1.38 → 23.1.41-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +862 -0
- package/dist/ej2-angular-pivotview.umd.js +708 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- 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/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -2
- package/styles/bootstrap5.css +15 -2
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +15 -2
- package/styles/fluent.css +15 -2
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -0
- package/styles/material.css +15 -0
- package/styles/material3-dark.css +70 -2
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +126 -2
- package/styles/material3.scss +0 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/material3-dark.scss +1 -4
- package/styles/pivotfieldlist/material3.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +15 -0
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +15 -0
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +15 -0
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +15 -2
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +15 -2
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +15 -0
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +15 -0
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +15 -2
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +15 -2
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +15 -0
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +15 -0
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +15 -0
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +15 -0
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/material3-dark.css +15 -2
- package/styles/pivotview/material3-dark.scss +1 -4
- package/styles/pivotview/material3.css +15 -2
- package/styles/pivotview/material3.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +15 -2
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +15 -2
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -231
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
- package/styles/pivotfieldlist/_layout.scss +0 -1951
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
- package/styles/pivotfieldlist/_material-definition.scss +0 -214
- package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_material3-definition.scss +0 -224
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
- package/styles/pivotfieldlist/_theme.scss +0 -1973
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_material3.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -176
- package/styles/pivotview/_bootstrap-definition.scss +0 -173
- package/styles/pivotview/_bootstrap4-definition.scss +0 -173
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -178
- package/styles/pivotview/_fabric-dark-definition.scss +0 -175
- package/styles/pivotview/_fabric-definition.scss +0 -172
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -178
- package/styles/pivotview/_fusionnew-definition.scss +0 -178
- package/styles/pivotview/_highcontrast-definition.scss +0 -171
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -172
- package/styles/pivotview/_layout.scss +0 -1169
- package/styles/pivotview/_material-dark-definition.scss +0 -179
- package/styles/pivotview/_material-definition.scss +0 -175
- package/styles/pivotview/_material3-dark-definition.scss +0 -1
- package/styles/pivotview/_material3-definition.scss +0 -181
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -178
- package/styles/pivotview/_theme.scss +0 -2025
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3-dark.scss +0 -1
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -936,9 +936,13 @@
|
|
|
936
936
|
align-items: center;
|
|
937
937
|
display: -ms-flexbox;
|
|
938
938
|
display: flex;
|
|
939
|
+
max-height: inherit;
|
|
939
940
|
}
|
|
940
941
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
941
942
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
943
|
+
-ms-flex-item-align: stretch;
|
|
944
|
+
-ms-grid-row-align: stretch;
|
|
945
|
+
align-self: stretch;
|
|
942
946
|
overflow: hidden;
|
|
943
947
|
text-overflow: ellipsis;
|
|
944
948
|
width: 100%;
|
|
@@ -1000,6 +1004,11 @@
|
|
|
1000
1004
|
.e-pivotview .e-grid .e-gridheader {
|
|
1001
1005
|
border-bottom-width: 1px;
|
|
1002
1006
|
}
|
|
1007
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1008
|
+
padding-bottom: 0;
|
|
1009
|
+
padding-top: 0;
|
|
1010
|
+
vertical-align: middle;
|
|
1011
|
+
}
|
|
1003
1012
|
.e-pivotview .e-gtot {
|
|
1004
1013
|
font-weight: 600;
|
|
1005
1014
|
}
|
|
@@ -1165,8 +1174,6 @@
|
|
|
1165
1174
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1166
1175
|
/* stylelint-disable */
|
|
1167
1176
|
padding-left: 8px !important;
|
|
1168
|
-
padding-top: 0px !important;
|
|
1169
|
-
padding-bottom: 0px !important;
|
|
1170
1177
|
}
|
|
1171
1178
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1172
1179
|
z-index: 1 !important;
|
|
@@ -1547,6 +1554,12 @@
|
|
|
1547
1554
|
.e-pivotview .e-group-columns {
|
|
1548
1555
|
width: 100%;
|
|
1549
1556
|
}
|
|
1557
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1558
|
+
display: inline-block;
|
|
1559
|
+
height: 100%;
|
|
1560
|
+
vertical-align: top;
|
|
1561
|
+
width: 100%;
|
|
1562
|
+
}
|
|
1550
1563
|
.e-pivotview .e-group-row {
|
|
1551
1564
|
padding: 0 !important;
|
|
1552
1565
|
}
|
|
@@ -938,9 +938,13 @@
|
|
|
938
938
|
align-items: center;
|
|
939
939
|
display: -ms-flexbox;
|
|
940
940
|
display: flex;
|
|
941
|
+
max-height: inherit;
|
|
941
942
|
}
|
|
942
943
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
943
944
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
945
|
+
-ms-flex-item-align: stretch;
|
|
946
|
+
-ms-grid-row-align: stretch;
|
|
947
|
+
align-self: stretch;
|
|
944
948
|
overflow: hidden;
|
|
945
949
|
text-overflow: ellipsis;
|
|
946
950
|
width: 100%;
|
|
@@ -1002,6 +1006,11 @@
|
|
|
1002
1006
|
.e-pivotview .e-grid .e-gridheader {
|
|
1003
1007
|
border-bottom-width: 1px;
|
|
1004
1008
|
}
|
|
1009
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1010
|
+
padding-bottom: 0;
|
|
1011
|
+
padding-top: 0;
|
|
1012
|
+
vertical-align: middle;
|
|
1013
|
+
}
|
|
1005
1014
|
.e-pivotview .e-gtot {
|
|
1006
1015
|
font-weight: 600;
|
|
1007
1016
|
}
|
|
@@ -1167,8 +1176,6 @@
|
|
|
1167
1176
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1168
1177
|
/* stylelint-disable */
|
|
1169
1178
|
padding-left: 8px !important;
|
|
1170
|
-
padding-top: 0px !important;
|
|
1171
|
-
padding-bottom: 0px !important;
|
|
1172
1179
|
}
|
|
1173
1180
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1174
1181
|
z-index: 1 !important;
|
|
@@ -1549,6 +1556,12 @@
|
|
|
1549
1556
|
.e-pivotview .e-group-columns {
|
|
1550
1557
|
width: 100%;
|
|
1551
1558
|
}
|
|
1559
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1560
|
+
display: inline-block;
|
|
1561
|
+
height: 100%;
|
|
1562
|
+
vertical-align: top;
|
|
1563
|
+
width: 100%;
|
|
1564
|
+
}
|
|
1552
1565
|
.e-pivotview .e-group-row {
|
|
1553
1566
|
padding: 0 !important;
|
|
1554
1567
|
}
|
|
@@ -922,9 +922,13 @@
|
|
|
922
922
|
align-items: center;
|
|
923
923
|
display: -ms-flexbox;
|
|
924
924
|
display: flex;
|
|
925
|
+
max-height: inherit;
|
|
925
926
|
}
|
|
926
927
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
|
+
-ms-flex-item-align: stretch;
|
|
930
|
+
-ms-grid-row-align: stretch;
|
|
931
|
+
align-self: stretch;
|
|
928
932
|
overflow: hidden;
|
|
929
933
|
text-overflow: ellipsis;
|
|
930
934
|
width: 100%;
|
|
@@ -986,6 +990,11 @@
|
|
|
986
990
|
.e-pivotview .e-grid .e-gridheader {
|
|
987
991
|
border-bottom-width: 1px;
|
|
988
992
|
}
|
|
993
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
994
|
+
padding-bottom: 0;
|
|
995
|
+
padding-top: 0;
|
|
996
|
+
vertical-align: middle;
|
|
997
|
+
}
|
|
989
998
|
.e-pivotview .e-gtot {
|
|
990
999
|
font-weight: 600;
|
|
991
1000
|
}
|
|
@@ -1526,6 +1535,12 @@
|
|
|
1526
1535
|
.e-pivotview .e-group-columns {
|
|
1527
1536
|
width: 100%;
|
|
1528
1537
|
}
|
|
1538
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1539
|
+
display: inline-block;
|
|
1540
|
+
height: 100%;
|
|
1541
|
+
vertical-align: top;
|
|
1542
|
+
width: 100%;
|
|
1543
|
+
}
|
|
1529
1544
|
.e-pivotview .e-group-row {
|
|
1530
1545
|
padding: 0 !important;
|
|
1531
1546
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|
|
@@ -922,9 +922,13 @@
|
|
|
922
922
|
align-items: center;
|
|
923
923
|
display: -ms-flexbox;
|
|
924
924
|
display: flex;
|
|
925
|
+
max-height: inherit;
|
|
925
926
|
}
|
|
926
927
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
|
+
-ms-flex-item-align: stretch;
|
|
930
|
+
-ms-grid-row-align: stretch;
|
|
931
|
+
align-self: stretch;
|
|
928
932
|
overflow: hidden;
|
|
929
933
|
text-overflow: ellipsis;
|
|
930
934
|
width: 100%;
|
|
@@ -986,6 +990,11 @@
|
|
|
986
990
|
.e-pivotview .e-grid .e-gridheader {
|
|
987
991
|
border-bottom-width: 1px;
|
|
988
992
|
}
|
|
993
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
994
|
+
padding-bottom: 0;
|
|
995
|
+
padding-top: 0;
|
|
996
|
+
vertical-align: middle;
|
|
997
|
+
}
|
|
989
998
|
.e-pivotview .e-gtot {
|
|
990
999
|
font-weight: 600;
|
|
991
1000
|
}
|
|
@@ -1526,6 +1535,12 @@
|
|
|
1526
1535
|
.e-pivotview .e-group-columns {
|
|
1527
1536
|
width: 100%;
|
|
1528
1537
|
}
|
|
1538
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1539
|
+
display: inline-block;
|
|
1540
|
+
height: 100%;
|
|
1541
|
+
vertical-align: top;
|
|
1542
|
+
width: 100%;
|
|
1543
|
+
}
|
|
1529
1544
|
.e-pivotview .e-group-row {
|
|
1530
1545
|
padding: 0 !important;
|
|
1531
1546
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
|
|
@@ -918,9 +918,13 @@
|
|
|
918
918
|
align-items: center;
|
|
919
919
|
display: -ms-flexbox;
|
|
920
920
|
display: flex;
|
|
921
|
+
max-height: inherit;
|
|
921
922
|
}
|
|
922
923
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
923
924
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
925
|
+
-ms-flex-item-align: stretch;
|
|
926
|
+
-ms-grid-row-align: stretch;
|
|
927
|
+
align-self: stretch;
|
|
924
928
|
overflow: hidden;
|
|
925
929
|
text-overflow: ellipsis;
|
|
926
930
|
width: 100%;
|
|
@@ -982,6 +986,11 @@
|
|
|
982
986
|
.e-pivotview .e-grid .e-gridheader {
|
|
983
987
|
border-bottom-width: 1px;
|
|
984
988
|
}
|
|
989
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
990
|
+
padding-bottom: 0;
|
|
991
|
+
padding-top: 0;
|
|
992
|
+
vertical-align: middle;
|
|
993
|
+
}
|
|
985
994
|
.e-pivotview .e-gtot {
|
|
986
995
|
font-weight: 500;
|
|
987
996
|
}
|
|
@@ -1524,6 +1533,12 @@
|
|
|
1524
1533
|
.e-pivotview .e-group-columns {
|
|
1525
1534
|
width: 100%;
|
|
1526
1535
|
}
|
|
1536
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1537
|
+
display: inline-block;
|
|
1538
|
+
height: 100%;
|
|
1539
|
+
vertical-align: top;
|
|
1540
|
+
width: 100%;
|
|
1541
|
+
}
|
|
1527
1542
|
.e-pivotview .e-group-row {
|
|
1528
1543
|
padding: 0 !important;
|
|
1529
1544
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material-dark.scss';
|
|
@@ -919,9 +919,13 @@
|
|
|
919
919
|
align-items: center;
|
|
920
920
|
display: -ms-flexbox;
|
|
921
921
|
display: flex;
|
|
922
|
+
max-height: inherit;
|
|
922
923
|
}
|
|
923
924
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
924
925
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
926
|
+
-ms-flex-item-align: stretch;
|
|
927
|
+
-ms-grid-row-align: stretch;
|
|
928
|
+
align-self: stretch;
|
|
925
929
|
overflow: hidden;
|
|
926
930
|
text-overflow: ellipsis;
|
|
927
931
|
width: 100%;
|
|
@@ -983,6 +987,11 @@
|
|
|
983
987
|
.e-pivotview .e-grid .e-gridheader {
|
|
984
988
|
border-bottom-width: 1px;
|
|
985
989
|
}
|
|
990
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
991
|
+
padding-bottom: 0;
|
|
992
|
+
padding-top: 0;
|
|
993
|
+
vertical-align: middle;
|
|
994
|
+
}
|
|
986
995
|
.e-pivotview .e-gtot {
|
|
987
996
|
font-weight: 500;
|
|
988
997
|
}
|
|
@@ -1525,6 +1534,12 @@
|
|
|
1525
1534
|
.e-pivotview .e-group-columns {
|
|
1526
1535
|
width: 100%;
|
|
1527
1536
|
}
|
|
1537
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1538
|
+
display: inline-block;
|
|
1539
|
+
height: 100%;
|
|
1540
|
+
vertical-align: top;
|
|
1541
|
+
width: 100%;
|
|
1542
|
+
}
|
|
1528
1543
|
.e-pivotview .e-group-row {
|
|
1529
1544
|
padding: 0 !important;
|
|
1530
1545
|
}
|
|
@@ -990,9 +990,13 @@
|
|
|
990
990
|
align-items: center;
|
|
991
991
|
display: -ms-flexbox;
|
|
992
992
|
display: flex;
|
|
993
|
+
max-height: inherit;
|
|
993
994
|
}
|
|
994
995
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
995
996
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
997
|
+
-ms-flex-item-align: stretch;
|
|
998
|
+
-ms-grid-row-align: stretch;
|
|
999
|
+
align-self: stretch;
|
|
996
1000
|
overflow: hidden;
|
|
997
1001
|
text-overflow: ellipsis;
|
|
998
1002
|
width: 100%;
|
|
@@ -1054,6 +1058,11 @@
|
|
|
1054
1058
|
.e-pivotview .e-grid .e-gridheader {
|
|
1055
1059
|
border-bottom-width: 1px;
|
|
1056
1060
|
}
|
|
1061
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1062
|
+
padding-bottom: 0;
|
|
1063
|
+
padding-top: 0;
|
|
1064
|
+
vertical-align: middle;
|
|
1065
|
+
}
|
|
1057
1066
|
.e-pivotview .e-gtot {
|
|
1058
1067
|
font-weight: 500;
|
|
1059
1068
|
}
|
|
@@ -1222,8 +1231,6 @@
|
|
|
1222
1231
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1223
1232
|
/* stylelint-disable */
|
|
1224
1233
|
padding-left: 8px !important;
|
|
1225
|
-
padding-top: 0px !important;
|
|
1226
|
-
padding-bottom: 0px !important;
|
|
1227
1234
|
}
|
|
1228
1235
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1229
1236
|
z-index: 1 !important;
|
|
@@ -1598,6 +1605,12 @@
|
|
|
1598
1605
|
.e-pivotview .e-group-columns {
|
|
1599
1606
|
width: 100%;
|
|
1600
1607
|
}
|
|
1608
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1609
|
+
display: inline-block;
|
|
1610
|
+
height: 100%;
|
|
1611
|
+
vertical-align: top;
|
|
1612
|
+
width: 100%;
|
|
1613
|
+
}
|
|
1601
1614
|
.e-pivotview .e-group-row {
|
|
1602
1615
|
padding: 0 !important;
|
|
1603
1616
|
}
|
|
@@ -1048,9 +1048,13 @@
|
|
|
1048
1048
|
align-items: center;
|
|
1049
1049
|
display: -ms-flexbox;
|
|
1050
1050
|
display: flex;
|
|
1051
|
+
max-height: inherit;
|
|
1051
1052
|
}
|
|
1052
1053
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
1053
1054
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
1055
|
+
-ms-flex-item-align: stretch;
|
|
1056
|
+
-ms-grid-row-align: stretch;
|
|
1057
|
+
align-self: stretch;
|
|
1054
1058
|
overflow: hidden;
|
|
1055
1059
|
text-overflow: ellipsis;
|
|
1056
1060
|
width: 100%;
|
|
@@ -1112,6 +1116,11 @@
|
|
|
1112
1116
|
.e-pivotview .e-grid .e-gridheader {
|
|
1113
1117
|
border-bottom-width: 1px;
|
|
1114
1118
|
}
|
|
1119
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1120
|
+
padding-bottom: 0;
|
|
1121
|
+
padding-top: 0;
|
|
1122
|
+
vertical-align: middle;
|
|
1123
|
+
}
|
|
1115
1124
|
.e-pivotview .e-gtot {
|
|
1116
1125
|
font-weight: 500;
|
|
1117
1126
|
}
|
|
@@ -1280,8 +1289,6 @@
|
|
|
1280
1289
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1281
1290
|
/* stylelint-disable */
|
|
1282
1291
|
padding-left: 8px !important;
|
|
1283
|
-
padding-top: 0px !important;
|
|
1284
|
-
padding-bottom: 0px !important;
|
|
1285
1292
|
}
|
|
1286
1293
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1287
1294
|
z-index: 1 !important;
|
|
@@ -1656,6 +1663,12 @@
|
|
|
1656
1663
|
.e-pivotview .e-group-columns {
|
|
1657
1664
|
width: 100%;
|
|
1658
1665
|
}
|
|
1666
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1667
|
+
display: inline-block;
|
|
1668
|
+
height: 100%;
|
|
1669
|
+
vertical-align: top;
|
|
1670
|
+
width: 100%;
|
|
1671
|
+
}
|
|
1659
1672
|
.e-pivotview .e-group-row {
|
|
1660
1673
|
padding: 0 !important;
|
|
1661
1674
|
}
|
|
@@ -934,9 +934,13 @@
|
|
|
934
934
|
align-items: center;
|
|
935
935
|
display: -ms-flexbox;
|
|
936
936
|
display: flex;
|
|
937
|
+
max-height: inherit;
|
|
937
938
|
}
|
|
938
939
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
939
940
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
941
|
+
-ms-flex-item-align: stretch;
|
|
942
|
+
-ms-grid-row-align: stretch;
|
|
943
|
+
align-self: stretch;
|
|
940
944
|
overflow: hidden;
|
|
941
945
|
text-overflow: ellipsis;
|
|
942
946
|
width: 100%;
|
|
@@ -998,6 +1002,11 @@
|
|
|
998
1002
|
.e-pivotview .e-grid .e-gridheader {
|
|
999
1003
|
border-bottom-width: 1px;
|
|
1000
1004
|
}
|
|
1005
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1006
|
+
padding-bottom: 0;
|
|
1007
|
+
padding-top: 0;
|
|
1008
|
+
vertical-align: middle;
|
|
1009
|
+
}
|
|
1001
1010
|
.e-pivotview .e-gtot {
|
|
1002
1011
|
font-weight: 500;
|
|
1003
1012
|
}
|
|
@@ -1168,8 +1177,6 @@
|
|
|
1168
1177
|
/* stylelint-disable */
|
|
1169
1178
|
padding-left: 8px !important;
|
|
1170
1179
|
text-transform: none;
|
|
1171
|
-
padding-top: 0px !important;
|
|
1172
|
-
padding-bottom: 0px !important;
|
|
1173
1180
|
}
|
|
1174
1181
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1175
1182
|
z-index: 1 !important;
|
|
@@ -1548,6 +1555,12 @@
|
|
|
1548
1555
|
.e-pivotview .e-group-columns {
|
|
1549
1556
|
width: 100%;
|
|
1550
1557
|
}
|
|
1558
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1559
|
+
display: inline-block;
|
|
1560
|
+
height: 100%;
|
|
1561
|
+
vertical-align: top;
|
|
1562
|
+
width: 100%;
|
|
1563
|
+
}
|
|
1551
1564
|
.e-pivotview .e-group-row {
|
|
1552
1565
|
padding: 0 !important;
|
|
1553
1566
|
}
|
|
@@ -936,9 +936,13 @@
|
|
|
936
936
|
align-items: center;
|
|
937
937
|
display: -ms-flexbox;
|
|
938
938
|
display: flex;
|
|
939
|
+
max-height: inherit;
|
|
939
940
|
}
|
|
940
941
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
941
942
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
943
|
+
-ms-flex-item-align: stretch;
|
|
944
|
+
-ms-grid-row-align: stretch;
|
|
945
|
+
align-self: stretch;
|
|
942
946
|
overflow: hidden;
|
|
943
947
|
text-overflow: ellipsis;
|
|
944
948
|
width: 100%;
|
|
@@ -1000,6 +1004,11 @@
|
|
|
1000
1004
|
.e-pivotview .e-grid .e-gridheader {
|
|
1001
1005
|
border-bottom-width: 1px;
|
|
1002
1006
|
}
|
|
1007
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1008
|
+
padding-bottom: 0;
|
|
1009
|
+
padding-top: 0;
|
|
1010
|
+
vertical-align: middle;
|
|
1011
|
+
}
|
|
1003
1012
|
.e-pivotview .e-gtot {
|
|
1004
1013
|
font-weight: 500;
|
|
1005
1014
|
}
|
|
@@ -1170,8 +1179,6 @@
|
|
|
1170
1179
|
/* stylelint-disable */
|
|
1171
1180
|
padding-left: 8px !important;
|
|
1172
1181
|
text-transform: none;
|
|
1173
|
-
padding-top: 0px !important;
|
|
1174
|
-
padding-bottom: 0px !important;
|
|
1175
1182
|
}
|
|
1176
1183
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1177
1184
|
z-index: 1 !important;
|
|
@@ -1550,6 +1557,12 @@
|
|
|
1550
1557
|
.e-pivotview .e-group-columns {
|
|
1551
1558
|
width: 100%;
|
|
1552
1559
|
}
|
|
1560
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1561
|
+
display: inline-block;
|
|
1562
|
+
height: 100%;
|
|
1563
|
+
vertical-align: top;
|
|
1564
|
+
width: 100%;
|
|
1565
|
+
}
|
|
1553
1566
|
.e-pivotview .e-group-row {
|
|
1554
1567
|
padding: 0 !important;
|
|
1555
1568
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -934,9 +934,13 @@
|
|
|
934
934
|
align-items: center;
|
|
935
935
|
display: -ms-flexbox;
|
|
936
936
|
display: flex;
|
|
937
|
+
max-height: inherit;
|
|
937
938
|
}
|
|
938
939
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
939
940
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
941
|
+
-ms-flex-item-align: stretch;
|
|
942
|
+
-ms-grid-row-align: stretch;
|
|
943
|
+
align-self: stretch;
|
|
940
944
|
overflow: hidden;
|
|
941
945
|
text-overflow: ellipsis;
|
|
942
946
|
width: 100%;
|
|
@@ -998,6 +1002,11 @@
|
|
|
998
1002
|
.e-pivotview .e-grid .e-gridheader {
|
|
999
1003
|
border-bottom-width: 1px;
|
|
1000
1004
|
}
|
|
1005
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1006
|
+
padding-bottom: 0;
|
|
1007
|
+
padding-top: 0;
|
|
1008
|
+
vertical-align: middle;
|
|
1009
|
+
}
|
|
1001
1010
|
.e-pivotview .e-gtot {
|
|
1002
1011
|
font-weight: 500;
|
|
1003
1012
|
}
|
|
@@ -1168,8 +1177,6 @@
|
|
|
1168
1177
|
/* stylelint-disable */
|
|
1169
1178
|
padding-left: 8px !important;
|
|
1170
1179
|
text-transform: none;
|
|
1171
|
-
padding-top: 0px !important;
|
|
1172
|
-
padding-bottom: 0px !important;
|
|
1173
1180
|
}
|
|
1174
1181
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1175
1182
|
z-index: 1 !important;
|
|
@@ -1548,6 +1555,12 @@
|
|
|
1548
1555
|
.e-pivotview .e-group-columns {
|
|
1549
1556
|
width: 100%;
|
|
1550
1557
|
}
|
|
1558
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1559
|
+
display: inline-block;
|
|
1560
|
+
height: 100%;
|
|
1561
|
+
vertical-align: top;
|
|
1562
|
+
width: 100%;
|
|
1563
|
+
}
|
|
1551
1564
|
.e-pivotview .e-group-row {
|
|
1552
1565
|
padding: 0 !important;
|
|
1553
1566
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -936,9 +936,13 @@
|
|
|
936
936
|
align-items: center;
|
|
937
937
|
display: -ms-flexbox;
|
|
938
938
|
display: flex;
|
|
939
|
+
max-height: inherit;
|
|
939
940
|
}
|
|
940
941
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
941
942
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
943
|
+
-ms-flex-item-align: stretch;
|
|
944
|
+
-ms-grid-row-align: stretch;
|
|
945
|
+
align-self: stretch;
|
|
942
946
|
overflow: hidden;
|
|
943
947
|
text-overflow: ellipsis;
|
|
944
948
|
width: 100%;
|
|
@@ -1000,6 +1004,11 @@
|
|
|
1000
1004
|
.e-pivotview .e-grid .e-gridheader {
|
|
1001
1005
|
border-bottom-width: 1px;
|
|
1002
1006
|
}
|
|
1007
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1008
|
+
padding-bottom: 0;
|
|
1009
|
+
padding-top: 0;
|
|
1010
|
+
vertical-align: middle;
|
|
1011
|
+
}
|
|
1003
1012
|
.e-pivotview .e-gtot {
|
|
1004
1013
|
font-weight: 500;
|
|
1005
1014
|
}
|
|
@@ -1170,8 +1179,6 @@
|
|
|
1170
1179
|
/* stylelint-disable */
|
|
1171
1180
|
padding-left: 8px !important;
|
|
1172
1181
|
text-transform: none;
|
|
1173
|
-
padding-top: 0px !important;
|
|
1174
|
-
padding-bottom: 0px !important;
|
|
1175
1182
|
}
|
|
1176
1183
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1177
1184
|
z-index: 1 !important;
|
|
@@ -1550,6 +1557,12 @@
|
|
|
1550
1557
|
.e-pivotview .e-group-columns {
|
|
1551
1558
|
width: 100%;
|
|
1552
1559
|
}
|
|
1560
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1561
|
+
display: inline-block;
|
|
1562
|
+
height: 100%;
|
|
1563
|
+
vertical-align: top;
|
|
1564
|
+
width: 100%;
|
|
1565
|
+
}
|
|
1553
1566
|
.e-pivotview .e-group-row {
|
|
1554
1567
|
padding: 0 !important;
|
|
1555
1568
|
}
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { PivotViewComponent } from './pivotview/pivotview.component';
|
|
2
|
-
export { PivotViewModule } from './pivotview/pivotview.module';
|
|
3
|
-
export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService } from './pivotview/pivotview-all.module';
|
|
4
|
-
export { PivotFieldListComponent } from './pivotfieldlist/pivotfieldlist.component';
|
|
5
|
-
export { PivotFieldListModule } from './pivotfieldlist/pivotfieldlist.module';
|
|
6
|
-
export { PivotFieldListAllModule } from './pivotfieldlist/pivotfieldlist-all.module';
|
|
7
|
-
export * from '@syncfusion/ej2-pivotview';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDcEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxrQkFBa0IsRUFBRSxnQkFBZ0IsRUFBRSxzQkFBc0IsRUFBRSw0QkFBNEIsRUFBRSxvQkFBb0IsRUFBRSxtQkFBbUIsRUFBRSxjQUFjLEVBQUUsaUJBQWlCLEVBQUUsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsdUJBQXVCLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzlVLE9BQU8sRUFBRSx1QkFBdUIsRUFBQyxNQUFNLDJDQUEyQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzlFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ3JGLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBQaXZvdFZpZXdDb21wb25lbnR9IGZyb20gJy4vcGl2b3R2aWV3L3Bpdm90dmlldy5jb21wb25lbnQnO1xuZXhwb3J0IHsgUGl2b3RWaWV3TW9kdWxlIH0gZnJvbSAnLi9waXZvdHZpZXcvcGl2b3R2aWV3Lm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdFZpZXdBbGxNb2R1bGUsIEdyb3VwaW5nQmFyU2VydmljZSwgRmllbGRMaXN0U2VydmljZSwgQ2FsY3VsYXRlZEZpZWxkU2VydmljZSwgQ29uZGl0aW9uYWxGb3JtYXR0aW5nU2VydmljZSwgVmlydHVhbFNjcm9sbFNlcnZpY2UsIERyaWxsVGhyb3VnaFNlcnZpY2UsIFRvb2xiYXJTZXJ2aWNlLCBQaXZvdENoYXJ0U2VydmljZSwgUERGRXhwb3J0U2VydmljZSwgRXhjZWxFeHBvcnRTZXJ2aWNlLCBOdW1iZXJGb3JtYXR0aW5nU2VydmljZSwgR3JvdXBpbmdTZXJ2aWNlLCBQYWdlclNlcnZpY2UgfSBmcm9tICcuL3Bpdm90dmlldy9waXZvdHZpZXctYWxsLm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdEZpZWxkTGlzdENvbXBvbmVudH0gZnJvbSAnLi9waXZvdGZpZWxkbGlzdC9waXZvdGZpZWxkbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0IHsgUGl2b3RGaWVsZExpc3RNb2R1bGUgfSBmcm9tICcuL3Bpdm90ZmllbGRsaXN0L3Bpdm90ZmllbGRsaXN0Lm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdEZpZWxkTGlzdEFsbE1vZHVsZSB9IGZyb20gJy4vcGl2b3RmaWVsZGxpc3QvcGl2b3RmaWVsZGxpc3QtYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajItcGl2b3R2aWV3JzsiXX0=
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { PivotFieldListModule } from './pivotfieldlist.module';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* NgModule definition for the PivotFieldList component with providers.
|
|
7
|
-
*/
|
|
8
|
-
export class PivotFieldListAllModule {
|
|
9
|
-
}
|
|
10
|
-
PivotFieldListAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
-
PivotFieldListAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, imports: [CommonModule, PivotFieldListModule], exports: [PivotFieldListModule] });
|
|
12
|
-
PivotFieldListAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, providers: [], imports: [[CommonModule, PivotFieldListModule], PivotFieldListModule] });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [CommonModule, PivotFieldListModule],
|
|
17
|
-
exports: [
|
|
18
|
-
PivotFieldListModule
|
|
19
|
-
],
|
|
20
|
-
providers: []
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGl2b3RmaWVsZGxpc3QtYWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9waXZvdGZpZWxkbGlzdC9waXZvdGZpZWxkbGlzdC1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFNL0Q7O0dBRUc7QUFVSCxNQUFNLE9BQU8sdUJBQXVCOztvSEFBdkIsdUJBQXVCO3FIQUF2Qix1QkFBdUIsWUFSdEIsWUFBWSxFQUFFLG9CQUFvQixhQUV4QyxvQkFBb0I7cUhBTWYsdUJBQXVCLGFBSnRCLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsQ0FBQyxFQUV6QyxvQkFBb0I7MkZBTWYsdUJBQXVCO2tCQVRuQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsQ0FBQztvQkFDN0MsT0FBTyxFQUFFO3dCQUNMLG9CQUFvQjtxQkFDdkI7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFBpdm90RmllbGRMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9waXZvdGZpZWxkbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgUGl2b3RGaWVsZExpc3RNb2R1bGUgfSBmcm9tICcuL3Bpdm90ZmllbGRsaXN0Lm1vZHVsZSc7XG5cblxuXG5cblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgUGl2b3RGaWVsZExpc3QgY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFBpdm90RmllbGRMaXN0TW9kdWxlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIFBpdm90RmllbGRMaXN0TW9kdWxlXG4gICAgXSxcbiAgICBwcm92aWRlcnM6W1xuICAgICAgICBcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFBpdm90RmllbGRMaXN0QWxsTW9kdWxlIHsgfSJdfQ==
|