primeng 14.2.1 → 15.0.0-rc.1

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 (485) hide show
  1. package/accordion/accordion.d.ts +2 -2
  2. package/animate/animate.d.ts +1 -1
  3. package/api/shared.d.ts +3 -3
  4. package/autocomplete/autocomplete.d.ts +1 -1
  5. package/autofocus/autofocus.d.ts +2 -2
  6. package/avatar/avatar.d.ts +1 -1
  7. package/avatargroup/avatargroup.d.ts +1 -1
  8. package/badge/badge.d.ts +8 -4
  9. package/blockui/blockui.d.ts +1 -1
  10. package/breadcrumb/breadcrumb.d.ts +1 -1
  11. package/button/button.d.ts +12 -11
  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 +1 -1
  36. package/esm2020/accordion/accordion.mjs +12 -12
  37. package/esm2020/animate/animate.mjs +7 -7
  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 +10 -10
  48. package/esm2020/avatar/avatar.mjs +7 -7
  49. package/esm2020/avatargroup/avatargroup.mjs +7 -7
  50. package/esm2020/badge/badge.mjs +31 -13
  51. package/esm2020/blockui/blockui.mjs +7 -7
  52. package/esm2020/breadcrumb/breadcrumb.mjs +8 -8
  53. package/esm2020/button/button.mjs +83 -77
  54. package/esm2020/calendar/calendar.mjs +9 -8
  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 +18 -18
  68. package/esm2020/dataview/dataview.mjs +11 -11
  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 +11 -11
  77. package/esm2020/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  78. package/esm2020/editor/editor.mjs +7 -7
  79. package/esm2020/fieldset/fieldset.mjs +9 -9
  80. package/esm2020/fileupload/fileupload.mjs +20 -15
  81. package/esm2020/focustrap/focustrap.mjs +7 -7
  82. package/esm2020/galleria/galleria.mjs +20 -20
  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 +12 -12
  98. package/esm2020/message/message.mjs +7 -7
  99. package/esm2020/messages/messages.mjs +42 -24
  100. package/esm2020/multiselect/multiselect.mjs +10 -10
  101. package/esm2020/orderlist/orderlist.mjs +7 -7
  102. package/esm2020/organizationchart/organizationchart.mjs +10 -10
  103. package/esm2020/overlay/overlay.mjs +10 -10
  104. package/esm2020/overlaypanel/overlaypanel.mjs +7 -7
  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 +7 -7
  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 +14 -13
  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 +98 -85
  130. package/esm2020/tabmenu/tabmenu.mjs +8 -8
  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 +7 -7
  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 +10 -10
  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 +13 -12
  147. package/fesm2015/primeng-animate.mjs +8 -7
  148. package/fesm2015/primeng-api.mjs +35 -34
  149. package/fesm2015/primeng-autocomplete.mjs +8 -7
  150. package/fesm2015/primeng-autofocus.mjs +10 -9
  151. package/fesm2015/primeng-autofocus.mjs.map +1 -1
  152. package/fesm2015/primeng-avatar.mjs +8 -7
  153. package/fesm2015/primeng-avatargroup.mjs +8 -7
  154. package/fesm2015/primeng-badge.mjs +32 -13
  155. package/fesm2015/primeng-badge.mjs.map +1 -1
  156. package/fesm2015/primeng-blockui.mjs +8 -7
  157. package/fesm2015/primeng-breadcrumb.mjs +9 -8
  158. package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
  159. package/fesm2015/primeng-button.mjs +83 -76
  160. package/fesm2015/primeng-button.mjs.map +1 -1
  161. package/fesm2015/primeng-calendar.mjs +9 -7
  162. package/fesm2015/primeng-calendar.mjs.map +1 -1
  163. package/fesm2015/primeng-captcha.mjs +8 -7
  164. package/fesm2015/primeng-card.mjs +8 -7
  165. package/fesm2015/primeng-carousel.mjs +9 -8
  166. package/fesm2015/primeng-carousel.mjs.map +1 -1
  167. package/fesm2015/primeng-cascadeselect.mjs +11 -10
  168. package/fesm2015/primeng-chart.mjs +8 -7
  169. package/fesm2015/primeng-checkbox.mjs +10 -9
  170. package/fesm2015/primeng-checkbox.mjs.map +1 -1
  171. package/fesm2015/primeng-chip.mjs +8 -7
  172. package/fesm2015/primeng-chips.mjs +8 -7
  173. package/fesm2015/primeng-codehighlighter.mjs +8 -7
  174. package/fesm2015/primeng-colorpicker.mjs +8 -7
  175. package/fesm2015/primeng-confirmdialog.mjs +8 -7
  176. package/fesm2015/primeng-confirmpopup.mjs +8 -7
  177. package/fesm2015/primeng-contextmenu.mjs +18 -17
  178. package/fesm2015/primeng-contextmenu.mjs.map +1 -1
  179. package/fesm2015/primeng-dataview.mjs +11 -10
  180. package/fesm2015/primeng-dataview.mjs.map +1 -1
  181. package/fesm2015/primeng-defer.mjs +8 -7
  182. package/fesm2015/primeng-dialog.mjs +8 -7
  183. package/fesm2015/primeng-divider.mjs +8 -7
  184. package/fesm2015/primeng-dock.mjs +9 -8
  185. package/fesm2015/primeng-dock.mjs.map +1 -1
  186. package/fesm2015/primeng-dom.mjs +1 -0
  187. package/fesm2015/primeng-dragdrop.mjs +11 -10
  188. package/fesm2015/primeng-dropdown.mjs +11 -10
  189. package/fesm2015/primeng-dynamicdialog.mjs +18 -16
  190. package/fesm2015/primeng-dynamicdialog.mjs.map +1 -1
  191. package/fesm2015/primeng-editor.mjs +8 -7
  192. package/fesm2015/primeng-fieldset.mjs +10 -9
  193. package/fesm2015/primeng-fileupload.mjs +23 -16
  194. package/fesm2015/primeng-fileupload.mjs.map +1 -1
  195. package/fesm2015/primeng-focustrap.mjs +8 -7
  196. package/fesm2015/primeng-galleria.mjs +20 -19
  197. package/fesm2015/primeng-galleria.mjs.map +1 -1
  198. package/fesm2015/primeng-gmap.mjs +8 -7
  199. package/fesm2015/primeng-image.mjs +8 -7
  200. package/fesm2015/primeng-inplace.mjs +14 -13
  201. package/fesm2015/primeng-inputmask.mjs +13 -12
  202. package/fesm2015/primeng-inputmask.mjs.map +1 -1
  203. package/fesm2015/primeng-inputnumber.mjs +8 -7
  204. package/fesm2015/primeng-inputswitch.mjs +8 -7
  205. package/fesm2015/primeng-inputtext.mjs +8 -7
  206. package/fesm2015/primeng-inputtextarea.mjs +8 -7
  207. package/fesm2015/primeng-keyfilter.mjs +8 -7
  208. package/fesm2015/primeng-knob.mjs +8 -7
  209. package/fesm2015/primeng-lightbox.mjs +8 -7
  210. package/fesm2015/primeng-listbox.mjs +8 -7
  211. package/fesm2015/primeng-megamenu.mjs +9 -8
  212. package/fesm2015/primeng-megamenu.mjs.map +1 -1
  213. package/fesm2015/primeng-menu.mjs +12 -11
  214. package/fesm2015/primeng-menu.mjs.map +1 -1
  215. package/fesm2015/primeng-menubar.mjs +12 -11
  216. package/fesm2015/primeng-menubar.mjs.map +1 -1
  217. package/fesm2015/primeng-message.mjs +8 -7
  218. package/fesm2015/primeng-messages.mjs +44 -23
  219. package/fesm2015/primeng-messages.mjs.map +1 -1
  220. package/fesm2015/primeng-multiselect.mjs +11 -10
  221. package/fesm2015/primeng-orderlist.mjs +8 -7
  222. package/fesm2015/primeng-organizationchart.mjs +11 -10
  223. package/fesm2015/primeng-overlay.mjs +10 -9
  224. package/fesm2015/primeng-overlay.mjs.map +1 -1
  225. package/fesm2015/primeng-overlaypanel.mjs +8 -7
  226. package/fesm2015/primeng-paginator.mjs +8 -7
  227. package/fesm2015/primeng-panel.mjs +8 -7
  228. package/fesm2015/primeng-panelmenu.mjs +13 -12
  229. package/fesm2015/primeng-panelmenu.mjs.map +1 -1
  230. package/fesm2015/primeng-password.mjs +14 -13
  231. package/fesm2015/primeng-picklist.mjs +8 -7
  232. package/fesm2015/primeng-progressbar.mjs +8 -7
  233. package/fesm2015/primeng-progressspinner.mjs +8 -7
  234. package/fesm2015/primeng-radiobutton.mjs +11 -10
  235. package/fesm2015/primeng-radiobutton.mjs.map +1 -1
  236. package/fesm2015/primeng-rating.mjs +8 -7
  237. package/fesm2015/primeng-ripple.mjs +8 -7
  238. package/fesm2015/primeng-scroller.mjs +8 -7
  239. package/fesm2015/primeng-scrollpanel.mjs +8 -7
  240. package/fesm2015/primeng-scrolltop.mjs +8 -7
  241. package/fesm2015/primeng-selectbutton.mjs +8 -7
  242. package/fesm2015/primeng-sidebar.mjs +9 -9
  243. package/fesm2015/primeng-sidebar.mjs.map +1 -1
  244. package/fesm2015/primeng-skeleton.mjs +8 -7
  245. package/fesm2015/primeng-slidemenu.mjs +12 -11
  246. package/fesm2015/primeng-slidemenu.mjs.map +1 -1
  247. package/fesm2015/primeng-slider.mjs +15 -13
  248. package/fesm2015/primeng-slider.mjs.map +1 -1
  249. package/fesm2015/primeng-speeddial.mjs +9 -8
  250. package/fesm2015/primeng-speeddial.mjs.map +1 -1
  251. package/fesm2015/primeng-spinner.mjs +8 -7
  252. package/fesm2015/primeng-splitbutton.mjs +8 -7
  253. package/fesm2015/primeng-splitter.mjs +8 -7
  254. package/fesm2015/primeng-steps.mjs +9 -8
  255. package/fesm2015/primeng-steps.mjs.map +1 -1
  256. package/fesm2015/primeng-styleclass.mjs +8 -7
  257. package/fesm2015/primeng-table.mjs +98 -84
  258. package/fesm2015/primeng-table.mjs.map +1 -1
  259. package/fesm2015/primeng-tabmenu.mjs +9 -8
  260. package/fesm2015/primeng-tabmenu.mjs.map +1 -1
  261. package/fesm2015/primeng-tabview.mjs +11 -10
  262. package/fesm2015/primeng-tag.mjs +8 -7
  263. package/fesm2015/primeng-terminal.mjs +11 -10
  264. package/fesm2015/primeng-tieredmenu.mjs +12 -11
  265. package/fesm2015/primeng-tieredmenu.mjs.map +1 -1
  266. package/fesm2015/primeng-timeline.mjs +8 -7
  267. package/fesm2015/primeng-toast.mjs +11 -10
  268. package/fesm2015/primeng-togglebutton.mjs +8 -7
  269. package/fesm2015/primeng-toolbar.mjs +8 -7
  270. package/fesm2015/primeng-tooltip.mjs +8 -7
  271. package/fesm2015/primeng-tree.mjs +11 -10
  272. package/fesm2015/primeng-tree.mjs.map +1 -1
  273. package/fesm2015/primeng-treeselect.mjs +10 -9
  274. package/fesm2015/primeng-treeselect.mjs.map +1 -1
  275. package/fesm2015/primeng-treetable.mjs +56 -55
  276. package/fesm2015/primeng-treetable.mjs.map +1 -1
  277. package/fesm2015/primeng-tristatecheckbox.mjs +8 -7
  278. package/fesm2015/primeng-utils.mjs +1 -0
  279. package/fesm2015/primeng-virtualscroller.mjs +8 -7
  280. package/fesm2015/primeng.mjs +1 -0
  281. package/fesm2020/primeng-accordion.mjs +13 -12
  282. package/fesm2020/primeng-animate.mjs +8 -7
  283. package/fesm2020/primeng-api.mjs +35 -34
  284. package/fesm2020/primeng-autocomplete.mjs +8 -7
  285. package/fesm2020/primeng-autofocus.mjs +10 -9
  286. package/fesm2020/primeng-autofocus.mjs.map +1 -1
  287. package/fesm2020/primeng-avatar.mjs +8 -7
  288. package/fesm2020/primeng-avatargroup.mjs +8 -7
  289. package/fesm2020/primeng-badge.mjs +32 -13
  290. package/fesm2020/primeng-badge.mjs.map +1 -1
  291. package/fesm2020/primeng-blockui.mjs +8 -7
  292. package/fesm2020/primeng-breadcrumb.mjs +9 -8
  293. package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
  294. package/fesm2020/primeng-button.mjs +83 -76
  295. package/fesm2020/primeng-button.mjs.map +1 -1
  296. package/fesm2020/primeng-calendar.mjs +9 -7
  297. package/fesm2020/primeng-calendar.mjs.map +1 -1
  298. package/fesm2020/primeng-captcha.mjs +8 -7
  299. package/fesm2020/primeng-card.mjs +8 -7
  300. package/fesm2020/primeng-carousel.mjs +8 -8
  301. package/fesm2020/primeng-carousel.mjs.map +1 -1
  302. package/fesm2020/primeng-cascadeselect.mjs +11 -10
  303. package/fesm2020/primeng-chart.mjs +8 -7
  304. package/fesm2020/primeng-checkbox.mjs +10 -9
  305. package/fesm2020/primeng-checkbox.mjs.map +1 -1
  306. package/fesm2020/primeng-chip.mjs +8 -7
  307. package/fesm2020/primeng-chips.mjs +8 -7
  308. package/fesm2020/primeng-codehighlighter.mjs +8 -7
  309. package/fesm2020/primeng-colorpicker.mjs +8 -7
  310. package/fesm2020/primeng-confirmdialog.mjs +8 -7
  311. package/fesm2020/primeng-confirmpopup.mjs +8 -7
  312. package/fesm2020/primeng-contextmenu.mjs +18 -17
  313. package/fesm2020/primeng-contextmenu.mjs.map +1 -1
  314. package/fesm2020/primeng-dataview.mjs +11 -10
  315. package/fesm2020/primeng-dataview.mjs.map +1 -1
  316. package/fesm2020/primeng-defer.mjs +8 -7
  317. package/fesm2020/primeng-dialog.mjs +8 -7
  318. package/fesm2020/primeng-divider.mjs +8 -7
  319. package/fesm2020/primeng-dock.mjs +9 -8
  320. package/fesm2020/primeng-dock.mjs.map +1 -1
  321. package/fesm2020/primeng-dom.mjs +1 -0
  322. package/fesm2020/primeng-dragdrop.mjs +11 -10
  323. package/fesm2020/primeng-dropdown.mjs +11 -10
  324. package/fesm2020/primeng-dynamicdialog.mjs +17 -16
  325. package/fesm2020/primeng-dynamicdialog.mjs.map +1 -1
  326. package/fesm2020/primeng-editor.mjs +8 -7
  327. package/fesm2020/primeng-fieldset.mjs +10 -9
  328. package/fesm2020/primeng-fileupload.mjs +22 -16
  329. package/fesm2020/primeng-fileupload.mjs.map +1 -1
  330. package/fesm2020/primeng-focustrap.mjs +8 -7
  331. package/fesm2020/primeng-galleria.mjs +20 -19
  332. package/fesm2020/primeng-galleria.mjs.map +1 -1
  333. package/fesm2020/primeng-gmap.mjs +8 -7
  334. package/fesm2020/primeng-image.mjs +8 -7
  335. package/fesm2020/primeng-inplace.mjs +14 -13
  336. package/fesm2020/primeng-inputmask.mjs +13 -12
  337. package/fesm2020/primeng-inputmask.mjs.map +1 -1
  338. package/fesm2020/primeng-inputnumber.mjs +8 -7
  339. package/fesm2020/primeng-inputswitch.mjs +8 -7
  340. package/fesm2020/primeng-inputtext.mjs +8 -7
  341. package/fesm2020/primeng-inputtextarea.mjs +8 -7
  342. package/fesm2020/primeng-keyfilter.mjs +8 -7
  343. package/fesm2020/primeng-knob.mjs +8 -7
  344. package/fesm2020/primeng-lightbox.mjs +8 -7
  345. package/fesm2020/primeng-listbox.mjs +8 -7
  346. package/fesm2020/primeng-megamenu.mjs +9 -8
  347. package/fesm2020/primeng-megamenu.mjs.map +1 -1
  348. package/fesm2020/primeng-menu.mjs +12 -11
  349. package/fesm2020/primeng-menu.mjs.map +1 -1
  350. package/fesm2020/primeng-menubar.mjs +12 -11
  351. package/fesm2020/primeng-menubar.mjs.map +1 -1
  352. package/fesm2020/primeng-message.mjs +8 -7
  353. package/fesm2020/primeng-messages.mjs +42 -23
  354. package/fesm2020/primeng-messages.mjs.map +1 -1
  355. package/fesm2020/primeng-multiselect.mjs +11 -10
  356. package/fesm2020/primeng-orderlist.mjs +8 -7
  357. package/fesm2020/primeng-organizationchart.mjs +11 -10
  358. package/fesm2020/primeng-overlay.mjs +10 -9
  359. package/fesm2020/primeng-overlay.mjs.map +1 -1
  360. package/fesm2020/primeng-overlaypanel.mjs +8 -7
  361. package/fesm2020/primeng-paginator.mjs +8 -7
  362. package/fesm2020/primeng-panel.mjs +8 -7
  363. package/fesm2020/primeng-panelmenu.mjs +13 -12
  364. package/fesm2020/primeng-panelmenu.mjs.map +1 -1
  365. package/fesm2020/primeng-password.mjs +14 -13
  366. package/fesm2020/primeng-picklist.mjs +8 -7
  367. package/fesm2020/primeng-progressbar.mjs +8 -7
  368. package/fesm2020/primeng-progressspinner.mjs +8 -7
  369. package/fesm2020/primeng-radiobutton.mjs +11 -10
  370. package/fesm2020/primeng-radiobutton.mjs.map +1 -1
  371. package/fesm2020/primeng-rating.mjs +8 -7
  372. package/fesm2020/primeng-ripple.mjs +8 -7
  373. package/fesm2020/primeng-scroller.mjs +8 -7
  374. package/fesm2020/primeng-scrollpanel.mjs +8 -7
  375. package/fesm2020/primeng-scrolltop.mjs +8 -7
  376. package/fesm2020/primeng-selectbutton.mjs +8 -7
  377. package/fesm2020/primeng-sidebar.mjs +9 -9
  378. package/fesm2020/primeng-sidebar.mjs.map +1 -1
  379. package/fesm2020/primeng-skeleton.mjs +8 -7
  380. package/fesm2020/primeng-slidemenu.mjs +12 -11
  381. package/fesm2020/primeng-slidemenu.mjs.map +1 -1
  382. package/fesm2020/primeng-slider.mjs +15 -13
  383. package/fesm2020/primeng-slider.mjs.map +1 -1
  384. package/fesm2020/primeng-speeddial.mjs +9 -8
  385. package/fesm2020/primeng-speeddial.mjs.map +1 -1
  386. package/fesm2020/primeng-spinner.mjs +8 -7
  387. package/fesm2020/primeng-splitbutton.mjs +8 -7
  388. package/fesm2020/primeng-splitter.mjs +8 -7
  389. package/fesm2020/primeng-steps.mjs +9 -8
  390. package/fesm2020/primeng-steps.mjs.map +1 -1
  391. package/fesm2020/primeng-styleclass.mjs +8 -7
  392. package/fesm2020/primeng-table.mjs +98 -84
  393. package/fesm2020/primeng-table.mjs.map +1 -1
  394. package/fesm2020/primeng-tabmenu.mjs +9 -8
  395. package/fesm2020/primeng-tabmenu.mjs.map +1 -1
  396. package/fesm2020/primeng-tabview.mjs +11 -10
  397. package/fesm2020/primeng-tag.mjs +8 -7
  398. package/fesm2020/primeng-terminal.mjs +11 -10
  399. package/fesm2020/primeng-tieredmenu.mjs +12 -11
  400. package/fesm2020/primeng-tieredmenu.mjs.map +1 -1
  401. package/fesm2020/primeng-timeline.mjs +8 -7
  402. package/fesm2020/primeng-toast.mjs +11 -10
  403. package/fesm2020/primeng-togglebutton.mjs +8 -7
  404. package/fesm2020/primeng-toolbar.mjs +8 -7
  405. package/fesm2020/primeng-tooltip.mjs +8 -7
  406. package/fesm2020/primeng-tree.mjs +11 -10
  407. package/fesm2020/primeng-tree.mjs.map +1 -1
  408. package/fesm2020/primeng-treeselect.mjs +10 -9
  409. package/fesm2020/primeng-treeselect.mjs.map +1 -1
  410. package/fesm2020/primeng-treetable.mjs +56 -55
  411. package/fesm2020/primeng-treetable.mjs.map +1 -1
  412. package/fesm2020/primeng-tristatecheckbox.mjs +8 -7
  413. package/fesm2020/primeng-utils.mjs +1 -0
  414. package/fesm2020/primeng-virtualscroller.mjs +8 -7
  415. package/fesm2020/primeng.mjs +1 -0
  416. package/fieldset/fieldset.d.ts +1 -1
  417. package/fileupload/fileupload.d.ts +5 -6
  418. package/focustrap/focustrap.d.ts +1 -1
  419. package/galleria/galleria.d.ts +5 -5
  420. package/gmap/gmap.d.ts +1 -1
  421. package/image/image.d.ts +1 -1
  422. package/inplace/inplace.d.ts +3 -3
  423. package/inputmask/inputmask.d.ts +3 -3
  424. package/inputnumber/inputnumber.d.ts +1 -1
  425. package/inputswitch/inputswitch.d.ts +1 -1
  426. package/inputtext/inputtext.d.ts +1 -1
  427. package/inputtextarea/inputtextarea.d.ts +1 -1
  428. package/keyfilter/keyfilter.d.ts +1 -1
  429. package/knob/knob.d.ts +1 -1
  430. package/lightbox/lightbox.d.ts +1 -1
  431. package/listbox/listbox.d.ts +1 -1
  432. package/megamenu/megamenu.d.ts +1 -1
  433. package/menu/menu.d.ts +2 -2
  434. package/menubar/menubar.d.ts +2 -2
  435. package/message/message.d.ts +1 -1
  436. package/messages/messages.d.ts +6 -2
  437. package/multiselect/multiselect.d.ts +2 -2
  438. package/orderlist/orderlist.d.ts +1 -1
  439. package/organizationchart/organizationchart.d.ts +2 -2
  440. package/overlay/overlay.d.ts +1 -1
  441. package/overlaypanel/overlaypanel.d.ts +1 -1
  442. package/package.json +6 -6
  443. package/paginator/paginator.d.ts +1 -1
  444. package/panel/panel.d.ts +1 -1
  445. package/panelmenu/panelmenu.d.ts +2 -2
  446. package/password/password.d.ts +2 -2
  447. package/picklist/picklist.d.ts +1 -1
  448. package/progressbar/progressbar.d.ts +1 -1
  449. package/progressspinner/progressspinner.d.ts +1 -1
  450. package/radiobutton/radiobutton.d.ts +1 -1
  451. package/rating/rating.d.ts +1 -1
  452. package/resources/components/accordion/accordion.css +2 -2
  453. package/resources/components/fieldset/fieldset.css +2 -2
  454. package/resources/components/sidebar/sidebar.css +5 -1
  455. package/ripple/ripple.d.ts +1 -1
  456. package/scroller/scroller.d.ts +1 -1
  457. package/scrollpanel/scrollpanel.d.ts +1 -1
  458. package/scrolltop/scrolltop.d.ts +1 -1
  459. package/selectbutton/selectbutton.d.ts +1 -1
  460. package/sidebar/sidebar.d.ts +1 -1
  461. package/skeleton/skeleton.d.ts +1 -1
  462. package/slidemenu/slidemenu.d.ts +2 -2
  463. package/slider/slider.d.ts +2 -2
  464. package/speeddial/speeddial.d.ts +1 -1
  465. package/spinner/spinner.d.ts +1 -1
  466. package/splitbutton/splitbutton.d.ts +1 -1
  467. package/splitter/splitter.d.ts +1 -1
  468. package/steps/steps.d.ts +1 -1
  469. package/styleclass/styleclass.d.ts +1 -1
  470. package/table/table.d.ts +26 -25
  471. package/tabmenu/tabmenu.d.ts +1 -1
  472. package/tabview/tabview.d.ts +2 -2
  473. package/tag/tag.d.ts +1 -1
  474. package/terminal/terminal.d.ts +1 -1
  475. package/tieredmenu/tieredmenu.d.ts +2 -2
  476. package/timeline/timeline.d.ts +1 -1
  477. package/toast/toast.d.ts +2 -2
  478. package/togglebutton/togglebutton.d.ts +1 -1
  479. package/toolbar/toolbar.d.ts +1 -1
  480. package/tooltip/tooltip.d.ts +1 -1
  481. package/tree/tree.d.ts +2 -2
  482. package/treeselect/treeselect.d.ts +1 -1
  483. package/treetable/treetable.d.ts +16 -16
  484. package/tristatecheckbox/tristatecheckbox.d.ts +1 -1
  485. 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.0", ngImport: i0, type: TriStateCheckbox, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
