primeng 16.2.0 → 16.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (380) hide show
  1. package/README.md +1 -1
  2. package/api/treetablenode.d.ts +1 -1
  3. package/autocomplete/autocomplete.d.ts +7 -10
  4. package/calendar/calendar.d.ts +1 -0
  5. package/carousel/carousel.d.ts +2 -1
  6. package/chips/chips.d.ts +2 -1
  7. package/dataview/dataview.d.ts +11 -1
  8. package/dynamicdialog/dynamicdialog-config.d.ts +4 -0
  9. package/dynamicdialog/dynamicdialog.d.ts +1 -0
  10. package/esm2022/accordion/accordion.mjs +10 -10
  11. package/esm2022/animate/animate.mjs +7 -7
  12. package/esm2022/api/confirmationservice.mjs +3 -3
  13. package/esm2022/api/contextmenuservice.mjs +3 -3
  14. package/esm2022/api/filterservice.mjs +3 -3
  15. package/esm2022/api/messageservice.mjs +3 -3
  16. package/esm2022/api/overlayservice.mjs +3 -3
  17. package/esm2022/api/primengconfig.mjs +3 -3
  18. package/esm2022/api/shared.mjs +13 -13
  19. package/esm2022/api/treedragdropservice.mjs +3 -3
  20. package/esm2022/api/treetablenode.mjs +1 -1
  21. package/esm2022/autocomplete/autocomplete.mjs +60 -38
  22. package/esm2022/autofocus/autofocus.mjs +7 -7
  23. package/esm2022/avatar/avatar.mjs +7 -7
  24. package/esm2022/avatargroup/avatargroup.mjs +7 -7
  25. package/esm2022/badge/badge.mjs +10 -10
  26. package/esm2022/baseicon/baseicon.mjs +3 -3
  27. package/esm2022/blockui/blockui.mjs +7 -7
  28. package/esm2022/breadcrumb/breadcrumb.mjs +7 -7
  29. package/esm2022/button/button.mjs +13 -12
  30. package/esm2022/calendar/calendar.mjs +33 -13
  31. package/esm2022/card/card.mjs +7 -7
  32. package/esm2022/carousel/carousel.mjs +18 -14
  33. package/esm2022/cascadeselect/cascadeselect.mjs +10 -10
  34. package/esm2022/chart/chart.mjs +7 -7
  35. package/esm2022/checkbox/checkbox.mjs +7 -7
  36. package/esm2022/chip/chip.mjs +7 -7
  37. package/esm2022/chips/chips.mjs +15 -11
  38. package/esm2022/colorpicker/colorpicker.mjs +7 -7
  39. package/esm2022/confirmdialog/confirmdialog.mjs +7 -7
  40. package/esm2022/confirmpopup/confirmpopup.mjs +7 -7
  41. package/esm2022/contextmenu/contextmenu.mjs +20 -17
  42. package/esm2022/dataview/dataview.mjs +31 -13
  43. package/esm2022/defer/defer.mjs +7 -7
  44. package/esm2022/dialog/dialog.mjs +26 -23
  45. package/esm2022/divider/divider.mjs +7 -7
  46. package/esm2022/dock/dock.mjs +7 -7
  47. package/esm2022/dragdrop/dragdrop.mjs +10 -10
  48. package/esm2022/dropdown/dropdown.mjs +18 -15
  49. package/esm2022/dynamicdialog/dialogservice.mjs +11 -5
  50. package/esm2022/dynamicdialog/dynamicdialog-config.mjs +5 -1
  51. package/esm2022/dynamicdialog/dynamicdialog.mjs +24 -15
  52. package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  53. package/esm2022/editor/editor.mjs +7 -7
  54. package/esm2022/fieldset/fieldset.mjs +7 -7
  55. package/esm2022/fileupload/fileupload.mjs +9 -8
  56. package/esm2022/focustrap/focustrap.mjs +7 -7
  57. package/esm2022/galleria/galleria.mjs +30 -20
  58. package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
  59. package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
  60. package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
  61. package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
  62. package/esm2022/icons/angledown/angledown.mjs +3 -3
  63. package/esm2022/icons/angleleft/angleleft.mjs +3 -3
  64. package/esm2022/icons/angleright/angleright.mjs +3 -3
  65. package/esm2022/icons/angleup/angleup.mjs +3 -3
  66. package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
  67. package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
  68. package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
  69. package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
  70. package/esm2022/icons/arrowright/arrowright.mjs +3 -3
  71. package/esm2022/icons/arrowup/arrowup.mjs +3 -3
  72. package/esm2022/icons/ban/ban.mjs +3 -3
  73. package/esm2022/icons/bars/bars.mjs +3 -3
  74. package/esm2022/icons/calendar/calendar.mjs +3 -3
  75. package/esm2022/icons/caretleft/caretleft.mjs +3 -3
  76. package/esm2022/icons/caretright/caretright.mjs +3 -3
  77. package/esm2022/icons/check/check.mjs +3 -3
  78. package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
  79. package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
  80. package/esm2022/icons/chevronright/chevronright.mjs +3 -3
  81. package/esm2022/icons/chevronup/chevronup.mjs +3 -3
  82. package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
  83. package/esm2022/icons/eye/eye.mjs +3 -3
  84. package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
  85. package/esm2022/icons/filter/filter.mjs +3 -3
  86. package/esm2022/icons/filterslash/filterslash.mjs +3 -3
  87. package/esm2022/icons/home/home.mjs +3 -3
  88. package/esm2022/icons/infocircle/infocircle.mjs +3 -3
  89. package/esm2022/icons/minus/minus.mjs +3 -3
  90. package/esm2022/icons/pencil/pencil.mjs +3 -3
  91. package/esm2022/icons/plus/plus.mjs +3 -3
  92. package/esm2022/icons/refresh/refresh.mjs +3 -3
  93. package/esm2022/icons/search/search.mjs +3 -3
  94. package/esm2022/icons/searchminus/searchminus.mjs +3 -3
  95. package/esm2022/icons/searchplus/searchplus.mjs +3 -3
  96. package/esm2022/icons/sortalt/sortalt.mjs +3 -3
  97. package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
  98. package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
  99. package/esm2022/icons/spinner/spinner.mjs +3 -3
  100. package/esm2022/icons/star/star.mjs +3 -3
  101. package/esm2022/icons/starfill/starfill.mjs +3 -3
  102. package/esm2022/icons/thlarge/thlarge.mjs +3 -3
  103. package/esm2022/icons/times/times.mjs +3 -3
  104. package/esm2022/icons/timescircle/timescircle.mjs +3 -3
  105. package/esm2022/icons/trash/trash.mjs +3 -3
  106. package/esm2022/icons/undo/undo.mjs +3 -3
  107. package/esm2022/icons/upload/upload.mjs +3 -3
  108. package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
  109. package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
  110. package/esm2022/image/image.mjs +17 -10
  111. package/esm2022/inplace/inplace.mjs +13 -13
  112. package/esm2022/inputmask/inputmask.mjs +7 -7
  113. package/esm2022/inputnumber/inputnumber.mjs +10 -10
  114. package/esm2022/inputswitch/inputswitch.mjs +7 -7
  115. package/esm2022/inputtext/inputtext.mjs +7 -7
  116. package/esm2022/inputtextarea/inputtextarea.mjs +8 -24
  117. package/esm2022/keyfilter/keyfilter.interface.mjs +2 -0
  118. package/esm2022/keyfilter/keyfilter.mjs +22 -10
  119. package/esm2022/keyfilter/public_api.mjs +2 -1
  120. package/esm2022/knob/knob.mjs +7 -7
  121. package/esm2022/listbox/listbox.mjs +7 -7
  122. package/esm2022/megamenu/megamenu.mjs +13 -13
  123. package/esm2022/menu/menu.mjs +20 -14
  124. package/esm2022/menubar/menubar.mjs +16 -16
  125. package/esm2022/message/message.mjs +7 -7
  126. package/esm2022/messages/messages.mjs +7 -7
  127. package/esm2022/multiselect/multiselect.mjs +25 -18
  128. package/esm2022/orderlist/orderlist.mjs +7 -7
  129. package/esm2022/organizationchart/organizationchart.mjs +10 -10
  130. package/esm2022/overlay/overlay.mjs +7 -7
  131. package/esm2022/overlaypanel/overlaypanel.mjs +15 -20
  132. package/esm2022/paginator/paginator.mjs +29 -11
  133. package/esm2022/panel/panel.mjs +9 -9
  134. package/esm2022/panelmenu/panelmenu.mjs +19 -16
  135. package/esm2022/password/password.mjs +25 -16
  136. package/esm2022/picklist/picklist.mjs +14 -10
  137. package/esm2022/progressbar/progressbar.mjs +7 -7
  138. package/esm2022/progressspinner/progressspinner.mjs +7 -7
  139. package/esm2022/radiobutton/radiobutton.mjs +10 -10
  140. package/esm2022/rating/rating.mjs +7 -7
  141. package/esm2022/ripple/ripple.mjs +7 -7
  142. package/esm2022/scroller/scroller.mjs +7 -7
  143. package/esm2022/scrollpanel/scrollpanel.mjs +7 -7
  144. package/esm2022/scrolltop/scrolltop.mjs +7 -7
  145. package/esm2022/selectbutton/selectbutton.mjs +19 -21
  146. package/esm2022/sidebar/sidebar.mjs +9 -9
  147. package/esm2022/skeleton/skeleton.mjs +7 -7
  148. package/esm2022/slidemenu/slidemenu.mjs +20 -17
  149. package/esm2022/slider/slider.mjs +7 -7
  150. package/esm2022/speeddial/speeddial.mjs +7 -7
  151. package/esm2022/spinner/spinner.mjs +7 -7
  152. package/esm2022/splitbutton/splitbutton.mjs +7 -7
  153. package/esm2022/splitter/splitter.mjs +9 -9
  154. package/esm2022/steps/steps.mjs +7 -7
  155. package/esm2022/styleclass/styleclass.mjs +7 -7
  156. package/esm2022/table/table.interface.mjs +1 -1
  157. package/esm2022/table/table.mjs +116 -97
  158. package/esm2022/tabmenu/tabmenu.mjs +7 -7
  159. package/esm2022/tabview/tabview.mjs +10 -10
  160. package/esm2022/tag/tag.mjs +7 -7
  161. package/esm2022/terminal/terminal.mjs +7 -7
  162. package/esm2022/terminal/terminalservice.mjs +3 -3
  163. package/esm2022/tieredmenu/tieredmenu.mjs +17 -20
  164. package/esm2022/timeline/timeline.mjs +9 -9
  165. package/esm2022/toast/toast.mjs +25 -13
  166. package/esm2022/togglebutton/togglebutton.mjs +7 -7
  167. package/esm2022/toolbar/toolbar.mjs +7 -7
  168. package/esm2022/tooltip/tooltip.mjs +28 -22
  169. package/esm2022/tree/tree.mjs +10 -10
  170. package/esm2022/treeselect/treeselect.mjs +12 -12
  171. package/esm2022/treetable/treetable.interface.mjs +1 -1
  172. package/esm2022/treetable/treetable.mjs +80 -58
  173. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +7 -7
  174. package/esm2022/virtualscroller/virtualscroller.mjs +7 -7
  175. package/fesm2022/primeng-accordion.mjs +10 -10
  176. package/fesm2022/primeng-animate.mjs +7 -7
  177. package/fesm2022/primeng-api.mjs +34 -34
  178. package/fesm2022/primeng-autocomplete.mjs +59 -37
  179. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  180. package/fesm2022/primeng-autofocus.mjs +7 -7
  181. package/fesm2022/primeng-avatar.mjs +7 -7
  182. package/fesm2022/primeng-avatargroup.mjs +7 -7
  183. package/fesm2022/primeng-badge.mjs +10 -10
  184. package/fesm2022/primeng-baseicon.mjs +3 -3
  185. package/fesm2022/primeng-blockui.mjs +7 -7
  186. package/fesm2022/primeng-breadcrumb.mjs +7 -7
  187. package/fesm2022/primeng-button.mjs +12 -11
  188. package/fesm2022/primeng-button.mjs.map +1 -1
  189. package/fesm2022/primeng-calendar.mjs +32 -12
  190. package/fesm2022/primeng-calendar.mjs.map +1 -1
  191. package/fesm2022/primeng-card.mjs +7 -7
  192. package/fesm2022/primeng-carousel.mjs +17 -13
  193. package/fesm2022/primeng-carousel.mjs.map +1 -1
  194. package/fesm2022/primeng-cascadeselect.mjs +10 -10
  195. package/fesm2022/primeng-chart.mjs +7 -7
  196. package/fesm2022/primeng-checkbox.mjs +7 -7
  197. package/fesm2022/primeng-chip.mjs +7 -7
  198. package/fesm2022/primeng-chips.mjs +14 -10
  199. package/fesm2022/primeng-chips.mjs.map +1 -1
  200. package/fesm2022/primeng-colorpicker.mjs +7 -7
  201. package/fesm2022/primeng-confirmdialog.mjs +7 -7
  202. package/fesm2022/primeng-confirmpopup.mjs +7 -7
  203. package/fesm2022/primeng-contextmenu.mjs +19 -16
  204. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  205. package/fesm2022/primeng-dataview.mjs +30 -12
  206. package/fesm2022/primeng-dataview.mjs.map +1 -1
  207. package/fesm2022/primeng-defer.mjs +7 -7
  208. package/fesm2022/primeng-dialog.mjs +25 -22
  209. package/fesm2022/primeng-dialog.mjs.map +1 -1
  210. package/fesm2022/primeng-divider.mjs +7 -7
  211. package/fesm2022/primeng-dock.mjs +7 -7
  212. package/fesm2022/primeng-dragdrop.mjs +10 -10
  213. package/fesm2022/primeng-dropdown.mjs +17 -14
  214. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  215. package/fesm2022/primeng-dynamicdialog.mjs +40 -22
  216. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  217. package/fesm2022/primeng-editor.mjs +7 -7
  218. package/fesm2022/primeng-fieldset.mjs +7 -7
  219. package/fesm2022/primeng-fileupload.mjs +8 -7
  220. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  221. package/fesm2022/primeng-focustrap.mjs +7 -7
  222. package/fesm2022/primeng-galleria.mjs +29 -19
  223. package/fesm2022/primeng-galleria.mjs.map +1 -1
  224. package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
  225. package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
  226. package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
  227. package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
  228. package/fesm2022/primeng-icons-angledown.mjs +3 -3
  229. package/fesm2022/primeng-icons-angleleft.mjs +3 -3
  230. package/fesm2022/primeng-icons-angleright.mjs +3 -3
  231. package/fesm2022/primeng-icons-angleup.mjs +3 -3
  232. package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
  233. package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
  234. package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
  235. package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
  236. package/fesm2022/primeng-icons-arrowright.mjs +3 -3
  237. package/fesm2022/primeng-icons-arrowup.mjs +3 -3
  238. package/fesm2022/primeng-icons-ban.mjs +3 -3
  239. package/fesm2022/primeng-icons-bars.mjs +3 -3
  240. package/fesm2022/primeng-icons-calendar.mjs +3 -3
  241. package/fesm2022/primeng-icons-caretleft.mjs +3 -3
  242. package/fesm2022/primeng-icons-caretright.mjs +3 -3
  243. package/fesm2022/primeng-icons-check.mjs +3 -3
  244. package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
  245. package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
  246. package/fesm2022/primeng-icons-chevronright.mjs +3 -3
  247. package/fesm2022/primeng-icons-chevronup.mjs +3 -3
  248. package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
  249. package/fesm2022/primeng-icons-eye.mjs +3 -3
  250. package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
  251. package/fesm2022/primeng-icons-filter.mjs +3 -3
  252. package/fesm2022/primeng-icons-filterslash.mjs +3 -3
  253. package/fesm2022/primeng-icons-home.mjs +3 -3
  254. package/fesm2022/primeng-icons-infocircle.mjs +3 -3
  255. package/fesm2022/primeng-icons-minus.mjs +3 -3
  256. package/fesm2022/primeng-icons-pencil.mjs +3 -3
  257. package/fesm2022/primeng-icons-plus.mjs +3 -3
  258. package/fesm2022/primeng-icons-refresh.mjs +3 -3
  259. package/fesm2022/primeng-icons-search.mjs +3 -3
  260. package/fesm2022/primeng-icons-searchminus.mjs +3 -3
  261. package/fesm2022/primeng-icons-searchplus.mjs +3 -3
  262. package/fesm2022/primeng-icons-sortalt.mjs +3 -3
  263. package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
  264. package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
  265. package/fesm2022/primeng-icons-spinner.mjs +3 -3
  266. package/fesm2022/primeng-icons-star.mjs +3 -3
  267. package/fesm2022/primeng-icons-starfill.mjs +3 -3
  268. package/fesm2022/primeng-icons-thlarge.mjs +3 -3
  269. package/fesm2022/primeng-icons-times.mjs +3 -3
  270. package/fesm2022/primeng-icons-timescircle.mjs +3 -3
  271. package/fesm2022/primeng-icons-trash.mjs +3 -3
  272. package/fesm2022/primeng-icons-undo.mjs +3 -3
  273. package/fesm2022/primeng-icons-upload.mjs +3 -3
  274. package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
  275. package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
  276. package/fesm2022/primeng-image.mjs +16 -9
  277. package/fesm2022/primeng-image.mjs.map +1 -1
  278. package/fesm2022/primeng-inplace.mjs +13 -13
  279. package/fesm2022/primeng-inputmask.mjs +7 -7
  280. package/fesm2022/primeng-inputnumber.mjs +9 -9
  281. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  282. package/fesm2022/primeng-inputswitch.mjs +7 -7
  283. package/fesm2022/primeng-inputtext.mjs +7 -7
  284. package/fesm2022/primeng-inputtextarea.mjs +7 -23
  285. package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
  286. package/fesm2022/primeng-keyfilter.mjs +21 -9
  287. package/fesm2022/primeng-keyfilter.mjs.map +1 -1
  288. package/fesm2022/primeng-knob.mjs +7 -7
  289. package/fesm2022/primeng-listbox.mjs +7 -7
  290. package/fesm2022/primeng-megamenu.mjs +12 -12
  291. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  292. package/fesm2022/primeng-menu.mjs +19 -13
  293. package/fesm2022/primeng-menu.mjs.map +1 -1
  294. package/fesm2022/primeng-menubar.mjs +15 -15
  295. package/fesm2022/primeng-menubar.mjs.map +1 -1
  296. package/fesm2022/primeng-message.mjs +7 -7
  297. package/fesm2022/primeng-messages.mjs +7 -7
  298. package/fesm2022/primeng-multiselect.mjs +24 -17
  299. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  300. package/fesm2022/primeng-orderlist.mjs +7 -7
  301. package/fesm2022/primeng-organizationchart.mjs +10 -10
  302. package/fesm2022/primeng-overlay.mjs +7 -7
  303. package/fesm2022/primeng-overlaypanel.mjs +14 -19
  304. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  305. package/fesm2022/primeng-paginator.mjs +28 -10
  306. package/fesm2022/primeng-paginator.mjs.map +1 -1
  307. package/fesm2022/primeng-panel.mjs +9 -9
  308. package/fesm2022/primeng-panelmenu.mjs +18 -15
  309. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  310. package/fesm2022/primeng-password.mjs +24 -15
  311. package/fesm2022/primeng-password.mjs.map +1 -1
  312. package/fesm2022/primeng-picklist.mjs +13 -9
  313. package/fesm2022/primeng-picklist.mjs.map +1 -1
  314. package/fesm2022/primeng-progressbar.mjs +7 -7
  315. package/fesm2022/primeng-progressspinner.mjs +7 -7
  316. package/fesm2022/primeng-radiobutton.mjs +10 -10
  317. package/fesm2022/primeng-rating.mjs +7 -7
  318. package/fesm2022/primeng-ripple.mjs +7 -7
  319. package/fesm2022/primeng-scroller.mjs +7 -7
  320. package/fesm2022/primeng-scrollpanel.mjs +7 -7
  321. package/fesm2022/primeng-scrolltop.mjs +7 -7
  322. package/fesm2022/primeng-selectbutton.mjs +18 -20
  323. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  324. package/fesm2022/primeng-sidebar.mjs +8 -8
  325. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  326. package/fesm2022/primeng-skeleton.mjs +7 -7
  327. package/fesm2022/primeng-slidemenu.mjs +19 -16
  328. package/fesm2022/primeng-slidemenu.mjs.map +1 -1
  329. package/fesm2022/primeng-slider.mjs +7 -7
  330. package/fesm2022/primeng-speeddial.mjs +7 -7
  331. package/fesm2022/primeng-spinner.mjs +7 -7
  332. package/fesm2022/primeng-splitbutton.mjs +7 -7
  333. package/fesm2022/primeng-splitter.mjs +9 -9
  334. package/fesm2022/primeng-splitter.mjs.map +1 -1
  335. package/fesm2022/primeng-steps.mjs +7 -7
  336. package/fesm2022/primeng-styleclass.mjs +7 -7
  337. package/fesm2022/primeng-table.mjs +115 -96
  338. package/fesm2022/primeng-table.mjs.map +1 -1
  339. package/fesm2022/primeng-tabmenu.mjs +7 -7
  340. package/fesm2022/primeng-tabview.mjs +10 -10
  341. package/fesm2022/primeng-tag.mjs +7 -7
  342. package/fesm2022/primeng-terminal.mjs +10 -10
  343. package/fesm2022/primeng-tieredmenu.mjs +16 -19
  344. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  345. package/fesm2022/primeng-timeline.mjs +9 -9
  346. package/fesm2022/primeng-timeline.mjs.map +1 -1
  347. package/fesm2022/primeng-toast.mjs +24 -12
  348. package/fesm2022/primeng-toast.mjs.map +1 -1
  349. package/fesm2022/primeng-togglebutton.mjs +7 -7
  350. package/fesm2022/primeng-toolbar.mjs +7 -7
  351. package/fesm2022/primeng-tooltip.mjs +27 -21
  352. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  353. package/fesm2022/primeng-tree.mjs +10 -10
  354. package/fesm2022/primeng-treeselect.mjs +11 -11
  355. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  356. package/fesm2022/primeng-treetable.mjs +79 -57
  357. package/fesm2022/primeng-treetable.mjs.map +1 -1
  358. package/fesm2022/primeng-tristatecheckbox.mjs +7 -7
  359. package/fesm2022/primeng-virtualscroller.mjs +7 -7
  360. package/galleria/galleria.d.ts +6 -1
  361. package/image/image.d.ts +6 -1
  362. package/inputtextarea/inputtextarea.d.ts +0 -2
  363. package/keyfilter/keyfilter.d.ts +6 -5
  364. package/keyfilter/keyfilter.interface.d.ts +5 -0
  365. package/keyfilter/public_api.d.ts +1 -0
  366. package/menu/menu.d.ts +1 -0
  367. package/multiselect/multiselect.d.ts +8 -6
  368. package/package.json +153 -153
  369. package/paginator/paginator.d.ts +7 -1
  370. package/password/password.d.ts +6 -1
  371. package/resources/components/panel/panel.css +1 -1
  372. package/resources/components/splitter/splitter.css +2 -1
  373. package/sidebar/sidebar.d.ts +1 -1
  374. package/table/table.d.ts +12 -3
  375. package/table/table.interface.d.ts +1 -1
  376. package/toast/toast.d.ts +8 -2
  377. package/tooltip/tooltip.d.ts +6 -6
  378. package/treeselect/treeselect.d.ts +5 -5
  379. package/treetable/treetable.d.ts +14 -4
  380. package/treetable/treetable.interface.d.ts +9 -2
