primeng 17.16.0 → 17.17.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 (464) hide show
  1. package/api/primeicons.d.ts +53 -0
  2. package/api/primengconfig.d.ts +3 -0
  3. package/autofocus/autofocus.d.ts +5 -2
  4. package/badge/badge.d.ts +2 -5
  5. package/button/button.d.ts +3 -2
  6. package/button/button.interface.d.ts +13 -2
  7. package/calendar/calendar.d.ts +5 -2
  8. package/chart/chart.d.ts +1 -1
  9. package/dataview/dataview.d.ts +0 -1
  10. package/dom/domhandler.d.ts +5 -1
  11. package/dropdown/dropdown.d.ts +1 -1
  12. package/esm2022/accordion/accordion.mjs +10 -10
  13. package/esm2022/animate/animate.mjs +7 -7
  14. package/esm2022/animateonscroll/animateonscroll.mjs +7 -7
  15. package/esm2022/api/confirmationservice.mjs +3 -3
  16. package/esm2022/api/contextmenuservice.mjs +3 -3
  17. package/esm2022/api/filterservice.mjs +3 -3
  18. package/esm2022/api/messageservice.mjs +3 -3
  19. package/esm2022/api/overlayservice.mjs +3 -3
  20. package/esm2022/api/primeicons.mjs +54 -1
  21. package/esm2022/api/primengconfig.mjs +5 -4
  22. package/esm2022/api/shared.mjs +13 -13
  23. package/esm2022/api/treedragdropservice.mjs +3 -3
  24. package/esm2022/autocomplete/autocomplete.mjs +12 -12
  25. package/esm2022/autofocus/autofocus.mjs +34 -27
  26. package/esm2022/avatar/avatar.mjs +7 -7
  27. package/esm2022/avatargroup/avatargroup.mjs +7 -7
  28. package/esm2022/badge/badge.mjs +25 -18
  29. package/esm2022/baseicon/baseicon.mjs +3 -3
  30. package/esm2022/blockui/blockui.mjs +7 -7
  31. package/esm2022/breadcrumb/breadcrumb.mjs +16 -16
  32. package/esm2022/button/button.interface.mjs +1 -1
  33. package/esm2022/button/button.mjs +18 -25
  34. package/esm2022/buttongroup/buttongroup.mjs +7 -7
  35. package/esm2022/calendar/calendar.mjs +95 -22
  36. package/esm2022/card/card.mjs +7 -7
  37. package/esm2022/carousel/carousel.mjs +9 -8
  38. package/esm2022/cascadeselect/cascadeselect.mjs +10 -10
  39. package/esm2022/chart/chart.mjs +8 -8
  40. package/esm2022/checkbox/checkbox.mjs +7 -7
  41. package/esm2022/chip/chip.mjs +7 -7
  42. package/esm2022/chips/chips.mjs +7 -7
  43. package/esm2022/colorpicker/colorpicker.mjs +7 -7
  44. package/esm2022/confirmdialog/confirmdialog.mjs +9 -8
  45. package/esm2022/confirmpopup/confirmpopup.mjs +7 -7
  46. package/esm2022/contextmenu/contextmenu.mjs +10 -10
  47. package/esm2022/dataview/dataview.mjs +12 -13
  48. package/esm2022/defer/defer.mjs +7 -7
  49. package/esm2022/dialog/dialog.mjs +9 -8
  50. package/esm2022/divider/divider.mjs +7 -7
  51. package/esm2022/dock/dock.mjs +7 -7
  52. package/esm2022/dom/domhandler.mjs +65 -2
  53. package/esm2022/dragdrop/dragdrop.mjs +10 -10
  54. package/esm2022/dropdown/dropdown.mjs +30 -20
  55. package/esm2022/dynamicdialog/dialogservice.mjs +3 -3
  56. package/esm2022/dynamicdialog/dynamicdialog.mjs +12 -8
  57. package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  58. package/esm2022/editor/editor.mjs +7 -7
  59. package/esm2022/fieldset/fieldset.mjs +7 -7
  60. package/esm2022/fileupload/fileupload.interface.mjs +1 -1
  61. package/esm2022/fileupload/fileupload.mjs +95 -14
  62. package/esm2022/floatlabel/floatlabel.mjs +7 -7
  63. package/esm2022/focustrap/focustrap.mjs +67 -23
  64. package/esm2022/galleria/galleria.mjs +76 -29
  65. package/esm2022/iconfield/iconfield.mjs +7 -7
  66. package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
  67. package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
  68. package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
  69. package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
  70. package/esm2022/icons/angledown/angledown.mjs +3 -3
  71. package/esm2022/icons/angleleft/angleleft.mjs +3 -3
  72. package/esm2022/icons/angleright/angleright.mjs +3 -3
  73. package/esm2022/icons/angleup/angleup.mjs +3 -3
  74. package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
  75. package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
  76. package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
  77. package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
  78. package/esm2022/icons/arrowright/arrowright.mjs +3 -3
  79. package/esm2022/icons/arrowup/arrowup.mjs +3 -3
  80. package/esm2022/icons/ban/ban.mjs +3 -3
  81. package/esm2022/icons/bars/bars.mjs +3 -3
  82. package/esm2022/icons/blank/blank.mjs +3 -3
  83. package/esm2022/icons/calendar/calendar.mjs +3 -3
  84. package/esm2022/icons/caretleft/caretleft.mjs +3 -3
  85. package/esm2022/icons/caretright/caretright.mjs +3 -3
  86. package/esm2022/icons/check/check.mjs +3 -3
  87. package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
  88. package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
  89. package/esm2022/icons/chevronright/chevronright.mjs +3 -3
  90. package/esm2022/icons/chevronup/chevronup.mjs +3 -3
  91. package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
  92. package/esm2022/icons/eye/eye.mjs +3 -3
  93. package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
  94. package/esm2022/icons/filter/filter.mjs +3 -3
  95. package/esm2022/icons/filterslash/filterslash.mjs +3 -3
  96. package/esm2022/icons/home/home.mjs +3 -3
  97. package/esm2022/icons/infocircle/infocircle.mjs +3 -3
  98. package/esm2022/icons/minus/minus.mjs +3 -3
  99. package/esm2022/icons/pencil/pencil.mjs +3 -3
  100. package/esm2022/icons/plus/plus.mjs +3 -3
  101. package/esm2022/icons/refresh/refresh.mjs +3 -3
  102. package/esm2022/icons/search/search.mjs +3 -3
  103. package/esm2022/icons/searchminus/searchminus.mjs +3 -3
  104. package/esm2022/icons/searchplus/searchplus.mjs +3 -3
  105. package/esm2022/icons/sortalt/sortalt.mjs +3 -3
  106. package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
  107. package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
  108. package/esm2022/icons/spinner/spinner.mjs +3 -3
  109. package/esm2022/icons/star/star.mjs +3 -3
  110. package/esm2022/icons/starfill/starfill.mjs +3 -3
  111. package/esm2022/icons/thlarge/thlarge.mjs +3 -3
  112. package/esm2022/icons/times/times.mjs +3 -3
  113. package/esm2022/icons/timescircle/timescircle.mjs +3 -3
  114. package/esm2022/icons/trash/trash.mjs +3 -3
  115. package/esm2022/icons/undo/undo.mjs +3 -3
  116. package/esm2022/icons/upload/upload.mjs +3 -3
  117. package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
  118. package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
  119. package/esm2022/image/image.mjs +7 -7
  120. package/esm2022/inplace/inplace.mjs +13 -13
  121. package/esm2022/inputgroup/inputgroup.mjs +7 -7
  122. package/esm2022/inputgroupaddon/inputgroupaddon.mjs +7 -7
  123. package/esm2022/inputicon/inputicon.mjs +7 -7
  124. package/esm2022/inputmask/inputmask.mjs +7 -7
  125. package/esm2022/inputnumber/inputnumber.mjs +31 -17
  126. package/esm2022/inputotp/inputotp.mjs +20 -15
  127. package/esm2022/inputswitch/inputswitch.mjs +8 -9
  128. package/esm2022/inputtext/inputtext.mjs +7 -7
  129. package/esm2022/inputtextarea/inputtextarea.mjs +7 -7
  130. package/esm2022/keyfilter/keyfilter.mjs +7 -7
  131. package/esm2022/knob/knob.mjs +7 -7
  132. package/esm2022/listbox/listbox.mjs +10 -10
  133. package/esm2022/megamenu/megamenu.mjs +10 -10
  134. package/esm2022/menu/menu.mjs +13 -13
  135. package/esm2022/menubar/menubar.mjs +13 -13
  136. package/esm2022/message/message.mjs +18 -36
  137. package/esm2022/messages/messages.mjs +7 -7
  138. package/esm2022/metergroup/metergroup.mjs +10 -10
  139. package/esm2022/multiselect/multiselect.mjs +10 -10
  140. package/esm2022/orderlist/orderlist.mjs +9 -8
  141. package/esm2022/organizationchart/organizationchart.mjs +10 -10
  142. package/esm2022/overlay/overlay.mjs +7 -7
  143. package/esm2022/overlaypanel/overlaypanel.mjs +7 -7
  144. package/esm2022/paginator/paginator.mjs +7 -7
  145. package/esm2022/panel/panel.mjs +7 -7
  146. package/esm2022/panelmenu/panelmenu.mjs +18 -22
  147. package/esm2022/password/password.mjs +13 -13
  148. package/esm2022/picklist/picklist.mjs +12 -10
  149. package/esm2022/progressbar/progressbar.mjs +7 -7
  150. package/esm2022/progressspinner/progressspinner.mjs +7 -7
  151. package/esm2022/radiobutton/radiobutton.mjs +10 -10
  152. package/esm2022/rating/rating.mjs +7 -7
  153. package/esm2022/ripple/ripple.mjs +7 -7
  154. package/esm2022/scroller/scroller.mjs +7 -7
  155. package/esm2022/scrollpanel/scrollpanel.mjs +7 -7
  156. package/esm2022/scrolltop/scrolltop.mjs +7 -7
  157. package/esm2022/selectbutton/selectbutton.mjs +7 -7
  158. package/esm2022/sidebar/sidebar.mjs +7 -7
  159. package/esm2022/skeleton/skeleton.mjs +12 -12
  160. package/esm2022/slidemenu/slidemenu.mjs +10 -10
  161. package/esm2022/slider/slider.mjs +7 -7
  162. package/esm2022/speeddial/speeddial.mjs +7 -7
  163. package/esm2022/spinner/spinner.mjs +7 -7
  164. package/esm2022/splitbutton/splitbutton.mjs +7 -7
  165. package/esm2022/splitter/splitter.mjs +7 -7
  166. package/esm2022/stepper/stepper.mjs +19 -19
  167. package/esm2022/steps/steps.mjs +12 -12
  168. package/esm2022/styleclass/styleclass.mjs +7 -7
  169. package/esm2022/table/table.mjs +109 -88
  170. package/esm2022/tabmenu/tabmenu.mjs +7 -7
  171. package/esm2022/tabview/tabview.mjs +10 -10
  172. package/esm2022/tag/tag.mjs +9 -12
  173. package/esm2022/terminal/terminal.mjs +7 -7
  174. package/esm2022/terminal/terminalservice.mjs +3 -3
  175. package/esm2022/tieredmenu/tieredmenu.mjs +30 -32
  176. package/esm2022/timeline/timeline.mjs +7 -7
  177. package/esm2022/toast/toast.mjs +13 -11
  178. package/esm2022/togglebutton/togglebutton.mjs +7 -7
  179. package/esm2022/toolbar/toolbar.mjs +7 -7
  180. package/esm2022/tooltip/tooltip.mjs +39 -18
  181. package/esm2022/tree/tree.mjs +15 -11
  182. package/esm2022/treeselect/treeselect.mjs +48 -15
  183. package/esm2022/treetable/treetable.mjs +55 -55
  184. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +7 -7
  185. package/esm2022/virtualscroller/virtualscroller.mjs +7 -7
  186. package/fesm2022/primeng-accordion.mjs +10 -10
  187. package/fesm2022/primeng-animate.mjs +7 -7
  188. package/fesm2022/primeng-animateonscroll.mjs +7 -7
  189. package/fesm2022/primeng-api.mjs +88 -34
  190. package/fesm2022/primeng-api.mjs.map +1 -1
  191. package/fesm2022/primeng-autocomplete.mjs +11 -11
  192. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  193. package/fesm2022/primeng-autofocus.mjs +33 -26
  194. package/fesm2022/primeng-autofocus.mjs.map +1 -1
  195. package/fesm2022/primeng-avatar.mjs +7 -7
  196. package/fesm2022/primeng-avatargroup.mjs +7 -7
  197. package/fesm2022/primeng-badge.mjs +24 -17
  198. package/fesm2022/primeng-badge.mjs.map +1 -1
  199. package/fesm2022/primeng-baseicon.mjs +3 -3
  200. package/fesm2022/primeng-blockui.mjs +7 -7
  201. package/fesm2022/primeng-breadcrumb.mjs +15 -15
  202. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  203. package/fesm2022/primeng-button.mjs +17 -24
  204. package/fesm2022/primeng-button.mjs.map +1 -1
  205. package/fesm2022/primeng-buttongroup.mjs +7 -7
  206. package/fesm2022/primeng-calendar.mjs +94 -21
  207. package/fesm2022/primeng-calendar.mjs.map +1 -1
  208. package/fesm2022/primeng-card.mjs +7 -7
  209. package/fesm2022/primeng-carousel.mjs +8 -7
  210. package/fesm2022/primeng-carousel.mjs.map +1 -1
  211. package/fesm2022/primeng-cascadeselect.mjs +10 -10
  212. package/fesm2022/primeng-chart.mjs +7 -7
  213. package/fesm2022/primeng-chart.mjs.map +1 -1
  214. package/fesm2022/primeng-checkbox.mjs +7 -7
  215. package/fesm2022/primeng-chip.mjs +7 -7
  216. package/fesm2022/primeng-chips.mjs +7 -7
  217. package/fesm2022/primeng-colorpicker.mjs +7 -7
  218. package/fesm2022/primeng-confirmdialog.mjs +8 -7
  219. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  220. package/fesm2022/primeng-confirmpopup.mjs +7 -7
  221. package/fesm2022/primeng-contextmenu.mjs +10 -10
  222. package/fesm2022/primeng-dataview.mjs +11 -12
  223. package/fesm2022/primeng-dataview.mjs.map +1 -1
  224. package/fesm2022/primeng-defer.mjs +7 -7
  225. package/fesm2022/primeng-dialog.mjs +8 -7
  226. package/fesm2022/primeng-dialog.mjs.map +1 -1
  227. package/fesm2022/primeng-divider.mjs +7 -7
  228. package/fesm2022/primeng-dock.mjs +7 -7
  229. package/fesm2022/primeng-dom.mjs +64 -1
  230. package/fesm2022/primeng-dom.mjs.map +1 -1
  231. package/fesm2022/primeng-dragdrop.mjs +10 -10
  232. package/fesm2022/primeng-dropdown.mjs +29 -19
  233. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  234. package/fesm2022/primeng-dynamicdialog.mjs +17 -13
  235. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  236. package/fesm2022/primeng-editor.mjs +7 -7
  237. package/fesm2022/primeng-fieldset.mjs +7 -7
  238. package/fesm2022/primeng-fileupload.mjs +94 -13
  239. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  240. package/fesm2022/primeng-floatlabel.mjs +7 -7
  241. package/fesm2022/primeng-focustrap.mjs +66 -22
  242. package/fesm2022/primeng-focustrap.mjs.map +1 -1
  243. package/fesm2022/primeng-galleria.mjs +75 -28
  244. package/fesm2022/primeng-galleria.mjs.map +1 -1
  245. package/fesm2022/primeng-iconfield.mjs +7 -7
  246. package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
  247. package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
  248. package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
  249. package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
  250. package/fesm2022/primeng-icons-angledown.mjs +3 -3
  251. package/fesm2022/primeng-icons-angleleft.mjs +3 -3
  252. package/fesm2022/primeng-icons-angleright.mjs +3 -3
  253. package/fesm2022/primeng-icons-angleup.mjs +3 -3
  254. package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
  255. package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
  256. package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
  257. package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
  258. package/fesm2022/primeng-icons-arrowright.mjs +3 -3
  259. package/fesm2022/primeng-icons-arrowup.mjs +3 -3
  260. package/fesm2022/primeng-icons-ban.mjs +3 -3
  261. package/fesm2022/primeng-icons-bars.mjs +3 -3
  262. package/fesm2022/primeng-icons-blank.mjs +3 -3
  263. package/fesm2022/primeng-icons-calendar.mjs +3 -3
  264. package/fesm2022/primeng-icons-caretleft.mjs +3 -3
  265. package/fesm2022/primeng-icons-caretright.mjs +3 -3
  266. package/fesm2022/primeng-icons-check.mjs +3 -3
  267. package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
  268. package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
  269. package/fesm2022/primeng-icons-chevronright.mjs +3 -3
  270. package/fesm2022/primeng-icons-chevronup.mjs +3 -3
  271. package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
  272. package/fesm2022/primeng-icons-eye.mjs +3 -3
  273. package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
  274. package/fesm2022/primeng-icons-filter.mjs +3 -3
  275. package/fesm2022/primeng-icons-filterslash.mjs +3 -3
  276. package/fesm2022/primeng-icons-home.mjs +3 -3
  277. package/fesm2022/primeng-icons-infocircle.mjs +3 -3
  278. package/fesm2022/primeng-icons-minus.mjs +3 -3
  279. package/fesm2022/primeng-icons-pencil.mjs +3 -3
  280. package/fesm2022/primeng-icons-plus.mjs +3 -3
  281. package/fesm2022/primeng-icons-refresh.mjs +3 -3
  282. package/fesm2022/primeng-icons-search.mjs +3 -3
  283. package/fesm2022/primeng-icons-searchminus.mjs +3 -3
  284. package/fesm2022/primeng-icons-searchplus.mjs +3 -3
  285. package/fesm2022/primeng-icons-sortalt.mjs +3 -3
  286. package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
  287. package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
  288. package/fesm2022/primeng-icons-spinner.mjs +3 -3
  289. package/fesm2022/primeng-icons-star.mjs +3 -3
  290. package/fesm2022/primeng-icons-starfill.mjs +3 -3
  291. package/fesm2022/primeng-icons-thlarge.mjs +3 -3
  292. package/fesm2022/primeng-icons-times.mjs +3 -3
  293. package/fesm2022/primeng-icons-timescircle.mjs +3 -3
  294. package/fesm2022/primeng-icons-trash.mjs +3 -3
  295. package/fesm2022/primeng-icons-undo.mjs +3 -3
  296. package/fesm2022/primeng-icons-upload.mjs +3 -3
  297. package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
  298. package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
  299. package/fesm2022/primeng-image.mjs +7 -7
  300. package/fesm2022/primeng-inplace.mjs +13 -13
  301. package/fesm2022/primeng-inputgroup.mjs +7 -7
  302. package/fesm2022/primeng-inputgroupaddon.mjs +7 -7
  303. package/fesm2022/primeng-inputicon.mjs +7 -7
  304. package/fesm2022/primeng-inputmask.mjs +7 -7
  305. package/fesm2022/primeng-inputnumber.mjs +31 -17
  306. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  307. package/fesm2022/primeng-inputotp.mjs +19 -14
  308. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  309. package/fesm2022/primeng-inputswitch.mjs +7 -8
  310. package/fesm2022/primeng-inputswitch.mjs.map +1 -1
  311. package/fesm2022/primeng-inputtext.mjs +7 -7
  312. package/fesm2022/primeng-inputtextarea.mjs +7 -7
  313. package/fesm2022/primeng-keyfilter.mjs +7 -7
  314. package/fesm2022/primeng-knob.mjs +7 -7
  315. package/fesm2022/primeng-listbox.mjs +9 -9
  316. package/fesm2022/primeng-listbox.mjs.map +1 -1
  317. package/fesm2022/primeng-megamenu.mjs +10 -10
  318. package/fesm2022/primeng-menu.mjs +13 -13
  319. package/fesm2022/primeng-menubar.mjs +13 -13
  320. package/fesm2022/primeng-message.mjs +17 -35
  321. package/fesm2022/primeng-message.mjs.map +1 -1
  322. package/fesm2022/primeng-messages.mjs +7 -7
  323. package/fesm2022/primeng-metergroup.mjs +10 -10
  324. package/fesm2022/primeng-multiselect.mjs +10 -10
  325. package/fesm2022/primeng-orderlist.mjs +8 -7
  326. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  327. package/fesm2022/primeng-organizationchart.mjs +10 -10
  328. package/fesm2022/primeng-overlay.mjs +7 -7
  329. package/fesm2022/primeng-overlaypanel.mjs +7 -7
  330. package/fesm2022/primeng-paginator.mjs +7 -7
  331. package/fesm2022/primeng-panel.mjs +7 -7
  332. package/fesm2022/primeng-panelmenu.mjs +17 -21
  333. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  334. package/fesm2022/primeng-password.mjs +13 -13
  335. package/fesm2022/primeng-picklist.mjs +11 -9
  336. package/fesm2022/primeng-picklist.mjs.map +1 -1
  337. package/fesm2022/primeng-progressbar.mjs +7 -7
  338. package/fesm2022/primeng-progressspinner.mjs +7 -7
  339. package/fesm2022/primeng-radiobutton.mjs +10 -10
  340. package/fesm2022/primeng-rating.mjs +7 -7
  341. package/fesm2022/primeng-ripple.mjs +7 -7
  342. package/fesm2022/primeng-scroller.mjs +7 -7
  343. package/fesm2022/primeng-scrollpanel.mjs +7 -7
  344. package/fesm2022/primeng-scrolltop.mjs +7 -7
  345. package/fesm2022/primeng-selectbutton.mjs +7 -7
  346. package/fesm2022/primeng-sidebar.mjs +7 -7
  347. package/fesm2022/primeng-skeleton.mjs +11 -11
  348. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  349. package/fesm2022/primeng-slidemenu.mjs +10 -10
  350. package/fesm2022/primeng-slider.mjs +7 -7
  351. package/fesm2022/primeng-speeddial.mjs +7 -7
  352. package/fesm2022/primeng-spinner.mjs +7 -7
  353. package/fesm2022/primeng-splitbutton.mjs +7 -7
  354. package/fesm2022/primeng-splitter.mjs +7 -7
  355. package/fesm2022/primeng-stepper.mjs +19 -19
  356. package/fesm2022/primeng-steps.mjs +11 -11
  357. package/fesm2022/primeng-steps.mjs.map +1 -1
  358. package/fesm2022/primeng-styleclass.mjs +7 -7
  359. package/fesm2022/primeng-table.mjs +108 -87
  360. package/fesm2022/primeng-table.mjs.map +1 -1
  361. package/fesm2022/primeng-tabmenu.mjs +7 -7
  362. package/fesm2022/primeng-tabview.mjs +10 -10
  363. package/fesm2022/primeng-tag.mjs +8 -11
  364. package/fesm2022/primeng-tag.mjs.map +1 -1
  365. package/fesm2022/primeng-terminal.mjs +10 -10
  366. package/fesm2022/primeng-tieredmenu.mjs +29 -31
  367. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  368. package/fesm2022/primeng-timeline.mjs +7 -7
  369. package/fesm2022/primeng-toast.mjs +12 -10
  370. package/fesm2022/primeng-toast.mjs.map +1 -1
  371. package/fesm2022/primeng-togglebutton.mjs +7 -7
  372. package/fesm2022/primeng-toolbar.mjs +7 -7
  373. package/fesm2022/primeng-tooltip.mjs +38 -17
  374. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  375. package/fesm2022/primeng-tree.mjs +14 -10
  376. package/fesm2022/primeng-tree.mjs.map +1 -1
  377. package/fesm2022/primeng-treeselect.mjs +47 -14
  378. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  379. package/fesm2022/primeng-treetable.mjs +55 -55
  380. package/fesm2022/primeng-tristatecheckbox.mjs +7 -7
  381. package/fesm2022/primeng-virtualscroller.mjs +7 -7
  382. package/fileupload/fileupload.d.ts +22 -2
  383. package/fileupload/fileupload.interface.d.ts +73 -3
  384. package/focustrap/focustrap.d.ts +12 -2
  385. package/galleria/galleria.d.ts +10 -2
  386. package/message/message.d.ts +6 -2
  387. package/package.json +195 -195
  388. package/panelmenu/panelmenu.d.ts +0 -1
  389. package/resources/components/dropdown/dropdown.css +6 -2
  390. package/resources/components/galleria/galleria.css +5 -0
  391. package/resources/themes/arya-blue/theme.css +0 -4
  392. package/resources/themes/arya-green/theme.css +0 -4
  393. package/resources/themes/arya-orange/theme.css +0 -4
  394. package/resources/themes/arya-purple/theme.css +0 -4
  395. package/resources/themes/aura-dark-amber/theme.css +56 -0
  396. package/resources/themes/aura-dark-blue/theme.css +56 -0
  397. package/resources/themes/aura-dark-cyan/theme.css +56 -0
  398. package/resources/themes/aura-dark-green/theme.css +56 -0
  399. package/resources/themes/aura-dark-indigo/theme.css +56 -0
  400. package/resources/themes/aura-dark-lime/theme.css +56 -0
  401. package/resources/themes/aura-dark-noir/theme.css +56 -0
  402. package/resources/themes/aura-dark-pink/theme.css +56 -0
  403. package/resources/themes/aura-dark-purple/theme.css +56 -0
  404. package/resources/themes/aura-dark-teal/theme.css +56 -0
  405. package/resources/themes/aura-light-amber/theme.css +56 -0
  406. package/resources/themes/aura-light-blue/theme.css +56 -0
  407. package/resources/themes/aura-light-cyan/theme.css +56 -0
  408. package/resources/themes/aura-light-green/theme.css +56 -0
  409. package/resources/themes/aura-light-indigo/theme.css +56 -0
  410. package/resources/themes/aura-light-lime/theme.css +56 -0
  411. package/resources/themes/aura-light-noir/theme.css +56 -0
  412. package/resources/themes/aura-light-pink/theme.css +56 -0
  413. package/resources/themes/aura-light-purple/theme.css +56 -0
  414. package/resources/themes/aura-light-teal/theme.css +56 -0
  415. package/resources/themes/bootstrap4-dark-blue/theme.css +49 -4
  416. package/resources/themes/bootstrap4-dark-purple/theme.css +49 -4
  417. package/resources/themes/bootstrap4-light-blue/theme.css +49 -4
  418. package/resources/themes/bootstrap4-light-purple/theme.css +49 -4
  419. package/resources/themes/fluent-light/theme.css +0 -4
  420. package/resources/themes/lara-dark-blue/theme.css +56 -0
  421. package/resources/themes/lara-dark-indigo/theme.css +56 -0
  422. package/resources/themes/lara-dark-purple/theme.css +56 -0
  423. package/resources/themes/lara-dark-teal/theme.css +56 -0
  424. package/resources/themes/lara-light-blue/theme.css +105 -0
  425. package/resources/themes/lara-light-indigo/theme.css +105 -0
  426. package/resources/themes/lara-light-purple/theme.css +105 -0
  427. package/resources/themes/lara-light-teal/theme.css +105 -0
  428. package/resources/themes/luna-amber/theme.css +0 -4
  429. package/resources/themes/luna-blue/theme.css +0 -4
  430. package/resources/themes/luna-green/theme.css +0 -4
  431. package/resources/themes/luna-pink/theme.css +0 -4
  432. package/resources/themes/md-dark-deeppurple/theme.css +56 -0
  433. package/resources/themes/md-dark-indigo/theme.css +56 -0
  434. package/resources/themes/md-light-deeppurple/theme.css +56 -0
  435. package/resources/themes/md-light-indigo/theme.css +56 -0
  436. package/resources/themes/mdc-dark-deeppurple/theme.css +56 -0
  437. package/resources/themes/mdc-dark-indigo/theme.css +56 -0
  438. package/resources/themes/mdc-light-deeppurple/theme.css +56 -0
  439. package/resources/themes/mdc-light-indigo/theme.css +56 -0
  440. package/resources/themes/mira/theme.css +0 -4
  441. package/resources/themes/nano/theme.css +0 -4
  442. package/resources/themes/nova/theme.css +0 -4
  443. package/resources/themes/nova-accent/theme.css +0 -4
  444. package/resources/themes/nova-alt/theme.css +0 -4
  445. package/resources/themes/rhea/theme.css +0 -4
  446. package/resources/themes/saga-blue/theme.css +0 -4
  447. package/resources/themes/saga-green/theme.css +0 -4
  448. package/resources/themes/saga-orange/theme.css +0 -4
  449. package/resources/themes/saga-purple/theme.css +0 -4
  450. package/resources/themes/soho-dark/theme.css +0 -4
  451. package/resources/themes/soho-light/theme.css +0 -4
  452. package/resources/themes/tailwind-light/theme.css +0 -4
  453. package/resources/themes/vela-blue/theme.css +0 -4
  454. package/resources/themes/vela-green/theme.css +0 -4
  455. package/resources/themes/vela-orange/theme.css +0 -4
  456. package/resources/themes/vela-purple/theme.css +0 -4
  457. package/resources/themes/viva-dark/theme.css +0 -4
  458. package/resources/themes/viva-light/theme.css +0 -4
  459. package/skeleton/skeleton.d.ts +2 -2
  460. package/table/table.d.ts +18 -3
  461. package/tag/tag.d.ts +2 -5
  462. package/tieredmenu/tieredmenu.d.ts +2 -3
  463. package/tooltip/tooltip.d.ts +2 -1
  464. package/treeselect/treeselect.d.ts +21 -3
