primeng 19.0.5 → 19.0.7

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 (364) hide show
  1. package/badge/badge.d.ts +2 -2
  2. package/base/style/basestyle.d.ts +4 -6
  3. package/config/primeng.d.ts +3 -0
  4. package/dataview/dataview.interface.d.ts +9 -19
  5. package/datepicker/datepicker.d.ts +1 -0
  6. package/datepicker/style/datepickerstyle.d.ts +1 -0
  7. package/dragdrop/dragdrop.d.ts +3 -2
  8. package/dynamicdialog/dynamicdialog-config.d.ts +1 -1
  9. package/dynamicdialog/dynamicdialog.d.ts +2 -1
  10. package/fesm2022/primeng-accordion.mjs +347 -560
  11. package/fesm2022/primeng-accordion.mjs.map +1 -1
  12. package/fesm2022/primeng-animateonscroll.mjs +37 -40
  13. package/fesm2022/primeng-animateonscroll.mjs.map +1 -1
  14. package/fesm2022/primeng-api.mjs +79 -89
  15. package/fesm2022/primeng-api.mjs.map +1 -1
  16. package/fesm2022/primeng-autocomplete.mjs +507 -788
  17. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  18. package/fesm2022/primeng-autofocus.mjs +26 -27
  19. package/fesm2022/primeng-autofocus.mjs.map +1 -1
  20. package/fesm2022/primeng-avatar.mjs +72 -120
  21. package/fesm2022/primeng-avatar.mjs.map +1 -1
  22. package/fesm2022/primeng-avatargroup.mjs +44 -54
  23. package/fesm2022/primeng-avatargroup.mjs.map +1 -1
  24. package/fesm2022/primeng-badge.mjs +62 -71
  25. package/fesm2022/primeng-badge.mjs.map +1 -1
  26. package/fesm2022/primeng-base.mjs +14 -8
  27. package/fesm2022/primeng-base.mjs.map +1 -1
  28. package/fesm2022/primeng-basecomponent.mjs +17 -17
  29. package/fesm2022/primeng-basecomponent.mjs.map +1 -1
  30. package/fesm2022/primeng-blockui.mjs +66 -87
  31. package/fesm2022/primeng-blockui.mjs.map +1 -1
  32. package/fesm2022/primeng-breadcrumb.mjs +175 -386
  33. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  34. package/fesm2022/primeng-button.mjs +223 -328
  35. package/fesm2022/primeng-button.mjs.map +1 -1
  36. package/fesm2022/primeng-buttongroup.mjs +36 -40
  37. package/fesm2022/primeng-buttongroup.mjs.map +1 -1
  38. package/fesm2022/primeng-calendar.mjs +727 -1127
  39. package/fesm2022/primeng-calendar.mjs.map +1 -1
  40. package/fesm2022/primeng-card.mjs +89 -193
  41. package/fesm2022/primeng-card.mjs.map +1 -1
  42. package/fesm2022/primeng-carousel.mjs +227 -410
  43. package/fesm2022/primeng-carousel.mjs.map +1 -1
  44. package/fesm2022/primeng-cascadeselect.mjs +393 -577
  45. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  46. package/fesm2022/primeng-chart.mjs +57 -63
  47. package/fesm2022/primeng-chart.mjs.map +1 -1
  48. package/fesm2022/primeng-checkbox.mjs +133 -185
  49. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  50. package/fesm2022/primeng-chip.mjs +92 -188
  51. package/fesm2022/primeng-chip.mjs.map +1 -1
  52. package/fesm2022/primeng-colorpicker.mjs +142 -167
  53. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  54. package/fesm2022/primeng-config.mjs +18 -16
  55. package/fesm2022/primeng-config.mjs.map +1 -1
  56. package/fesm2022/primeng-confirmdialog.mjs +220 -347
  57. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  58. package/fesm2022/primeng-confirmpopup.mjs +161 -251
  59. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  60. package/fesm2022/primeng-contextmenu.mjs +336 -450
  61. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  62. package/fesm2022/primeng-dataview.mjs +249 -352
  63. package/fesm2022/primeng-dataview.mjs.map +1 -1
  64. package/fesm2022/primeng-datepicker.mjs +751 -1144
  65. package/fesm2022/primeng-datepicker.mjs.map +1 -1
  66. package/fesm2022/primeng-defer.mjs +25 -31
  67. package/fesm2022/primeng-defer.mjs.map +1 -1
  68. package/fesm2022/primeng-dialog.mjs +277 -478
  69. package/fesm2022/primeng-dialog.mjs.map +1 -1
  70. package/fesm2022/primeng-divider.mjs +68 -77
  71. package/fesm2022/primeng-divider.mjs.map +1 -1
  72. package/fesm2022/primeng-dock.mjs +138 -167
  73. package/fesm2022/primeng-dock.mjs.map +1 -1
  74. package/fesm2022/primeng-dragdrop.mjs +85 -79
  75. package/fesm2022/primeng-dragdrop.mjs.map +1 -1
  76. package/fesm2022/primeng-drawer.mjs +172 -269
  77. package/fesm2022/primeng-drawer.mjs.map +1 -1
  78. package/fesm2022/primeng-dropdown.mjs +531 -869
  79. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  80. package/fesm2022/primeng-dynamicdialog.mjs +163 -304
  81. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  82. package/fesm2022/primeng-editor.mjs +118 -156
  83. package/fesm2022/primeng-editor.mjs.map +1 -1
  84. package/fesm2022/primeng-fieldset.mjs +153 -247
  85. package/fesm2022/primeng-fieldset.mjs.map +1 -1
  86. package/fesm2022/primeng-fileupload.mjs +370 -690
  87. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  88. package/fesm2022/primeng-floatlabel.mjs +38 -46
  89. package/fesm2022/primeng-floatlabel.mjs.map +1 -1
  90. package/fesm2022/primeng-fluid.mjs +33 -41
  91. package/fesm2022/primeng-fluid.mjs.map +1 -1
  92. package/fesm2022/primeng-focustrap.mjs +23 -24
  93. package/fesm2022/primeng-focustrap.mjs.map +1 -1
  94. package/fesm2022/primeng-galleria.mjs +529 -761
  95. package/fesm2022/primeng-galleria.mjs.map +1 -1
  96. package/fesm2022/primeng-iconfield.mjs +42 -51
  97. package/fesm2022/primeng-iconfield.mjs.map +1 -1
  98. package/fesm2022/primeng-icons-angledoubledown.mjs +19 -19
  99. package/fesm2022/primeng-icons-angledoubledown.mjs.map +1 -1
  100. package/fesm2022/primeng-icons-angledoubleleft.mjs +19 -19
  101. package/fesm2022/primeng-icons-angledoubleleft.mjs.map +1 -1
  102. package/fesm2022/primeng-icons-angledoubleright.mjs +19 -19
  103. package/fesm2022/primeng-icons-angledoubleright.mjs.map +1 -1
  104. package/fesm2022/primeng-icons-angledoubleup.mjs +19 -19
  105. package/fesm2022/primeng-icons-angledoubleup.mjs.map +1 -1
  106. package/fesm2022/primeng-icons-angledown.mjs +17 -19
  107. package/fesm2022/primeng-icons-angledown.mjs.map +1 -1
  108. package/fesm2022/primeng-icons-angleleft.mjs +17 -19
  109. package/fesm2022/primeng-icons-angleleft.mjs.map +1 -1
  110. package/fesm2022/primeng-icons-angleright.mjs +17 -19
  111. package/fesm2022/primeng-icons-angleright.mjs.map +1 -1
  112. package/fesm2022/primeng-icons-angleup.mjs +17 -19
  113. package/fesm2022/primeng-icons-angleup.mjs.map +1 -1
  114. package/fesm2022/primeng-icons-arrowdown.mjs +26 -26
  115. package/fesm2022/primeng-icons-arrowdown.mjs.map +1 -1
  116. package/fesm2022/primeng-icons-arrowdownleft.mjs +17 -19
  117. package/fesm2022/primeng-icons-arrowdownleft.mjs.map +1 -1
  118. package/fesm2022/primeng-icons-arrowdownright.mjs +17 -19
  119. package/fesm2022/primeng-icons-arrowdownright.mjs.map +1 -1
  120. package/fesm2022/primeng-icons-arrowleft.mjs +26 -26
  121. package/fesm2022/primeng-icons-arrowleft.mjs.map +1 -1
  122. package/fesm2022/primeng-icons-arrowright.mjs +19 -19
  123. package/fesm2022/primeng-icons-arrowright.mjs.map +1 -1
  124. package/fesm2022/primeng-icons-arrowup.mjs +26 -26
  125. package/fesm2022/primeng-icons-arrowup.mjs.map +1 -1
  126. package/fesm2022/primeng-icons-ban.mjs +24 -26
  127. package/fesm2022/primeng-icons-ban.mjs.map +1 -1
  128. package/fesm2022/primeng-icons-bars.mjs +19 -19
  129. package/fesm2022/primeng-icons-bars.mjs.map +1 -1
  130. package/fesm2022/primeng-icons-baseicon.mjs +28 -33
  131. package/fesm2022/primeng-icons-baseicon.mjs.map +1 -1
  132. package/fesm2022/primeng-icons-blank.mjs +14 -16
  133. package/fesm2022/primeng-icons-blank.mjs.map +1 -1
  134. package/fesm2022/primeng-icons-calendar.mjs +17 -19
  135. package/fesm2022/primeng-icons-calendar.mjs.map +1 -1
  136. package/fesm2022/primeng-icons-caretleft.mjs +17 -19
  137. package/fesm2022/primeng-icons-caretleft.mjs.map +1 -1
  138. package/fesm2022/primeng-icons-caretright.mjs +17 -19
  139. package/fesm2022/primeng-icons-caretright.mjs.map +1 -1
  140. package/fesm2022/primeng-icons-check.mjs +17 -19
  141. package/fesm2022/primeng-icons-check.mjs.map +1 -1
  142. package/fesm2022/primeng-icons-chevrondown.mjs +17 -19
  143. package/fesm2022/primeng-icons-chevrondown.mjs.map +1 -1
  144. package/fesm2022/primeng-icons-chevronleft.mjs +17 -19
  145. package/fesm2022/primeng-icons-chevronleft.mjs.map +1 -1
  146. package/fesm2022/primeng-icons-chevronright.mjs +17 -19
  147. package/fesm2022/primeng-icons-chevronright.mjs.map +1 -1
  148. package/fesm2022/primeng-icons-chevronup.mjs +17 -19
  149. package/fesm2022/primeng-icons-chevronup.mjs.map +1 -1
  150. package/fesm2022/primeng-icons-exclamationtriangle.mjs +32 -26
  151. package/fesm2022/primeng-icons-exclamationtriangle.mjs.map +1 -1
  152. package/fesm2022/primeng-icons-eye.mjs +19 -19
  153. package/fesm2022/primeng-icons-eye.mjs.map +1 -1
  154. package/fesm2022/primeng-icons-eyeslash.mjs +26 -26
  155. package/fesm2022/primeng-icons-eyeslash.mjs.map +1 -1
  156. package/fesm2022/primeng-icons-filter.mjs +24 -26
  157. package/fesm2022/primeng-icons-filter.mjs.map +1 -1
  158. package/fesm2022/primeng-icons-filterslash.mjs +26 -26
  159. package/fesm2022/primeng-icons-filterslash.mjs.map +1 -1
  160. package/fesm2022/primeng-icons-home.mjs +26 -26
  161. package/fesm2022/primeng-icons-home.mjs.map +1 -1
  162. package/fesm2022/primeng-icons-infocircle.mjs +26 -26
  163. package/fesm2022/primeng-icons-infocircle.mjs.map +1 -1
  164. package/fesm2022/primeng-icons-minus.mjs +17 -19
  165. package/fesm2022/primeng-icons-minus.mjs.map +1 -1
  166. package/fesm2022/primeng-icons-pencil.mjs +24 -26
  167. package/fesm2022/primeng-icons-pencil.mjs.map +1 -1
  168. package/fesm2022/primeng-icons-plus.mjs +24 -26
  169. package/fesm2022/primeng-icons-plus.mjs.map +1 -1
  170. package/fesm2022/primeng-icons-refresh.mjs +26 -26
  171. package/fesm2022/primeng-icons-refresh.mjs.map +1 -1
  172. package/fesm2022/primeng-icons-search.mjs +26 -26
  173. package/fesm2022/primeng-icons-search.mjs.map +1 -1
  174. package/fesm2022/primeng-icons-searchminus.mjs +26 -26
  175. package/fesm2022/primeng-icons-searchminus.mjs.map +1 -1
  176. package/fesm2022/primeng-icons-searchplus.mjs +26 -26
  177. package/fesm2022/primeng-icons-searchplus.mjs.map +1 -1
  178. package/fesm2022/primeng-icons-sortalt.mjs +30 -26
  179. package/fesm2022/primeng-icons-sortalt.mjs.map +1 -1
  180. package/fesm2022/primeng-icons-sortamountdown.mjs +24 -26
  181. package/fesm2022/primeng-icons-sortamountdown.mjs.map +1 -1
  182. package/fesm2022/primeng-icons-sortamountupalt.mjs +24 -26
  183. package/fesm2022/primeng-icons-sortamountupalt.mjs.map +1 -1
  184. package/fesm2022/primeng-icons-spinner.mjs +24 -26
  185. package/fesm2022/primeng-icons-spinner.mjs.map +1 -1
  186. package/fesm2022/primeng-icons-star.mjs +24 -26
  187. package/fesm2022/primeng-icons-star.mjs.map +1 -1
  188. package/fesm2022/primeng-icons-starfill.mjs +24 -26
  189. package/fesm2022/primeng-icons-starfill.mjs.map +1 -1
  190. package/fesm2022/primeng-icons-thlarge.mjs +26 -26
  191. package/fesm2022/primeng-icons-thlarge.mjs.map +1 -1
  192. package/fesm2022/primeng-icons-times.mjs +17 -19
  193. package/fesm2022/primeng-icons-times.mjs.map +1 -1
  194. package/fesm2022/primeng-icons-timescircle.mjs +26 -26
  195. package/fesm2022/primeng-icons-timescircle.mjs.map +1 -1
  196. package/fesm2022/primeng-icons-trash.mjs +26 -26
  197. package/fesm2022/primeng-icons-trash.mjs.map +1 -1
  198. package/fesm2022/primeng-icons-undo.mjs +26 -26
  199. package/fesm2022/primeng-icons-undo.mjs.map +1 -1
  200. package/fesm2022/primeng-icons-upload.mjs +26 -26
  201. package/fesm2022/primeng-icons-upload.mjs.map +1 -1
  202. package/fesm2022/primeng-icons-windowmaximize.mjs +26 -26
  203. package/fesm2022/primeng-icons-windowmaximize.mjs.map +1 -1
  204. package/fesm2022/primeng-icons-windowminimize.mjs +26 -26
  205. package/fesm2022/primeng-icons-windowminimize.mjs.map +1 -1
  206. package/fesm2022/primeng-iftalabel.mjs +32 -38
  207. package/fesm2022/primeng-iftalabel.mjs.map +1 -1
  208. package/fesm2022/primeng-image.mjs +189 -370
  209. package/fesm2022/primeng-image.mjs.map +1 -1
  210. package/fesm2022/primeng-imagecompare.mjs +57 -86
  211. package/fesm2022/primeng-imagecompare.mjs.map +1 -1
  212. package/fesm2022/primeng-inplace.mjs +108 -206
  213. package/fesm2022/primeng-inplace.mjs.map +1 -1
  214. package/fesm2022/primeng-inputgroup.mjs +40 -50
  215. package/fesm2022/primeng-inputgroup.mjs.map +1 -1
  216. package/fesm2022/primeng-inputgroupaddon.mjs +40 -51
  217. package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -1
  218. package/fesm2022/primeng-inputicon.mjs +39 -48
  219. package/fesm2022/primeng-inputicon.mjs.map +1 -1
  220. package/fesm2022/primeng-inputmask.mjs +157 -182
  221. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  222. package/fesm2022/primeng-inputnumber.mjs +303 -420
  223. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  224. package/fesm2022/primeng-inputotp.mjs +99 -123
  225. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  226. package/fesm2022/primeng-inputswitch.mjs +87 -92
  227. package/fesm2022/primeng-inputswitch.mjs.map +1 -1
  228. package/fesm2022/primeng-inputtext.mjs +56 -57
  229. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  230. package/fesm2022/primeng-inputtextarea.mjs +51 -56
  231. package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
  232. package/fesm2022/primeng-keyfilter.mjs +44 -47
  233. package/fesm2022/primeng-keyfilter.mjs.map +1 -1
  234. package/fesm2022/primeng-knob.mjs +105 -111
  235. package/fesm2022/primeng-knob.mjs.map +1 -1
  236. package/fesm2022/primeng-listbox.mjs +511 -791
  237. package/fesm2022/primeng-listbox.mjs.map +1 -1
  238. package/fesm2022/primeng-megamenu.mjs +377 -611
  239. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  240. package/fesm2022/primeng-menu.mjs +291 -473
  241. package/fesm2022/primeng-menu.mjs.map +1 -1
  242. package/fesm2022/primeng-menubar.mjs +357 -549
  243. package/fesm2022/primeng-menubar.mjs.map +1 -1
  244. package/fesm2022/primeng-message.mjs +160 -244
  245. package/fesm2022/primeng-message.mjs.map +1 -1
  246. package/fesm2022/primeng-messages.mjs +162 -278
  247. package/fesm2022/primeng-messages.mjs.map +1 -1
  248. package/fesm2022/primeng-metergroup.mjs +135 -264
  249. package/fesm2022/primeng-metergroup.mjs.map +1 -1
  250. package/fesm2022/primeng-multiselect.mjs +660 -1135
  251. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  252. package/fesm2022/primeng-orderlist.mjs +228 -330
  253. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  254. package/fesm2022/primeng-organizationchart.mjs +161 -311
  255. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  256. package/fesm2022/primeng-overlay.mjs +135 -147
  257. package/fesm2022/primeng-overlay.mjs.map +1 -1
  258. package/fesm2022/primeng-overlaybadge.mjs +50 -58
  259. package/fesm2022/primeng-overlaybadge.mjs.map +1 -1
  260. package/fesm2022/primeng-overlaypanel.mjs +134 -154
  261. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  262. package/fesm2022/primeng-paginator.mjs +212 -447
  263. package/fesm2022/primeng-paginator.mjs.map +1 -1
  264. package/fesm2022/primeng-panel.mjs +219 -317
  265. package/fesm2022/primeng-panel.mjs.map +1 -1
  266. package/fesm2022/primeng-panelmenu.mjs +439 -783
  267. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  268. package/fesm2022/primeng-password.mjs +271 -410
  269. package/fesm2022/primeng-password.mjs.map +1 -1
  270. package/fesm2022/primeng-picklist.mjs +564 -856
  271. package/fesm2022/primeng-picklist.mjs.map +1 -1
  272. package/fesm2022/primeng-popover.mjs +129 -148
  273. package/fesm2022/primeng-popover.mjs.map +1 -1
  274. package/fesm2022/primeng-progressbar.mjs +81 -121
  275. package/fesm2022/primeng-progressbar.mjs.map +1 -1
  276. package/fesm2022/primeng-progressspinner.mjs +48 -58
  277. package/fesm2022/primeng-progressspinner.mjs.map +1 -1
  278. package/fesm2022/primeng-radiobutton.mjs +117 -108
  279. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  280. package/fesm2022/primeng-rating.mjs +134 -218
  281. package/fesm2022/primeng-rating.mjs.map +1 -1
  282. package/fesm2022/primeng-ripple.mjs +28 -29
  283. package/fesm2022/primeng-ripple.mjs.map +1 -1
  284. package/fesm2022/primeng-scroller.mjs +167 -295
  285. package/fesm2022/primeng-scroller.mjs.map +1 -1
  286. package/fesm2022/primeng-scrollpanel.mjs +96 -116
  287. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  288. package/fesm2022/primeng-scrolltop.mjs +106 -150
  289. package/fesm2022/primeng-scrolltop.mjs.map +1 -1
  290. package/fesm2022/primeng-select.mjs +581 -957
  291. package/fesm2022/primeng-select.mjs.map +1 -1
  292. package/fesm2022/primeng-selectbutton.mjs +106 -133
  293. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  294. package/fesm2022/primeng-sidebar.mjs +151 -239
  295. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  296. package/fesm2022/primeng-skeleton.mjs +46 -54
  297. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  298. package/fesm2022/primeng-slider.mjs +186 -182
  299. package/fesm2022/primeng-slider.mjs.map +1 -1
  300. package/fesm2022/primeng-speeddial.mjs +192 -254
  301. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  302. package/fesm2022/primeng-splitbutton.mjs +211 -231
  303. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  304. package/fesm2022/primeng-splitter.mjs +126 -159
  305. package/fesm2022/primeng-splitter.mjs.map +1 -1
  306. package/fesm2022/primeng-stepper.mjs +235 -341
  307. package/fesm2022/primeng-stepper.mjs.map +1 -1
  308. package/fesm2022/primeng-steps.mjs +117 -170
  309. package/fesm2022/primeng-steps.mjs.map +1 -1
  310. package/fesm2022/primeng-styleclass.mjs +50 -53
  311. package/fesm2022/primeng-styleclass.mjs.map +1 -1
  312. package/fesm2022/primeng-table.mjs +1869 -2628
  313. package/fesm2022/primeng-table.mjs.map +1 -1
  314. package/fesm2022/primeng-tabmenu.mjs +173 -319
  315. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  316. package/fesm2022/primeng-tabs.mjs +193 -308
  317. package/fesm2022/primeng-tabs.mjs.map +1 -1
  318. package/fesm2022/primeng-tabview.mjs +263 -435
  319. package/fesm2022/primeng-tabview.mjs.map +1 -1
  320. package/fesm2022/primeng-tag.mjs +63 -110
  321. package/fesm2022/primeng-tag.mjs.map +1 -1
  322. package/fesm2022/primeng-terminal.mjs +60 -104
  323. package/fesm2022/primeng-terminal.mjs.map +1 -1
  324. package/fesm2022/primeng-textarea.mjs +59 -64
  325. package/fesm2022/primeng-textarea.mjs.map +1 -1
  326. package/fesm2022/primeng-tieredmenu.mjs +338 -457
  327. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  328. package/fesm2022/primeng-timeline.mjs +90 -156
  329. package/fesm2022/primeng-timeline.mjs.map +1 -1
  330. package/fesm2022/primeng-toast.mjs +260 -365
  331. package/fesm2022/primeng-toast.mjs.map +1 -1
  332. package/fesm2022/primeng-togglebutton.mjs +117 -150
  333. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  334. package/fesm2022/primeng-toggleswitch.mjs +98 -121
  335. package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
  336. package/fesm2022/primeng-toolbar.mjs +62 -121
  337. package/fesm2022/primeng-toolbar.mjs.map +1 -1
  338. package/fesm2022/primeng-tooltip.mjs +74 -75
  339. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  340. package/fesm2022/primeng-tree.mjs +455 -729
  341. package/fesm2022/primeng-tree.mjs.map +1 -1
  342. package/fesm2022/primeng-treeselect.mjs +344 -533
  343. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  344. package/fesm2022/primeng-treetable.mjs +1027 -1584
  345. package/fesm2022/primeng-treetable.mjs.map +1 -1
  346. package/fesm2022/primeng-usestyle.mjs +6 -6
  347. package/fesm2022/primeng-usestyle.mjs.map +1 -1
  348. package/fesm2022/primeng-utils.mjs +3 -1
  349. package/fesm2022/primeng-utils.mjs.map +1 -1
  350. package/listbox/listbox.d.ts +17 -3
  351. package/message/message.d.ts +1 -0
  352. package/overlaybadge/overlaybadge.d.ts +1 -1
  353. package/package.json +189 -190
  354. package/password/password.d.ts +8 -1
  355. package/password/style/passwordstyle.d.ts +1 -0
  356. package/picklist/picklist.d.ts +11 -1
  357. package/stepper/stepper.d.ts +2 -1
  358. package/table/table.d.ts +1 -1
  359. package/table/table.interface.d.ts +2 -2
  360. package/tabs/tablist.d.ts +1 -1
  361. package/toast/toast.d.ts +1 -1
  362. package/tree/tree.d.ts +10 -2
  363. package/tree/tree.interface.d.ts +8 -0
  364. package/utils/zindexutils.d.ts +2 -0