@@ -152,8 +152,8 @@ class TriStateCheckbox {
152
152
  this.disabled = disabled;
153
153
  this.cd.markForCheck();
154
154
  }
155
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TriStateCheckbox, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
156
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: TriStateCheckbox, selector: "p-triStateCheckbox", inputs: { disabled: "disabled", name: "name", ariaLabelledBy: "ariaLabelledBy", tabindex: "tabindex", inputId: "inputId", style: "style", styleClass: "styleClass", label: "label", readonly: "readonly", checkboxTrueIcon: "checkboxTrueIcon", checkboxFalseIcon: "checkboxFalseIcon" }, outputs: { onChange: "onChange" }, host: { classAttribute: "p-element" }, providers: [TRISTATECHECKBOX_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
155
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TriStateCheckbox, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
156
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: TriStateCheckbox, selector: "p-triStateCheckbox", inputs: { disabled: "disabled", name: "name", ariaLabelledBy: "ariaLabelledBy", tabindex: "tabindex", inputId: "inputId", style: "style", styleClass: "styleClass", label: "label", readonly: "readonly", checkboxTrueIcon: "checkboxTrueIcon", checkboxFalseIcon: "checkboxFalseIcon" }, outputs: { onChange: "onChange" }, host: { classAttribute: "p-element" }, providers: [TRISTATECHECKBOX_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
157
157
  <div [ngStyle]="style" [ngClass]="{ 'p-checkbox p-component': true, 'p-checkbox-disabled': disabled, 'p-checkbox-focused': focused }" [class]="styleClass">
158
158
  <div class="p-hidden-accessible">
159
159
  <input
@@ -197,7 +197,7 @@ class TriStateCheckbox {
197
197
  `, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i1.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgStyle; }), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(function () { return CheckIcon; }), selector: "CheckIcon" }, { kind: "component", type: i0.forwardRef(function () { return TimesIcon; }), selector: "TimesIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
198
198
  }
199
199
  export { TriStateCheckbox };
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TriStateCheckbox, decorators: [{
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TriStateCheckbox, decorators: [{
201
201
  type: Component,
202
202
  args: [{
203
203
  selector: 'p-triStateCheckbox',
@@ -279,12 +279,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
279
279
  args: [PrimeTemplate]
280
280
  }] } });
281
281
  class TriStateCheckboxModule {
282
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TriStateCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
283
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: TriStateCheckboxModule, declarations: [TriStateCheckbox], imports: [CommonModule, SharedModule, CheckIcon, TimesIcon], exports: [TriStateCheckbox, SharedModule] });
284
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TriStateCheckboxModule, imports: [CommonModule, SharedModule, CheckIcon, TimesIcon, SharedModule] });
282
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TriStateCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
283
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: TriStateCheckboxModule, declarations: [TriStateCheckbox], imports: [CommonModule, SharedModule, CheckIcon, TimesIcon], exports: [TriStateCheckbox, SharedModule] });
284
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TriStateCheckboxModule, imports: [CommonModule, SharedModule, CheckIcon, TimesIcon, SharedModule] });
285
285
  }
286
286
  export { TriStateCheckboxModule };
287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TriStateCheckboxModule, decorators: [{
287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TriStateCheckboxModule, decorators: [{
288
288
  type: NgModule,
289
289
  args: [{
290
290
  imports: [CommonModule, SharedModule, CheckIcon, TimesIcon],
@@ -111,8 +111,8 @@ class VirtualScroller {
111
111
  scrollToIndex(index, mode) {
112
112
  this.scroller?.scrollToIndex(index, mode);
113
113
  }
114
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: VirtualScroller, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
115
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: VirtualScroller, selector: "p-virtualScroller", inputs: { value: "value", itemSize: "itemSize", style: "style", styleClass: "styleClass", scrollHeight: "scrollHeight", lazy: "lazy", options: "options", delay: "delay" }, outputs: { onLazyLoad: "onLazyLoad" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "header", first: true, predicate: Header, descendants: true }, { propertyName: "footer", first: true, predicate: Footer, descendants: true }, { propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }], ngImport: i0, template: `
114
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: VirtualScroller, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
115
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: VirtualScroller, selector: "p-virtualScroller", inputs: { value: "value", itemSize: "itemSize", style: "style", styleClass: "styleClass", scrollHeight: "scrollHeight", lazy: "lazy", options: "options", delay: "delay" }, outputs: { onLazyLoad: "onLazyLoad" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "header", first: true, predicate: Header, descendants: true }, { propertyName: "footer", first: true, predicate: Footer, descendants: true }, { propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }], ngImport: i0, template: `
116
116
  <div [ngClass]="'p-virtualscroller p-component'" [ngStyle]="style" [class]="styleClass">
117
117
  <div class="p-virtualscroller-header" *ngIf="header || headerTemplate">
118
118
  <ng-content select="p-header"></ng-content>
@@ -135,7 +135,7 @@ class VirtualScroller {
135
135
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i3.Scroller, selector: "p-scroller", inputs: ["id", "style", "styleClass", "tabindex", "items", "itemSize", "scrollHeight", "scrollWidth", "orientation", "step", "delay", "resizeDelay", "appendOnly", "inline", "lazy", "disabled", "loaderDisabled", "columns", "showSpacer", "showLoader", "numToleratedItems", "loading", "autoSize", "trackBy", "options"], outputs: ["onLazyLoad", "onScroll", "onScrollIndexChange"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
136
136
  }
137
137
  export { VirtualScroller };
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: VirtualScroller, decorators: [{
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: VirtualScroller, decorators: [{
139
139
  type: Component,
140
140
  args: [{
141
141
  selector: 'p-virtualScroller',
@@ -198,12 +198,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
198
198
  args: ['scroller']
199
199
  }] } });
200
200
  class VirtualScrollerModule {
201
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: VirtualScrollerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
202
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: VirtualScrollerModule, declarations: [VirtualScroller], imports: [CommonModule, SharedModule, ScrollerModule], exports: [VirtualScroller, SharedModule, ScrollerModule] });
203
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: VirtualScrollerModule, imports: [CommonModule, SharedModule, ScrollerModule, SharedModule, ScrollerModule] });
201
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: VirtualScrollerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
202
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: VirtualScrollerModule, declarations: [VirtualScroller], imports: [CommonModule, SharedModule, ScrollerModule], exports: [VirtualScroller, SharedModule, ScrollerModule] });
203
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: VirtualScrollerModule, imports: [CommonModule, SharedModule, ScrollerModule, SharedModule, ScrollerModule] });
204
204
  }
205
205
  export { VirtualScrollerModule };
206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: VirtualScrollerModule, decorators: [{
206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: VirtualScrollerModule, decorators: [{
207
207
  type: NgModule,
208
208
  args: [{
209
209
  imports: [CommonModule, SharedModule, ScrollerModule],
@@ -204,8 +204,8 @@ class AccordionTab {
204
204
  ngOnDestroy() {
205
205
  this.accordion.tabs.splice(this.findTabIndex(), 1);
206
206
  }
207
- 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 });
208
- 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: `
207
+ 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 });
208
+ 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: `
209
209
  <div class="p-accordion-tab" [class.p-accordion-tab-active]="selected" [ngClass]="tabStyleClass" [ngStyle]="tabStyle" [attr.data-pc-name]="'accordiontab'">
210
210
  <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'">
211
211
  <a
@@ -270,7 +270,7 @@ class AccordionTab {
270
270
  ])
271
271
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
272
272
  }
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,14 +621,14 @@ 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
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Accordion, decorators: [{
631
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Accordion, decorators: [{
632
632
  type: Component,
633
633
  args: [{
634
634
  selector: 'p-accordion',
@@ -672,11 +672,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
672
672
  args: ['keydown', ['$event']]
673
673
  }] } });
674
674
  class AccordionModule {
675
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
676
- 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] });
677
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, imports: [CommonModule, ChevronRightIcon, ChevronDownIcon, SharedModule] });
675
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
676
+ 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] });
677
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AccordionModule, imports: [CommonModule, ChevronRightIcon, ChevronDownIcon, SharedModule] });
678
678
  }
679
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AccordionModule, decorators: [{
679
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AccordionModule, decorators: [{
680
680
  type: NgModule,
681
681
  args: [{
682
682
  imports: [CommonModule, ChevronRightIcon, ChevronDownIcon],
@@ -67,10 +67,10 @@ class Animate {
67
67
  this.unbindIntersectionObserver();
68
68
  clearTimeout(this.timeout);
69
69
  }
70
- 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 });
71
- 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 });
70
+ 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 });
71
+ 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 });
72
72
  }
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,11 +84,11 @@ 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
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AnimateModule, decorators: [{
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AnimateModule, decorators: [{
92
92
  type: NgModule,
93
93
  args: [{
94
94
  imports: [CommonModule],
@@ -47,10 +47,10 @@ class ConfirmationService {
47
47
  onAccept() {
48
48
  this.acceptConfirmationSource.next(null);
49
49
  }
50
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ConfirmationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
51
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ConfirmationService });
50
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ConfirmationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
51
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ConfirmationService });
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ConfirmationService, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ConfirmationService, decorators: [{
54
54
  type: Injectable
55
55
  }] });
56
56
 
@@ -66,10 +66,10 @@ class ContextMenuService {
66
66
  this.activeItemKey = null;
67
67
  this.activeItemKeyChange.next(this.activeItemKey);
68
68
  }
69
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
70
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ContextMenuService });
69
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
70
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ContextMenuService });
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ContextMenuService, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ContextMenuService, decorators: [{
73
73
  type: Injectable
74
74
  }] });
75
75
 
@@ -309,10 +309,10 @@ class FilterService {
309
309
  register(rule, fn) {
310
310
  this.filters[rule] = fn;
311
311
  }
312
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
313
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: FilterService, providedIn: 'root' });
312
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
313
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterService, providedIn: 'root' });
314
314
  }
315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: FilterService, decorators: [{
315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterService, decorators: [{
316
316
  type: Injectable,
317
317
  args: [{ providedIn: 'root' }]
318
318
  }] });
@@ -354,10 +354,10 @@ class MessageService {
354
354
  clear(key) {
355
355
  this.clearSource.next(key || null);
356
356
  }
357
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
358
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: MessageService });
357
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
358
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MessageService });
359
359
  }
360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: MessageService, decorators: [{
360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MessageService, decorators: [{
361
361
  type: Injectable
362
362
  }] });
363
363
 
@@ -369,10 +369,10 @@ class OverlayService {
369
369
  this.clickSource.next(event);
370
370
  }
371
371
  }
372
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
373
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OverlayService, providedIn: 'root' });
372
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
373
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: OverlayService, providedIn: 'root' });
374
374
  }
375
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OverlayService, decorators: [{
375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: OverlayService, decorators: [{
376
376
  type: Injectable,
377
377
  args: [{ providedIn: 'root' }]
378
378
  }] });
@@ -781,19 +781,19 @@ class PrimeNGConfig {
781
781
  this.translation = { ...this.translation, ...value };
782
782
  this.translationSource.next(this.translation);
783
783
  }
784
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeNGConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
785
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeNGConfig, providedIn: 'root' });
784
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeNGConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
785
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeNGConfig, providedIn: 'root' });
786
786
  }
787
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeNGConfig, decorators: [{
787
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeNGConfig, decorators: [{
788
788
  type: Injectable,
789
789
  args: [{ providedIn: 'root' }]
790
790
  }] });
791
791
 
792
792
  class Header {
793
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Header, deps: [], target: i0.ɵɵFactoryTarget.Component });
794
- 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 });
793
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Header, deps: [], target: i0.ɵɵFactoryTarget.Component });
794
+ 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 });
795
795
  }
796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Header, decorators: [{
796
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Header, decorators: [{
797
797
  type: Component,
798
798
  args: [{
799
799
  selector: 'p-header',
@@ -801,10 +801,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
801
801
  }]
802
802
  }] });
803
803
  class Footer {
804
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Footer, deps: [], target: i0.ɵɵFactoryTarget.Component });
805
- 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 });
804
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Footer, deps: [], target: i0.ɵɵFactoryTarget.Component });
805
+ 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 });
806
806
  }
807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Footer, decorators: [{
807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Footer, decorators: [{
808
808
  type: Component,
809
809
  args: [{
810
810
  selector: 'p-footer',
@@ -821,10 +821,10 @@ class PrimeTemplate {
821
821
  getType() {
822
822
  return this.name;
823
823
  }
824
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeTemplate, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
825
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: PrimeTemplate, selector: "[pTemplate]", inputs: { type: "type", name: ["pTemplate", "name"] }, ngImport: i0 });
824
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeTemplate, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
825
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.2", type: PrimeTemplate, selector: "[pTemplate]", inputs: { type: "type", name: ["pTemplate", "name"] }, ngImport: i0 });
826
826
  }
827
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: PrimeTemplate, decorators: [{
827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PrimeTemplate, decorators: [{
828
828
  type: Directive,
829
829
  args: [{
830
830
  selector: '[pTemplate]',
@@ -837,11 +837,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
837
837
  args: ['pTemplate']
838
838
  }] } });
839
839
  class SharedModule {
840
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
841
- 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] });
842
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SharedModule, imports: [CommonModule] });
840
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
841
+ 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] });
842
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SharedModule, imports: [CommonModule] });
843
843
  }
844
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: SharedModule, decorators: [{
844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SharedModule, decorators: [{
845
845
  type: NgModule,
846
846
  args: [{
847
847
  imports: [CommonModule],
@@ -904,10 +904,10 @@ class TreeDragDropService {
904
904
  stopDrag(event) {
905
905
  this.dragStopSource.next(event);
906
906
  }
907
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TreeDragDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
908
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TreeDragDropService });
907
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TreeDragDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
908
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TreeDragDropService });
909
909
  }
910
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TreeDragDropService, decorators: [{
910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TreeDragDropService, decorators: [{
911
911
  type: Injectable
912
912
  }] });
913
913
 
@@ -166,16 +166,24 @@ class AutoComplete {
166
166
  * @group Props
167
167
  */
168
168
  type = 'text';
169
- /**
170
- * Whether to automatically manage layering.
171
- * @group Props
172
- */
173
- autoZIndex = true;
174
- /**
175
- * Base zIndex value to use in layering.
176
- * @group Props
177
- */
178
- baseZIndex = 0;
169
+ /* @deprecated */
170
+ _autoZIndex;
171
+ get autoZIndex() {
172
+ return this._autoZIndex;
173
+ }
174
+ set autoZIndex(val) {
175
+ this._autoZIndex = val;
176
+ console.warn('The autoZIndex property is deprecated since v14.2.0, use overlayOptions property instead.');
177
+ }
178
+ /* @deprecated */
179
+ _baseZIndex;
180
+ get baseZIndex() {
181
+ return this._baseZIndex;
182
+ }
183
+ set baseZIndex(val) {
184
+ this._baseZIndex = val;
185
+ console.warn('The baseZIndex property is deprecated since v14.2.0, use overlayOptions property instead.');
186
+ }
179
187
  /**
180
188
  * Defines a string that labels the input for accessibility.
181
189
  * @group Props
@@ -425,6 +433,7 @@ class AutoComplete {
425
433
  listId;
426
434
  itemClicked;
427
435
  inputValue = null;
436
+ isSearching = false;
428
437
  constructor(document, el, renderer, cd, differs, config, overlayService, zone) {
429
438
  this.document = document;
430
439
  this.el = el;
@@ -485,6 +494,7 @@ class AutoComplete {
485
494
  }
486
495
  }
487
496
  this.loading = false;
497
+ this.isSearching = false;
488
498
  }
489
499
  }
490
500
  ngAfterContentInit() {
@@ -585,15 +595,17 @@ class AutoComplete {
585
595
  this.inputClick = true;
586
596
  }
587
597
  search(event, query) {
588
- //allow empty string but not undefined or null
589
- if (query === undefined || query === null) {
590
- return;
598
+ if (!this.isSearching) {
599
+ this.isSearching = true;
600
+ this.loading = true;
601
+ this.completeMethod.emit({
602
+ originalEvent: event,
603
+ query: query
604
+ });
605
+ setTimeout(() => {
606
+ this.isSearching = false;
607
+ }, 100);
591
608
  }
592
- this.loading = true;
593
- this.completeMethod.emit({
594
- originalEvent: event,
595
- query: query
596
- });
597
609
  }
598
610
  selectItem(option, focus = true) {
599
611
  if (this.forceSelectionUpdateModelTimeout) {
@@ -664,17 +676,23 @@ class AutoComplete {
664
676
  if (!this.overlayVisible) {
665
677
  this.focusInput();
666
678
  let queryValue = this.multiple ? this.multiInputEl.nativeElement.value : this.inputEL.nativeElement.value;
667
- if (this.dropdownMode === 'blank')
679
+ if (this.dropdownMode === 'blank') {
680
+ this.onDropdownClick.emit({
681
+ originalEvent: event,
682
+ query: ''
683
+ });
668
684
  this.search(event, '');
669
- else if (this.dropdownMode === 'current')
685
+ }
686
+ else if (this.dropdownMode === 'current') {
687
+ this.onDropdownClick.emit({
688
+ originalEvent: event,
689
+ query: queryValue
690
+ });
670
691
  this.search(event, queryValue);
671
- this.onDropdownClick.emit({
672
- originalEvent: event,
673
- query: queryValue
674
- });
692
+ }
675
693
  }
676
694
  else {
677
- this.hide();
695
+ this.hide(event);
678
696
  }
679
697
  }
680
698
  focusInput() {
@@ -843,7 +861,7 @@ class AutoComplete {
843
861
  }
844
862
  for (let suggestion of suggestions) {
845
863
  let itemValue = this.field ? ObjectUtils.resolveFieldData(suggestion, this.field) : suggestion;
846
- if (itemValue && inputValue === itemValue.trim()) {
864
+ if (itemValue && inputValue.toLowerCase() === itemValue.toLowerCase().trim()) {
847
865
  valid = true;
848
866
  this.forceSelectionUpdateModelTimeout = setTimeout(() => {
849
867
  this.selectItem(suggestion, false);
@@ -935,8 +953,8 @@ class AutoComplete {
935
953
  this.scrollHandler = null;
936
954
  }
937
955
  }
938
- 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 });
939
- 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: `
956
+ 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 });
957
+ 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: `
940
958
  <span #container [ngClass]="{ 'p-autocomplete p-component': true, 'p-autocomplete-dd': dropdown, 'p-autocomplete-multiple': multiple }" [ngStyle]="style" [class]="styleClass">
941
959
  <input
942
960
  pAutoFocus
@@ -973,7 +991,7 @@ class AutoComplete {
973
991
  [attr.aria-labelledby]="ariaLabelledBy"
974
992
  [attr.aria-required]="required"
975
993
  />
976
- <ng-container *ngIf="filled && !disabled && showClear">
994
+ <ng-container *ngIf="filled && !disabled && showClear && !loading">
977
995
  <TimesIcon *ngIf="!clearIconTemplate" [styleClass]="'p-autocomplete-clear-icon'" (click)="clear()" />
978
996
  <span *ngIf="clearIconTemplate" class="p-autocomplete-clear-icon" (click)="clear()">
979
997
  <ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
@@ -1041,9 +1059,11 @@ class AutoComplete {
1041
1059
  <p-overlay
1042
1060
  #overlay
1043
1061
  [(visible)]="overlayVisible"
1044
- [options]="virtualScrollOptions"
1062
+ [options]="overlayOptions"
1045
1063
  [target]="'@parent'"
1046
1064
  [appendTo]="appendTo"
1065
+ [autoZIndex]="autoZIndex"
1066
+ [baseZIndex]="baseZIndex"
1047
1067
  [showTransitionOptions]="showTransitionOptions"
1048
1068
  [hideTransitionOptions]="hideTransitionOptions"
1049
1069
  (onAnimationStart)="onOverlayAnimationStart($event)"
@@ -1119,7 +1139,7 @@ class AutoComplete {
1119
1139
  </span>
1120
1140
  `, 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 });
