primeng 18.0.0-rc.1 → 18.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (418) hide show
  1. package/LICENSE.md +1 -1
  2. package/accordion/accordion.d.ts +2 -4
  3. package/api/primeicons.d.ts +3 -3
  4. package/api/scrolleroptions.d.ts +10 -0
  5. package/api/selectitemgroup.d.ts +2 -2
  6. package/api/shared.d.ts +2 -2
  7. package/autocomplete/autocomplete.d.ts +6 -7
  8. package/badge/badge.d.ts +16 -2
  9. package/blockui/blockui.d.ts +2 -2
  10. package/breadcrumb/breadcrumb.d.ts +3 -4
  11. package/button/button.d.ts +3 -4
  12. package/calendar/calendar.d.ts +12 -12
  13. package/card/card.d.ts +2 -2
  14. package/carousel/carousel.d.ts +3 -3
  15. package/cascadeselect/cascadeselect.d.ts +31 -15
  16. package/cascadeselect/style/cascadeselectstyle.d.ts +8 -1
  17. package/checkbox/checkbox.d.ts +2 -2
  18. package/chip/chip.d.ts +2 -2
  19. package/config/primeng.d.ts +12 -6
  20. package/config/provideprimeng.d.ts +1 -12
  21. package/config/themeprovider.d.ts +10 -4
  22. package/confirmdialog/confirmdialog.d.ts +4 -3
  23. package/confirmpopup/confirmpopup.d.ts +3 -4
  24. package/contextmenu/contextmenu.d.ts +2 -2
  25. package/dataview/dataview.d.ts +9 -10
  26. package/datepicker/datepicker.d.ts +8 -8
  27. package/defer/defer.d.ts +2 -0
  28. package/dialog/dialog.d.ts +4 -4
  29. package/drawer/drawer.d.ts +2 -2
  30. package/dropdown/dropdown.d.ts +0 -23
  31. package/editor/editor.d.ts +2 -2
  32. package/esm2022/accordion/accordion.mjs +9 -35
  33. package/esm2022/accordion/style/accordionstyle.mjs +9 -7
  34. package/esm2022/api/primeicons.mjs +4 -4
  35. package/esm2022/api/scrolleroptions.mjs +1 -1
  36. package/esm2022/api/selectitemgroup.mjs +1 -1
  37. package/esm2022/api/shared.mjs +6 -6
  38. package/esm2022/autocomplete/autocomplete.mjs +272 -308
  39. package/esm2022/autocomplete/style/autocompletestyle.mjs +16 -15
  40. package/esm2022/avatar/avatar.mjs +3 -3
  41. package/esm2022/avatar/style/avatarstyle.mjs +3 -3
  42. package/esm2022/badge/badge.mjs +33 -3
  43. package/esm2022/badge/style/badgestyle.mjs +3 -3
  44. package/esm2022/base/style/basestyle.mjs +6 -4
  45. package/esm2022/basecomponent/basecomponent.mjs +8 -2
  46. package/esm2022/blockui/blockui.mjs +6 -6
  47. package/esm2022/breadcrumb/breadcrumb.mjs +94 -101
  48. package/esm2022/breadcrumb/style/breadcrumbstyle.mjs +5 -1
  49. package/esm2022/button/button.mjs +19 -37
  50. package/esm2022/button/style/buttonstyle.mjs +17 -7
  51. package/esm2022/buttongroup/style/buttongroupstyle.mjs +9 -9
  52. package/esm2022/calendar/calendar.mjs +115 -115
  53. package/esm2022/calendar/style/calendarstyle.mjs +5 -5
  54. package/esm2022/card/card.mjs +10 -9
  55. package/esm2022/carousel/carousel.mjs +20 -19
  56. package/esm2022/carousel/style/carouselstyle.mjs +10 -1
  57. package/esm2022/cascadeselect/cascadeselect.mjs +182 -107
  58. package/esm2022/cascadeselect/style/cascadeselectstyle.mjs +37 -22
  59. package/esm2022/checkbox/checkbox.mjs +8 -8
  60. package/esm2022/chip/chip.mjs +10 -10
  61. package/esm2022/chip/style/chipstyle.mjs +2 -2
  62. package/esm2022/colorpicker/colorpicker.mjs +2 -2
  63. package/esm2022/colorpicker/style/colorpickerstyle.mjs +29 -1
  64. package/esm2022/config/primeng.mjs +14 -18
  65. package/esm2022/config/provideprimeng.mjs +11 -3
  66. package/esm2022/config/themeprovider.mjs +10 -16
  67. package/esm2022/confirmdialog/confirmdialog.mjs +26 -18
  68. package/esm2022/confirmpopup/confirmpopup.mjs +45 -36
  69. package/esm2022/contextmenu/contextmenu.mjs +13 -13
  70. package/esm2022/contextmenu/style/contextmenustyle.mjs +11 -1
  71. package/esm2022/dataview/dataview.mjs +39 -113
  72. package/esm2022/datepicker/datepicker.mjs +93 -93
  73. package/esm2022/datepicker/style/datepickerstyle.mjs +23 -16
  74. package/esm2022/defer/defer.mjs +7 -1
  75. package/esm2022/dialog/dialog.mjs +44 -43
  76. package/esm2022/dialog/style/dialogstyle.mjs +22 -1
  77. package/esm2022/divider/style/dividerstyle.mjs +18 -14
  78. package/esm2022/dock/style/dockstyle.mjs +11 -1
  79. package/esm2022/drawer/drawer.mjs +11 -11
  80. package/esm2022/drawer/style/drawerstyle.mjs +5 -1
  81. package/esm2022/dropdown/dropdown.mjs +4 -18
  82. package/esm2022/dropdown/style/dropdownstyle.mjs +4 -4
  83. package/esm2022/dynamicdialog/dialogservice.mjs +2 -2
  84. package/esm2022/editor/editor.mjs +1 -1
  85. package/esm2022/editor/style/editorstyle.mjs +52 -158
  86. package/esm2022/fieldset/fieldset.mjs +20 -21
  87. package/esm2022/fileupload/fileupload.mjs +108 -68
  88. package/esm2022/floatlabel/style/floatlabelstyle.mjs +5 -5
  89. package/esm2022/galleria/galleria.mjs +6 -1
  90. package/esm2022/galleria/style/galleriastyle.mjs +18 -1
  91. package/esm2022/iconfield/style/iconfieldstyle.mjs +2 -2
  92. package/esm2022/iftalabel/iftalabel.mjs +6 -6
  93. package/esm2022/iftalabel/style/iftalabelstyle.mjs +5 -5
  94. package/esm2022/image/image.mjs +37 -70
  95. package/esm2022/image/style/imagestyle.mjs +7 -7
  96. package/esm2022/imagecompare/imagecompare.mjs +158 -0
  97. package/esm2022/imagecompare/primeng-imagecompare.mjs +5 -0
  98. package/esm2022/imagecompare/public_api.mjs +3 -0
  99. package/esm2022/imagecompare/style/imagecomparestyle.mjs +124 -0
  100. package/esm2022/inplace/inplace.mjs +8 -8
  101. package/esm2022/inputmask/inputmask.mjs +13 -13
  102. package/esm2022/inputmask/style/inputmaskstyle.mjs +14 -7
  103. package/esm2022/inputnumber/inputnumber.mjs +44 -46
  104. package/esm2022/inputnumber/style/inputnumberstyle.mjs +27 -19
  105. package/esm2022/inputotp/inputotp.mjs +4 -16
  106. package/esm2022/inputtext/inputtext.mjs +11 -10
  107. package/esm2022/inputtext/style/inputtextstyle.mjs +15 -9
  108. package/esm2022/keyfilter/keyfilter.mjs +4 -3
  109. package/esm2022/listbox/listbox.mjs +8 -53
  110. package/esm2022/megamenu/megamenu.mjs +18 -18
  111. package/esm2022/megamenu/style/megamenustyle.mjs +17 -1
  112. package/esm2022/menu/menu.mjs +47 -29
  113. package/esm2022/menubar/menubar.mjs +25 -25
  114. package/esm2022/menubar/style/menubarstyle.mjs +22 -2
  115. package/esm2022/message/message.mjs +12 -12
  116. package/esm2022/messages/messages.mjs +2 -1
  117. package/esm2022/metergroup/style/metergroupstyle.mjs +9 -9
  118. package/esm2022/multiselect/multiselect.mjs +214 -202
  119. package/esm2022/multiselect/style/multiselectstyle.mjs +13 -18
  120. package/esm2022/orderlist/orderlist.mjs +38 -80
  121. package/esm2022/organizationchart/style/organizationchartstyle.mjs +11 -22
  122. package/esm2022/overlay/style/overlaystyle.mjs +2 -2
  123. package/esm2022/overlaypanel/overlaypanel.mjs +25 -25
  124. package/esm2022/paginator/paginator.mjs +48 -48
  125. package/esm2022/paginator/style/paginatorstyle.mjs +10 -3
  126. package/esm2022/panel/panel.mjs +17 -37
  127. package/esm2022/panelmenu/panelmenu.mjs +32 -43
  128. package/esm2022/panelmenu/style/panelmenustyle.mjs +13 -5
  129. package/esm2022/password/password.mjs +53 -30
  130. package/esm2022/password/style/passwordstyle.mjs +14 -6
  131. package/esm2022/picklist/picklist.mjs +136 -112
  132. package/esm2022/popover/popover.mjs +22 -26
  133. package/esm2022/progressbar/style/progressbarstyle.mjs +29 -29
  134. package/esm2022/radiobutton/style/radiobuttonstyle.mjs +2 -2
  135. package/esm2022/rating/rating.mjs +12 -12
  136. package/esm2022/ripple/ripple.mjs +5 -2
  137. package/esm2022/scroller/scroller.mjs +9 -9
  138. package/esm2022/scrollpanel/scrollpanel.mjs +4 -4
  139. package/esm2022/scrollpanel/style/scrollpanelstyle.mjs +3 -2
  140. package/esm2022/scrolltop/style/scrolltopstyle.mjs +7 -2
  141. package/esm2022/select/select.mjs +70 -116
  142. package/esm2022/select/style/selectstyle.mjs +14 -23
  143. package/esm2022/selectbutton/style/selectbuttonstyle.mjs +5 -5
  144. package/esm2022/sidebar/sidebar.mjs +2 -2
  145. package/esm2022/skeleton/style/skeletonstyle.mjs +15 -2
  146. package/esm2022/slider/slider.mjs +18 -11
  147. package/esm2022/slider/style/sliderstyle.mjs +6 -6
  148. package/esm2022/speeddial/speeddial.mjs +1 -16
  149. package/esm2022/speeddial/style/speeddialstyle.mjs +2 -2
  150. package/esm2022/splitbutton/splitbutton.mjs +8 -8
  151. package/esm2022/splitbutton/style/splitbuttonstyle.mjs +9 -9
  152. package/esm2022/splitter/splitter.mjs +79 -29
  153. package/esm2022/splitter/style/splitterstyle.mjs +5 -4
  154. package/esm2022/stepper/style/stepperstyle.mjs +6 -1
  155. package/esm2022/styleclass/styleclass.mjs +2 -2
  156. package/esm2022/table/style/tablestyle.mjs +14 -7
  157. package/esm2022/table/table.mjs +6649 -6669
  158. package/esm2022/tabmenu/tabmenu.mjs +15 -33
  159. package/esm2022/tabs/tab.mjs +4 -3
  160. package/esm2022/tabs/tablist.mjs +9 -6
  161. package/esm2022/tabview/tabview.mjs +72 -64
  162. package/esm2022/terminal/style/terminalstyle.mjs +2 -2
  163. package/esm2022/textarea/style/textareastyle.mjs +9 -7
  164. package/esm2022/textarea/textarea.mjs +9 -9
  165. package/esm2022/tieredmenu/style/tieredmenustyle.mjs +6 -1
  166. package/esm2022/tieredmenu/tieredmenu.mjs +13 -13
  167. package/esm2022/timeline/style/timelinestyle.mjs +2 -1
  168. package/esm2022/timeline/timeline.mjs +1 -16
  169. package/esm2022/toast/style/toaststyle.mjs +7 -1
  170. package/esm2022/togglebutton/style/togglebuttonstyle.mjs +2 -2
  171. package/esm2022/toggleswitch/toggleswitch.mjs +1 -10
  172. package/esm2022/tooltip/tooltip.mjs +34 -26
  173. package/esm2022/tree/style/treestyle.mjs +20 -8
  174. package/esm2022/tree/tree.mjs +138 -97
  175. package/esm2022/treeselect/style/treeselectstyle.mjs +15 -15
  176. package/esm2022/treeselect/treeselect.mjs +50 -50
  177. package/esm2022/treetable/style/treetablestyle.mjs +4 -4
  178. package/esm2022/treetable/treetable.mjs +20 -4
  179. package/esm2022/usestyle/usestyle.mjs +3 -2
  180. package/fesm2022/primeng-accordion.mjs +16 -40
  181. package/fesm2022/primeng-accordion.mjs.map +1 -1
  182. package/fesm2022/primeng-api.mjs +8 -8
  183. package/fesm2022/primeng-api.mjs.map +1 -1
  184. package/fesm2022/primeng-autocomplete.mjs +286 -321
  185. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  186. package/fesm2022/primeng-avatar.mjs +4 -4
  187. package/fesm2022/primeng-avatar.mjs.map +1 -1
  188. package/fesm2022/primeng-badge.mjs +34 -4
  189. package/fesm2022/primeng-badge.mjs.map +1 -1
  190. package/fesm2022/primeng-base.mjs +5 -3
  191. package/fesm2022/primeng-base.mjs.map +1 -1
  192. package/fesm2022/primeng-basecomponent.mjs +7 -1
  193. package/fesm2022/primeng-basecomponent.mjs.map +1 -1
  194. package/fesm2022/primeng-blockui.mjs +5 -5
  195. package/fesm2022/primeng-blockui.mjs.map +1 -1
  196. package/fesm2022/primeng-breadcrumb.mjs +97 -100
  197. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  198. package/fesm2022/primeng-button.mjs +34 -42
  199. package/fesm2022/primeng-button.mjs.map +1 -1
  200. package/fesm2022/primeng-buttongroup.mjs +8 -8
  201. package/fesm2022/primeng-buttongroup.mjs.map +1 -1
  202. package/fesm2022/primeng-calendar.mjs +118 -118
  203. package/fesm2022/primeng-calendar.mjs.map +1 -1
  204. package/fesm2022/primeng-card.mjs +9 -8
  205. package/fesm2022/primeng-card.mjs.map +1 -1
  206. package/fesm2022/primeng-carousel.mjs +28 -18
  207. package/fesm2022/primeng-carousel.mjs.map +1 -1
  208. package/fesm2022/primeng-cascadeselect.mjs +218 -128
  209. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  210. package/fesm2022/primeng-checkbox.mjs +7 -7
  211. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  212. package/fesm2022/primeng-chip.mjs +10 -10
  213. package/fesm2022/primeng-chip.mjs.map +1 -1
  214. package/fesm2022/primeng-colorpicker.mjs +29 -1
  215. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  216. package/fesm2022/primeng-config.mjs +38 -39
  217. package/fesm2022/primeng-config.mjs.map +1 -1
  218. package/fesm2022/primeng-confirmdialog.mjs +25 -17
  219. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  220. package/fesm2022/primeng-confirmpopup.mjs +44 -35
  221. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  222. package/fesm2022/primeng-contextmenu.mjs +22 -12
  223. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  224. package/fesm2022/primeng-dataview.mjs +38 -112
  225. package/fesm2022/primeng-dataview.mjs.map +1 -1
  226. package/fesm2022/primeng-datepicker.mjs +114 -107
  227. package/fesm2022/primeng-datepicker.mjs.map +1 -1
  228. package/fesm2022/primeng-defer.mjs +6 -0
  229. package/fesm2022/primeng-defer.mjs.map +1 -1
  230. package/fesm2022/primeng-dialog.mjs +64 -42
  231. package/fesm2022/primeng-dialog.mjs.map +1 -1
  232. package/fesm2022/primeng-divider.mjs +17 -13
  233. package/fesm2022/primeng-divider.mjs.map +1 -1
  234. package/fesm2022/primeng-dock.mjs +10 -0
  235. package/fesm2022/primeng-dock.mjs.map +1 -1
  236. package/fesm2022/primeng-drawer.mjs +14 -10
  237. package/fesm2022/primeng-drawer.mjs.map +1 -1
  238. package/fesm2022/primeng-dropdown.mjs +6 -20
  239. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  240. package/fesm2022/primeng-dynamicdialog.mjs +1 -1
  241. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  242. package/fesm2022/primeng-editor.mjs +51 -157
  243. package/fesm2022/primeng-editor.mjs.map +1 -1
  244. package/fesm2022/primeng-fieldset.mjs +19 -20
  245. package/fesm2022/primeng-fieldset.mjs.map +1 -1
  246. package/fesm2022/primeng-fileupload.mjs +107 -67
  247. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  248. package/fesm2022/primeng-floatlabel.mjs +4 -4
  249. package/fesm2022/primeng-floatlabel.mjs.map +1 -1
  250. package/fesm2022/primeng-galleria.mjs +22 -0
  251. package/fesm2022/primeng-galleria.mjs.map +1 -1
  252. package/fesm2022/primeng-iconfield.mjs +1 -1
  253. package/fesm2022/primeng-iconfield.mjs.map +1 -1
  254. package/fesm2022/primeng-iftalabel.mjs +9 -9
  255. package/fesm2022/primeng-iftalabel.mjs.map +1 -1
  256. package/fesm2022/primeng-image.mjs +42 -75
  257. package/fesm2022/primeng-image.mjs.map +1 -1
  258. package/fesm2022/primeng-imagecompare.mjs +286 -0
  259. package/fesm2022/primeng-imagecompare.mjs.map +1 -0
  260. package/fesm2022/primeng-inplace.mjs +7 -7
  261. package/fesm2022/primeng-inplace.mjs.map +1 -1
  262. package/fesm2022/primeng-inputmask.mjs +25 -18
  263. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  264. package/fesm2022/primeng-inputnumber.mjs +69 -63
  265. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  266. package/fesm2022/primeng-inputotp.mjs +3 -15
  267. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  268. package/fesm2022/primeng-inputtext.mjs +24 -17
  269. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  270. package/fesm2022/primeng-keyfilter.mjs +3 -2
  271. package/fesm2022/primeng-keyfilter.mjs.map +1 -1
  272. package/fesm2022/primeng-listbox.mjs +7 -52
  273. package/fesm2022/primeng-listbox.mjs.map +1 -1
  274. package/fesm2022/primeng-megamenu.mjs +33 -17
  275. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  276. package/fesm2022/primeng-menu.mjs +46 -28
  277. package/fesm2022/primeng-menu.mjs.map +1 -1
  278. package/fesm2022/primeng-menubar.mjs +45 -25
  279. package/fesm2022/primeng-menubar.mjs.map +1 -1
  280. package/fesm2022/primeng-message.mjs +11 -11
  281. package/fesm2022/primeng-message.mjs.map +1 -1
  282. package/fesm2022/primeng-messages.mjs +1 -0
  283. package/fesm2022/primeng-messages.mjs.map +1 -1
  284. package/fesm2022/primeng-metergroup.mjs +8 -8
  285. package/fesm2022/primeng-metergroup.mjs.map +1 -1
  286. package/fesm2022/primeng-multiselect.mjs +225 -218
  287. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  288. package/fesm2022/primeng-orderlist.mjs +37 -79
  289. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  290. package/fesm2022/primeng-organizationchart.mjs +10 -21
  291. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  292. package/fesm2022/primeng-overlay.mjs +1 -1
  293. package/fesm2022/primeng-overlay.mjs.map +1 -1
  294. package/fesm2022/primeng-overlaypanel.mjs +24 -24
  295. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  296. package/fesm2022/primeng-paginator.mjs +56 -49
  297. package/fesm2022/primeng-paginator.mjs.map +1 -1
  298. package/fesm2022/primeng-panel.mjs +16 -36
  299. package/fesm2022/primeng-panel.mjs.map +1 -1
  300. package/fesm2022/primeng-panelmenu.mjs +43 -46
  301. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  302. package/fesm2022/primeng-password.mjs +65 -34
  303. package/fesm2022/primeng-password.mjs.map +1 -1
  304. package/fesm2022/primeng-picklist.mjs +135 -111
  305. package/fesm2022/primeng-picklist.mjs.map +1 -1
  306. package/fesm2022/primeng-popover.mjs +21 -25
  307. package/fesm2022/primeng-popover.mjs.map +1 -1
  308. package/fesm2022/primeng-progressbar.mjs +28 -28
  309. package/fesm2022/primeng-progressbar.mjs.map +1 -1
  310. package/fesm2022/primeng-radiobutton.mjs +1 -1
  311. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  312. package/fesm2022/primeng-rating.mjs +11 -11
  313. package/fesm2022/primeng-rating.mjs.map +1 -1
  314. package/fesm2022/primeng-ripple.mjs +4 -1
  315. package/fesm2022/primeng-ripple.mjs.map +1 -1
  316. package/fesm2022/primeng-scroller.mjs +8 -8
  317. package/fesm2022/primeng-scroller.mjs.map +1 -1
  318. package/fesm2022/primeng-scrollpanel.mjs +5 -4
  319. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  320. package/fesm2022/primeng-scrolltop.mjs +6 -1
  321. package/fesm2022/primeng-scrolltop.mjs.map +1 -1
  322. package/fesm2022/primeng-select.mjs +82 -137
  323. package/fesm2022/primeng-select.mjs.map +1 -1
  324. package/fesm2022/primeng-selectbutton.mjs +4 -4
  325. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  326. package/fesm2022/primeng-sidebar.mjs +1 -1
  327. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  328. package/fesm2022/primeng-skeleton.mjs +14 -1
  329. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  330. package/fesm2022/primeng-slider.mjs +22 -15
  331. package/fesm2022/primeng-slider.mjs.map +1 -1
  332. package/fesm2022/primeng-speeddial.mjs +1 -16
  333. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  334. package/fesm2022/primeng-splitbutton.mjs +15 -15
  335. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  336. package/fesm2022/primeng-splitter.mjs +84 -33
  337. package/fesm2022/primeng-splitter.mjs.map +1 -1
  338. package/fesm2022/primeng-stepper.mjs +5 -0
  339. package/fesm2022/primeng-stepper.mjs.map +1 -1
  340. package/fesm2022/primeng-styleclass.mjs +1 -1
  341. package/fesm2022/primeng-styleclass.mjs.map +1 -1
  342. package/fesm2022/primeng-table.mjs +6663 -6676
  343. package/fesm2022/primeng-table.mjs.map +1 -1
  344. package/fesm2022/primeng-tabmenu.mjs +14 -32
  345. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  346. package/fesm2022/primeng-tabs.mjs +11 -7
  347. package/fesm2022/primeng-tabs.mjs.map +1 -1
  348. package/fesm2022/primeng-tabview.mjs +71 -63
  349. package/fesm2022/primeng-tabview.mjs.map +1 -1
  350. package/fesm2022/primeng-terminal.mjs +1 -1
  351. package/fesm2022/primeng-terminal.mjs.map +1 -1
  352. package/fesm2022/primeng-textarea.mjs +16 -14
  353. package/fesm2022/primeng-textarea.mjs.map +1 -1
  354. package/fesm2022/primeng-tieredmenu.mjs +17 -12
  355. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  356. package/fesm2022/primeng-timeline.mjs +1 -15
  357. package/fesm2022/primeng-timeline.mjs.map +1 -1
  358. package/fesm2022/primeng-toast.mjs +6 -0
  359. package/fesm2022/primeng-toast.mjs.map +1 -1
  360. package/fesm2022/primeng-togglebutton.mjs +1 -1
  361. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  362. package/fesm2022/primeng-toggleswitch.mjs +0 -9
  363. package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
  364. package/fesm2022/primeng-tooltip.mjs +33 -25
  365. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  366. package/fesm2022/primeng-tree.mjs +156 -103
  367. package/fesm2022/primeng-tree.mjs.map +1 -1
  368. package/fesm2022/primeng-treeselect.mjs +63 -63
  369. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  370. package/fesm2022/primeng-treetable.mjs +22 -6
  371. package/fesm2022/primeng-treetable.mjs.map +1 -1
  372. package/fesm2022/primeng-usestyle.mjs +2 -1
  373. package/fesm2022/primeng-usestyle.mjs.map +1 -1
  374. package/fieldset/fieldset.d.ts +3 -3
  375. package/fileupload/fileupload.d.ts +21 -5
  376. package/iftalabel/iftalabel.d.ts +2 -2
  377. package/image/image.d.ts +6 -7
  378. package/imagecompare/imagecompare.d.ts +52 -0
  379. package/imagecompare/index.d.ts +5 -0
  380. package/imagecompare/public_api.d.ts +2 -0
  381. package/imagecompare/style/imagecomparestyle.d.ts +35 -0
  382. package/inplace/inplace.d.ts +2 -2
  383. package/inputmask/inputmask.d.ts +2 -2
  384. package/inputnumber/inputnumber.d.ts +4 -5
  385. package/inputotp/inputotp.d.ts +1 -2
  386. package/inputtext/inputtext.d.ts +2 -2
  387. package/listbox/listbox.d.ts +2 -3
  388. package/megamenu/megamenu.d.ts +4 -4
  389. package/menu/menu.d.ts +10 -4
  390. package/menubar/menubar.d.ts +5 -5
  391. package/message/message.d.ts +2 -2
  392. package/multiselect/multiselect.d.ts +16 -16
  393. package/orderlist/orderlist.d.ts +10 -11
  394. package/overlaypanel/overlaypanel.d.ts +3 -4
  395. package/package.json +172 -166
  396. package/paginator/paginator.d.ts +6 -6
  397. package/panel/panel.d.ts +3 -4
  398. package/panelmenu/panelmenu.d.ts +2 -3
  399. package/password/password.d.ts +9 -5
  400. package/popover/popover.d.ts +7 -5
  401. package/rating/rating.d.ts +4 -4
  402. package/scroller/scroller.d.ts +2 -2
  403. package/select/select.d.ts +12 -13
  404. package/speeddial/speeddial.d.ts +2 -3
  405. package/splitbutton/splitbutton.d.ts +2 -2
  406. package/splitter/splitter.d.ts +11 -5
  407. package/splitter/style/splitterstyle.d.ts +0 -13
  408. package/table/table.d.ts +934 -995
  409. package/tabmenu/tabmenu.d.ts +5 -6
  410. package/tabview/tabview.d.ts +4 -5
  411. package/textarea/textarea.d.ts +2 -2
  412. package/tieredmenu/tieredmenu.d.ts +2 -2
  413. package/timeline/timeline.d.ts +0 -1
  414. package/toggleswitch/toggleswitch.d.ts +0 -1
  415. package/tooltip/tooltip.d.ts +2 -1
  416. package/tree/style/treestyle.d.ts +1 -1
  417. package/tree/tree.d.ts +9 -7
  418. package/treeselect/treeselect.d.ts +9 -9
