primeng 14.2.2 → 15.0.0

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 (479) hide show
  1. package/accordion/accordion.d.ts +2 -2
  2. package/animate/animate.d.ts +3 -1
  3. package/api/shared.d.ts +3 -3
  4. package/autocomplete/autocomplete.d.ts +1 -1
  5. package/autofocus/autofocus.d.ts +1 -1
  6. package/avatar/avatar.d.ts +1 -1
  7. package/avatargroup/avatargroup.d.ts +1 -1
  8. package/badge/badge.d.ts +2 -2
  9. package/blockui/blockui.d.ts +1 -1
  10. package/breadcrumb/breadcrumb.d.ts +1 -1
  11. package/button/button.d.ts +2 -2
  12. package/calendar/calendar.d.ts +1 -1
  13. package/captcha/captcha.d.ts +1 -1
  14. package/card/card.d.ts +1 -1
  15. package/carousel/carousel.d.ts +1 -1
  16. package/cascadeselect/cascadeselect.d.ts +2 -2
  17. package/chart/chart.d.ts +1 -1
  18. package/checkbox/checkbox.d.ts +3 -3
  19. package/chip/chip.d.ts +1 -1
  20. package/chips/chips.d.ts +1 -1
  21. package/codehighlighter/codehighlighter.d.ts +1 -1
  22. package/colorpicker/colorpicker.d.ts +1 -1
  23. package/confirmdialog/confirmdialog.d.ts +1 -1
  24. package/confirmpopup/confirmpopup.d.ts +1 -1
  25. package/contextmenu/contextmenu.d.ts +2 -2
  26. package/dataview/dataview.d.ts +2 -2
  27. package/defer/defer.d.ts +1 -1
  28. package/dialog/dialog.d.ts +1 -1
  29. package/divider/divider.d.ts +1 -1
  30. package/dock/dock.d.ts +1 -1
  31. package/dragdrop/dragdrop.d.ts +2 -2
  32. package/dropdown/dropdown.d.ts +2 -2
  33. package/dynamicdialog/dynamicdialog.d.ts +1 -1
  34. package/dynamicdialog/dynamicdialogcontent.d.ts +1 -1
  35. package/editor/editor.d.ts +3 -1
  36. package/esm2020/accordion/accordion.mjs +10 -10
  37. package/esm2020/animate/animate.mjs +18 -9
  38. package/esm2020/api/confirmationservice.mjs +3 -3
  39. package/esm2020/api/contextmenuservice.mjs +3 -3
  40. package/esm2020/api/filterservice.mjs +3 -3
  41. package/esm2020/api/messageservice.mjs +3 -3
  42. package/esm2020/api/overlayservice.mjs +3 -3
  43. package/esm2020/api/primengconfig.mjs +3 -3
  44. package/esm2020/api/shared.mjs +13 -13
  45. package/esm2020/api/treedragdropservice.mjs +3 -3
  46. package/esm2020/autocomplete/autocomplete.mjs +7 -7
  47. package/esm2020/autofocus/autofocus.mjs +7 -7
  48. package/esm2020/avatar/avatar.mjs +7 -7
  49. package/esm2020/avatargroup/avatargroup.mjs +7 -7
  50. package/esm2020/badge/badge.mjs +10 -10
  51. package/esm2020/blockui/blockui.mjs +17 -13
  52. package/esm2020/breadcrumb/breadcrumb.mjs +8 -8
  53. package/esm2020/button/button.mjs +10 -10
  54. package/esm2020/calendar/calendar.mjs +12 -9
  55. package/esm2020/captcha/captcha.mjs +7 -7
  56. package/esm2020/card/card.mjs +7 -7
  57. package/esm2020/carousel/carousel.mjs +9 -9
  58. package/esm2020/cascadeselect/cascadeselect.mjs +10 -10
  59. package/esm2020/chart/chart.mjs +7 -7
  60. package/esm2020/checkbox/checkbox.mjs +9 -9
  61. package/esm2020/chip/chip.mjs +7 -7
  62. package/esm2020/chips/chips.mjs +7 -7
  63. package/esm2020/codehighlighter/codehighlighter.mjs +7 -7
  64. package/esm2020/colorpicker/colorpicker.mjs +7 -7
  65. package/esm2020/confirmdialog/confirmdialog.mjs +7 -7
  66. package/esm2020/confirmpopup/confirmpopup.mjs +7 -7
  67. package/esm2020/contextmenu/contextmenu.mjs +12 -12
  68. package/esm2020/dataview/dataview.mjs +13 -13
  69. package/esm2020/defer/defer.mjs +7 -7
  70. package/esm2020/dialog/dialog.mjs +7 -7
  71. package/esm2020/divider/divider.mjs +7 -7
  72. package/esm2020/dock/dock.mjs +8 -8
  73. package/esm2020/dragdrop/dragdrop.mjs +10 -10
  74. package/esm2020/dropdown/dropdown.mjs +10 -10
  75. package/esm2020/dynamicdialog/dialogservice.mjs +3 -3
  76. package/esm2020/dynamicdialog/dynamicdialog.mjs +7 -7
  77. package/esm2020/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  78. package/esm2020/editor/editor.mjs +45 -14
  79. package/esm2020/fieldset/fieldset.mjs +7 -7
  80. package/esm2020/fileupload/fileupload.mjs +14 -15
  81. package/esm2020/focustrap/focustrap.mjs +7 -7
  82. package/esm2020/galleria/galleria.mjs +39 -25
  83. package/esm2020/gmap/gmap.mjs +7 -7
  84. package/esm2020/image/image.mjs +7 -7
  85. package/esm2020/inplace/inplace.mjs +13 -13
  86. package/esm2020/inputmask/inputmask.mjs +11 -11
  87. package/esm2020/inputnumber/inputnumber.mjs +7 -7
  88. package/esm2020/inputswitch/inputswitch.mjs +7 -7
  89. package/esm2020/inputtext/inputtext.mjs +7 -7
  90. package/esm2020/inputtextarea/inputtextarea.mjs +7 -7
  91. package/esm2020/keyfilter/keyfilter.mjs +7 -7
  92. package/esm2020/knob/knob.mjs +7 -7
  93. package/esm2020/lightbox/lightbox.mjs +7 -7
  94. package/esm2020/listbox/listbox.mjs +7 -7
  95. package/esm2020/megamenu/megamenu.mjs +8 -8
  96. package/esm2020/menu/menu.mjs +11 -11
  97. package/esm2020/menubar/menubar.mjs +14 -14
  98. package/esm2020/message/message.mjs +7 -7
  99. package/esm2020/messages/messages.mjs +7 -7
  100. package/esm2020/multiselect/multiselect.mjs +13 -12
  101. package/esm2020/orderlist/orderlist.mjs +7 -7
  102. package/esm2020/organizationchart/organizationchart.mjs +10 -10
  103. package/esm2020/overlay/overlay.mjs +9 -9
  104. package/esm2020/overlaypanel/overlaypanel.mjs +13 -16
  105. package/esm2020/paginator/paginator.mjs +7 -7
  106. package/esm2020/panel/panel.mjs +7 -7
  107. package/esm2020/panelmenu/panelmenu.mjs +13 -13
  108. package/esm2020/password/password.mjs +13 -13
  109. package/esm2020/picklist/picklist.mjs +7 -7
  110. package/esm2020/progressbar/progressbar.mjs +7 -7
  111. package/esm2020/progressspinner/progressspinner.mjs +7 -7
  112. package/esm2020/radiobutton/radiobutton.mjs +11 -11
  113. package/esm2020/rating/rating.mjs +7 -7
  114. package/esm2020/ripple/ripple.mjs +12 -11
  115. package/esm2020/scroller/scroller.mjs +7 -7
  116. package/esm2020/scrollpanel/scrollpanel.mjs +7 -7
  117. package/esm2020/scrolltop/scrolltop.mjs +7 -7
  118. package/esm2020/selectbutton/selectbutton.mjs +7 -7
  119. package/esm2020/sidebar/sidebar.mjs +10 -10
  120. package/esm2020/skeleton/skeleton.mjs +7 -7
  121. package/esm2020/slidemenu/slidemenu.mjs +12 -12
  122. package/esm2020/slider/slider.mjs +7 -7
  123. package/esm2020/speeddial/speeddial.mjs +8 -8
  124. package/esm2020/spinner/spinner.mjs +7 -7
  125. package/esm2020/splitbutton/splitbutton.mjs +7 -7
  126. package/esm2020/splitter/splitter.mjs +7 -7
  127. package/esm2020/steps/steps.mjs +8 -8
  128. package/esm2020/styleclass/styleclass.mjs +7 -7
  129. package/esm2020/table/table.mjs +101 -102
  130. package/esm2020/tabmenu/tabmenu.mjs +14 -10
  131. package/esm2020/tabview/tabview.mjs +10 -10
  132. package/esm2020/tag/tag.mjs +7 -7
  133. package/esm2020/terminal/terminal.mjs +7 -7
  134. package/esm2020/terminal/terminalservice.mjs +3 -3
  135. package/esm2020/tieredmenu/tieredmenu.mjs +12 -12
  136. package/esm2020/timeline/timeline.mjs +7 -7
  137. package/esm2020/toast/toast.mjs +10 -10
  138. package/esm2020/togglebutton/togglebutton.mjs +12 -12
  139. package/esm2020/toolbar/toolbar.mjs +7 -7
  140. package/esm2020/tooltip/tooltip.mjs +7 -7
  141. package/esm2020/tree/tree.mjs +11 -11
  142. package/esm2020/treeselect/treeselect.mjs +7 -7
  143. package/esm2020/treetable/treetable.mjs +56 -56
  144. package/esm2020/tristatecheckbox/tristatecheckbox.mjs +7 -7
  145. package/esm2020/virtualscroller/virtualscroller.mjs +7 -7
  146. package/fesm2015/primeng-accordion.mjs +10 -10
  147. package/fesm2015/primeng-animate.mjs +17 -8
  148. package/fesm2015/primeng-animate.mjs.map +1 -1
  149. package/fesm2015/primeng-api.mjs +34 -34
  150. package/fesm2015/primeng-autocomplete.mjs +7 -7
  151. package/fesm2015/primeng-autofocus.mjs +7 -7
  152. package/fesm2015/primeng-avatar.mjs +7 -7
  153. package/fesm2015/primeng-avatargroup.mjs +7 -7
  154. package/fesm2015/primeng-badge.mjs +10 -10
  155. package/fesm2015/primeng-blockui.mjs +16 -12
  156. package/fesm2015/primeng-blockui.mjs.map +1 -1
  157. package/fesm2015/primeng-breadcrumb.mjs +8 -8
  158. package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
  159. package/fesm2015/primeng-button.mjs +10 -10
  160. package/fesm2015/primeng-calendar.mjs +11 -8
  161. package/fesm2015/primeng-calendar.mjs.map +1 -1
  162. package/fesm2015/primeng-captcha.mjs +7 -7
  163. package/fesm2015/primeng-card.mjs +7 -7
  164. package/fesm2015/primeng-carousel.mjs +9 -8
  165. package/fesm2015/primeng-carousel.mjs.map +1 -1
  166. package/fesm2015/primeng-cascadeselect.mjs +10 -10
  167. package/fesm2015/primeng-chart.mjs +7 -7
  168. package/fesm2015/primeng-checkbox.mjs +9 -9
  169. package/fesm2015/primeng-checkbox.mjs.map +1 -1
  170. package/fesm2015/primeng-chip.mjs +7 -7
  171. package/fesm2015/primeng-chips.mjs +7 -7
  172. package/fesm2015/primeng-codehighlighter.mjs +7 -7
  173. package/fesm2015/primeng-colorpicker.mjs +7 -7
  174. package/fesm2015/primeng-confirmdialog.mjs +7 -7
  175. package/fesm2015/primeng-confirmpopup.mjs +7 -7
  176. package/fesm2015/primeng-contextmenu.mjs +11 -11
  177. package/fesm2015/primeng-contextmenu.mjs.map +1 -1
  178. package/fesm2015/primeng-dataview.mjs +12 -12
  179. package/fesm2015/primeng-dataview.mjs.map +1 -1
  180. package/fesm2015/primeng-defer.mjs +7 -7
  181. package/fesm2015/primeng-dialog.mjs +7 -7
  182. package/fesm2015/primeng-divider.mjs +7 -7
  183. package/fesm2015/primeng-dock.mjs +8 -8
  184. package/fesm2015/primeng-dock.mjs.map +1 -1
  185. package/fesm2015/primeng-dragdrop.mjs +10 -10
  186. package/fesm2015/primeng-dropdown.mjs +10 -10
  187. package/fesm2015/primeng-dynamicdialog.mjs +13 -13
  188. package/fesm2015/primeng-editor.mjs +45 -15
  189. package/fesm2015/primeng-editor.mjs.map +1 -1
  190. package/fesm2015/primeng-fieldset.mjs +7 -7
  191. package/fesm2015/primeng-fileupload.mjs +16 -16
  192. package/fesm2015/primeng-fileupload.mjs.map +1 -1
  193. package/fesm2015/primeng-focustrap.mjs +7 -7
  194. package/fesm2015/primeng-galleria.mjs +38 -24
  195. package/fesm2015/primeng-galleria.mjs.map +1 -1
  196. package/fesm2015/primeng-gmap.mjs +7 -7
  197. package/fesm2015/primeng-image.mjs +7 -7
  198. package/fesm2015/primeng-inplace.mjs +13 -13
  199. package/fesm2015/primeng-inputmask.mjs +12 -12
  200. package/fesm2015/primeng-inputmask.mjs.map +1 -1
  201. package/fesm2015/primeng-inputnumber.mjs +7 -7
  202. package/fesm2015/primeng-inputswitch.mjs +7 -7
  203. package/fesm2015/primeng-inputtext.mjs +7 -7
  204. package/fesm2015/primeng-inputtextarea.mjs +7 -7
  205. package/fesm2015/primeng-keyfilter.mjs +7 -7
  206. package/fesm2015/primeng-knob.mjs +7 -7
  207. package/fesm2015/primeng-lightbox.mjs +7 -7
  208. package/fesm2015/primeng-listbox.mjs +7 -7
  209. package/fesm2015/primeng-megamenu.mjs +8 -8
  210. package/fesm2015/primeng-megamenu.mjs.map +1 -1
  211. package/fesm2015/primeng-menu.mjs +11 -11
  212. package/fesm2015/primeng-menu.mjs.map +1 -1
  213. package/fesm2015/primeng-menubar.mjs +13 -13
  214. package/fesm2015/primeng-menubar.mjs.map +1 -1
  215. package/fesm2015/primeng-message.mjs +7 -7
  216. package/fesm2015/primeng-messages.mjs +7 -7
  217. package/fesm2015/primeng-multiselect.mjs +12 -11
  218. package/fesm2015/primeng-multiselect.mjs.map +1 -1
  219. package/fesm2015/primeng-orderlist.mjs +7 -7
  220. package/fesm2015/primeng-organizationchart.mjs +10 -10
  221. package/fesm2015/primeng-overlay.mjs +8 -8
  222. package/fesm2015/primeng-overlay.mjs.map +1 -1
  223. package/fesm2015/primeng-overlaypanel.mjs +12 -15
  224. package/fesm2015/primeng-overlaypanel.mjs.map +1 -1
  225. package/fesm2015/primeng-paginator.mjs +7 -7
  226. package/fesm2015/primeng-panel.mjs +7 -7
  227. package/fesm2015/primeng-panelmenu.mjs +12 -12
  228. package/fesm2015/primeng-panelmenu.mjs.map +1 -1
  229. package/fesm2015/primeng-password.mjs +13 -13
  230. package/fesm2015/primeng-picklist.mjs +7 -7
  231. package/fesm2015/primeng-progressbar.mjs +7 -7
  232. package/fesm2015/primeng-progressspinner.mjs +7 -7
  233. package/fesm2015/primeng-radiobutton.mjs +10 -10
  234. package/fesm2015/primeng-radiobutton.mjs.map +1 -1
  235. package/fesm2015/primeng-rating.mjs +7 -7
  236. package/fesm2015/primeng-ripple.mjs +11 -10
  237. package/fesm2015/primeng-ripple.mjs.map +1 -1
  238. package/fesm2015/primeng-scroller.mjs +7 -7
  239. package/fesm2015/primeng-scrollpanel.mjs +7 -7
  240. package/fesm2015/primeng-scrolltop.mjs +7 -7
  241. package/fesm2015/primeng-selectbutton.mjs +7 -7
  242. package/fesm2015/primeng-sidebar.mjs +9 -9
  243. package/fesm2015/primeng-sidebar.mjs.map +1 -1
  244. package/fesm2015/primeng-skeleton.mjs +7 -7
  245. package/fesm2015/primeng-slidemenu.mjs +11 -11
  246. package/fesm2015/primeng-slidemenu.mjs.map +1 -1
  247. package/fesm2015/primeng-slider.mjs +7 -7
  248. package/fesm2015/primeng-speeddial.mjs +8 -8
  249. package/fesm2015/primeng-speeddial.mjs.map +1 -1
  250. package/fesm2015/primeng-spinner.mjs +7 -7
  251. package/fesm2015/primeng-splitbutton.mjs +7 -7
  252. package/fesm2015/primeng-splitter.mjs +7 -7
  253. package/fesm2015/primeng-steps.mjs +8 -8
  254. package/fesm2015/primeng-steps.mjs.map +1 -1
  255. package/fesm2015/primeng-styleclass.mjs +7 -7
  256. package/fesm2015/primeng-table.mjs +100 -101
  257. package/fesm2015/primeng-table.mjs.map +1 -1
  258. package/fesm2015/primeng-tabmenu.mjs +13 -9
  259. package/fesm2015/primeng-tabmenu.mjs.map +1 -1
  260. package/fesm2015/primeng-tabview.mjs +10 -10
  261. package/fesm2015/primeng-tag.mjs +7 -7
  262. package/fesm2015/primeng-terminal.mjs +10 -10
  263. package/fesm2015/primeng-tieredmenu.mjs +11 -11
  264. package/fesm2015/primeng-tieredmenu.mjs.map +1 -1
  265. package/fesm2015/primeng-timeline.mjs +7 -7
  266. package/fesm2015/primeng-toast.mjs +10 -10
  267. package/fesm2015/primeng-togglebutton.mjs +12 -12
  268. package/fesm2015/primeng-togglebutton.mjs.map +1 -1
  269. package/fesm2015/primeng-toolbar.mjs +7 -7
  270. package/fesm2015/primeng-tooltip.mjs +7 -7
  271. package/fesm2015/primeng-tree.mjs +10 -10
  272. package/fesm2015/primeng-tree.mjs.map +1 -1
  273. package/fesm2015/primeng-treeselect.mjs +7 -7
  274. package/fesm2015/primeng-treetable.mjs +55 -55
  275. package/fesm2015/primeng-treetable.mjs.map +1 -1
  276. package/fesm2015/primeng-tristatecheckbox.mjs +7 -7
  277. package/fesm2015/primeng-virtualscroller.mjs +7 -7
  278. package/fesm2020/primeng-accordion.mjs +10 -10
  279. package/fesm2020/primeng-animate.mjs +17 -8
  280. package/fesm2020/primeng-animate.mjs.map +1 -1
  281. package/fesm2020/primeng-api.mjs +34 -34
  282. package/fesm2020/primeng-autocomplete.mjs +7 -7
  283. package/fesm2020/primeng-autofocus.mjs +7 -7
  284. package/fesm2020/primeng-avatar.mjs +7 -7
  285. package/fesm2020/primeng-avatargroup.mjs +7 -7
  286. package/fesm2020/primeng-badge.mjs +10 -10
  287. package/fesm2020/primeng-blockui.mjs +16 -12
  288. package/fesm2020/primeng-blockui.mjs.map +1 -1
  289. package/fesm2020/primeng-breadcrumb.mjs +8 -8
  290. package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
  291. package/fesm2020/primeng-button.mjs +10 -10
  292. package/fesm2020/primeng-calendar.mjs +11 -8
  293. package/fesm2020/primeng-calendar.mjs.map +1 -1
  294. package/fesm2020/primeng-captcha.mjs +7 -7
  295. package/fesm2020/primeng-card.mjs +7 -7
  296. package/fesm2020/primeng-carousel.mjs +8 -8
  297. package/fesm2020/primeng-carousel.mjs.map +1 -1
  298. package/fesm2020/primeng-cascadeselect.mjs +10 -10
  299. package/fesm2020/primeng-chart.mjs +7 -7
  300. package/fesm2020/primeng-checkbox.mjs +9 -9
  301. package/fesm2020/primeng-checkbox.mjs.map +1 -1
  302. package/fesm2020/primeng-chip.mjs +7 -7
  303. package/fesm2020/primeng-chips.mjs +7 -7
  304. package/fesm2020/primeng-codehighlighter.mjs +7 -7
  305. package/fesm2020/primeng-colorpicker.mjs +7 -7
  306. package/fesm2020/primeng-confirmdialog.mjs +7 -7
  307. package/fesm2020/primeng-confirmpopup.mjs +7 -7
  308. package/fesm2020/primeng-contextmenu.mjs +11 -11
  309. package/fesm2020/primeng-contextmenu.mjs.map +1 -1
  310. package/fesm2020/primeng-dataview.mjs +12 -12
  311. package/fesm2020/primeng-dataview.mjs.map +1 -1
  312. package/fesm2020/primeng-defer.mjs +7 -7
  313. package/fesm2020/primeng-dialog.mjs +7 -7
  314. package/fesm2020/primeng-divider.mjs +7 -7
  315. package/fesm2020/primeng-dock.mjs +8 -8
  316. package/fesm2020/primeng-dock.mjs.map +1 -1
  317. package/fesm2020/primeng-dragdrop.mjs +10 -10
  318. package/fesm2020/primeng-dropdown.mjs +10 -10
  319. package/fesm2020/primeng-dynamicdialog.mjs +13 -13
  320. package/fesm2020/primeng-editor.mjs +44 -13
  321. package/fesm2020/primeng-editor.mjs.map +1 -1
  322. package/fesm2020/primeng-fieldset.mjs +7 -7
  323. package/fesm2020/primeng-fileupload.mjs +16 -16
  324. package/fesm2020/primeng-fileupload.mjs.map +1 -1
  325. package/fesm2020/primeng-focustrap.mjs +7 -7
  326. package/fesm2020/primeng-galleria.mjs +38 -24
  327. package/fesm2020/primeng-galleria.mjs.map +1 -1
  328. package/fesm2020/primeng-gmap.mjs +7 -7
  329. package/fesm2020/primeng-image.mjs +7 -7
  330. package/fesm2020/primeng-inplace.mjs +13 -13
  331. package/fesm2020/primeng-inputmask.mjs +12 -12
  332. package/fesm2020/primeng-inputmask.mjs.map +1 -1
  333. package/fesm2020/primeng-inputnumber.mjs +7 -7
  334. package/fesm2020/primeng-inputswitch.mjs +7 -7
  335. package/fesm2020/primeng-inputtext.mjs +7 -7
  336. package/fesm2020/primeng-inputtextarea.mjs +7 -7
  337. package/fesm2020/primeng-keyfilter.mjs +7 -7
  338. package/fesm2020/primeng-knob.mjs +7 -7
  339. package/fesm2020/primeng-lightbox.mjs +7 -7
  340. package/fesm2020/primeng-listbox.mjs +7 -7
  341. package/fesm2020/primeng-megamenu.mjs +8 -8
  342. package/fesm2020/primeng-megamenu.mjs.map +1 -1
  343. package/fesm2020/primeng-menu.mjs +11 -11
  344. package/fesm2020/primeng-menu.mjs.map +1 -1
  345. package/fesm2020/primeng-menubar.mjs +13 -13
  346. package/fesm2020/primeng-menubar.mjs.map +1 -1
  347. package/fesm2020/primeng-message.mjs +7 -7
  348. package/fesm2020/primeng-messages.mjs +7 -7
  349. package/fesm2020/primeng-multiselect.mjs +12 -11
  350. package/fesm2020/primeng-multiselect.mjs.map +1 -1
  351. package/fesm2020/primeng-orderlist.mjs +7 -7
  352. package/fesm2020/primeng-organizationchart.mjs +10 -10
  353. package/fesm2020/primeng-overlay.mjs +8 -8
  354. package/fesm2020/primeng-overlay.mjs.map +1 -1
  355. package/fesm2020/primeng-overlaypanel.mjs +12 -15
  356. package/fesm2020/primeng-overlaypanel.mjs.map +1 -1
  357. package/fesm2020/primeng-paginator.mjs +7 -7
  358. package/fesm2020/primeng-panel.mjs +7 -7
  359. package/fesm2020/primeng-panelmenu.mjs +12 -12
  360. package/fesm2020/primeng-panelmenu.mjs.map +1 -1
  361. package/fesm2020/primeng-password.mjs +13 -13
  362. package/fesm2020/primeng-picklist.mjs +7 -7
  363. package/fesm2020/primeng-progressbar.mjs +7 -7
  364. package/fesm2020/primeng-progressspinner.mjs +7 -7
  365. package/fesm2020/primeng-radiobutton.mjs +10 -10
  366. package/fesm2020/primeng-radiobutton.mjs.map +1 -1
  367. package/fesm2020/primeng-rating.mjs +7 -7
  368. package/fesm2020/primeng-ripple.mjs +11 -10
  369. package/fesm2020/primeng-ripple.mjs.map +1 -1
  370. package/fesm2020/primeng-scroller.mjs +7 -7
  371. package/fesm2020/primeng-scrollpanel.mjs +7 -7
  372. package/fesm2020/primeng-scrolltop.mjs +7 -7
  373. package/fesm2020/primeng-selectbutton.mjs +7 -7
  374. package/fesm2020/primeng-sidebar.mjs +9 -9
  375. package/fesm2020/primeng-sidebar.mjs.map +1 -1
  376. package/fesm2020/primeng-skeleton.mjs +7 -7
  377. package/fesm2020/primeng-slidemenu.mjs +11 -11
  378. package/fesm2020/primeng-slidemenu.mjs.map +1 -1
  379. package/fesm2020/primeng-slider.mjs +7 -7
  380. package/fesm2020/primeng-speeddial.mjs +8 -8
  381. package/fesm2020/primeng-speeddial.mjs.map +1 -1
  382. package/fesm2020/primeng-spinner.mjs +7 -7
  383. package/fesm2020/primeng-splitbutton.mjs +7 -7
  384. package/fesm2020/primeng-splitter.mjs +7 -7
  385. package/fesm2020/primeng-steps.mjs +8 -8
  386. package/fesm2020/primeng-steps.mjs.map +1 -1
  387. package/fesm2020/primeng-styleclass.mjs +7 -7
  388. package/fesm2020/primeng-table.mjs +100 -101
  389. package/fesm2020/primeng-table.mjs.map +1 -1
  390. package/fesm2020/primeng-tabmenu.mjs +13 -9
  391. package/fesm2020/primeng-tabmenu.mjs.map +1 -1
  392. package/fesm2020/primeng-tabview.mjs +10 -10
  393. package/fesm2020/primeng-tag.mjs +7 -7
  394. package/fesm2020/primeng-terminal.mjs +10 -10
  395. package/fesm2020/primeng-tieredmenu.mjs +11 -11
  396. package/fesm2020/primeng-tieredmenu.mjs.map +1 -1
  397. package/fesm2020/primeng-timeline.mjs +7 -7
  398. package/fesm2020/primeng-toast.mjs +10 -10
  399. package/fesm2020/primeng-togglebutton.mjs +12 -12
  400. package/fesm2020/primeng-togglebutton.mjs.map +1 -1
  401. package/fesm2020/primeng-toolbar.mjs +7 -7
  402. package/fesm2020/primeng-tooltip.mjs +7 -7
  403. package/fesm2020/primeng-tree.mjs +10 -10
  404. package/fesm2020/primeng-tree.mjs.map +1 -1
  405. package/fesm2020/primeng-treeselect.mjs +7 -7
  406. package/fesm2020/primeng-treetable.mjs +55 -55
  407. package/fesm2020/primeng-treetable.mjs.map +1 -1
  408. package/fesm2020/primeng-tristatecheckbox.mjs +7 -7
  409. package/fesm2020/primeng-virtualscroller.mjs +7 -7
  410. package/fieldset/fieldset.d.ts +1 -1
  411. package/fileupload/fileupload.d.ts +4 -6
  412. package/focustrap/focustrap.d.ts +1 -1
  413. package/galleria/galleria.d.ts +13 -11
  414. package/gmap/gmap.d.ts +1 -1
  415. package/image/image.d.ts +1 -1
  416. package/inplace/inplace.d.ts +3 -3
  417. package/inputmask/inputmask.d.ts +3 -3
  418. package/inputnumber/inputnumber.d.ts +1 -1
  419. package/inputswitch/inputswitch.d.ts +1 -1
  420. package/inputtext/inputtext.d.ts +1 -1
  421. package/inputtextarea/inputtextarea.d.ts +1 -1
  422. package/keyfilter/keyfilter.d.ts +1 -1
  423. package/knob/knob.d.ts +1 -1
  424. package/lightbox/lightbox.d.ts +1 -1
  425. package/listbox/listbox.d.ts +1 -1
  426. package/megamenu/megamenu.d.ts +1 -1
  427. package/menu/menu.d.ts +2 -2
  428. package/menubar/menubar.d.ts +2 -2
  429. package/message/message.d.ts +1 -1
  430. package/messages/messages.d.ts +1 -1
  431. package/multiselect/multiselect.d.ts +2 -2
  432. package/orderlist/orderlist.d.ts +1 -1
  433. package/organizationchart/organizationchart.d.ts +2 -2
  434. package/overlay/overlay.d.ts +1 -1
  435. package/overlaypanel/overlaypanel.d.ts +3 -3
  436. package/package.json +5 -5
  437. package/paginator/paginator.d.ts +1 -1
  438. package/panel/panel.d.ts +1 -1
  439. package/panelmenu/panelmenu.d.ts +2 -2
  440. package/password/password.d.ts +2 -2
  441. package/picklist/picklist.d.ts +1 -1
  442. package/progressbar/progressbar.d.ts +1 -1
  443. package/progressspinner/progressspinner.d.ts +1 -1
  444. package/radiobutton/radiobutton.d.ts +1 -1
  445. package/rating/rating.d.ts +1 -1
  446. package/resources/components/menubar/menubar.css +1 -1
  447. package/resources/components/sidebar/sidebar.css +5 -1
  448. package/resources/components/table/table.css +0 -1
  449. package/ripple/ripple.d.ts +1 -1
  450. package/scroller/scroller.d.ts +1 -1
  451. package/scrollpanel/scrollpanel.d.ts +1 -1
  452. package/scrolltop/scrolltop.d.ts +1 -1
  453. package/selectbutton/selectbutton.d.ts +1 -1
  454. package/sidebar/sidebar.d.ts +1 -1
  455. package/skeleton/skeleton.d.ts +1 -1
  456. package/slidemenu/slidemenu.d.ts +2 -2
  457. package/slider/slider.d.ts +1 -1
  458. package/speeddial/speeddial.d.ts +1 -1
  459. package/spinner/spinner.d.ts +1 -1
  460. package/splitbutton/splitbutton.d.ts +1 -1
  461. package/splitter/splitter.d.ts +1 -1
  462. package/steps/steps.d.ts +1 -1
  463. package/styleclass/styleclass.d.ts +1 -1
  464. package/table/table.d.ts +25 -25
  465. package/tabmenu/tabmenu.d.ts +3 -2
  466. package/tabview/tabview.d.ts +2 -2
  467. package/tag/tag.d.ts +1 -1
  468. package/terminal/terminal.d.ts +1 -1
  469. package/tieredmenu/tieredmenu.d.ts +2 -2
  470. package/timeline/timeline.d.ts +1 -1
  471. package/toast/toast.d.ts +2 -2
  472. package/togglebutton/togglebutton.d.ts +2 -2
  473. package/toolbar/toolbar.d.ts +1 -1
  474. package/tooltip/tooltip.d.ts +1 -1
  475. package/tree/tree.d.ts +2 -2
  476. package/treeselect/treeselect.d.ts +1 -1
  477. package/treetable/treetable.d.ts +16 -16
  478. package/tristatecheckbox/tristatecheckbox.d.ts +1 -1
  479. package/virtualscroller/virtualscroller.d.ts +1 -1
