primeng 16.1.0 → 16.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (419) hide show
  1. package/accordion/accordion.d.ts +14 -2
  2. package/api/primengconfig.d.ts +1 -1
  3. package/api/translation.d.ts +78 -23
  4. package/button/button.d.ts +1 -1
  5. package/carousel/carousel.d.ts +17 -1
  6. package/confirmdialog/confirmdialog.d.ts +7 -1
  7. package/contextmenu/contextmenu.d.ts +3 -1
  8. package/dialog/dialog.d.ts +1 -0
  9. package/dynamicdialog/dynamicdialog-config.d.ts +4 -0
  10. package/dynamicdialog/dynamicdialog.d.ts +2 -0
  11. package/esm2022/accordion/accordion.mjs +45 -17
  12. package/esm2022/animate/animate.mjs +7 -7
  13. package/esm2022/api/confirmationservice.mjs +3 -3
  14. package/esm2022/api/contextmenuservice.mjs +3 -3
  15. package/esm2022/api/filterservice.mjs +3 -3
  16. package/esm2022/api/messageservice.mjs +3 -3
  17. package/esm2022/api/overlayservice.mjs +3 -3
  18. package/esm2022/api/primengconfig.mjs +4 -4
  19. package/esm2022/api/shared.mjs +13 -13
  20. package/esm2022/api/translation.mjs +1 -1
  21. package/esm2022/api/treedragdropservice.mjs +3 -3
  22. package/esm2022/autocomplete/autocomplete.mjs +7 -7
  23. package/esm2022/autofocus/autofocus.mjs +7 -7
  24. package/esm2022/avatar/avatar.mjs +7 -7
  25. package/esm2022/avatargroup/avatargroup.mjs +7 -7
  26. package/esm2022/badge/badge.mjs +10 -10
  27. package/esm2022/baseicon/baseicon.mjs +3 -3
  28. package/esm2022/blockui/blockui.mjs +7 -7
  29. package/esm2022/breadcrumb/breadcrumb.mjs +7 -7
  30. package/esm2022/button/button.mjs +44 -31
  31. package/esm2022/calendar/calendar.mjs +7 -7
  32. package/esm2022/card/card.mjs +7 -7
  33. package/esm2022/carousel/carousel.mjs +153 -27
  34. package/esm2022/cascadeselect/cascadeselect.mjs +10 -10
  35. package/esm2022/chart/chart.mjs +7 -7
  36. package/esm2022/checkbox/checkbox.mjs +7 -7
  37. package/esm2022/chip/chip.mjs +7 -7
  38. package/esm2022/chips/chips.mjs +7 -7
  39. package/esm2022/colorpicker/colorpicker.mjs +7 -7
  40. package/esm2022/confirmdialog/confirmdialog.mjs +28 -12
  41. package/esm2022/confirmpopup/confirmpopup.mjs +10 -8
  42. package/esm2022/contextmenu/contextmenu.mjs +19 -15
  43. package/esm2022/dataview/dataview.mjs +10 -10
  44. package/esm2022/defer/defer.mjs +7 -7
  45. package/esm2022/dialog/dialog.mjs +21 -16
  46. package/esm2022/divider/divider.mjs +7 -7
  47. package/esm2022/dock/dock.mjs +7 -7
  48. package/esm2022/dragdrop/dragdrop.mjs +10 -10
  49. package/esm2022/dropdown/dropdown.mjs +10 -10
  50. package/esm2022/dynamicdialog/dialogservice.mjs +3 -3
  51. package/esm2022/dynamicdialog/dynamicdialog-config.mjs +5 -1
  52. package/esm2022/dynamicdialog/dynamicdialog.mjs +23 -13
  53. package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  54. package/esm2022/editor/editor.mjs +7 -7
  55. package/esm2022/fieldset/fieldset.mjs +7 -7
  56. package/esm2022/fileupload/fileupload.mjs +56 -48
  57. package/esm2022/focustrap/focustrap.mjs +7 -7
  58. package/esm2022/galleria/galleria.mjs +257 -48
  59. package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
  60. package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
  61. package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
  62. package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
  63. package/esm2022/icons/angledown/angledown.mjs +3 -3
  64. package/esm2022/icons/angleleft/angleleft.mjs +3 -3
  65. package/esm2022/icons/angleright/angleright.mjs +3 -3
  66. package/esm2022/icons/angleup/angleup.mjs +3 -3
  67. package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
  68. package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
  69. package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
  70. package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
  71. package/esm2022/icons/arrowright/arrowright.mjs +3 -3
  72. package/esm2022/icons/arrowup/arrowup.mjs +3 -3
  73. package/esm2022/icons/ban/ban.mjs +3 -3
  74. package/esm2022/icons/bars/bars.mjs +3 -3
  75. package/esm2022/icons/calendar/calendar.mjs +3 -3
  76. package/esm2022/icons/caretleft/caretleft.mjs +3 -3
  77. package/esm2022/icons/caretright/caretright.mjs +3 -3
  78. package/esm2022/icons/check/check.mjs +3 -3
  79. package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
  80. package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
  81. package/esm2022/icons/chevronright/chevronright.mjs +3 -3
  82. package/esm2022/icons/chevronup/chevronup.mjs +3 -3
  83. package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
  84. package/esm2022/icons/eye/eye.mjs +3 -3
  85. package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
  86. package/esm2022/icons/filter/filter.mjs +3 -3
  87. package/esm2022/icons/filterslash/filterslash.mjs +3 -3
  88. package/esm2022/icons/home/home.mjs +3 -3
  89. package/esm2022/icons/infocircle/infocircle.mjs +3 -3
  90. package/esm2022/icons/minus/minus.mjs +3 -3
  91. package/esm2022/icons/pencil/pencil.mjs +3 -3
  92. package/esm2022/icons/plus/plus.mjs +3 -3
  93. package/esm2022/icons/refresh/refresh.mjs +3 -3
  94. package/esm2022/icons/search/search.mjs +3 -3
  95. package/esm2022/icons/searchminus/searchminus.mjs +3 -3
  96. package/esm2022/icons/searchplus/searchplus.mjs +3 -3
  97. package/esm2022/icons/sortalt/sortalt.mjs +3 -3
  98. package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
  99. package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
  100. package/esm2022/icons/spinner/spinner.mjs +3 -3
  101. package/esm2022/icons/star/star.mjs +3 -3
  102. package/esm2022/icons/starfill/starfill.mjs +3 -3
  103. package/esm2022/icons/thlarge/thlarge.mjs +3 -3
  104. package/esm2022/icons/times/times.mjs +3 -3
  105. package/esm2022/icons/timescircle/timescircle.mjs +3 -3
  106. package/esm2022/icons/trash/trash.mjs +3 -3
  107. package/esm2022/icons/undo/undo.mjs +3 -3
  108. package/esm2022/icons/upload/upload.mjs +3 -3
  109. package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
  110. package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
  111. package/esm2022/image/image.mjs +67 -26
  112. package/esm2022/inplace/inplace.mjs +13 -13
  113. package/esm2022/inputmask/inputmask.mjs +7 -7
  114. package/esm2022/inputnumber/inputnumber.mjs +18 -8
  115. package/esm2022/inputswitch/inputswitch.mjs +7 -7
  116. package/esm2022/inputtext/inputtext.mjs +7 -7
  117. package/esm2022/inputtextarea/inputtextarea.mjs +7 -7
  118. package/esm2022/keyfilter/keyfilter.mjs +7 -7
  119. package/esm2022/knob/knob.mjs +7 -7
  120. package/esm2022/listbox/listbox.mjs +7 -7
  121. package/esm2022/megamenu/megamenu.mjs +23 -14
  122. package/esm2022/menu/menu.mjs +20 -20
  123. package/esm2022/menubar/menubar.mjs +28 -19
  124. package/esm2022/message/message.mjs +7 -7
  125. package/esm2022/messages/messages.mjs +34 -34
  126. package/esm2022/multiselect/multiselect.mjs +12 -11
  127. package/esm2022/orderlist/orderlist.mjs +7 -7
  128. package/esm2022/organizationchart/organizationchart.mjs +15 -15
  129. package/esm2022/overlay/overlay.mjs +7 -7
  130. package/esm2022/overlaypanel/overlaypanel.mjs +12 -8
  131. package/esm2022/paginator/paginator.mjs +7 -7
  132. package/esm2022/panel/panel.mjs +7 -7
  133. package/esm2022/panelmenu/panelmenu.mjs +54 -35
  134. package/esm2022/password/password.mjs +13 -13
  135. package/esm2022/picklist/picklist.mjs +7 -7
  136. package/esm2022/progressbar/progressbar.mjs +7 -7
  137. package/esm2022/progressspinner/progressspinner.mjs +7 -7
  138. package/esm2022/radiobutton/radiobutton.mjs +10 -10
  139. package/esm2022/rating/rating.mjs +7 -7
  140. package/esm2022/ripple/ripple.mjs +7 -7
  141. package/esm2022/scroller/scroller.mjs +7 -7
  142. package/esm2022/scrollpanel/scrollpanel.mjs +7 -7
  143. package/esm2022/scrolltop/scrolltop.mjs +7 -7
  144. package/esm2022/selectbutton/selectbutton.mjs +9 -9
  145. package/esm2022/sidebar/sidebar.mjs +51 -20
  146. package/esm2022/skeleton/skeleton.mjs +7 -7
  147. package/esm2022/slidemenu/slidemenu.mjs +26 -19
  148. package/esm2022/slider/slider.mjs +7 -7
  149. package/esm2022/speeddial/speeddial.mjs +297 -21
  150. package/esm2022/spinner/spinner.mjs +7 -7
  151. package/esm2022/splitbutton/splitbutton.mjs +70 -15
  152. package/esm2022/splitter/splitter.mjs +7 -7
  153. package/esm2022/steps/steps.mjs +7 -7
  154. package/esm2022/styleclass/styleclass.mjs +7 -7
  155. package/esm2022/table/table.mjs +82 -82
  156. package/esm2022/tabmenu/tabmenu.mjs +20 -10
  157. package/esm2022/tabview/tabview.mjs +72 -23
  158. package/esm2022/tag/tag.mjs +7 -7
  159. package/esm2022/terminal/terminal.mjs +7 -7
  160. package/esm2022/terminal/terminalservice.mjs +3 -3
  161. package/esm2022/tieredmenu/tieredmenu.mjs +26 -15
  162. package/esm2022/timeline/timeline.mjs +9 -9
  163. package/esm2022/toast/toast.mjs +63 -35
  164. package/esm2022/togglebutton/togglebutton.mjs +9 -9
  165. package/esm2022/toolbar/toolbar.mjs +7 -7
  166. package/esm2022/tooltip/tooltip.mjs +14 -9
  167. package/esm2022/tree/tree.mjs +10 -10
  168. package/esm2022/treeselect/treeselect.mjs +7 -7
  169. package/esm2022/treetable/treetable.mjs +55 -55
  170. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +7 -7
  171. package/esm2022/virtualscroller/virtualscroller.mjs +7 -7
  172. package/fesm2022/primeng-accordion.mjs +44 -16
  173. package/fesm2022/primeng-accordion.mjs.map +1 -1
  174. package/fesm2022/primeng-animate.mjs +7 -7
  175. package/fesm2022/primeng-api.mjs +34 -34
  176. package/fesm2022/primeng-api.mjs.map +1 -1
  177. package/fesm2022/primeng-autocomplete.mjs +7 -7
  178. package/fesm2022/primeng-autofocus.mjs +7 -7
  179. package/fesm2022/primeng-avatar.mjs +7 -7
  180. package/fesm2022/primeng-avatargroup.mjs +7 -7
  181. package/fesm2022/primeng-badge.mjs +10 -10
  182. package/fesm2022/primeng-baseicon.mjs +3 -3
  183. package/fesm2022/primeng-blockui.mjs +7 -7
  184. package/fesm2022/primeng-breadcrumb.mjs +7 -7
  185. package/fesm2022/primeng-button.mjs +43 -30
  186. package/fesm2022/primeng-button.mjs.map +1 -1
  187. package/fesm2022/primeng-calendar.mjs +7 -7
  188. package/fesm2022/primeng-card.mjs +7 -7
  189. package/fesm2022/primeng-carousel.mjs +152 -26
  190. package/fesm2022/primeng-carousel.mjs.map +1 -1
  191. package/fesm2022/primeng-cascadeselect.mjs +10 -10
  192. package/fesm2022/primeng-chart.mjs +7 -7
  193. package/fesm2022/primeng-checkbox.mjs +7 -7
  194. package/fesm2022/primeng-chip.mjs +7 -7
  195. package/fesm2022/primeng-chips.mjs +7 -7
  196. package/fesm2022/primeng-colorpicker.mjs +7 -7
  197. package/fesm2022/primeng-confirmdialog.mjs +27 -11
  198. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  199. package/fesm2022/primeng-confirmpopup.mjs +9 -7
  200. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  201. package/fesm2022/primeng-contextmenu.mjs +18 -14
  202. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  203. package/fesm2022/primeng-dataview.mjs +10 -10
  204. package/fesm2022/primeng-defer.mjs +7 -7
  205. package/fesm2022/primeng-dialog.mjs +20 -15
  206. package/fesm2022/primeng-dialog.mjs.map +1 -1
  207. package/fesm2022/primeng-divider.mjs +7 -7
  208. package/fesm2022/primeng-dock.mjs +7 -7
  209. package/fesm2022/primeng-dragdrop.mjs +10 -10
  210. package/fesm2022/primeng-dropdown.mjs +10 -10
  211. package/fesm2022/primeng-dynamicdialog.mjs +32 -18
  212. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  213. package/fesm2022/primeng-editor.mjs +7 -7
  214. package/fesm2022/primeng-fieldset.mjs +7 -7
  215. package/fesm2022/primeng-fileupload.mjs +55 -47
  216. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  217. package/fesm2022/primeng-focustrap.mjs +7 -7
  218. package/fesm2022/primeng-galleria.mjs +256 -47
  219. package/fesm2022/primeng-galleria.mjs.map +1 -1
  220. package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
  221. package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
  222. package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
  223. package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
  224. package/fesm2022/primeng-icons-angledown.mjs +3 -3
  225. package/fesm2022/primeng-icons-angleleft.mjs +3 -3
  226. package/fesm2022/primeng-icons-angleright.mjs +3 -3
  227. package/fesm2022/primeng-icons-angleup.mjs +3 -3
  228. package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
  229. package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
  230. package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
  231. package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
  232. package/fesm2022/primeng-icons-arrowright.mjs +3 -3
  233. package/fesm2022/primeng-icons-arrowup.mjs +3 -3
  234. package/fesm2022/primeng-icons-ban.mjs +3 -3
  235. package/fesm2022/primeng-icons-bars.mjs +3 -3
  236. package/fesm2022/primeng-icons-calendar.mjs +3 -3
  237. package/fesm2022/primeng-icons-caretleft.mjs +3 -3
  238. package/fesm2022/primeng-icons-caretright.mjs +3 -3
  239. package/fesm2022/primeng-icons-check.mjs +3 -3
  240. package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
  241. package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
  242. package/fesm2022/primeng-icons-chevronright.mjs +3 -3
  243. package/fesm2022/primeng-icons-chevronup.mjs +3 -3
  244. package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
  245. package/fesm2022/primeng-icons-eye.mjs +3 -3
  246. package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
  247. package/fesm2022/primeng-icons-filter.mjs +3 -3
  248. package/fesm2022/primeng-icons-filterslash.mjs +3 -3
  249. package/fesm2022/primeng-icons-home.mjs +3 -3
  250. package/fesm2022/primeng-icons-infocircle.mjs +3 -3
  251. package/fesm2022/primeng-icons-minus.mjs +3 -3
  252. package/fesm2022/primeng-icons-pencil.mjs +3 -3
  253. package/fesm2022/primeng-icons-plus.mjs +3 -3
  254. package/fesm2022/primeng-icons-refresh.mjs +3 -3
  255. package/fesm2022/primeng-icons-search.mjs +3 -3
  256. package/fesm2022/primeng-icons-searchminus.mjs +3 -3
  257. package/fesm2022/primeng-icons-searchplus.mjs +3 -3
  258. package/fesm2022/primeng-icons-sortalt.mjs +3 -3
  259. package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
  260. package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
  261. package/fesm2022/primeng-icons-spinner.mjs +3 -3
  262. package/fesm2022/primeng-icons-star.mjs +3 -3
  263. package/fesm2022/primeng-icons-starfill.mjs +3 -3
  264. package/fesm2022/primeng-icons-thlarge.mjs +3 -3
  265. package/fesm2022/primeng-icons-times.mjs +3 -3
  266. package/fesm2022/primeng-icons-timescircle.mjs +3 -3
  267. package/fesm2022/primeng-icons-trash.mjs +3 -3
  268. package/fesm2022/primeng-icons-undo.mjs +3 -3
  269. package/fesm2022/primeng-icons-upload.mjs +3 -3
  270. package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
  271. package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
  272. package/fesm2022/primeng-image.mjs +66 -25
  273. package/fesm2022/primeng-image.mjs.map +1 -1
  274. package/fesm2022/primeng-inplace.mjs +13 -13
  275. package/fesm2022/primeng-inputmask.mjs +7 -7
  276. package/fesm2022/primeng-inputnumber.mjs +17 -7
  277. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  278. package/fesm2022/primeng-inputswitch.mjs +7 -7
  279. package/fesm2022/primeng-inputtext.mjs +7 -7
  280. package/fesm2022/primeng-inputtextarea.mjs +7 -7
  281. package/fesm2022/primeng-keyfilter.mjs +7 -7
  282. package/fesm2022/primeng-knob.mjs +7 -7
  283. package/fesm2022/primeng-listbox.mjs +7 -7
  284. package/fesm2022/primeng-megamenu.mjs +22 -13
  285. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  286. package/fesm2022/primeng-menu.mjs +19 -19
  287. package/fesm2022/primeng-menu.mjs.map +1 -1
  288. package/fesm2022/primeng-menubar.mjs +27 -18
  289. package/fesm2022/primeng-menubar.mjs.map +1 -1
  290. package/fesm2022/primeng-message.mjs +7 -7
  291. package/fesm2022/primeng-messages.mjs +33 -33
  292. package/fesm2022/primeng-messages.mjs.map +1 -1
  293. package/fesm2022/primeng-multiselect.mjs +11 -10
  294. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  295. package/fesm2022/primeng-orderlist.mjs +7 -7
  296. package/fesm2022/primeng-organizationchart.mjs +14 -14
  297. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  298. package/fesm2022/primeng-overlay.mjs +7 -7
  299. package/fesm2022/primeng-overlaypanel.mjs +11 -7
  300. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  301. package/fesm2022/primeng-paginator.mjs +7 -7
  302. package/fesm2022/primeng-panel.mjs +7 -7
  303. package/fesm2022/primeng-panelmenu.mjs +53 -34
  304. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  305. package/fesm2022/primeng-password.mjs +13 -13
  306. package/fesm2022/primeng-picklist.mjs +7 -7
  307. package/fesm2022/primeng-progressbar.mjs +7 -7
  308. package/fesm2022/primeng-progressspinner.mjs +7 -7
  309. package/fesm2022/primeng-radiobutton.mjs +10 -10
  310. package/fesm2022/primeng-rating.mjs +7 -7
  311. package/fesm2022/primeng-ripple.mjs +7 -7
  312. package/fesm2022/primeng-scroller.mjs +7 -7
  313. package/fesm2022/primeng-scrollpanel.mjs +7 -7
  314. package/fesm2022/primeng-scrolltop.mjs +7 -7
  315. package/fesm2022/primeng-selectbutton.mjs +9 -9
  316. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  317. package/fesm2022/primeng-sidebar.mjs +50 -19
  318. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  319. package/fesm2022/primeng-skeleton.mjs +7 -7
  320. package/fesm2022/primeng-slidemenu.mjs +25 -18
  321. package/fesm2022/primeng-slidemenu.mjs.map +1 -1
  322. package/fesm2022/primeng-slider.mjs +7 -7
  323. package/fesm2022/primeng-speeddial.mjs +296 -20
  324. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  325. package/fesm2022/primeng-spinner.mjs +7 -7
  326. package/fesm2022/primeng-splitbutton.mjs +69 -14
  327. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  328. package/fesm2022/primeng-splitter.mjs +7 -7
  329. package/fesm2022/primeng-steps.mjs +7 -7
  330. package/fesm2022/primeng-styleclass.mjs +7 -7
  331. package/fesm2022/primeng-table.mjs +82 -82
  332. package/fesm2022/primeng-tabmenu.mjs +19 -9
  333. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  334. package/fesm2022/primeng-tabview.mjs +71 -22
  335. package/fesm2022/primeng-tabview.mjs.map +1 -1
  336. package/fesm2022/primeng-tag.mjs +7 -7
  337. package/fesm2022/primeng-terminal.mjs +10 -10
  338. package/fesm2022/primeng-tieredmenu.mjs +25 -14
  339. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  340. package/fesm2022/primeng-timeline.mjs +9 -9
  341. package/fesm2022/primeng-timeline.mjs.map +1 -1
  342. package/fesm2022/primeng-toast.mjs +62 -34
  343. package/fesm2022/primeng-toast.mjs.map +1 -1
  344. package/fesm2022/primeng-togglebutton.mjs +9 -9
  345. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  346. package/fesm2022/primeng-toolbar.mjs +7 -7
  347. package/fesm2022/primeng-tooltip.mjs +13 -8
  348. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  349. package/fesm2022/primeng-tree.mjs +10 -10
  350. package/fesm2022/primeng-treeselect.mjs +7 -7
  351. package/fesm2022/primeng-treetable.mjs +55 -55
  352. package/fesm2022/primeng-tristatecheckbox.mjs +7 -7
  353. package/fesm2022/primeng-virtualscroller.mjs +7 -7
  354. package/galleria/galleria.d.ts +24 -4
  355. package/image/image.d.ts +10 -1
  356. package/megamenu/megamenu.d.ts +3 -1
  357. package/menubar/menubar.d.ts +3 -1
  358. package/package.json +166 -166
  359. package/panelmenu/panelmenu.d.ts +3 -1
  360. package/resources/components/button/button.css +4 -0
  361. package/resources/components/menubar/menubar.css +4 -0
  362. package/resources/components/tabview/tabview.css +3 -2
  363. package/resources/primeng.css +3 -0
  364. package/resources/primeng.min.css +1 -1
  365. package/resources/themes/arya-blue/theme.css +16 -6
  366. package/resources/themes/arya-green/theme.css +16 -6
  367. package/resources/themes/arya-orange/theme.css +16 -6
  368. package/resources/themes/arya-purple/theme.css +16 -6
  369. package/resources/themes/bootstrap4-dark-blue/theme.css +16 -6
  370. package/resources/themes/bootstrap4-dark-purple/theme.css +16 -6
  371. package/resources/themes/bootstrap4-light-blue/theme.css +16 -6
  372. package/resources/themes/bootstrap4-light-purple/theme.css +16 -6
  373. package/resources/themes/fluent-light/theme.css +16 -6
  374. package/resources/themes/lara-dark-blue/theme.css +16 -6
  375. package/resources/themes/lara-dark-indigo/theme.css +16 -6
  376. package/resources/themes/lara-dark-purple/theme.css +16 -6
  377. package/resources/themes/lara-dark-teal/theme.css +16 -6
  378. package/resources/themes/lara-light-blue/theme.css +16 -6
  379. package/resources/themes/lara-light-indigo/theme.css +16 -6
  380. package/resources/themes/lara-light-purple/theme.css +16 -6
  381. package/resources/themes/lara-light-teal/theme.css +16 -6
  382. package/resources/themes/luna-amber/theme.css +16 -6
  383. package/resources/themes/luna-blue/theme.css +16 -6
  384. package/resources/themes/luna-green/theme.css +16 -6
  385. package/resources/themes/luna-pink/theme.css +16 -6
  386. package/resources/themes/md-dark-deeppurple/theme.css +16 -6
  387. package/resources/themes/md-dark-indigo/theme.css +16 -6
  388. package/resources/themes/md-light-deeppurple/theme.css +16 -6
  389. package/resources/themes/md-light-indigo/theme.css +16 -6
  390. package/resources/themes/mdc-dark-deeppurple/theme.css +16 -6
  391. package/resources/themes/mdc-dark-indigo/theme.css +16 -6
  392. package/resources/themes/mdc-light-deeppurple/theme.css +16 -6
  393. package/resources/themes/mdc-light-indigo/theme.css +16 -6
  394. package/resources/themes/mira/theme.css +16 -6
  395. package/resources/themes/nano/theme.css +16 -6
  396. package/resources/themes/nova/theme.css +16 -6
  397. package/resources/themes/nova-accent/theme.css +16 -6
  398. package/resources/themes/nova-alt/theme.css +16 -6
  399. package/resources/themes/rhea/theme.css +16 -6
  400. package/resources/themes/saga-blue/theme.css +16 -6
  401. package/resources/themes/saga-green/theme.css +16 -6
  402. package/resources/themes/saga-orange/theme.css +16 -6
  403. package/resources/themes/saga-purple/theme.css +16 -6
  404. package/resources/themes/soho-dark/theme.css +16 -6
  405. package/resources/themes/soho-light/theme.css +16 -6
  406. package/resources/themes/tailwind-light/theme.css +16 -6
  407. package/resources/themes/vela-blue/theme.css +16 -6
  408. package/resources/themes/vela-green/theme.css +16 -6
  409. package/resources/themes/vela-orange/theme.css +16 -6
  410. package/resources/themes/vela-purple/theme.css +16 -6
  411. package/resources/themes/viva-dark/theme.css +16 -6
  412. package/resources/themes/viva-light/theme.css +16 -6
  413. package/sidebar/sidebar.d.ts +1 -0
  414. package/slidemenu/slidemenu.d.ts +8 -6
  415. package/speeddial/speeddial.d.ts +34 -1
  416. package/splitbutton/splitbutton.d.ts +5 -1
  417. package/tabmenu/tabmenu.d.ts +3 -1
  418. package/tabview/tabview.d.ts +10 -2
  419. package/tieredmenu/tieredmenu.d.ts +3 -1
