@syncfusion/ej2-angular-pivotview 20.4.38-ngcc → 20.4.38

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.
Files changed (184) hide show
  1. package/README.md +36 -121
  2. package/esm2020/public_api.mjs +3 -0
  3. package/esm2020/src/index.mjs +8 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  6. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  7. package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
  8. package/esm2020/src/pivotview/pivotview.component.mjs +157 -0
  9. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  10. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +347 -0
  12. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +347 -0
  14. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  15. package/package.json +32 -60
  16. package/schematics/utils/lib-details.d.ts +2 -2
  17. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  18. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  19. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  20. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  21. package/src/pivotview/pivotview.component.d.ts +3 -0
  22. package/src/pivotview/pivotview.module.d.ts +6 -0
  23. package/styles/bootstrap-dark.css +8 -13
  24. package/styles/bootstrap.css +9 -14
  25. package/styles/bootstrap4.css +11 -22
  26. package/styles/bootstrap5-dark.css +14 -21
  27. package/styles/bootstrap5.css +14 -21
  28. package/styles/fabric-dark.css +12 -37
  29. package/styles/fabric.css +12 -40
  30. package/styles/fluent-dark.css +24 -42
  31. package/styles/fluent.css +24 -42
  32. package/styles/highcontrast-light.css +10 -27
  33. package/styles/highcontrast.css +10 -27
  34. package/styles/material-dark.css +8 -17
  35. package/styles/material.css +8 -23
  36. package/styles/pivotfieldlist/_all.scss +2 -0
  37. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +240 -0
  38. package/styles/pivotfieldlist/_bootstrap-definition.scss +194 -0
  39. package/styles/pivotfieldlist/_bootstrap4-definition.scss +194 -0
  40. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  41. package/styles/pivotfieldlist/_bootstrap5-definition.scss +198 -0
  42. package/styles/pivotfieldlist/_fabric-dark-definition.scss +200 -0
  43. package/styles/pivotfieldlist/_fabric-definition.scss +194 -0
  44. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  45. package/styles/pivotfieldlist/_fluent-definition.scss +198 -0
  46. package/styles/pivotfieldlist/_fusionnew-definition.scss +197 -0
  47. package/styles/pivotfieldlist/_highcontrast-definition.scss +195 -0
  48. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +195 -0
  49. package/styles/pivotfieldlist/_layout.scss +1899 -0
  50. package/styles/pivotfieldlist/_material-dark-definition.scss +195 -0
  51. package/styles/pivotfieldlist/_material-definition.scss +195 -0
  52. package/styles/pivotfieldlist/_material3-definition.scss +198 -0
  53. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  54. package/styles/pivotfieldlist/_tailwind-definition.scss +198 -0
  55. package/styles/pivotfieldlist/_theme.scss +1938 -0
  56. package/styles/pivotfieldlist/bootstrap-dark.css +2 -8
  57. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  58. package/styles/pivotfieldlist/bootstrap.css +3 -9
  59. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  60. package/styles/pivotfieldlist/bootstrap4.css +3 -9
  61. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  62. package/styles/pivotfieldlist/bootstrap5-dark.css +3 -15
  63. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  64. package/styles/pivotfieldlist/bootstrap5.css +3 -15
  65. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  66. package/styles/pivotfieldlist/fabric-dark.css +4 -19
  67. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  68. package/styles/pivotfieldlist/fabric.css +4 -19
  69. package/styles/pivotfieldlist/fabric.scss +4 -1
  70. package/styles/pivotfieldlist/fluent-dark.css +7 -19
  71. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  72. package/styles/pivotfieldlist/fluent.css +7 -19
  73. package/styles/pivotfieldlist/fluent.scss +4 -1
  74. package/styles/pivotfieldlist/highcontrast-light.css +4 -19
  75. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  76. package/styles/pivotfieldlist/highcontrast.css +4 -19
  77. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  78. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
  79. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  80. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  81. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  82. package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
  83. package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
  84. package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
  85. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  86. package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
  87. package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
  88. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
  89. package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
  90. package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
  91. package/styles/pivotfieldlist/icons/_material.scss +358 -0
  92. package/styles/pivotfieldlist/icons/_material3.scss +353 -0
  93. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
  94. package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
  95. package/styles/pivotfieldlist/material-dark.css +2 -12
  96. package/styles/pivotfieldlist/material-dark.scss +4 -1
  97. package/styles/pivotfieldlist/material.css +2 -12
  98. package/styles/pivotfieldlist/material.scss +4 -1
  99. package/styles/pivotfieldlist/tailwind-dark.css +3 -15
  100. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  101. package/styles/pivotfieldlist/tailwind.css +3 -15
  102. package/styles/pivotfieldlist/tailwind.scss +4 -1
  103. package/styles/pivotview/_all.scss +2 -0
  104. package/styles/pivotview/_bootstrap-dark-definition.scss +160 -0
  105. package/styles/pivotview/_bootstrap-definition.scss +157 -0
  106. package/styles/pivotview/_bootstrap4-definition.scss +157 -0
  107. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  108. package/styles/pivotview/_bootstrap5-definition.scss +162 -0
  109. package/styles/pivotview/_fabric-dark-definition.scss +159 -0
  110. package/styles/pivotview/_fabric-definition.scss +156 -0
  111. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  112. package/styles/pivotview/_fluent-definition.scss +162 -0
  113. package/styles/pivotview/_fusionnew-definition.scss +162 -0
  114. package/styles/pivotview/_highcontrast-definition.scss +155 -0
  115. package/styles/pivotview/_highcontrast-light-definition.scss +156 -0
  116. package/styles/pivotview/_layout.scss +1071 -0
  117. package/styles/pivotview/_material-dark-definition.scss +163 -0
  118. package/styles/pivotview/_material-definition.scss +159 -0
  119. package/styles/pivotview/_material3-definition.scss +162 -0
  120. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  121. package/styles/pivotview/_tailwind-definition.scss +162 -0
  122. package/styles/pivotview/_theme.scss +2000 -0
  123. package/styles/pivotview/bootstrap-dark.css +6 -5
  124. package/styles/pivotview/bootstrap-dark.scss +5 -1
  125. package/styles/pivotview/bootstrap.css +6 -5
  126. package/styles/pivotview/bootstrap.scss +5 -1
  127. package/styles/pivotview/bootstrap4.css +8 -13
  128. package/styles/pivotview/bootstrap4.scss +5 -1
  129. package/styles/pivotview/bootstrap5-dark.css +11 -6
  130. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  131. package/styles/pivotview/bootstrap5.css +11 -6
  132. package/styles/pivotview/bootstrap5.scss +5 -1
  133. package/styles/pivotview/fabric-dark.css +8 -18
  134. package/styles/pivotview/fabric-dark.scss +5 -1
  135. package/styles/pivotview/fabric.css +8 -21
  136. package/styles/pivotview/fabric.scss +5 -1
  137. package/styles/pivotview/fluent-dark.css +17 -23
  138. package/styles/pivotview/fluent-dark.scss +4 -1
  139. package/styles/pivotview/fluent.css +17 -23
  140. package/styles/pivotview/fluent.scss +5 -1
  141. package/styles/pivotview/highcontrast-light.css +6 -8
  142. package/styles/pivotview/highcontrast-light.scss +5 -1
  143. package/styles/pivotview/highcontrast.css +6 -8
  144. package/styles/pivotview/highcontrast.scss +5 -1
  145. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  146. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  147. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  148. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  149. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  150. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  151. package/styles/pivotview/icons/_fabric.scss +184 -0
  152. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  153. package/styles/pivotview/icons/_fluent.scss +183 -0
  154. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  155. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  156. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  157. package/styles/pivotview/icons/_material-dark.scss +184 -0
  158. package/styles/pivotview/icons/_material.scss +184 -0
  159. package/styles/pivotview/icons/_material3.scss +183 -0
  160. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  161. package/styles/pivotview/icons/_tailwind.scss +183 -0
  162. package/styles/pivotview/material-dark.css +6 -5
  163. package/styles/pivotview/material-dark.scss +5 -1
  164. package/styles/pivotview/material.css +6 -11
  165. package/styles/pivotview/material.scss +5 -1
  166. package/styles/pivotview/tailwind-dark.css +14 -10
  167. package/styles/pivotview/tailwind-dark.scss +4 -1
  168. package/styles/pivotview/tailwind.css +14 -10
  169. package/styles/pivotview/tailwind.scss +5 -1
  170. package/styles/tailwind-dark.css +17 -25
  171. package/styles/tailwind.css +17 -25
  172. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  173. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -434
  174. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  175. package/@syncfusion/ej2-angular-pivotview.js +0 -404
  176. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  177. package/CHANGELOG.md +0 -804
  178. package/dist/ej2-angular-pivotview.umd.js +0 -686
  179. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  180. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  181. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  182. package/ej2-angular-pivotview.d.ts +0 -6
  183. package/ej2-angular-pivotview.metadata.json +0 -1
  184. package/postinstall/tagchange.js +0 -18