@@ -70,8 +70,8 @@ export class TriStateCheckbox {
70
70
  this.cd.markForCheck();
71
71
  }
72
72
  }
73
- TriStateCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: TriStateCheckbox, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
74
- TriStateCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: TriStateCheckbox, selector: "p-triStateCheckbox", inputs: { disabled: "disabled", name: "name", ariaLabelledBy: "ariaLabelledBy", tabindex: "tabindex", inputId: "inputId", style: "style", styleClass: "styleClass", label: "label", readonly: "readonly", checkboxTrueIcon: "checkboxTrueIcon", checkboxFalseIcon: "checkboxFalseIcon" }, outputs: { onChange: "onChange" }, host: { classAttribute: "p-element" }, providers: [TRISTATECHECKBOX_VALUE_ACCESSOR], ngImport: i0, template: `
73
+ TriStateCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: TriStateCheckbox, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
74
+ TriStateCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: TriStateCheckbox, selector: "p-triStateCheckbox", inputs: { disabled: "disabled", name: "name", ariaLabelledBy: "ariaLabelledBy", tabindex: "tabindex", inputId: "inputId", style: "style", styleClass: "styleClass", label: "label", readonly: "readonly", checkboxTrueIcon: "checkboxTrueIcon", checkboxFalseIcon: "checkboxFalseIcon" }, outputs: { onChange: "onChange" }, host: { classAttribute: "p-element" }, providers: [TRISTATECHECKBOX_VALUE_ACCESSOR], ngImport: i0, template: `
75
75
  <div [ngStyle]="style" [ngClass]="{ 'p-checkbox p-component': true, 'p-checkbox-disabled': disabled, 'p-checkbox-focused': focused }" [class]="styleClass">