@@ -153,21 +153,21 @@ function PickList_div_1_12_Template(rf, ctx) { if (rf & 1) {
153
153
  } }
154
154
  function PickList_div_1_Template(rf, ctx) { if (rf & 1) {
155
155
  const _r2 = i0.ɵɵgetCurrentView();
156
- i0.ɵɵelementStart(0, "div", 14)(1, "button", 10);
156
+ i0.ɵɵelementStart(0, "div", 15)(1, "button", 11);
157
157
  i0.ɵɵlistener("click", function PickList_div_1_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); const sourcelist_r4 = i0.ɵɵreference(4); return i0.ɵɵresetView(ctx_r2.moveUp(sourcelist_r4, ctx_r2.source, ctx_r2.selectedItemsSource, ctx_r2.onSourceReorder, ctx_r2.SOURCE_LIST)); });
158
- i0.ɵɵtemplate(2, PickList_div_1_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8)(3, PickList_div_1_3_Template, 1, 0, null, 15);
158
+ i0.ɵɵtemplate(2, PickList_div_1_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8)(3, PickList_div_1_3_Template, 1, 0, null, 16);
159
159
  i0.ɵɵelementEnd();
160
- i0.ɵɵelementStart(4, "button", 10);
160
+ i0.ɵɵelementStart(4, "button", 11);
161
161
  i0.ɵɵlistener("click", function PickList_div_1_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); const sourcelist_r4 = i0.ɵɵreference(4); return i0.ɵɵresetView(ctx_r2.moveTop(sourcelist_r4, ctx_r2.source, ctx_r2.selectedItemsSource, ctx_r2.onSourceReorder, ctx_r2.SOURCE_LIST)); });