@@ -2,11 +2,11 @@ import { CommonModule } from '@angular/common';
2
2
  import { Component, Directive, Input, NgModule } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  class Header {
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Header, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Header, selector: "p-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Header, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: Header, selector: "p-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
7
7
  }
8
8
  export { Header };
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Header, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Header, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'p-header',
@@ -14,11 +14,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
14
14
  }]
15
15
  }] });
16
16
  class Footer {
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Footer, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Footer, selector: "p-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Footer, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: Footer, selector: "p-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
19
19
  }
20
20
  export { Footer };
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Footer, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Footer, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  selector: 'p-footer',
@@ -35,11 +35,11 @@ class PrimeTemplate {
35
35
  getType() {
36
36
  return this.name;
37
37
  }
38
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeTemplate, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
39
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.2", type: PrimeTemplate, selector: "[pTemplate]", inputs: { type: "type", name: ["pTemplate", "name"] }, ngImport: i0 });
38
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeTemplate, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
39
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: PrimeTemplate, selector: "[pTemplate]", inputs: { type: "type", name: ["pTemplate", "name"] }, ngImport: i0 });
40
40
  }
41
41
  export { PrimeTemplate };
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeTemplate, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeTemplate, decorators: [{
43
43
  type: Directive,
44
44
  args: [{
45
45
  selector: '[pTemplate]',
@@ -52,12 +52,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
52
52
  args: ['pTemplate']
53
53
  }] } });