74
+ TriStateCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", 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.0", 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.0", ngImport: i0, type: TriStateCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
163
+ TriStateCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: TriStateCheckboxModule, declarations: [TriStateCheckbox], imports: [CommonModule], exports: [TriStateCheckbox] });
164
+ TriStateCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: TriStateCheckboxModule, imports: [CommonModule] });
165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", 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.0", 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.0", 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.0", ngImport: i0, type: VirtualScrollerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
143
+ VirtualScrollerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", 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.0", ngImport: i0, type: VirtualScrollerModule, imports: [CommonModule, SharedModule, ScrollerModule, SharedModule, ScrollerModule] });
145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", 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.0", 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">
@@ -122,7 +122,7 @@ AccordionTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
122
122
  </div>
123
123
  </div>
124
124
  </div>
125
- `, isInline: true, styles: [".p-accordion-header-link{cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;user-select:none;position:relative;text-decoration:none}.p-accordion-header-link:focus{z-index:1}.p-accordion-header-text{line-height:1}.p-accordion .p-toggleable-content{overflow:hidden}.p-accordion .p-accordion-tab-active .p-toggleable-content:not(.ng-animating){overflow:inherit}\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.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
125
+ `, isInline: true, styles: [".p-accordion-header-link{cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;user-select:none;position:relative;text-decoration:none}.p-accordion-header-link:focus{z-index:1}.p-accordion-header-text{line-height:1}.p-accordion .p-toggleable-content{overflow:hidden}.p-accordion .p-accordion-tab-active>.p-toggleable-content:not(.ng-animating){overflow:inherit}\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.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
126
126
  trigger('tabContent', [
127
127
  state('hidden', style({
128
128
  height: '0'
@@ -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.0", 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 }">
@@ -177,7 +177,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
177
177
  ])
178
178
  ], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
179
179
  class: 'p-element'
180
- }, styles: [".p-accordion-header-link{cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;user-select:none;position:relative;text-decoration:none}.p-accordion-header-link:focus{z-index:1}.p-accordion-header-text{line-height:1}.p-accordion .p-toggleable-content{overflow:hidden}.p-accordion .p-accordion-tab-active .p-toggleable-content:not(.ng-animating){overflow:inherit}\n"] }]
180
+ }, styles: [".p-accordion-header-link{cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;user-select:none;position:relative;text-decoration:none}.p-accordion-header-link:focus{z-index:1}.p-accordion-header-text{line-height:1}.p-accordion .p-toggleable-content{overflow:hidden}.p-accordion .p-accordion-tab-active>.p-toggleable-content:not(.ng-animating){overflow:inherit}\n"] }]
181
181
  }], ctorParameters: function () {
182
182
  return [{ type: undefined, decorators: [{
183
183
  type: Inject,
@@ -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.0", 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.0", 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.0", 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.0", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
321
+ AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", 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.0", ngImport: i0, type: AccordionModule, imports: [CommonModule, SharedModule] });
323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AccordionModule, decorators: [{
324
324
  type: NgModule,
325
325
  args: [{
326
326
  imports: [CommonModule],
@@ -335,3 +335,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
335
335
 
336
336
  export { Accordion, AccordionModule, AccordionTab };
337
337
  //# sourceMappingURL=primeng-accordion.mjs.map
338
+ //# sourceMappingURL=primeng-accordion.mjs.map
@@ -42,9 +42,9 @@ class Animate {
42
42
  this.unbindIntersectionObserver();
43
43
  }
44
44
  }
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: [{
45
+ Animate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", 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: "15.0.0", type: Animate, selector: "[pAnimate]", inputs: { enterClass: "enterClass" }, host: { properties: { "class.p-animate": "true" } }, ngImport: i0 });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: Animate, decorators: [{
48
48
  type: Directive,
49
49
  args: [{
50
50
  selector: '[pAnimate]',
@@ -57,10 +57,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
57
57
  }] } });
58
58
  class AnimateModule {
59
59
  }
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: [{
60
+ AnimateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AnimateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
61
+ AnimateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: AnimateModule, declarations: [Animate], imports: [CommonModule], exports: [Animate] });
62
+ AnimateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AnimateModule, imports: [CommonModule] });
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AnimateModule, decorators: [{
64
64
  type: NgModule,
65
65
  args: [{
66
66
  imports: [CommonModule],
@@ -75,3 +75,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
75
75
 
76
76
  export { Animate, AnimateModule };
77
77
  //# sourceMappingURL=primeng-animate.mjs.map
78
+ //# sourceMappingURL=primeng-animate.mjs.map
@@ -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.0", ngImport: i0, type: ConfirmationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
34
+ ConfirmationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ConfirmationService });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
54
+ ContextMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ContextMenuService });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
299
+ FilterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: FilterService, providedIn: 'root' });
300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
327
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: MessageService });
328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
344
+ OverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: OverlayService, providedIn: 'root' });
345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: PrimeNGConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
685
+ PrimeNGConfig.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PrimeNGConfig, providedIn: 'root' });
686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: Header, deps: [], target: i0.ɵɵFactoryTarget.Component });
694
+ Header.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: Header, selector: "p-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: Footer, deps: [], target: i0.ɵɵFactoryTarget.Component });
705
+ Footer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: Footer, selector: "p-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
706
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: PrimeTemplate, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
722
+ PrimeTemplate.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: PrimeTemplate, selector: "[pTemplate]", inputs: { type: "type", name: ["pTemplate", "name"] }, ngImport: i0 });
723
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
738
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", 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.0", ngImport: i0, type: SharedModule, imports: [CommonModule] });
740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: TreeDragDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
807
+ TreeDragDropService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: TreeDragDropService });
808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: TreeDragDropService, decorators: [{
809
809
  type: Injectable
810
810
  }] });