162
- i0.ɵɵtemplate(5, PickList_div_1_AngleDoubleUpIcon_5_Template, 1, 1, "AngleDoubleUpIcon", 8)(6, PickList_div_1_6_Template, 1, 0, null, 15);
162
+ i0.ɵɵtemplate(5, PickList_div_1_AngleDoubleUpIcon_5_Template, 1, 1, "AngleDoubleUpIcon", 8)(6, PickList_div_1_6_Template, 1, 0, null, 16);
163
163
  i0.ɵɵelementEnd();
164
- i0.ɵɵelementStart(7, "button", 10);
164
+ i0.ɵɵelementStart(7, "button", 11);
165
165
  i0.ɵɵlistener("click", function PickList_div_1_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); const sourcelist_r4 = i0.ɵɵreference(4); return i0.ɵɵresetView(ctx_r2.moveDown(sourcelist_r4, ctx_r2.source, ctx_r2.selectedItemsSource, ctx_r2.onSourceReorder, ctx_r2.SOURCE_LIST)); });
166
- i0.ɵɵtemplate(8, PickList_div_1_AngleDownIcon_8_Template, 1, 1, "AngleDownIcon", 8)(9, PickList_div_1_9_Template, 1, 0, null, 15);
166
+ i0.ɵɵtemplate(8, PickList_div_1_AngleDownIcon_8_Template, 1, 1, "AngleDownIcon", 8)(9, PickList_div_1_9_Template, 1, 0, null, 16);
167
167
  i0.ɵɵelementEnd();