54
54
  class SharedModule {
55
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
56
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: SharedModule, declarations: [Header, Footer, PrimeTemplate], imports: [CommonModule], exports: [Header, Footer, PrimeTemplate] });
57
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SharedModule, imports: [CommonModule] });
55
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
56
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: SharedModule, declarations: [Header, Footer, PrimeTemplate], imports: [CommonModule], exports: [Header, Footer, PrimeTemplate] });
57
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SharedModule, imports: [CommonModule] });
58
58
  }
59
59
  export { SharedModule };
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SharedModule, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SharedModule, decorators: [{
61
61
  type: NgModule,
62
62
  args: [{
63
63
  imports: [CommonModule],
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNsYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXBwL2NvbXBvbmVudHMvYXBpL3RyYW5zbGF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFJlcHJlc2VudHMgYSBzZXQgb2YgdHJhbnNsYXRlZCBzdHJpbmdzIHVzZWQgaW4gYSBjb21wb25lbnQgb3IgYXBwbGljYXRpb24uXG4gKiBAZ3JvdXAgSW50ZXJmYWNlXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVHJhbnNsYXRpb24ge1xuICAgIHN0YXJ0c1dpdGg/OiBzdHJpbmc7XG4gICAgY29udGFpbnM/OiBzdHJpbmc7XG4gICAgbm90Q29udGFpbnM/OiBzdHJpbmc7XG4gICAgZW5kc1dpdGg/OiBzdHJpbmc7XG4gICAgZXF1YWxzPzogc3RyaW5nO1xuICAgIG5vdEVxdWFscz86IHN0cmluZztcbiAgICBub0ZpbHRlcj86IHN0cmluZztcbiAgICBsdD86IHN0cmluZztcbiAgICBsdGU/OiBzdHJpbmc7XG4gICAgZ3Q/OiBzdHJpbmc7XG4gICAgZ3RlPzogc3RyaW5nO1xuICAgIGlzPzogc3RyaW5nO1xuICAgIGlzTm90Pzogc3RyaW5nO1xuICAgIGJlZm9yZT86IHN0cmluZztcbiAgICBhZnRlcj86IHN0cmluZztcbiAgICBkYXRlSXM/OiBzdHJpbmc7XG4gICAgZGF0ZUlzTm90Pzogc3RyaW5nO1xuICAgIGRhdGVCZWZvcmU/OiBzdHJpbmc7XG4gICAgZGF0ZUFmdGVyPzogc3RyaW5nO1xuICAgIGNsZWFyPzogc3RyaW5nO1xuICAgIGFwcGx5Pzogc3RyaW5nO1xuICAgIG1hdGNoQWxsPzogc3RyaW5nO1xuICAgIG1hdGNoQW55Pzogc3RyaW5nO1xuICAgIGFkZFJ1bGU/OiBzdHJpbmc7XG4gICAgcmVtb3ZlUnVsZT86IHN0cmluZztcbiAgICBhY2NlcHQ/OiBzdHJpbmc7XG4gICAgcmVqZWN0Pzogc3RyaW5nO1xuICAgIGNob29zZT86IHN0cmluZztcbiAgICB1cGxvYWQ/OiBzdHJpbmc7XG4gICAgY2FuY2VsPzogc3RyaW5nO1xuICAgIGRheU5hbWVzPzogc3RyaW5nW107XG4gICAgZGF5TmFtZXNTaG9ydD86IHN0cmluZ1tdO1xuICAgIGRheU5hbWVzTWluPzogc3RyaW5nW107XG4gICAgbW9udGhOYW1lcz86IHN0cmluZ1tdO1xuICAgIG1vbnRoTmFtZXNTaG9ydD86IHN0cmluZ1tdO1xuICAgIGRhdGVGb3JtYXQ/OiBzdHJpbmc7XG4gICAgZmlyc3REYXlPZldlZWs/OiBudW1iZXI7XG4gICAgdG9kYXk/OiBzdHJpbmc7XG4gICAgd2Vla0hlYWRlcj86IHN0cmluZztcbiAgICB3ZWFrPzogc3RyaW5nO1xuICAgIG1lZGl1bT86IHN0cmluZztcbiAgICBzdHJvbmc/OiBzdHJpbmc7XG4gICAgcGFzc3dvcmRQcm9tcHQ/OiBzdHJpbmc7XG4gICAgZW1wdHlNZXNzYWdlPzogc3RyaW5nO1xuICAgIGVtcHR5RmlsdGVyTWVzc2FnZT86IHN0cmluZztcbiAgICBwZW5kaW5nOiBzdHJpbmc7XG4gICAgY2hvb3NlWWVhcjogc3RyaW5nO1xuICAgIGNob29zZU1vbnRoOiBzdHJpbmc7XG4gICAgY2hvb3NlRGF0ZTogc3RyaW5nO1xuICAgIHByZXZEZWNhZGU6IHN0cmluZztcbiAgICBuZXh0RGVjYWRlOiBzdHJpbmc7XG4gICAgcHJldlllYXI6IHN0cmluZztcbiAgICBuZXh0WWVhcjogc3RyaW5nO1xuICAgIHByZXZNb250aDogc3RyaW5nO1xuICAgIG5leHRNb250aDogc3RyaW5nO1xuICAgIHByZXZIb3VyOiBzdHJpbmc7XG4gICAgbmV4dEhvdXI6IHN0cmluZztcbiAgICBwcmV2TWludXRlOiBzdHJpbmc7XG4gICAgbmV4dE1pbnV0ZTogc3RyaW5nO1xuICAgIHByZXZTZWNvbmQ6IHN0cmluZztcbiAgICBuZXh0U2Vjb25kOiBzdHJpbmc7XG4gICAgYW06IHN0cmluZztcbiAgICBwbTogc3RyaW5nO1xuICAgIHNlYXJjaE1lc3NhZ2U6IHN0cmluZztcbiAgICBzZWxlY3Rpb25NZXNzYWdlOiBzdHJpbmc7XG4gICAgZW1wdHlTZWxlY3Rpb25NZXNzYWdlOiBzdHJpbmc7XG4gICAgZW1wdHlTZWFyY2hNZXNzYWdlOiBzdHJpbmc7XG4gICAgYXJpYT86IG9iamVjdDtcbn1cbiJdfQ==
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNsYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXBwL2NvbXBvbmVudHMvYXBpL3RyYW5zbGF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFJlcHJlc2VudHMgYSBzZXQgb2YgdHJhbnNsYXRlZCBzdHJpbmdzIHVzZWQgaW4gYSBjb21wb25lbnQgb3IgYXBwbGljYXRpb24uXG4gKiBAZ3JvdXAgSW50ZXJmYWNlXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVHJhbnNsYXRpb24ge1xuICAgIHN0YXJ0c1dpdGg/OiBzdHJpbmc7XG4gICAgY29udGFpbnM/OiBzdHJpbmc7XG4gICAgbm90Q29udGFpbnM/OiBzdHJpbmc7XG4gICAgZW5kc1dpdGg/OiBzdHJpbmc7XG4gICAgZXF1YWxzPzogc3RyaW5nO1xuICAgIG5vdEVxdWFscz86IHN0cmluZztcbiAgICBub0ZpbHRlcj86IHN0cmluZztcbiAgICBsdD86IHN0cmluZztcbiAgICBsdGU/OiBzdHJpbmc7XG4gICAgZ3Q/OiBzdHJpbmc7XG4gICAgZ3RlPzogc3RyaW5nO1xuICAgIGlzPzogc3RyaW5nO1xuICAgIGlzTm90Pzogc3RyaW5nO1xuICAgIGJlZm9yZT86IHN0cmluZztcbiAgICBhZnRlcj86IHN0cmluZztcbiAgICBkYXRlSXM/OiBzdHJpbmc7XG4gICAgZGF0ZUlzTm90Pzogc3RyaW5nO1xuICAgIGRhdGVCZWZvcmU/OiBzdHJpbmc7XG4gICAgZGF0ZUFmdGVyPzogc3RyaW5nO1xuICAgIGNsZWFyPzogc3RyaW5nO1xuICAgIGFwcGx5Pzogc3RyaW5nO1xuICAgIG1hdGNoQWxsPzogc3RyaW5nO1xuICAgIG1hdGNoQW55Pzogc3RyaW5nO1xuICAgIGFkZFJ1bGU/OiBzdHJpbmc7XG4gICAgcmVtb3ZlUnVsZT86IHN0cmluZztcbiAgICBhY2NlcHQ/OiBzdHJpbmc7XG4gICAgcmVqZWN0Pzogc3RyaW5nO1xuICAgIGNob29zZT86IHN0cmluZztcbiAgICB1cGxvYWQ/OiBzdHJpbmc7XG4gICAgY2FuY2VsPzogc3RyaW5nO1xuICAgIGRheU5hbWVzPzogc3RyaW5nW107XG4gICAgZGF5TmFtZXNTaG9ydD86IHN0cmluZ1tdO1xuICAgIGRheU5hbWVzTWluPzogc3RyaW5nW107XG4gICAgbW9udGhOYW1lcz86IHN0cmluZ1tdO1xuICAgIG1vbnRoTmFtZXNTaG9ydD86IHN0cmluZ1tdO1xuICAgIGRhdGVGb3JtYXQ/OiBzdHJpbmc7XG4gICAgZmlyc3REYXlPZldlZWs/OiBudW1iZXI7XG4gICAgdG9kYXk/OiBzdHJpbmc7XG4gICAgd2Vla0hlYWRlcj86IHN0cmluZztcbiAgICB3ZWFrPzogc3RyaW5nO1xuICAgIG1lZGl1bT86IHN0cmluZztcbiAgICBzdHJvbmc/OiBzdHJpbmc7XG4gICAgcGFzc3dvcmRQcm9tcHQ/OiBzdHJpbmc7XG4gICAgZW1wdHlNZXNzYWdlPzogc3RyaW5nO1xuICAgIGVtcHR5RmlsdGVyTWVzc2FnZT86IHN0cmluZztcbiAgICBwZW5kaW5nPzogc3RyaW5nO1xuICAgIGNob29zZVllYXI/OiBzdHJpbmc7XG4gICAgY2hvb3NlTW9udGg/OiBzdHJpbmc7XG4gICAgY2hvb3NlRGF0ZT86IHN0cmluZztcbiAgICBwcmV2RGVjYWRlPzogc3RyaW5nO1xuICAgIG5leHREZWNhZGU/OiBzdHJpbmc7XG4gICAgcHJldlllYXI/OiBzdHJpbmc7XG4gICAgbmV4dFllYXI/OiBzdHJpbmc7XG4gICAgcHJldk1vbnRoPzogc3RyaW5nO1xuICAgIG5leHRNb250aD86IHN0cmluZztcbiAgICBwcmV2SG91cj86IHN0cmluZztcbiAgICBuZXh0SG91cj86IHN0cmluZztcbiAgICBwcmV2TWludXRlPzogc3RyaW5nO1xuICAgIG5leHRNaW51dGU/OiBzdHJpbmc7XG4gICAgcHJldlNlY29uZD86IHN0cmluZztcbiAgICBuZXh0U2Vjb25kPzogc3RyaW5nO1xuICAgIGFtPzogc3RyaW5nO1xuICAgIHBtPzogc3RyaW5nO1xuICAgIHNlYXJjaE1lc3NhZ2U/OiBzdHJpbmc7XG4gICAgc2VsZWN0aW9uTWVzc2FnZT86IHN0cmluZztcbiAgICBlbXB0eVNlbGVjdGlvbk1lc3NhZ2U/OiBzdHJpbmc7XG4gICAgZW1wdHlTZWFyY2hNZXNzYWdlPzogc3RyaW5nO1xuICAgIGFyaWE/OiBBcmlhO1xufVxuLyoqXG4gKiBSZXByZXNlbnRzIGEgc2V0IG9mIHRyYW5zbGF0ZWQgSFRNTCBhdHRyaWJ1dGVzIHVzZWQgaW4gYSBjb21wb25lbnQgb3IgYXBwbGljYXRpb24uXG4gKiBAZ3JvdXAgSW50ZXJmYWNlXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQXJpYSB7XG4gICAgdHJ1ZUxhYmVsPzogc3RyaW5nO1xuICAgIGZhbHNlTGFiZWw/OiBzdHJpbmc7XG4gICAgbnVsbExhYmVsPzogc3RyaW5nO1xuICAgIHN0YXI/OiBzdHJpbmc7XG4gICAgc3RhcnM/OiBzdHJpbmc7XG4gICAgc2VsZWN0QWxsPzogc3RyaW5nO1xuICAgIHVuc2VsZWN0QWxsPzogc3RyaW5nO1xuICAgIGNsb3NlPzogc3RyaW5nO1xuICAgIHByZXZpb3VzPzogc3RyaW5nO1xuICAgIG5leHQ/OiBzdHJpbmc7XG4gICAgbmF2aWdhdGlvbj86IHN0cmluZztcbiAgICBzY3JvbGxUb3A/OiBzdHJpbmc7XG4gICAgbW92ZVRvcD86IHN0cmluZztcbiAgICBtb3ZlVXA/OiBzdHJpbmc7XG4gICAgbW92ZURvd24/OiBzdHJpbmc7XG4gICAgbW92ZUJvdHRvbT86IHN0cmluZztcbiAgICBtb3ZlVG9UYXJnZXQ/OiBzdHJpbmc7XG4gICAgbW92ZVRvU291cmNlPzogc3RyaW5nO1xuICAgIG1vdmVBbGxUb1RhcmdldD86IHN0cmluZztcbiAgICBtb3ZlQWxsVG9Tb3VyY2U/OiBzdHJpbmc7XG4gICAgcGFnZUxhYmVsPzogc3RyaW5nO1xuICAgIGZpcnN0UGFnZUxhYmVsPzogc3RyaW5nO1xuICAgIGxhc3RQYWdlTGFiZWw/OiBzdHJpbmc7XG4gICAgbmV4dFBhZ2VMYWJlbD86IHN0cmluZztcbiAgICBwcmV2UGFnZUxhYmVsPzogc3RyaW5nO1xuICAgIHJvd3NQZXJQYWdlTGFiZWw/OiBzdHJpbmc7XG4gICAgcHJldmlvdXNQYWdlTGFiZWw/OiBzdHJpbmc7XG4gICAganVtcFRvUGFnZURyb3Bkb3duTGFiZWw/OiBzdHJpbmc7XG4gICAganVtcFRvUGFnZUlucHV0TGFiZWw/OiBzdHJpbmc7XG4gICAgc2VsZWN0Um93Pzogc3RyaW5nO1xuICAgIHVuc2VsZWN0Um93Pzogc3RyaW5nO1xuICAgIGV4cGFuZFJvdz86IHN0cmluZztcbiAgICBjb2xsYXBzZVJvdz86IHN0cmluZztcbiAgICBzaG93RmlsdGVyTWVudT86IHN0cmluZztcbiAgICBoaWRlRmlsdGVyTWVudT86IHN0cmluZztcbiAgICBmaWx0ZXJPcGVyYXRvcj86IHN0cmluZztcbiAgICBmaWx0ZXJDb25zdHJhaW50Pzogc3RyaW5nO1xuICAgIGVkaXRSb3c/OiBzdHJpbmc7XG4gICAgc2F2ZUVkaXQ/OiBzdHJpbmc7XG4gICAgY2FuY2VsRWRpdD86IHN0cmluZztcbiAgICBsaXN0Vmlldz86IHN0cmluZztcbiAgICBncmlkVmlldz86IHN0cmluZztcbiAgICBzbGlkZT86IHN0cmluZztcbiAgICBzbGlkZU51bWJlcj86IHN0cmluZztcbiAgICB6b29tSW1hZ2U/OiBzdHJpbmc7XG4gICAgem9vbUluPzogc3RyaW5nO1xuICAgIHpvb21PdXQ/OiBzdHJpbmc7XG4gICAgcm90YXRlUmlnaHQ/OiBzdHJpbmc7XG4gICAgcm90YXRlTGVmdD86IHN0cmluZztcbn1cbiJdfQ==
@@ -12,11 +12,11 @@ class TreeDragDropService {
12
12
  stopDrag(event) {
13
13
  this.dragStopSource.next(event);
14
14
  }
15
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TreeDragDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TreeDragDropService });
15
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TreeDragDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TreeDragDropService });
17
17
  }
