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
@@ -30,8 +30,8 @@ position: relative;
30
30
  }
31
31
 
32
32
  .p-datepicker:has(.p-datepicker-dropdown) .p-datepicker-input {
33
- border-top-right-radius: 0;
34
- border-bottom-right-radius: 0;
33
+ border-start-end-radius: 0;
34
+ border-end-end-radius: 0;
35
35
  }
36
36
 
37
37
  .p-datepicker-dropdown {
@@ -44,8 +44,8 @@ position: relative;
44
44
  overflow: hidden;
45
45
  position: relative;
46
46
  width: ${dt('datepicker.dropdown.width')};
47
- border-top-right-radius: ${dt('datepicker.dropdown.border.radius')};
48
- border-bottom-right-radius: ${dt('datepicker.dropdown.border.radius')};
47
+ border-start-end-radius: ${dt('datepicker.dropdown.border.radius')};
48
+ border-end-end-radius: ${dt('datepicker.dropdown.border.radius')};
49
49
  background: ${dt('datepicker.dropdown.background')};
50
50
  border: 1px solid ${dt('datepicker.dropdown.border.color')};
51
51
  border-left: 0 none;
@@ -534,7 +534,7 @@ function Calendar_ng_template_2_ng_container_2_span_2_Template(rf, ctx) { if (rf
534
534
  } if (rf & 2) {
535
535
  const ctx_r1 = i0.ɵɵnextContext(3);
536
536
  i0.ɵɵadvance();
537
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.clearIconTemplate);
537
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.clearicon);
538
538
  } }
539
539
  function Calendar_ng_template_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
540
540
  i0.ɵɵelementContainerStart(0);
@@ -543,9 +543,9 @@ function Calendar_ng_template_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
543
543
  } if (rf & 2) {
544
544
  const ctx_r1 = i0.ɵɵnextContext(2);
545
545
  i0.ɵɵadvance();
546
- i0.ɵɵproperty("ngIf", !ctx_r1.clearIconTemplate);
546
+ i0.ɵɵproperty("ngIf", !ctx_r1.clearicon);
547
547
  i0.ɵɵadvance();
548
- i0.ɵɵproperty("ngIf", ctx_r1.clearIconTemplate);
548
+ i0.ɵɵproperty("ngIf", ctx_r1.clearicon);
549
549
  } }
550
550
  function Calendar_ng_template_2_button_3_span_1_Template(rf, ctx) { if (rf & 1) {
551
551
  i0.ɵɵelement(0, "span", 16);
@@ -567,9 +567,9 @@ function Calendar_ng_template_2_button_3_ng_container_2_Template(rf, ctx) { if (
567
567
  } if (rf & 2) {
568
568
  const ctx_r1 = i0.ɵɵnextContext(3);
569
569
  i0.ɵɵadvance();
570
- i0.ɵɵproperty("ngIf", !ctx_r1.triggerIconTemplate);
570
+ i0.ɵɵproperty("ngIf", !ctx_r1.triggericon);
571
571
  i0.ɵɵadvance();
572
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.triggerIconTemplate);
572
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.triggericon);
573
573
  } }
574
574
  function Calendar_ng_template_2_button_3_Template(rf, ctx) { if (rf & 1) {
575
575
  const _r5 = i0.ɵɵgetCurrentView();
@@ -608,9 +608,9 @@ function Calendar_ng_template_2_ng_container_4_Template(rf, ctx) { if (rf & 1) {
608
608
  } if (rf & 2) {
609
609
  const ctx_r1 = i0.ɵɵnextContext(2);
610
610
  i0.ɵɵadvance(2);
611
- i0.ɵɵproperty("ngIf", !ctx_r1.inputIconTemplate);
611
+ i0.ɵɵproperty("ngIf", !ctx_r1.inputicon);
612
612
  i0.ɵɵadvance();
613
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.inputIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c17, ctx_r1.onButtonClick.bind(ctx_r1)));
613
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.inputicon)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c17, ctx_r1.onButtonClick.bind(ctx_r1)));
614
614
  } }
615
615
  function Calendar_ng_template_2_Template(rf, ctx) { if (rf & 1) {
616
616
  const _r1 = i0.ɵɵgetCurrentView();
@@ -619,11 +619,11 @@ function Calendar_ng_template_2_Template(rf, ctx) { if (rf & 1) {
619
619
  i0.ɵɵelementEnd();
620
620
  i0.ɵɵtemplate(2, Calendar_ng_template_2_ng_container_2_Template, 3, 2, "ng-container", 7)(3, Calendar_ng_template_2_button_3_Template, 3, 6, "button", 8)(4, Calendar_ng_template_2_ng_container_4_Template, 4, 5, "ng-container", 7);
621
621
  } if (rf & 2) {
622
- let tmp_16_0;
622
+ let tmp_17_0;
623
623
  const ctx_r1 = i0.ɵɵnextContext();
624
624
  i0.ɵɵclassMap(ctx_r1.inputStyleClass);
625
- i0.ɵɵproperty("value", ctx_r1.inputFieldValue)("readonly", ctx_r1.readonlyInput)("ngStyle", ctx_r1.inputStyle)("placeholder", ctx_r1.placeholder || "")("disabled", ctx_r1.disabled)("pAutoFocus", ctx_r1.autofocus)("variant", ctx_r1.variant)("fluid", ctx_r1.hasFluid);
626
- i0.ɵɵattribute("id", ctx_r1.inputId)("name", ctx_r1.name)("required", ctx_r1.required)("aria-required", ctx_r1.required)("aria-expanded", (tmp_16_0 = ctx_r1.overlayVisible) !== null && tmp_16_0 !== undefined ? tmp_16_0 : false)("aria-controls", ctx_r1.overlayVisible ? ctx_r1.panelId : null)("aria-labelledby", ctx_r1.ariaLabelledBy)("aria-label", ctx_r1.ariaLabel)("tabindex", ctx_r1.tabindex)("inputmode", ctx_r1.touchUI ? "off" : null);
625
+ i0.ɵɵproperty("value", ctx_r1.inputFieldValue)("readonly", ctx_r1.readonlyInput)("ngStyle", ctx_r1.inputStyle)("ngClass", "p-datepicker-input")("placeholder", ctx_r1.placeholder || "")("disabled", ctx_r1.disabled)("pAutoFocus", ctx_r1.autofocus)("variant", ctx_r1.variant)("fluid", ctx_r1.hasFluid);
626
+ i0.ɵɵattribute("id", ctx_r1.inputId)("name", ctx_r1.name)("required", ctx_r1.required)("aria-required", ctx_r1.required)("aria-expanded", (tmp_17_0 = ctx_r1.overlayVisible) !== null && tmp_17_0 !== undefined ? tmp_17_0 : false)("aria-controls", ctx_r1.overlayVisible ? ctx_r1.panelId : null)("aria-labelledby", ctx_r1.ariaLabelledBy)("aria-label", ctx_r1.ariaLabel)("tabindex", ctx_r1.tabindex)("inputmode", ctx_r1.touchUI ? "off" : null);
627
627
  i0.ɵɵadvance(2);
628
628
  i0.ɵɵproperty("ngIf", ctx_r1.showClear && !ctx_r1.disabled && ctx_r1.value != null);
629
629
  i0.ɵɵadvance();
@@ -648,7 +648,7 @@ function Calendar_div_3_ng_container_4_div_2_span_4_Template(rf, ctx) { if (rf &
648
648
  } if (rf & 2) {
649
649
  const ctx_r1 = i0.ɵɵnextContext(4);
650
650
  i0.ɵɵadvance();
651
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.previousIconTemplate);
651
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.previousicon);
652
652
  } }
653
653
  function Calendar_div_3_ng_container_4_div_2_button_6_Template(rf, ctx) { if (rf & 1) {
654
654
  const _r10 = i0.ɵɵgetCurrentView();
@@ -697,9 +697,9 @@ function Calendar_div_3_ng_container_4_div_2_span_8_Template(rf, ctx) { if (rf &
697
697
  } if (rf & 2) {
698
698
  const ctx_r1 = i0.ɵɵnextContext(4);
699
699
  i0.ɵɵadvance();
700
- i0.ɵɵproperty("ngIf", !ctx_r1.decadeTemplate);
700
+ i0.ɵɵproperty("ngIf", !ctx_r1.decade);
701
701
  i0.ɵɵadvance();
702
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decadeTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c22, ctx_r1.yearPickerValues));
702
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decade)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c22, ctx_r1.yearPickerValues));
703
703
  } }