1121
1141
  }
1122
- 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: [{
1123
1143
  type: Component,
1124
1144
  args: [{ selector: 'p-autoComplete', template: `
1125
1145
  <span #container [ngClass]="{ 'p-autocomplete p-component': true, 'p-autocomplete-dd': dropdown, 'p-autocomplete-multiple': multiple }" [ngStyle]="style" [class]="styleClass">
@@ -1158,7 +1178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
1158
1178
  [attr.aria-labelledby]="ariaLabelledBy"
1159
1179
  [attr.aria-required]="required"
1160
1180
  />
1161
- <ng-container *ngIf="filled && !disabled && showClear">
1181
+ <ng-container *ngIf="filled && !disabled && showClear && !loading">
1162
1182
  <TimesIcon *ngIf="!clearIconTemplate" [styleClass]="'p-autocomplete-clear-icon'" (click)="clear()" />
1163
1183
  <span *ngIf="clearIconTemplate" class="p-autocomplete-clear-icon" (click)="clear()">
1164
1184
  <ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
@@ -1226,9 +1246,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
1226
1246
  <p-overlay
1227
1247
  #overlay
1228
1248
  [(visible)]="overlayVisible"
1229
- [options]="virtualScrollOptions"
1249
+ [options]="overlayOptions"
1230
1250
  [target]="'@parent'"
1231
1251
  [appendTo]="appendTo"
1252
+ [autoZIndex]="autoZIndex"
1253
+ [baseZIndex]="baseZIndex"
1232
1254
  [showTransitionOptions]="showTransitionOptions"
1233
1255
  [hideTransitionOptions]="hideTransitionOptions"
1234
1256
  (onAnimationStart)="onOverlayAnimationStart($event)"
@@ -1466,11 +1488,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImpor
1466
1488
  args: [PrimeTemplate]
1467
1489
  }] } });
1468
1490
  class AutoCompleteModule {
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] });
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] });
1472
1494
  }
1473
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: AutoCompleteModule, decorators: [{
1495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AutoCompleteModule, decorators: [{
1474
1496
  type: NgModule,
1475
1497
  args: [{
1476
1498
  imports: [CommonModule, OverlayModule, InputTextModule, ButtonModule, SharedModule, RippleModule, ScrollerModule, AutoFocusModule, TimesCircleIcon, SpinnerIcon, TimesIcon, ChevronDownIcon],