18
18
  export { TreeDragDropService };
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TreeDragDropService, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TreeDragDropService, decorators: [{
20
20
  type: Injectable
21
21
  }] });
22
22
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJlZWRyYWdkcm9wc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy9hcGkvdHJlZWRyYWdkcm9wc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBRy9CLE1BQ2EsbUJBQW1CO0lBQ3BCLGVBQWUsR0FBRyxJQUFJLE9BQU8sRUFBcUIsQ0FBQztJQUNuRCxjQUFjLEdBQUcsSUFBSSxPQUFPLEVBQXFCLENBQUM7SUFFMUQsVUFBVSxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDakQsU0FBUyxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsWUFBWSxFQUFFLENBQUM7SUFFL0MsU0FBUyxDQUFDLEtBQXdCO1FBQzlCLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3JDLENBQUM7SUFFRCxRQUFRLENBQUMsS0FBd0I7UUFDN0IsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDcEMsQ0FBQzt1R0FiUSxtQkFBbUI7MkdBQW5CLG1CQUFtQjs7U0FBbkIsbUJBQW1COzJGQUFuQixtQkFBbUI7a0JBRC9CLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBUcmVlTm9kZURyYWdFdmVudCB9IGZyb20gJy4vdHJlZW5vZGVkcmFnZXZlbnQnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgVHJlZURyYWdEcm9wU2VydmljZSB7XG4gICAgcHJpdmF0ZSBkcmFnU3RhcnRTb3VyY2UgPSBuZXcgU3ViamVjdDxUcmVlTm9kZURyYWdFdmVudD4oKTtcbiAgICBwcml2YXRlIGRyYWdTdG9wU291cmNlID0gbmV3IFN1YmplY3Q8VHJlZU5vZGVEcmFnRXZlbnQ+KCk7XG5cbiAgICBkcmFnU3RhcnQkID0gdGhpcy5kcmFnU3RhcnRTb3VyY2UuYXNPYnNlcnZhYmxlKCk7XG4gICAgZHJhZ1N0b3AkID0gdGhpcy5kcmFnU3RvcFNvdXJjZS5hc09ic2VydmFibGUoKTtcblxuICAgIHN0YXJ0RHJhZyhldmVudDogVHJlZU5vZGVEcmFnRXZlbnQpIHtcbiAgICAgICAgdGhpcy5kcmFnU3RhcnRTb3VyY2UubmV4dChldmVudCk7XG4gICAgfVxuXG4gICAgc3RvcERyYWcoZXZlbnQ6IFRyZWVOb2RlRHJhZ0V2ZW50KSB7XG4gICAgICAgIHRoaXMuZHJhZ1N0b3BTb3VyY2UubmV4dChldmVudCk7XG4gICAgfVxufVxuIl19
@@ -934,8 +934,8 @@ class AutoComplete {
934
934
  this.scrollHandler = null;
935
935
  }