@@ -1,9 +1,9 @@
1
1
  import * as i1 from '@angular/common';
2
2
  import { CommonModule } from '@angular/common';
3
3
  import * as i0 from '@angular/core';
4
- import { Injectable, EventEmitter, inject, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, ContentChild, NgModule } from '@angular/core';
4
+ import { Injectable, EventEmitter, inject, numberAttribute, booleanAttribute, ContentChild, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
5
5
  import { resolveFieldData } from '@primeuix/utils';
6
- import { TranslationKeys, FilterService, Header, Footer, SharedModule } from 'primeng/api';
6
+ import { TranslationKeys, FilterService, SharedModule, Header, Footer } from 'primeng/api';
7
7
  import { BaseComponent } from 'primeng/basecomponent';
8
8
  import { SpinnerIcon } from 'primeng/icons';
9
9
  import * as i2 from 'primeng/paginator';
@@ -79,12 +79,12 @@ class DataViewStyle extends BaseStyle {
79
79
  name = 'dataview';
80
80
  theme = theme;
81
81
  classes = classes;
82
- static ɵfac = /*@__PURE__*/ (() => { let ɵDataViewStyle_BaseFactory; return function DataViewStyle_Factory(__ngFactoryType__) { return (ɵDataViewStyle_BaseFactory || (ɵDataViewStyle_BaseFactory = i0.ɵɵgetInheritedFactory(DataViewStyle)))(__ngFactoryType__ || DataViewStyle); }; })();
83
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DataViewStyle, factory: DataViewStyle.ɵfac });
82
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: DataViewStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
83
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: DataViewStyle });
84
84
  }