@@ -8,10 +8,10 @@ import { ButtonModule } from 'primeng/button';
8
8
  import { TimesIcon } from 'primeng/icons/times';
9
9
 
10
10
  class InplaceDisplay {
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InplaceDisplay, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: InplaceDisplay, selector: "p-inplaceDisplay", host: { classAttribute: "p-element" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InplaceDisplay, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: InplaceDisplay, selector: "p-inplaceDisplay", host: { classAttribute: "p-element" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InplaceDisplay, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InplaceDisplay, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'p-inplaceDisplay',
@@ -22,10 +22,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
22
22
  }]
23
23
  }] });
24
24
  class InplaceContent {
25
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InplaceContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: InplaceContent, selector: "p-inplaceContent", host: { classAttribute: "p-element" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
25
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InplaceContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: InplaceContent, selector: "p-inplaceContent", host: { classAttribute: "p-element" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InplaceContent, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InplaceContent, decorators: [{
29
29
  type: Component,
30
30
  args: [{
31
31
  selector: 'p-inplaceContent',
@@ -155,8 +155,8 @@ class Inplace {
155
155
  event.preventDefault();
156
156
  }
157
157
  }
158
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Inplace, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
159
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: Inplace, selector: "p-inplace", inputs: { active: ["active", "active", booleanAttribute], closable: ["closable", "closable", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], preventClick: ["preventClick", "preventClick", booleanAttribute], style: "style", styleClass: "styleClass", closeIcon: "closeIcon", closeAriaLabel: "closeAriaLabel" }, outputs: { onActivate: "onActivate", onDeactivate: "onDeactivate" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
158
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Inplace, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
159
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: Inplace, selector: "p-inplace", inputs: { active: ["active", "active", booleanAttribute], closable: ["closable", "closable", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], preventClick: ["preventClick", "preventClick", booleanAttribute], style: "style", styleClass: "styleClass", closeIcon: "closeIcon", closeAriaLabel: "closeAriaLabel" }, outputs: { onActivate: "onActivate", onDeactivate: "onDeactivate" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
160
160
  <div [ngClass]="{ 'p-inplace p-component': true, 'p-inplace-closable': closable }" [ngStyle]="style" [class]="styleClass" [attr.aria-live]="'polite'">
161
161
  <div class="p-inplace-display" (click)="onActivateClick($event)" tabindex="0" role="button" (keydown)="onKeydown($event)" [ngClass]="{ 'p-disabled': disabled }" *ngIf="!active">
162
162
  <ng-content select="[pInplaceDisplay]"></ng-content>
@@ -177,7 +177,7 @@ class Inplace {
177
177
  </div>
178
178
  `, isInline: true, styles: ["@layer primeng{.p-inplace .p-inplace-display{display:inline;cursor:pointer}.p-inplace .p-inplace-content{display:inline}.p-fluid .p-inplace.p-inplace-closable .p-inplace-content{display:flex}.p-fluid .p-inplace.p-inplace-closable .p-inplace-content>.p-inputtext{flex:1 1 auto;width:1%}}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i1.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(() => i2.ButtonDirective), selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }, { kind: "component", type: i0.forwardRef(() => TimesIcon), selector: "TimesIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
179
179
  }
180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Inplace, decorators: [{
180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Inplace, decorators: [{
181
181
  type: Component,
182
182
  args: [{ selector: 'p-inplace', template: `
183
183
  <div [ngClass]="{ 'p-inplace p-component': true, 'p-inplace-closable': closable }" [ngStyle]="style" [class]="styleClass" [attr.aria-live]="'polite'">
@@ -230,11 +230,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
230
230
  args: [PrimeTemplate]
231
231
  }] } });
232
232
  class InplaceModule {
233
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InplaceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
234
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: InplaceModule, declarations: [Inplace, InplaceDisplay, InplaceContent], imports: [CommonModule, ButtonModule, SharedModule, TimesIcon], exports: [Inplace, InplaceDisplay, InplaceContent, ButtonModule, SharedModule] });
235
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InplaceModule, imports: [CommonModule, ButtonModule, SharedModule, TimesIcon, ButtonModule, SharedModule] });
233
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InplaceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
234
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InplaceModule, declarations: [Inplace, InplaceDisplay, InplaceContent], imports: [CommonModule, ButtonModule, SharedModule, TimesIcon], exports: [Inplace, InplaceDisplay, InplaceContent, ButtonModule, SharedModule] });
235
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InplaceModule, imports: [CommonModule, ButtonModule, SharedModule, TimesIcon, ButtonModule, SharedModule] });
236
236
  }