76
76
  <div class="p-hidden-accessible">
77
77
  <input
@@ -96,7 +96,7 @@ TriStateCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
96
96
  </div>
97
97
  <label class="p-checkbox-label" (click)="onClick($event, input)" [ngClass]="{ 'p-checkbox-label-active': value != null, 'p-disabled': disabled, 'p-checkbox-label-focus': focused }" *ngIf="label" [attr.for]="inputId">{{ label }}</label>
98
98
  `, isInline: true, dependencies: [{ 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.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: TriStateCheckbox, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: TriStateCheckbox, decorators: [{
100
100
  type: Component,
101
101
  args: [{
102
102
  selector: 'p-triStateCheckbox',
@@ -159,10 +159,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
159
159
  }] } });
160
160
  export class TriStateCheckboxModule {
161
161
  }
162
- TriStateCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: TriStateCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
163
- TriStateCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.7", ngImport: i0, type: TriStateCheckboxModule, declarations: [TriStateCheckbox], imports: [CommonModule], exports: [TriStateCheckbox] });
164
- TriStateCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: TriStateCheckboxModule, imports: [CommonModule] });
165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: TriStateCheckboxModule, decorators: [{
162
+ TriStateCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: TriStateCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
163
+ TriStateCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: TriStateCheckboxModule, declarations: [TriStateCheckbox], imports: [CommonModule], exports: [TriStateCheckbox] });
164
+ TriStateCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: TriStateCheckboxModule, imports: [CommonModule] });
165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: TriStateCheckboxModule, decorators: [{
166
166
  type: NgModule,
167
167
  args: [{
168
168
  imports: [CommonModule],
@@ -53,8 +53,8 @@ export class VirtualScroller {
53
53
  this.scroller?.scrollToIndex(index, mode);
54
54
  }
55
55
  }
56
- VirtualScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: VirtualScroller, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
57
- VirtualScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: VirtualScroller, selector: "p-virtualScroller", inputs: { value: "value", itemSize: "itemSize", style: "style", styleClass: "styleClass", scrollHeight: "scrollHeight", lazy: "lazy", options: "options", delay: "delay" }, outputs: { onLazyLoad: "onLazyLoad" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "header", first: true, predicate: Header, descendants: true }, { propertyName: "footer", first: true, predicate: Footer, descendants: true }, { propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }], ngImport: i0, template: `
56
+ VirtualScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: VirtualScroller, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
57
+ VirtualScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: VirtualScroller, selector: "p-virtualScroller", inputs: { value: "value", itemSize: "itemSize", style: "style", styleClass: "styleClass", scrollHeight: "scrollHeight", lazy: "lazy", options: "options", delay: "delay" }, outputs: { onLazyLoad: "onLazyLoad" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "header", first: true, predicate: Header, descendants: true }, { propertyName: "footer", first: true, predicate: Footer, descendants: true }, { propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }], ngImport: i0, template: `
58
58
  <div [ngClass]="'p-virtualscroller p-component'" [ngStyle]="style" [class]="styleClass">
59
59
  <div class="p-virtualscroller-header" *ngIf="header || headerTemplate">
60
60
  <ng-content select="p-header"></ng-content>
@@ -75,7 +75,7 @@ VirtualScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
75
75
  </div>
76
76
  </div>
77
77
  `, isInline: true, dependencies: [{ 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: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i3.Scroller, selector: "p-scroller", inputs: ["id", "style", "styleClass", "tabindex", "items", "itemSize", "scrollHeight", "scrollWidth", "orientation", "step", "delay", "resizeDelay", "appendOnly", "inline", "lazy", "disabled", "loaderDisabled", "columns", "showSpacer", "showLoader", "numToleratedItems", "loading", "autoSize", "trackBy", "options"], outputs: ["onLazyLoad", "onScroll", "onScrollIndexChange"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: VirtualScroller, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: VirtualScroller, decorators: [{
79
79
  type: Component,
80
80
  args: [{
81
81
  selector: 'p-virtualScroller',
@@ -139,10 +139,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
139
139
  }] } });
140
140
  export class VirtualScrollerModule {
141
141
  }
142
- VirtualScrollerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: VirtualScrollerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
143
- VirtualScrollerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.7", ngImport: i0, type: VirtualScrollerModule, declarations: [VirtualScroller], imports: [CommonModule, SharedModule, ScrollerModule], exports: [VirtualScroller, SharedModule, ScrollerModule] });
144
- VirtualScrollerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: VirtualScrollerModule, imports: [CommonModule, SharedModule, ScrollerModule, SharedModule, ScrollerModule] });
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: VirtualScrollerModule, decorators: [{
142
+ VirtualScrollerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: VirtualScrollerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
143
+ VirtualScrollerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: VirtualScrollerModule, declarations: [VirtualScroller], imports: [CommonModule, SharedModule, ScrollerModule], exports: [VirtualScroller, SharedModule, ScrollerModule] });
144
+ VirtualScrollerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: VirtualScrollerModule, imports: [CommonModule, SharedModule, ScrollerModule, SharedModule, ScrollerModule] });
145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: VirtualScrollerModule, decorators: [{
146
146
  type: NgModule,
147
147
  args: [{
148
148
  imports: [CommonModule, SharedModule, ScrollerModule],
@@ -93,8 +93,8 @@ class AccordionTab {
93
93
  this.accordion.tabs.splice(this.findTabIndex(), 1);
94
94
  }
95
95
  }
96
- AccordionTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AccordionTab, deps: [{ token: forwardRef(() => Accordion) }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
97
- AccordionTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: AccordionTab, selector: "p-accordionTab", inputs: { header: "header", disabled: "disabled", cache: "cache", transitionOptions: "transitionOptions", selected: "selected" }, outputs: { selectedChange: "selectedChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", predicate: Header }, { propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
96
+ AccordionTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AccordionTab, deps: [{ token: forwardRef(() => Accordion) }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
97
+ AccordionTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: AccordionTab, selector: "p-accordionTab", inputs: { header: "header", disabled: "disabled", cache: "cache", transitionOptions: "transitionOptions", selected: "selected" }, outputs: { selectedChange: "selectedChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", predicate: Header }, { propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
98
98
  <div class="p-accordion-tab" [ngClass]="{ 'p-accordion-tab-active': selected }">
99
99
  <div class="p-accordion-header" [ngClass]="{ 'p-highlight': selected, 'p-disabled': disabled }">
100
100
  <a role="tab" class="p-accordion-header-link" (click)="toggle($event)" (keydown)="onKeydown($event)" [attr.tabindex]="disabled ? null : 0" [attr.id]="id" [attr.aria-controls]="id + '-content'" [attr.aria-expanded]="selected">
@@ -134,7 +134,7 @@ AccordionTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
134
134
  transition('void => *', animate(0))
135
135
  ])
136
136
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AccordionTab, decorators: [{
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AccordionTab, decorators: [{
138
138
  type: Component,
139
139
  args: [{ selector: 'p-accordionTab', template: `
140
140
  <div class="p-accordion-tab" [ngClass]="{ 'p-accordion-tab-active': selected }">
@@ -273,13 +273,13 @@ class Accordion {
273
273
  }
274
274
  }
275
275
  }
276
- Accordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Accordion, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
277
- Accordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: Accordion, selector: "p-accordion", inputs: { multiple: "multiple", style: "style", styleClass: "styleClass", expandIcon: "expandIcon", collapseIcon: "collapseIcon", activeIndex: "activeIndex" }, outputs: { onClose: "onClose", onOpen: "onOpen", activeIndexChange: "activeIndexChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "tabList", predicate: AccordionTab }], ngImport: i0, template: `
276
+ Accordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Accordion, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
277
+ Accordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: Accordion, selector: "p-accordion", inputs: { multiple: "multiple", style: "style", styleClass: "styleClass", expandIcon: "expandIcon", collapseIcon: "collapseIcon", activeIndex: "activeIndex" }, outputs: { onClose: "onClose", onOpen: "onOpen", activeIndexChange: "activeIndexChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "tabList", predicate: AccordionTab }], ngImport: i0, template: `
278
278
  <div [ngClass]="'p-accordion p-component'" [ngStyle]="style" [class]="styleClass" role="tablist">
279
279
  <ng-content></ng-content>
280
280
  </div>
281
281
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Accordion, decorators: [{
282
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Accordion, decorators: [{
283
283
  type: Component,
284
284
  args: [{
285
285
  selector: 'p-accordion',
@@ -317,10 +317,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
317
317
  }] } });
318
318
  class AccordionModule {
319
319
  }
320
- AccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
321
- AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.7", ngImport: i0, type: AccordionModule, declarations: [Accordion, AccordionTab], imports: [CommonModule], exports: [Accordion, AccordionTab, SharedModule] });
322
- AccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AccordionModule, imports: [CommonModule, SharedModule] });
323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AccordionModule, decorators: [{
320
+ AccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
321
+ AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: AccordionModule, declarations: [Accordion, AccordionTab], imports: [CommonModule], exports: [Accordion, AccordionTab, SharedModule] });
322
+ AccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AccordionModule, imports: [CommonModule, SharedModule] });
323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AccordionModule, decorators: [{
324
324
  type: NgModule,
325
325
  args: [{
326
326
  imports: [CommonModule],
@@ -31,7 +31,13 @@ class Animate {
31
31
  }
32
32
  leave() {
33
33
  DomHandler.removeClass(this.host.nativeElement, this.enterClass);
34
- this.host.nativeElement.style.visibility = 'hidden';
34
+ if (this.leaveClass) {
35
+ DomHandler.addClass(this.host.nativeElement, this.leaveClass);
36
+ }
37
+ const animationDuration = this.host.nativeElement.style.animationDuration || 500;
38
+ this.timeout = setTimeout(() => {
39
+ this.host.nativeElement.style.visibility = 'hidden';
40
+ }, animationDuration);
35
41
  }
36
42
  unbindIntersectionObserver() {
37
43
  if (this.observer) {
@@ -40,11 +46,12 @@ class Animate {
40
46
  }
41
47
  ngOnDestroy() {
42
48
  this.unbindIntersectionObserver();
49
+ clearTimeout(this.timeout);
43
50
  }
44
51
  }
45
- Animate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Animate, deps: [{ token: i0.ElementRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
46
- Animate.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.7", type: Animate, selector: "[pAnimate]", inputs: { enterClass: "enterClass" }, host: { properties: { "class.p-animate": "true" } }, ngImport: i0 });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Animate, decorators: [{
52
+ Animate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Animate, deps: [{ token: i0.ElementRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
53
+ Animate.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: Animate, selector: "[pAnimate]", inputs: { enterClass: "enterClass", leaveClass: "leaveClass" }, host: { properties: { "class.p-animate": "true" } }, ngImport: i0 });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Animate, decorators: [{
48
55
  type: Directive,
49
56
  args: [{
50
57
  selector: '[pAnimate]',
@@ -54,13 +61,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
54
61
  }]
55
62
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { enterClass: [{
56
63
  type: Input
64
+ }], leaveClass: [{
65
+ type: Input
57
66
  }] } });
58
67
  class AnimateModule {
59
68
  }
60
- AnimateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AnimateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
61
- AnimateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.7", ngImport: i0, type: AnimateModule, declarations: [Animate], imports: [CommonModule], exports: [Animate] });
62
- AnimateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AnimateModule, imports: [CommonModule] });
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AnimateModule, decorators: [{
69
+ AnimateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AnimateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
70
+ AnimateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: AnimateModule, declarations: [Animate], imports: [CommonModule], exports: [Animate] });
71
+ AnimateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AnimateModule, imports: [CommonModule] });
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AnimateModule, decorators: [{
64
73
  type: NgModule,
65
74
  args: [{
66
75
  imports: [CommonModule],
@@ -1 +1 @@
1
- {"version":3,"file":"primeng-animate.mjs","sources":["../../src/app/components/animate/animate.ts","../../src/app/components/animate/primeng-animate.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { AfterViewInit, Directive, ElementRef, Input, NgModule, Renderer2 } from '@angular/core';\nimport { DomHandler } from 'primeng/dom';\n\n@Directive({\n selector: '[pAnimate]',\n host: {\n '[class.p-animate]': 'true'\n }\n})\nexport class Animate implements AfterViewInit {\n @Input() enterClass: string;\n\n observer: IntersectionObserver;\n\n constructor(private host: ElementRef, public el: ElementRef, public renderer: Renderer2) {}\n\n ngAfterViewInit() {\n this.bindIntersectionObserver();\n }\n\n bindIntersectionObserver() {\n const options = {\n root: null,\n rootMargin: '0px',\n threshold: 1.0\n };\n\n this.observer = new IntersectionObserver((el) => this.isVisible(el), options);\n this.observer.observe(this.host.nativeElement);\n }\n\n isVisible(element: IntersectionObserverEntry[]) {\n const [intersectionObserverEntry] = element;\n intersectionObserverEntry.isIntersecting ? this.enter() : this.leave();\n }\n\n enter() {\n this.host.nativeElement.style.visibility = 'visible';\n DomHandler.addClass(this.host.nativeElement, this.enterClass);\n }\n\n leave() {\n DomHandler.removeClass(this.host.nativeElement, this.enterClass);\n this.host.nativeElement.style.visibility = 'hidden';\n }\n\n unbindIntersectionObserver() {\n if (this.observer) {\n this.observer.unobserve(this.host.nativeElement);\n }\n }\n\n ngOnDestroy() {\n this.unbindIntersectionObserver();\n }\n}\n\n@NgModule({\n imports: [CommonModule],\n exports: [Animate],\n declarations: [Animate]\n})\nexport class AnimateModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"primeng-animate.mjs","sources":["../../src/app/components/animate/animate.ts","../../src/app/components/animate/primeng-animate.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { AfterViewInit, Directive, ElementRef, Input, NgModule, Renderer2 } from '@angular/core';\nimport { DomHandler } from 'primeng/dom';\n\n@Directive({\n selector: '[pAnimate]',\n host: {\n '[class.p-animate]': 'true'\n }\n})\nexport class Animate implements AfterViewInit {\n @Input() enterClass: string;\n\n @Input() leaveClass: string;\n\n observer: IntersectionObserver;\n\n timeout: any;\n\n constructor(private host: ElementRef, public el: ElementRef, public renderer: Renderer2) {}\n\n ngAfterViewInit() {\n this.bindIntersectionObserver();\n }\n\n bindIntersectionObserver() {\n const options = {\n root: null,\n rootMargin: '0px',\n threshold: 1.0\n };\n\n this.observer = new IntersectionObserver((el) => this.isVisible(el), options);\n this.observer.observe(this.host.nativeElement);\n }\n\n isVisible(element: IntersectionObserverEntry[]) {\n const [intersectionObserverEntry] = element;\n intersectionObserverEntry.isIntersecting ? this.enter() : this.leave();\n }\n\n enter() {\n this.host.nativeElement.style.visibility = 'visible';\n DomHandler.addClass(this.host.nativeElement, this.enterClass);\n }\n\n leave() {\n DomHandler.removeClass(this.host.nativeElement, this.enterClass);\n if (this.leaveClass) {\n DomHandler.addClass(this.host.nativeElement, this.leaveClass);\n }\n\n const animationDuration = this.host.nativeElement.style.animationDuration || 500;\n\n this.timeout = setTimeout(() => {\n this.host.nativeElement.style.visibility = 'hidden';\n }, animationDuration);\n }\n\n unbindIntersectionObserver() {\n if (this.observer) {\n this.observer.unobserve(this.host.nativeElement);\n }\n }\n\n ngOnDestroy() {\n this.unbindIntersectionObserver();\n clearTimeout(this.timeout);\n }\n}\n\n@NgModule({\n imports: [CommonModule],\n exports: [Animate],\n declarations: [Animate]\n})\nexport class AnimateModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
@@ -30,9 +30,9 @@ class ConfirmationService {
30
30
  this.acceptConfirmationSource.next(null);
31
31
  }
32
32
  }
33
- ConfirmationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ConfirmationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
34
- ConfirmationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ConfirmationService });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ConfirmationService, decorators: [{
33
+ ConfirmationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: ConfirmationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
34
+ ConfirmationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: ConfirmationService });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: ConfirmationService, decorators: [{
36
36
  type: Injectable
37
37
  }] });
38
38
 
@@ -50,9 +50,9 @@ class ContextMenuService {
50
50
  this.activeItemKeyChange.next(this.activeItemKey);
51
51
  }
52
52
  }
53
- ContextMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
54
- ContextMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ContextMenuService });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ContextMenuService, decorators: [{
53
+ ContextMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
54
+ ContextMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: ContextMenuService });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: ContextMenuService, decorators: [{
56
56
  type: Injectable
57
57
  }] });
58
58
 
@@ -295,9 +295,9 @@ class FilterService {
295
295
  this.filters[rule] = fn;
296
296
  }
297
297
  }
298
- FilterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
299
- FilterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: FilterService, providedIn: 'root' });
300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: FilterService, decorators: [{
298
+ FilterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
299
+ FilterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: FilterService, providedIn: 'root' });
300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: FilterService, decorators: [{
301
301
  type: Injectable,
302
302
  args: [{ providedIn: 'root' }]
303
303
  }] });
@@ -323,9 +323,9 @@ class MessageService {
323
323
  this.clearSource.next(key || null);
324
324
  }
325
325
  }
326
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
327
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: MessageService });
328
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: MessageService, decorators: [{
326
+ MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
327
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: MessageService });
328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: MessageService, decorators: [{
329
329
  type: Injectable
330
330
  }] });