85
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DataViewStyle, [{
86
- type: Injectable
87
- }], null, null); })();
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: DataViewStyle, decorators: [{
86
+ type: Injectable
87
+ }] });
88
88
  /**
89
89
  *
90
90
  * DataView displays data in grid or list layout with pagination and sorting features.
@@ -122,145 +122,6 @@ var DataViewClasses;
122
122
  DataViewClasses["footer"] = "p-dataview-footer";
123
123
  })(DataViewClasses || (DataViewClasses = {}));
124
124
 
125
- const _c0 = ["list"];
126
- const _c1 = ["grid"];
127
- const _c2 = ["header"];
128
- const _c3 = ["emptymessage"];
129
- const _c4 = ["footer"];
130
- const _c5 = ["paginatorleft"];
131
- const _c6 = ["paginatorright"];
132
- const _c7 = ["paginatordropdownitem"];
133
- const _c8 = ["loadingIcon"];
134
- const _c9 = ["listicon"];
135
- const _c10 = ["gridicon"];
136
- const _c11 = [[["p-header"]], [["p-footer"]]];
137
- const _c12 = ["p-header", "p-footer"];
138
- const _c13 = (a0, a1) => ({ "p-dataview p-component": true, "p-dataview-list": a0, "p-dataview-grid": a1 });
139
- const _c14 = a0 => ({ $implicit: a0 });
140
- function DataView_div_1_i_2_Template(rf, ctx) { if (rf & 1) {
141
- i0.ɵɵelement(0, "i");
142
- } if (rf & 2) {
143
- const ctx_r0 = i0.ɵɵnextContext(2);
144
- i0.ɵɵclassMap("p-dataview-loading-icon pi-spin " + ctx_r0.loadingIcon);
145
- } }
146
- function DataView_div_1_ng_container_3_SpinnerIcon_1_Template(rf, ctx) { if (rf & 1) {
147
- i0.ɵɵelement(0, "SpinnerIcon", 14);
148
- } if (rf & 2) {
149
- i0.ɵɵproperty("spin", true)("styleClass", "p-dataview-loading-icon");
150
- } }
151
- function DataView_div_1_ng_container_3_2_ng_template_0_Template(rf, ctx) { }
152
- function DataView_div_1_ng_container_3_2_Template(rf, ctx) { if (rf & 1) {
153
- i0.ɵɵtemplate(0, DataView_div_1_ng_container_3_2_ng_template_0_Template, 0, 0, "ng-template");
154
- } }
155
- function DataView_div_1_ng_container_3_Template(rf, ctx) { if (rf & 1) {
156
- i0.ɵɵelementContainerStart(0);
157
- i0.ɵɵtemplate(1, DataView_div_1_ng_container_3_SpinnerIcon_1_Template, 1, 2, "SpinnerIcon", 12)(2, DataView_div_1_ng_container_3_2_Template, 1, 0, null, 13);
158
- i0.ɵɵelementContainerEnd();
159
- } if (rf & 2) {
160
- const ctx_r0 = i0.ɵɵnextContext(2);
161
- i0.ɵɵadvance();
162
- i0.ɵɵproperty("ngIf", !ctx_r0.loadingicon);
163
- i0.ɵɵadvance();
164
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.loadingicon);
165
- } }
166
- function DataView_div_1_Template(rf, ctx) { if (rf & 1) {
167
- i0.ɵɵelementStart(0, "div", 9)(1, "div", 10);
168
- i0.ɵɵtemplate(2, DataView_div_1_i_2_Template, 1, 2, "i", 11)(3, DataView_div_1_ng_container_3_Template, 3, 2, "ng-container", 6);
169
- i0.ɵɵelementEnd()();
170
- } if (rf & 2) {
171
- const ctx_r0 = i0.ɵɵnextContext();
172
- i0.ɵɵadvance(2);
173
- i0.ɵɵproperty("ngIf", ctx_r0.loadingIcon);
174
- i0.ɵɵadvance();
175
- i0.ɵɵproperty("ngIf", !ctx_r0.loadingIcon);
176
- } }
177
- function DataView_div_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
178
- i0.ɵɵelementContainer(0);
179
- } }
180
- function DataView_div_2_Template(rf, ctx) { if (rf & 1) {
181
- i0.ɵɵelementStart(0, "div", 15);
182
- i0.ɵɵprojection(1);
183
- i0.ɵɵtemplate(2, DataView_div_2_ng_container_2_Template, 1, 0, "ng-container", 13);
184
- i0.ɵɵelementEnd();
185
- } if (rf & 2) {
186
- const ctx_r0 = i0.ɵɵnextContext();
187
- i0.ɵɵadvance(2);
188
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.headerTemplate);
189
- } }
190
- function DataView_p_paginator_3_Template(rf, ctx) { if (rf & 1) {
191
- const _r2 = i0.ɵɵgetCurrentView();
192
- i0.ɵɵelementStart(0, "p-paginator", 16);
193
- i0.ɵɵlistener("onPageChange", function DataView_p_paginator_3_Template_p_paginator_onPageChange_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.paginate($event)); });
194
- i0.ɵɵelementEnd();
195
- } if (rf & 2) {
196
- const ctx_r0 = i0.ɵɵnextContext();
197
- i0.ɵɵproperty("rows", ctx_r0.rows)("first", ctx_r0.first)("totalRecords", ctx_r0.totalRecords)("pageLinkSize", ctx_r0.pageLinks)("alwaysShow", ctx_r0.alwaysShowPaginator)("rowsPerPageOptions", ctx_r0.rowsPerPageOptions)("dropdownAppendTo", ctx_r0.paginatorDropdownAppendTo)("dropdownScrollHeight", ctx_r0.paginatorDropdownScrollHeight)("templateLeft", ctx_r0.paginatorleft)("templateRight", ctx_r0.paginatorright)("currentPageReportTemplate", ctx_r0.currentPageReportTemplate)("showFirstLastIcon", ctx_r0.showFirstLastIcon)("dropdownItemTemplate", ctx_r0.paginatordropdownitem)("showCurrentPageReport", ctx_r0.showCurrentPageReport)("showJumpToPageDropdown", ctx_r0.showJumpToPageDropdown)("showPageLinks", ctx_r0.showPageLinks)("styleClass", ctx_r0.paginatorStyleClass);
198
- } }
199
- function DataView_Conditional_5_ng_container_0_Template(rf, ctx) { if (rf & 1) {
200
- i0.ɵɵelementContainer(0);
201
- } }
202
- function DataView_Conditional_5_Template(rf, ctx) { if (rf & 1) {
203
- i0.ɵɵtemplate(0, DataView_Conditional_5_ng_container_0_Template, 1, 0, "ng-container", 17);
204
- i0.ɵɵpipe(1, "slice");
205
- } if (rf & 2) {
206
- const ctx_r0 = i0.ɵɵnextContext();
207
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.listTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(6, _c14, ctx_r0.paginator ? i0.ɵɵpipeBind3(1, 2, ctx_r0.filteredValue || ctx_r0.value, ctx_r0.lazy ? 0 : ctx_r0.first, (ctx_r0.lazy ? 0 : ctx_r0.first) + ctx_r0.rows) : ctx_r0.filteredValue || ctx_r0.value));
208
- } }
209
- function DataView_Conditional_6_ng_container_0_Template(rf, ctx) { if (rf & 1) {
210
- i0.ɵɵelementContainer(0);
211
- } }
212
- function DataView_Conditional_6_Template(rf, ctx) { if (rf & 1) {
213
- i0.ɵɵtemplate(0, DataView_Conditional_6_ng_container_0_Template, 1, 0, "ng-container", 17);
214
- i0.ɵɵpipe(1, "slice");
215
- } if (rf & 2) {
216
- const ctx_r0 = i0.ɵɵnextContext();
217
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.gridTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(6, _c14, ctx_r0.paginator ? i0.ɵɵpipeBind3(1, 2, ctx_r0.filteredValue || ctx_r0.value, ctx_r0.lazy ? 0 : ctx_r0.first, (ctx_r0.lazy ? 0 : ctx_r0.first) + ctx_r0.rows) : ctx_r0.filteredValue || ctx_r0.value));
218
- } }
219
- function DataView_div_7_ng_container_2_Template(rf, ctx) { if (rf & 1) {
220
- i0.ɵɵelementContainerStart(0);
221
- i0.ɵɵtext(1);
222
- i0.ɵɵelementContainerEnd();
223
- } if (rf & 2) {
224
- const ctx_r0 = i0.ɵɵnextContext(2);
225
- i0.ɵɵadvance();
226
- i0.ɵɵtextInterpolate1(" ", ctx_r0.emptyMessageLabel, " ");
227
- } }
228
- function DataView_div_7_ng_container_3_Template(rf, ctx) { if (rf & 1) {
229
- i0.ɵɵelementContainer(0, null, 0);
230
- } }
231
- function DataView_div_7_Template(rf, ctx) { if (rf & 1) {
232
- i0.ɵɵelementStart(0, "div")(1, "div", 18);
233
- i0.ɵɵtemplate(2, DataView_div_7_ng_container_2_Template, 2, 1, "ng-container", 19)(3, DataView_div_7_ng_container_3_Template, 2, 0, "ng-container", 13);
234
- i0.ɵɵelementEnd()();
235
- } if (rf & 2) {
236
- const ctx_r0 = i0.ɵɵnextContext();
237
- i0.ɵɵadvance(2);
238
- i0.ɵɵproperty("ngIf", !ctx_r0.emptymessageTemplate)("ngIfElse", ctx_r0.empty);
239
- i0.ɵɵadvance();
240
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.emptymessageTemplate);
241
- } }
242
- function DataView_p_paginator_8_Template(rf, ctx) { if (rf & 1) {
243
- const _r3 = i0.ɵɵgetCurrentView();
244
- i0.ɵɵelementStart(0, "p-paginator", 20);
245
- i0.ɵɵlistener("onPageChange", function DataView_p_paginator_8_Template_p_paginator_onPageChange_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.paginate($event)); });
246
- i0.ɵɵelementEnd();
247
- } if (rf & 2) {
248
- const ctx_r0 = i0.ɵɵnextContext();
249
- i0.ɵɵproperty("rows", ctx_r0.rows)("first", ctx_r0.first)("totalRecords", ctx_r0.totalRecords)("pageLinkSize", ctx_r0.pageLinks)("alwaysShow", ctx_r0.alwaysShowPaginator)("rowsPerPageOptions", ctx_r0.rowsPerPageOptions)("dropdownAppendTo", ctx_r0.paginatorDropdownAppendTo)("dropdownScrollHeight", ctx_r0.paginatorDropdownScrollHeight)("templateLeft", ctx_r0.paginatorleft)("templateRight", ctx_r0.paginatorright)("currentPageReportTemplate", ctx_r0.currentPageReportTemplate)("showFirstLastIcon", ctx_r0.showFirstLastIcon)("dropdownItemTemplate", ctx_r0.paginatordropdownitem)("showCurrentPageReport", ctx_r0.showCurrentPageReport)("showJumpToPageDropdown", ctx_r0.showJumpToPageDropdown)("showPageLinks", ctx_r0.showPageLinks)("styleClass", ctx_r0.paginatorStyleClass);
250
- } }
251
- function DataView_div_9_ng_container_2_Template(rf, ctx) { if (rf & 1) {
252
- i0.ɵɵelementContainer(0);
253
- } }
254
- function DataView_div_9_Template(rf, ctx) { if (rf & 1) {
255
- i0.ɵɵelementStart(0, "div", 21);
256
- i0.ɵɵprojection(1, 1);
257
- i0.ɵɵtemplate(2, DataView_div_9_ng_container_2_Template, 1, 0, "ng-container", 13);
258
- i0.ɵɵelementEnd();
259
- } if (rf & 2) {
260
- const ctx_r0 = i0.ɵɵnextContext();
261
- i0.ɵɵadvance(2);
262
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.footerTemplate);
263
- } }
264
125
  /**
265
126
  * DataView displays data in grid or list layout with pagination and sorting features.
266
127
  * @group Components
@@ -625,73 +486,111 @@ class DataView extends BaseComponent {
625
486
  }
626
487
  super.ngOnDestroy();
627
488
  }
628
- static ɵfac = /*@__PURE__*/ (() => { let ɵDataView_BaseFactory; return function DataView_Factory(__ngFactoryType__) { return (ɵDataView_BaseFactory || (ɵDataView_BaseFactory = i0.ɵɵgetInheritedFactory(DataView)))(__ngFactoryType__ || DataView); }; })();
629
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DataView, selectors: [["p-dataView"], ["p-dataview"], ["p-data-view"]], contentQueries: function DataView_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
630
- i0.ɵɵcontentQuery(dirIndex, _c0, 5);
631
- i0.ɵɵcontentQuery(dirIndex, _c1, 5);
632
- i0.ɵɵcontentQuery(dirIndex, _c2, 5);
633
- i0.ɵɵcontentQuery(dirIndex, _c3, 5);
634
- i0.ɵɵcontentQuery(dirIndex, _c4, 5);
635
- i0.ɵɵcontentQuery(dirIndex, _c5, 5);
636
- i0.ɵɵcontentQuery(dirIndex, _c6, 5);
637
- i0.ɵɵcontentQuery(dirIndex, _c7, 5);
638
- i0.ɵɵcontentQuery(dirIndex, _c8, 5);
639
- i0.ɵɵcontentQuery(dirIndex, _c9, 5);
640
- i0.ɵɵcontentQuery(dirIndex, _c10, 5);
641
- i0.ɵɵcontentQuery(dirIndex, Header, 5);
642
- i0.ɵɵcontentQuery(dirIndex, Footer, 5);
643
- } if (rf & 2) {
644
- let _t;
645
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.listTemplate = _t.first);
646
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.gridTemplate = _t.first);
647
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.headerTemplate = _t.first);
648
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.emptymessageTemplate = _t.first);
649
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.footerTemplate = _t.first);
650
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.paginatorleft = _t.first);
651
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.paginatorright = _t.first);
652
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.paginatordropdownitem = _t.first);
653
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.loadingicon = _t.first);
654
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.listicon = _t.first);
655
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.gridicon = _t.first);
656
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.header = _t.first);
657
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.footer = _t.first);
658
- } }, inputs: { paginator: [2, "paginator", "paginator", booleanAttribute], rows: [2, "rows", "rows", numberAttribute], totalRecords: [2, "totalRecords", "totalRecords", numberAttribute], pageLinks: [2, "pageLinks", "pageLinks", numberAttribute], rowsPerPageOptions: "rowsPerPageOptions", paginatorPosition: "paginatorPosition", paginatorStyleClass: "paginatorStyleClass", alwaysShowPaginator: [2, "alwaysShowPaginator", "alwaysShowPaginator", booleanAttribute], paginatorDropdownAppendTo: "paginatorDropdownAppendTo", paginatorDropdownScrollHeight: "paginatorDropdownScrollHeight", currentPageReportTemplate: "currentPageReportTemplate", showCurrentPageReport: [2, "showCurrentPageReport", "showCurrentPageReport", booleanAttribute], showJumpToPageDropdown: [2, "showJumpToPageDropdown", "showJumpToPageDropdown", booleanAttribute], showFirstLastIcon: [2, "showFirstLastIcon", "showFirstLastIcon", booleanAttribute], showPageLinks: [2, "showPageLinks", "showPageLinks", booleanAttribute], lazy: [2, "lazy", "lazy", booleanAttribute], lazyLoadOnInit: [2, "lazyLoadOnInit", "lazyLoadOnInit", booleanAttribute], emptyMessage: "emptyMessage", style: "style", styleClass: "styleClass", gridStyleClass: "gridStyleClass", trackBy: "trackBy", filterBy: "filterBy", filterLocale: "filterLocale", loading: [2, "loading", "loading", booleanAttribute], loadingIcon: "loadingIcon", first: [2, "first", "first", numberAttribute], sortField: "sortField", sortOrder: [2, "sortOrder", "sortOrder", numberAttribute], value: "value", layout: "layout" }, outputs: { onLazyLoad: "onLazyLoad", onPage: "onPage", onSort: "onSort", onChangeLayout: "onChangeLayout" }, features: [i0.ɵɵProvidersFeature([DataViewStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c12, decls: 10, vars: 15, consts: [["empty", ""], [3, "ngClass", "ngStyle"], ["class", "p-dataview-loading", 4, "ngIf"], ["class", "p-dataview-header", 4, "ngIf"], ["styleClass", "p-paginator-top", 3, "rows", "first", "totalRecords", "pageLinkSize", "alwaysShow", "rowsPerPageOptions", "dropdownAppendTo", "dropdownScrollHeight", "templateLeft", "templateRight", "currentPageReportTemplate", "showFirstLastIcon", "dropdownItemTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showPageLinks", "styleClass", "onPageChange", 4, "ngIf"], [1, "p-dataview-content"], [4, "ngIf"], ["styleClass", "p-paginator-bottom", 3, "rows", "first", "totalRecords", "pageLinkSize", "alwaysShow", "rowsPerPageOptions", "dropdownAppendTo", "dropdownScrollHeight", "templateLeft", "templateRight", "currentPageReportTemplate", "showFirstLastIcon", "dropdownItemTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showPageLinks", "styleClass", "onPageChange", 4, "ngIf"], ["class", "p-dataview-footer", 4, "ngIf"], [1, "p-dataview-loading"], [1, "p-dataview-loading-overlay", "p-overlay-mask"], [3, "class", 4, "ngIf"], [3, "spin", "styleClass", 4, "ngIf"], [4, "ngTemplateOutlet"], [3, "spin", "styleClass"], [1, "p-dataview-header"], ["styleClass", "p-paginator-top", 3, "onPageChange", "rows", "first", "totalRecords", "pageLinkSize", "alwaysShow", "rowsPerPageOptions", "dropdownAppendTo", "dropdownScrollHeight", "templateLeft", "templateRight", "currentPageReportTemplate", "showFirstLastIcon", "dropdownItemTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showPageLinks", "styleClass"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "p-dataview-emptymessage"], [4, "ngIf", "ngIfElse"], ["styleClass", "p-paginator-bottom", 3, "onPageChange", "rows", "first", "totalRecords", "pageLinkSize", "alwaysShow", "rowsPerPageOptions", "dropdownAppendTo", "dropdownScrollHeight", "templateLeft", "templateRight", "currentPageReportTemplate", "showFirstLastIcon", "dropdownItemTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showPageLinks", "styleClass"], [1, "p-dataview-footer"]], template: function DataView_Template(rf, ctx) { if (rf & 1) {
659
- i0.ɵɵprojectionDef(_c11);
660
- i0.ɵɵelementStart(0, "div", 1);
661
- i0.ɵɵtemplate(1, DataView_div_1_Template, 4, 2, "div", 2)(2, DataView_div_2_Template, 3, 1, "div", 3)(3, DataView_p_paginator_3_Template, 1, 17, "p-paginator", 4);
662
- i0.ɵɵelementStart(4, "div", 5);
663
- i0.ɵɵtemplate(5, DataView_Conditional_5_Template, 2, 8, "ng-container")(6, DataView_Conditional_6_Template, 2, 8, "ng-container")(7, DataView_div_7_Template, 4, 3, "div", 6);
664
- i0.ɵɵelementEnd();
665
- i0.ɵɵtemplate(8, DataView_p_paginator_8_Template, 1, 17, "p-paginator", 7)(9, DataView_div_9_Template, 3, 1, "div", 8);
666
- i0.ɵɵelementEnd();
667
- } if (rf & 2) {
668
- i0.ɵɵclassMap(ctx.styleClass);
669
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(12, _c13, ctx.layout === "list", ctx.layout === "grid"))("ngStyle", ctx.style);
670
- i0.ɵɵadvance();
671
- i0.ɵɵproperty("ngIf", ctx.loading);
672
- i0.ɵɵadvance();
673
- i0.ɵɵproperty("ngIf", ctx.header || ctx.headerTemplate);
674
- i0.ɵɵadvance();
675
- i0.ɵɵproperty("ngIf", ctx.paginator && (ctx.paginatorPosition === "top" || ctx.paginatorPosition == "both"));
676
- i0.ɵɵadvance(2);
677
- i0.ɵɵconditional(ctx.layout === "list" ? 5 : -1);
678
- i0.ɵɵadvance();
679
- i0.ɵɵconditional(ctx.layout === "grid" ? 6 : -1);
680
- i0.ɵɵadvance();
681
- i0.ɵɵproperty("ngIf", ctx.isEmpty() && !ctx.loading);
682
- i0.ɵɵadvance();
683
- i0.ɵɵproperty("ngIf", ctx.paginator && (ctx.paginatorPosition === "bottom" || ctx.paginatorPosition == "both"));
684
- i0.ɵɵadvance();
685
- i0.ɵɵproperty("ngIf", ctx.footer || ctx.footerTemplate);
686
- } }, dependencies: [CommonModule, i1.NgClass, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, i1.SlicePipe, PaginatorModule, i2.Paginator, SpinnerIcon, SharedModule], encapsulation: 2, changeDetection: 0 });
489
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: DataView, deps: null, target: i0.ɵɵFactoryTarget.Component });
490
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.7", type: DataView, isStandalone: true, selector: "p-dataView, p-dataview, p-data-view", inputs: { paginator: ["paginator", "paginator", booleanAttribute], rows: ["rows", "rows", numberAttribute], totalRecords: ["totalRecords", "totalRecords", numberAttribute], pageLinks: ["pageLinks", "pageLinks", numberAttribute], rowsPerPageOptions: "rowsPerPageOptions", paginatorPosition: "paginatorPosition", paginatorStyleClass: "paginatorStyleClass", alwaysShowPaginator: ["alwaysShowPaginator", "alwaysShowPaginator", booleanAttribute], paginatorDropdownAppendTo: "paginatorDropdownAppendTo", paginatorDropdownScrollHeight: "paginatorDropdownScrollHeight", currentPageReportTemplate: "currentPageReportTemplate", showCurrentPageReport: ["showCurrentPageReport", "showCurrentPageReport", booleanAttribute], showJumpToPageDropdown: ["showJumpToPageDropdown", "showJumpToPageDropdown", booleanAttribute], showFirstLastIcon: ["showFirstLastIcon", "showFirstLastIcon", booleanAttribute], showPageLinks: ["showPageLinks", "showPageLinks", booleanAttribute], lazy: ["lazy", "lazy", booleanAttribute], lazyLoadOnInit: ["lazyLoadOnInit", "lazyLoadOnInit", booleanAttribute], emptyMessage: "emptyMessage", style: "style", styleClass: "styleClass", gridStyleClass: "gridStyleClass", trackBy: "trackBy", filterBy: "filterBy", filterLocale: "filterLocale", loading: ["loading", "loading", booleanAttribute], loadingIcon: "loadingIcon", first: ["first", "first", numberAttribute], sortField: "sortField", sortOrder: ["sortOrder", "sortOrder", numberAttribute], value: "value", layout: "layout" }, outputs: { onLazyLoad: "onLazyLoad", onPage: "onPage", onSort: "onSort", onChangeLayout: "onChangeLayout" }, providers: [DataViewStyle], queries: [{ propertyName: "listTemplate", first: true, predicate: ["list"], descendants: true }, { propertyName: "gridTemplate", first: true, predicate: ["grid"], descendants: true }, { propertyName: "headerTemplate", first: true, predicate: ["header"], descendants: true }, { propertyName: "emptymessageTemplate", first: true, predicate: ["emptymessage"], descendants: true }, { propertyName: "footerTemplate", first: true, predicate: ["footer"], descendants: true }, { propertyName: "paginatorleft", first: true, predicate: ["paginatorleft"], descendants: true }, { propertyName: "paginatorright", first: true, predicate: ["paginatorright"], descendants: true }, { propertyName: "paginatordropdownitem", first: true, predicate: ["paginatordropdownitem"], descendants: true }, { propertyName: "loadingicon", first: true, predicate: ["loadingicon"], descendants: true }, { propertyName: "listicon", first: true, predicate: ["listicon"], descendants: true }, { propertyName: "gridicon", first: true, predicate: ["gridicon"], descendants: true }, { propertyName: "header", first: true, predicate: Header, descendants: true }, { propertyName: "footer", first: true, predicate: Footer, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
491
+ <div [ngClass]="{ 'p-dataview p-component': true, 'p-dataview-list': layout === 'list', 'p-dataview-grid': layout === 'grid' }" [ngStyle]="style" [class]="styleClass">
492
+ <div class="p-dataview-loading" *ngIf="loading">
493
+ <div class="p-dataview-loading-overlay p-overlay-mask">
494
+ <i *ngIf="loadingIcon" [class]="'p-dataview-loading-icon pi-spin ' + loadingIcon"></i>
495
+ <ng-container *ngIf="!loadingIcon">
496
+ <SpinnerIcon *ngIf="!loadingicon" [spin]="true" [styleClass]="'p-dataview-loading-icon'" />
497
+ <ng-template *ngTemplateOutlet="loadingicon"></ng-template>
498
+ </ng-container>
499
+ </div>
500
+ </div>
501
+ <div class="p-dataview-header" *ngIf="header || headerTemplate">
502
+ <ng-content select="p-header"></ng-content>
503
+ <ng-container *ngTemplateOutlet="headerTemplate"></ng-container>
504
+ </div>
505
+ <p-paginator
506
+ [rows]="rows"
507
+ [first]="first"
508
+ [totalRecords]="totalRecords"
509
+ [pageLinkSize]="pageLinks"
510
+ [alwaysShow]="alwaysShowPaginator"
511
+ (onPageChange)="paginate($event)"
512
+ styleClass="p-paginator-top"
513
+ [rowsPerPageOptions]="rowsPerPageOptions"
514
+ *ngIf="paginator && (paginatorPosition === 'top' || paginatorPosition == 'both')"
515
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
516
+ [dropdownScrollHeight]="paginatorDropdownScrollHeight"
517
+ [templateLeft]="paginatorleft"
518
+ [templateRight]="paginatorright"
519
+ [currentPageReportTemplate]="currentPageReportTemplate"
520
+ [showFirstLastIcon]="showFirstLastIcon"
521
+ [dropdownItemTemplate]="paginatordropdownitem"
522
+ [showCurrentPageReport]="showCurrentPageReport"
523
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
524
+ [showPageLinks]="showPageLinks"
525
+ [styleClass]="paginatorStyleClass"
526
+ ></p-paginator>
527
+
528
+ <div class="p-dataview-content">
529
+ @if (layout === 'list') {
530
+ <ng-container
531
+ *ngTemplateOutlet="
532
+ listTemplate;
533
+ context: {
534
+ $implicit: paginator ? (filteredValue || value | slice: (lazy ? 0 : first) : (lazy ? 0 : first) + rows) : filteredValue || value
535
+ }
536
+ "
537
+ ></ng-container>
538
+ }
539
+ @if (layout === 'grid') {
540
+ <ng-container
541
+ *ngTemplateOutlet="
542
+ gridTemplate;
543
+ context: {
544
+ $implicit: paginator ? (filteredValue || value | slice: (lazy ? 0 : first) : (lazy ? 0 : first) + rows) : filteredValue || value
545
+ }
546
+ "
547
+ ></ng-container>
548
+ }
549
+ <div *ngIf="isEmpty() && !loading">
550
+ <div class="p-dataview-emptymessage">
551
+ <ng-container *ngIf="!emptymessageTemplate; else empty">
552
+ {{ emptyMessageLabel }}
553
+ </ng-container>
554
+ <ng-container #empty *ngTemplateOutlet="emptymessageTemplate"></ng-container>
555
+ </div>
556
+ </div>
557
+ </div>
558
+ <p-paginator
559
+ [rows]="rows"
560
+ [first]="first"
561
+ [totalRecords]="totalRecords"
562
+ [pageLinkSize]="pageLinks"
563
+ [alwaysShow]="alwaysShowPaginator"
564
+ (onPageChange)="paginate($event)"
565
+ styleClass="p-paginator-bottom"
566
+ [rowsPerPageOptions]="rowsPerPageOptions"
567
+ *ngIf="paginator && (paginatorPosition === 'bottom' || paginatorPosition == 'both')"
568
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
569
+ [dropdownScrollHeight]="paginatorDropdownScrollHeight"
570
+ [templateLeft]="paginatorleft"
571
+ [templateRight]="paginatorright"
572
+ [currentPageReportTemplate]="currentPageReportTemplate"
573
+ [showFirstLastIcon]="showFirstLastIcon"
574
+ [dropdownItemTemplate]="paginatordropdownitem"
575
+ [showCurrentPageReport]="showCurrentPageReport"
576
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
577
+ [showPageLinks]="showPageLinks"
578
+ [styleClass]="paginatorStyleClass"
579
+ ></p-paginator>
580
+ <div class="p-dataview-footer" *ngIf="footer || footerTemplate">
581
+ <ng-content select="p-footer"></ng-content>
582
+ <ng-container *ngTemplateOutlet="footerTemplate"></ng-container>
583
+ </div>
584
+ </div>
585
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: i1.SlicePipe, name: "slice" }, { kind: "ngmodule", type: PaginatorModule }, { kind: "component", type: i2.Paginator, selector: "p-paginator", inputs: ["pageLinkSize", "style", "styleClass", "alwaysShow", "dropdownAppendTo", "templateLeft", "templateRight", "appendTo", "dropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showFirstLastIcon", "totalRecords", "rows", "rowsPerPageOptions", "showJumpToPageDropdown", "showJumpToPageInput", "jumpToPageItemTemplate", "showPageLinks", "locale", "dropdownItemTemplate", "first"], outputs: ["onPageChange"] }, { kind: "component", type: SpinnerIcon, selector: "SpinnerIcon" }, { kind: "ngmodule", type: SharedModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
687
586
  }
