primeng 18.0.0-beta.5 → 18.0.0-rc.2

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 (389) hide show
  1. package/accordion/accordion.d.ts +2 -4
  2. package/api/primeicons.d.ts +3 -3
  3. package/api/scrolleroptions.d.ts +10 -0
  4. package/api/selectitemgroup.d.ts +2 -2
  5. package/api/shared.d.ts +2 -2
  6. package/autocomplete/autocomplete.d.ts +11 -12
  7. package/badge/badge.d.ts +16 -2
  8. package/blockui/blockui.d.ts +2 -2
  9. package/breadcrumb/breadcrumb.d.ts +3 -4
  10. package/button/button.d.ts +3 -4
  11. package/calendar/calendar.d.ts +12 -12
  12. package/card/card.d.ts +2 -2
  13. package/carousel/carousel.d.ts +3 -3
  14. package/cascadeselect/cascadeselect.d.ts +31 -15
  15. package/cascadeselect/style/cascadeselectstyle.d.ts +8 -1
  16. package/checkbox/checkbox.d.ts +2 -2
  17. package/chip/chip.d.ts +2 -2
  18. package/confirmdialog/confirmdialog.d.ts +3 -3
  19. package/confirmpopup/confirmpopup.d.ts +3 -4
  20. package/contextmenu/contextmenu.d.ts +2 -2
  21. package/dataview/dataview.d.ts +9 -10
  22. package/datepicker/datepicker.d.ts +8 -8
  23. package/defer/defer.d.ts +2 -0
  24. package/dialog/dialog.d.ts +4 -4
  25. package/drawer/drawer.d.ts +2 -2
  26. package/dropdown/dropdown.d.ts +0 -23
  27. package/editor/editor.d.ts +2 -2
  28. package/esm2022/accordion/accordion.mjs +9 -35
  29. package/esm2022/accordion/style/accordionstyle.mjs +9 -7
  30. package/esm2022/api/primeicons.mjs +4 -4
  31. package/esm2022/api/scrolleroptions.mjs +1 -1
  32. package/esm2022/api/selectitemgroup.mjs +1 -1
  33. package/esm2022/api/shared.mjs +6 -6
  34. package/esm2022/autocomplete/autocomplete.mjs +277 -311
  35. package/esm2022/autocomplete/style/autocompletestyle.mjs +12 -12
  36. package/esm2022/avatar/avatar.mjs +3 -3
  37. package/esm2022/avatar/style/avatarstyle.mjs +3 -3
  38. package/esm2022/badge/badge.mjs +33 -3
  39. package/esm2022/badge/style/badgestyle.mjs +3 -3
  40. package/esm2022/base/style/basestyle.mjs +6 -4
  41. package/esm2022/basecomponent/basecomponent.mjs +8 -2
  42. package/esm2022/blockui/blockui.mjs +6 -6
  43. package/esm2022/breadcrumb/breadcrumb.mjs +94 -101
  44. package/esm2022/breadcrumb/style/breadcrumbstyle.mjs +5 -1
  45. package/esm2022/button/button.mjs +19 -37
  46. package/esm2022/button/style/buttonstyle.mjs +17 -7
  47. package/esm2022/buttongroup/style/buttongroupstyle.mjs +9 -9
  48. package/esm2022/calendar/calendar.mjs +114 -114
  49. package/esm2022/calendar/style/calendarstyle.mjs +5 -5
  50. package/esm2022/card/card.mjs +10 -9
  51. package/esm2022/carousel/carousel.mjs +20 -19
  52. package/esm2022/carousel/style/carouselstyle.mjs +10 -1
  53. package/esm2022/cascadeselect/cascadeselect.mjs +182 -107
  54. package/esm2022/cascadeselect/style/cascadeselectstyle.mjs +37 -22
  55. package/esm2022/checkbox/checkbox.mjs +8 -8
  56. package/esm2022/chip/chip.mjs +10 -10
  57. package/esm2022/chip/style/chipstyle.mjs +2 -2
  58. package/esm2022/colorpicker/style/colorpickerstyle.mjs +29 -1
  59. package/esm2022/confirmdialog/confirmdialog.mjs +17 -14
  60. package/esm2022/confirmpopup/confirmpopup.mjs +45 -36
  61. package/esm2022/contextmenu/contextmenu.mjs +12 -12
  62. package/esm2022/contextmenu/style/contextmenustyle.mjs +11 -1
  63. package/esm2022/dataview/dataview.mjs +39 -113
  64. package/esm2022/datepicker/datepicker.mjs +91 -91
  65. package/esm2022/datepicker/style/datepickerstyle.mjs +23 -16
  66. package/esm2022/defer/defer.mjs +7 -1
  67. package/esm2022/dialog/dialog.mjs +29 -28
  68. package/esm2022/dialog/style/dialogstyle.mjs +22 -1
  69. package/esm2022/divider/style/dividerstyle.mjs +18 -14
  70. package/esm2022/dock/style/dockstyle.mjs +11 -1
  71. package/esm2022/drawer/drawer.mjs +8 -8
  72. package/esm2022/drawer/style/drawerstyle.mjs +5 -1
  73. package/esm2022/dropdown/dropdown.mjs +4 -18
  74. package/esm2022/dropdown/style/dropdownstyle.mjs +4 -4
  75. package/esm2022/editor/editor.mjs +1 -1
  76. package/esm2022/editor/style/editorstyle.mjs +52 -158
  77. package/esm2022/fieldset/fieldset.mjs +20 -21
  78. package/esm2022/fileupload/fileupload.mjs +108 -68
  79. package/esm2022/floatlabel/style/floatlabelstyle.mjs +5 -5
  80. package/esm2022/galleria/galleria.mjs +6 -1
  81. package/esm2022/galleria/style/galleriastyle.mjs +18 -1
  82. package/esm2022/iconfield/style/iconfieldstyle.mjs +2 -2
  83. package/esm2022/iftalabel/iftalabel.mjs +6 -6
  84. package/esm2022/iftalabel/style/iftalabelstyle.mjs +5 -5
  85. package/esm2022/image/image.mjs +36 -69
  86. package/esm2022/image/style/imagestyle.mjs +7 -7
  87. package/esm2022/imagecompare/imagecompare.mjs +158 -0
  88. package/esm2022/imagecompare/primeng-imagecompare.mjs +5 -0
  89. package/esm2022/imagecompare/public_api.mjs +3 -0
  90. package/esm2022/imagecompare/style/imagecomparestyle.mjs +124 -0
  91. package/esm2022/inplace/inplace.mjs +8 -8
  92. package/esm2022/inputmask/inputmask.mjs +10 -10
  93. package/esm2022/inputmask/style/inputmaskstyle.mjs +14 -7
  94. package/esm2022/inputnumber/inputnumber.mjs +41 -43
  95. package/esm2022/inputnumber/style/inputnumberstyle.mjs +27 -19
  96. package/esm2022/inputotp/inputotp.mjs +1 -13
  97. package/esm2022/inputtext/style/inputtextstyle.mjs +15 -9
  98. package/esm2022/keyfilter/keyfilter.mjs +4 -3
  99. package/esm2022/listbox/listbox.mjs +8 -53
  100. package/esm2022/megamenu/megamenu.mjs +18 -18
  101. package/esm2022/megamenu/style/megamenustyle.mjs +17 -1
  102. package/esm2022/menu/menu.mjs +46 -28
  103. package/esm2022/menubar/menubar.mjs +25 -25
  104. package/esm2022/menubar/style/menubarstyle.mjs +22 -2
  105. package/esm2022/message/message.mjs +12 -12
  106. package/esm2022/messages/messages.mjs +2 -1
  107. package/esm2022/metergroup/style/metergroupstyle.mjs +9 -9
  108. package/esm2022/multiselect/multiselect.mjs +214 -202
  109. package/esm2022/multiselect/style/multiselectstyle.mjs +13 -15
  110. package/esm2022/orderlist/orderlist.mjs +38 -80
  111. package/esm2022/organizationchart/style/organizationchartstyle.mjs +11 -22
  112. package/esm2022/overlaypanel/overlaypanel.mjs +24 -24
  113. package/esm2022/paginator/paginator.mjs +48 -48
  114. package/esm2022/paginator/style/paginatorstyle.mjs +10 -3
  115. package/esm2022/panel/panel.mjs +17 -37
  116. package/esm2022/panelmenu/panelmenu.mjs +32 -43
  117. package/esm2022/panelmenu/style/panelmenustyle.mjs +13 -5
  118. package/esm2022/password/password.mjs +26 -26
  119. package/esm2022/password/style/passwordstyle.mjs +14 -6
  120. package/esm2022/picklist/picklist.mjs +5 -5
  121. package/esm2022/popover/popover.mjs +21 -25
  122. package/esm2022/progressbar/style/progressbarstyle.mjs +29 -29
  123. package/esm2022/radiobutton/style/radiobuttonstyle.mjs +2 -2
  124. package/esm2022/rating/rating.mjs +12 -12
  125. package/esm2022/scroller/scroller.mjs +9 -9
  126. package/esm2022/scrollpanel/scrollpanel.mjs +4 -4
  127. package/esm2022/scrollpanel/style/scrollpanelstyle.mjs +3 -2
  128. package/esm2022/scrolltop/style/scrolltopstyle.mjs +7 -2
  129. package/esm2022/select/select.mjs +66 -113
  130. package/esm2022/select/style/selectstyle.mjs +14 -20
  131. package/esm2022/selectbutton/style/selectbuttonstyle.mjs +5 -5
  132. package/esm2022/skeleton/style/skeletonstyle.mjs +15 -2
  133. package/esm2022/slider/slider.mjs +18 -11
  134. package/esm2022/slider/style/sliderstyle.mjs +6 -6
  135. package/esm2022/speeddial/speeddial.mjs +1 -16
  136. package/esm2022/speeddial/style/speeddialstyle.mjs +2 -2
  137. package/esm2022/splitbutton/splitbutton.mjs +8 -8
  138. package/esm2022/splitbutton/style/splitbuttonstyle.mjs +9 -9
  139. package/esm2022/splitter/splitter.mjs +58 -18
  140. package/esm2022/stepper/style/stepperstyle.mjs +6 -1
  141. package/esm2022/styleclass/styleclass.mjs +2 -2
  142. package/esm2022/table/style/tablestyle.mjs +14 -7
  143. package/esm2022/table/table.mjs +411 -278
  144. package/esm2022/tabmenu/tabmenu.mjs +15 -33
  145. package/esm2022/tabs/tab.mjs +4 -3
  146. package/esm2022/tabs/tablist.mjs +9 -6
  147. package/esm2022/tabview/tabview.mjs +72 -64
  148. package/esm2022/terminal/style/terminalstyle.mjs +2 -2
  149. package/esm2022/textarea/style/textareastyle.mjs +9 -7
  150. package/esm2022/tieredmenu/style/tieredmenustyle.mjs +6 -1
  151. package/esm2022/tieredmenu/tieredmenu.mjs +12 -12
  152. package/esm2022/timeline/style/timelinestyle.mjs +2 -1
  153. package/esm2022/timeline/timeline.mjs +1 -16
  154. package/esm2022/toast/style/toaststyle.mjs +7 -1
  155. package/esm2022/togglebutton/style/togglebuttonstyle.mjs +2 -2
  156. package/esm2022/toggleswitch/toggleswitch.mjs +1 -10
  157. package/esm2022/tooltip/tooltip.mjs +33 -25
  158. package/esm2022/tree/style/treestyle.mjs +8 -6
  159. package/esm2022/tree/tree.mjs +44 -44
  160. package/esm2022/treeselect/style/treeselectstyle.mjs +15 -12
  161. package/esm2022/treeselect/treeselect.mjs +49 -49
  162. package/esm2022/treetable/style/treetablestyle.mjs +4 -4
  163. package/esm2022/treetable/treetable.mjs +20 -4
  164. package/esm2022/usestyle/usestyle.mjs +3 -2
  165. package/fesm2022/primeng-accordion.mjs +16 -40
  166. package/fesm2022/primeng-accordion.mjs.map +1 -1
  167. package/fesm2022/primeng-api.mjs +8 -8
  168. package/fesm2022/primeng-api.mjs.map +1 -1
  169. package/fesm2022/primeng-autocomplete.mjs +287 -321
  170. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  171. package/fesm2022/primeng-avatar.mjs +4 -4
  172. package/fesm2022/primeng-avatar.mjs.map +1 -1
  173. package/fesm2022/primeng-badge.mjs +34 -4
  174. package/fesm2022/primeng-badge.mjs.map +1 -1
  175. package/fesm2022/primeng-base.mjs +5 -3
  176. package/fesm2022/primeng-base.mjs.map +1 -1
  177. package/fesm2022/primeng-basecomponent.mjs +7 -1
  178. package/fesm2022/primeng-basecomponent.mjs.map +1 -1
  179. package/fesm2022/primeng-blockui.mjs +5 -5
  180. package/fesm2022/primeng-blockui.mjs.map +1 -1
  181. package/fesm2022/primeng-breadcrumb.mjs +97 -100
  182. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  183. package/fesm2022/primeng-button.mjs +34 -42
  184. package/fesm2022/primeng-button.mjs.map +1 -1
  185. package/fesm2022/primeng-buttongroup.mjs +8 -8
  186. package/fesm2022/primeng-buttongroup.mjs.map +1 -1
  187. package/fesm2022/primeng-calendar.mjs +117 -117
  188. package/fesm2022/primeng-calendar.mjs.map +1 -1
  189. package/fesm2022/primeng-card.mjs +9 -8
  190. package/fesm2022/primeng-card.mjs.map +1 -1
  191. package/fesm2022/primeng-carousel.mjs +28 -18
  192. package/fesm2022/primeng-carousel.mjs.map +1 -1
  193. package/fesm2022/primeng-cascadeselect.mjs +218 -128
  194. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  195. package/fesm2022/primeng-checkbox.mjs +7 -7
  196. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  197. package/fesm2022/primeng-chip.mjs +10 -10
  198. package/fesm2022/primeng-chip.mjs.map +1 -1
  199. package/fesm2022/primeng-colorpicker.mjs +28 -0
  200. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  201. package/fesm2022/primeng-confirmdialog.mjs +16 -13
  202. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  203. package/fesm2022/primeng-confirmpopup.mjs +44 -35
  204. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  205. package/fesm2022/primeng-contextmenu.mjs +21 -11
  206. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  207. package/fesm2022/primeng-dataview.mjs +38 -112
  208. package/fesm2022/primeng-dataview.mjs.map +1 -1
  209. package/fesm2022/primeng-datepicker.mjs +112 -105
  210. package/fesm2022/primeng-datepicker.mjs.map +1 -1
  211. package/fesm2022/primeng-defer.mjs +6 -0
  212. package/fesm2022/primeng-defer.mjs.map +1 -1
  213. package/fesm2022/primeng-dialog.mjs +49 -27
  214. package/fesm2022/primeng-dialog.mjs.map +1 -1
  215. package/fesm2022/primeng-divider.mjs +17 -13
  216. package/fesm2022/primeng-divider.mjs.map +1 -1
  217. package/fesm2022/primeng-dock.mjs +10 -0
  218. package/fesm2022/primeng-dock.mjs.map +1 -1
  219. package/fesm2022/primeng-drawer.mjs +11 -7
  220. package/fesm2022/primeng-drawer.mjs.map +1 -1
  221. package/fesm2022/primeng-dropdown.mjs +6 -20
  222. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  223. package/fesm2022/primeng-editor.mjs +51 -157
  224. package/fesm2022/primeng-editor.mjs.map +1 -1
  225. package/fesm2022/primeng-fieldset.mjs +19 -20
  226. package/fesm2022/primeng-fieldset.mjs.map +1 -1
  227. package/fesm2022/primeng-fileupload.mjs +107 -67
  228. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  229. package/fesm2022/primeng-floatlabel.mjs +4 -4
  230. package/fesm2022/primeng-floatlabel.mjs.map +1 -1
  231. package/fesm2022/primeng-galleria.mjs +22 -0
  232. package/fesm2022/primeng-galleria.mjs.map +1 -1
  233. package/fesm2022/primeng-iconfield.mjs +1 -1
  234. package/fesm2022/primeng-iconfield.mjs.map +1 -1
  235. package/fesm2022/primeng-iftalabel.mjs +9 -9
  236. package/fesm2022/primeng-iftalabel.mjs.map +1 -1
  237. package/fesm2022/primeng-image.mjs +41 -74
  238. package/fesm2022/primeng-image.mjs.map +1 -1
  239. package/fesm2022/primeng-imagecompare.mjs +286 -0
  240. package/fesm2022/primeng-imagecompare.mjs.map +1 -0
  241. package/fesm2022/primeng-inplace.mjs +7 -7
  242. package/fesm2022/primeng-inplace.mjs.map +1 -1
  243. package/fesm2022/primeng-inputmask.mjs +22 -15
  244. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  245. package/fesm2022/primeng-inputnumber.mjs +66 -60
  246. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  247. package/fesm2022/primeng-inputotp.mjs +0 -12
  248. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  249. package/fesm2022/primeng-inputtext.mjs +14 -8
  250. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  251. package/fesm2022/primeng-keyfilter.mjs +3 -2
  252. package/fesm2022/primeng-keyfilter.mjs.map +1 -1
  253. package/fesm2022/primeng-listbox.mjs +7 -52
  254. package/fesm2022/primeng-listbox.mjs.map +1 -1
  255. package/fesm2022/primeng-megamenu.mjs +33 -17
  256. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  257. package/fesm2022/primeng-menu.mjs +45 -27
  258. package/fesm2022/primeng-menu.mjs.map +1 -1
  259. package/fesm2022/primeng-menubar.mjs +45 -25
  260. package/fesm2022/primeng-menubar.mjs.map +1 -1
  261. package/fesm2022/primeng-message.mjs +11 -11
  262. package/fesm2022/primeng-message.mjs.map +1 -1
  263. package/fesm2022/primeng-messages.mjs +1 -0
  264. package/fesm2022/primeng-messages.mjs.map +1 -1
  265. package/fesm2022/primeng-metergroup.mjs +8 -8
  266. package/fesm2022/primeng-metergroup.mjs.map +1 -1
  267. package/fesm2022/primeng-multiselect.mjs +225 -215
  268. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  269. package/fesm2022/primeng-orderlist.mjs +37 -79
  270. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  271. package/fesm2022/primeng-organizationchart.mjs +10 -21
  272. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  273. package/fesm2022/primeng-overlaypanel.mjs +23 -23
  274. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  275. package/fesm2022/primeng-paginator.mjs +56 -49
  276. package/fesm2022/primeng-paginator.mjs.map +1 -1
  277. package/fesm2022/primeng-panel.mjs +16 -36
  278. package/fesm2022/primeng-panel.mjs.map +1 -1
  279. package/fesm2022/primeng-panelmenu.mjs +43 -46
  280. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  281. package/fesm2022/primeng-password.mjs +38 -30
  282. package/fesm2022/primeng-password.mjs.map +1 -1
  283. package/fesm2022/primeng-picklist.mjs +4 -4
  284. package/fesm2022/primeng-picklist.mjs.map +1 -1
  285. package/fesm2022/primeng-popover.mjs +20 -24
  286. package/fesm2022/primeng-popover.mjs.map +1 -1
  287. package/fesm2022/primeng-progressbar.mjs +28 -28
  288. package/fesm2022/primeng-progressbar.mjs.map +1 -1
  289. package/fesm2022/primeng-radiobutton.mjs +1 -1
  290. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  291. package/fesm2022/primeng-rating.mjs +11 -11
  292. package/fesm2022/primeng-rating.mjs.map +1 -1
  293. package/fesm2022/primeng-scroller.mjs +8 -8
  294. package/fesm2022/primeng-scroller.mjs.map +1 -1
  295. package/fesm2022/primeng-scrollpanel.mjs +5 -4
  296. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  297. package/fesm2022/primeng-scrolltop.mjs +6 -1
  298. package/fesm2022/primeng-scrolltop.mjs.map +1 -1
  299. package/fesm2022/primeng-select.mjs +78 -131
  300. package/fesm2022/primeng-select.mjs.map +1 -1
  301. package/fesm2022/primeng-selectbutton.mjs +4 -4
  302. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  303. package/fesm2022/primeng-skeleton.mjs +14 -1
  304. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  305. package/fesm2022/primeng-slider.mjs +22 -15
  306. package/fesm2022/primeng-slider.mjs.map +1 -1
  307. package/fesm2022/primeng-speeddial.mjs +1 -16
  308. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  309. package/fesm2022/primeng-splitbutton.mjs +15 -15
  310. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  311. package/fesm2022/primeng-splitter.mjs +59 -19
  312. package/fesm2022/primeng-splitter.mjs.map +1 -1
  313. package/fesm2022/primeng-stepper.mjs +5 -0
  314. package/fesm2022/primeng-stepper.mjs.map +1 -1
  315. package/fesm2022/primeng-styleclass.mjs +1 -1
  316. package/fesm2022/primeng-styleclass.mjs.map +1 -1
  317. package/fesm2022/primeng-table.mjs +424 -284
  318. package/fesm2022/primeng-table.mjs.map +1 -1
  319. package/fesm2022/primeng-tabmenu.mjs +14 -32
  320. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  321. package/fesm2022/primeng-tabs.mjs +11 -7
  322. package/fesm2022/primeng-tabs.mjs.map +1 -1
  323. package/fesm2022/primeng-tabview.mjs +71 -63
  324. package/fesm2022/primeng-tabview.mjs.map +1 -1
  325. package/fesm2022/primeng-terminal.mjs +1 -1
  326. package/fesm2022/primeng-terminal.mjs.map +1 -1
  327. package/fesm2022/primeng-textarea.mjs +8 -6
  328. package/fesm2022/primeng-textarea.mjs.map +1 -1
  329. package/fesm2022/primeng-tieredmenu.mjs +16 -11
  330. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  331. package/fesm2022/primeng-timeline.mjs +1 -15
  332. package/fesm2022/primeng-timeline.mjs.map +1 -1
  333. package/fesm2022/primeng-toast.mjs +6 -0
  334. package/fesm2022/primeng-toast.mjs.map +1 -1
  335. package/fesm2022/primeng-togglebutton.mjs +1 -1
  336. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  337. package/fesm2022/primeng-toggleswitch.mjs +0 -9
  338. package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
  339. package/fesm2022/primeng-tooltip.mjs +32 -24
  340. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  341. package/fesm2022/primeng-tree.mjs +50 -48
  342. package/fesm2022/primeng-tree.mjs.map +1 -1
  343. package/fesm2022/primeng-treeselect.mjs +62 -59
  344. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  345. package/fesm2022/primeng-treetable.mjs +22 -6
  346. package/fesm2022/primeng-treetable.mjs.map +1 -1
  347. package/fesm2022/primeng-usestyle.mjs +2 -1
  348. package/fesm2022/primeng-usestyle.mjs.map +1 -1
  349. package/fieldset/fieldset.d.ts +3 -3
  350. package/fileupload/fileupload.d.ts +21 -5
  351. package/iftalabel/iftalabel.d.ts +2 -2
  352. package/image/image.d.ts +6 -7
  353. package/imagecompare/imagecompare.d.ts +52 -0
  354. package/imagecompare/index.d.ts +5 -0
  355. package/imagecompare/public_api.d.ts +2 -0
  356. package/imagecompare/style/imagecomparestyle.d.ts +35 -0
  357. package/inplace/inplace.d.ts +2 -2
  358. package/inputmask/inputmask.d.ts +2 -2
  359. package/inputnumber/inputnumber.d.ts +4 -5
  360. package/inputotp/inputotp.d.ts +1 -2
  361. package/listbox/listbox.d.ts +2 -3
  362. package/megamenu/megamenu.d.ts +4 -4
  363. package/menu/menu.d.ts +10 -4
  364. package/menubar/menubar.d.ts +5 -5
  365. package/message/message.d.ts +2 -2
  366. package/multiselect/multiselect.d.ts +16 -16
  367. package/orderlist/orderlist.d.ts +10 -11
  368. package/overlaypanel/overlaypanel.d.ts +3 -4
  369. package/package.json +219 -213
  370. package/paginator/paginator.d.ts +6 -6
  371. package/panel/panel.d.ts +3 -4
  372. package/panelmenu/panelmenu.d.ts +2 -3
  373. package/password/password.d.ts +4 -4
  374. package/popover/popover.d.ts +7 -5
  375. package/rating/rating.d.ts +4 -4
  376. package/scroller/scroller.d.ts +2 -2
  377. package/select/select.d.ts +12 -13
  378. package/speeddial/speeddial.d.ts +2 -3
  379. package/splitbutton/splitbutton.d.ts +2 -2
  380. package/splitter/splitter.d.ts +9 -2
  381. package/table/table.d.ts +47 -6
  382. package/tabmenu/tabmenu.d.ts +5 -6
  383. package/tabview/tabview.d.ts +4 -5
  384. package/tieredmenu/tieredmenu.d.ts +2 -2
  385. package/timeline/timeline.d.ts +0 -1
  386. package/toggleswitch/toggleswitch.d.ts +0 -1
  387. package/tooltip/tooltip.d.ts +2 -1
  388. package/tree/tree.d.ts +6 -6
  389. package/treeselect/treeselect.d.ts +9 -9