331
331
 
@@ -340,9 +340,9 @@ class OverlayService {
340
340
  }
341
341
  }
342
342
  }
343
- OverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
344
- OverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: OverlayService, providedIn: 'root' });
345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: OverlayService, decorators: [{
343
+ OverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
344
+ OverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: OverlayService, providedIn: 'root' });
345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: OverlayService, decorators: [{
346
346
  type: Injectable,
347
347
  args: [{ providedIn: 'root' }]
348
348
  }] });
@@ -681,18 +681,18 @@ class PrimeNGConfig {
681
681
  this.translationSource.next(this.translation);
682
682
  }
683
683
  }
684
- PrimeNGConfig.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: PrimeNGConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
685
- PrimeNGConfig.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: PrimeNGConfig, providedIn: 'root' });
686
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: PrimeNGConfig, decorators: [{
684
+ PrimeNGConfig.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: PrimeNGConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
685
+ PrimeNGConfig.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: PrimeNGConfig, providedIn: 'root' });
686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: PrimeNGConfig, decorators: [{
687
687
  type: Injectable,
688
688
  args: [{ providedIn: 'root' }]
689
689
  }] });
690
690
 
691
691
  class Header {
692
692
  }
693
- Header.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Header, deps: [], target: i0.ɵɵFactoryTarget.Component });
694
- Header.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: Header, selector: "p-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
695
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Header, decorators: [{
693
+ Header.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Header, deps: [], target: i0.ɵɵFactoryTarget.Component });
694
+ Header.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: Header, selector: "p-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Header, decorators: [{
696
696
  type: Component,