@@ -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: 176px;
274
+ height: 214px;
275
275
  max-width: 400px;
276
276
  overflow: auto;
277
277
  width: 100%;
@@ -576,6 +576,9 @@
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
+ }
579
582
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
580
583
  background-color: transparent;
581
584
  border: none;
@@ -587,6 +590,7 @@
587
590
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
588
591
  margin-left: 0;
589
592
  margin-right: 0;
593
+ font-size: 16px;
590
594
  line-height: 40px;
591
595
  }
592
596
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
@@ -732,7 +736,7 @@
732
736
  }
733
737
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
734
738
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
735
- height: 140px;
739
+ height: 178px;
736
740
  }
737
741
  .e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
738
742
  .e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
@@ -959,7 +963,7 @@
959
963
  }
960
964
  .e-pivotview .e-member-editor-dialog,
961
965
  .e-pivotview .e-olap-editor-dialog {
962
- min-height: 350px !important;
966
+ min-height: 385px !important;
963
967
  min-width: 350px !important;
964
968
  visibility: hidden;
965
969
  }
@@ -1042,7 +1046,7 @@
1042
1046
  display: none;
1043
1047
  }
1044
1048
  .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1045
- margin: -18px 0 !important;
1049
+ margin: -15px 0 !important;
1046
1050
  }