936
936
  }
937
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoComplete, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.IterableDiffers }, { token: i1.PrimeNGConfig }, { token: i1.OverlayService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
938
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", 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", overlayOptions: "overlayOptions", suggestions: "suggestions", itemSize: "itemSize" }, 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 }, { propertyName: "overlayViewChild", first: true, predicate: ["overlay"], descendants: true }], ngImport: i0, template: `
937
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoComplete, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.IterableDiffers }, { token: i1.PrimeNGConfig }, { token: i1.OverlayService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
938
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.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", overlayOptions: "overlayOptions", suggestions: "suggestions", itemSize: "itemSize" }, 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 }, { propertyName: "overlayViewChild", first: true, predicate: ["overlay"], descendants: true }], ngImport: i0, template: `
939
939
  <span #container [ngClass]="{ 'p-autocomplete p-component': true, 'p-autocomplete-dd': dropdown, 'p-autocomplete-multiple': multiple }" [ngStyle]="style" [class]="styleClass">
940
940
  <input
941
941
  pAutoFocus
@@ -1119,7 +1119,7 @@ class AutoComplete {
1119
1119
  `, 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-panel{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{width:-moz-fit-content;width:fit-content;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: i0.forwardRef(function () { return i2.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgForOf; }), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgStyle; }), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(function () { return i3.Overlay; }), selector: "p-overlay", inputs: ["visible", "mode", "style", "styleClass", "contentStyle", "contentStyleClass", "target", "appendTo", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "listener", "responsive", "options"], outputs: ["visibleChange", "onBeforeShow", "onShow", "onBeforeHide", "onHide", "onAnimationStart", "onAnimationDone"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.PrimeTemplate; }), selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i0.forwardRef(function () { return i4.ButtonDirective; }), selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }, { kind: "directive", type: i0.forwardRef(function () { return i5.Ripple; }), selector: "[pRipple]" }, { kind: "component", type: i0.forwardRef(function () { return i6.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: i0.forwardRef(function () { return i7.AutoFocus; }), selector: "[pAutoFocus]", inputs: ["autofocus"] }, { kind: "component", type: i0.forwardRef(function () { return TimesCircleIcon; }), selector: "TimesCircleIcon" }, { kind: "component", type: i0.forwardRef(function () { return SpinnerIcon; }), selector: "SpinnerIcon" }, { kind: "component", type: i0.forwardRef(function () { return TimesIcon; }), selector: "TimesIcon" }, { kind: "component", type: i0.forwardRef(function () { return ChevronDownIcon; }), selector: "ChevronDownIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1120
1120
  }
1121
1121
  export { AutoComplete };
1122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoComplete, decorators: [{
1122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoComplete, decorators: [{
1123
1123
  type: Component,
1124
1124
  args: [{ selector: 'p-autoComplete', template: `
1125
1125
  <span #container [ngClass]="{ 'p-autocomplete p-component': true, 'p-autocomplete-dd': dropdown, 'p-autocomplete-multiple': multiple }" [ngStyle]="style" [class]="styleClass">
@@ -1466,12 +1466,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
1466
1466
  args: [PrimeTemplate]
1467
1467
  }] } });