237
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InplaceModule, decorators: [{
237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InplaceModule, decorators: [{
238
238
  type: NgModule,
239
239
  args: [{
240
240
  imports: [CommonModule, ButtonModule, SharedModule, TimesIcon],
@@ -19,14 +19,14 @@ class InputGroup {
19
19
  * @group Props
20
20
  */
21
21
  styleClass;
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: InputGroup, selector: "p-inputGroup", inputs: { style: "style", styleClass: "styleClass" }, host: { classAttribute: "p-element p-inputgroup" }, ngImport: i0, template: `
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: InputGroup, selector: "p-inputGroup", inputs: { style: "style", styleClass: "styleClass" }, host: { classAttribute: "p-element p-inputgroup" }, ngImport: i0, template: `
24
24
  <div class="p-inputgroup" [attr.data-pc-name]="'inputgroup'" [ngClass]="styleClass" [ngStyle]="style">
25
25
  <ng-content></ng-content>
26
26
  </div>
27
27
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroup, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroup, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  selector: 'p-inputGroup',
@@ -45,11 +45,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
45
45
  type: Input
46
46
  }] } });
47
47
  class InputGroupModule {
48
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: InputGroupModule, declarations: [InputGroup], imports: [CommonModule], exports: [InputGroup, SharedModule] });
50
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroupModule, imports: [CommonModule, SharedModule] });
48
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InputGroupModule, declarations: [InputGroup], imports: [CommonModule], exports: [InputGroup, SharedModule] });
50
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupModule, imports: [CommonModule, SharedModule] });
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroupModule, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupModule, decorators: [{
53
53
  type: NgModule,
54
54
  args: [{
55
55
  imports: [CommonModule],
@@ -19,14 +19,14 @@ class InputGroupAddon {
19
19
  * @group Props
20
20
  */
21
21
  styleClass;
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroupAddon, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: InputGroupAddon, selector: "p-inputGroupAddon", inputs: { style: "style", styleClass: "styleClass" }, host: { classAttribute: "p-element p-inputgroup-addon" }, ngImport: i0, template: `
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddon, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: InputGroupAddon, selector: "p-inputGroupAddon", inputs: { style: "style", styleClass: "styleClass" }, host: { classAttribute: "p-element p-inputgroup-addon" }, ngImport: i0, template: `
24
24
  <div [attr.data-pc-name]="'inputgroupaddon'" [ngClass]="styleClass" [ngStyle]="style">
25
25
  <ng-content></ng-content>
26
26
  </div>
27
27
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroupAddon, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddon, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  selector: 'p-inputGroupAddon',
@@ -45,11 +45,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
45
45
  type: Input
46
46
  }] } });