1047
1051
  .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1048
1052
  margin: 0 !important;
@@ -1562,7 +1566,6 @@
1562
1566
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1563
1567
  margin-top: 3px;
1564
1568
  transform: rotateX(180deg);
1565
- margin-top: 4px !important;
1566
1569
  }
1567
1570
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
1568
1571
  margin-top: 1px;
@@ -1917,9 +1920,9 @@
1917
1920
  }
1918
1921
  @media (max-width: 400px) {
1919
1922
  .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
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 {
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 {
1923
1926
  min-width: 10px !important;
1924
1927
  }
1925
1928
  }
@@ -1962,6 +1965,7 @@
1962
1965
  }
1963
1966
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1964
1967
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1968
+ padding-left: 1.8em !important;
1965
1969
  padding-right: 8px !important;
1966
1970
  }
1967
1971
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2096,7 +2100,6 @@
2096
2100
  .e-pivottooltip {
2097
2101
  border-radius: 4px;
2098
2102
  padding: 3px 4px;
2099
- text-align: initial;
2100
2103
  }
2101
2104
 
2102
2105
  .e-pivottooltip p {
@@ -2348,7 +2351,7 @@
2348
2351
  }
2349
2352
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
2350
2353
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
2351
- height: 140px;
2354
+ height: 178px;
2352
2355
  }
2353
2356
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2354
2357
  .e-bigger .e-pivotview .e-stackedheadertext,
@@ -2390,6 +2393,7 @@
2390
2393
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2391
2394
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2392
2395
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2396
+ padding-left: 1.8em !important;
2393
2397
  padding-right: 8px !important;
2394
2398
  }
2395
2399
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -3555,7 +3559,6 @@
3555
3559
  display: inline-table;
3556
3560
  height: 100%;
3557
3561
  width: 100%;
3558
- min-width: 265px;
3559
3562
  }
3560
3563
  .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
3564
  cursor: move;
@@ -3579,8 +3582,6 @@
3579
3582
  cursor: pointer;
3580
3583
  font-size: 13px;
3581
3584
  margin-top: 3px;
3582
- padding-left: 0px;
3583
- padding-right: 0px;
3584
3585
  margin-top: 10px;
3585
3586
  }
3586
3587
  .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 {
@@ -3715,12 +3716,6 @@
3715
3716
  font-size: 16px;
3716
3717
  padding-top: 12px;
3717
3718
  }
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
- }
3724
3719
  .e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
3725
3720
  .e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
3726
3721
  font-size: 16px;
@@ -3897,7 +3892,7 @@
3897
3892
  display: none;
3898
3893
  }
3899
3894
  .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
3900
- background-color: #f9fafb;
3895
+ background-color: #374151;
3901
3896
  opacity: 56%;
3902
3897
  padding: 14px 10px 16px 20px;
3903
3898
  }
@@ -4021,9 +4016,6 @@
4021
4016
  margin-left: 0;
4022
4017
  margin-right: 10px;
4023
4018
  }
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
- }
4027
4019
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
4028
4020
  min-height: 170px;
4029
4021
  overflow: auto;
@@ -4556,14 +4548,14 @@
4556
4548
  .e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
4557
4549
  .e-bigger.e-pivotfieldlist .e-member-editor-dialog,
4558
4550
  .e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
4559
- max-height: 440px !important;
4551
+ max-height: 400px !important;
4560
4552
  min-width: 370px !important;