1468
1468
  class AutoCompleteModule {
1469
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1470
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AutoCompleteModule, declarations: [AutoComplete], imports: [CommonModule, OverlayModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule, TimesCircleIcon, SpinnerIcon, TimesIcon, ChevronDownIcon], exports: [AutoComplete, OverlayModule, SharedModule, ScrollerModule, AutoFocusModule] });
1471
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoCompleteModule, imports: [CommonModule, OverlayModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule, TimesCircleIcon, SpinnerIcon, TimesIcon, ChevronDownIcon, OverlayModule, SharedModule, ScrollerModule, AutoFocusModule] });
1469
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1470
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: AutoCompleteModule, declarations: [AutoComplete], imports: [CommonModule, OverlayModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule, TimesCircleIcon, SpinnerIcon, TimesIcon, ChevronDownIcon], exports: [AutoComplete, OverlayModule, SharedModule, ScrollerModule, AutoFocusModule] });
1471
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoCompleteModule, imports: [CommonModule, OverlayModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule, TimesCircleIcon, SpinnerIcon, TimesIcon, ChevronDownIcon, OverlayModule, SharedModule, ScrollerModule, AutoFocusModule] });
1472
1472
  }
1473
1473
  export { AutoCompleteModule };
1474
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoCompleteModule, decorators: [{
1474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoCompleteModule, decorators: [{
1475
1475
  type: NgModule,
1476
1476
  args: [{
1477
1477
  imports: [CommonModule, OverlayModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule, TimesCircleIcon, SpinnerIcon, TimesIcon, ChevronDownIcon],
@@ -31,11 +31,11 @@ class AutoFocus {
31
31
  }
32
32
  }
33
33
  }
34
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoFocus, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
35
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.2", type: AutoFocus, selector: "[pAutoFocus]", inputs: { autofocus: "autofocus" }, host: { classAttribute: "p-element" }, ngImport: i0 });
34
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoFocus, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
35
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: AutoFocus, selector: "[pAutoFocus]", inputs: { autofocus: "autofocus" }, host: { classAttribute: "p-element" }, ngImport: i0 });
36
36
  }
37
37
  export { AutoFocus };
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoFocus, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoFocus, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[pAutoFocus]',
@@ -47,12 +47,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
47
47
  type: Input
48
48
  }] } });