168
- i0.ɵɵelementStart(10, "button", 10);
168
+ i0.ɵɵelementStart(10, "button", 11);
169
169
  i0.ɵɵlistener("click", function PickList_div_1_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); const sourcelist_r4 = i0.ɵɵreference(4); return i0.ɵɵresetView(ctx_r2.moveBottom(sourcelist_r4, ctx_r2.source, ctx_r2.selectedItemsSource, ctx_r2.onSourceReorder, ctx_r2.SOURCE_LIST)); });
170
- i0.ɵɵtemplate(11, PickList_div_1_AngleDoubleDownIcon_11_Template, 1, 1, "AngleDoubleDownIcon", 8)(12, PickList_div_1_12_Template, 1, 0, null, 15);
170
+ i0.ɵɵtemplate(11, PickList_div_1_AngleDoubleDownIcon_11_Template, 1, 1, "AngleDoubleDownIcon", 8)(12, PickList_div_1_12_Template, 1, 0, null, 16);
171
171
  i0.ɵɵelementEnd()();
172
172
  } if (rf & 2) {
173
173
  const ctx_r2 = i0.ɵɵnextContext();
@@ -206,21 +206,30 @@ function PickList_ng_container_5_ng_template_1_0_Template(rf, ctx) { if (rf & 1)
206
206
  i0.ɵɵtemplate(0, PickList_ng_container_5_ng_template_1_0_ng_template_0_Template, 0, 0, "ng-template");
207
207
  } }
208
208
  function PickList_ng_container_5_ng_template_1_Template(rf, ctx) { if (rf & 1) {
209
- i0.ɵɵtemplate(0, PickList_ng_container_5_ng_template_1_0_Template, 1, 0, null, 15);
209
+ i0.ɵɵtemplate(0, PickList_ng_container_5_ng_template_1_0_Template, 1, 0, null, 16);
210
210
  } if (rf & 2) {
211
211
  const ctx_r2 = i0.ɵɵnextContext(2);
212
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.headerTemplate);
212
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.sourceHeaderTemplate);
213
213
  } }
214
214
  function PickList_ng_container_5_Template(rf, ctx) { if (rf & 1) {
215
215
  i0.ɵɵelementContainerStart(0);
216
216
  i0.ɵɵtemplate(1, PickList_ng_container_5_ng_template_1_Template, 1, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
217
217
  i0.ɵɵelementContainerEnd();
218
218
  } }
219
- function PickList_ng_container_6_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
219
+ function PickList_div_6_Template(rf, ctx) { if (rf & 1) {
220
+ i0.ɵɵelementStart(0, "div", 17);
221
+ i0.ɵɵtext(1);
222
+ i0.ɵɵelementEnd();
223
+ } if (rf & 2) {
224
+ const ctx_r2 = i0.ɵɵnextContext();
225
+ i0.ɵɵadvance();
226
+ i0.ɵɵtextInterpolate(ctx_r2.sourceHeader);
227
+ } }
228
+ function PickList_ng_container_7_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
220
229
  i0.ɵɵelementContainer(0);
221
230
  } }