697
697
  args: [{
698
698
  selector: 'p-header',
@@ -701,9 +701,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
701
701
  }] });
702
702
  class Footer {
703
703
  }
704
- Footer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Footer, deps: [], target: i0.ɵɵFactoryTarget.Component });
705
- Footer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: Footer, selector: "p-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
706
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Footer, decorators: [{
704
+ Footer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Footer, deps: [], target: i0.ɵɵFactoryTarget.Component });
705
+ Footer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: Footer, selector: "p-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
706
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Footer, decorators: [{
707
707
  type: Component,
708
708
  args: [{
709
709
  selector: 'p-footer',
@@ -718,9 +718,9 @@ class PrimeTemplate {
718
718
  return this.name;
719
719
  }
720
720
  }
721
- PrimeTemplate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: PrimeTemplate, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
722
- PrimeTemplate.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.7", type: PrimeTemplate, selector: "[pTemplate]", inputs: { type: "type", name: ["pTemplate", "name"] }, ngImport: i0 });
723
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: PrimeTemplate, decorators: [{
721
+ PrimeTemplate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: PrimeTemplate, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
722
+ PrimeTemplate.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: PrimeTemplate, selector: "[pTemplate]", inputs: { type: "type", name: ["pTemplate", "name"] }, ngImport: i0 });
723
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: PrimeTemplate, decorators: [{
724
724
  type: Directive,
725
725
  args: [{
726
726
  selector: '[pTemplate]',
@@ -734,10 +734,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
734
734
  }] } });
735
735
  class SharedModule {
736
736
  }
737
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
738
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.7", ngImport: i0, type: SharedModule, declarations: [Header, Footer, PrimeTemplate], imports: [CommonModule], exports: [Header, Footer, PrimeTemplate] });
739
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: SharedModule, imports: [CommonModule] });
740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: SharedModule, decorators: [{
737
+ SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
738
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: SharedModule, declarations: [Header, Footer, PrimeTemplate], imports: [CommonModule], exports: [Header, Footer, PrimeTemplate] });
739
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: SharedModule, imports: [CommonModule] });
740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: SharedModule, decorators: [{
741
741
  type: NgModule,
742
742
  args: [{
743
743
  imports: [CommonModule],
@@ -803,9 +803,9 @@ class TreeDragDropService {
803
803
  this.dragStopSource.next(event);
804
804
  }
805
805
  }
806
- TreeDragDropService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: TreeDragDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
807
- TreeDragDropService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: TreeDragDropService });
808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: TreeDragDropService, decorators: [{
806
+ TreeDragDropService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: TreeDragDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
807
+ TreeDragDropService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: TreeDragDropService });
808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: TreeDragDropService, decorators: [{
809
809
  type: Injectable
810
810
  }] });