704
704
  function Calendar_div_3_ng_container_4_div_2_ChevronRightIcon_10_Template(rf, ctx) { if (rf & 1) {
705
705
  i0.ɵɵelement(0, "ChevronRightIcon");
@@ -715,7 +715,7 @@ function Calendar_div_3_ng_container_4_div_2_span_11_Template(rf, ctx) { if (rf
715
715
  } if (rf & 2) {
716
716
  const ctx_r1 = i0.ɵɵnextContext(4);
717
717
  i0.ɵɵadvance();
718
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.nextIconTemplate);
718
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.nexticon);
719
719
  } }
720
720
  function Calendar_div_3_ng_container_4_div_2_table_12_th_3_Template(rf, ctx) { if (rf & 1) {
721
721
  i0.ɵɵelementStart(0, "th", 44)(1, "span");
@@ -778,7 +778,7 @@ function Calendar_div_3_ng_container_4_div_2_table_12_tr_6_td_2_ng_container_1_n
778
778
  const date_r16 = i0.ɵɵnextContext(2).$implicit;
779
779
  const ctx_r1 = i0.ɵɵnextContext(6);
780
780
  i0.ɵɵadvance();
781
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.disabledDateTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c22, date_r16));
781
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.disabledDate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c22, date_r16));
782
782
  } }
783
783
  function Calendar_div_3_ng_container_4_div_2_table_12_tr_6_td_2_ng_container_1_div_5_Template(rf, ctx) { if (rf & 1) {
784
784
  i0.ɵɵelementStart(0, "div", 53);
@@ -805,9 +805,9 @@ function Calendar_div_3_ng_container_4_div_2_table_12_tr_6_td_2_ng_container_1_T
805
805
  i0.ɵɵproperty("ngClass", ctx_r1.dayClass(date_r16));
806
806
  i0.ɵɵattribute("data-date", ctx_r1.formatDateKey(ctx_r1.formatDateMetaToDate(date_r16)));
807
807
  i0.ɵɵadvance();
808
- i0.ɵɵproperty("ngIf", !ctx_r1.dateTemplate && (date_r16.selectable || !ctx_r1.disabledDateTemplate));
808
+ i0.ɵɵproperty("ngIf", !ctx_r1.disabledDate && (date_r16.selectable || !ctx_r1.disabledDate));
809
809
  i0.ɵɵadvance();
810
- i0.ɵɵproperty("ngIf", date_r16.selectable || !ctx_r1.disabledDateTemplate);
810
+ i0.ɵɵproperty("ngIf", date_r16.selectable || !ctx_r1.disabledDate);
811
811
  i0.ɵɵadvance();
812
812
  i0.ɵɵproperty("ngIf", !date_r16.selectable);
813
813
  i0.ɵɵadvance();
@@ -876,9 +876,9 @@ function Calendar_div_3_ng_container_4_div_2_Template(rf, ctx) { if (rf & 1) {
876
876
  i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c21, i_r17 === 0 ? "visible" : "hidden"));
877
877
  i0.ɵɵattribute("aria-label", ctx_r1.prevIconAriaLabel);
878
878
  i0.ɵɵadvance();
879
- i0.ɵɵproperty("ngIf", !ctx_r1.previousIconTemplate);
879
+ i0.ɵɵproperty("ngIf", !ctx_r1.previousicon);
880
880
  i0.ɵɵadvance();
881
- i0.ɵɵproperty("ngIf", ctx_r1.previousIconTemplate);
881
+ i0.ɵɵproperty("ngIf", ctx_r1.previousicon);
882
882
  i0.ɵɵadvance(2);
883
883
  i0.ɵɵproperty("ngIf", ctx_r1.currentView === "date");
884
884
  i0.ɵɵadvance();
@@ -889,9 +889,9 @@ function Calendar_div_3_ng_container_4_div_2_Template(rf, ctx) { if (rf & 1) {
889
889
  i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(14, _c21, i_r17 === ctx_r1.months.length - 1 ? "visible" : "hidden"));
890
890
  i0.ɵɵattribute("aria-label", ctx_r1.nextIconAriaLabel);
891
891
  i0.ɵɵadvance();
892
- i0.ɵɵproperty("ngIf", !ctx_r1.nextIconTemplate);
892
+ i0.ɵɵproperty("ngIf", !ctx_r1.decade);
893
893
  i0.ɵɵadvance();
894
- i0.ɵɵproperty("ngIf", ctx_r1.nextIconTemplate);
894
+ i0.ɵɵproperty("ngIf", ctx_r1.nexticon);
895
895
  i0.ɵɵadvance();
896
896
  i0.ɵɵproperty("ngIf", ctx_r1.currentView === "date");
897
897
  } }
@@ -1025,7 +1025,7 @@ function Calendar_div_3_div_5_ng_container_23_Template(rf, ctx) { if (rf & 1) {
1025
1025
  } if (rf & 2) {
1026
1026
  const ctx_r1 = i0.ɵɵnextContext(3);
1027
1027
  i0.ɵɵadvance();
1028
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementIconTemplate);
1028
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
1029
1029
  } }
1030
1030
  function Calendar_div_3_div_5_div_24_Template(rf, ctx) { if (rf & 1) {
1031
1031
  i0.ɵɵelementStart(0, "div", 61)(1, "span");
@@ -1074,9 +1074,9 @@ function Calendar_div_3_div_5_div_25_Template(rf, ctx) { if (rf & 1) {
1074
1074
  i0.ɵɵadvance();
1075
1075
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("nextSecond"));
1076
1076
  i0.ɵɵadvance();
1077
- i0.ɵɵproperty("ngIf", !ctx_r1.incrementIconTemplate);
1077
+ i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
1078
1078
  i0.ɵɵadvance();
1079
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementIconTemplate);
1079
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
1080
1080
  i0.ɵɵadvance(2);
1081
1081
  i0.ɵɵproperty("ngIf", ctx_r1.currentSecond < 10);
1082
1082
  i0.ɵɵadvance();
@@ -1084,9 +1084,9 @@ function Calendar_div_3_div_5_div_25_Template(rf, ctx) { if (rf & 1) {
1084
1084
  i0.ɵɵadvance();
1085
1085
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("prevSecond"));
1086
1086
  i0.ɵɵadvance();
1087
- i0.ɵɵproperty("ngIf", !ctx_r1.decrementIconTemplate);
1087
+ i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
1088
1088
  i0.ɵɵadvance();
1089
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementIconTemplate);
1089
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
1090
1090
  } }