49
49
  class AutoFocusModule {
50
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoFocusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
51
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AutoFocusModule, declarations: [AutoFocus], imports: [CommonModule], exports: [AutoFocus] });
52
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoFocusModule, imports: [CommonModule] });
50
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoFocusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
51
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: AutoFocusModule, declarations: [AutoFocus], imports: [CommonModule], exports: [AutoFocus] });
52
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoFocusModule, imports: [CommonModule] });
53
53
  }
54
54
  export { AutoFocusModule };
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoFocusModule, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoFocusModule, decorators: [{
56
56
  type: NgModule,
57
57
  args: [{
58
58
  imports: [CommonModule],
@@ -70,8 +70,8 @@ class Avatar {
70
70
  imageError(event) {
71
71
  this.onImageError.emit(event);
72
72
  }
73
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Avatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
74
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Avatar, selector: "p-avatar", inputs: { label: "label", icon: "icon", image: "image", size: "size", shape: "shape", style: "style", styleClass: "styleClass", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy" }, outputs: { onImageError: "onImageError" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
73
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Avatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
74
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: Avatar, selector: "p-avatar", inputs: { label: "label", icon: "icon", image: "image", size: "size", shape: "shape", style: "style", styleClass: "styleClass", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy" }, outputs: { onImageError: "onImageError" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
75
75
  <div [ngClass]="containerClass()" [class]="styleClass" [ngStyle]="style" [attr.aria-labelledby]="ariaLabelledBy" [attr.aria-label]="ariaLabel" [attr.data-pc-name]="'avatar'">
76
76
  <ng-content></ng-content>
77
77
  <span class="p-avatar-text" *ngIf="label; else iconTemplate">{{ label }}</span>
@@ -81,7 +81,7 @@ class Avatar {
81
81
  `, 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 });
82
82
  }
83
83
  export { Avatar };
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Avatar, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Avatar, decorators: [{
85
85
  type: Component,
86
86
  args: [{ selector: 'p-avatar', template: `
87
87
  <div [ngClass]="containerClass()" [class]="styleClass" [ngStyle]="style" [attr.aria-labelledby]="ariaLabelledBy" [attr.aria-label]="ariaLabel" [attr.data-pc-name]="'avatar'">
@@ -115,12 +115,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
115
115
  type: Output
116
116
  }] } });
117
117
  class AvatarModule {
118
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
119
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AvatarModule, declarations: [Avatar], imports: [CommonModule], exports: [Avatar] });
120
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AvatarModule, imports: [CommonModule] });
118
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
119
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: AvatarModule, declarations: [Avatar], imports: [CommonModule], exports: [Avatar] });
120
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AvatarModule, imports: [CommonModule] });
121
121
  }
122
122
  export { AvatarModule };
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AvatarModule, decorators: [{
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AvatarModule, decorators: [{
124
124
  type: NgModule,
125
125
  args: [{
126
126
  imports: [CommonModule],
@@ -17,15 +17,15 @@ class AvatarGroup {
17
17
  * @group Props
18
18
  */
19
19
  style;
20
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AvatarGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: AvatarGroup, selector: "p-avatarGroup", inputs: { styleClass: "styleClass", style: "style" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AvatarGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: AvatarGroup, selector: "p-avatarGroup", inputs: { styleClass: "styleClass", style: "style" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
22
22
  <div [ngClass]="'p-avatar-group p-component'" [class]="styleClass" [ngStyle]="style">
23
23
  <ng-content></ng-content>
24
24
  </div>
25
25
  `, 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 });
26
26
  }
27
27
  export { AvatarGroup };
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AvatarGroup, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AvatarGroup, decorators: [{
29
29
  type: Component,
30
30
  args: [{ selector: 'p-avatarGroup', template: `
31
31
  <div [ngClass]="'p-avatar-group p-component'" [class]="styleClass" [ngStyle]="style">
@@ -40,12 +40,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
40
40
  type: Input
41
41
  }] } });
42
42
  class AvatarGroupModule {
43
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AvatarGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
44
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AvatarGroupModule, declarations: [AvatarGroup], imports: [CommonModule], exports: [AvatarGroup] });
45
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AvatarGroupModule, imports: [CommonModule] });
43
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AvatarGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
44
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: AvatarGroupModule, declarations: [AvatarGroup], imports: [CommonModule], exports: [AvatarGroup] });
45
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AvatarGroupModule, imports: [CommonModule] });
46
46
  }
47
47
  export { AvatarGroupModule };
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AvatarGroupModule, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AvatarGroupModule, decorators: [{
49
49
  type: NgModule,
50
50
  args: [{
51
51
  imports: [CommonModule],
@@ -135,11 +135,11 @@ class BadgeDirective {
135
135
  ngOnDestroy() {
136
136
  this.initialized = false;
137
137
  }
138
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BadgeDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
139
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.2", type: BadgeDirective, selector: "[pBadge]", inputs: { iconPos: "iconPos", disabled: ["badgeDisabled", "disabled"], size: "size", value: "value", severity: "severity" }, host: { classAttribute: "p-element" }, ngImport: i0 });
138
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BadgeDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
139
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: BadgeDirective, selector: "[pBadge]", inputs: { iconPos: "iconPos", disabled: ["badgeDisabled", "disabled"], size: "size", value: "value", severity: "severity" }, host: { classAttribute: "p-element" }, ngImport: i0 });
140
140
  }
141
141
  export { BadgeDirective };
142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BadgeDirective, decorators: [{
142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BadgeDirective, decorators: [{
143
143
  type: Directive,
144
144
  args: [{
145
145
  selector: '[pBadge]',
@@ -209,11 +209,11 @@ class Badge {
209
209
  'p-badge-danger': this.severity === 'danger'
210
210
  };
211
211
  }
212
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Badge, deps: [], target: i0.ɵɵFactoryTarget.Component });
213
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Badge, selector: "p-badge", inputs: { styleClass: "styleClass", style: "style", size: "size", severity: "severity", value: "value", badgeDisabled: "badgeDisabled" }, host: { classAttribute: "p-element" }, ngImport: i0, template: ` <span *ngIf="!badgeDisabled" [ngClass]="containerClass()" [class]="styleClass" [ngStyle]="style">{{ value }}</span> `, isInline: true, styles: [".p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}\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 });
212
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Badge, deps: [], target: i0.ɵɵFactoryTarget.Component });
213
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: Badge, selector: "p-badge", inputs: { styleClass: "styleClass", style: "style", size: "size", severity: "severity", value: "value", badgeDisabled: "badgeDisabled" }, host: { classAttribute: "p-element" }, ngImport: i0, template: ` <span *ngIf="!badgeDisabled" [ngClass]="containerClass()" [class]="styleClass" [ngStyle]="style">{{ value }}</span> `, isInline: true, styles: [".p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}\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 });
214
214
  }
215
215
  export { Badge };
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Badge, decorators: [{
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Badge, decorators: [{
217
217
  type: Component,
218
218
  args: [{ selector: 'p-badge', template: ` <span *ngIf="!badgeDisabled" [ngClass]="containerClass()" [class]="styleClass" [ngStyle]="style">{{ value }}</span> `, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
219
219
  class: 'p-element'
@@ -232,12 +232,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
232
232
  type: Input
233
233
  }] } });
234
234
  class BadgeModule {
235
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
236
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: BadgeModule, declarations: [Badge, BadgeDirective], imports: [CommonModule], exports: [Badge, BadgeDirective, SharedModule] });
237
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BadgeModule, imports: [CommonModule, SharedModule] });
235
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
236
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: BadgeModule, declarations: [Badge, BadgeDirective], imports: [CommonModule], exports: [Badge, BadgeDirective, SharedModule] });
237
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BadgeModule, imports: [CommonModule, SharedModule] });
238
238
  }