688
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DataView, [{
689
- type: Component,
690
- args: [{
691
- selector: 'p-dataView, p-dataview, p-data-view',
692
- standalone: true,
693
- imports: [CommonModule, PaginatorModule, SpinnerIcon, SharedModule],
694
- template: `
587
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: DataView, decorators: [{
588
+ type: Component,
589
+ args: [{
590
+ selector: 'p-dataView, p-dataview, p-data-view',
591
+ standalone: true,
592
+ imports: [CommonModule, PaginatorModule, SpinnerIcon, SharedModule],
593
+ template: `
695
594
  <div [ngClass]="{ 'p-dataview p-component': true, 'p-dataview-list': layout === 'list', 'p-dataview-grid': layout === 'grid' }" [ngStyle]="style" [class]="styleClass">
696
595
  <div class="p-dataview-loading" *ngIf="loading">
697
596
  <div class="p-dataview-loading-overlay p-overlay-mask">
@@ -787,148 +686,146 @@ class DataView extends BaseComponent {
787
686
  </div>
788
687
  </div>
789
688
  `,
790
- changeDetection: ChangeDetectionStrategy.OnPush,
791
- encapsulation: ViewEncapsulation.None,
792
- providers: [DataViewStyle]
793
- }]
794
- }], null, { paginator: [{
795
- type: Input,
796
- args: [{ transform: booleanAttribute }]
797
- }], rows: [{
798
- type: Input,
799
- args: [{ transform: numberAttribute }]
800
- }], totalRecords: [{
801
- type: Input,
802
- args: [{ transform: numberAttribute }]
803
- }], pageLinks: [{
804
- type: Input,
805
- args: [{ transform: numberAttribute }]
806
- }], rowsPerPageOptions: [{
807
- type: Input
808
- }], paginatorPosition: [{
809
- type: Input
810
- }], paginatorStyleClass: [{
811
- type: Input
812
- }], alwaysShowPaginator: [{
813
- type: Input,
814
- args: [{ transform: booleanAttribute }]
815
- }], paginatorDropdownAppendTo: [{
816
- type: Input
817
- }], paginatorDropdownScrollHeight: [{
818
- type: Input
819
- }], currentPageReportTemplate: [{
820
- type: Input
821
- }], showCurrentPageReport: [{
822
- type: Input,
823
- args: [{ transform: booleanAttribute }]
824
- }], showJumpToPageDropdown: [{
825
- type: Input,
826
- args: [{ transform: booleanAttribute }]
827
- }], showFirstLastIcon: [{
828
- type: Input,
829
- args: [{ transform: booleanAttribute }]
830
- }], showPageLinks: [{
831
- type: Input,
832
- args: [{ transform: booleanAttribute }]
833
- }], lazy: [{
834
- type: Input,
835
- args: [{ transform: booleanAttribute }]
836
- }], lazyLoadOnInit: [{
837
- type: Input,
838
- args: [{ transform: booleanAttribute }]
839
- }], emptyMessage: [{
840
- type: Input
841
- }], style: [{
842
- type: Input
843
- }], styleClass: [{
844
- type: Input
845
- }], gridStyleClass: [{
846
- type: Input
847
- }], trackBy: [{
848
- type: Input
849
- }], filterBy: [{
850
- type: Input
851
- }], filterLocale: [{
852
- type: Input
853
- }], loading: [{
854
- type: Input,
855
- args: [{ transform: booleanAttribute }]
856
- }], loadingIcon: [{
857
- type: Input
858
- }], first: [{
859
- type: Input,
860
- args: [{ transform: numberAttribute }]
861
- }], sortField: [{
862
- type: Input
863
- }], sortOrder: [{
864
- type: Input,
865
- args: [{ transform: numberAttribute }]
866
- }], value: [{
867
- type: Input
868
- }], layout: [{
869
- type: Input
870
- }], onLazyLoad: [{
871
- type: Output
872
- }], onPage: [{
873
- type: Output
874
- }], onSort: [{
875
- type: Output
876
- }], onChangeLayout: [{
877
- type: Output
878
- }], listTemplate: [{
879
- type: ContentChild,
880
- args: ['list']
881
- }], gridTemplate: [{
882
- type: ContentChild,
883
- args: ['grid']
884
- }], headerTemplate: [{
885
- type: ContentChild,
886
- args: ['header']
887
- }], emptymessageTemplate: [{
888
- type: ContentChild,
889
- args: ['emptymessage']
890
- }], footerTemplate: [{
891
- type: ContentChild,
892
- args: ['footer']
893
- }], paginatorleft: [{
894
- type: ContentChild,
895
- args: ['paginatorleft']
896
- }], paginatorright: [{
897
- type: ContentChild,
898
- args: ['paginatorright']
899
- }], paginatordropdownitem: [{
900
- type: ContentChild,
901
- args: ['paginatordropdownitem']
902
- }], loadingicon: [{
903
- type: ContentChild,
904
- args: ['loadingIcon']
905
- }], listicon: [{
906
- type: ContentChild,
907
- args: ['listicon']
908
- }], gridicon: [{
909
- type: ContentChild,
910
- args: ['gridicon']
911
- }], header: [{
912
- type: ContentChild,
913
- args: [Header]
914
- }], footer: [{
915
- type: ContentChild,
916
- args: [Footer]
917
- }] }); })();
918
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataView, { className: "DataView", filePath: "dataview.ts", lineNumber: 139 }); })();
689
+ changeDetection: ChangeDetectionStrategy.OnPush,
690
+ encapsulation: ViewEncapsulation.None,
691
+ providers: [DataViewStyle]
692
+ }]
693
+ }], propDecorators: { paginator: [{
694
+ type: Input,
695
+ args: [{ transform: booleanAttribute }]
696
+ }], rows: [{
697
+ type: Input,
698
+ args: [{ transform: numberAttribute }]
699
+ }], totalRecords: [{
700
+ type: Input,
701
+ args: [{ transform: numberAttribute }]
702
+ }], pageLinks: [{
703
+ type: Input,
704
+ args: [{ transform: numberAttribute }]
705
+ }], rowsPerPageOptions: [{
706
+ type: Input
707
+ }], paginatorPosition: [{
708
+ type: Input
709
+ }], paginatorStyleClass: [{
710
+ type: Input
711
+ }], alwaysShowPaginator: [{
712
+ type: Input,
713
+ args: [{ transform: booleanAttribute }]
714
+ }], paginatorDropdownAppendTo: [{
715
+ type: Input
716
+ }], paginatorDropdownScrollHeight: [{
717
+ type: Input
718
+ }], currentPageReportTemplate: [{
719
+ type: Input
720
+ }], showCurrentPageReport: [{
721
+ type: Input,
722
+ args: [{ transform: booleanAttribute }]
723
+ }], showJumpToPageDropdown: [{
724
+ type: Input,
725
+ args: [{ transform: booleanAttribute }]
726
+ }], showFirstLastIcon: [{
727
+ type: Input,
728
+ args: [{ transform: booleanAttribute }]
729
+ }], showPageLinks: [{
730
+ type: Input,
731
+ args: [{ transform: booleanAttribute }]
732
+ }], lazy: [{
733
+ type: Input,
734
+ args: [{ transform: booleanAttribute }]
735
+ }], lazyLoadOnInit: [{
736
+ type: Input,
737
+ args: [{ transform: booleanAttribute }]
738
+ }], emptyMessage: [{
739
+ type: Input
740
+ }], style: [{
741
+ type: Input
742
+ }], styleClass: [{
743
+ type: Input
744
+ }], gridStyleClass: [{
745
+ type: Input
746
+ }], trackBy: [{
747
+ type: Input
748
+ }], filterBy: [{
749
+ type: Input
750
+ }], filterLocale: [{
751
+ type: Input
752
+ }], loading: [{
753
+ type: Input,
754
+ args: [{ transform: booleanAttribute }]
755
+ }], loadingIcon: [{
756
+ type: Input
757
+ }], first: [{
758
+ type: Input,
759
+ args: [{ transform: numberAttribute }]
760
+ }], sortField: [{
761
+ type: Input
762
+ }], sortOrder: [{
763
+ type: Input,
764
+ args: [{ transform: numberAttribute }]
765
+ }], value: [{
766
+ type: Input
767
+ }], layout: [{
768
+ type: Input
769
+ }], onLazyLoad: [{
770
+ type: Output
771
+ }], onPage: [{
772
+ type: Output
773
+ }], onSort: [{
774
+ type: Output
775
+ }], onChangeLayout: [{
776
+ type: Output
777
+ }], listTemplate: [{
778
+ type: ContentChild,
779
+ args: ['list']
780
+ }], gridTemplate: [{
781
+ type: ContentChild,
782
+ args: ['grid']
783
+ }], headerTemplate: [{
784
+ type: ContentChild,
785
+ args: ['header']
786
+ }], emptymessageTemplate: [{
787
+ type: ContentChild,
788
+ args: ['emptymessage']
789
+ }], footerTemplate: [{
790
+ type: ContentChild,
791
+ args: ['footer']
792
+ }], paginatorleft: [{
793
+ type: ContentChild,
794
+ args: ['paginatorleft']
795
+ }], paginatorright: [{
796
+ type: ContentChild,
797
+ args: ['paginatorright']
798
+ }], paginatordropdownitem: [{
799
+ type: ContentChild,
800
+ args: ['paginatordropdownitem']
801
+ }], loadingicon: [{
802
+ type: ContentChild,
803
+ args: ['loadingicon']
804
+ }], listicon: [{
805
+ type: ContentChild,
806
+ args: ['listicon']
807
+ }], gridicon: [{
808
+ type: ContentChild,
809
+ args: ['gridicon']
810
+ }], header: [{
811
+ type: ContentChild,
812
+ args: [Header]
813
+ }], footer: [{
814
+ type: ContentChild,
815
+ args: [Footer]
816
+ }] } });
919
817
  class DataViewModule {
920
- static ɵfac = function DataViewModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DataViewModule)(); };
921
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: DataViewModule });
922
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [DataView, SharedModule, SharedModule] });
818
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: DataViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
819
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.7", ngImport: i0, type: DataViewModule, imports: [DataView, SharedModule], exports: [DataView, SharedModule] });
820
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: DataViewModule, imports: [DataView, SharedModule, SharedModule] });
923
821
  }
924
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DataViewModule, [{
925
- type: NgModule,
926
- args: [{
927
- imports: [DataView, SharedModule],
928
- exports: [DataView, SharedModule]
929
- }]
930
- }], null, null); })();
931
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DataViewModule, { imports: [DataView, SharedModule], exports: [DataView, SharedModule] }); })();
822
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: DataViewModule, decorators: [{
823
+ type: NgModule,
824
+ args: [{
825
+ imports: [DataView, SharedModule],
826
+ exports: [DataView, SharedModule]
827
+ }]
828
+ }] });
932
829
 
933
830
  /**
934
831
  * Generated bundle index. Do not edit.