1091
1091
  function Calendar_div_3_div_5_div_26_Template(rf, ctx) { if (rf & 1) {
1092
1092
  i0.ɵɵelementStart(0, "div", 61)(1, "span");
@@ -1129,17 +1129,17 @@ function Calendar_div_3_div_5_div_27_Template(rf, ctx) { if (rf & 1) {
1129
1129
  i0.ɵɵadvance();
1130
1130
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("am"));
1131
1131
  i0.ɵɵadvance();
1132
- i0.ɵɵproperty("ngIf", !ctx_r1.incrementIconTemplate);
1132
+ i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
1133
1133
  i0.ɵɵadvance();
1134
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementIconTemplate);
1134
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
1135
1135
  i0.ɵɵadvance(2);
1136
1136
  i0.ɵɵtextInterpolate(ctx_r1.pm ? "PM" : "AM");
1137
1137
  i0.ɵɵadvance();
1138
1138
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("pm"));
1139
1139
  i0.ɵɵadvance();
1140
- i0.ɵɵproperty("ngIf", !ctx_r1.decrementIconTemplate);
1140
+ i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
1141
1141
  i0.ɵɵadvance();
1142
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementIconTemplate);
1142
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
1143
1143
  } }
1144
1144
  function Calendar_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
1145
1145
  const _r24 = i0.ɵɵgetCurrentView();
@@ -1177,9 +1177,9 @@ function Calendar_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
1177
1177
  i0.ɵɵadvance(2);
1178
1178
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("nextHour"));
1179
1179
  i0.ɵɵadvance();
1180
- i0.ɵɵproperty("ngIf", !ctx_r1.incrementIconTemplate);
1180
+ i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
1181
1181
  i0.ɵɵadvance();
1182
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementIconTemplate);
1182
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
1183
1183
  i0.ɵɵadvance(2);
1184
1184
  i0.ɵɵproperty("ngIf", ctx_r1.currentHour < 10);
1185
1185
  i0.ɵɵadvance();
@@ -1187,17 +1187,17 @@ function Calendar_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
1187
1187
  i0.ɵɵadvance();
1188
1188
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("prevHour"));
1189
1189
  i0.ɵɵadvance();
1190
- i0.ɵɵproperty("ngIf", !ctx_r1.decrementIconTemplate);
1190
+ i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
1191
1191
  i0.ɵɵadvance();
1192
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementIconTemplate);
1192
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
1193
1193
  i0.ɵɵadvance(3);
1194
1194
  i0.ɵɵtextInterpolate(ctx_r1.timeSeparator);
1195
1195
  i0.ɵɵadvance(2);
1196
1196
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("nextMinute"));
1197
1197
  i0.ɵɵadvance();
1198
- i0.ɵɵproperty("ngIf", !ctx_r1.incrementIconTemplate);
1198
+ i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
1199
1199
  i0.ɵɵadvance();
1200
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementIconTemplate);
1200
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
1201
1201
  i0.ɵɵadvance(2);
1202
1202
  i0.ɵɵproperty("ngIf", ctx_r1.currentMinute < 10);
1203
1203
  i0.ɵɵadvance();
@@ -1205,9 +1205,9 @@ function Calendar_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
1205
1205
  i0.ɵɵadvance();
1206
1206
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("prevMinute"));
1207
1207
  i0.ɵɵadvance();
1208
- i0.ɵɵproperty("ngIf", !ctx_r1.decrementIconTemplate);
1208
+ i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
1209
1209
  i0.ɵɵadvance();
1210
- i0.ɵɵproperty("ngIf", ctx_r1.decrementIconTemplate);
1210
+ i0.ɵɵproperty("ngIf", ctx_r1.decrementicon);
1211
1211
  i0.ɵɵadvance();
1212
1212
  i0.ɵɵproperty("ngIf", ctx_r1.showSeconds);
1213
1213
  i0.ɵɵadvance();
@@ -1250,7 +1250,7 @@ function Calendar_div_3_Template(rf, ctx) { if (rf & 1) {
1250
1250
  i0.ɵɵproperty("ngStyle", ctx_r1.panelStyle)("ngClass", ctx_r1.panelClass)("@overlayAnimation", i0.ɵɵpureFunction1(18, _c20, i0.ɵɵpureFunction2(15, _c19, ctx_r1.showTransitionOptions, ctx_r1.hideTransitionOptions)))("@.disabled", ctx_r1.inline === true);
1251
1251
  i0.ɵɵattribute("id", ctx_r1.panelId)("aria-label", ctx_r1.getTranslation("chooseDate"))("role", ctx_r1.inline ? null : "dialog")("aria-modal", ctx_r1.inline ? null : "true");
1252
1252
  i0.ɵɵadvance(3);
1253
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.headerTemplate);
1253
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.header);
1254
1254
  i0.ɵɵadvance();
1255
1255
  i0.ɵɵproperty("ngIf", !ctx_r1.timeOnly);
1256
1256
  i0.ɵɵadvance();
@@ -1258,7 +1258,7 @@ function Calendar_div_3_Template(rf, ctx) { if (rf & 1) {
1258
1258
  i0.ɵɵadvance();
1259
1259
  i0.ɵɵproperty("ngIf", ctx_r1.showButtonBar);
1260
1260
  i0.ɵɵadvance(2);
1261
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.footerTemplate);
1261
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.footer);
1262
1262
  } }