4561
4553
  }
4562
4554
  .e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
4563
4555
  .e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
4564
4556
  .e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
4565
4557
  .e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
4566
- min-height: 75px !important;
4558
+ min-height: 113px !important;
4567
4559
  }
4568
4560
  .e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
4569
4561
  .e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-pivotview" />
5
+ export * from './public_api';
@@ -1,434 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- import { ChangeDetectionStrategy, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
- import { ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
- import { CalculatedField, ConditionalFormatting, DrillThrough, ExcelExport, FieldList, Grouping, GroupingBar, NumberFormatting, PDFExport, Pager, PivotChart, PivotFieldList, PivotView, Toolbar, VirtualScroll } from '@syncfusion/ej2-pivotview';
14
- import { CommonModule } from '@angular/common';
15
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
17
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
18
- r = Reflect.decorate(decorators, target, key, desc);
19
- else
20
- for (var i = decorators.length - 1; i >= 0; i--)
21
- if (d = decorators[i])
22
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
- return c > 3 && r && Object.defineProperty(target, key, r), r;
24
- };
25
- var __metadata = (this && this.__metadata) || function (k, v) {
26
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
- return Reflect.metadata(k, v);
28
- };
29
- var inputs = ['aggregateTypes', 'allowCalculatedField', 'allowConditionalFormatting', 'allowDataCompression', 'allowDeferLayoutUpdate', 'allowDrillThrough', 'allowExcelExport', 'allowGrouping', 'allowNumberFormatting', 'allowPdfExport', 'cellTemplate', 'chartSettings', 'chartTypes', 'cssClass', 'dataSourceSettings', 'displayOption', 'editSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePaging', 'enablePersistence', 'enableRtl', 'enableValueSorting', 'enableVirtualization', 'exportAllPages', 'gridSettings', 'groupingBarSettings', 'height', 'hyperlinkSettings', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'maxRowsInDrillThrough', 'pageSettings', 'pagerSettings', 'pivotValues', 'showFieldList', 'showGroupingBar', 'showToolbar', 'showTooltip', 'showValuesButton', 'spinnerTemplate', 'toolbar', 'toolbarTemplate', 'tooltipTemplate', 'width'];
30
- var outputs = ['actionBegin', 'actionComplete', 'actionFailure', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeExport', 'beforeServiceInvoke', 'beginDrillThrough', 'calculatedFieldCreate', 'cellClick', 'cellSelected', 'cellSelecting', 'chartSeriesCreated', 'conditionalFormatting', 'created', 'dataBound', 'destroyed', 'drill', 'drillThrough', 'editCompleted', 'enginePopulated', 'enginePopulating', 'exportComplete', 'fetchReport', 'fieldDragStart', 'fieldDrop', 'fieldListRefreshed', 'fieldRemove', 'hyperlinkCellClick', 'load', 'loadReport', 'memberEditorOpen', 'memberFiltering', 'newReport', 'numberFormatting', 'onFieldDropped', 'onHeadersSort', 'onPdfCellRender', 'removeReport', 'renameReport', 'saveReport', 'toolbarClick', 'toolbarRender'];
31
- var twoWays = [];
32
- /**
33
- * `ej-pivotview` represents the Angular PivotView Component.
34
- * ```html
35
- * <ej-pivotview></ej-pivotview>
36
- * ```
37
- */
38
- var PivotViewComponent = /** @class */ (function (_super) {
39
- __extends(PivotViewComponent, _super);
40
- /**
41
- * @param {?} ngEle
42
- * @param {?} srenderer
43
- * @param {?} viewContainerRef
44
- * @param {?} injector
45
- */
46
- function PivotViewComponent(ngEle, srenderer, viewContainerRef, injector) {
47
- var _this = _super.call(this) || this;
48
- _this.ngEle = ngEle;
49
- _this.srenderer = srenderer;
50
- _this.viewContainerRef = viewContainerRef;
51
- _this.injector = injector;
52
- _this.element = _this.ngEle.nativeElement;
53
- _this.injectedModules = _this.injectedModules || [];
54
- try {
55
- var mod = _this.injector.get('PivotViewGroupingBar');
56
- if (_this.injectedModules.indexOf(mod) === -1) {
57
- _this.injectedModules.push(mod);
58
- }
59
- }
60
- catch (_a) { }
61
- try {
62
- var mod = _this.injector.get('PivotViewFieldList');
63
- if (_this.injectedModules.indexOf(mod) === -1) {
64
- _this.injectedModules.push(mod);
65
- }
66
- }
67
- catch (_b) { }
68
- try {
69
- var mod = _this.injector.get('PivotViewCalculatedField');
70
- if (_this.injectedModules.indexOf(mod) === -1) {
71
- _this.injectedModules.push(mod);
72
- }
73
- }
74
- catch (_c) { }
75
- try {
76
- var mod = _this.injector.get('PivotViewConditionalFormatting');
77
- if (_this.injectedModules.indexOf(mod) === -1) {
78
- _this.injectedModules.push(mod);
79
- }
80
- }
81
- catch (_d) { }
82
- try {
83
- var mod = _this.injector.get('PivotViewVirtualScroll');
84
- if (_this.injectedModules.indexOf(mod) === -1) {
85
- _this.injectedModules.push(mod);
86
- }
87
- }
88
- catch (_e) { }
89
- try {
90
- var mod = _this.injector.get('PivotViewDrillThrough');
91
- if (_this.injectedModules.indexOf(mod) === -1) {
92
- _this.injectedModules.push(mod);
93
- }
94
- }
95
- catch (_f) { }
96
- try {
97
- var mod = _this.injector.get('PivotViewToolbar');
98
- if (_this.injectedModules.indexOf(mod) === -1) {
99
- _this.injectedModules.push(mod);
100
- }
101
- }
102
- catch (_g) { }
103
- try {
104
- var mod = _this.injector.get('PivotViewPivotChart');
105
- if (_this.injectedModules.indexOf(mod) === -1) {
106
- _this.injectedModules.push(mod);
107
- }
108
- }
109
- catch (_h) { }
110
- try {
111
- var mod = _this.injector.get('PivotViewPDFExport');
112
- if (_this.injectedModules.indexOf(mod) === -1) {
113
- _this.injectedModules.push(mod);
114
- }
115
- }
116
- catch (_j) { }
117
- try {
118
- var mod = _this.injector.get('PivotViewExcelExport');
119
- if (_this.injectedModules.indexOf(mod) === -1) {
120
- _this.injectedModules.push(mod);
121
- }
122
- }
123
- catch (_k) { }
124
- try {
125
- var mod = _this.injector.get('PivotViewNumberFormatting');
126
- if (_this.injectedModules.indexOf(mod) === -1) {
127
- _this.injectedModules.push(mod);
128
- }
129
- }
130
- catch (_l) { }
131
- try {
132
- var mod = _this.injector.get('PivotViewGrouping');
133
- if (_this.injectedModules.indexOf(mod) === -1) {
134
- _this.injectedModules.push(mod);
135
- }
136
- }
137
- catch (_m) { }
138
- try {
139
- var mod = _this.injector.get('PivotViewPager');
140
- if (_this.injectedModules.indexOf(mod) === -1) {
141
- _this.injectedModules.push(mod);
142
- }
143
- }
144
- catch (_o) { }
145
- _this.registerEvents(outputs);
146
- _this.addTwoWay.call(_this, twoWays);
147
- setValue('currentInstance', _this, _this.viewContainerRef);
148
- _this.context = new ComponentBase();
149
- return _this;
150
- }
151
- /**
152
- * @return {?}
153
- */
154
- PivotViewComponent.prototype.ngOnInit = function () {
155
- this.context.ngOnInit(this);
156
- };
157
- /**
158
- * @return {?}
159
- */
160
- PivotViewComponent.prototype.ngAfterViewInit = function () {
161
- this.context.ngAfterViewInit(this);
162
- };
163
- /**
164
- * @return {?}
165
- */
166
- PivotViewComponent.prototype.ngOnDestroy = function () {
167
- this.context.ngOnDestroy(this);
168
- };
169
- /**
170
- * @return {?}
171
- */
172
- PivotViewComponent.prototype.ngAfterContentChecked = function () {
173
- this.context.ngAfterContentChecked(this);
174
- };
175
- return PivotViewComponent;
176
- }(PivotView));
177
- PivotViewComponent.decorators = [
178
- { type: Component, args: [{
179
- selector: 'ejs-pivotview',
180
- inputs: inputs,
181
- outputs: outputs,
182
- template: '',
183
- changeDetection: ChangeDetectionStrategy.OnPush,
184
- queries: {}
185
- },] },
186
- ];
187
- /**
188
- * @nocollapse
189
- */
190
- PivotViewComponent.ctorParameters = function () { return [
191
- { type: ElementRef, },
192
- { type: Renderer2, },
193
- { type: ViewContainerRef, },
194
- { type: Injector, },
195
- ]; };
196
- PivotViewComponent.propDecorators = {
197
- 'cellTemplate': [{ type: ContentChild, args: ['cellTemplate',] },],
198
- };
199
- __decorate([
200
- Template(),
201
- __metadata("design:type", Object)
202
- ], PivotViewComponent.prototype, "cellTemplate", void 0);
203
- PivotViewComponent = __decorate([
204
- ComponentMixins([ComponentBase]),
205
- __metadata("design:paramtypes", [ElementRef,
206
- Renderer2,
207
- ViewContainerRef,
208
- Injector])
209
- ], PivotViewComponent);
210
- /**
211
- * NgModule definition for the PivotView component.
212
- */
213
- var PivotViewModule = /** @class */ (function () {
214
- function PivotViewModule() {
215
- }
216
- return PivotViewModule;
217
- }());
218
- PivotViewModule.decorators = [
219
- { type: NgModule, args: [{
220
- imports: [CommonModule],
221
- declarations: [
222
- PivotViewComponent
223
- ],
224
- exports: [
225
- PivotViewComponent
226
- ]
227
- },] },
228
- ];
229
- /**
230
- * @nocollapse
231
- */
232
- PivotViewModule.ctorParameters = function () { return []; };
233
- var GroupingBarService = { provide: 'PivotViewGroupingBar', useValue: GroupingBar };
234
- var FieldListService = { provide: 'PivotViewFieldList', useValue: FieldList };
235
- var CalculatedFieldService = { provide: 'PivotViewCalculatedField', useValue: CalculatedField };
236
- var ConditionalFormattingService = { provide: 'PivotViewConditionalFormatting', useValue: ConditionalFormatting };
237
- var VirtualScrollService = { provide: 'PivotViewVirtualScroll', useValue: VirtualScroll };
238
- var DrillThroughService = { provide: 'PivotViewDrillThrough', useValue: DrillThrough };
239
- var ToolbarService = { provide: 'PivotViewToolbar', useValue: Toolbar };
240
- var PivotChartService = { provide: 'PivotViewPivotChart', useValue: PivotChart };
241
- var PDFExportService = { provide: 'PivotViewPDFExport', useValue: PDFExport };
242
- var ExcelExportService = { provide: 'PivotViewExcelExport', useValue: ExcelExport };
243
- var NumberFormattingService = { provide: 'PivotViewNumberFormatting', useValue: NumberFormatting };
244
- var GroupingService = { provide: 'PivotViewGrouping', useValue: Grouping };
245
- var PagerService = { provide: 'PivotViewPager', useValue: Pager };
246
- /**
247
- * NgModule definition for the PivotView component with providers.
248
- */
249
- var PivotViewAllModule = /** @class */ (function () {
250
- function PivotViewAllModule() {
251
- }
252
- return PivotViewAllModule;
253
- }());
254
- PivotViewAllModule.decorators = [
255
- { type: NgModule, args: [{
256
- imports: [CommonModule, PivotViewModule],
257
- exports: [
258
- PivotViewModule
259
- ],
260
- providers: [
261
- GroupingBarService,
262
- FieldListService,
263
- CalculatedFieldService,
264
- ConditionalFormattingService,
265
- VirtualScrollService,
266
- DrillThroughService,
267
- ToolbarService,
268
- PivotChartService,
269
- PDFExportService,
270
- ExcelExportService,
271
- NumberFormattingService,
272
- GroupingService,
273
- PagerService
274
- ]
275
- },] },
276
- ];
277
- /**
278
- * @nocollapse
279
- */
280
- PivotViewAllModule.ctorParameters = function () { return []; };
281
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
282
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
283
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
284
- r = Reflect.decorate(decorators, target, key, desc);
285
- else
286
- for (var i = decorators.length - 1; i >= 0; i--)
287
- if (d = decorators[i])
288
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
289
- return c > 3 && r && Object.defineProperty(target, key, r), r;
290
- };
291
- var __metadata$1 = (this && this.__metadata) || function (k, v) {
292
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
293
- return Reflect.metadata(k, v);
294
- };
295
- var inputs$1 = ['aggregateTypes', 'allowCalculatedField', 'allowDeferLayoutUpdate', 'cssClass', 'currencyCode', 'dataSourceSettings', 'enableFieldSearching', 'enablePersistence', 'enableRtl', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'renderMode', 'showValuesButton', 'spinnerTemplate', 'target'];
296
- var outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeServiceInvoke', 'calculatedFieldCreate', 'created', 'dataBound', 'destroyed', 'enginePopulated', 'enginePopulating', 'fieldDragStart', 'fieldDrop', 'fieldRemove', 'load', 'memberEditorOpen', 'memberFiltering', 'onFieldDropped', 'onHeadersSort'];
297
- var twoWays$1 = [];
298
- /**
299
- * `ej-pivotfieldlist` represents the Angular PivotFieldList Component.
300
- * ```html
301
- * <ej-pivotfieldlist></ej-pivotfieldlist>
302
- * ```
303
- */
304
- var PivotFieldListComponent = /** @class */ (function (_super) {
305
- __extends(PivotFieldListComponent, _super);
306
- /**
307
- * @param {?} ngEle
308
- * @param {?} srenderer
309
- * @param {?} viewContainerRef
310
- * @param {?} injector
311
- */
312
- function PivotFieldListComponent(ngEle, srenderer, viewContainerRef, injector) {
313
- var _this = _super.call(this) || this;
314
- _this.ngEle = ngEle;
315
- _this.srenderer = srenderer;
316
- _this.viewContainerRef = viewContainerRef;
317
- _this.injector = injector;
318
- _this.element = _this.ngEle.nativeElement;
319
- _this.injectedModules = _this.injectedModules || [];
320
- try {
321
- var mod = _this.injector.get('PivotViewCalculatedField');
322
- if (_this.injectedModules.indexOf(mod) === -1) {
323
- _this.injectedModules.push(mod);
324
- }
325
- }
326
- catch (_a) { }
327
- _this.registerEvents(outputs$1);
328
- _this.addTwoWay.call(_this, twoWays$1);
329
- setValue('currentInstance', _this, _this.viewContainerRef);
330
- _this.context = new ComponentBase();
331
- return _this;
332
- }
333
- /**
334
- * @return {?}
335
- */
336
- PivotFieldListComponent.prototype.ngOnInit = function () {
337
- this.context.ngOnInit(this);
338
- };
339
- /**
340
- * @return {?}
341
- */
342
- PivotFieldListComponent.prototype.ngAfterViewInit = function () {
343
- this.context.ngAfterViewInit(this);
344
- };
345
- /**
346
- * @return {?}
347
- */
348
- PivotFieldListComponent.prototype.ngOnDestroy = function () {
349
- this.context.ngOnDestroy(this);
350
- };
351
- /**
352
- * @return {?}
353
- */
354
- PivotFieldListComponent.prototype.ngAfterContentChecked = function () {
355
- this.context.ngAfterContentChecked(this);
356
- };
357
- return PivotFieldListComponent;
358
- }(PivotFieldList));
359
- PivotFieldListComponent.decorators = [
360
- { type: Component, args: [{
361
- selector: 'ejs-pivotfieldlist',
362
- inputs: inputs$1,
363
- outputs: outputs$1,
364
- template: '',
365
- changeDetection: ChangeDetectionStrategy.OnPush,
366
- queries: {}
367
- },] },
368
- ];
369
- /**
370
- * @nocollapse
371
- */
372
- PivotFieldListComponent.ctorParameters = function () { return [
373
- { type: ElementRef, },
374
- { type: Renderer2, },
375
- { type: ViewContainerRef, },
376
- { type: Injector, },
377
- ]; };
378
- PivotFieldListComponent = __decorate$1([
379
- ComponentMixins([ComponentBase]),
380
- __metadata$1("design:paramtypes", [ElementRef,
381
- Renderer2,
382
- ViewContainerRef,
383
- Injector])
384
- ], PivotFieldListComponent);
385
- /**
386
- * NgModule definition for the PivotFieldList component.
387
- */
388
- var PivotFieldListModule = /** @class */ (function () {
389
- function PivotFieldListModule() {
390
- }
391
- return PivotFieldListModule;
392
- }());
393
- PivotFieldListModule.decorators = [
394
- { type: NgModule, args: [{
395
- imports: [CommonModule],
396
- declarations: [
397
- PivotFieldListComponent
398
- ],
399
- exports: [
400
- PivotFieldListComponent
401
- ]
402
- },] },
403
- ];
404
- /**
405
- * @nocollapse
406
- */
407
- PivotFieldListModule.ctorParameters = function () { return []; };
408
- /**
409
- * NgModule definition for the PivotFieldList component with providers.
410
- */
411
- var PivotFieldListAllModule = /** @class */ (function () {
412
- function PivotFieldListAllModule() {
413
- }
414
- return PivotFieldListAllModule;
415
- }());
416
- PivotFieldListAllModule.decorators = [
417
- { type: NgModule, args: [{
418
- imports: [CommonModule, PivotFieldListModule],
419
- exports: [
420
- PivotFieldListModule
421
- ],
422
- providers: []
423
- },] },
424
- ];
425
- /**
426
- * @nocollapse
427
- */
428
- PivotFieldListAllModule.ctorParameters = function () { return []; };
429
- /**
430
- * Generated bundle index. Do not edit.
431
- */
432
- export { PivotViewComponent, PivotViewModule, PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService, PivotFieldListComponent, PivotFieldListModule, PivotFieldListAllModule, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb };
433
- export { GroupingBarSettings, CellEditSettings, ConditionalSettings, HyperlinkSettings, PageSettings, PagerSettings, DisplayOption, PivotView, Render, ExcelExport, PDFExport, KeyboardInteraction, VirtualScroll, DrillThrough, Pager, PivotChart, PivotFieldList, TreeViewRenderer, AxisFieldRenderer, AxisTableRenderer, DialogRenderer, EventBase, NodeStateModified, DataSourceUpdate, FieldList, CommonKeyboardInteraction, Common, GroupingBar, CalculatedField, ConditionalFormatting, PivotCommon, load, enginePopulating, enginePopulated, onFieldDropped, fieldDrop, beforePivotTableRender, afterPivotTableRender, beforeExport, exportComplete, excelHeaderQueryCellInfo, pdfHeaderQueryCellInfo, excelQueryCellInfo, pdfQueryCellInfo, onPdfCellRender, dataBound, queryCellInfo, headerCellInfo, hyperlinkCellClick, resizing, resizeStop, cellClick, drillThrough, beforeColumnsRender, selected, cellSelecting, drill, cellSelected, cellDeselected, rowSelected, rowDeselected, beginDrillThrough, editCompleted, multiLevelLabelClick, saveReport, fetchReport, loadReport, renameReport, removeReport, newReport, toolbarRender, toolbarClick, chartTooltipRender, chartLegendClick, chartLoaded, chartLoad, chartResized, chartAxisLabelRender, chartSeriesCreated, aggregateCellInfo, onHeadersSort, contextMenuClick, contextMenuOpen, fieldListRefreshed, conditionalFormatting, beforePdfExport, beforeExcelExport, memberFiltering, calculatedFieldCreate, memberEditorOpen, fieldRemove, numberFormatting, aggregateMenuOpen, fieldDragStart, chartPointClick, beforeServiceInvoke, actionBegin, actionComplete, actionFailure, initialLoad, uiUpdate, scroll, verticalScroll, horizontalScroll, contentReady, dataReady, initSubComponent, treeViewUpdate, pivotButtonUpdate, initCalculatedField, click, initToolbar, initPivotPager, initFormatting, initGrouping, sortValue, drillUp, drillDown, addNewReport, saveCurrentReport, saveAsCurrentReport, renameCurrentReport, removeCurrentReport, loadReports, openConditionalFormatting, openNumberFormatting, MdxQuery, showFieldList, tableView, chartView, multipleAxis, showLegend, pdfExport, pngExport, excelExport, csvExport, jpegExport, svgExport, hideSubTotals, subTotalsRow, subTotalsColumn, showSubTotals, hideGrandTotals, grandTotalsRow, grandTotalsColumn, showGrandTotals, numberFormattingMenu, conditionalFormattingMenu, reportChange, sortFieldTree, editCalculatedField, sortField, filterField, removeField, openCalculatedField, editRecord, saveEditedRecords, addNewRecord, removeRecord, aggregateField, contextMenuCalculatedField, windowResize, rowPageNavigation, columnPageNavigation, calculatedFieldApplied, editedRecordsSaved, newRecordAdded, recordRemoved, closeFieldlist, fieldTreeSorted, reportSaved, newReportAdded, reportReSaved, reportRenamed, reportRemoved, excelExported, csvExported, pdfExported, pngExported, jpegExported, svgExported, conditionallyFormatted, numberFormatted, tableViewed, chartViewed, subTotalsHidden, subTotalsRowShown, subTotalsColumnShown, subTotalsShown, grandTotalsHidden, grandTotalsRowShown, grandTotalsColumnShown, grandTotalsShown, valueSorted, calculatedFieldEdited, fieldSorted, fieldFiltered, fieldRemoved, fieldAggregated, recordEdited, reportChanged, windowResized, recordUpdated, drillThroughClosed, verticalScrolled, horizontalScrolled, rowPageNavigated, columnPageNavigated, Theme, ErrorDialog, FilterDialog, PivotContextMenu, AggregateMenu, Toolbar, NumberFormatting, Grouping, PivotEngine, PivotUtil, OlapEngine, MDXQuery } from '@syncfusion/ej2-pivotview';
434
- //# sourceMappingURL=ej2-angular-pivotview.es5.js.map