239
239
  export { BadgeModule };
240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BadgeModule, decorators: [{
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BadgeModule, decorators: [{
241
241
  type: NgModule,
242
242
  args: [{
243
243
  imports: [CommonModule],
@@ -20,11 +20,11 @@ class BaseIcon {
20
20
  getClassNames() {
21
21
  return `p-icon ${this.styleClass ? this.styleClass + ' ' : ''}${this.spin ? 'p-icon-spin' : ''}`;
22
22
  }
23
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BaseIcon, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: BaseIcon, isStandalone: true, selector: "ng-component", inputs: { label: "label", spin: "spin", styleClass: "styleClass" }, host: { classAttribute: "p-element p-icon-wrapper" }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BaseIcon, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: BaseIcon, isStandalone: true, selector: "ng-component", inputs: { label: "label", spin: "spin", styleClass: "styleClass" }, host: { classAttribute: "p-element p-icon-wrapper" }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
25
25
  }
26
26
  export { BaseIcon };
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BaseIcon, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BaseIcon, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  template: ` <ng-content></ng-content> `,
@@ -122,8 +122,8 @@ class BlockUI {
122
122
  this.unblock();
123
123
  this.destroyModal();
124
124
  }
125
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BlockUI, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.PrimeNGConfig }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
126
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: BlockUI, selector: "p-blockUI", inputs: { target: "target", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", styleClass: "styleClass", blocked: "blocked" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "mask", first: true, predicate: ["mask"], descendants: true }], ngImport: i0, template: `
125
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BlockUI, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.PrimeNGConfig }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
126
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: BlockUI, selector: "p-blockUI", inputs: { target: "target", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", styleClass: "styleClass", blocked: "blocked" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "mask", first: true, predicate: ["mask"], descendants: true }], ngImport: i0, template: `
127
127
  <div
128
128
  #mask
129
129
  [class]="styleClass"
@@ -139,7 +139,7 @@ class BlockUI {
139
139
  `, isInline: true, styles: [".p-blockui{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition-property:background-color;display:flex;align-items:center;justify-content:center}.p-blockui.p-component-overlay{position:absolute}.p-blockui-document.p-component-overlay{position:fixed}.p-blockui-leave.p-component-overlay{background-color:transparent}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
140
140
  }
141
141
  export { BlockUI };
142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BlockUI, decorators: [{
142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BlockUI, decorators: [{
143
143
  type: Component,
144
144
  args: [{ selector: 'p-blockUI', template: `
145
145
  <div
@@ -178,12 +178,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
178
178
  args: ['mask']
179
179
  }] } });
180
180
  class BlockUIModule {
181
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BlockUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
182
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: BlockUIModule, declarations: [BlockUI], imports: [CommonModule], exports: [BlockUI] });
183
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BlockUIModule, imports: [CommonModule] });
181
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BlockUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
182
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: BlockUIModule, declarations: [BlockUI], imports: [CommonModule], exports: [BlockUI] });
183
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BlockUIModule, imports: [CommonModule] });
184
184
  }
185
185
  export { BlockUIModule };
186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BlockUIModule, decorators: [{
186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BlockUIModule, decorators: [{
187
187
  type: NgModule,
188
188
  args: [{
189
189
  imports: [CommonModule],
@@ -89,8 +89,8 @@ class Breadcrumb {
89
89
  const lastPath = this.router ? this.router.url : '';
90
90
  return routerLink === lastPath ? 'page' : undefined;
91
91
  }
92
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Breadcrumb, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
93
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Breadcrumb, selector: "p-breadcrumb", inputs: { model: "model", style: "style", styleClass: "styleClass", home: "home", homeAriaLabel: "homeAriaLabel" }, outputs: { onItemClick: "onItemClick" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
92
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Breadcrumb, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
93
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: Breadcrumb, selector: "p-breadcrumb", inputs: { model: "model", style: "style", styleClass: "styleClass", home: "home", homeAriaLabel: "homeAriaLabel" }, outputs: { onItemClick: "onItemClick" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
94
94
  <div [class]="styleClass" [ngStyle]="style" [ngClass]="'p-breadcrumb p-component'" [attr.data-pc-name]="'breadcrumb'" [attr.data-pc-section]="'root'">
95
95
  <ul [attr.data-pc-section]="'menu'" class="p-breadcrumb-list">
96
96
  <li [class]="home.styleClass" [ngClass]="{ 'p-breadcrumb-home': true, 'p-disabled': home.disabled }" [ngStyle]="home.style" *ngIf="home" pTooltip [tooltipOptions]="home.tooltipOptions" [attr.data-pc-section]="'home'">
@@ -202,7 +202,7 @@ class Breadcrumb {
202
202
  `, isInline: true, styles: [".p-breadcrumb{overflow-x:auto}.p-breadcrumb .p-breadcrumb-list{margin:0;padding:0;list-style-type:none;display:flex;align-items:center;flex-wrap:nowrap}.p-breadcrumb .p-menuitem-text{line-height:1}.p-breadcrumb .p-menuitem-link{text-decoration:none;display:flex;align-items:center}.p-breadcrumb .p-menuitem-separator{display:flex;align-items:center}.p-breadcrumb::-webkit-scrollbar{display:none}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i2.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgForOf; }), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgStyle; }), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.RouterLink; }), selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.RouterLinkActive; }), selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { kind: "directive", type: i0.forwardRef(function () { return i3.Tooltip; }), selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "component", type: i0.forwardRef(function () { return ChevronRightIcon; }), selector: "ChevronRightIcon" }, { kind: "component", type: i0.forwardRef(function () { return HomeIcon; }), selector: "HomeIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
203
203
  }
204
204
  export { Breadcrumb };
205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Breadcrumb, decorators: [{
205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Breadcrumb, decorators: [{
206
206
  type: Component,
207
207
  args: [{ selector: 'p-breadcrumb', template: `
208
208
  <div [class]="styleClass" [ngStyle]="style" [ngClass]="'p-breadcrumb p-component'" [attr.data-pc-name]="'breadcrumb'" [attr.data-pc-section]="'root'">
@@ -333,12 +333,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
333
333
  args: [PrimeTemplate]
334
334
  }] } });
335
335
  class BreadcrumbModule {
336
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
337
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: BreadcrumbModule, declarations: [Breadcrumb], imports: [CommonModule, RouterModule, TooltipModule, ChevronRightIcon, HomeIcon, SharedModule], exports: [Breadcrumb, RouterModule, TooltipModule, SharedModule] });
338
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BreadcrumbModule, imports: [CommonModule, RouterModule, TooltipModule, ChevronRightIcon, HomeIcon, SharedModule, RouterModule, TooltipModule, SharedModule] });
336
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
337
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: BreadcrumbModule, declarations: [Breadcrumb], imports: [CommonModule, RouterModule, TooltipModule, ChevronRightIcon, HomeIcon, SharedModule], exports: [Breadcrumb, RouterModule, TooltipModule, SharedModule] });
338
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BreadcrumbModule, imports: [CommonModule, RouterModule, TooltipModule, ChevronRightIcon, HomeIcon, SharedModule, RouterModule, TooltipModule, SharedModule] });
339
339
  }
340
340
  export { BreadcrumbModule };
341
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: BreadcrumbModule, decorators: [{
341
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: BreadcrumbModule, decorators: [{
342
342
  type: NgModule,
343
343
  args: [{
344
344
  imports: [CommonModule, RouterModule, TooltipModule, ChevronRightIcon, HomeIcon, SharedModule],