1263
1263
  const CALENDAR_VALUE_ACCESSOR = {
1264
1264
  provide: NG_VALUE_ACCESSOR,
@@ -1787,57 +1787,57 @@ class Calendar extends BaseComponent {
1787
1787
  * Custom template for header section.
1788
1788
  * @group Templates
1789
1789
  */
1790
- headerTemplate;
1790
+ header;
1791
1791
  /**
1792
1792
  * Custom template for footer section.
1793
1793
  * @group Templates
1794
1794
  */
1795
- footerTemplate;
1795
+ footer;
1796
1796
  /**
1797
1797
  * Custom template for disabled date cells.
1798
1798
  * @group Templates
1799
1799
  */
1800
- disabledDateTemplate;
1800
+ disabledDate;
1801
1801
  /**
1802
1802
  * Custom template for decade view.
1803
1803
  * @group Templates
1804
1804
  */
1805
- decadeTemplate;
1805
+ decade;
1806
1806
  /**
1807
1807
  * Custom template for previous month icon.
1808
1808
  * @group Templates
1809
1809
  */
1810
- previousIconTemplate;
1810
+ previousicon;
1811
1811
  /**
1812
1812
  * Custom template for next month icon.
1813
1813
  * @group Templates
1814
1814
  */
1815
- nextIconTemplate;
1815
+ nexticon;
1816
1816
  /**
1817
1817
  * Custom template for trigger icon.
1818
1818
  * @group Templates
1819
1819
  */
1820
- triggerIconTemplate;
1820
+ triggericon;
1821
1821
  /**
1822
1822
  * Custom template for clear icon.
1823
1823
  * @group Templates
1824
1824
  */
1825
- clearIconTemplate;
1825
+ clearicon;
1826
1826
  /**
1827
1827
  * Custom template for decrement icon.
1828
1828
  * @group Templates
1829
1829
  */
1830
- decrementIconTemplate;
1830
+ decrementicon;
1831
1831
  /**
1832
1832
  * Custom template for increment icon.
1833
1833
  * @group Templates
1834
1834
  */
1835
- incrementIconTemplate;
1835
+ incrementicon;
1836
1836
  /**
1837
1837
  * Custom template for input icon.
1838
1838
  * @group Templates
1839
1839
  */
1840
- inputIconTemplate;
1840
+ inputicon;
1841
1841
  containerViewChild;
1842
1842
  inputfieldViewChild;
1843
1843
  set content(content) {
@@ -3650,7 +3650,7 @@ class Calendar extends BaseComponent {
3650
3650
  if (this.appendTo === 'body')
3651
3651
  this.document.body.appendChild(this.overlay);
3652
3652
  else
3653
- appendChild(this.overlay, this.appendTo);
3653
+ appendChild(this.appendTo, this.overlay);
3654
3654
  }
3655
3655
  }
3656
3656
  restoreOverlayAppend() {
@@ -4217,17 +4217,17 @@ class Calendar extends BaseComponent {
4217
4217
  } if (rf & 2) {
4218
4218
  let _t;
4219
4219
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dateTemplate = _t.first);
4220
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.headerTemplate = _t.first);
4221
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.footerTemplate = _t.first);
4222
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.disabledDateTemplate = _t.first);
4223
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.decadeTemplate = _t.first);
4224
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.previousIconTemplate = _t.first);
4225
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.nextIconTemplate = _t.first);
4226
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.triggerIconTemplate = _t.first);
4227
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.clearIconTemplate = _t.first);
4228
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.decrementIconTemplate = _t.first);
4229
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.incrementIconTemplate = _t.first);
4230
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputIconTemplate = _t.first);
4220
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.header = _t.first);
4221
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.footer = _t.first);
4222
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.disabledDate = _t.first);
4223
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.decade = _t.first);
4224
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.previousicon = _t.first);
4225
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.nexticon = _t.first);
4226
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.triggericon = _t.first);
4227
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.clearicon = _t.first);
4228
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.decrementicon = _t.first);
4229
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.incrementicon = _t.first);
4230
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputicon = _t.first);
4231
4231
  } }, viewQuery: function Calendar_Query(rf, ctx) { if (rf & 1) {
4232
4232
  i0.ɵɵviewQuery(_c12, 5);
4233
4233
  i0.ɵɵviewQuery(_c13, 5);
@@ -4237,10 +4237,10 @@ class Calendar extends BaseComponent {
4237
4237
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.containerViewChild = _t.first);
4238
4238
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputfieldViewChild = _t.first);
4239
4239
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
4240
- } }, inputs: { iconDisplay: "iconDisplay", style: "style", styleClass: "styleClass", inputStyle: "inputStyle", inputId: "inputId", name: "name", inputStyleClass: "inputStyleClass", placeholder: "placeholder", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", iconAriaLabel: "iconAriaLabel", disabled: [2, "disabled", "disabled", booleanAttribute], dateFormat: "dateFormat", multipleSeparator: "multipleSeparator", rangeSeparator: "rangeSeparator", inline: [2, "inline", "inline", booleanAttribute], showOtherMonths: [2, "showOtherMonths", "showOtherMonths", booleanAttribute], selectOtherMonths: [2, "selectOtherMonths", "selectOtherMonths", booleanAttribute], showIcon: [2, "showIcon", "showIcon", booleanAttribute], fluid: [2, "fluid", "fluid", booleanAttribute], icon: "icon", appendTo: "appendTo", readonlyInput: [2, "readonlyInput", "readonlyInput", booleanAttribute], shortYearCutoff: "shortYearCutoff", monthNavigator: [2, "monthNavigator", "monthNavigator", booleanAttribute], yearNavigator: [2, "yearNavigator", "yearNavigator", booleanAttribute], hourFormat: "hourFormat", timeOnly: [2, "timeOnly", "timeOnly", booleanAttribute], stepHour: [2, "stepHour", "stepHour", numberAttribute], stepMinute: [2, "stepMinute", "stepMinute", numberAttribute], stepSecond: [2, "stepSecond", "stepSecond", numberAttribute], showSeconds: [2, "showSeconds", "showSeconds", booleanAttribute], required: [2, "required", "required", booleanAttribute], showOnFocus: [2, "showOnFocus", "showOnFocus", booleanAttribute], showWeek: [2, "showWeek", "showWeek", booleanAttribute], startWeekFromFirstDayOfYear: "startWeekFromFirstDayOfYear", showClear: [2, "showClear", "showClear", booleanAttribute], dataType: "dataType", selectionMode: "selectionMode", maxDateCount: [2, "maxDateCount", "maxDateCount", numberAttribute], showButtonBar: [2, "showButtonBar", "showButtonBar", booleanAttribute], todayButtonStyleClass: "todayButtonStyleClass", clearButtonStyleClass: "clearButtonStyleClass", autofocus: [2, "autofocus", "autofocus", booleanAttribute], autoZIndex: [2, "autoZIndex", "autoZIndex", booleanAttribute], baseZIndex: [2, "baseZIndex", "baseZIndex", numberAttribute], panelStyleClass: "panelStyleClass", panelStyle: "panelStyle", keepInvalid: [2, "keepInvalid", "keepInvalid", booleanAttribute], hideOnDateTimeSelect: [2, "hideOnDateTimeSelect", "hideOnDateTimeSelect", booleanAttribute], touchUI: [2, "touchUI", "touchUI", booleanAttribute], timeSeparator: "timeSeparator", focusTrap: [2, "focusTrap", "focusTrap", booleanAttribute], showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", tabindex: [2, "tabindex", "tabindex", numberAttribute], variant: "variant", minDate: "minDate", maxDate: "maxDate", disabledDates: "disabledDates", disabledDays: "disabledDays", yearRange: "yearRange", showTime: "showTime", responsiveOptions: "responsiveOptions", numberOfMonths: "numberOfMonths", firstDayOfWeek: "firstDayOfWeek", locale: "locale", view: "view", defaultDate: "defaultDate" }, outputs: { onFocus: "onFocus", onBlur: "onBlur", onClose: "onClose", onSelect: "onSelect", onClear: "onClear", onInput: "onInput", onTodayClick: "onTodayClick", onClearClick: "onClearClick", onMonthChange: "onMonthChange", onYearChange: "onYearChange", onClickOutside: "onClickOutside", onShow: "onShow" }, standalone: true, features: [i0.ɵɵProvidersFeature([CALENDAR_VALUE_ACCESSOR, CalendarStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c16, decls: 4, vars: 6, consts: [["container", ""], ["inputfield", ""], ["contentWrapper", ""], [3, "ngClass", "ngStyle"], [3, "ngIf"], [3, "class", "ngStyle", "ngClass", "click", 4, "ngIf"], ["pInputText", "", "type", "text", "role", "combobox", "aria-autocomplete", "none", "aria-haspopup", "dialog", "ngClass", "p-datepicker-input", "autocomplete", "off", 3, "focus", "keydown", "click", "blur", "input", "value", "readonly", "ngStyle", "placeholder", "disabled", "pAutoFocus", "variant", "fluid"], [4, "ngIf"], ["type", "button", "aria-haspopup", "dialog", "class", "p-datepicker-dropdown", "tabindex", "0", 3, "disabled", "click", 4, "ngIf"], [3, "class", "click", 4, "ngIf"], ["class", "p-datepicker-clear-icon", 3, "click", 4, "ngIf"], [3, "click"], [1, "p-datepicker-clear-icon", 3, "click"], [4, "ngTemplateOutlet"], ["type", "button", "aria-haspopup", "dialog", "tabindex", "0", 1, "p-datepicker-dropdown", 3, "click", "disabled"], [3, "ngClass", 4, "ngIf"], [3, "ngClass"], [1, "p-datepicker-input-icon-container"], [3, "ngClass", "click", 4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "click", "ngClass"], [3, "click", "ngStyle", "ngClass"], ["class", "p-datepicker-time-picker", 4, "ngIf"], ["class", "p-datepicker-buttonbar", 4, "ngIf"], [1, "p-datepicker-calendar-container"], ["class", "p-datepicker-calendar", 4, "ngFor", "ngForOf"], ["class", "p-datepicker-month-view", 4, "ngIf"], ["class", "p-datepicker-year-view", 4, "ngIf"], [1, "p-datepicker-calendar"], [1, "p-datepicker-header"], ["size", "small", "rounded", "", "text", "", "styleClass", "p-datepicker-prev-button p-button-icon-only", "type", "button", 3, "keydown", "onClick", "ngStyle"], [1, "p-datepicker-title"], ["type", "button", "class", "p-datepicker-select-month", "pRipple", "", 3, "disabled", "click", "keydown", 4, "ngIf"], ["type", "button", "class", "p-datepicker-select-year", "pRipple", "", 3, "disabled", "click", "keydown", 4, "ngIf"], ["class", "p-datepicker-decade", 4, "ngIf"], ["rounded", "", "text", "", "size", "small", "styleClass", "p-datepicker-next-button p-button-icon-only", 3, "keydown", "onClick", "ngStyle"], ["class", "p-datepicker-day-view", "role", "grid", 4, "ngIf"], ["type", "button", "pRipple", "", 1, "p-datepicker-select-month", 3, "click", "keydown", "disabled"], ["type", "button", "pRipple", "", 1, "p-datepicker-select-year", 3, "click", "keydown", "disabled"], [1, "p-datepicker-decade"], ["role", "grid", 1, "p-datepicker-day-view"], ["class", "p-datepicker-weekheader p-disabled", 4, "ngIf"], ["class", "p-datepicker-weekday-cell", "scope", "col", 4, "ngFor", "ngForOf"], [4, "ngFor", "ngForOf"], [1, "p-datepicker-weekheader", "p-disabled"], ["scope", "col", 1, "p-datepicker-weekday-cell"], [1, "p-datepicker-weekday"], ["class", "p-datepicker-weeknumber", 4, "ngIf"], [3, "ngClass", 4, "ngFor", "ngForOf"], [1, "p-datepicker-weeknumber"], [1, "p-datepicker-weeklabel-container", "p-disabled"], ["draggable", "false", "pRipple", "", 3, "click", "keydown", "ngClass"], ["class", "p-hidden-accessible", "aria-live", "polite", 4, "ngIf"], ["aria-live", "polite", 1, "p-hidden-accessible"], [1, "p-datepicker-month-view"], ["pRipple", "", 3, "ngClass", "click", "keydown", 4, "ngFor", "ngForOf"], ["pRipple", "", 3, "click", "keydown", "ngClass"], [1, "p-datepicker-year-view"], [1, "p-datepicker-time-picker"], [1, "p-datepicker-hour-picker"], ["rounded", "", "text", "", "size", "small", "styleClass", "p-datepicker-increment-button p-button-icon-only", 3, "keydown", "keydown.enter", "keydown.space", "mousedown", "mouseup", "keyup.enter", "keyup.space", "mouseleave"], [1, "p-datepicker-separator"], [1, "p-datepicker-minute-picker"], ["class", "p-datepicker-separator", 4, "ngIf"], ["class", "p-datepicker-second-picker", 4, "ngIf"], ["class", "p-datepicker-ampm-picker", 4, "ngIf"], [1, "p-datepicker-second-picker"], [1, "p-datepicker-ampm-picker"], ["size", "small", "text", "", "rounded", "", "styleClass", "p-datepicker-increment-button p-button-icon-only", 3, "keydown", "onClick", "keydown.enter"], ["size", "small", "text", "", "rounded", "", "styleClass", "p-datepicker-increment-button p-button-icon-only", 3, "keydown", "click", "keydown.enter"], [1, "p-datepicker-buttonbar"], ["size", "small", "styleClass", "p-datepicker-today-button", 3, "keydown", "onClick", "label", "ngClass"], ["size", "small", "styleClass", "p-datepicker-clear-button", 3, "keydown", "onClick", "label", "ngClass"]], template: function Calendar_Template(rf, ctx) { if (rf & 1) {
4240
+ } }, inputs: { iconDisplay: "iconDisplay", style: "style", styleClass: "styleClass", inputStyle: "inputStyle", inputId: "inputId", name: "name", inputStyleClass: "inputStyleClass", placeholder: "placeholder", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", iconAriaLabel: "iconAriaLabel", disabled: [2, "disabled", "disabled", booleanAttribute], dateFormat: "dateFormat", multipleSeparator: "multipleSeparator", rangeSeparator: "rangeSeparator", inline: [2, "inline", "inline", booleanAttribute], showOtherMonths: [2, "showOtherMonths", "showOtherMonths", booleanAttribute], selectOtherMonths: [2, "selectOtherMonths", "selectOtherMonths", booleanAttribute], showIcon: [2, "showIcon", "showIcon", booleanAttribute], fluid: [2, "fluid", "fluid", booleanAttribute], icon: "icon", appendTo: "appendTo", readonlyInput: [2, "readonlyInput", "readonlyInput", booleanAttribute], shortYearCutoff: "shortYearCutoff", monthNavigator: [2, "monthNavigator", "monthNavigator", booleanAttribute], yearNavigator: [2, "yearNavigator", "yearNavigator", booleanAttribute], hourFormat: "hourFormat", timeOnly: [2, "timeOnly", "timeOnly", booleanAttribute], stepHour: [2, "stepHour", "stepHour", numberAttribute], stepMinute: [2, "stepMinute", "stepMinute", numberAttribute], stepSecond: [2, "stepSecond", "stepSecond", numberAttribute], showSeconds: [2, "showSeconds", "showSeconds", booleanAttribute], required: [2, "required", "required", booleanAttribute], showOnFocus: [2, "showOnFocus", "showOnFocus", booleanAttribute], showWeek: [2, "showWeek", "showWeek", booleanAttribute], startWeekFromFirstDayOfYear: "startWeekFromFirstDayOfYear", showClear: [2, "showClear", "showClear", booleanAttribute], dataType: "dataType", selectionMode: "selectionMode", maxDateCount: [2, "maxDateCount", "maxDateCount", numberAttribute], showButtonBar: [2, "showButtonBar", "showButtonBar", booleanAttribute], todayButtonStyleClass: "todayButtonStyleClass", clearButtonStyleClass: "clearButtonStyleClass", autofocus: [2, "autofocus", "autofocus", booleanAttribute], autoZIndex: [2, "autoZIndex", "autoZIndex", booleanAttribute], baseZIndex: [2, "baseZIndex", "baseZIndex", numberAttribute], panelStyleClass: "panelStyleClass", panelStyle: "panelStyle", keepInvalid: [2, "keepInvalid", "keepInvalid", booleanAttribute], hideOnDateTimeSelect: [2, "hideOnDateTimeSelect", "hideOnDateTimeSelect", booleanAttribute], touchUI: [2, "touchUI", "touchUI", booleanAttribute], timeSeparator: "timeSeparator", focusTrap: [2, "focusTrap", "focusTrap", booleanAttribute], showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", tabindex: [2, "tabindex", "tabindex", numberAttribute], variant: "variant", minDate: "minDate", maxDate: "maxDate", disabledDates: "disabledDates", disabledDays: "disabledDays", yearRange: "yearRange", showTime: "showTime", responsiveOptions: "responsiveOptions", numberOfMonths: "numberOfMonths", firstDayOfWeek: "firstDayOfWeek", locale: "locale", view: "view", defaultDate: "defaultDate" }, outputs: { onFocus: "onFocus", onBlur: "onBlur", onClose: "onClose", onSelect: "onSelect", onClear: "onClear", onInput: "onInput", onTodayClick: "onTodayClick", onClearClick: "onClearClick", onMonthChange: "onMonthChange", onYearChange: "onYearChange", onClickOutside: "onClickOutside", onShow: "onShow" }, standalone: true, features: [i0.ɵɵProvidersFeature([CALENDAR_VALUE_ACCESSOR, CalendarStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c16, decls: 4, vars: 6, consts: [["container", ""], ["inputfield", ""], ["contentWrapper", ""], [3, "ngClass", "ngStyle"], [3, "ngIf"], [3, "class", "ngStyle", "ngClass", "click", 4, "ngIf"], ["pInputText", "", "type", "text", "role", "combobox", "aria-autocomplete", "none", "aria-haspopup", "dialog", "autocomplete", "off", 3, "focus", "keydown", "click", "blur", "input", "value", "readonly", "ngStyle", "ngClass", "placeholder", "disabled", "pAutoFocus", "variant", "fluid"], [4, "ngIf"], ["type", "button", "aria-haspopup", "dialog", "class", "p-datepicker-dropdown", "tabindex", "0", 3, "disabled", "click", 4, "ngIf"], [3, "class", "click", 4, "ngIf"], ["class", "p-datepicker-clear-icon", 3, "click", 4, "ngIf"], [3, "click"], [1, "p-datepicker-clear-icon", 3, "click"], [4, "ngTemplateOutlet"], ["type", "button", "aria-haspopup", "dialog", "tabindex", "0", 1, "p-datepicker-dropdown", 3, "click", "disabled"], [3, "ngClass", 4, "ngIf"], [3, "ngClass"], [1, "p-datepicker-input-icon-container"], [3, "ngClass", "click", 4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "click", "ngClass"], [3, "click", "ngStyle", "ngClass"], ["class", "p-datepicker-time-picker", 4, "ngIf"], ["class", "p-datepicker-buttonbar", 4, "ngIf"], [1, "p-datepicker-calendar-container"], ["class", "p-datepicker-calendar", 4, "ngFor", "ngForOf"], ["class", "p-datepicker-month-view", 4, "ngIf"], ["class", "p-datepicker-year-view", 4, "ngIf"], [1, "p-datepicker-calendar"], [1, "p-datepicker-header"], ["size", "small", "rounded", "", "text", "", "styleClass", "p-datepicker-prev-button p-button-icon-only", "type", "button", 3, "keydown", "onClick", "ngStyle"], [1, "p-datepicker-title"], ["type", "button", "class", "p-datepicker-select-month", "pRipple", "", 3, "disabled", "click", "keydown", 4, "ngIf"], ["type", "button", "class", "p-datepicker-select-year", "pRipple", "", 3, "disabled", "click", "keydown", 4, "ngIf"], ["class", "p-datepicker-decade", 4, "ngIf"], ["rounded", "", "text", "", "size", "small", "styleClass", "p-datepicker-next-button p-button-icon-only", 3, "keydown", "onClick", "ngStyle"], ["class", "p-datepicker-day-view", "role", "grid", 4, "ngIf"], ["type", "button", "pRipple", "", 1, "p-datepicker-select-month", 3, "click", "keydown", "disabled"], ["type", "button", "pRipple", "", 1, "p-datepicker-select-year", 3, "click", "keydown", "disabled"], [1, "p-datepicker-decade"], ["role", "grid", 1, "p-datepicker-day-view"], ["class", "p-datepicker-weekheader p-disabled", 4, "ngIf"], ["class", "p-datepicker-weekday-cell", "scope", "col", 4, "ngFor", "ngForOf"], [4, "ngFor", "ngForOf"], [1, "p-datepicker-weekheader", "p-disabled"], ["scope", "col", 1, "p-datepicker-weekday-cell"], [1, "p-datepicker-weekday"], ["class", "p-datepicker-weeknumber", 4, "ngIf"], [3, "ngClass", 4, "ngFor", "ngForOf"], [1, "p-datepicker-weeknumber"], [1, "p-datepicker-weeklabel-container", "p-disabled"], ["draggable", "false", "pRipple", "", 3, "click", "keydown", "ngClass"], ["class", "p-hidden-accessible", "aria-live", "polite", 4, "ngIf"], ["aria-live", "polite", 1, "p-hidden-accessible"], [1, "p-datepicker-month-view"], ["pRipple", "", 3, "ngClass", "click", "keydown", 4, "ngFor", "ngForOf"], ["pRipple", "", 3, "click", "keydown", "ngClass"], [1, "p-datepicker-year-view"], [1, "p-datepicker-time-picker"], [1, "p-datepicker-hour-picker"], ["rounded", "", "text", "", "size", "small", "styleClass", "p-datepicker-increment-button p-button-icon-only", 3, "keydown", "keydown.enter", "keydown.space", "mousedown", "mouseup", "keyup.enter", "keyup.space", "mouseleave"], [1, "p-datepicker-separator"], [1, "p-datepicker-minute-picker"], ["class", "p-datepicker-separator", 4, "ngIf"], ["class", "p-datepicker-second-picker", 4, "ngIf"], ["class", "p-datepicker-ampm-picker", 4, "ngIf"], [1, "p-datepicker-second-picker"], [1, "p-datepicker-ampm-picker"], ["size", "small", "text", "", "rounded", "", "styleClass", "p-datepicker-increment-button p-button-icon-only", 3, "keydown", "onClick", "keydown.enter"], ["size", "small", "text", "", "rounded", "", "styleClass", "p-datepicker-increment-button p-button-icon-only", 3, "keydown", "click", "keydown.enter"], [1, "p-datepicker-buttonbar"], ["size", "small", "styleClass", "p-datepicker-today-button", 3, "keydown", "onClick", "label", "ngClass"], ["size", "small", "styleClass", "p-datepicker-clear-button", 3, "keydown", "onClick", "label", "ngClass"]], template: function Calendar_Template(rf, ctx) { if (rf & 1) {
4241
4241
  i0.ɵɵprojectionDef(_c15);
4242
4242
  i0.ɵɵelementStart(0, "span", 3, 0);
4243
- i0.ɵɵtemplate(2, Calendar_ng_template_2_Template, 5, 23, "ng-template", 4)(3, Calendar_div_3_Template, 9, 20, "div", 5);
4243
+ i0.ɵɵtemplate(2, Calendar_ng_template_2_Template, 5, 24, "ng-template", 4)(3, Calendar_div_3_Template, 9, 20, "div", 5);
4244
4244
  i0.ɵɵelementEnd();
4245
4245
  } if (rf & 2) {
4246
4246
  i0.ɵɵclassMap(ctx.styleClass);
@@ -4300,7 +4300,7 @@ class Calendar extends BaseComponent {
4300
4300
  (input)="onUserInput($event)"
4301
4301
  [ngStyle]="inputStyle"
4302
4302
  [class]="inputStyleClass"
4303
- ngClass="p-datepicker-input"
4303
+ [ngClass]="'p-datepicker-input'"
4304
4304
  [placeholder]="placeholder || ''"
4305
4305
  [disabled]="disabled"
4306
4306
  [attr.tabindex]="tabindex"
@@ -4311,9 +4311,9 @@ class Calendar extends BaseComponent {
4311
4311
  [fluid]="hasFluid"
4312
4312
  />
4313
4313
  <ng-container *ngIf="showClear && !disabled && value != null">
4314
- <TimesIcon *ngIf="!clearIconTemplate" [class]="'p-datepicker-clear-icon'" (click)="clear()" />
4315
- <span *ngIf="clearIconTemplate" class="p-datepicker-clear-icon" (click)="clear()">
4316
- <ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
4314
+ <TimesIcon *ngIf="!clearicon" [class]="'p-datepicker-clear-icon'" (click)="clear()" />
4315
+ <span *ngIf="clearicon" class="p-datepicker-clear-icon" (click)="clear()">
4316
+ <ng-template *ngTemplateOutlet="clearicon"></ng-template>
4317
4317
  </span>
4318
4318
  </ng-container>
4319
4319
  <button
@@ -4330,21 +4330,21 @@ class Calendar extends BaseComponent {
4330
4330
  >
4331
4331
  <span *ngIf="icon" [ngClass]="icon"></span>
4332
4332
  <ng-container *ngIf="!icon">
4333
- <CalendarIcon *ngIf="!triggerIconTemplate" />
4334
- <ng-template *ngTemplateOutlet="triggerIconTemplate"></ng-template>
4333
+ <CalendarIcon *ngIf="!triggericon" />
4334
+ <ng-template *ngTemplateOutlet="triggericon"></ng-template>
4335
4335
  </ng-container>
4336
4336
  </button>
4337
4337
  <ng-container *ngIf="iconDisplay === 'input' && showIcon">
4338
4338
  <span class="p-datepicker-input-icon-container">
4339
4339
  <CalendarIcon
4340
4340
  (click)="onButtonClick($event)"
4341
- *ngIf="!inputIconTemplate"
4341
+ *ngIf="!inputicon"
4342
4342
  [ngClass]="{
4343
4343
  'p-datepicker-input-icon': showOnFocus
4344
4344
  }"
4345
4345
  />
4346
4346
 
4347
- <ng-container *ngTemplateOutlet="inputIconTemplate; context: { clickCallBack: onButtonClick.bind(this) }"></ng-container>
4347
+ <ng-container *ngTemplateOutlet="inputicon; context: { clickCallBack: onButtonClick.bind(this) }"></ng-container>
4348
4348
  </span>
4349
4349
  </ng-container>
4350
4350
  </ng-template>
@@ -4368,7 +4368,7 @@ class Calendar extends BaseComponent {
4368
4368
  *ngIf="inline || overlayVisible"
4369
4369
  >
4370
4370
  <ng-content select="p-header"></ng-content>
4371
- <ng-container *ngTemplateOutlet="headerTemplate"></ng-container>
4371
+ <ng-container *ngTemplateOutlet="header"></ng-container>
4372
4372
  <ng-container *ngIf="!timeOnly">
4373
4373
  <div class="p-datepicker-calendar-container">
4374
4374
  <div class="p-datepicker-calendar" *ngFor="let month of months; let i = index">
@@ -4384,9 +4384,9 @@ class Calendar extends BaseComponent {
4384
4384
  type="button"
4385
4385
  [attr.aria-label]="prevIconAriaLabel"
4386
4386
  >
4387
- <ChevronLeftIcon *ngIf="!previousIconTemplate" />
4388
- <span *ngIf="previousIconTemplate">
4389
- <ng-template *ngTemplateOutlet="previousIconTemplate"></ng-template>
4387
+ <ChevronLeftIcon *ngIf="!previousicon" />
4388
+ <span *ngIf="previousicon">
4389
+ <ng-template *ngTemplateOutlet="previousicon"></ng-template>
4390
4390
  </span>
4391
4391
  </p-button>
4392
4392
  <div class="p-datepicker-title">
@@ -4415,8 +4415,8 @@ class Calendar extends BaseComponent {
4415
4415
  {{ getYear(month) }}
4416
4416
  </button>
4417
4417
  <span class="p-datepicker-decade" *ngIf="currentView === 'year'">
4418
- <ng-container *ngIf="!decadeTemplate">{{ yearPickerValues()[0] }} - {{ yearPickerValues()[yearPickerValues().length - 1] }}</ng-container>
4419
- <ng-container *ngTemplateOutlet="decadeTemplate; context: { $implicit: yearPickerValues }"></ng-container>
4418
+ <ng-container *ngIf="!decade">{{ yearPickerValues()[0] }} - {{ yearPickerValues()[yearPickerValues().length - 1] }}</ng-container>
4419
+ <ng-container *ngTemplateOutlet="decade; context: { $implicit: yearPickerValues }"></ng-container>
4420
4420
  </span>
4421
4421
  </div>
4422
4422
  <p-button
@@ -4429,10 +4429,10 @@ class Calendar extends BaseComponent {
4429
4429
  [ngStyle]="{ visibility: i === months.length - 1 ? 'visible' : 'hidden' }"
4430
4430
  [attr.aria-label]="nextIconAriaLabel"
4431
4431
  >
4432
- <ChevronRightIcon *ngIf="!nextIconTemplate" />
4432
+ <ChevronRightIcon *ngIf="!decade" />
4433
4433
 
4434
- <span *ngIf="nextIconTemplate">
4435
- <ng-template *ngTemplateOutlet="nextIconTemplate"></ng-template>
4434
+ <span *ngIf="nexticon">
4435
+ <ng-template *ngTemplateOutlet="nexticon"></ng-template>
4436
4436
  </span>
4437
4437
  </p-button>
4438
4438
  </div>
@@ -4472,12 +4472,12 @@ class Calendar extends BaseComponent {
4472
4472
  (keydown)="onDateCellKeydown($event, date, i)"
4473
4473
  pRipple
4474
4474
  >
4475
- <ng-container *ngIf="!dateTemplate && (date.selectable || !disabledDateTemplate)">{{ date.day }}</ng-container>
4476
- <ng-container *ngIf="date.selectable || !disabledDateTemplate">
4475
+ <ng-container *ngIf="!disabledDate && (date.selectable || !disabledDate)">{{ date.day }}</ng-container>
4476
+ <ng-container *ngIf="date.selectable || !disabledDate">
4477
4477
  <ng-container *ngTemplateOutlet="dateTemplate; context: { $implicit: date }"></ng-container>
4478
4478
  </ng-container>
4479
4479
  <ng-container *ngIf="!date.selectable">
4480
- <ng-container *ngTemplateOutlet="disabledDateTemplate; context: { $implicit: date }"></ng-container>
4480
+ <ng-container *ngTemplateOutlet="disabledDate; context: { $implicit: date }"></ng-container>
4481
4481
  </ng-container>
4482
4482
  </span>
4483
4483
  <div *ngIf="isSelected(date)" class="p-hidden-accessible" aria-live="polite">
@@ -4544,9 +4544,9 @@ class Calendar extends BaseComponent {
4544
4544
  (mouseleave)="onTimePickerElementMouseLeave()"
4545
4545
  [attr.aria-label]="getTranslation('nextHour')"
4546
4546
  >
4547
- <ChevronUpIcon *ngIf="!incrementIconTemplate" />
4547
+ <ChevronUpIcon *ngIf="!incrementicon" />
4548
4548
 
4549
- <ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
4549
+ <ng-template *ngTemplateOutlet="incrementicon"></ng-template>
4550
4550
  </p-button>
4551
4551
  <span><ng-container *ngIf="currentHour < 10">0</ng-container>{{ currentHour }}</span>
4552
4552
  <p-button
@@ -4564,9 +4564,9 @@ class Calendar extends BaseComponent {
4564
4564
  (mouseleave)="onTimePickerElementMouseLeave()"
4565
4565
  [attr.aria-label]="getTranslation('prevHour')"
4566
4566
  >
4567
- <ChevronDownIcon *ngIf="!decrementIconTemplate" />
4567
+ <ChevronDownIcon *ngIf="!decrementicon" />
4568
4568
 
4569
- <ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
4569
+ <ng-template *ngTemplateOutlet="decrementicon"></ng-template>
4570
4570
  </p-button>
4571
4571
  </div>
4572
4572
  <div class="p-datepicker-separator">
@@ -4588,9 +4588,9 @@ class Calendar extends BaseComponent {
4588
4588
  (mouseleave)="onTimePickerElementMouseLeave()"
4589
4589
  [attr.aria-label]="getTranslation('nextMinute')"
4590
4590
  >
4591
- <ChevronUpIcon *ngIf="!incrementIconTemplate" />
4591
+ <ChevronUpIcon *ngIf="!incrementicon" />
4592
4592
 
4593
- <ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
4593
+ <ng-template *ngTemplateOutlet="incrementicon"></ng-template>
4594
4594
  </p-button>
4595
4595
  <span><ng-container *ngIf="currentMinute < 10">0</ng-container>{{ currentMinute }}</span>
4596
4596
  <p-button
@@ -4608,9 +4608,9 @@ class Calendar extends BaseComponent {
4608
4608
  (mouseleave)="onTimePickerElementMouseLeave()"
4609
4609
  [attr.aria-label]="getTranslation('prevMinute')"
4610
4610
  >
4611
- <ChevronDownIcon *ngIf="!decrementIconTemplate" />
4612
- <ng-container *ngIf="decrementIconTemplate">
4613
- <ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
4611
+ <ChevronDownIcon *ngIf="!decrementicon" />
4612
+ <ng-container *ngIf="decrementicon">
4613
+ <ng-template *ngTemplateOutlet="decrementicon"></ng-template>
4614
4614
  </ng-container>
4615
4615
  </p-button>
4616
4616
  </div>
@@ -4633,9 +4633,9 @@ class Calendar extends BaseComponent {
4633
4633
  (mouseleave)="onTimePickerElementMouseLeave()"
4634
4634
  [attr.aria-label]="getTranslation('nextSecond')"
4635
4635
  >
4636
- <ChevronUpIcon *ngIf="!incrementIconTemplate" />
4636
+ <ChevronUpIcon *ngIf="!incrementicon" />
4637
4637
 
4638
- <ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
4638
+ <ng-template *ngTemplateOutlet="incrementicon"></ng-template>
4639
4639
  </p-button>
4640
4640
  <span><ng-container *ngIf="currentSecond < 10">0</ng-container>{{ currentSecond }}</span>
4641
4641
  <p-button
@@ -4653,9 +4653,9 @@ class Calendar extends BaseComponent {
4653
4653
  (mouseleave)="onTimePickerElementMouseLeave()"
4654
4654
  [attr.aria-label]="getTranslation('prevSecond')"
4655
4655
  >
4656
- <ChevronDownIcon *ngIf="!decrementIconTemplate" />
4656
+ <ChevronDownIcon *ngIf="!decrementicon" />
4657
4657
 
4658
- <ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
4658
+ <ng-template *ngTemplateOutlet="decrementicon"></ng-template>
4659
4659
  </p-button>
4660
4660
  </div>
4661
4661
  <div class="p-datepicker-separator" *ngIf="hourFormat == '12'">
@@ -4672,8 +4672,8 @@ class Calendar extends BaseComponent {
4672
4672
  (keydown.enter)="toggleAMPM($event)"
4673
4673
  [attr.aria-label]="getTranslation('am')"
4674
4674
  >
4675
- <ChevronUpIcon *ngIf="!incrementIconTemplate" />
4676
- <ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
4675
+ <ChevronUpIcon *ngIf="!incrementicon" />
4676
+ <ng-template *ngTemplateOutlet="incrementicon"></ng-template>
4677
4677
  </p-button>
4678
4678
  <span>{{ pm ? 'PM' : 'AM' }}</span>
4679
4679
  <p-button
@@ -4686,8 +4686,8 @@ class Calendar extends BaseComponent {
4686
4686
  (keydown.enter)="toggleAMPM($event)"
4687
4687
  [attr.aria-label]="getTranslation('pm')"
4688
4688
  >
4689
- <ChevronDownIcon *ngIf="!decrementIconTemplate" />
4690
- <ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
4689
+ <ChevronDownIcon *ngIf="!decrementicon" />
4690
+ <ng-template *ngTemplateOutlet="decrementicon"></ng-template>
4691
4691
  </p-button>
4692
4692
  </div>
4693
4693
  </div>
@@ -4696,7 +4696,7 @@ class Calendar extends BaseComponent {
4696
4696
  <p-button size="small" styleClass="p-datepicker-clear-button" [label]="getTranslation('clear')" (keydown)="onContainerButtonKeydown($event)" (onClick)="onClearButtonClick($event)" [ngClass]="[clearButtonStyleClass]" />
4697
4697
  </div>
4698
4698
  <ng-content select="p-footer"></ng-content>
4699
- <ng-container *ngTemplateOutlet="footerTemplate"></ng-container>
4699
+ <ng-container *ngTemplateOutlet="footer"></ng-container>
4700
4700
  </div>
4701
4701
  </span>
4702
4702
  `,
@@ -4914,37 +4914,37 @@ class Calendar extends BaseComponent {
4914
4914
  }], dateTemplate: [{
4915
4915
  type: ContentChild,
4916
4916
  args: ['date']
4917
- }], headerTemplate: [{
4917
+ }], header: [{
4918
4918
  type: ContentChild,
4919
4919
  args: ['header']
4920
- }], footerTemplate: [{
4920
+ }], footer: [{
4921
4921
  type: ContentChild,
4922
4922
  args: ['footer']
4923
- }], disabledDateTemplate: [{
4923
+ }], disabledDate: [{
4924
4924
  type: ContentChild,
4925
4925
  args: ['disabledDate']
4926
- }], decadeTemplate: [{
4926
+ }], decade: [{
4927
4927
  type: ContentChild,
4928
4928
  args: ['decade']
4929
- }], previousIconTemplate: [{
4929
+ }], previousicon: [{
4930
4930
  type: ContentChild,
4931
4931
  args: ['previousicon']
4932
- }], nextIconTemplate: [{
4932
+ }], nexticon: [{
4933
4933
  type: ContentChild,
4934
4934
  args: ['nexticon']
4935
- }], triggerIconTemplate: [{
4935
+ }], triggericon: [{
4936
4936
  type: ContentChild,
4937
4937
  args: ['triggericon']
4938
- }], clearIconTemplate: [{
4938
+ }], clearicon: [{
4939
4939
  type: ContentChild,
4940
4940
  args: ['clearicon']
4941
- }], decrementIconTemplate: [{
4941
+ }], decrementicon: [{
4942
4942
  type: ContentChild,
4943
4943
  args: ['decrementicon']
4944
- }], incrementIconTemplate: [{
4944
+ }], incrementicon: [{
4945
4945
  type: ContentChild,
4946
4946
  args: ['incrementicon']
4947
- }], inputIconTemplate: [{
4947
+ }], inputicon: [{
4948
4948
  type: ContentChild,
4949
4949
  args: ['inputicon']
4950
4950
  }], containerViewChild: [{