47
47
  class InputGroupAddonModule {
48
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroupAddonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: InputGroupAddonModule, declarations: [InputGroupAddon], imports: [CommonModule], exports: [InputGroupAddon, SharedModule] });
50
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroupAddonModule, imports: [CommonModule, SharedModule] });
48
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddonModule, declarations: [InputGroupAddon], imports: [CommonModule], exports: [InputGroupAddon, SharedModule] });
50
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddonModule, imports: [CommonModule, SharedModule] });
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputGroupAddonModule, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddonModule, decorators: [{
53
53
  type: NgModule,
54
54
  args: [{
55
55
  imports: [CommonModule],
@@ -14,21 +14,21 @@ class InputIcon {
14
14
  * @group Props
15
15
  */
16
16
  styleClass;
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputIcon, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: InputIcon, selector: "p-inputIcon", inputs: { styleClass: "styleClass" }, ngImport: i0, template: `<span class="p-input-icon" [ngClass]="styleClass"><ng-content></ng-content></span>`, isInline: true, styles: ["@layer primeng{.p-fluid .p-icon-field-left,.p-fluid .p-icon-field-right{width:100%}}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputIcon, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: InputIcon, selector: "p-inputIcon", inputs: { styleClass: "styleClass" }, ngImport: i0, template: `<span class="p-input-icon" [ngClass]="styleClass"><ng-content></ng-content></span>`, isInline: true, styles: ["@layer primeng{.p-fluid .p-icon-field-left,.p-fluid .p-icon-field-right{width:100%}}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputIcon, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputIcon, decorators: [{
21
21
  type: Component,
22
22
  args: [{ selector: 'p-inputIcon', template: `<span class="p-input-icon" [ngClass]="styleClass"><ng-content></ng-content></span>`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["@layer primeng{.p-fluid .p-icon-field-left,.p-fluid .p-icon-field-right{width:100%}}\n"] }]
23
23
  }], propDecorators: { styleClass: [{
24
24
  type: Input
25
25
  }] } });
26
26
  class InputIconModule {
27
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: InputIconModule, declarations: [InputIcon], imports: [CommonModule], exports: [InputIcon, SharedModule] });
29
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputIconModule, imports: [CommonModule, SharedModule] });
27
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InputIconModule, declarations: [InputIcon], imports: [CommonModule], exports: [InputIcon, SharedModule] });
29
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputIconModule, imports: [CommonModule, SharedModule] });
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputIconModule, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputIconModule, decorators: [{
32
32
  type: NgModule,
33
33
  args: [{
34
34
  imports: [CommonModule],
@@ -718,8 +718,8 @@ class InputMask {
718
718
  this.onModelChange(this.value);
719
719
  this.onClear.emit();
720
720
  }
721
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputMask, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.PrimeNGConfig }], target: i0.ɵɵFactoryTarget.Component });
722
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: InputMask, selector: "p-inputMask", inputs: { type: "type", slotChar: "slotChar", autoClear: ["autoClear", "autoClear", booleanAttribute], showClear: ["showClear", "showClear", booleanAttribute], style: "style", inputId: "inputId", styleClass: "styleClass", placeholder: "placeholder", size: ["size", "size", numberAttribute], maxlength: ["maxlength", "maxlength", numberAttribute], tabindex: "tabindex", title: "title", variant: "variant", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", ariaRequired: ["ariaRequired", "ariaRequired", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], unmask: ["unmask", "unmask", booleanAttribute], name: "name", required: ["required", "required", booleanAttribute], characterPattern: "characterPattern", autofocus: ["autofocus", "autofocus", booleanAttribute], autoFocus: ["autoFocus", "autoFocus", booleanAttribute], autocomplete: "autocomplete", keepBuffer: ["keepBuffer", "keepBuffer", booleanAttribute], mask: "mask" }, outputs: { onComplete: "onComplete", onFocus: "onFocus", onBlur: "onBlur", onInput: "onInput", onKeydown: "onKeydown", onClear: "onClear" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focused", "class.p-inputmask-clearable": "showClear && !disabled" }, classAttribute: "p-element" }, providers: [INPUTMASK_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "inputViewChild", first: true, predicate: ["input"], descendants: true, static: true }], ngImport: i0, template: `
721
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputMask, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.PrimeNGConfig }], target: i0.ɵɵFactoryTarget.Component });
722
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: InputMask, selector: "p-inputMask", inputs: { type: "type", slotChar: "slotChar", autoClear: ["autoClear", "autoClear", booleanAttribute], showClear: ["showClear", "showClear", booleanAttribute], style: "style", inputId: "inputId", styleClass: "styleClass", placeholder: "placeholder", size: ["size", "size", numberAttribute], maxlength: ["maxlength", "maxlength", numberAttribute], tabindex: "tabindex", title: "title", variant: "variant", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", ariaRequired: ["ariaRequired", "ariaRequired", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], unmask: ["unmask", "unmask", booleanAttribute], name: "name", required: ["required", "required", booleanAttribute], characterPattern: "characterPattern", autofocus: ["autofocus", "autofocus", booleanAttribute], autoFocus: ["autoFocus", "autoFocus", booleanAttribute], autocomplete: "autocomplete", keepBuffer: ["keepBuffer", "keepBuffer", booleanAttribute], mask: "mask" }, outputs: { onComplete: "onComplete", onFocus: "onFocus", onBlur: "onBlur", onInput: "onInput", onKeydown: "onKeydown", onClear: "onClear" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focused", "class.p-inputmask-clearable": "showClear && !disabled" }, classAttribute: "p-element" }, providers: [INPUTMASK_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "inputViewChild", first: true, predicate: ["input"], descendants: true, static: true }], ngImport: i0, template: `
723
723
  <input