@@ -19,7 +19,7 @@ import { BaseStyle } from 'primeng/base';
19
19
 
20
20
  const theme = ({ dt }) => `
21
21
  .p-datepicker {
22
- position: relative;
22
+ position: relative;
23
23
  display: inline-flex;
24
24
  max-width: 100%;
25
25
  }
@@ -30,25 +30,24 @@ 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 {
38
38
  cursor: pointer;
39
39
  display: inline-flex;
40
- cursor: pointer;
41
40
  user-select: none;
42
41
  align-items: center;
43
42
  justify-content: center;
44
43
  overflow: hidden;
45
44
  position: relative;
46
45
  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')};
46
+ border-start-end-radius: ${dt('datepicker.dropdown.border.radius')};
47
+ border-end-end-radius: ${dt('datepicker.dropdown.border.radius')};
49
48
  background: ${dt('datepicker.dropdown.background')};
50
49
  border: 1px solid ${dt('datepicker.dropdown.border.color')};
51
- border-left: 0 none;
50
+ border-inline-start: 0 none;
52
51
  color: ${dt('datepicker.dropdown.color')};
53
52
  transition: background ${dt('datepicker.transition.duration')}, color ${dt('datepicker.transition.duration')}, border-color ${dt('datepicker.transition.duration')}, outline-color ${dt('datepicker.transition.duration')};
54
53
  outline-color: transparent;
@@ -77,16 +76,17 @@ position: relative;
77
76
  }
78
77
 
79
78
  .p-datepicker:has(.p-datepicker-input-icon-container) .p-datepicker-input {
80
- padding-right: calc((${dt('form.field.padding.x')} * 2) + ${dt('icon.size')});
79
+ padding-inline-end: calc((${dt('form.field.padding.x')} * 2) + ${dt('icon.size')});
81
80
  }
82
81
 
83
82
  .p-datepicker-input-icon-container {
84
83
  cursor: pointer;
85
84
  position: absolute;
86
85
  top: 50%;
87
- right: ${dt('form.field.padding.x')};
86
+ inset-inline-end: ${dt('form.field.padding.x')};
88
87
  margin-top: calc(-1 * (${dt('icon.size')} / 2));
89
88
  color: ${dt('datepicker.input.icon.color')};
89
+ line-height: 1;
90
90
  }
91
91
 
92
92
  .p-datepicker-fluid {
@@ -127,6 +127,14 @@ position: relative;
127
127
  border-bottom: 1px solid ${dt('datepicker.header.border.color')};
128
128
  }
129
129
 
130
+ .p-datepicker-next-button:dir(rtl) {
131
+ transform: rotate(180deg);
132
+ }
133
+
134
+ .p-datepicker-prev-button:dir(rtl) {
135
+ transform: rotate(180deg);
136
+ }
137
+
130
138
  .p-datepicker-title {
131
139
  display: flex;
132
140
  align-items: center;
@@ -173,18 +181,17 @@ position: relative;
173
181
 
174
182
  .p-datepicker-calendar-container .p-datepicker-calendar {
175
183
  flex: 1 1 auto;
176
- border-left: 1px solid ${dt('datepicker.group.border.color')};
177
- padding-right: ${dt('datepicker.group.gap')};
178
- padding-left: ${dt('datepicker.group.gap')};
184
+ border-inline-start: 1px solid ${dt('datepicker.group.border.color')};
185
+ padding-inline: ${dt('datepicker.group.gap')};
179
186
  }
180
187
 
181
188
  .p-datepicker-calendar-container .p-datepicker-calendar:first-child {
182
- padding-left: 0;
183
- border-left: 0 none;
189
+ padding-inline-start: 0;
190
+ border-inline-start: 0 none;
184
191
  }
185
192
 
186
193
  .p-datepicker-calendar-container .p-datepicker-calendar:last-child {
187
- padding-right: 0;
194
+ padding-inline-end: 0;
188
195
  }
189
196
 
190
197
  .p-datepicker-day-view {
@@ -717,7 +724,7 @@ function DatePicker_ng_template_2_ng_container_2_span_2_Template(rf, ctx) { if (
717
724
  } if (rf & 2) {
718
725
  const ctx_r1 = i0.ɵɵnextContext(3);
719
726
  i0.ɵɵadvance();
720
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.clearIconTemplate);
727
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.clearicon);
721
728
  } }
722
729
  function DatePicker_ng_template_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
723
730
  i0.ɵɵelementContainerStart(0);
@@ -726,9 +733,9 @@ function DatePicker_ng_template_2_ng_container_2_Template(rf, ctx) { if (rf & 1)
726
733
  } if (rf & 2) {
727
734
  const ctx_r1 = i0.ɵɵnextContext(2);
728
735
  i0.ɵɵadvance();
729
- i0.ɵɵproperty("ngIf", !ctx_r1.clearIconTemplate);
736
+ i0.ɵɵproperty("ngIf", !ctx_r1.clearicon);
730
737
  i0.ɵɵadvance();
731
- i0.ɵɵproperty("ngIf", ctx_r1.clearIconTemplate);
738
+ i0.ɵɵproperty("ngIf", ctx_r1.clearicon);
732
739
  } }
733
740
  function DatePicker_ng_template_2_button_3_span_1_Template(rf, ctx) { if (rf & 1) {
734
741
  i0.ɵɵelement(0, "span", 16);
@@ -750,9 +757,9 @@ function DatePicker_ng_template_2_button_3_ng_container_2_Template(rf, ctx) { if
750
757
  } if (rf & 2) {
751
758
  const ctx_r1 = i0.ɵɵnextContext(3);
752
759
  i0.ɵɵadvance();
753
- i0.ɵɵproperty("ngIf", !ctx_r1.triggerIconTemplate);
760
+ i0.ɵɵproperty("ngIf", !ctx_r1.triggericon);
754
761
  i0.ɵɵadvance();
755
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.triggerIconTemplate);
762
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.triggericon);
756
763
  } }
757
764
  function DatePicker_ng_template_2_button_3_Template(rf, ctx) { if (rf & 1) {
758
765
  const _r5 = i0.ɵɵgetCurrentView();
@@ -791,9 +798,9 @@ function DatePicker_ng_template_2_ng_container_4_Template(rf, ctx) { if (rf & 1)
791
798
  } if (rf & 2) {
792
799
  const ctx_r1 = i0.ɵɵnextContext(2);
793
800
  i0.ɵɵadvance(2);
794
- i0.ɵɵproperty("ngIf", !ctx_r1.inputIconTemplate);
801
+ i0.ɵɵproperty("ngIf", !ctx_r1.inputicon);
795
802
  i0.ɵɵadvance();
796
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.inputIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c17, ctx_r1.onButtonClick.bind(ctx_r1)));
803
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.inputicon)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c17, ctx_r1.onButtonClick.bind(ctx_r1)));
797
804
  } }
798
805
  function DatePicker_ng_template_2_Template(rf, ctx) { if (rf & 1) {
799
806
  const _r1 = i0.ɵɵgetCurrentView();
@@ -802,11 +809,11 @@ function DatePicker_ng_template_2_Template(rf, ctx) { if (rf & 1) {
802
809
  i0.ɵɵelementEnd();
803
810
  i0.ɵɵtemplate(2, DatePicker_ng_template_2_ng_container_2_Template, 3, 2, "ng-container", 7)(3, DatePicker_ng_template_2_button_3_Template, 3, 6, "button", 8)(4, DatePicker_ng_template_2_ng_container_4_Template, 4, 5, "ng-container", 7);
804
811
  } if (rf & 2) {
805
- let tmp_17_0;
812
+ let tmp_18_0;
806
813
  const ctx_r1 = i0.ɵɵnextContext();
807
814
  i0.ɵɵclassMap(ctx_r1.inputStyleClass);
808
- 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)("size", ctx_r1.size);
809
- 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);
815
+ 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)("size", ctx_r1.size);
816
+ i0.ɵɵattribute("id", ctx_r1.inputId)("name", ctx_r1.name)("required", ctx_r1.required)("aria-required", ctx_r1.required)("aria-expanded", (tmp_18_0 = ctx_r1.overlayVisible) !== null && tmp_18_0 !== undefined ? tmp_18_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);
810
817
  i0.ɵɵadvance(2);
811
818
  i0.ɵɵproperty("ngIf", ctx_r1.showClear && !ctx_r1.disabled && ctx_r1.value != null);
812
819
  i0.ɵɵadvance();
@@ -831,7 +838,7 @@ function DatePicker_div_3_ng_container_4_div_2_span_4_Template(rf, ctx) { if (rf
831
838
  } if (rf & 2) {
832
839
  const ctx_r1 = i0.ɵɵnextContext(4);
833
840
  i0.ɵɵadvance();
834
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.previousIconTemplate);
841
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.previousicon);
835
842
  } }
836
843
  function DatePicker_div_3_ng_container_4_div_2_button_6_Template(rf, ctx) { if (rf & 1) {
837
844
  const _r10 = i0.ɵɵgetCurrentView();
@@ -898,7 +905,7 @@ function DatePicker_div_3_ng_container_4_div_2_span_11_Template(rf, ctx) { if (r
898
905
  } if (rf & 2) {
899
906
  const ctx_r1 = i0.ɵɵnextContext(4);
900
907
  i0.ɵɵadvance();
901
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.nextIconTemplate);
908
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.nexticon);
902
909
  } }
903
910
  function DatePicker_div_3_ng_container_4_div_2_table_12_th_3_Template(rf, ctx) { if (rf & 1) {
904
911
  i0.ɵɵelementStart(0, "th", 44)(1, "span");
@@ -1059,9 +1066,9 @@ function DatePicker_div_3_ng_container_4_div_2_Template(rf, ctx) { if (rf & 1) {
1059
1066
  i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c21, i_r17 === 0 ? "visible" : "hidden"));
1060
1067
  i0.ɵɵattribute("aria-label", ctx_r1.prevIconAriaLabel);
1061
1068
  i0.ɵɵadvance();
1062
- i0.ɵɵproperty("ngIf", !ctx_r1.previousIconTemplate);
1069
+ i0.ɵɵproperty("ngIf", !ctx_r1.previousicon);
1063
1070
  i0.ɵɵadvance();
1064
- i0.ɵɵproperty("ngIf", ctx_r1.previousIconTemplate);
1071
+ i0.ɵɵproperty("ngIf", ctx_r1.previousicon);
1065
1072
  i0.ɵɵadvance(2);
1066
1073
  i0.ɵɵproperty("ngIf", ctx_r1.currentView === "date");
1067
1074
  i0.ɵɵadvance();
@@ -1072,9 +1079,9 @@ function DatePicker_div_3_ng_container_4_div_2_Template(rf, ctx) { if (rf & 1) {
1072
1079
  i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(14, _c21, i_r17 === ctx_r1.months.length - 1 ? "visible" : "hidden"));
1073
1080
  i0.ɵɵattribute("aria-label", ctx_r1.nextIconAriaLabel);
1074
1081
  i0.ɵɵadvance();
1075
- i0.ɵɵproperty("ngIf", !ctx_r1.nextIconTemplate);
1082
+ i0.ɵɵproperty("ngIf", !ctx_r1.nexticon);
1076
1083
  i0.ɵɵadvance();
1077
- i0.ɵɵproperty("ngIf", ctx_r1.nextIconTemplate);
1084
+ i0.ɵɵproperty("ngIf", ctx_r1.nexticon);
1078
1085
  i0.ɵɵadvance();
1079
1086
  i0.ɵɵproperty("ngIf", ctx_r1.currentView === "date");
1080
1087
  } }
@@ -1208,7 +1215,7 @@ function DatePicker_div_3_div_5_ng_container_23_Template(rf, ctx) { if (rf & 1)
1208
1215
  } if (rf & 2) {
1209
1216
  const ctx_r1 = i0.ɵɵnextContext(3);
1210
1217
  i0.ɵɵadvance();
1211
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementIconTemplate);
1218
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
1212
1219
  } }
1213
1220
  function DatePicker_div_3_div_5_div_24_Template(rf, ctx) { if (rf & 1) {
1214
1221
  i0.ɵɵelementStart(0, "div", 61)(1, "span");
@@ -1257,9 +1264,9 @@ function DatePicker_div_3_div_5_div_25_Template(rf, ctx) { if (rf & 1) {
1257
1264
  i0.ɵɵadvance();
1258
1265
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("nextSecond"));
1259
1266
  i0.ɵɵadvance();
1260
- i0.ɵɵproperty("ngIf", !ctx_r1.incrementIconTemplate);
1267
+ i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
1261
1268
  i0.ɵɵadvance();
1262
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementIconTemplate);
1269
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
1263
1270
  i0.ɵɵadvance(2);
1264
1271
  i0.ɵɵproperty("ngIf", ctx_r1.currentSecond < 10);
1265
1272
  i0.ɵɵadvance();
@@ -1267,9 +1274,9 @@ function DatePicker_div_3_div_5_div_25_Template(rf, ctx) { if (rf & 1) {
1267
1274
  i0.ɵɵadvance();
1268
1275
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("prevSecond"));
1269
1276
  i0.ɵɵadvance();
1270
- i0.ɵɵproperty("ngIf", !ctx_r1.decrementIconTemplate);
1277
+ i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
1271
1278
  i0.ɵɵadvance();
1272
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementIconTemplate);
1279
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
1273
1280
  } }
1274
1281
  function DatePicker_div_3_div_5_div_26_Template(rf, ctx) { if (rf & 1) {
1275
1282
  i0.ɵɵelementStart(0, "div", 61)(1, "span");
@@ -1312,17 +1319,17 @@ function DatePicker_div_3_div_5_div_27_Template(rf, ctx) { if (rf & 1) {
1312
1319
  i0.ɵɵadvance();
1313
1320
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("am"));
1314
1321
  i0.ɵɵadvance();
1315
- i0.ɵɵproperty("ngIf", !ctx_r1.incrementIconTemplate);
1322
+ i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
1316
1323
  i0.ɵɵadvance();
1317
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementIconTemplate);
1324
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
1318
1325
  i0.ɵɵadvance(2);
1319
1326
  i0.ɵɵtextInterpolate(ctx_r1.pm ? "PM" : "AM");
1320
1327
  i0.ɵɵadvance();
1321
1328
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("pm"));
1322
1329
  i0.ɵɵadvance();
1323
- i0.ɵɵproperty("ngIf", !ctx_r1.decrementIconTemplate);
1330
+ i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
1324
1331
  i0.ɵɵadvance();
1325
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementIconTemplate);
1332
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
1326
1333
  } }
1327
1334
  function DatePicker_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
1328
1335
  const _r24 = i0.ɵɵgetCurrentView();
@@ -1360,9 +1367,9 @@ function DatePicker_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
1360
1367
  i0.ɵɵadvance(2);
1361
1368
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("nextHour"));
1362
1369
  i0.ɵɵadvance();
1363
- i0.ɵɵproperty("ngIf", !ctx_r1.incrementIconTemplate);
1370
+ i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
1364
1371
  i0.ɵɵadvance();
1365
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementIconTemplate);
1372
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
1366
1373
  i0.ɵɵadvance(2);
1367
1374
  i0.ɵɵproperty("ngIf", ctx_r1.currentHour < 10);
1368
1375
  i0.ɵɵadvance();
@@ -1370,17 +1377,17 @@ function DatePicker_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
1370
1377
  i0.ɵɵadvance();
1371
1378
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("prevHour"));
1372
1379
  i0.ɵɵadvance();
1373
- i0.ɵɵproperty("ngIf", !ctx_r1.decrementIconTemplate);
1380
+ i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
1374
1381
  i0.ɵɵadvance();
1375
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementIconTemplate);
1382
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
1376
1383
  i0.ɵɵadvance(3);
1377
1384
  i0.ɵɵtextInterpolate(ctx_r1.timeSeparator);
1378
1385
  i0.ɵɵadvance(2);
1379
1386
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("nextMinute"));
1380
1387
  i0.ɵɵadvance();
1381
- i0.ɵɵproperty("ngIf", !ctx_r1.incrementIconTemplate);
1388
+ i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
1382
1389
  i0.ɵɵadvance();
1383
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementIconTemplate);
1390
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
1384
1391
  i0.ɵɵadvance(2);
1385
1392
  i0.ɵɵproperty("ngIf", ctx_r1.currentMinute < 10);
1386
1393
  i0.ɵɵadvance();
@@ -1388,9 +1395,9 @@ function DatePicker_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
1388
1395
  i0.ɵɵadvance();
1389
1396
  i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("prevMinute"));
1390
1397
  i0.ɵɵadvance();
1391
- i0.ɵɵproperty("ngIf", !ctx_r1.decrementIconTemplate);
1398
+ i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
1392
1399
  i0.ɵɵadvance();
1393
- i0.ɵɵproperty("ngIf", ctx_r1.decrementIconTemplate);
1400
+ i0.ɵɵproperty("ngIf", ctx_r1.decrementicon);
1394
1401
  i0.ɵɵadvance();
1395
1402
  i0.ɵɵproperty("ngIf", ctx_r1.showSeconds);
1396
1403
  i0.ɵɵadvance();
@@ -2049,37 +2056,37 @@ class DatePicker extends BaseComponent {
2049
2056
  * Custom template for previous month icon.
2050
2057
  * @group Templates
2051
2058
  */
2052
- previousIconTemplate;
2059
+ previousicon;
2053
2060
  /**
2054
2061
  * Custom template for next month icon.
2055
2062
  * @group Templates
2056
2063
  */
2057
- nextIconTemplate;
2064
+ nexticon;
2058
2065
  /**
2059
2066
  * Custom template for trigger icon.
2060
2067
  * @group Templates
2061
2068
  */
2062
- triggerIconTemplate;
2069
+ triggericon;
2063
2070
  /**
2064
2071
  * Custom template for clear icon.
2065
2072
  * @group Templates
2066
2073
  */
2067
- clearIconTemplate;
2074
+ clearicon;
2068
2075
  /**
2069
2076
  * Custom template for decrement icon.
2070
2077
  * @group Templates
2071
2078
  */
2072
- decrementIconTemplate;
2079
+ decrementicon;
2073
2080
  /**
2074
2081
  * Custom template for increment icon.
2075
2082
  * @group Templates
2076
2083
  */
2077
- incrementIconTemplate;
2084
+ incrementicon;
2078
2085
  /**
2079
2086
  * Custom template for input icon.
2080
2087
  * @group Templates
2081
2088
  */
2082
- inputIconTemplate;
2089
+ inputicon;
2083
2090
  _disabledDates;
2084
2091
  _disabledDays;
2085
2092
  selectElement;
@@ -3268,9 +3275,9 @@ class DatePicker extends BaseComponent {
3268
3275
  if (this.navigationState.button) {
3269
3276
  this.initFocusableCell();
3270
3277
  if (this.navigationState.backward)
3271
- findSingle(this.contentViewChild.nativeElement, '.p-datepicker-prev').focus();
3278
+ findSingle(this.contentViewChild.nativeElement, '.p-datepicker-prev-button').focus();
3272
3279
  else
3273
- findSingle(this.contentViewChild.nativeElement, '.p-datepicker-next').focus();
3280
+ findSingle(this.contentViewChild.nativeElement, '.p-datepicker-next-button').focus();
3274
3281
  }
3275
3282
  else {
3276
3283
  if (this.navigationState.backward) {
@@ -4361,7 +4368,7 @@ class DatePicker extends BaseComponent {
4361
4368
  return !(this.el.nativeElement.isSameNode(event.target) || this.isNavIconClicked(event) || this.el.nativeElement.contains(event.target) || (this.overlay && this.overlay.contains(event.target)));
4362
4369
  }
4363
4370
  isNavIconClicked(event) {
4364
- return hasClass(event.target, 'p-datepicker-prev') || hasClass(event.target, 'p-datepicker-prev-icon') || hasClass(event.target, 'p-datepicker-next') || hasClass(event.target, 'p-datepicker-next-icon');
4371
+ return hasClass(event.target, 'p-datepicker-prev-button') || hasClass(event.target, 'p-datepicker-prev-icon') || hasClass(event.target, 'p-datepicker-next-button') || hasClass(event.target, 'p-datepicker-next-icon');
4365
4372
  }
4366
4373
  onWindowResize() {
4367
4374
  if (this.overlayVisible && !isTouchDevice()) {
@@ -4416,13 +4423,13 @@ class DatePicker extends BaseComponent {
4416
4423
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.footerTemplate = _t.first);
4417
4424
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.disabledDateTemplate = _t.first);
4418
4425
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.decadeTemplate = _t.first);
4419
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.previousIconTemplate = _t.first);
4420
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.nextIconTemplate = _t.first);
4421
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.triggerIconTemplate = _t.first);
4422
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.clearIconTemplate = _t.first);
4423
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.decrementIconTemplate = _t.first);
4424
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.incrementIconTemplate = _t.first);
4425
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputIconTemplate = _t.first);
4426
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.previousicon = _t.first);
4427
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.nexticon = _t.first);
4428
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.triggericon = _t.first);
4429
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.clearicon = _t.first);
4430
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.decrementicon = _t.first);
4431
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.incrementicon = _t.first);
4432
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputicon = _t.first);
4426
4433
  } }, viewQuery: function DatePicker_Query(rf, ctx) { if (rf & 1) {
4427
4434
  i0.ɵɵviewQuery(_c12, 5);
4428
4435
  i0.ɵɵviewQuery(_c13, 5);
@@ -4432,10 +4439,10 @@ class DatePicker extends BaseComponent {
4432
4439
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.containerViewChild = _t.first);
4433
4440
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputfieldViewChild = _t.first);
4434
4441
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
4435
- } }, 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", size: "size", 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([DATEPICKER_VALUE_ACCESSOR, DatePickerStyle]), 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", "position", "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", "size"], [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", "severity", "secondary", "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", "", "severity", "secondary", "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", "text", "", "severity", "secondary", "styleClass", "p-datepicker-today-button", 3, "keydown", "onClick", "label", "ngClass"], ["size", "small", "text", "", "severity", "secondary", "styleClass", "p-datepicker-clear-button", 3, "keydown", "onClick", "label", "ngClass"]], template: function DatePicker_Template(rf, ctx) { if (rf & 1) {
4442
+ } }, 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", size: "size", 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([DATEPICKER_VALUE_ACCESSOR, DatePickerStyle]), 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", "position", "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", "size"], [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", "severity", "secondary", "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", "", "severity", "secondary", "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", "text", "", "severity", "secondary", "styleClass", "p-datepicker-today-button", 3, "keydown", "onClick", "label", "ngClass"], ["size", "small", "text", "", "severity", "secondary", "styleClass", "p-datepicker-clear-button", 3, "keydown", "onClick", "label", "ngClass"]], template: function DatePicker_Template(rf, ctx) { if (rf & 1) {
4436
4443
  i0.ɵɵprojectionDef(_c15);
4437
4444
  i0.ɵɵelementStart(0, "span", 3, 0);
4438
- i0.ɵɵtemplate(2, DatePicker_ng_template_2_Template, 5, 24, "ng-template", 4)(3, DatePicker_div_3_Template, 9, 22, "div", 5);
4445
+ i0.ɵɵtemplate(2, DatePicker_ng_template_2_Template, 5, 25, "ng-template", 4)(3, DatePicker_div_3_Template, 9, 22, "div", 5);
4439
4446
  i0.ɵɵelementEnd();
4440
4447
  } if (rf & 2) {
4441
4448
  i0.ɵɵclassMap(ctx.styleClass);
@@ -4495,7 +4502,7 @@ class DatePicker extends BaseComponent {
4495
4502
  (input)="onUserInput($event)"
4496
4503
  [ngStyle]="inputStyle"
4497
4504
  [class]="inputStyleClass"
4498
- ngClass="p-datepicker-input"
4505
+ [ngClass]="'p-datepicker-input'"
4499
4506
  [placeholder]="placeholder || ''"
4500
4507
  [disabled]="disabled"
4501
4508
  [attr.tabindex]="tabindex"
@@ -4507,9 +4514,9 @@ class DatePicker extends BaseComponent {
4507
4514
  [size]="size"
4508
4515
  />
4509
4516
  <ng-container *ngIf="showClear && !disabled && value != null">
4510
- <TimesIcon *ngIf="!clearIconTemplate" [class]="'p-datepicker-clear-icon'" (click)="clear()" />
4511
- <span *ngIf="clearIconTemplate" class="p-datepicker-clear-icon" (click)="clear()">
4512
- <ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
4517
+ <TimesIcon *ngIf="!clearicon" [class]="'p-datepicker-clear-icon'" (click)="clear()" />
4518
+ <span *ngIf="clearicon" class="p-datepicker-clear-icon" (click)="clear()">
4519
+ <ng-template *ngTemplateOutlet="clearicon"></ng-template>
4513
4520
  </span>
4514
4521
  </ng-container>
4515
4522
  <button
@@ -4526,21 +4533,21 @@ class DatePicker extends BaseComponent {
4526
4533
  >
4527
4534
  <span *ngIf="icon" [ngClass]="icon"></span>
4528
4535
  <ng-container *ngIf="!icon">
4529
- <CalendarIcon *ngIf="!triggerIconTemplate" />
4530
- <ng-template *ngTemplateOutlet="triggerIconTemplate"></ng-template>
4536
+ <CalendarIcon *ngIf="!triggericon" />
4537
+ <ng-template *ngTemplateOutlet="triggericon"></ng-template>
4531
4538
  </ng-container>
4532
4539
  </button>
4533
4540
  <ng-container *ngIf="iconDisplay === 'input' && showIcon">
4534
4541
  <span class="p-datepicker-input-icon-container">
4535
4542
  <CalendarIcon
4536
4543
  (click)="onButtonClick($event)"
4537
- *ngIf="!inputIconTemplate"
4544
+ *ngIf="!inputicon"
4538
4545
  [ngClass]="{
4539
4546
  'p-datepicker-input-icon': showOnFocus
4540
4547
  }"
4541
4548
  />
4542
4549
 
4543
- <ng-container *ngTemplateOutlet="inputIconTemplate; context: { clickCallBack: onButtonClick.bind(this) }"></ng-container>
4550
+ <ng-container *ngTemplateOutlet="inputicon; context: { clickCallBack: onButtonClick.bind(this) }"></ng-container>
4544
4551
  </span>
4545
4552
  </ng-container>
4546
4553
  </ng-template>
@@ -4582,9 +4589,9 @@ class DatePicker extends BaseComponent {
4582
4589
  type="button"
4583
4590
  [attr.aria-label]="prevIconAriaLabel"
4584
4591
  >
4585
- <ChevronLeftIcon *ngIf="!previousIconTemplate" />
4586
- <span *ngIf="previousIconTemplate">
4587
- <ng-template *ngTemplateOutlet="previousIconTemplate"></ng-template>
4592
+ <ChevronLeftIcon *ngIf="!previousicon" />
4593
+ <span *ngIf="previousicon">
4594
+ <ng-template *ngTemplateOutlet="previousicon"></ng-template>
4588
4595
  </span>
4589
4596
  </p-button>
4590
4597
  <div class="p-datepicker-title">
@@ -4628,10 +4635,10 @@ class DatePicker extends BaseComponent {
4628
4635
  [ngStyle]="{ visibility: i === months.length - 1 ? 'visible' : 'hidden' }"
4629
4636
  [attr.aria-label]="nextIconAriaLabel"
4630
4637
  >
4631
- <ChevronRightIcon *ngIf="!nextIconTemplate" />
4638
+ <ChevronRightIcon *ngIf="!nexticon" />
4632
4639
 
4633
- <span *ngIf="nextIconTemplate">
4634
- <ng-template *ngTemplateOutlet="nextIconTemplate"></ng-template>
4640
+ <span *ngIf="nexticon">
4641
+ <ng-template *ngTemplateOutlet="nexticon"></ng-template>
4635
4642
  </span>
4636
4643
  </p-button>
4637
4644
  </div>
@@ -4743,9 +4750,9 @@ class DatePicker extends BaseComponent {
4743
4750
  (mouseleave)="onTimePickerElementMouseLeave()"
4744
4751
  [attr.aria-label]="getTranslation('nextHour')"
4745
4752
  >
4746
- <ChevronUpIcon *ngIf="!incrementIconTemplate" />
4753
+ <ChevronUpIcon *ngIf="!incrementicon" />
4747
4754
 
4748
- <ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
4755
+ <ng-template *ngTemplateOutlet="incrementicon"></ng-template>
4749
4756
  </p-button>
4750
4757
  <span><ng-container *ngIf="currentHour < 10">0</ng-container>{{ currentHour }}</span>
4751
4758
  <p-button
@@ -4763,9 +4770,9 @@ class DatePicker extends BaseComponent {
4763
4770
  (mouseleave)="onTimePickerElementMouseLeave()"
4764
4771
  [attr.aria-label]="getTranslation('prevHour')"
4765
4772
  >
4766
- <ChevronDownIcon *ngIf="!decrementIconTemplate" />
4773
+ <ChevronDownIcon *ngIf="!decrementicon" />
4767
4774
 
4768
- <ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
4775
+ <ng-template *ngTemplateOutlet="decrementicon"></ng-template>
4769
4776
  </p-button>
4770
4777
  </div>
4771
4778
  <div class="p-datepicker-separator">
@@ -4787,9 +4794,9 @@ class DatePicker extends BaseComponent {
4787
4794
  (mouseleave)="onTimePickerElementMouseLeave()"
4788
4795
  [attr.aria-label]="getTranslation('nextMinute')"
4789
4796
  >
4790
- <ChevronUpIcon *ngIf="!incrementIconTemplate" />
4797
+ <ChevronUpIcon *ngIf="!incrementicon" />
4791
4798
 
4792
- <ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
4799
+ <ng-template *ngTemplateOutlet="incrementicon"></ng-template>
4793
4800
  </p-button>
4794
4801
  <span><ng-container *ngIf="currentMinute < 10">0</ng-container>{{ currentMinute }}</span>
4795
4802
  <p-button
@@ -4807,9 +4814,9 @@ class DatePicker extends BaseComponent {
4807
4814
  (mouseleave)="onTimePickerElementMouseLeave()"
4808
4815
  [attr.aria-label]="getTranslation('prevMinute')"
4809
4816
  >
4810
- <ChevronDownIcon *ngIf="!decrementIconTemplate" />
4811
- <ng-container *ngIf="decrementIconTemplate">
4812
- <ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
4817
+ <ChevronDownIcon *ngIf="!decrementicon" />
4818
+ <ng-container *ngIf="decrementicon">
4819
+ <ng-template *ngTemplateOutlet="decrementicon"></ng-template>
4813
4820
  </ng-container>
4814
4821
  </p-button>
4815
4822
  </div>
@@ -4832,9 +4839,9 @@ class DatePicker extends BaseComponent {
4832
4839
  (mouseleave)="onTimePickerElementMouseLeave()"
4833
4840
  [attr.aria-label]="getTranslation('nextSecond')"
4834
4841
  >
4835
- <ChevronUpIcon *ngIf="!incrementIconTemplate" />
4842
+ <ChevronUpIcon *ngIf="!incrementicon" />
4836
4843
 
4837
- <ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
4844
+ <ng-template *ngTemplateOutlet="incrementicon"></ng-template>
4838
4845
  </p-button>
4839
4846
  <span><ng-container *ngIf="currentSecond < 10">0</ng-container>{{ currentSecond }}</span>
4840
4847
  <p-button
@@ -4852,9 +4859,9 @@ class DatePicker extends BaseComponent {
4852
4859
  (mouseleave)="onTimePickerElementMouseLeave()"
4853
4860
  [attr.aria-label]="getTranslation('prevSecond')"
4854
4861
  >
4855
- <ChevronDownIcon *ngIf="!decrementIconTemplate" />
4862
+ <ChevronDownIcon *ngIf="!decrementicon" />
4856
4863
 
4857
- <ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
4864
+ <ng-template *ngTemplateOutlet="decrementicon"></ng-template>
4858
4865
  </p-button>
4859
4866
  </div>
4860
4867
  <div class="p-datepicker-separator" *ngIf="hourFormat == '12'">
@@ -4871,8 +4878,8 @@ class DatePicker extends BaseComponent {
4871
4878
  (keydown.enter)="toggleAMPM($event)"
4872
4879
  [attr.aria-label]="getTranslation('am')"
4873
4880
  >
4874
- <ChevronUpIcon *ngIf="!incrementIconTemplate" />
4875
- <ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
4881
+ <ChevronUpIcon *ngIf="!incrementicon" />
4882
+ <ng-template *ngTemplateOutlet="incrementicon"></ng-template>
4876
4883
  </p-button>
4877
4884
  <span>{{ pm ? 'PM' : 'AM' }}</span>
4878
4885
  <p-button
@@ -4885,8 +4892,8 @@ class DatePicker extends BaseComponent {
4885
4892
  (keydown.enter)="toggleAMPM($event)"
4886
4893
  [attr.aria-label]="getTranslation('pm')"
4887
4894
  >
4888
- <ChevronDownIcon *ngIf="!decrementIconTemplate" />
4889
- <ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
4895
+ <ChevronDownIcon *ngIf="!decrementicon" />
4896
+ <ng-template *ngTemplateOutlet="decrementicon"></ng-template>
4890
4897
  </p-button>
4891
4898
  </div>
4892
4899
  </div>
@@ -5154,25 +5161,25 @@ class DatePicker extends BaseComponent {
5154
5161
  }], decadeTemplate: [{
5155
5162
  type: ContentChild,
5156
5163
  args: ['decade']
5157
- }], previousIconTemplate: [{
5164
+ }], previousicon: [{
5158
5165
  type: ContentChild,
5159
5166
  args: ['previousicon']
5160
- }], nextIconTemplate: [{
5167
+ }], nexticon: [{
5161
5168
  type: ContentChild,
5162
5169
  args: ['nexticon']
5163
- }], triggerIconTemplate: [{
5170
+ }], triggericon: [{
5164
5171
  type: ContentChild,
5165
5172
  args: ['triggericon']
5166
- }], clearIconTemplate: [{
5173
+ }], clearicon: [{
5167
5174
  type: ContentChild,
5168
5175
  args: ['clearicon']
5169
- }], decrementIconTemplate: [{
5176
+ }], decrementicon: [{
5170
5177
  type: ContentChild,
5171
5178
  args: ['decrementicon']
5172
- }], incrementIconTemplate: [{
5179
+ }], incrementicon: [{
5173
5180
  type: ContentChild,
5174
5181
  args: ['incrementicon']
5175
- }], inputIconTemplate: [{
5182
+ }], inputicon: [{
5176
5183
  type: ContentChild,
5177
5184
  args: ['inputicon']
5178
5185
  }] }); })();