811
811
 
@@ -680,8 +680,8 @@ class AutoComplete {
680
680
  this.onOverlayHide();
681
681
  }
682
682
  }
683
- AutoComplete.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoComplete, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.IterableDiffers }, { token: i1.PrimeNGConfig }, { token: i1.OverlayService }], target: i0.ɵɵFactoryTarget.Component });
684
- AutoComplete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: AutoComplete, selector: "p-autoComplete", inputs: { minLength: "minLength", delay: "delay", style: "style", panelStyle: "panelStyle", styleClass: "styleClass", panelStyleClass: "panelStyleClass", inputStyle: "inputStyle", inputId: "inputId", inputStyleClass: "inputStyleClass", placeholder: "placeholder", readonly: "readonly", disabled: "disabled", scrollHeight: "scrollHeight", lazy: "lazy", virtualScroll: "virtualScroll", virtualScrollItemSize: "virtualScrollItemSize", virtualScrollOptions: "virtualScrollOptions", maxlength: "maxlength", name: "name", required: "required", size: "size", appendTo: "appendTo", autoHighlight: "autoHighlight", forceSelection: "forceSelection", type: "type", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", ariaLabel: "ariaLabel", dropdownAriaLabel: "dropdownAriaLabel", ariaLabelledBy: "ariaLabelledBy", dropdownIcon: "dropdownIcon", unique: "unique", group: "group", completeOnFocus: "completeOnFocus", showClear: "showClear", field: "field", dropdown: "dropdown", showEmptyMessage: "showEmptyMessage", dropdownMode: "dropdownMode", multiple: "multiple", tabindex: "tabindex", dataKey: "dataKey", emptyMessage: "emptyMessage", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", autofocus: "autofocus", autocomplete: "autocomplete", optionGroupChildren: "optionGroupChildren", optionGroupLabel: "optionGroupLabel", itemSize: "itemSize", suggestions: "suggestions" }, outputs: { completeMethod: "completeMethod", onSelect: "onSelect", onUnselect: "onUnselect", onFocus: "onFocus", onBlur: "onBlur", onDropdownClick: "onDropdownClick", onClear: "onClear", onKeyUp: "onKeyUp", onShow: "onShow", onHide: "onHide", onLazyLoad: "onLazyLoad" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "((focus && !disabled) || autofocus) || overlayVisible", "class.p-autocomplete-clearable": "showClear && !disabled" }, classAttribute: "p-element p-inputwrapper" }, providers: [AUTOCOMPLETE_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "containerEL", first: true, predicate: ["container"], descendants: true }, { propertyName: "inputEL", first: true, predicate: ["in"], descendants: true }, { propertyName: "multiInputEL", first: true, predicate: ["multiIn"], descendants: true }, { propertyName: "multiContainerEL", first: true, predicate: ["multiContainer"], descendants: true }, { propertyName: "dropdownButton", first: true, predicate: ["ddBtn"], descendants: true }, { propertyName: "itemsViewChild", first: true, predicate: ["items"], descendants: true }, { propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }], ngImport: i0, template: `
683
+ AutoComplete.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoComplete, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.IterableDiffers }, { token: i1.PrimeNGConfig }, { token: i1.OverlayService }], target: i0.ɵɵFactoryTarget.Component });
684
+ AutoComplete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: AutoComplete, selector: "p-autoComplete", inputs: { minLength: "minLength", delay: "delay", style: "style", panelStyle: "panelStyle", styleClass: "styleClass", panelStyleClass: "panelStyleClass", inputStyle: "inputStyle", inputId: "inputId", inputStyleClass: "inputStyleClass", placeholder: "placeholder", readonly: "readonly", disabled: "disabled", scrollHeight: "scrollHeight", lazy: "lazy", virtualScroll: "virtualScroll", virtualScrollItemSize: "virtualScrollItemSize", virtualScrollOptions: "virtualScrollOptions", maxlength: "maxlength", name: "name", required: "required", size: "size", appendTo: "appendTo", autoHighlight: "autoHighlight", forceSelection: "forceSelection", type: "type", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", ariaLabel: "ariaLabel", dropdownAriaLabel: "dropdownAriaLabel", ariaLabelledBy: "ariaLabelledBy", dropdownIcon: "dropdownIcon", unique: "unique", group: "group", completeOnFocus: "completeOnFocus", showClear: "showClear", field: "field", dropdown: "dropdown", showEmptyMessage: "showEmptyMessage", dropdownMode: "dropdownMode", multiple: "multiple", tabindex: "tabindex", dataKey: "dataKey", emptyMessage: "emptyMessage", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", autofocus: "autofocus", autocomplete: "autocomplete", optionGroupChildren: "optionGroupChildren", optionGroupLabel: "optionGroupLabel", itemSize: "itemSize", suggestions: "suggestions" }, outputs: { completeMethod: "completeMethod", onSelect: "onSelect", onUnselect: "onUnselect", onFocus: "onFocus", onBlur: "onBlur", onDropdownClick: "onDropdownClick", onClear: "onClear", onKeyUp: "onKeyUp", onShow: "onShow", onHide: "onHide", onLazyLoad: "onLazyLoad" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "((focus && !disabled) || autofocus) || overlayVisible", "class.p-autocomplete-clearable": "showClear && !disabled" }, classAttribute: "p-element p-inputwrapper" }, providers: [AUTOCOMPLETE_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "containerEL", first: true, predicate: ["container"], descendants: true }, { propertyName: "inputEL", first: true, predicate: ["in"], descendants: true }, { propertyName: "multiInputEL", first: true, predicate: ["multiIn"], descendants: true }, { propertyName: "multiContainerEL", first: true, predicate: ["multiContainer"], descendants: true }, { propertyName: "dropdownButton", first: true, predicate: ["ddBtn"], descendants: true }, { propertyName: "itemsViewChild", first: true, predicate: ["items"], descendants: true }, { propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }], ngImport: i0, template: `
685
685
  <span #container [ngClass]="{ 'p-autocomplete p-component': true, 'p-autocomplete-dd': dropdown, 'p-autocomplete-multiple': multiple }" [ngStyle]="style" [class]="styleClass">