724
724
  #input
725
725
  pInputText
@@ -761,7 +761,7 @@ class InputMask {
761
761
  </ng-container>
762
762
  `, isInline: true, styles: ["@layer primeng{.p-inputmask-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-inputmask-clearable{position:relative}}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(() => i3.InputText), selector: "[pInputText]", inputs: ["variant"] }, { kind: "directive", type: i0.forwardRef(() => i4.AutoFocus), selector: "[pAutoFocus]", inputs: ["autofocus"] }, { kind: "component", type: i0.forwardRef(() => TimesIcon), selector: "TimesIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
763
763
  }
764
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputMask, decorators: [{
764
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputMask, decorators: [{
765
765
  type: Component,
766
766
  args: [{ selector: 'p-inputMask', template: `
767
767
  <input
@@ -901,11 +901,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
901
901
  args: [PrimeTemplate]
902
902
  }] } });
903
903
  class InputMaskModule {
904
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputMaskModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
905
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: InputMaskModule, declarations: [InputMask], imports: [CommonModule, InputTextModule, AutoFocusModule, TimesIcon], exports: [InputMask, SharedModule] });
906
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputMaskModule, imports: [CommonModule, InputTextModule, AutoFocusModule, TimesIcon, SharedModule] });
904
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputMaskModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
905
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InputMaskModule, declarations: [InputMask], imports: [CommonModule, InputTextModule, AutoFocusModule, TimesIcon], exports: [InputMask, SharedModule] });
906
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputMaskModule, imports: [CommonModule, InputTextModule, AutoFocusModule, TimesIcon, SharedModule] });
907
907
  }
