primeng 16.4.0 → 16.5.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 (422) hide show
  1. package/README.md +1 -1
  2. package/api/tooltipoptions.d.ts +4 -0
  3. package/button/button.d.ts +50 -1
  4. package/contextmenu/contextmenu.d.ts +2 -1
  5. package/dialog/dialog.d.ts +3 -1
  6. package/dock/dock.d.ts +2 -2
  7. package/dom/domhandler.d.ts +3 -0
  8. package/esm2022/accordion/accordion.mjs +10 -10
  9. package/esm2022/animate/animate.mjs +7 -7
  10. package/esm2022/api/confirmationservice.mjs +3 -3
  11. package/esm2022/api/contextmenuservice.mjs +3 -3
  12. package/esm2022/api/filterservice.mjs +3 -3
  13. package/esm2022/api/messageservice.mjs +3 -3
  14. package/esm2022/api/overlayservice.mjs +3 -3
  15. package/esm2022/api/primengconfig.mjs +3 -3
  16. package/esm2022/api/shared.mjs +13 -13
  17. package/esm2022/api/tooltipoptions.mjs +1 -1
  18. package/esm2022/api/treedragdropservice.mjs +3 -3
  19. package/esm2022/autocomplete/autocomplete.mjs +7 -7
  20. package/esm2022/autofocus/autofocus.mjs +7 -7
  21. package/esm2022/avatar/avatar.mjs +7 -7
  22. package/esm2022/avatargroup/avatargroup.mjs +7 -7
  23. package/esm2022/badge/badge.mjs +10 -10
  24. package/esm2022/baseicon/baseicon.mjs +3 -3
  25. package/esm2022/blockui/blockui.mjs +11 -13
  26. package/esm2022/breadcrumb/breadcrumb.mjs +39 -29
  27. package/esm2022/button/button.mjs +77 -12
  28. package/esm2022/calendar/calendar.mjs +10 -12
  29. package/esm2022/card/card.mjs +7 -7
  30. package/esm2022/carousel/carousel.mjs +92 -86
  31. package/esm2022/cascadeselect/cascadeselect.mjs +10 -10
  32. package/esm2022/chart/chart.mjs +7 -7
  33. package/esm2022/checkbox/checkbox.mjs +7 -7
  34. package/esm2022/chip/chip.mjs +10 -10
  35. package/esm2022/chips/chips.mjs +7 -7
  36. package/esm2022/colorpicker/colorpicker.mjs +7 -7
  37. package/esm2022/confirmdialog/confirmdialog.mjs +7 -7
  38. package/esm2022/confirmpopup/confirmpopup.mjs +11 -8
  39. package/esm2022/contextmenu/contextmenu.mjs +32 -25
  40. package/esm2022/dataview/dataview.mjs +10 -10
  41. package/esm2022/defer/defer.mjs +7 -7
  42. package/esm2022/dialog/dialog.mjs +24 -22
  43. package/esm2022/divider/divider.mjs +7 -7
  44. package/esm2022/dock/dock.mjs +19 -23
  45. package/esm2022/dom/domhandler.mjs +12 -1
  46. package/esm2022/dragdrop/dragdrop.mjs +10 -10
  47. package/esm2022/dropdown/dropdown.mjs +12 -12
  48. package/esm2022/dynamicdialog/dialogservice.mjs +3 -3
  49. package/esm2022/dynamicdialog/dynamicdialog.mjs +7 -7
  50. package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  51. package/esm2022/editor/editor.mjs +7 -7
  52. package/esm2022/fieldset/fieldset.mjs +7 -7
  53. package/esm2022/fileupload/fileupload.mjs +9 -9
  54. package/esm2022/focustrap/focustrap.mjs +7 -7
  55. package/esm2022/galleria/galleria.mjs +36 -31
  56. package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
  57. package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
  58. package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
  59. package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
  60. package/esm2022/icons/angledown/angledown.mjs +3 -3
  61. package/esm2022/icons/angleleft/angleleft.mjs +3 -3
  62. package/esm2022/icons/angleright/angleright.mjs +3 -3
  63. package/esm2022/icons/angleup/angleup.mjs +3 -3
  64. package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
  65. package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
  66. package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
  67. package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
  68. package/esm2022/icons/arrowright/arrowright.mjs +3 -3
  69. package/esm2022/icons/arrowup/arrowup.mjs +3 -3
  70. package/esm2022/icons/ban/ban.mjs +3 -3
  71. package/esm2022/icons/bars/bars.mjs +3 -3
  72. package/esm2022/icons/calendar/calendar.mjs +3 -3
  73. package/esm2022/icons/caretleft/caretleft.mjs +3 -3
  74. package/esm2022/icons/caretright/caretright.mjs +3 -3
  75. package/esm2022/icons/check/check.mjs +3 -3
  76. package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
  77. package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
  78. package/esm2022/icons/chevronright/chevronright.mjs +3 -3
  79. package/esm2022/icons/chevronup/chevronup.mjs +3 -3
  80. package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
  81. package/esm2022/icons/eye/eye.mjs +3 -3
  82. package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
  83. package/esm2022/icons/filter/filter.mjs +3 -3
  84. package/esm2022/icons/filterslash/filterslash.mjs +3 -3
  85. package/esm2022/icons/home/home.mjs +3 -3
  86. package/esm2022/icons/infocircle/infocircle.mjs +3 -3
  87. package/esm2022/icons/minus/minus.mjs +3 -3
  88. package/esm2022/icons/pencil/pencil.mjs +3 -3
  89. package/esm2022/icons/plus/plus.mjs +3 -3
  90. package/esm2022/icons/refresh/refresh.mjs +3 -3
  91. package/esm2022/icons/search/search.mjs +3 -3
  92. package/esm2022/icons/searchminus/searchminus.mjs +3 -3
  93. package/esm2022/icons/searchplus/searchplus.mjs +3 -3
  94. package/esm2022/icons/sortalt/sortalt.mjs +3 -3
  95. package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
  96. package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
  97. package/esm2022/icons/spinner/spinner.mjs +3 -3
  98. package/esm2022/icons/star/star.mjs +3 -3
  99. package/esm2022/icons/starfill/starfill.mjs +3 -3
  100. package/esm2022/icons/thlarge/thlarge.mjs +3 -3
  101. package/esm2022/icons/times/times.mjs +3 -3
  102. package/esm2022/icons/timescircle/timescircle.mjs +3 -3
  103. package/esm2022/icons/trash/trash.mjs +3 -3
  104. package/esm2022/icons/undo/undo.mjs +3 -3
  105. package/esm2022/icons/upload/upload.mjs +3 -3
  106. package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
  107. package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
  108. package/esm2022/image/image.mjs +18 -18
  109. package/esm2022/inplace/inplace.mjs +13 -13
  110. package/esm2022/inputmask/inputmask.mjs +7 -7
  111. package/esm2022/inputnumber/inputnumber.mjs +7 -7
  112. package/esm2022/inputswitch/inputswitch.mjs +7 -7
  113. package/esm2022/inputtext/inputtext.mjs +7 -7
  114. package/esm2022/inputtextarea/inputtextarea.mjs +11 -8
  115. package/esm2022/keyfilter/keyfilter.mjs +7 -7
  116. package/esm2022/knob/knob.mjs +7 -7
  117. package/esm2022/listbox/listbox.mjs +7 -7
  118. package/esm2022/megamenu/megamenu.mjs +38 -31
  119. package/esm2022/menu/menu.mjs +16 -15
  120. package/esm2022/menubar/menubar.mjs +38 -31
  121. package/esm2022/message/message.mjs +7 -7
  122. package/esm2022/messages/messages.mjs +7 -7
  123. package/esm2022/multiselect/multiselect.mjs +13 -13
  124. package/esm2022/orderlist/orderlist.mjs +7 -7
  125. package/esm2022/organizationchart/organizationchart.mjs +10 -10
  126. package/esm2022/overlay/overlay.mjs +7 -7
  127. package/esm2022/overlaypanel/overlaypanel.mjs +7 -7
  128. package/esm2022/paginator/paginator.mjs +7 -7
  129. package/esm2022/panel/panel.mjs +7 -7
  130. package/esm2022/panelmenu/panelmenu.mjs +52 -44
  131. package/esm2022/password/password.mjs +16 -16
  132. package/esm2022/picklist/picklist.mjs +7 -7
  133. package/esm2022/progressbar/progressbar.mjs +7 -7
  134. package/esm2022/progressspinner/progressspinner.mjs +7 -7
  135. package/esm2022/radiobutton/radiobutton.mjs +10 -10
  136. package/esm2022/rating/rating.mjs +7 -7
  137. package/esm2022/ripple/ripple.mjs +7 -7
  138. package/esm2022/scroller/scroller.mjs +7 -7
  139. package/esm2022/scrollpanel/scrollpanel.mjs +7 -7
  140. package/esm2022/scrolltop/scrolltop.mjs +7 -7
  141. package/esm2022/selectbutton/selectbutton.mjs +26 -20
  142. package/esm2022/sidebar/sidebar.mjs +10 -12
  143. package/esm2022/skeleton/skeleton.mjs +7 -7
  144. package/esm2022/slidemenu/slidemenu.mjs +40 -26
  145. package/esm2022/slider/slider.mjs +7 -7
  146. package/esm2022/speeddial/speeddial.mjs +9 -9
  147. package/esm2022/spinner/spinner.mjs +7 -7
  148. package/esm2022/splitbutton/splitbutton.mjs +7 -7
  149. package/esm2022/splitter/splitter.mjs +7 -7
  150. package/esm2022/steps/steps.mjs +49 -30
  151. package/esm2022/styleclass/styleclass.mjs +7 -7
  152. package/esm2022/table/table.mjs +93 -88
  153. package/esm2022/tabmenu/tabmenu.mjs +9 -9
  154. package/esm2022/tabview/tabview.mjs +12 -12
  155. package/esm2022/tag/tag.mjs +7 -7
  156. package/esm2022/terminal/terminal.mjs +7 -7
  157. package/esm2022/terminal/terminalservice.mjs +3 -3
  158. package/esm2022/tieredmenu/tieredmenu.mjs +27 -25
  159. package/esm2022/timeline/timeline.mjs +9 -9
  160. package/esm2022/toast/toast.mjs +10 -10
  161. package/esm2022/togglebutton/togglebutton.mjs +7 -7
  162. package/esm2022/toolbar/toolbar.mjs +10 -8
  163. package/esm2022/tooltip/tooltip.mjs +45 -37
  164. package/esm2022/tree/tree.mjs +12 -12
  165. package/esm2022/treeselect/treeselect.mjs +10 -10
  166. package/esm2022/treetable/treetable.mjs +55 -55
  167. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +7 -7
  168. package/esm2022/virtualscroller/virtualscroller.mjs +7 -7
  169. package/fesm2022/primeng-accordion.mjs +10 -10
  170. package/fesm2022/primeng-animate.mjs +7 -7
  171. package/fesm2022/primeng-api.mjs +34 -34
  172. package/fesm2022/primeng-autocomplete.mjs +7 -7
  173. package/fesm2022/primeng-autofocus.mjs +7 -7
  174. package/fesm2022/primeng-avatar.mjs +7 -7
  175. package/fesm2022/primeng-avatargroup.mjs +7 -7
  176. package/fesm2022/primeng-badge.mjs +10 -10
  177. package/fesm2022/primeng-baseicon.mjs +3 -3
  178. package/fesm2022/primeng-blockui.mjs +10 -12
  179. package/fesm2022/primeng-blockui.mjs.map +1 -1
  180. package/fesm2022/primeng-breadcrumb.mjs +38 -28
  181. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  182. package/fesm2022/primeng-button.mjs +76 -11
  183. package/fesm2022/primeng-button.mjs.map +1 -1
  184. package/fesm2022/primeng-calendar.mjs +9 -11
  185. package/fesm2022/primeng-calendar.mjs.map +1 -1
  186. package/fesm2022/primeng-card.mjs +7 -7
  187. package/fesm2022/primeng-carousel.mjs +91 -85
  188. package/fesm2022/primeng-carousel.mjs.map +1 -1
  189. package/fesm2022/primeng-cascadeselect.mjs +10 -10
  190. package/fesm2022/primeng-chart.mjs +7 -7
  191. package/fesm2022/primeng-checkbox.mjs +7 -7
  192. package/fesm2022/primeng-chip.mjs +9 -9
  193. package/fesm2022/primeng-chip.mjs.map +1 -1
  194. package/fesm2022/primeng-chips.mjs +7 -7
  195. package/fesm2022/primeng-colorpicker.mjs +7 -7
  196. package/fesm2022/primeng-confirmdialog.mjs +7 -7
  197. package/fesm2022/primeng-confirmpopup.mjs +10 -7
  198. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  199. package/fesm2022/primeng-contextmenu.mjs +31 -24
  200. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  201. package/fesm2022/primeng-dataview.mjs +10 -10
  202. package/fesm2022/primeng-defer.mjs +7 -7
  203. package/fesm2022/primeng-dialog.mjs +23 -21
  204. package/fesm2022/primeng-dialog.mjs.map +1 -1
  205. package/fesm2022/primeng-divider.mjs +7 -7
  206. package/fesm2022/primeng-dock.mjs +18 -22
  207. package/fesm2022/primeng-dock.mjs.map +1 -1
  208. package/fesm2022/primeng-dom.mjs +11 -0
  209. package/fesm2022/primeng-dom.mjs.map +1 -1
  210. package/fesm2022/primeng-dragdrop.mjs +10 -10
  211. package/fesm2022/primeng-dropdown.mjs +11 -11
  212. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  213. package/fesm2022/primeng-dynamicdialog.mjs +13 -13
  214. package/fesm2022/primeng-editor.mjs +7 -7
  215. package/fesm2022/primeng-fieldset.mjs +7 -7
  216. package/fesm2022/primeng-fileupload.mjs +8 -8
  217. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  218. package/fesm2022/primeng-focustrap.mjs +7 -7
  219. package/fesm2022/primeng-galleria.mjs +36 -31
  220. package/fesm2022/primeng-galleria.mjs.map +1 -1
  221. package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
  222. package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
  223. package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
  224. package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
  225. package/fesm2022/primeng-icons-angledown.mjs +3 -3
  226. package/fesm2022/primeng-icons-angleleft.mjs +3 -3
  227. package/fesm2022/primeng-icons-angleright.mjs +3 -3
  228. package/fesm2022/primeng-icons-angleup.mjs +3 -3
  229. package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
  230. package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
  231. package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
  232. package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
  233. package/fesm2022/primeng-icons-arrowright.mjs +3 -3
  234. package/fesm2022/primeng-icons-arrowup.mjs +3 -3
  235. package/fesm2022/primeng-icons-ban.mjs +3 -3
  236. package/fesm2022/primeng-icons-bars.mjs +3 -3
  237. package/fesm2022/primeng-icons-calendar.mjs +3 -3
  238. package/fesm2022/primeng-icons-caretleft.mjs +3 -3
  239. package/fesm2022/primeng-icons-caretright.mjs +3 -3
  240. package/fesm2022/primeng-icons-check.mjs +3 -3
  241. package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
  242. package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
  243. package/fesm2022/primeng-icons-chevronright.mjs +3 -3
  244. package/fesm2022/primeng-icons-chevronup.mjs +3 -3
  245. package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
  246. package/fesm2022/primeng-icons-eye.mjs +3 -3
  247. package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
  248. package/fesm2022/primeng-icons-filter.mjs +3 -3
  249. package/fesm2022/primeng-icons-filterslash.mjs +3 -3
  250. package/fesm2022/primeng-icons-home.mjs +3 -3
  251. package/fesm2022/primeng-icons-infocircle.mjs +3 -3
  252. package/fesm2022/primeng-icons-minus.mjs +3 -3
  253. package/fesm2022/primeng-icons-pencil.mjs +3 -3
  254. package/fesm2022/primeng-icons-plus.mjs +3 -3
  255. package/fesm2022/primeng-icons-refresh.mjs +3 -3
  256. package/fesm2022/primeng-icons-search.mjs +3 -3
  257. package/fesm2022/primeng-icons-searchminus.mjs +3 -3
  258. package/fesm2022/primeng-icons-searchplus.mjs +3 -3
  259. package/fesm2022/primeng-icons-sortalt.mjs +3 -3
  260. package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
  261. package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
  262. package/fesm2022/primeng-icons-spinner.mjs +3 -3
  263. package/fesm2022/primeng-icons-star.mjs +3 -3
  264. package/fesm2022/primeng-icons-starfill.mjs +3 -3
  265. package/fesm2022/primeng-icons-thlarge.mjs +3 -3
  266. package/fesm2022/primeng-icons-times.mjs +3 -3
  267. package/fesm2022/primeng-icons-timescircle.mjs +3 -3
  268. package/fesm2022/primeng-icons-trash.mjs +3 -3
  269. package/fesm2022/primeng-icons-undo.mjs +3 -3
  270. package/fesm2022/primeng-icons-upload.mjs +3 -3
  271. package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
  272. package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
  273. package/fesm2022/primeng-image.mjs +17 -17
  274. package/fesm2022/primeng-image.mjs.map +1 -1
  275. package/fesm2022/primeng-inplace.mjs +13 -13
  276. package/fesm2022/primeng-inputmask.mjs +7 -7
  277. package/fesm2022/primeng-inputnumber.mjs +7 -7
  278. package/fesm2022/primeng-inputswitch.mjs +7 -7
  279. package/fesm2022/primeng-inputtext.mjs +7 -7
  280. package/fesm2022/primeng-inputtextarea.mjs +10 -7
  281. package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
  282. package/fesm2022/primeng-keyfilter.mjs +7 -7
  283. package/fesm2022/primeng-knob.mjs +7 -7
  284. package/fesm2022/primeng-listbox.mjs +7 -7
  285. package/fesm2022/primeng-megamenu.mjs +37 -30
  286. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  287. package/fesm2022/primeng-menu.mjs +15 -14
  288. package/fesm2022/primeng-menu.mjs.map +1 -1
  289. package/fesm2022/primeng-menubar.mjs +37 -30
  290. package/fesm2022/primeng-menubar.mjs.map +1 -1
  291. package/fesm2022/primeng-message.mjs +7 -7
  292. package/fesm2022/primeng-messages.mjs +7 -7
  293. package/fesm2022/primeng-multiselect.mjs +12 -12
  294. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  295. package/fesm2022/primeng-orderlist.mjs +7 -7
  296. package/fesm2022/primeng-organizationchart.mjs +10 -10
  297. package/fesm2022/primeng-overlay.mjs +7 -7
  298. package/fesm2022/primeng-overlaypanel.mjs +7 -7
  299. package/fesm2022/primeng-paginator.mjs +7 -7
  300. package/fesm2022/primeng-panel.mjs +7 -7
  301. package/fesm2022/primeng-panelmenu.mjs +51 -43
  302. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  303. package/fesm2022/primeng-password.mjs +15 -15
  304. package/fesm2022/primeng-password.mjs.map +1 -1
  305. package/fesm2022/primeng-picklist.mjs +7 -7
  306. package/fesm2022/primeng-progressbar.mjs +7 -7
  307. package/fesm2022/primeng-progressspinner.mjs +7 -7
  308. package/fesm2022/primeng-radiobutton.mjs +10 -10
  309. package/fesm2022/primeng-rating.mjs +7 -7
  310. package/fesm2022/primeng-ripple.mjs +7 -7
  311. package/fesm2022/primeng-scroller.mjs +7 -7
  312. package/fesm2022/primeng-scrollpanel.mjs +7 -7
  313. package/fesm2022/primeng-scrolltop.mjs +7 -7
  314. package/fesm2022/primeng-selectbutton.mjs +25 -19
  315. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  316. package/fesm2022/primeng-sidebar.mjs +9 -11
  317. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  318. package/fesm2022/primeng-skeleton.mjs +7 -7
  319. package/fesm2022/primeng-slidemenu.mjs +39 -25
  320. package/fesm2022/primeng-slidemenu.mjs.map +1 -1
  321. package/fesm2022/primeng-slider.mjs +7 -7
  322. package/fesm2022/primeng-speeddial.mjs +8 -8
  323. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  324. package/fesm2022/primeng-spinner.mjs +7 -7
  325. package/fesm2022/primeng-splitbutton.mjs +7 -7
  326. package/fesm2022/primeng-splitter.mjs +7 -7
  327. package/fesm2022/primeng-steps.mjs +48 -29
  328. package/fesm2022/primeng-steps.mjs.map +1 -1
  329. package/fesm2022/primeng-styleclass.mjs +7 -7
  330. package/fesm2022/primeng-table.mjs +92 -87
  331. package/fesm2022/primeng-table.mjs.map +1 -1
  332. package/fesm2022/primeng-tabmenu.mjs +8 -8
  333. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  334. package/fesm2022/primeng-tabview.mjs +11 -11
  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 +26 -24
  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 +10 -10
  343. package/fesm2022/primeng-togglebutton.mjs +7 -7
  344. package/fesm2022/primeng-toolbar.mjs +9 -7
  345. package/fesm2022/primeng-toolbar.mjs.map +1 -1
  346. package/fesm2022/primeng-tooltip.mjs +44 -36
  347. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  348. package/fesm2022/primeng-tree.mjs +11 -11
  349. package/fesm2022/primeng-tree.mjs.map +1 -1
  350. package/fesm2022/primeng-treeselect.mjs +9 -9
  351. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  352. package/fesm2022/primeng-treetable.mjs +55 -55
  353. package/fesm2022/primeng-tristatecheckbox.mjs +7 -7
  354. package/fesm2022/primeng-virtualscroller.mjs +7 -7
  355. package/galleria/galleria.d.ts +2 -1
  356. package/image/image.d.ts +2 -1
  357. package/inputtextarea/inputtextarea.d.ts +3 -2
  358. package/megamenu/megamenu.d.ts +1 -1
  359. package/menubar/menubar.d.ts +2 -1
  360. package/package.json +162 -162
  361. package/panelmenu/panelmenu.d.ts +10 -7
  362. package/resources/components/common/common.css +5 -5
  363. package/resources/components/image/image.css +4 -0
  364. package/resources/components/multiselect/multiselect.css +8 -2
  365. package/resources/components/password/password.css +4 -0
  366. package/resources/components/treeselect/treeselect.css +1 -0
  367. package/resources/primeng.css +9 -5
  368. package/resources/primeng.min.css +1 -1
  369. package/resources/themes/arya-blue/theme.css +132 -412
  370. package/resources/themes/arya-green/theme.css +132 -412
  371. package/resources/themes/arya-orange/theme.css +132 -412
  372. package/resources/themes/arya-purple/theme.css +132 -412
  373. package/resources/themes/bootstrap4-dark-blue/theme.css +132 -412
  374. package/resources/themes/bootstrap4-dark-purple/theme.css +132 -412
  375. package/resources/themes/bootstrap4-light-blue/theme.css +132 -412
  376. package/resources/themes/bootstrap4-light-purple/theme.css +132 -412
  377. package/resources/themes/fluent-light/theme.css +132 -412
  378. package/resources/themes/lara-dark-blue/theme.css +133 -412
  379. package/resources/themes/lara-dark-indigo/theme.css +133 -412
  380. package/resources/themes/lara-dark-purple/theme.css +133 -412
  381. package/resources/themes/lara-dark-teal/theme.css +133 -412
  382. package/resources/themes/lara-light-blue/theme.css +133 -412
  383. package/resources/themes/lara-light-indigo/theme.css +133 -412
  384. package/resources/themes/lara-light-purple/theme.css +133 -412
  385. package/resources/themes/lara-light-teal/theme.css +133 -412
  386. package/resources/themes/luna-amber/theme.css +132 -412
  387. package/resources/themes/luna-blue/theme.css +132 -412
  388. package/resources/themes/luna-green/theme.css +132 -412
  389. package/resources/themes/luna-pink/theme.css +132 -412
  390. package/resources/themes/md-dark-deeppurple/theme.css +132 -457
  391. package/resources/themes/md-dark-indigo/theme.css +132 -457
  392. package/resources/themes/md-light-deeppurple/theme.css +132 -457
  393. package/resources/themes/md-light-indigo/theme.css +132 -457
  394. package/resources/themes/mdc-dark-deeppurple/theme.css +132 -457
  395. package/resources/themes/mdc-dark-indigo/theme.css +132 -457
  396. package/resources/themes/mdc-light-deeppurple/theme.css +132 -457
  397. package/resources/themes/mdc-light-indigo/theme.css +132 -457
  398. package/resources/themes/mira/theme.css +131 -411
  399. package/resources/themes/nano/theme.css +132 -412
  400. package/resources/themes/nova/theme.css +132 -412
  401. package/resources/themes/nova-accent/theme.css +132 -412
  402. package/resources/themes/nova-alt/theme.css +132 -412
  403. package/resources/themes/rhea/theme.css +132 -412
  404. package/resources/themes/saga-blue/theme.css +132 -412
  405. package/resources/themes/saga-green/theme.css +132 -412
  406. package/resources/themes/saga-orange/theme.css +132 -412
  407. package/resources/themes/saga-purple/theme.css +132 -412
  408. package/resources/themes/soho-dark/theme.css +132 -412
  409. package/resources/themes/soho-light/theme.css +132 -412
  410. package/resources/themes/tailwind-light/theme.css +132 -412
  411. package/resources/themes/vela-blue/theme.css +132 -412
  412. package/resources/themes/vela-green/theme.css +132 -412
  413. package/resources/themes/vela-orange/theme.css +132 -412
  414. package/resources/themes/vela-purple/theme.css +132 -412
  415. package/resources/themes/viva-dark/theme.css +132 -412
  416. package/resources/themes/viva-light/theme.css +132 -412
  417. package/selectbutton/selectbutton.d.ts +6 -1
  418. package/slidemenu/slidemenu.d.ts +2 -1
  419. package/steps/steps.d.ts +1 -0
  420. package/table/table.d.ts +3 -1
  421. package/tieredmenu/tieredmenu.d.ts +1 -1
  422. package/tooltip/tooltip.d.ts +12 -6
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Actions CI](https://github.com/primefaces/primeng/workflows/NodeJS%20CI/badge.svg)](https://github.com/primefaces/primeng/actions/workflows/node.js.yml)
5
5
  [![Discord Chat](https://img.shields.io/discord/557940238991753223.svg?color=7289da&label=chat&logo=discord)](https://discord.gg/gzKFYnpmCY)
6
6
 
7
- [![PrimeNG Hero](https://www.primefaces.org/wp-content/uploads/2022/09/primeng-gh-readme.jpg)](https://primeng.org)
7
+ [![PrimeNG Hero](https://www.primefaces.org/static/social/primeng-preview.jpg)](https://primeng.org)
8
8
 
9
9
  ### Website
10
10
 
@@ -62,4 +62,8 @@ export interface TooltipOptions {
62
62
  * Time to wait in milliseconds to hide the tooltip even it is active.
63
63
  */
64
64
  life?: number;
65
+ /**
66
+ * When present, it adds a custom id to the tooltip.
67
+ */
68
+ id?: string;
65
69
  }
@@ -106,6 +106,46 @@ export declare class Button implements AfterContentInit {
106
106
  * @group Props
107
107
  */
108
108
  loadingIcon: string | undefined;
109
+ /**
110
+ * Add a shadow to indicate elevation.
111
+ * @group Props
112
+ */
113
+ raised: boolean;
114
+ /**
115
+ * Add a circular border radius to the button.
116
+ * @group Props
117
+ */
118
+ rounded: boolean;
119
+ /**
120
+ * Add a textual class to the button without a background initially.
121
+ * @group Props
122
+ */
123
+ text: boolean;
124
+ /**
125
+ * Add a plain textual class to the button without a background initially.
126
+ * @group Props
127
+ */
128
+ plain: boolean;
129
+ /**
130
+ * Defines the style of the button.
131
+ * @group Props
132
+ */
133
+ severity: 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | string | undefined;
134
+ /**
135
+ * Add a border class without a background initially.
136
+ * @group Props
137
+ */
138
+ outlined: boolean;
139
+ /**
140
+ * Add a link style to the button.
141
+ * @group Props
142
+ */
143
+ link: boolean;
144
+ /**
145
+ * Defines the size of the button.
146
+ * @group Props
147
+ */
148
+ size: 'small' | 'large' | undefined;
109
149
  /**
110
150
  * Inline style of the element.
111
151
  * @group Props
@@ -162,12 +202,21 @@ export declare class Button implements AfterContentInit {
162
202
  'p-button-icon-bottom': string;
163
203
  };
164
204
  buttonClass(): {
205
+ [x: string]: string | boolean;
165
206
  'p-button p-component': boolean;
166
207
  'p-button-icon-only': boolean;
167
208
  'p-button-vertical': string;
168
209
  'p-disabled': boolean;
169
210
  'p-button-loading': boolean;
170
211
  'p-button-loading-label-only': boolean;
212
+ 'p-button-link': boolean;
213
+ 'p-button-raised': boolean;
214
+ 'p-button-rounded': boolean;
215
+ 'p-button-text': boolean;
216
+ 'p-button-outlined': boolean;
217
+ 'p-button-sm': boolean;
218
+ 'p-button-lg': boolean;
219
+ 'p-button-plain': boolean;
171
220
  };
172
221
  ngAfterContentInit(): void;
173
222
  badgeStyleClass(): {
@@ -175,7 +224,7 @@ export declare class Button implements AfterContentInit {
175
224
  'p-badge-no-gutter': boolean;
176
225
  };
177
226
  static ɵfac: i0.ɵɵFactoryDeclaration<Button, never>;
178
- static ɵcmp: i0.ɵɵComponentDeclaration<Button, "p-button", never, { "type": { "alias": "type"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingIcon": { "alias": "loadingIcon"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "badgeClass": { "alias": "badgeClass"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "onClick": "onClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, ["templates"], ["*"], false, never>;
227
+ static ɵcmp: i0.ɵɵComponentDeclaration<Button, "p-button", never, { "type": { "alias": "type"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingIcon": { "alias": "loadingIcon"; "required": false; }; "raised": { "alias": "raised"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "text": { "alias": "text"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; "severity": { "alias": "severity"; "required": false; }; "outlined": { "alias": "outlined"; "required": false; }; "link": { "alias": "link"; "required": false; }; "size": { "alias": "size"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "badgeClass": { "alias": "badgeClass"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "onClick": "onClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, ["templates"], ["*"], false, never>;
179
228
  }
180
229
  export declare class ButtonModule {
181
230
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
@@ -166,7 +166,7 @@ export declare class ContextMenu implements OnInit, AfterContentInit, OnDestroy
166
166
  _model: MenuItem[] | undefined;
167
167
  get visibleItems(): any;
168
168
  get processedItems(): any[];
169
- get focusedItemId(): string;
169
+ get focusedItemId(): any;
170
170
  constructor(document: Document, platformId: any, el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef, config: PrimeNGConfig, overlayService: OverlayService);
171
171
  ngOnInit(): void;
172
172
  bindTriggerEventListener(): void;
@@ -210,6 +210,7 @@ export declare class ContextMenu implements OnInit, AfterContentInit, OnDestroy
210
210
  show(event: any): void;
211
211
  position(): void;
212
212
  searchItems(event: any, char: string): boolean;
213
+ findVisibleItem(index: any): any;
213
214
  findLastFocusedItemIndex(): any;
214
215
  findLastItemIndex(): number;
215
216
  findPrevItemIndex(index: number): number;
@@ -1,5 +1,5 @@
1
1
  import { AnimationEvent } from '@angular/animations';
2
- import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, QueryList, Renderer2, TemplateRef } from '@angular/core';
2
+ import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, QueryList, Renderer2, SimpleChanges, TemplateRef } from '@angular/core';
3
3
  import { Footer, Header, PrimeNGConfig, PrimeTemplate } from 'primeng/api';
4
4
  import { Nullable, VoidListener } from 'primeng/ts-helpers';
5
5
  import * as i0 from "@angular/core";
@@ -274,6 +274,7 @@ export declare class Dialog implements AfterContentInit, OnInit, OnDestroy {
274
274
  container: Nullable<HTMLDivElement>;
275
275
  wrapper: Nullable<HTMLElement>;
276
276
  dragging: boolean | undefined;
277
+ ariaLabelledBy: string | undefined;
277
278
  documentDragListener: VoidListener;
278
279
  documentDragEndListener: VoidListener;
279
280
  resizing: boolean | undefined;
@@ -300,6 +301,7 @@ export declare class Dialog implements AfterContentInit, OnInit, OnDestroy {
300
301
  constructor(document: Document, platformId: any, el: ElementRef, renderer: Renderer2, zone: NgZone, cd: ChangeDetectorRef, config: PrimeNGConfig);
301
302
  ngAfterContentInit(): void;
302
303
  ngOnInit(): void;
304
+ ngOnChanges(changes: SimpleChanges): void;
303
305
  getAriaLabelledBy(): string;
304
306
  focus(): void;
305
307
  close(event: Event): void;
package/dock/dock.d.ts CHANGED
@@ -74,7 +74,7 @@ export declare class Dock implements AfterContentInit {
74
74
  constructor(el: ElementRef, cd: ChangeDetectorRef);
75
75
  ngOnInit(): void;
76
76
  ngAfterContentInit(): void;
77
- getItemId(index: any): string;
77
+ getItemId(item: any, index: any): any;
78
78
  getItemProp(processedItem: any, name: any): any;
79
79
  disabled(item: any): any;
80
80
  isItemActive(id: any): boolean;
@@ -96,7 +96,7 @@ export declare class Dock implements AfterContentInit {
96
96
  [x: string]: boolean;
97
97
  };
98
98
  isClickableRouterLink(item: any): boolean;
99
- itemClass(index: number): {
99
+ itemClass(item: any, index: number): {
100
100
  'p-dock-item': boolean;
101
101
  'p-dock-item-second-prev': boolean;
102
102
  'p-dock-item-prev': boolean;
@@ -80,4 +80,7 @@ export declare class DomHandler {
80
80
  static getTargetElement(target: any, el?: HTMLElement): any;
81
81
  static isClient(): boolean;
82
82
  static getAttribute(element: any, name: any): any;
83
+ static calculateBodyScrollbarWidth(): number;
84
+ static blockBodyScroll(className?: string): void;
85
+ static unblockBodyScroll(className?: string): void;
83
86
  }
@@ -203,8 +203,8 @@ class AccordionTab {
203
203
  ngOnDestroy() {
204
204
  this.accordion.tabs.splice(this.findTabIndex(), 1);
205
205
  }
206
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionTab, deps: [{ token: forwardRef(() => Accordion) }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
207
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: AccordionTab, selector: "p-accordionTab", inputs: { id: "id", header: "header", headerStyle: "headerStyle", tabStyle: "tabStyle", contentStyle: "contentStyle", tabStyleClass: "tabStyleClass", headerStyleClass: "headerStyleClass", contentStyleClass: "contentStyleClass", disabled: "disabled", cache: "cache", transitionOptions: "transitionOptions", iconPos: "iconPos", selected: "selected", headerAriaLevel: "headerAriaLevel" }, outputs: { selectedChange: "selectedChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", predicate: Header }, { propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
206
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AccordionTab, deps: [{ token: forwardRef(() => Accordion) }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
207
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: AccordionTab, selector: "p-accordionTab", inputs: { id: "id", header: "header", headerStyle: "headerStyle", tabStyle: "tabStyle", contentStyle: "contentStyle", tabStyleClass: "tabStyleClass", headerStyleClass: "headerStyleClass", contentStyleClass: "contentStyleClass", disabled: "disabled", cache: "cache", transitionOptions: "transitionOptions", iconPos: "iconPos", selected: "selected", headerAriaLevel: "headerAriaLevel" }, outputs: { selectedChange: "selectedChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", predicate: Header }, { propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
208
208
  <div class="p-accordion-tab" [class.p-accordion-tab-active]="selected" [ngClass]="tabStyleClass" [ngStyle]="tabStyle" [attr.data-pc-name]="'accordiontab'">
209
209
  <div class="p-accordion-header" role="heading" [attr.aria-level]="headerAriaLevel" [class.p-highlight]="selected" [class.p-disabled]="disabled" [attr.data-p-disabled]="disabled" [attr.data-pc-section]="'header'">
210
210
  <a
@@ -270,7 +270,7 @@ class AccordionTab {
270
270
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
271
271
  }
272
272
  export { AccordionTab };
273
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionTab, decorators: [{
273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AccordionTab, decorators: [{
274
274
  type: Component,
275
275
  args: [{ selector: 'p-accordionTab', template: `
276
276
  <div class="p-accordion-tab" [class.p-accordion-tab-active]="selected" [ngClass]="tabStyleClass" [ngStyle]="tabStyle" [attr.data-pc-name]="'accordiontab'">
@@ -621,15 +621,15 @@ class Accordion {
621
621
  this.tabListSubscription.unsubscribe();
622
622
  }
623
623
  }
624
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Accordion, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
625
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: Accordion, selector: "p-accordion", inputs: { multiple: "multiple", style: "style", styleClass: "styleClass", expandIcon: "expandIcon", collapseIcon: "collapseIcon", activeIndex: "activeIndex", selectOnFocus: "selectOnFocus", headerAriaLevel: "headerAriaLevel" }, outputs: { onClose: "onClose", onOpen: "onOpen", activeIndexChange: "activeIndexChange" }, host: { listeners: { "keydown": "onKeydown($event)" }, classAttribute: "p-element" }, queries: [{ propertyName: "tabList", predicate: AccordionTab }], ngImport: i0, template: `
624
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Accordion, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
625
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Accordion, selector: "p-accordion", inputs: { multiple: "multiple", style: "style", styleClass: "styleClass", expandIcon: "expandIcon", collapseIcon: "collapseIcon", activeIndex: "activeIndex", selectOnFocus: "selectOnFocus", headerAriaLevel: "headerAriaLevel" }, outputs: { onClose: "onClose", onOpen: "onOpen", activeIndexChange: "activeIndexChange" }, host: { listeners: { "keydown": "onKeydown($event)" }, classAttribute: "p-element" }, queries: [{ propertyName: "tabList", predicate: AccordionTab }], ngImport: i0, template: `
626
626
  <div [ngClass]="'p-accordion p-component'" [ngStyle]="style" [class]="styleClass">
627
627
  <ng-content></ng-content>
628
628
  </div>
629
629
  `, 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 });
630
630
  }
631
631
  export { Accordion };
632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Accordion, decorators: [{
632
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Accordion, decorators: [{
633
633
  type: Component,
634
634
  args: [{
635
635
  selector: 'p-accordion',
@@ -673,12 +673,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
673
673
  args: ['keydown', ['$event']]
674
674
  }] } });
675
675
  class AccordionModule {
676
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
677
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, declarations: [Accordion, AccordionTab], imports: [CommonModule, ChevronRightIcon, ChevronDownIcon], exports: [Accordion, AccordionTab, SharedModule] });
678
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, imports: [CommonModule, ChevronRightIcon, ChevronDownIcon, SharedModule] });
676
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
677
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AccordionModule, declarations: [Accordion, AccordionTab], imports: [CommonModule, ChevronRightIcon, ChevronDownIcon], exports: [Accordion, AccordionTab, SharedModule] });
678
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AccordionModule, imports: [CommonModule, ChevronRightIcon, ChevronDownIcon, SharedModule] });
679
679
  }
680
680
  export { AccordionModule };
681
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, decorators: [{
681
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AccordionModule, decorators: [{
682
682
  type: NgModule,
683
683
  args: [{
684
684
  imports: [CommonModule, ChevronRightIcon, ChevronDownIcon],
@@ -66,11 +66,11 @@ class Animate {
66
66
  this.unbindIntersectionObserver();
67
67
  clearTimeout(this.timeout);
68
68
  }
69
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Animate, deps: [{ token: i0.ElementRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
70
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: Animate, selector: "[pAnimate]", inputs: { enterClass: "enterClass", leaveClass: "leaveClass" }, host: { properties: { "class.p-animate": "true" } }, ngImport: i0 });
69
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Animate, deps: [{ token: i0.ElementRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
70
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.2", type: Animate, selector: "[pAnimate]", inputs: { enterClass: "enterClass", leaveClass: "leaveClass" }, host: { properties: { "class.p-animate": "true" } }, ngImport: i0 });
71
71
  }
72
72
  export { Animate };
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Animate, decorators: [{
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Animate, decorators: [{
74
74
  type: Directive,
75
75
  args: [{
76
76
  selector: '[pAnimate]',
@@ -84,12 +84,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
84
84
  type: Input
85
85
  }] } });
86
86
  class AnimateModule {
87
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AnimateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
88
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: AnimateModule, declarations: [Animate], imports: [CommonModule], exports: [Animate] });
89
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AnimateModule, imports: [CommonModule] });
87
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AnimateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
88
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AnimateModule, declarations: [Animate], imports: [CommonModule], exports: [Animate] });
89
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AnimateModule, imports: [CommonModule] });
90
90
  }
91
91
  export { AnimateModule };
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AnimateModule, decorators: [{
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AnimateModule, decorators: [{
93
93
  type: NgModule,
94
94
  args: [{
95
95
  imports: [CommonModule],
@@ -34,11 +34,11 @@ class ConfirmationService {
34
34
  onAccept() {
35
35
  this.acceptConfirmationSource.next(null);
36
36
  }
37
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ConfirmationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ConfirmationService });
37
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ConfirmationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ConfirmationService });
39
39
  }
40
40
  export { ConfirmationService };
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ConfirmationService, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ConfirmationService, decorators: [{
42
42
  type: Injectable
43
43
  }] });
44
44
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy9hcGkvY29uZmlybWF0aW9uc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBRS9COzs7R0FHRztBQUNILE1BQ2EsbUJBQW1CO0lBQ3BCLHlCQUF5QixHQUFHLElBQUksT0FBTyxFQUF1QixDQUFDO0lBQy9ELHdCQUF3QixHQUFHLElBQUksT0FBTyxFQUF1QixDQUFDO0lBRXRFLG9CQUFvQixHQUFHLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUNyRSxNQUFNLEdBQUcsSUFBSSxDQUFDLHdCQUF3QixDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3REOzs7O09BSUc7SUFDSCxPQUFPLENBQUMsWUFBMEI7UUFDOUIsSUFBSSxDQUFDLHlCQUF5QixDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztRQUNsRCxPQUFPLElBQUksQ0FBQztJQUNoQixDQUFDO0lBQ0Q7OztPQUdHO0lBQ0gsS0FBSztRQUNELElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDMUMsT0FBTyxJQUFJLENBQUM7SUFDaEIsQ0FBQztJQUNEOzs7T0FHRztJQUNILFFBQVE7UUFDSixJQUFJLENBQUMsd0JBQXdCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzdDLENBQUM7dUdBN0JRLG1CQUFtQjsyR0FBbkIsbUJBQW1COztTQUFuQixtQkFBbUI7MkZBQW5CLG1CQUFtQjtrQkFEL0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IENvbmZpcm1hdGlvbiB9IGZyb20gJy4vY29uZmlybWF0aW9uJztcbi8qKlxuICogTWV0aG9kcyB1c2VkIGluIGNvbmZpcm1hdGlvbiBzZXJ2aWNlLlxuICogQGdyb3VwIFNlcnZpY2VcbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIENvbmZpcm1hdGlvblNlcnZpY2Uge1xuICAgIHByaXZhdGUgcmVxdWlyZUNvbmZpcm1hdGlvblNvdXJjZSA9IG5ldyBTdWJqZWN0PENvbmZpcm1hdGlvbiB8IG51bGw+KCk7XG4gICAgcHJpdmF0ZSBhY2NlcHRDb25maXJtYXRpb25Tb3VyY2UgPSBuZXcgU3ViamVjdDxDb25maXJtYXRpb24gfCBudWxsPigpO1xuXG4gICAgcmVxdWlyZUNvbmZpcm1hdGlvbiQgPSB0aGlzLnJlcXVpcmVDb25maXJtYXRpb25Tb3VyY2UuYXNPYnNlcnZhYmxlKCk7XG4gICAgYWNjZXB0ID0gdGhpcy5hY2NlcHRDb25maXJtYXRpb25Tb3VyY2UuYXNPYnNlcnZhYmxlKCk7XG4gICAgLyoqXG4gICAgICogQ2FsbGJhY2sgdG8gaW52b2tlIG9uIGNvbmZpcm0uXG4gICAgICogQHBhcmFtIHtDb25maXJtYXRpb259IGNvbmZpcm1hdGlvbiAtIFJlcHJlc2VudHMgYSBjb25maXJtYXRpb24gZGlhbG9nIGNvbmZpZ3VyYXRpb24uXG4gICAgICogQGdyb3VwIE1ldGhvZFxuICAgICAqL1xuICAgIGNvbmZpcm0oY29uZmlybWF0aW9uOiBDb25maXJtYXRpb24pIHtcbiAgICAgICAgdGhpcy5yZXF1aXJlQ29uZmlybWF0aW9uU291cmNlLm5leHQoY29uZmlybWF0aW9uKTtcbiAgICAgICAgcmV0dXJuIHRoaXM7XG4gICAgfVxuICAgIC8qKlxuICAgICAqIENsb3NlcyB0aGUgZGlhbG9nLlxuICAgICAqIEBncm91cCBNZXRob2RcbiAgICAgKi9cbiAgICBjbG9zZSgpIHtcbiAgICAgICAgdGhpcy5yZXF1aXJlQ29uZmlybWF0aW9uU291cmNlLm5leHQobnVsbCk7XG4gICAgICAgIHJldHVybiB0aGlzO1xuICAgIH1cbiAgICAvKipcbiAgICAgKiBBY2NlcHRzIHRoZSBkaWFsb2cuXG4gICAgICogQGdyb3VwIE1ldGhvZFxuICAgICAqL1xuICAgIG9uQWNjZXB0KCkge1xuICAgICAgICB0aGlzLmFjY2VwdENvbmZpcm1hdGlvblNvdXJjZS5uZXh0KG51bGwpO1xuICAgIH1cbn1cbiJdfQ==
@@ -13,11 +13,11 @@ class ContextMenuService {
13
13
  this.activeItemKey = null;
14
14
  this.activeItemKeyChange.next(this.activeItemKey);
15
15
  }
16
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ContextMenuService });
16
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ContextMenuService });
18
18
  }
19
19
  export { ContextMenuService };
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ContextMenuService, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ContextMenuService, decorators: [{
21
21
  type: Injectable
22
22
  }] });
23
23
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGV4dG1lbnVzZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2FwcC9jb21wb25lbnRzL2FwaS9jb250ZXh0bWVudXNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQyxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUUvQixNQUNhLGtCQUFrQjtJQUNuQixtQkFBbUIsR0FBRyxJQUFJLE9BQU8sRUFBVSxDQUFDO0lBRXBELG9CQUFvQixHQUFHLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUUvRCxhQUFhLENBQW1CO0lBRWhDLFNBQVMsQ0FBQyxHQUFXO1FBQ2pCLElBQUksQ0FBQyxhQUFhLEdBQUcsR0FBRyxDQUFDO1FBQ3pCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQXVCLENBQUMsQ0FBQztJQUNoRSxDQUFDO0lBRUQsS0FBSztRQUNELElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDO1FBQzFCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQW9CLENBQUMsQ0FBQztJQUM3RCxDQUFDO3VHQWZRLGtCQUFrQjsyR0FBbEIsa0JBQWtCOztTQUFsQixrQkFBa0I7MkZBQWxCLGtCQUFrQjtrQkFEOUIsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE51bGxhYmxlIH0gZnJvbSAncHJpbWVuZy90cy1oZWxwZXJzJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIENvbnRleHRNZW51U2VydmljZSB7XG4gICAgcHJpdmF0ZSBhY3RpdmVJdGVtS2V5Q2hhbmdlID0gbmV3IFN1YmplY3Q8c3RyaW5nPigpO1xuXG4gICAgYWN0aXZlSXRlbUtleUNoYW5nZSQgPSB0aGlzLmFjdGl2ZUl0ZW1LZXlDaGFuZ2UuYXNPYnNlcnZhYmxlKCk7XG5cbiAgICBhY3RpdmVJdGVtS2V5OiBOdWxsYWJsZTxzdHJpbmc+O1xuXG4gICAgY2hhbmdlS2V5KGtleTogc3RyaW5nKSB7XG4gICAgICAgIHRoaXMuYWN0aXZlSXRlbUtleSA9IGtleTtcbiAgICAgICAgdGhpcy5hY3RpdmVJdGVtS2V5Q2hhbmdlLm5leHQodGhpcy5hY3RpdmVJdGVtS2V5IGFzIHN0cmluZyk7XG4gICAgfVxuXG4gICAgcmVzZXQoKSB7XG4gICAgICAgIHRoaXMuYWN0aXZlSXRlbUtleSA9IG51bGw7XG4gICAgICAgIHRoaXMuYWN0aXZlSXRlbUtleUNoYW5nZS5uZXh0KHRoaXMuYWN0aXZlSXRlbUtleSBhcyBhbnkpO1xuICAgIH1cbn1cbiJdfQ==
@@ -209,11 +209,11 @@ class FilterService {
209
209
  register(rule, fn) {
210
210
  this.filters[rule] = fn;
211
211
  }
212
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
213
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: FilterService, providedIn: 'root' });
212
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
213
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterService, providedIn: 'root' });
214
214
  }
215
215
  export { FilterService };
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: FilterService, decorators: [{
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterService, decorators: [{
217
217
  type: Injectable,
218
218
  args: [{ providedIn: 'root' }]
219
219
  }] });
@@ -38,11 +38,11 @@ class MessageService {
38
38
  clear(key) {
39
39
  this.clearSource.next(key || null);
40
40
  }
41
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: MessageService });
41
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MessageService });
43
43
  }
44
44
  export { MessageService };
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: MessageService, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MessageService, decorators: [{
46
46
  type: Injectable
47
47
  }] });
48
48
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZXNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXBwL2NvbXBvbmVudHMvYXBpL21lc3NhZ2VzZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFFL0I7OztHQUdHO0FBQ0gsTUFDYSxjQUFjO0lBQ2YsYUFBYSxHQUFHLElBQUksT0FBTyxFQUF1QixDQUFDO0lBQ25ELFdBQVcsR0FBRyxJQUFJLE9BQU8sRUFBaUIsQ0FBQztJQUVuRCxlQUFlLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUNwRCxhQUFhLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUNoRDs7OztPQUlHO0lBQ0gsR0FBRyxDQUFDLE9BQWdCO1FBQ2hCLElBQUksT0FBTyxFQUFFO1lBQ1QsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7U0FDcEM7SUFDTCxDQUFDO0lBQ0Q7Ozs7T0FJRztJQUNILE1BQU0sQ0FBQyxRQUFtQjtRQUN0QixJQUFJLFFBQVEsSUFBSSxRQUFRLENBQUMsTUFBTSxFQUFFO1lBQzdCLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1NBQ3JDO0lBQ0wsQ0FBQztJQUNEOzs7O09BSUc7SUFDSCxLQUFLLENBQUMsR0FBWTtRQUNkLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEdBQUcsSUFBSSxJQUFJLENBQUMsQ0FBQztJQUN2QyxDQUFDO3VHQWpDUSxjQUFjOzJHQUFkLGNBQWM7O1NBQWQsY0FBYzsyRkFBZCxjQUFjO2tCQUQxQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgTWVzc2FnZSB9IGZyb20gJy4vbWVzc2FnZSc7XG4vKipcbiAqIE1lc3NhZ2Ugc2VydmljZSB1c2VkIGluIG1lc3NhZ2VzIGFuZCB0b2FzdCBjb21wb25lbnRzLlxuICogQGdyb3VwIFNlcnZpY2VcbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIE1lc3NhZ2VTZXJ2aWNlIHtcbiAgICBwcml2YXRlIG1lc3NhZ2VTb3VyY2UgPSBuZXcgU3ViamVjdDxNZXNzYWdlIHwgTWVzc2FnZVtdPigpO1xuICAgIHByaXZhdGUgY2xlYXJTb3VyY2UgPSBuZXcgU3ViamVjdDxzdHJpbmcgfCBudWxsPigpO1xuXG4gICAgbWVzc2FnZU9ic2VydmVyID0gdGhpcy5tZXNzYWdlU291cmNlLmFzT2JzZXJ2YWJsZSgpO1xuICAgIGNsZWFyT2JzZXJ2ZXIgPSB0aGlzLmNsZWFyU291cmNlLmFzT2JzZXJ2YWJsZSgpO1xuICAgIC8qKlxuICAgICAqIEluc2VydHMgc2luZ2xlIG1lc3NhZ2UuXG4gICAgICogQHBhcmFtIHtNZXNzYWdlfSBtZXNzYWdlIC0gTWVzc2FnZSB0byBiZSBhZGRlZC5cbiAgICAgKiBAZ3JvdXAgTWV0aG9kXG4gICAgICovXG4gICAgYWRkKG1lc3NhZ2U6IE1lc3NhZ2UpIHtcbiAgICAgICAgaWYgKG1lc3NhZ2UpIHtcbiAgICAgICAgICAgIHRoaXMubWVzc2FnZVNvdXJjZS5uZXh0KG1lc3NhZ2UpO1xuICAgICAgICB9XG4gICAgfVxuICAgIC8qKlxuICAgICAqIEluc3RlcnRzIG5ldyBtZXNzYWdlcy5cbiAgICAgKiBAcGFyYW0ge01lc3NhZ2VbXX0gbWVzc2FnZXMgLSBNZXNzYWdlcyB0byBiZSBhZGRlZC5cbiAgICAgKiBAZ3JvdXAgTWV0aG9kXG4gICAgICovXG4gICAgYWRkQWxsKG1lc3NhZ2VzOiBNZXNzYWdlW10pIHtcbiAgICAgICAgaWYgKG1lc3NhZ2VzICYmIG1lc3NhZ2VzLmxlbmd0aCkge1xuICAgICAgICAgICAgdGhpcy5tZXNzYWdlU291cmNlLm5leHQobWVzc2FnZXMpO1xuICAgICAgICB9XG4gICAgfVxuICAgIC8qKlxuICAgICAqIENsZWFycyB0aGUgbWVzc2FnZSB3aXRoIHRoZSBnaXZlbiBrZXkuXG4gICAgICogQHBhcmFtIHtzdHJpbmd9IGtleSAtIEtleSBvZiB0aGUgbWVzc2FnZSB0byBiZSBjbGVhcmVkLlxuICAgICAqIEBncm91cCBNZXRob2RcbiAgICAgKi9cbiAgICBjbGVhcihrZXk/OiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5jbGVhclNvdXJjZS5uZXh0KGtleSB8fCBudWxsKTtcbiAgICB9XG59XG4iXX0=
@@ -9,11 +9,11 @@ class OverlayService {
9
9
  this.clickSource.next(event);
10
10
  }
11
11
  }
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OverlayService, providedIn: 'root' });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: OverlayService, providedIn: 'root' });
14
14
  }
15
15
  export { OverlayService };
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OverlayService, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: OverlayService, decorators: [{
17
17
  type: Injectable,
18
18
  args: [{ providedIn: 'root' }]
19
19
  }] });
@@ -146,11 +146,11 @@ class PrimeNGConfig {
146
146
  this.translation = { ...this.translation, ...value };
147
147
  this.translationSource.next(this.translation);
148
148
  }
149
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeNGConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
150
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeNGConfig, providedIn: 'root' });
149
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeNGConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
150
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeNGConfig, providedIn: 'root' });
151
151
  }
152
152
  export { PrimeNGConfig };
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeNGConfig, decorators: [{
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeNGConfig, decorators: [{
154
154
  type: Injectable,
155
155
  args: [{ providedIn: 'root' }]
156
156
  }] });
@@ -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.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 });
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 });
7
7
  }
8
8
  export { Header };
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Header, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", 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.2.0", ngImpor
14
14
  }]
15
15
  }] });
16
16
  class Footer {
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 });
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 });
19
19
  }
20
20
  export { Footer };
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Footer, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", 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.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 });
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 });
40
40
  }
41
41
  export { PrimeTemplate };
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeTemplate, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", 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.2.0", ngImpor
52
52
  args: ['pTemplate']
53
53
  }] } });
54
54
  class SharedModule {
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] });
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] });
58
58
  }
59
59
  export { SharedModule };
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SharedModule, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcG9wdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXBwL2NvbXBvbmVudHMvYXBpL3Rvb2x0aXBvcHRpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFbGVtZW50UmVmLCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIERlZmluZXMgb3B0aW9ucyBvZiBUb29sdGlwLlxuICogQGdyb3VwIEludGVyZmFjZVxuICovXG5leHBvcnQgaW50ZXJmYWNlIFRvb2x0aXBPcHRpb25zIHtcbiAgICAvKipcbiAgICAgKiBMYWJlbCBvZiB0b29sdGlwLlxuICAgICAqL1xuICAgIHRvb2x0aXBMYWJlbD86IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBQb3NpdGlvbiBvZiB0b29sdGlwLlxuICAgICAqL1xuICAgIHRvb2x0aXBQb3NpdGlvbj86ICdyaWdodCcgfCAnbGVmdCcgfCAndG9wJyB8ICdib3R0b20nO1xuICAgIC8qKlxuICAgICAqIFBvc2l0aW9uIG9mIHRvb2x0aXAuXG4gICAgICovXG4gICAgdG9vbHRpcEV2ZW50PzogJ2hvdmVyJyB8ICdmb2N1cyc7XG4gICAgLyoqXG4gICAgICogVGFyZ2V0IGVsZW1lbnQgdG8gYXR0YWNoIHRoZSBvdmVybGF5LCB2YWxpZCB2YWx1ZXMgYXJlIFwiYm9keVwiIG9yIGEgbG9jYWwgbmctdGVtcGxhdGUgdmFyaWFibGUgb2YgYW5vdGhlciBlbGVtZW50IChub3RlOiB1c2UgYmluZGluZyB3aXRoIGJyYWNrZXRzIGZvciB0ZW1wbGF0ZSB2YXJpYWJsZXMsIGUuZy4gW2FwcGVuZFRvXT1cIm15ZGl2XCIgZm9yIGEgZGl2IGVsZW1lbnQgaGF2aW5nICNteWRpdiBhcyB2YXJpYWJsZSBuYW1lKS5cbiAgICAgKiBAZGVmYXVsdFZhbHVlIGJvZHlcbiAgICAgKi9cbiAgICBhcHBlbmRUbz86IEhUTUxFbGVtZW50IHwgRWxlbWVudFJlZiB8IFRlbXBsYXRlUmVmPGFueT4gfCBzdHJpbmcgfCBudWxsIHwgdW5kZWZpbmVkIHwgYW55O1xuICAgIC8qKlxuICAgICAqIFR5cGUgb2YgQ1NTIHBvc2l0aW9uLlxuICAgICAqL1xuICAgIHBvc2l0aW9uU3R5bGU/OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogU3R5bGUgY2xhc3Mgb2YgdGhlIHRvb2x0aXAuXG4gICAgICovXG4gICAgdG9vbHRpcFN0eWxlQ2xhc3M/OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogV2hldGhlciB0aGUgei1pbmRleCBzaG91bGQgYmUgbWFuYWdlZCBhdXRvbWF0aWNhbGx5IHRvIGFsd2F5cyBnbyBvbiB0b3Agb3IgaGF2ZSBhIGZpeGVkIHZhbHVlLlxuICAgICAqIEBkZWZhdWx0VmFsdWUgYXV0b1xuICAgICAqL1xuICAgIHRvb2x0aXBaSW5kZXg/OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogQnkgZGVmYXVsdCB0aGUgdG9vbHRpcCBjb250ZW50cyBhcmUgcmVuZGVyZWQgYXMgdGV4dC4gU2V0IHRvIGZhbHNlIHRvIHN1cHBvcnQgaHRtbCB0YWdzIGluIHRoZSBjb250ZW50LlxuICAgICAqL1xuICAgIGVzY2FwZT86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogV2hlbiBwcmVzZW50LCBpdCBzcGVjaWZpZXMgdGhhdCB0aGUgY29tcG9uZW50IHNob3VsZCBiZSBkaXNhYmxlZC5cbiAgICAgKi9cbiAgICBkaXNhYmxlZD86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogU3BlY2lmaWVzIHRoZSBhZGRpdGlvbmFsIHZlcnRpY2FsIG9mZnNldCBvZiB0aGUgdG9vbHRpcCBmcm9tIGl0cyBkZWZhdWx0IHBvc2l0aW9uLlxuICAgICAqL1xuICAgIHBvc2l0aW9uVG9wPzogbnVtYmVyO1xuICAgIC8qKlxuICAgICAqIFNwZWNpZmllcyB0aGUgYWRkaXRpb25hbCBob3Jpem9udGFsIG9mZnNldCBvZiB0aGUgdG9vbHRpcCBmcm9tIGl0cyBkZWZhdWx0IHBvc2l0aW9uLlxuICAgICAqL1xuICAgIHBvc2l0aW9uTGVmdD86IG51bWJlcjtcbiAgICAvKipcbiAgICAgKiBEZWxheSB0byBzaG93IHRoZSB0b29sdGlwIGluIG1pbGxpc2Vjb25kcy5cbiAgICAgKi9cbiAgICBzaG93RGVsYXk/OiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogRGVsYXkgdG8gaGlkZSB0aGUgdG9vbHRpcCBpbiBtaWxsaXNlY29uZHMuXG4gICAgICovXG4gICAgaGlkZURlbGF5PzogbnVtYmVyO1xuICAgIC8qKlxuICAgICAqIFRpbWUgdG8gd2FpdCBpbiBtaWxsaXNlY29uZHMgdG8gaGlkZSB0aGUgdG9vbHRpcCBldmVuIGl0IGlzIGFjdGl2ZS5cbiAgICAgKi9cbiAgICBsaWZlPzogbnVtYmVyO1xufVxuIl19
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcG9wdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXBwL2NvbXBvbmVudHMvYXBpL3Rvb2x0aXBvcHRpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFbGVtZW50UmVmLCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIERlZmluZXMgb3B0aW9ucyBvZiBUb29sdGlwLlxuICogQGdyb3VwIEludGVyZmFjZVxuICovXG5leHBvcnQgaW50ZXJmYWNlIFRvb2x0aXBPcHRpb25zIHtcbiAgICAvKipcbiAgICAgKiBMYWJlbCBvZiB0b29sdGlwLlxuICAgICAqL1xuICAgIHRvb2x0aXBMYWJlbD86IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBQb3NpdGlvbiBvZiB0b29sdGlwLlxuICAgICAqL1xuICAgIHRvb2x0aXBQb3NpdGlvbj86ICdyaWdodCcgfCAnbGVmdCcgfCAndG9wJyB8ICdib3R0b20nO1xuICAgIC8qKlxuICAgICAqIFBvc2l0aW9uIG9mIHRvb2x0aXAuXG4gICAgICovXG4gICAgdG9vbHRpcEV2ZW50PzogJ2hvdmVyJyB8ICdmb2N1cyc7XG4gICAgLyoqXG4gICAgICogVGFyZ2V0IGVsZW1lbnQgdG8gYXR0YWNoIHRoZSBvdmVybGF5LCB2YWxpZCB2YWx1ZXMgYXJlIFwiYm9keVwiIG9yIGEgbG9jYWwgbmctdGVtcGxhdGUgdmFyaWFibGUgb2YgYW5vdGhlciBlbGVtZW50IChub3RlOiB1c2UgYmluZGluZyB3aXRoIGJyYWNrZXRzIGZvciB0ZW1wbGF0ZSB2YXJpYWJsZXMsIGUuZy4gW2FwcGVuZFRvXT1cIm15ZGl2XCIgZm9yIGEgZGl2IGVsZW1lbnQgaGF2aW5nICNteWRpdiBhcyB2YXJpYWJsZSBuYW1lKS5cbiAgICAgKiBAZGVmYXVsdFZhbHVlIGJvZHlcbiAgICAgKi9cbiAgICBhcHBlbmRUbz86IEhUTUxFbGVtZW50IHwgRWxlbWVudFJlZiB8IFRlbXBsYXRlUmVmPGFueT4gfCBzdHJpbmcgfCBudWxsIHwgdW5kZWZpbmVkIHwgYW55O1xuICAgIC8qKlxuICAgICAqIFR5cGUgb2YgQ1NTIHBvc2l0aW9uLlxuICAgICAqL1xuICAgIHBvc2l0aW9uU3R5bGU/OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogU3R5bGUgY2xhc3Mgb2YgdGhlIHRvb2x0aXAuXG4gICAgICovXG4gICAgdG9vbHRpcFN0eWxlQ2xhc3M/OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogV2hldGhlciB0aGUgei1pbmRleCBzaG91bGQgYmUgbWFuYWdlZCBhdXRvbWF0aWNhbGx5IHRvIGFsd2F5cyBnbyBvbiB0b3Agb3IgaGF2ZSBhIGZpeGVkIHZhbHVlLlxuICAgICAqIEBkZWZhdWx0VmFsdWUgYXV0b1xuICAgICAqL1xuICAgIHRvb2x0aXBaSW5kZXg/OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogQnkgZGVmYXVsdCB0aGUgdG9vbHRpcCBjb250ZW50cyBhcmUgcmVuZGVyZWQgYXMgdGV4dC4gU2V0IHRvIGZhbHNlIHRvIHN1cHBvcnQgaHRtbCB0YWdzIGluIHRoZSBjb250ZW50LlxuICAgICAqL1xuICAgIGVzY2FwZT86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogV2hlbiBwcmVzZW50LCBpdCBzcGVjaWZpZXMgdGhhdCB0aGUgY29tcG9uZW50IHNob3VsZCBiZSBkaXNhYmxlZC5cbiAgICAgKi9cbiAgICBkaXNhYmxlZD86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogU3BlY2lmaWVzIHRoZSBhZGRpdGlvbmFsIHZlcnRpY2FsIG9mZnNldCBvZiB0aGUgdG9vbHRpcCBmcm9tIGl0cyBkZWZhdWx0IHBvc2l0aW9uLlxuICAgICAqL1xuICAgIHBvc2l0aW9uVG9wPzogbnVtYmVyO1xuICAgIC8qKlxuICAgICAqIFNwZWNpZmllcyB0aGUgYWRkaXRpb25hbCBob3Jpem9udGFsIG9mZnNldCBvZiB0aGUgdG9vbHRpcCBmcm9tIGl0cyBkZWZhdWx0IHBvc2l0aW9uLlxuICAgICAqL1xuICAgIHBvc2l0aW9uTGVmdD86IG51bWJlcjtcbiAgICAvKipcbiAgICAgKiBEZWxheSB0byBzaG93IHRoZSB0b29sdGlwIGluIG1pbGxpc2Vjb25kcy5cbiAgICAgKi9cbiAgICBzaG93RGVsYXk/OiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogRGVsYXkgdG8gaGlkZSB0aGUgdG9vbHRpcCBpbiBtaWxsaXNlY29uZHMuXG4gICAgICovXG4gICAgaGlkZURlbGF5PzogbnVtYmVyO1xuICAgIC8qKlxuICAgICAqIFRpbWUgdG8gd2FpdCBpbiBtaWxsaXNlY29uZHMgdG8gaGlkZSB0aGUgdG9vbHRpcCBldmVuIGl0IGlzIGFjdGl2ZS5cbiAgICAgKi9cbiAgICBsaWZlPzogbnVtYmVyO1xuICAgIC8qKlxuICAgICAqIFdoZW4gcHJlc2VudCwgaXQgYWRkcyBhIGN1c3RvbSBpZCB0byB0aGUgdG9vbHRpcC5cbiAgICAgKi9cbiAgICBpZD86IHN0cmluZztcbn1cbiJdfQ==
@@ -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.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 });
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 });
17
17
  }
18
18
  export { TreeDragDropService };
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TreeDragDropService, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TreeDragDropService, decorators: [{
20
20
  type: Injectable
21
21
  }] });
22
22
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJlZWRyYWdkcm9wc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy9hcGkvdHJlZWRyYWdkcm9wc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBRy9CLE1BQ2EsbUJBQW1CO0lBQ3BCLGVBQWUsR0FBRyxJQUFJLE9BQU8sRUFBcUIsQ0FBQztJQUNuRCxjQUFjLEdBQUcsSUFBSSxPQUFPLEVBQXFCLENBQUM7SUFFMUQsVUFBVSxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDakQsU0FBUyxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsWUFBWSxFQUFFLENBQUM7SUFFL0MsU0FBUyxDQUFDLEtBQXdCO1FBQzlCLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3JDLENBQUM7SUFFRCxRQUFRLENBQUMsS0FBd0I7UUFDN0IsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDcEMsQ0FBQzt1R0FiUSxtQkFBbUI7MkdBQW5CLG1CQUFtQjs7U0FBbkIsbUJBQW1COzJGQUFuQixtQkFBbUI7a0JBRC9CLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBUcmVlTm9kZURyYWdFdmVudCB9IGZyb20gJy4vdHJlZW5vZGVkcmFnZXZlbnQnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgVHJlZURyYWdEcm9wU2VydmljZSB7XG4gICAgcHJpdmF0ZSBkcmFnU3RhcnRTb3VyY2UgPSBuZXcgU3ViamVjdDxUcmVlTm9kZURyYWdFdmVudD4oKTtcbiAgICBwcml2YXRlIGRyYWdTdG9wU291cmNlID0gbmV3IFN1YmplY3Q8VHJlZU5vZGVEcmFnRXZlbnQ+KCk7XG5cbiAgICBkcmFnU3RhcnQkID0gdGhpcy5kcmFnU3RhcnRTb3VyY2UuYXNPYnNlcnZhYmxlKCk7XG4gICAgZHJhZ1N0b3AkID0gdGhpcy5kcmFnU3RvcFNvdXJjZS5hc09ic2VydmFibGUoKTtcblxuICAgIHN0YXJ0RHJhZyhldmVudDogVHJlZU5vZGVEcmFnRXZlbnQpIHtcbiAgICAgICAgdGhpcy5kcmFnU3RhcnRTb3VyY2UubmV4dChldmVudCk7XG4gICAgfVxuXG4gICAgc3RvcERyYWcoZXZlbnQ6IFRyZWVOb2RlRHJhZ0V2ZW50KSB7XG4gICAgICAgIHRoaXMuZHJhZ1N0b3BTb3VyY2UubmV4dChldmVudCk7XG4gICAgfVxufVxuIl19
@@ -952,8 +952,8 @@ class AutoComplete {
952
952
  this.scrollHandler = null;
953
953
  }
954
954
  }
955
- 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 });
956
- 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: `
955
+ 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 });
956
+ 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: `
957
957
  <span #container [ngClass]="{ 'p-autocomplete p-component': true, 'p-autocomplete-dd': dropdown, 'p-autocomplete-multiple': multiple }" [ngStyle]="style" [class]="styleClass">
958
958
  <input
959
959
  pAutoFocus
@@ -1139,7 +1139,7 @@ class AutoComplete {
1139
1139
  `, isInline: true, styles: ["@layer primeng{.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{display:flex;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 });
1140
1140
  }
1141
1141
  export { AutoComplete };
1142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoComplete, decorators: [{
1142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoComplete, decorators: [{
1143
1143
  type: Component,
1144
1144
  args: [{ selector: 'p-autoComplete', template: `
1145
1145
  <span #container [ngClass]="{ 'p-autocomplete p-component': true, 'p-autocomplete-dd': dropdown, 'p-autocomplete-multiple': multiple }" [ngStyle]="style" [class]="styleClass">
@@ -1488,12 +1488,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
1488
1488
  args: [PrimeTemplate]
1489
1489
  }] } });
1490
1490
  class AutoCompleteModule {
1491
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1492
- 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] });
1493
- 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] });
1491
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1492
+ 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] });
1493
+ 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] });
1494
1494
  }
1495
1495
  export { AutoCompleteModule };
1496
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoCompleteModule, decorators: [{
1496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoCompleteModule, decorators: [{
1497
1497
  type: NgModule,
1498
1498
  args: [{
1499
1499
  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.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 });
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 });
36
36
  }
37
37
  export { AutoFocus };
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoFocus, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", 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.2.0", ngImpor
47
47
  type: Input
48
48
  }] } });
49
49
  class AutoFocusModule {
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] });
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] });
53
53
  }
54
54
  export { AutoFocusModule };
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoFocusModule, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoFocusModule, decorators: [{
56
56
  type: NgModule,
57
57
  args: [{
58
58
  imports: [CommonModule],