222
- function PickList_ng_container_6_ng_template_1_Template(rf, ctx) { if (rf & 1) {
223
- i0.ɵɵtemplate(0, PickList_ng_container_6_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 11);
231
+ function PickList_ng_container_7_ng_template_1_Template(rf, ctx) { if (rf & 1) {
232
+ i0.ɵɵtemplate(0, PickList_ng_container_7_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 12);
224
233
  } if (rf & 2) {
225
234
  const item_r5 = ctx.$implicit;
226
235
  const index_r6 = ctx.index;
@@ -228,24 +237,24 @@ function PickList_ng_container_6_ng_template_1_Template(rf, ctx) { if (rf & 1) {
228
237
  const ctx_r2 = i0.ɵɵnextContext(2);
229
238
  i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.itemTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction3(2, _c23, item_r5, index_r6, selected_r7));
230
239
  } }
231
- function PickList_ng_container_6_Template(rf, ctx) { if (rf & 1) {
240
+ function PickList_ng_container_7_Template(rf, ctx) { if (rf & 1) {
232
241
  i0.ɵɵelementContainerStart(0);
233
- i0.ɵɵtemplate(1, PickList_ng_container_6_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
242
+ i0.ɵɵtemplate(1, PickList_ng_container_7_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
234
243
  i0.ɵɵelementContainerEnd();
235
244
  } }
236
- function PickList_ng_container_9_AngleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
245
+ function PickList_ng_container_10_AngleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
237
246
  i0.ɵɵelement(0, "AngleRightIcon");
238
247
  } if (rf & 2) {
239
248
  i0.ɵɵattribute("data-pc-section", "movetotargeticon");
240
249
  } }
241
- function PickList_ng_container_9_AngleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
250
+ function PickList_ng_container_10_AngleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
242
251
  i0.ɵɵelement(0, "AngleDownIcon");
243
252
  } if (rf & 2) {
244
253
  i0.ɵɵattribute("data-pc-section", "movetotargeticon");
245
254
  } }
246
- function PickList_ng_container_9_Template(rf, ctx) { if (rf & 1) {
255
+ function PickList_ng_container_10_Template(rf, ctx) { if (rf & 1) {
247
256
  i0.ɵɵelementContainerStart(0);
248
- i0.ɵɵtemplate(1, PickList_ng_container_9_AngleRightIcon_1_Template, 1, 1, "AngleRightIcon", 8)(2, PickList_ng_container_9_AngleDownIcon_2_Template, 1, 1, "AngleDownIcon", 8);
257
+ i0.ɵɵtemplate(1, PickList_ng_container_10_AngleRightIcon_1_Template, 1, 1, "AngleRightIcon", 8)(2, PickList_ng_container_10_AngleDownIcon_2_Template, 1, 1, "AngleDownIcon", 8);
249
258
  i0.ɵɵelementContainerEnd();
250
259
  } if (rf & 2) {
251
260
  const ctx_r2 = i0.ɵɵnextContext();
@@ -254,23 +263,23 @@ function PickList_ng_container_9_Template(rf, ctx) { if (rf & 1) {
254
263
  i0.ɵɵadvance();
255
264
  i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
256
265
  } }
257
- function PickList_10_ng_template_0_Template(rf, ctx) { }
258
- function PickList_10_Template(rf, ctx) { if (rf & 1) {
259
- i0.ɵɵtemplate(0, PickList_10_ng_template_0_Template, 0, 0, "ng-template");
266
+ function PickList_11_ng_template_0_Template(rf, ctx) { }
267
+ function PickList_11_Template(rf, ctx) { if (rf & 1) {
268
+ i0.ɵɵtemplate(0, PickList_11_ng_template_0_Template, 0, 0, "ng-template");
260
269
  } }
261
- function PickList_ng_container_12_AngleDoubleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
270
+ function PickList_ng_container_13_AngleDoubleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
262
271
  i0.ɵɵelement(0, "AngleDoubleRightIcon");
263
272
  } if (rf & 2) {
264
273
  i0.ɵɵattribute("data-pc-section", "movealltotargeticon");
265
274
  } }
266
- function PickList_ng_container_12_AngleDoubleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
275
+ function PickList_ng_container_13_AngleDoubleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
267
276
  i0.ɵɵelement(0, "AngleDoubleDownIcon");
268
277
  } if (rf & 2) {
269
278
  i0.ɵɵattribute("data-pc-section", "movealltotargeticon");
270
279
  } }
271
- function PickList_ng_container_12_Template(rf, ctx) { if (rf & 1) {
280
+ function PickList_ng_container_13_Template(rf, ctx) { if (rf & 1) {
272
281
  i0.ɵɵelementContainerStart(0);
273
- i0.ɵɵtemplate(1, PickList_ng_container_12_AngleDoubleRightIcon_1_Template, 1, 1, "AngleDoubleRightIcon", 8)(2, PickList_ng_container_12_AngleDoubleDownIcon_2_Template, 1, 1, "AngleDoubleDownIcon", 8);
282
+ i0.ɵɵtemplate(1, PickList_ng_container_13_AngleDoubleRightIcon_1_Template, 1, 1, "AngleDoubleRightIcon", 8)(2, PickList_ng_container_13_AngleDoubleDownIcon_2_Template, 1, 1, "AngleDoubleDownIcon", 8);
274
283
  i0.ɵɵelementContainerEnd();
275
284
  } if (rf & 2) {
276
285
  const ctx_r2 = i0.ɵɵnextContext();
@@ -279,23 +288,23 @@ function PickList_ng_container_12_Template(rf, ctx) { if (rf & 1) {
279
288
  i0.ɵɵadvance();
280
289
  i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
281
290
  } }
282
- function PickList_13_ng_template_0_Template(rf, ctx) { }
283
- function PickList_13_Template(rf, ctx) { if (rf & 1) {
284
- i0.ɵɵtemplate(0, PickList_13_ng_template_0_Template, 0, 0, "ng-template");
291
+ function PickList_14_ng_template_0_Template(rf, ctx) { }
292
+ function PickList_14_Template(rf, ctx) { if (rf & 1) {
293
+ i0.ɵɵtemplate(0, PickList_14_ng_template_0_Template, 0, 0, "ng-template");
285
294
  } }
286
- function PickList_ng_container_15_AngleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
295
+ function PickList_ng_container_16_AngleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
287
296
  i0.ɵɵelement(0, "AngleLeftIcon");
288
297
  } if (rf & 2) {
289
298
  i0.ɵɵattribute("data-pc-section", "movedownsourceticon");
290
299
  } }
291
- function PickList_ng_container_15_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
300
+ function PickList_ng_container_16_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
292
301
  i0.ɵɵelement(0, "AngleUpIcon");
293
302
  } if (rf & 2) {
294
303
  i0.ɵɵattribute("data-pc-section", "movedownsourceticon");
295
304
  } }
296
- function PickList_ng_container_15_Template(rf, ctx) { if (rf & 1) {
305
+ function PickList_ng_container_16_Template(rf, ctx) { if (rf & 1) {
297
306
  i0.ɵɵelementContainerStart(0);
298
- i0.ɵɵtemplate(1, PickList_ng_container_15_AngleLeftIcon_1_Template, 1, 1, "AngleLeftIcon", 8)(2, PickList_ng_container_15_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8);
307
+ i0.ɵɵtemplate(1, PickList_ng_container_16_AngleLeftIcon_1_Template, 1, 1, "AngleLeftIcon", 8)(2, PickList_ng_container_16_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8);
299
308
  i0.ɵɵelementContainerEnd();
300
309
  } if (rf & 2) {
301
310
  const ctx_r2 = i0.ɵɵnextContext();
@@ -304,23 +313,23 @@ function PickList_ng_container_15_Template(rf, ctx) { if (rf & 1) {
304
313
  i0.ɵɵadvance();
305
314
  i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
306
315
  } }
307
- function PickList_16_ng_template_0_Template(rf, ctx) { }
308
- function PickList_16_Template(rf, ctx) { if (rf & 1) {
309
- i0.ɵɵtemplate(0, PickList_16_ng_template_0_Template, 0, 0, "ng-template");
316
+ function PickList_17_ng_template_0_Template(rf, ctx) { }
317
+ function PickList_17_Template(rf, ctx) { if (rf & 1) {
318
+ i0.ɵɵtemplate(0, PickList_17_ng_template_0_Template, 0, 0, "ng-template");
310
319
  } }
311
- function PickList_ng_container_18_AngleDoubleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
320
+ function PickList_ng_container_19_AngleDoubleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
312
321
  i0.ɵɵelement(0, "AngleDoubleLeftIcon");
313
322
  } if (rf & 2) {
314
323
  i0.ɵɵattribute("data-pc-section", "movealltosourceticon");
315
324
  } }
316
- function PickList_ng_container_18_AngleDoubleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
325
+ function PickList_ng_container_19_AngleDoubleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
317
326
  i0.ɵɵelement(0, "AngleDoubleUpIcon");
318
327
  } if (rf & 2) {
319
328
  i0.ɵɵattribute("data-pc-section", "movealltosourceticon");
320
329
  } }
321
- function PickList_ng_container_18_Template(rf, ctx) { if (rf & 1) {
330
+ function PickList_ng_container_19_Template(rf, ctx) { if (rf & 1) {
322
331
  i0.ɵɵelementContainerStart(0);
323
- i0.ɵɵtemplate(1, PickList_ng_container_18_AngleDoubleLeftIcon_1_Template, 1, 1, "AngleDoubleLeftIcon", 8)(2, PickList_ng_container_18_AngleDoubleUpIcon_2_Template, 1, 1, "AngleDoubleUpIcon", 8);
332
+ i0.ɵɵtemplate(1, PickList_ng_container_19_AngleDoubleLeftIcon_1_Template, 1, 1, "AngleDoubleLeftIcon", 8)(2, PickList_ng_container_19_AngleDoubleUpIcon_2_Template, 1, 1, "AngleDoubleUpIcon", 8);
324
333
  i0.ɵɵelementContainerEnd();
325
334
  } if (rf & 2) {
326
335
  const ctx_r2 = i0.ɵɵnextContext();
@@ -329,30 +338,39 @@ function PickList_ng_container_18_Template(rf, ctx) { if (rf & 1) {
329
338
  i0.ɵɵadvance();
330
339
  i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
331
340
  } }
332
- function PickList_19_ng_template_0_Template(rf, ctx) { }
333
- function PickList_19_Template(rf, ctx) { if (rf & 1) {
334
- i0.ɵɵtemplate(0, PickList_19_ng_template_0_Template, 0, 0, "ng-template");
341
+ function PickList_20_ng_template_0_Template(rf, ctx) { }
342
+ function PickList_20_Template(rf, ctx) { if (rf & 1) {
343
+ i0.ɵɵtemplate(0, PickList_20_ng_template_0_Template, 0, 0, "ng-template");
335
344
  } }
336
- function PickList_ng_container_23_ng_template_1_0_ng_template_0_Template(rf, ctx) { }
337
- function PickList_ng_container_23_ng_template_1_0_Template(rf, ctx) { if (rf & 1) {
338
- i0.ɵɵtemplate(0, PickList_ng_container_23_ng_template_1_0_ng_template_0_Template, 0, 0, "ng-template");
345
+ function PickList_ng_container_24_ng_template_1_0_ng_template_0_Template(rf, ctx) { }
346
+ function PickList_ng_container_24_ng_template_1_0_Template(rf, ctx) { if (rf & 1) {
347
+ i0.ɵɵtemplate(0, PickList_ng_container_24_ng_template_1_0_ng_template_0_Template, 0, 0, "ng-template");
339
348
  } }
340
- function PickList_ng_container_23_ng_template_1_Template(rf, ctx) { if (rf & 1) {
341
- i0.ɵɵtemplate(0, PickList_ng_container_23_ng_template_1_0_Template, 1, 0, null, 15);
349
+ function PickList_ng_container_24_ng_template_1_Template(rf, ctx) { if (rf & 1) {
350
+ i0.ɵɵtemplate(0, PickList_ng_container_24_ng_template_1_0_Template, 1, 0, null, 16);
342
351
  } if (rf & 2) {
343
352
  const ctx_r2 = i0.ɵɵnextContext(2);
344
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.headerTemplate);
353
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.targetHeaderTemplate);
345
354
  } }
346
- function PickList_ng_container_23_Template(rf, ctx) { if (rf & 1) {
355
+ function PickList_ng_container_24_Template(rf, ctx) { if (rf & 1) {
347
356
  i0.ɵɵelementContainerStart(0);
348
- i0.ɵɵtemplate(1, PickList_ng_container_23_ng_template_1_Template, 1, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
357
+ i0.ɵɵtemplate(1, PickList_ng_container_24_ng_template_1_Template, 1, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
349
358
  i0.ɵɵelementContainerEnd();
350
359
  } }
351
- function PickList_ng_container_24_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
360
+ function PickList_div_25_Template(rf, ctx) { if (rf & 1) {
361
+ i0.ɵɵelementStart(0, "div", 17);
362
+ i0.ɵɵtext(1);
363
+ i0.ɵɵelementEnd();
364
+ } if (rf & 2) {
365
+ const ctx_r2 = i0.ɵɵnextContext();
366
+ i0.ɵɵadvance();
367
+ i0.ɵɵtextInterpolate(ctx_r2.sourceHeader);
368
+ } }
369
+ function PickList_ng_container_26_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
352
370
  i0.ɵɵelementContainer(0);
353
371
  } }
354
- function PickList_ng_container_24_ng_template_1_Template(rf, ctx) { if (rf & 1) {
355
- i0.ɵɵtemplate(0, PickList_ng_container_24_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 11);
372
+ function PickList_ng_container_26_ng_template_1_Template(rf, ctx) { if (rf & 1) {
373
+ i0.ɵɵtemplate(0, PickList_ng_container_26_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 12);
356
374
  } if (rf & 2) {
357
375
  const item_r8 = ctx.$implicit;
358
376
  const index_r9 = ctx.index;
@@ -360,64 +378,64 @@ function PickList_ng_container_24_ng_template_1_Template(rf, ctx) { if (rf & 1)
360
378
  const ctx_r2 = i0.ɵɵnextContext(2);
361
379
  i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.itemTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction3(2, _c23, item_r8, index_r9, selected_r10));
362
380
  } }
363
- function PickList_ng_container_24_Template(rf, ctx) { if (rf & 1) {
381
+ function PickList_ng_container_26_Template(rf, ctx) { if (rf & 1) {
364
382
  i0.ɵɵelementContainerStart(0);
365
- i0.ɵɵtemplate(1, PickList_ng_container_24_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
383
+ i0.ɵɵtemplate(1, PickList_ng_container_26_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
366
384
  i0.ɵɵelementContainerEnd();
367
385
  } }
368
- function PickList_div_25_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
386
+ function PickList_div_27_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
369
387
  i0.ɵɵelement(0, "AngleUpIcon");
370
388
  } if (rf & 2) {
371
389
  i0.ɵɵattribute("data-pc-section", "moveupicon");
372
390
  } }
373
- function PickList_div_25_3_ng_template_0_Template(rf, ctx) { }
374
- function PickList_div_25_3_Template(rf, ctx) { if (rf & 1) {
375
- i0.ɵɵtemplate(0, PickList_div_25_3_ng_template_0_Template, 0, 0, "ng-template");
391
+ function PickList_div_27_3_ng_template_0_Template(rf, ctx) { }
392
+ function PickList_div_27_3_Template(rf, ctx) { if (rf & 1) {
393
+ i0.ɵɵtemplate(0, PickList_div_27_3_ng_template_0_Template, 0, 0, "ng-template");
376
394
  } }
377
- function PickList_div_25_AngleDoubleUpIcon_5_Template(rf, ctx) { if (rf & 1) {
395
+ function PickList_div_27_AngleDoubleUpIcon_5_Template(rf, ctx) { if (rf & 1) {
378
396
  i0.ɵɵelement(0, "AngleDoubleUpIcon");
379
397
  } if (rf & 2) {
380
398
  i0.ɵɵattribute("data-pc-section", "movetopicon");
381
399
  } }
382
- function PickList_div_25_6_ng_template_0_Template(rf, ctx) { }
383
- function PickList_div_25_6_Template(rf, ctx) { if (rf & 1) {
384
- i0.ɵɵtemplate(0, PickList_div_25_6_ng_template_0_Template, 0, 0, "ng-template");
400
+ function PickList_div_27_6_ng_template_0_Template(rf, ctx) { }
401
+ function PickList_div_27_6_Template(rf, ctx) { if (rf & 1) {
402
+ i0.ɵɵtemplate(0, PickList_div_27_6_ng_template_0_Template, 0, 0, "ng-template");
385
403
  } }
386
- function PickList_div_25_AngleDownIcon_8_Template(rf, ctx) { if (rf & 1) {
404
+ function PickList_div_27_AngleDownIcon_8_Template(rf, ctx) { if (rf & 1) {
387
405
  i0.ɵɵelement(0, "AngleDownIcon");
388
406
  } if (rf & 2) {
389
407
  i0.ɵɵattribute("data-pc-section", "movedownicon");
390
408
  } }
391
- function PickList_div_25_9_ng_template_0_Template(rf, ctx) { }
392
- function PickList_div_25_9_Template(rf, ctx) { if (rf & 1) {
393
- i0.ɵɵtemplate(0, PickList_div_25_9_ng_template_0_Template, 0, 0, "ng-template");
409
+ function PickList_div_27_9_ng_template_0_Template(rf, ctx) { }
410
+ function PickList_div_27_9_Template(rf, ctx) { if (rf & 1) {
411
+ i0.ɵɵtemplate(0, PickList_div_27_9_ng_template_0_Template, 0, 0, "ng-template");
394
412
  } }
395
- function PickList_div_25_AngleDoubleDownIcon_11_Template(rf, ctx) { if (rf & 1) {
413
+ function PickList_div_27_AngleDoubleDownIcon_11_Template(rf, ctx) { if (rf & 1) {
396
414
  i0.ɵɵelement(0, "AngleDoubleDownIcon");
397
415
  } if (rf & 2) {
398
416
  i0.ɵɵattribute("data-pc-section", "movebottomicon");
399
417
  } }
400
- function PickList_div_25_12_ng_template_0_Template(rf, ctx) { }
401
- function PickList_div_25_12_Template(rf, ctx) { if (rf & 1) {
402
- i0.ɵɵtemplate(0, PickList_div_25_12_ng_template_0_Template, 0, 0, "ng-template");
418
+ function PickList_div_27_12_ng_template_0_Template(rf, ctx) { }
419
+ function PickList_div_27_12_Template(rf, ctx) { if (rf & 1) {
420
+ i0.ɵɵtemplate(0, PickList_div_27_12_ng_template_0_Template, 0, 0, "ng-template");
403
421
  } }
404
- function PickList_div_25_Template(rf, ctx) { if (rf & 1) {
422
+ function PickList_div_27_Template(rf, ctx) { if (rf & 1) {
405
423
  const _r11 = i0.ɵɵgetCurrentView();
406
- i0.ɵɵelementStart(0, "div", 16)(1, "button", 10);
407
- i0.ɵɵlistener("click", function PickList_div_25_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(22); return i0.ɵɵresetView(ctx_r2.moveUp(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
408
- i0.ɵɵtemplate(2, PickList_div_25_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8)(3, PickList_div_25_3_Template, 1, 0, null, 15);
424
+ i0.ɵɵelementStart(0, "div", 18)(1, "button", 11);
425
+ i0.ɵɵlistener("click", function PickList_div_27_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(23); return i0.ɵɵresetView(ctx_r2.moveUp(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
426
+ i0.ɵɵtemplate(2, PickList_div_27_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8)(3, PickList_div_27_3_Template, 1, 0, null, 16);
409
427
  i0.ɵɵelementEnd();
410
- i0.ɵɵelementStart(4, "button", 10);
411
- i0.ɵɵlistener("click", function PickList_div_25_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(22); return i0.ɵɵresetView(ctx_r2.moveTop(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
412
- i0.ɵɵtemplate(5, PickList_div_25_AngleDoubleUpIcon_5_Template, 1, 1, "AngleDoubleUpIcon", 8)(6, PickList_div_25_6_Template, 1, 0, null, 15);
428
+ i0.ɵɵelementStart(4, "button", 11);
429
+ i0.ɵɵlistener("click", function PickList_div_27_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(23); return i0.ɵɵresetView(ctx_r2.moveTop(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
430
+ i0.ɵɵtemplate(5, PickList_div_27_AngleDoubleUpIcon_5_Template, 1, 1, "AngleDoubleUpIcon", 8)(6, PickList_div_27_6_Template, 1, 0, null, 16);
413
431
  i0.ɵɵelementEnd();
414
- i0.ɵɵelementStart(7, "button", 10);
415
- i0.ɵɵlistener("click", function PickList_div_25_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(22); return i0.ɵɵresetView(ctx_r2.moveDown(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
416
- i0.ɵɵtemplate(8, PickList_div_25_AngleDownIcon_8_Template, 1, 1, "AngleDownIcon", 8)(9, PickList_div_25_9_Template, 1, 0, null, 15);
432
+ i0.ɵɵelementStart(7, "button", 11);
433
+ i0.ɵɵlistener("click", function PickList_div_27_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(23); return i0.ɵɵresetView(ctx_r2.moveDown(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
434
+ i0.ɵɵtemplate(8, PickList_div_27_AngleDownIcon_8_Template, 1, 1, "AngleDownIcon", 8)(9, PickList_div_27_9_Template, 1, 0, null, 16);
417
435
  i0.ɵɵelementEnd();
418
- i0.ɵɵelementStart(10, "button", 10);
419
- i0.ɵɵlistener("click", function PickList_div_25_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(22); return i0.ɵɵresetView(ctx_r2.moveBottom(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
420
- i0.ɵɵtemplate(11, PickList_div_25_AngleDoubleDownIcon_11_Template, 1, 1, "AngleDoubleDownIcon", 8)(12, PickList_div_25_12_Template, 1, 0, null, 15);
436
+ i0.ɵɵelementStart(10, "button", 11);
437
+ i0.ɵɵlistener("click", function PickList_div_27_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(23); return i0.ɵɵresetView(ctx_r2.moveBottom(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
438
+ i0.ɵɵtemplate(11, PickList_div_27_AngleDoubleDownIcon_11_Template, 1, 1, "AngleDoubleDownIcon", 8)(12, PickList_div_27_12_Template, 1, 0, null, 16);
421
439
  i0.ɵɵelementEnd()();
422
440
  } if (rf & 2) {
423
441
  const ctx_r2 = i0.ɵɵnextContext();
@@ -1750,41 +1768,41 @@ class PickList extends BaseComponent {
1750
1768
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.listViewTargetChild = _t.first);
1751
1769
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.sourceFilterViewChild = _t.first);
1752
1770
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.targetFilterViewChild = _t.first);
1753
- } }, inputs: { source: "source", target: "target", sourceHeader: "sourceHeader", tabindex: [2, "tabindex", "tabindex", numberAttribute], rightButtonAriaLabel: "rightButtonAriaLabel", leftButtonAriaLabel: "leftButtonAriaLabel", allRightButtonAriaLabel: "allRightButtonAriaLabel", allLeftButtonAriaLabel: "allLeftButtonAriaLabel", upButtonAriaLabel: "upButtonAriaLabel", downButtonAriaLabel: "downButtonAriaLabel", topButtonAriaLabel: "topButtonAriaLabel", bottomButtonAriaLabel: "bottomButtonAriaLabel", targetHeader: "targetHeader", responsive: [2, "responsive", "responsive", booleanAttribute], filterBy: "filterBy", filterLocale: "filterLocale", trackBy: "trackBy", sourceTrackBy: "sourceTrackBy", targetTrackBy: "targetTrackBy", showSourceFilter: [2, "showSourceFilter", "showSourceFilter", booleanAttribute], showTargetFilter: [2, "showTargetFilter", "showTargetFilter", booleanAttribute], metaKeySelection: [2, "metaKeySelection", "metaKeySelection", booleanAttribute], dragdrop: [2, "dragdrop", "dragdrop", booleanAttribute], style: "style", styleClass: "styleClass", sourceStyle: "sourceStyle", targetStyle: "targetStyle", showSourceControls: [2, "showSourceControls", "showSourceControls", booleanAttribute], showTargetControls: [2, "showTargetControls", "showTargetControls", booleanAttribute], sourceFilterPlaceholder: "sourceFilterPlaceholder", targetFilterPlaceholder: "targetFilterPlaceholder", disabled: [2, "disabled", "disabled", booleanAttribute], ariaSourceFilterLabel: "ariaSourceFilterLabel", ariaTargetFilterLabel: "ariaTargetFilterLabel", filterMatchMode: "filterMatchMode", stripedRows: [2, "stripedRows", "stripedRows", booleanAttribute], keepSelection: [2, "keepSelection", "keepSelection", booleanAttribute], scrollHeight: "scrollHeight", autoOptionFocus: [2, "autoOptionFocus", "autoOptionFocus", booleanAttribute], buttonProps: "buttonProps", moveUpButtonProps: "moveUpButtonProps", moveTopButtonProps: "moveTopButtonProps", moveDownButtonProps: "moveDownButtonProps", moveBottomButtonProps: "moveBottomButtonProps", moveToTargetProps: "moveToTargetProps", moveAllToTargetProps: "moveAllToTargetProps", moveToSourceProps: "moveToSourceProps", moveAllToSourceProps: "moveAllToSourceProps", breakpoint: "breakpoint" }, outputs: { onMoveToSource: "onMoveToSource", onMoveAllToSource: "onMoveAllToSource", onMoveAllToTarget: "onMoveAllToTarget", onMoveToTarget: "onMoveToTarget", onSourceReorder: "onSourceReorder", onTargetReorder: "onTargetReorder", onSourceSelect: "onSourceSelect", onTargetSelect: "onTargetSelect", onSourceFilter: "onSourceFilter", onTargetFilter: "onTargetFilter", onFocus: "onFocus", onBlur: "onBlur" }, standalone: true, features: [i0.ɵɵProvidersFeature([PickListStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], decls: 26, vars: 85, consts: [["sourcelist", ""], ["targetlist", ""], ["header", ""], ["item", ""], ["cdkDropListGroup", "", 3, "ngStyle", "ngClass"], ["class", "p-picklist-controls p-picklist-source-controls", 4, "ngIf"], [1, "p-picklist-list-container", "p-picklist-source-list-container"], ["optionLabel", "name", 3, "ngModelChange", "onFocus", "onBlur", "keydown", "onDblClick", "multiple", "options", "ngModel", "id", "ngStyle", "striped", "tabindex", "disabled", "metaKeySelection", "scrollHeight", "autoOptionFocus", "filter", "filterBy", "filterLocale", "filterPlaceHolder"], [4, "ngIf"], [1, "p-picklist-controls", "p-picklist-transfer-controls"], ["type", "button", "pButton", "", "pRipple", "", "severity", "secondary", 1, "p-button-icon-only", 3, "click", "disabled", "buttonProps"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "p-picklist-list-container", "p-picklist-target-list-container"], ["class", "p-picklist-controls p-picklist-target-controls", 4, "ngIf"], [1, "p-picklist-controls", "p-picklist-source-controls"], [4, "ngTemplateOutlet"], [1, "p-picklist-controls", "p-picklist-target-controls"]], template: function PickList_Template(rf, ctx) { if (rf & 1) {
1771
+ } }, inputs: { source: "source", target: "target", sourceHeader: "sourceHeader", tabindex: [2, "tabindex", "tabindex", numberAttribute], rightButtonAriaLabel: "rightButtonAriaLabel", leftButtonAriaLabel: "leftButtonAriaLabel", allRightButtonAriaLabel: "allRightButtonAriaLabel", allLeftButtonAriaLabel: "allLeftButtonAriaLabel", upButtonAriaLabel: "upButtonAriaLabel", downButtonAriaLabel: "downButtonAriaLabel", topButtonAriaLabel: "topButtonAriaLabel", bottomButtonAriaLabel: "bottomButtonAriaLabel", targetHeader: "targetHeader", responsive: [2, "responsive", "responsive", booleanAttribute], filterBy: "filterBy", filterLocale: "filterLocale", trackBy: "trackBy", sourceTrackBy: "sourceTrackBy", targetTrackBy: "targetTrackBy", showSourceFilter: [2, "showSourceFilter", "showSourceFilter", booleanAttribute], showTargetFilter: [2, "showTargetFilter", "showTargetFilter", booleanAttribute], metaKeySelection: [2, "metaKeySelection", "metaKeySelection", booleanAttribute], dragdrop: [2, "dragdrop", "dragdrop", booleanAttribute], style: "style", styleClass: "styleClass", sourceStyle: "sourceStyle", targetStyle: "targetStyle", showSourceControls: [2, "showSourceControls", "showSourceControls", booleanAttribute], showTargetControls: [2, "showTargetControls", "showTargetControls", booleanAttribute], sourceFilterPlaceholder: "sourceFilterPlaceholder", targetFilterPlaceholder: "targetFilterPlaceholder", disabled: [2, "disabled", "disabled", booleanAttribute], ariaSourceFilterLabel: "ariaSourceFilterLabel", ariaTargetFilterLabel: "ariaTargetFilterLabel", filterMatchMode: "filterMatchMode", stripedRows: [2, "stripedRows", "stripedRows", booleanAttribute], keepSelection: [2, "keepSelection", "keepSelection", booleanAttribute], scrollHeight: "scrollHeight", autoOptionFocus: [2, "autoOptionFocus", "autoOptionFocus", booleanAttribute], buttonProps: "buttonProps", moveUpButtonProps: "moveUpButtonProps", moveTopButtonProps: "moveTopButtonProps", moveDownButtonProps: "moveDownButtonProps", moveBottomButtonProps: "moveBottomButtonProps", moveToTargetProps: "moveToTargetProps", moveAllToTargetProps: "moveAllToTargetProps", moveToSourceProps: "moveToSourceProps", moveAllToSourceProps: "moveAllToSourceProps", breakpoint: "breakpoint" }, outputs: { onMoveToSource: "onMoveToSource", onMoveAllToSource: "onMoveAllToSource", onMoveAllToTarget: "onMoveAllToTarget", onMoveToTarget: "onMoveToTarget", onSourceReorder: "onSourceReorder", onTargetReorder: "onTargetReorder", onSourceSelect: "onSourceSelect", onTargetSelect: "onTargetSelect", onSourceFilter: "onSourceFilter", onTargetFilter: "onTargetFilter", onFocus: "onFocus", onBlur: "onBlur" }, standalone: true, features: [i0.ɵɵProvidersFeature([PickListStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], decls: 28, vars: 87, consts: [["sourcelist", ""], ["targetlist", ""], ["header", ""], ["item", ""], ["cdkDropListGroup", "", 3, "ngStyle", "ngClass"], ["class", "p-picklist-controls p-picklist-source-controls", 4, "ngIf"], [1, "p-picklist-list-container", "p-picklist-source-list-container"], ["optionLabel", "name", 3, "ngModelChange", "onFocus", "onBlur", "keydown", "onDblClick", "multiple", "options", "ngModel", "id", "ngStyle", "striped", "tabindex", "disabled", "metaKeySelection", "scrollHeight", "autoOptionFocus", "filter", "filterBy", "filterLocale", "filterPlaceHolder"], [4, "ngIf"], ["class", "p-picklist-title", 4, "ngIf"], [1, "p-picklist-controls", "p-picklist-transfer-controls"], ["type", "button", "pButton", "", "pRipple", "", "severity", "secondary", 1, "p-button-icon-only", 3, "click", "disabled", "buttonProps"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "p-picklist-list-container", "p-picklist-target-list-container"], ["class", "p-picklist-controls p-picklist-target-controls", 4, "ngIf"], [1, "p-picklist-controls", "p-picklist-source-controls"], [4, "ngTemplateOutlet"], [1, "p-picklist-title"], [1, "p-picklist-controls", "p-picklist-target-controls"]], template: function PickList_Template(rf, ctx) { if (rf & 1) {
1754
1772
  const _r1 = i0.ɵɵgetCurrentView();
1755
1773
  i0.ɵɵelementStart(0, "div", 4);
1756
1774
  i0.ɵɵtemplate(1, PickList_div_1_Template, 13, 26, "div", 5);
1757
1775
  i0.ɵɵelementStart(2, "div", 6)(3, "p-listbox", 7, 0);
1758
1776
  i0.ɵɵtwoWayListener("ngModelChange", function PickList_Template_p_listbox_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.selectedItemsSource, $event) || (ctx.selectedItemsSource = $event); return i0.ɵɵresetView($event); });
1759
1777
  i0.ɵɵlistener("onFocus", function PickList_Template_p_listbox_onFocus_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListFocus($event, ctx.SOURCE_LIST)); })("onBlur", function PickList_Template_p_listbox_onBlur_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListBlur($event, ctx.SOURCE_LIST)); })("keydown", function PickList_Template_p_listbox_keydown_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onItemKeyDown($event, ctx.selectedItemsSource, ctx.onSourceSelect, ctx.SOURCE_LIST)); })("onDblClick", function PickList_Template_p_listbox_onDblClick_3_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSourceItemDblClick()); });
1760
- i0.ɵɵtemplate(5, PickList_ng_container_5_Template, 3, 0, "ng-container", 8)(6, PickList_ng_container_6_Template, 3, 0, "ng-container", 8);
1778
+ i0.ɵɵtemplate(5, PickList_ng_container_5_Template, 3, 0, "ng-container", 8)(6, PickList_div_6_Template, 2, 1, "div", 9)(7, PickList_ng_container_7_Template, 3, 0, "ng-container", 8);
1761
1779
  i0.ɵɵelementEnd()();
1762
- i0.ɵɵelementStart(7, "div", 9)(8, "button", 10);
1763
- i0.ɵɵlistener("click", function PickList_Template_button_click_8_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveRight()); });
1764
- i0.ɵɵtemplate(9, PickList_ng_container_9_Template, 3, 2, "ng-container", 8)(10, PickList_10_Template, 1, 0, null, 11);
1780
+ i0.ɵɵelementStart(8, "div", 10)(9, "button", 11);
1781
+ i0.ɵɵlistener("click", function PickList_Template_button_click_9_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveRight()); });
1782
+ i0.ɵɵtemplate(10, PickList_ng_container_10_Template, 3, 2, "ng-container", 8)(11, PickList_11_Template, 1, 0, null, 12);
1765
1783
  i0.ɵɵelementEnd();
1766
- i0.ɵɵelementStart(11, "button", 10);
1767
- i0.ɵɵlistener("click", function PickList_Template_button_click_11_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveAllRight()); });
1768
- i0.ɵɵtemplate(12, PickList_ng_container_12_Template, 3, 2, "ng-container", 8)(13, PickList_13_Template, 1, 0, null, 11);
1784
+ i0.ɵɵelementStart(12, "button", 11);
1785
+ i0.ɵɵlistener("click", function PickList_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveAllRight()); });
1786
+ i0.ɵɵtemplate(13, PickList_ng_container_13_Template, 3, 2, "ng-container", 8)(14, PickList_14_Template, 1, 0, null, 12);
1769
1787
  i0.ɵɵelementEnd();
1770
- i0.ɵɵelementStart(14, "button", 10);
1771
- i0.ɵɵlistener("click", function PickList_Template_button_click_14_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveLeft()); });
1772
- i0.ɵɵtemplate(15, PickList_ng_container_15_Template, 3, 2, "ng-container", 8)(16, PickList_16_Template, 1, 0, null, 11);
1788
+ i0.ɵɵelementStart(15, "button", 11);
1789
+ i0.ɵɵlistener("click", function PickList_Template_button_click_15_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveLeft()); });
1790
+ i0.ɵɵtemplate(16, PickList_ng_container_16_Template, 3, 2, "ng-container", 8)(17, PickList_17_Template, 1, 0, null, 12);
1773
1791
  i0.ɵɵelementEnd();
1774
- i0.ɵɵelementStart(17, "button", 10);
1775
- i0.ɵɵlistener("click", function PickList_Template_button_click_17_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveAllLeft()); });
1776
- i0.ɵɵtemplate(18, PickList_ng_container_18_Template, 3, 2, "ng-container", 8)(19, PickList_19_Template, 1, 0, null, 11);
1792
+ i0.ɵɵelementStart(18, "button", 11);
1793
+ i0.ɵɵlistener("click", function PickList_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveAllLeft()); });
1794
+ i0.ɵɵtemplate(19, PickList_ng_container_19_Template, 3, 2, "ng-container", 8)(20, PickList_20_Template, 1, 0, null, 12);
1777
1795
  i0.ɵɵelementEnd()();
1778
- i0.ɵɵelementStart(20, "div", 12)(21, "p-listbox", 7, 1);
1779
- i0.ɵɵtwoWayListener("ngModelChange", function PickList_Template_p_listbox_ngModelChange_21_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.selectedItemsTarget, $event) || (ctx.selectedItemsTarget = $event); return i0.ɵɵresetView($event); });
1780
- i0.ɵɵlistener("onFocus", function PickList_Template_p_listbox_onFocus_21_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListFocus($event, ctx.TARGET_LIST)); })("onBlur", function PickList_Template_p_listbox_onBlur_21_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListBlur($event, ctx.TARGET_LIST)); })("keydown", function PickList_Template_p_listbox_keydown_21_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onItemKeyDown($event, ctx.selectedItemsTarget, ctx.onTargetSelect, ctx.TARGET_LIST)); })("onDblClick", function PickList_Template_p_listbox_onDblClick_21_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onTargetItemDblClick()); });
1781
- i0.ɵɵtemplate(23, PickList_ng_container_23_Template, 3, 0, "ng-container", 8)(24, PickList_ng_container_24_Template, 3, 0, "ng-container", 8);
1796
+ i0.ɵɵelementStart(21, "div", 13)(22, "p-listbox", 7, 1);
1797
+ i0.ɵɵtwoWayListener("ngModelChange", function PickList_Template_p_listbox_ngModelChange_22_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.selectedItemsTarget, $event) || (ctx.selectedItemsTarget = $event); return i0.ɵɵresetView($event); });
1798
+ i0.ɵɵlistener("onFocus", function PickList_Template_p_listbox_onFocus_22_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListFocus($event, ctx.TARGET_LIST)); })("onBlur", function PickList_Template_p_listbox_onBlur_22_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListBlur($event, ctx.TARGET_LIST)); })("keydown", function PickList_Template_p_listbox_keydown_22_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onItemKeyDown($event, ctx.selectedItemsTarget, ctx.onTargetSelect, ctx.TARGET_LIST)); })("onDblClick", function PickList_Template_p_listbox_onDblClick_22_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onTargetItemDblClick()); });
1799
+ i0.ɵɵtemplate(24, PickList_ng_container_24_Template, 3, 0, "ng-container", 8)(25, PickList_div_25_Template, 2, 1, "div", 9)(26, PickList_ng_container_26_Template, 3, 0, "ng-container", 8);
1782
1800
  i0.ɵɵelementEnd()();
1783
- i0.ɵɵtemplate(25, PickList_div_25_Template, 13, 26, "div", 13);
1801
+ i0.ɵɵtemplate(27, PickList_div_27_Template, 13, 26, "div", 14);
1784
1802
  i0.ɵɵelementEnd();
1785
1803
  } if (rf & 2) {
1786
1804
  i0.ɵɵclassMap(ctx.styleClass);
1787
- i0.ɵɵproperty("ngStyle", ctx.style)("ngClass", i0.ɵɵpureFunction0(76, _c21));
1805
+ i0.ɵɵproperty("ngStyle", ctx.style)("ngClass", i0.ɵɵpureFunction0(78, _c21));
1788
1806
  i0.ɵɵattribute("data-pc-name", "picklist")("data-pc-section", "root");
1789
1807
  i0.ɵɵadvance();
1790
1808
  i0.ɵɵproperty("ngIf", ctx.showSourceControls);
@@ -1797,6 +1815,8 @@ class PickList extends BaseComponent {
1797
1815
  i0.ɵɵadvance(2);
1798
1816
  i0.ɵɵproperty("ngIf", ctx.sourceHeaderTemplate);
1799
1817
  i0.ɵɵadvance();
1818
+ i0.ɵɵproperty("ngIf", !ctx.sourceHeaderTemplate);
1819
+ i0.ɵɵadvance();
1800
1820
  i0.ɵɵproperty("ngIf", ctx.itemTemplate);
1801
1821
  i0.ɵɵadvance();
1802
1822
  i0.ɵɵattribute("data-pc-section", "buttons")("data-pc-group-section", "controls");
@@ -1806,28 +1826,28 @@ class PickList extends BaseComponent {
1806
1826
  i0.ɵɵadvance();
1807
1827
  i0.ɵɵproperty("ngIf", !ctx.moveToTargetIconTemplate);
1808
1828
  i0.ɵɵadvance();
1809
- i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(77, _c22, ctx.viewChanged));
1829
+ i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(79, _c22, ctx.viewChanged));
1810
1830
  i0.ɵɵadvance();
1811
1831
  i0.ɵɵproperty("disabled", ctx.moveAllRightDisabled())("buttonProps", ctx.getButtonProps("movealltotarget"));
1812
1832
  i0.ɵɵattribute("aria-label", ctx.moveAllToTargetAriaLabel)("data-pc-section", "moveAllToTargetButton");
1813
1833
  i0.ɵɵadvance();
1814
1834
  i0.ɵɵproperty("ngIf", !ctx.moveAllToTargetIconTemplate);
1815
1835
  i0.ɵɵadvance();
1816
- i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(79, _c22, ctx.viewChanged));
1836
+ i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(81, _c22, ctx.viewChanged));
1817
1837
  i0.ɵɵadvance();
1818
1838
  i0.ɵɵproperty("disabled", ctx.moveLeftDisabled())("buttonProps", ctx.getButtonProps("movetosource"));
1819
1839
  i0.ɵɵattribute("aria-label", ctx.moveToSourceAriaLabel)("data-pc-section", "moveToSourceButton");
1820
1840
  i0.ɵɵadvance();
1821
1841
  i0.ɵɵproperty("ngIf", !ctx.moveToSourceIconTemplate);
1822
1842
  i0.ɵɵadvance();
1823
- i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(81, _c22, ctx.viewChanged));
1843
+ i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(83, _c22, ctx.viewChanged));
1824
1844
  i0.ɵɵadvance();
1825
1845
  i0.ɵɵproperty("disabled", ctx.moveAllLeftDisabled())("buttonProps", ctx.getButtonProps("movealltosource"));
1826
1846
  i0.ɵɵattribute("aria-label", ctx.moveAllToSourceAriaLabel)("data-pc-section", "moveAllToSourceButton");
1827
1847
  i0.ɵɵadvance();
1828
1848
  i0.ɵɵproperty("ngIf", !ctx.moveAllToSourceIconTemplate);
1829
1849
  i0.ɵɵadvance();
1830
- i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(83, _c22, ctx.viewChanged));
1850
+ i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(85, _c22, ctx.viewChanged));
1831
1851
  i0.ɵɵadvance();
1832
1852
  i0.ɵɵattribute("data-pc-section", "targetWrapper")("data-pc-group-section", "listwrapper");
1833
1853
  i0.ɵɵadvance();
@@ -1837,6 +1857,8 @@ class PickList extends BaseComponent {
1837
1857
  i0.ɵɵadvance(2);
1838
1858
  i0.ɵɵproperty("ngIf", ctx.targetHeaderTemplate);
1839
1859
  i0.ɵɵadvance();
1860
+ i0.ɵɵproperty("ngIf", !ctx.targetHeaderTemplate);
1861
+ i0.ɵɵadvance();
1840
1862
  i0.ɵɵproperty("ngIf", ctx.itemTemplate);
1841
1863
  i0.ɵɵadvance();
1842
1864
  i0.ɵɵproperty("ngIf", ctx.showTargetControls);
@@ -1966,9 +1988,10 @@ class PickList extends BaseComponent {
1966
1988
  >
1967
1989
  <ng-container *ngIf="sourceHeaderTemplate">
1968
1990
  <ng-template #header>
1969
- <ng-template *ngTemplateOutlet="headerTemplate"></ng-template>
1991
+ <ng-template *ngTemplateOutlet="sourceHeaderTemplate"></ng-template>
1970
1992
  </ng-template>
1971
1993
  </ng-container>
1994
+ <div class="p-picklist-title" *ngIf="!sourceHeaderTemplate">{{ sourceHeader }}</div>
1972
1995
  <ng-container *ngIf="itemTemplate">
1973
1996
  <ng-template #item let-item let-index="index" let-selected="selected">
1974
1997
  <ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: index, selected: selected }"></ng-container>
@@ -2076,9 +2099,10 @@ class PickList extends BaseComponent {
2076
2099
  >
2077
2100
  <ng-container *ngIf="targetHeaderTemplate">
2078
2101
  <ng-template #header>
2079
- <ng-template *ngTemplateOutlet="headerTemplate"></ng-template>
2102
+ <ng-template *ngTemplateOutlet="targetHeaderTemplate"></ng-template>
2080
2103
  </ng-template>
2081
2104
  </ng-container>
2105
+ <div class="p-picklist-title" *ngIf="!targetHeaderTemplate">{{ sourceHeader }}</div>
2082
2106
  <ng-container *ngIf="itemTemplate">
2083
2107
  <ng-template #item let-item let-index="index" let-selected="selected">
2084
2108
  <ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: index, selected: selected }"></ng-container>