686
686
  <input
687
687
  pAutoFocus
@@ -853,7 +853,7 @@ AutoComplete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
853
853
  </div>
854
854
  </span>
855
855
  `, isInline: true, styles: [".p-autocomplete{display:inline-flex;position:relative}.p-autocomplete-loader{position:absolute;top:50%;margin-top:-.5rem}.p-autocomplete-dd .p-autocomplete-input{flex:1 1 auto;width:1%}.p-autocomplete-dd .p-autocomplete-input,.p-autocomplete-dd .p-autocomplete-multiple-container{border-top-right-radius:0;border-bottom-right-radius:0}.p-autocomplete-dd .p-autocomplete-dropdown{border-top-left-radius:0;border-bottom-left-radius:0}.p-autocomplete .p-autocomplete-panel{min-width:100%;top:0;left:0}.p-autocomplete-panel{position:absolute;overflow:auto}.p-autocomplete-items{margin:0;padding:0;list-style-type:none}.p-autocomplete-item{cursor:pointer;white-space:nowrap;position:relative;overflow:hidden}.p-autocomplete-multiple-container{margin:0;padding:0;list-style-type:none;cursor:text;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap}.p-autocomplete-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-autocomplete-token-icon{cursor:pointer}.p-autocomplete-input-token{flex:1 1 auto;display:inline-flex}.p-autocomplete-input-token input{border:0 none;outline:0 none;background-color:transparent;margin:0;padding:0;box-shadow:none;border-radius:0;width:100%}.p-fluid .p-autocomplete{display:flex}.p-fluid .p-autocomplete-dd .p-autocomplete-input{width:1%}.p-autocomplete-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-autocomplete-clearable{position:relative}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i3.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }, { kind: "directive", type: i1.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i4.Ripple, selector: "[pRipple]" }, { kind: "component", type: i5.Scroller, selector: "p-scroller", inputs: ["id", "style", "styleClass", "tabindex", "items", "itemSize", "scrollHeight", "scrollWidth", "orientation", "step", "delay", "resizeDelay", "appendOnly", "inline", "lazy", "disabled", "loaderDisabled", "columns", "showSpacer", "showLoader", "numToleratedItems", "loading", "autoSize", "trackBy", "options"], outputs: ["onLazyLoad", "onScroll", "onScrollIndexChange"] }, { kind: "directive", type: i6.AutoFocus, selector: "[pAutoFocus]", inputs: ["autofocus"] }], animations: [trigger('overlayAnimation', [transition(':enter', [style({ opacity: 0, transform: 'scaleY(0.8)' }), animate('{{showTransitionParams}}')]), transition(':leave', [animate('{{hideTransitionParams}}', style({ opacity: 0 }))])])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
856
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoComplete, decorators: [{
856
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoComplete, decorators: [{
857
857
  type: Component,
858
858
  args: [{ selector: 'p-autoComplete', template: `