908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputMaskModule, decorators: [{
908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputMaskModule, decorators: [{
909
909
  type: NgModule,
910
910
  args: [{
911
911
  imports: [CommonModule, InputTextModule, AutoFocusModule, TimesIcon],
@@ -4,6 +4,8 @@ import * as i0 from '@angular/core';
4
4
  import { forwardRef, EventEmitter, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Inject, Input, Output, ViewChild, ContentChildren, NgModule } from '@angular/core';
5
5
  import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
6
6
  import { PrimeTemplate, SharedModule } from 'primeng/api';
7
+ import * as i4 from 'primeng/autofocus';
8
+ import { AutoFocusModule } from 'primeng/autofocus';
7
9
  import * as i3 from 'primeng/button';
8
10
  import { ButtonModule } from 'primeng/button';
9
11
  import { DomHandler } from 'primeng/dom';
@@ -12,8 +14,6 @@ import { AngleUpIcon } from 'primeng/icons/angleup';
12
14
  import { TimesIcon } from 'primeng/icons/times';
13
15
  import * as i2 from 'primeng/inputtext';
14
16
  import { InputTextModule } from 'primeng/inputtext';
15
- import * as i4 from 'primeng/autofocus';
16
- import { AutoFocusModule } from 'primeng/autofocus';
17
17
 
18
18
  const INPUTNUMBER_VALUE_ACCESSOR = {
19
19
  provide: NG_VALUE_ACCESSOR,
@@ -427,10 +427,10 @@ class InputNumber {
427
427
  if (this.format) {
428
428
  let formatter = new Intl.NumberFormat(this.locale, this.getOptions());
429
429
  let formattedValue = formatter.format(value);
430
- if (this.prefix) {
430
+ if (this.prefix && value != this.prefix) {
431
431
  formattedValue = this.prefix + formattedValue;
432
432
  }
433
- if (this.suffix) {
433
+ if (this.suffix && value != this.suffix) {
434
434
  formattedValue = formattedValue + this.suffix;
435
435
  }
436
436
  return formattedValue;
@@ -440,12 +440,15 @@ class InputNumber {
440
440
  return '';
441
441
  }
442
442
  parseValue(text) {
443
+ const suffixRegex = new RegExp(this._suffix, '');
444
+ const prefixRegex = new RegExp(this._prefix, '');
445
+ const currencyRegex = new RegExp(this._currency, '');
443
446
  let filteredText = text
444
- .replace(this._suffix, '')
445
- .replace(this._prefix, '')
447
+ .replace(suffixRegex, '')
448
+ .replace(prefixRegex, '')
446
449
  .trim()
447
450
  .replace(/\s/g, '')
448
- .replace(this._currency, '')
451
+ .replace(currencyRegex, '')
449
452
  .replace(this._group, '')
450
453
  .replace(this._minusSign, '-')
451
454
  .replace(this._decimal, '.')
@@ -609,6 +612,9 @@ class InputNumber {
609
612
  case 'Backspace': {
610
613
  event.preventDefault();
611
614
  if (selectionStart === selectionEnd) {
615
+ if ((selectionStart == 1 && this.prefix) || (selectionStart == inputValue.length && this.suffix)) {
616
+ break;
617
+ }
612
618
  const deleteChar = inputValue.charAt(selectionStart - 1);
613
619
  const { decimalCharIndex, decimalCharIndexWithoutPrefix } = this.getDecimalCharIndexes(inputValue);
614
620
  if (this.isNumeralChar(deleteChar)) {
@@ -652,6 +658,9 @@ class InputNumber {
652
658
  case 'Delete':
653
659
  event.preventDefault();
654
660
  if (selectionStart === selectionEnd) {
661
+ if ((selectionStart == 0 && this.prefix) || (selectionStart == inputValue.length - 1 && this.suffix)) {
662
+ break;
663
+ }
655
664
  const deleteChar = inputValue.charAt(selectionStart);
656
665
  const { decimalCharIndex, decimalCharIndexWithoutPrefix } = this.getDecimalCharIndexes(inputValue);
657
666
  if (this.isNumeralChar(deleteChar)) {
@@ -881,13 +890,18 @@ class InputNumber {
881
890
  }
882
891
  initCursor() {
883
892
  let selectionStart = this.input?.nativeElement.selectionStart;
893
+ let selectionEnd = this.input?.nativeElement.selectionEnd;
884
894
  let inputValue = this.input?.nativeElement.value;
885
895
  let valueLength = inputValue.length;
886
896
  let index = null;
887
897
  // remove prefix
888
898
  let prefixLength = (this.prefixChar || '').length;
889
899
  inputValue = inputValue.replace(this._prefix, '');
890
- selectionStart = selectionStart - prefixLength;
900
+ // Will allow selecting whole prefix. But not a part of it.
901
+ // Negative values will trigger clauses after this to fix the cursor position.
902
+ if (selectionStart === selectionEnd || selectionStart !== 0 || selectionEnd < prefixLength) {
903
+ selectionStart -= prefixLength;
904
+ }
891
905
  let char = inputValue.charAt(selectionStart);
892
906
  if (this.isNumeralChar(char)) {
893
907
  return selectionStart + prefixLength;
@@ -1137,8 +1151,8 @@ class InputNumber {
1137
1151
  clearInterval(this.timer);
1138
1152
  }
1139
1153
  }
1140
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputNumber, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1141
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: InputNumber, selector: "p-inputNumber", inputs: { showButtons: ["showButtons", "showButtons", booleanAttribute], format: ["format", "format", booleanAttribute], buttonLayout: "buttonLayout", inputId: "inputId", styleClass: "styleClass", style: "style", placeholder: "placeholder", size: ["size", "size", numberAttribute], maxlength: ["maxlength", "maxlength", numberAttribute], tabindex: ["tabindex", "tabindex", numberAttribute], title: "title", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", ariaRequired: ["ariaRequired", "ariaRequired", booleanAttribute], name: "name", required: ["required", "required", booleanAttribute], autocomplete: "autocomplete", min: ["min", "min", numberAttribute], max: ["max", "max", numberAttribute], incrementButtonClass: "incrementButtonClass", decrementButtonClass: "decrementButtonClass", incrementButtonIcon: "incrementButtonIcon", decrementButtonIcon: "decrementButtonIcon", readonly: ["readonly", "readonly", booleanAttribute], step: ["step", "step", numberAttribute], allowEmpty: ["allowEmpty", "allowEmpty", booleanAttribute], locale: "locale", localeMatcher: "localeMatcher", mode: "mode", currency: "currency", currencyDisplay: "currencyDisplay", useGrouping: ["useGrouping", "useGrouping", booleanAttribute], variant: "variant", minFractionDigits: ["minFractionDigits", "minFractionDigits", (value) => numberAttribute(value, null)], maxFractionDigits: ["maxFractionDigits", "maxFractionDigits", (value) => numberAttribute(value, null)], prefix: "prefix", suffix: "suffix", inputStyle: "inputStyle", inputStyleClass: "inputStyleClass", showClear: ["showClear", "showClear", booleanAttribute], autofocus: ["autofocus", "autofocus", booleanAttribute], disabled: "disabled" }, outputs: { onInput: "onInput", onFocus: "onFocus", onBlur: "onBlur", onKeyDown: "onKeyDown", onClear: "onClear" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focused", "class.p-inputnumber-clearable": "showClear && buttonLayout != \"vertical\"" }, classAttribute: "p-element p-inputwrapper" }, providers: [INPUTNUMBER_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
1154
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputNumber, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1155
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: InputNumber, selector: "p-inputNumber", inputs: { showButtons: ["showButtons", "showButtons", booleanAttribute], format: ["format", "format", booleanAttribute], buttonLayout: "buttonLayout", inputId: "inputId", styleClass: "styleClass", style: "style", placeholder: "placeholder", size: ["size", "size", numberAttribute], maxlength: ["maxlength", "maxlength", numberAttribute], tabindex: ["tabindex", "tabindex", numberAttribute], title: "title", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", ariaRequired: ["ariaRequired", "ariaRequired", booleanAttribute], name: "name", required: ["required", "required", booleanAttribute], autocomplete: "autocomplete", min: ["min", "min", numberAttribute], max: ["max", "max", numberAttribute], incrementButtonClass: "incrementButtonClass", decrementButtonClass: "decrementButtonClass", incrementButtonIcon: "incrementButtonIcon", decrementButtonIcon: "decrementButtonIcon", readonly: ["readonly", "readonly", booleanAttribute], step: ["step", "step", numberAttribute], allowEmpty: ["allowEmpty", "allowEmpty", booleanAttribute], locale: "locale", localeMatcher: "localeMatcher", mode: "mode", currency: "currency", currencyDisplay: "currencyDisplay", useGrouping: ["useGrouping", "useGrouping", booleanAttribute], variant: "variant", minFractionDigits: ["minFractionDigits", "minFractionDigits", (value) => numberAttribute(value, null)], maxFractionDigits: ["maxFractionDigits", "maxFractionDigits", (value) => numberAttribute(value, null)], prefix: "prefix", suffix: "suffix", inputStyle: "inputStyle", inputStyleClass: "inputStyleClass", showClear: ["showClear", "showClear", booleanAttribute], autofocus: ["autofocus", "autofocus", booleanAttribute], disabled: "disabled" }, outputs: { onInput: "onInput", onFocus: "onFocus", onBlur: "onBlur", onKeyDown: "onKeyDown", onClear: "onClear" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focused", "class.p-inputnumber-clearable": "showClear && buttonLayout != \"vertical\"" }, classAttribute: "p-element p-inputwrapper" }, providers: [INPUTNUMBER_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
1142
1156
  <span
1143
1157
  [ngClass]="{
1144
1158
  'p-inputnumber p-component': true,
@@ -1160,7 +1174,7 @@ class InputNumber {
1160
1174
  [ngStyle]="inputStyle"
1161
1175
  [class]="inputStyleClass"
1162
1176
  [value]="formattedValue()"
1163
- [variant]="variant"
1177
+ [attr.variant]="variant"
1164
1178
  [attr.aria-valuemin]="min"
1165
1179
  [attr.aria-valuemax]="max"
1166
1180
  [attr.aria-valuenow]="value"
@@ -1292,7 +1306,7 @@ class InputNumber {
1292
1306
  </span>
1293
1307
  `, isInline: true, styles: ["@layer primeng{p-inputnumber,.p-inputnumber{display:inline-flex}.p-inputnumber-button{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.p-inputnumber-buttons-stacked .p-button.p-inputnumber-button .p-button-label,.p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button .p-button-label{display:none}.p-inputnumber-buttons-stacked .p-button.p-inputnumber-button-up{border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:0}.p-inputnumber-buttons-stacked .p-inputnumber-input{border-top-right-radius:0;border-bottom-right-radius:0}.p-inputnumber-buttons-stacked .p-button.p-inputnumber-button-down{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;padding:0}.p-inputnumber-buttons-stacked .p-inputnumber-button-group{display:flex;flex-direction:column}.p-inputnumber-buttons-stacked .p-inputnumber-button-group .p-button.p-inputnumber-button{flex:1 1 auto}.p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-up{order:3;border-top-left-radius:0;border-bottom-left-radius:0}.p-inputnumber-buttons-horizontal .p-inputnumber-input{order:2;border-radius:0}.p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-down{order:1;border-top-right-radius:0;border-bottom-right-radius:0}.p-inputnumber-buttons-vertical{flex-direction:column}.p-inputnumber-buttons-vertical .p-button.p-inputnumber-button-up{order:1;border-bottom-left-radius:0;border-bottom-right-radius:0;width:100%}.p-inputnumber-buttons-vertical .p-inputnumber-input{order:2;border-radius:0;text-align:center}.p-inputnumber-buttons-vertical .p-button.p-inputnumber-button-down{order:3;border-top-left-radius:0;border-top-right-radius:0;width:100%}.p-inputnumber-input{flex:1 1 auto}.p-fluid p-inputnumber,.p-fluid .p-inputnumber{width:100%}.p-fluid .p-inputnumber .p-inputnumber-input{width:1%}.p-fluid .p-inputnumber-buttons-vertical .p-inputnumber-input{width:100%}.p-inputnumber-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-inputnumber-clearable{position:relative}}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i1.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(() => i2.InputText), selector: "[pInputText]", inputs: ["variant"] }, { kind: "directive", type: i0.forwardRef(() => i3.ButtonDirective), selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }, { kind: "directive", type: i0.forwardRef(() => i4.AutoFocus), selector: "[pAutoFocus]", inputs: ["autofocus"] }, { kind: "component", type: i0.forwardRef(() => TimesIcon), selector: "TimesIcon" }, { kind: "component", type: i0.forwardRef(() => AngleUpIcon), selector: "AngleUpIcon" }, { kind: "component", type: i0.forwardRef(() => AngleDownIcon), selector: "AngleDownIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1294
1308
  }
1295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputNumber, decorators: [{
1309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputNumber, decorators: [{
1296
1310
  type: Component,
1297
1311
  args: [{ selector: 'p-inputNumber', template: `
1298
1312
  <span
@@ -1316,7 +1330,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
1316
1330
  [ngStyle]="inputStyle"
1317
1331
  [class]="inputStyleClass"
1318
1332
  [value]="formattedValue()"
1319
- [variant]="variant"
1333
+ [attr.variant]="variant"
1320
1334
  [attr.aria-valuemin]="min"
1321
1335
  [attr.aria-valuemax]="max"
1322
1336
  [attr.aria-valuenow]="value"
@@ -1574,11 +1588,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
1574
1588
  args: [PrimeTemplate]
1575
1589
  }] } });
1576
1590
  class InputNumberModule {
1577
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1578
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: InputNumberModule, declarations: [InputNumber], imports: [CommonModule, InputTextModule, ButtonModule, AutoFocusModule, TimesIcon, AngleUpIcon, AngleDownIcon], exports: [InputNumber, SharedModule] });
1579
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputNumberModule, imports: [CommonModule, InputTextModule, ButtonModule, AutoFocusModule, TimesIcon, AngleUpIcon, AngleDownIcon, SharedModule] });
1591
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1592
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InputNumberModule, declarations: [InputNumber], imports: [CommonModule, InputTextModule, ButtonModule, AutoFocusModule, TimesIcon, AngleUpIcon, AngleDownIcon], exports: [InputNumber, SharedModule] });
1593
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputNumberModule, imports: [CommonModule, InputTextModule, ButtonModule, AutoFocusModule, TimesIcon, AngleUpIcon, AngleDownIcon, SharedModule] });
1580
1594
  }
1581
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InputNumberModule, decorators: [{
1595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputNumberModule, decorators: [{
1582
1596
  type: NgModule,
1583
1597
  args: [{
1584
1598
  imports: [CommonModule, InputTextModule, ButtonModule, AutoFocusModule, TimesIcon, AngleUpIcon, AngleDownIcon],