811
811
 
@@ -815,3 +815,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
815
815
 
816
816
  export { ConfirmEventType, ConfirmationService, ContextMenuService, FilterMatchMode, FilterOperator, FilterService, Footer, Header, MessageService, OverlayService, PrimeIcons, PrimeNGConfig, PrimeTemplate, SharedModule, TranslationKeys, TreeDragDropService };
817
817
  //# sourceMappingURL=primeng-api.mjs.map
818
+ //# sourceMappingURL=primeng-api.mjs.map
@@ -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.0", 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.0", 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.0", 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.0", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1187
+ AutoCompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", 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.0", 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.0", ngImport: i0, type: AutoCompleteModule, decorators: [{
1190
1190
  type: NgModule,
1191
1191
  args: [{
1192
1192
  imports: [CommonModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule],
@@ -1201,3 +1201,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
1201
1201
 
1202
1202
  export { AUTOCOMPLETE_VALUE_ACCESSOR, AutoComplete, AutoCompleteModule };
1203
1203
  //# sourceMappingURL=primeng-autocomplete.mjs.map
1204
+ //# sourceMappingURL=primeng-autocomplete.mjs.map
@@ -1,6 +1,6 @@
1
+ import { CommonModule } from '@angular/common';
1
2
  import * as i0 from '@angular/core';
2
3
  import { Directive, Input, NgModule } from '@angular/core';
3
- import { CommonModule } from '@angular/common';
4
4
  import { DomHandler } from 'primeng/dom';
5
5
 
6
6
  class AutoFocus {
@@ -8,7 +8,7 @@ class AutoFocus {
8
8
  this.host = host;
9
9
  this.focused = false;
10
10
  }
11
- ngAfterContentChecked() {
11
+ ngAfterViewChecked() {
12
12
  if (!this.focused) {
13
13
  if (this.autofocus) {
14
14
  const focusableElements = DomHandler.getFocusableElements(this.host.nativeElement);
@@ -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.0", ngImport: i0, type: AutoFocus, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
27
+ AutoFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: AutoFocus, selector: "[pAutoFocus]", inputs: { autofocus: "autofocus" }, host: { classAttribute: "p-element" }, ngImport: i0 });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", 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.0", ngImport: i0, type: AutoFocusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
42
+ AutoFocusModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: AutoFocusModule, declarations: [AutoFocus], imports: [CommonModule], exports: [AutoFocus] });
43
+ AutoFocusModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AutoFocusModule, imports: [CommonModule] });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AutoFocusModule, decorators: [{
45
45
  type: NgModule,
46
46
  args: [{
47
47
  imports: [CommonModule],
@@ -56,3 +56,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
56
56
 
57
57
  export { AutoFocus, AutoFocusModule };
58
58
  //# sourceMappingURL=primeng-autofocus.mjs.map
59
+ //# sourceMappingURL=primeng-autofocus.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"primeng-autofocus.mjs","sources":["../../src/app/components/autofocus/autofocus.ts","../../src/app/components/autofocus/primeng-autofocus.ts"],"sourcesContent":["import { NgModule, Directive, ElementRef, Input } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DomHandler } from 'primeng/dom';\n\n@Directive({\n selector: '[pAutoFocus]',\n host: {\n class: 'p-element'\n }\n})\nexport class AutoFocus {\n constructor(private host: ElementRef) {}\n\n @Input() autofocus: boolean;\n\n focused: boolean = false;\n\n ngAfterContentChecked() {\n if (!this.focused) {\n if (this.autofocus) {\n const focusableElements = DomHandler.getFocusableElements(this.host.nativeElement);\n\n if (focusableElements.length === 0) {\n this.host.nativeElement.focus();\n }\n if (focusableElements.length > 0) {\n focusableElements[0].focus();\n }\n\n this.focused = true;\n }\n }\n }\n}\n\n@NgModule({\n imports: [CommonModule],\n exports: [AutoFocus],\n declarations: [AutoFocus]\n})\nexport class AutoFocusModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;MAUa,SAAS,CAAA;AAClB,IAAA,WAAA,CAAoB,IAAgB,EAAA;AAAhB,QAAA,IAAI,CAAA,IAAA,GAAJ,IAAI,CAAY;AAIpC,QAAA,IAAO,CAAA,OAAA,GAAY,KAAK,CAAC;KAJe;IAMxC,qBAAqB,GAAA;AACjB,QAAA,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,IAAI,CAAC,SAAS,EAAE;AAChB,gBAAA,MAAM,iBAAiB,GAAG,UAAU,CAAC,oBAAoB,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;AAEnF,gBAAA,IAAI,iBAAiB,CAAC,MAAM,KAAK,CAAC,EAAE;AAChC,oBAAA,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,CAAC;AACnC,iBAAA;AACD,gBAAA,IAAI,iBAAiB,CAAC,MAAM,GAAG,CAAC,EAAE;AAC9B,oBAAA,iBAAiB,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;AAChC,iBAAA;AAED,gBAAA,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;AACvB,aAAA;AACJ,SAAA;KACJ;;sGAtBQ,SAAS,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;0FAAT,SAAS,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAAT,SAAS,EAAA,UAAA,EAAA,CAAA;kBANrB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE,WAAW;AACrB,qBAAA;iBACJ,CAAA;iGAIY,SAAS,EAAA,CAAA;sBAAjB,KAAK;;MA2BG,eAAe,CAAA;;4GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAf,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EA9Bf,YAAA,EAAA,CAAA,SAAS,CA0BR,EAAA,OAAA,EAAA,CAAA,YAAY,aA1Bb,SAAS,CAAA,EAAA,CAAA,CAAA;AA8BT,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAJd,YAAY,CAAA,EAAA,CAAA,CAAA;2FAIb,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,SAAS,CAAC;oBACpB,YAAY,EAAE,CAAC,SAAS,CAAC;iBAC5B,CAAA;;;ACvCD;;AAEG;;;;"}
1
+ {"version":3,"file":"primeng-autofocus.mjs","sources":["../../src/app/components/autofocus/autofocus.ts","../../src/app/components/autofocus/primeng-autofocus.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Directive, ElementRef, Input, NgModule } from '@angular/core';\nimport { DomHandler } from 'primeng/dom';\n\n@Directive({\n selector: '[pAutoFocus]',\n host: {\n class: 'p-element'\n }\n})\nexport class AutoFocus {\n constructor(private host: ElementRef) {}\n\n @Input() autofocus: boolean;\n\n focused: boolean = false;\n\n ngAfterViewChecked() {\n if (!this.focused) {\n if (this.autofocus) {\n const focusableElements = DomHandler.getFocusableElements(this.host.nativeElement);\n\n if (focusableElements.length === 0) {\n this.host.nativeElement.focus();\n }\n if (focusableElements.length > 0) {\n focusableElements[0].focus();\n }\n\n this.focused = true;\n }\n }\n }\n}\n\n@NgModule({\n imports: [CommonModule],\n exports: [AutoFocus],\n declarations: [AutoFocus]\n})\nexport class AutoFocusModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;MAUa,SAAS,CAAA;AAClB,IAAA,WAAA,CAAoB,IAAgB,EAAA;AAAhB,QAAA,IAAI,CAAA,IAAA,GAAJ,IAAI,CAAY;AAIpC,QAAA,IAAO,CAAA,OAAA,GAAY,KAAK,CAAC;KAJe;IAMxC,kBAAkB,GAAA;AACd,QAAA,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,IAAI,CAAC,SAAS,EAAE;AAChB,gBAAA,MAAM,iBAAiB,GAAG,UAAU,CAAC,oBAAoB,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;AAEnF,gBAAA,IAAI,iBAAiB,CAAC,MAAM,KAAK,CAAC,EAAE;AAChC,oBAAA,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,CAAC;AACnC,iBAAA;AACD,gBAAA,IAAI,iBAAiB,CAAC,MAAM,GAAG,CAAC,EAAE;AAC9B,oBAAA,iBAAiB,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;AAChC,iBAAA;AAED,gBAAA,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;AACvB,aAAA;AACJ,SAAA;KACJ;;sGAtBQ,SAAS,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;0FAAT,SAAS,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAAT,SAAS,EAAA,UAAA,EAAA,CAAA;kBANrB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE,WAAW;AACrB,qBAAA;iBACJ,CAAA;iGAIY,SAAS,EAAA,CAAA;sBAAjB,KAAK;;MA2BG,eAAe,CAAA;;4GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAf,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EA9Bf,YAAA,EAAA,CAAA,SAAS,CA0BR,EAAA,OAAA,EAAA,CAAA,YAAY,aA1Bb,SAAS,CAAA,EAAA,CAAA,CAAA;AA8BT,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAJd,YAAY,CAAA,EAAA,CAAA,CAAA;2FAIb,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,SAAS,CAAC;oBACpB,YAAY,EAAE,CAAC,SAAS,CAAC;iBAC5B,CAAA;;;ACvCD;;AAEG;;;;"}
@@ -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.0", ngImport: i0, type: Avatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
+ Avatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", 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.0", 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.0", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
+ AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: AvatarModule, declarations: [Avatar], imports: [CommonModule], exports: [Avatar] });
67
+ AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AvatarModule, imports: [CommonModule] });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AvatarModule, decorators: [{
69
69
  type: NgModule,
70
70
  args: [{
71
71
  imports: [CommonModule],
@@ -80,3 +80,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
80
80
 
81
81
  export { Avatar, AvatarModule };
82
82
  //# sourceMappingURL=primeng-avatar.mjs.map
83
+ //# sourceMappingURL=primeng-avatar.mjs.map
@@ -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.0", ngImport: i0, type: AvatarGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ AvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", 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.0", 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.0", ngImport: i0, type: AvatarGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
+ AvatarGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: AvatarGroupModule, declarations: [AvatarGroup], imports: [CommonModule], exports: [AvatarGroup] });
32
+ AvatarGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AvatarGroupModule, imports: [CommonModule] });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: AvatarGroupModule, decorators: [{
34
34
  type: NgModule,
35
35
  args: [{
36
36
  imports: [CommonModule],
@@ -45,3 +45,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
45
45
 
46
46
  export { AvatarGroup, AvatarGroupModule };
47
47
  //# sourceMappingURL=primeng-avatargroup.mjs.map
48
+ //# sourceMappingURL=primeng-avatargroup.mjs.map