859
859
  <span #container [ngClass]="{ 'p-autocomplete p-component': true, 'p-autocomplete-dd': dropdown, 'p-autocomplete-multiple': multiple }" [ngStyle]="style" [class]="styleClass">
@@ -1183,10 +1183,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
1183
1183
  }] } });
1184
1184
  class AutoCompleteModule {
1185
1185
  }
1186
- AutoCompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1187
- AutoCompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.7", ngImport: i0, type: AutoCompleteModule, declarations: [AutoComplete], imports: [CommonModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule], exports: [AutoComplete, SharedModule, ScrollerModule, AutoFocusModule] });
1188
- AutoCompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoCompleteModule, imports: [CommonModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule, SharedModule, ScrollerModule, AutoFocusModule] });
1189
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoCompleteModule, decorators: [{
1186
+ AutoCompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1187
+ AutoCompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: AutoCompleteModule, declarations: [AutoComplete], imports: [CommonModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule], exports: [AutoComplete, SharedModule, ScrollerModule, AutoFocusModule] });
1188
+ AutoCompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoCompleteModule, imports: [CommonModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule, SharedModule, ScrollerModule, AutoFocusModule] });
1189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoCompleteModule, decorators: [{
1190
1190
  type: NgModule,
1191
1191
  args: [{
1192
1192
  imports: [CommonModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule],
@@ -23,9 +23,9 @@ class AutoFocus {
23
23
  }
24
24
  }
25
25
  }
26
- AutoFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoFocus, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
27
- AutoFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.7", type: AutoFocus, selector: "[pAutoFocus]", inputs: { autofocus: "autofocus" }, host: { classAttribute: "p-element" }, ngImport: i0 });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoFocus, decorators: [{
26
+ AutoFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoFocus, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
27
+ AutoFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: AutoFocus, selector: "[pAutoFocus]", inputs: { autofocus: "autofocus" }, host: { classAttribute: "p-element" }, ngImport: i0 });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoFocus, decorators: [{
29
29
  type: Directive,
30
30
  args: [{
31
31
  selector: '[pAutoFocus]',
@@ -38,10 +38,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
38
38
  }] } });
39
39
  class AutoFocusModule {
40
40
  }
41
- AutoFocusModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoFocusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
42
- AutoFocusModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.7", ngImport: i0, type: AutoFocusModule, declarations: [AutoFocus], imports: [CommonModule], exports: [AutoFocus] });
43
- AutoFocusModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoFocusModule, imports: [CommonModule] });
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AutoFocusModule, decorators: [{
41
+ AutoFocusModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoFocusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
42
+ AutoFocusModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: AutoFocusModule, declarations: [AutoFocus], imports: [CommonModule], exports: [AutoFocus] });
43
+ AutoFocusModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoFocusModule, imports: [CommonModule] });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AutoFocusModule, decorators: [{
45
45
  type: NgModule,
46
46
  args: [{
47
47
  imports: [CommonModule],
@@ -22,8 +22,8 @@ class Avatar {
22
22
  this.onImageError.emit(event);
23
23
  }
24
24
  }
25
- Avatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Avatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- Avatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: Avatar, selector: "p-avatar", inputs: { label: "label", icon: "icon", image: "image", size: "size", shape: "shape", style: "style", styleClass: "styleClass" }, outputs: { onImageError: "onImageError" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
25
+ Avatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Avatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
+ Avatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: Avatar, selector: "p-avatar", inputs: { label: "label", icon: "icon", image: "image", size: "size", shape: "shape", style: "style", styleClass: "styleClass" }, outputs: { onImageError: "onImageError" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
27
27
  <div [ngClass]="containerClass()" [class]="styleClass" [ngStyle]="style">
28
28
  <ng-content></ng-content>
29
29
  <span class="p-avatar-text" *ngIf="label; else iconTemplate">{{ label }}</span>
@@ -31,7 +31,7 @@ Avatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
31
31
  <ng-template #imageTemplate><img [src]="image" *ngIf="image" (error)="imageError($event)" /></ng-template>
32
32
  </div>
33
33
  `, isInline: true, styles: [".p-avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:1rem}.p-avatar.p-avatar-image{background-color:transparent}.p-avatar.p-avatar-circle{border-radius:50%;overflow:hidden}.p-avatar .p-avatar-icon{font-size:1rem}.p-avatar img{width:100%;height:100%}\n"], dependencies: [{ 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.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: Avatar, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: Avatar, decorators: [{
35
35
  type: Component,
36
36
  args: [{ selector: 'p-avatar', template: `
37
37
  <div [ngClass]="containerClass()" [class]="styleClass" [ngStyle]="style">
@@ -62,10 +62,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
62
62
  }] } });
63
63
  class AvatarModule {
64
64
  }
65
- AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
- AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.7", ngImport: i0, type: AvatarModule, declarations: [Avatar], imports: [CommonModule], exports: [Avatar] });
67
- AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AvatarModule, imports: [CommonModule] });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AvatarModule, decorators: [{
65
+ AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
+ AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: AvatarModule, declarations: [Avatar], imports: [CommonModule], exports: [Avatar] });
67
+ AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarModule, imports: [CommonModule] });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarModule, decorators: [{
69
69
  type: NgModule,
70
70
  args: [{
71
71
  imports: [CommonModule],
@@ -5,13 +5,13 @@ import { CommonModule } from '@angular/common';
5
5
 
6
6
  class AvatarGroup {
7
7
  }
8
- AvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AvatarGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- AvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.7", type: AvatarGroup, selector: "p-avatarGroup", inputs: { styleClass: "styleClass", style: "style" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
8
+ AvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ AvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: AvatarGroup, selector: "p-avatarGroup", inputs: { styleClass: "styleClass", style: "style" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
10
10
  <div [ngClass]="'p-avatar-group p-component'" [class]="styleClass" [ngStyle]="style">
11
11
  <ng-content></ng-content>
12
12
  </div>
13
13
  `, isInline: true, styles: [".p-avatar-group p-avatar+p-avatar{margin-left:-1rem}.p-avatar-group{display:flex;align-items:center}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AvatarGroup, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarGroup, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'p-avatarGroup', template: `
17
17
  <div [ngClass]="'p-avatar-group p-component'" [class]="styleClass" [ngStyle]="style">
@@ -27,10 +27,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
27
27
  }] } });
28
28
  class AvatarGroupModule {
29
29
  }
30
- AvatarGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AvatarGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
- AvatarGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.7", ngImport: i0, type: AvatarGroupModule, declarations: [AvatarGroup], imports: [CommonModule], exports: [AvatarGroup] });
32
- AvatarGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AvatarGroupModule, imports: [CommonModule] });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AvatarGroupModule, decorators: [{
30
+ AvatarGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
+ AvatarGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: AvatarGroupModule, declarations: [AvatarGroup], imports: [CommonModule], exports: [AvatarGroup] });
32
+ AvatarGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarGroupModule, imports: [CommonModule] });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: AvatarGroupModule, decorators: [{
34
34
  type: NgModule,
35
35
  args: [{
36
36
  imports: [CommonModule],