primeng 18.0.0-beta.2 → 18.0.0-beta.3

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 (553) hide show
  1. package/accordion/accordion.d.ts +147 -22
  2. package/accordion/public_api.d.ts +1 -1
  3. package/autocomplete/public_api.d.ts +1 -0
  4. package/avatar/public_api.d.ts +1 -0
  5. package/avatargroup/avatargroup.d.ts +1 -1
  6. package/avatargroup/public_api.d.ts +1 -0
  7. package/badge/badge.d.ts +20 -26
  8. package/badge/public_api.d.ts +1 -0
  9. package/base/style/basestyle.d.ts +4 -0
  10. package/blockui/public_api.d.ts +1 -0
  11. package/breadcrumb/breadcrumb.d.ts +0 -1
  12. package/breadcrumb/public_api.d.ts +1 -0
  13. package/button/button.d.ts +0 -1
  14. package/button/public_api.d.ts +1 -0
  15. package/buttongroup/buttongroup.d.ts +1 -1
  16. package/buttongroup/public_api.d.ts +1 -0
  17. package/calendar/public_api.d.ts +1 -0
  18. package/card/public_api.d.ts +1 -0
  19. package/carousel/public_api.d.ts +1 -0
  20. package/cascadeselect/public_api.d.ts +1 -0
  21. package/chart/public_api.d.ts +1 -0
  22. package/chart/style/chartstyle.d.ts +32 -0
  23. package/checkbox/public_api.d.ts +1 -0
  24. package/chip/public_api.d.ts +1 -0
  25. package/colorpicker/public_api.d.ts +1 -0
  26. package/confirmdialog/public_api.d.ts +1 -0
  27. package/confirmpopup/public_api.d.ts +1 -0
  28. package/contextmenu/public_api.d.ts +1 -0
  29. package/dataview/public_api.d.ts +1 -0
  30. package/datepicker/public_api.d.ts +1 -0
  31. package/dock/public_api.d.ts +1 -0
  32. package/drawer/public_api.d.ts +1 -0
  33. package/dropdown/public_api.d.ts +1 -0
  34. package/dynamicdialog/dynamicdialog.d.ts +5 -0
  35. package/dynamicdialog/public_api.d.ts +1 -0
  36. package/editor/public_api.d.ts +1 -0
  37. package/esm2022/accordion/accordion.mjs +430 -80
  38. package/esm2022/accordion/public_api.mjs +2 -2
  39. package/esm2022/accordion/style/accordionstyle.mjs +3 -2
  40. package/esm2022/autocomplete/autocomplete.mjs +3 -3
  41. package/esm2022/autocomplete/public_api.mjs +2 -1
  42. package/esm2022/avatar/avatar.mjs +3 -2
  43. package/esm2022/avatar/public_api.mjs +2 -1
  44. package/esm2022/avatargroup/avatargroup.mjs +3 -3
  45. package/esm2022/avatargroup/public_api.mjs +2 -1
  46. package/esm2022/badge/badge.mjs +39 -51
  47. package/esm2022/badge/public_api.mjs +2 -1
  48. package/esm2022/blockui/public_api.mjs +2 -1
  49. package/esm2022/breadcrumb/breadcrumb.mjs +98 -119
  50. package/esm2022/breadcrumb/public_api.mjs +2 -1
  51. package/esm2022/button/button.mjs +3 -7
  52. package/esm2022/button/public_api.mjs +2 -1
  53. package/esm2022/buttongroup/buttongroup.mjs +3 -3
  54. package/esm2022/buttongroup/public_api.mjs +2 -1
  55. package/esm2022/calendar/calendar.mjs +2 -2
  56. package/esm2022/calendar/public_api.mjs +2 -1
  57. package/esm2022/card/public_api.mjs +2 -1
  58. package/esm2022/carousel/public_api.mjs +2 -1
  59. package/esm2022/cascadeselect/public_api.mjs +2 -1
  60. package/esm2022/chart/public_api.mjs +2 -1
  61. package/esm2022/chart/style/chartstyle.mjs +36 -0
  62. package/esm2022/checkbox/public_api.mjs +2 -1
  63. package/esm2022/chip/public_api.mjs +2 -1
  64. package/esm2022/colorpicker/public_api.mjs +2 -1
  65. package/esm2022/confirmdialog/public_api.mjs +2 -1
  66. package/esm2022/confirmpopup/public_api.mjs +2 -1
  67. package/esm2022/contextmenu/contextmenu.mjs +1 -1
  68. package/esm2022/contextmenu/public_api.mjs +2 -1
  69. package/esm2022/dataview/public_api.mjs +2 -1
  70. package/esm2022/datepicker/datepicker.mjs +18 -6
  71. package/esm2022/datepicker/public_api.mjs +2 -1
  72. package/esm2022/dialog/dialog.mjs +21 -16
  73. package/esm2022/divider/divider.mjs +4 -4
  74. package/esm2022/dock/public_api.mjs +2 -1
  75. package/esm2022/drawer/drawer.mjs +15 -11
  76. package/esm2022/drawer/public_api.mjs +2 -1
  77. package/esm2022/dropdown/dropdown.mjs +2 -2
  78. package/esm2022/dropdown/public_api.mjs +2 -1
  79. package/esm2022/dropdown/style/dropdownstyle.mjs +2 -2
  80. package/esm2022/dynamicdialog/dynamicdialog.mjs +94 -24
  81. package/esm2022/dynamicdialog/public_api.mjs +2 -1
  82. package/esm2022/editor/editor.mjs +6 -5
  83. package/esm2022/editor/public_api.mjs +2 -1
  84. package/esm2022/fieldset/fieldset.mjs +11 -21
  85. package/esm2022/fieldset/public_api.mjs +2 -1
  86. package/esm2022/fileupload/public_api.mjs +2 -1
  87. package/esm2022/floatlabel/floatlabel.mjs +18 -13
  88. package/esm2022/floatlabel/public_api.mjs +2 -1
  89. package/esm2022/floatlabel/style/floatlabelstyle.mjs +63 -28
  90. package/esm2022/fluid/public_api.mjs +2 -1
  91. package/esm2022/galleria/galleria.mjs +113 -124
  92. package/esm2022/galleria/public_api.mjs +2 -1
  93. package/esm2022/iconfield/iconfield.mjs +4 -4
  94. package/esm2022/iconfield/public_api.mjs +2 -1
  95. package/esm2022/iconfield/style/iconfieldstyle.mjs +10 -20
  96. package/esm2022/iftalabel/iftalabel.mjs +43 -0
  97. package/esm2022/iftalabel/primeng-iftalabel.mjs +5 -0
  98. package/esm2022/iftalabel/public_api.mjs +3 -0
  99. package/esm2022/iftalabel/style/iftalabelstyle.mjs +96 -0
  100. package/esm2022/image/image.interface.mjs +1 -1
  101. package/esm2022/image/image.mjs +86 -42
  102. package/esm2022/image/public_api.mjs +2 -1
  103. package/esm2022/inplace/inplace.mjs +3 -3
  104. package/esm2022/inplace/public_api.mjs +2 -1
  105. package/esm2022/inputgroup/public_api.mjs +2 -1
  106. package/esm2022/inputgroup/style/inputgroupstyle.mjs +30 -17
  107. package/esm2022/inputgroupaddon/inputgroupaddon.mjs +15 -13
  108. package/esm2022/inputgroupaddon/public_api.mjs +2 -1
  109. package/esm2022/inputicon/inputicon.mjs +7 -4
  110. package/esm2022/inputicon/public_api.mjs +2 -1
  111. package/esm2022/inputmask/inputmask.mjs +2 -2
  112. package/esm2022/inputmask/public_api.mjs +2 -1
  113. package/esm2022/inputnumber/inputnumber.mjs +218 -220
  114. package/esm2022/inputnumber/public_api.mjs +2 -1
  115. package/esm2022/inputnumber/style/inputnumberstyle.mjs +6 -1
  116. package/esm2022/inputotp/inputotp.mjs +1 -1
  117. package/esm2022/inputotp/public_api.mjs +2 -1
  118. package/esm2022/inputswitch/public_api.mjs +2 -1
  119. package/esm2022/inputtext/inputtext.mjs +11 -2
  120. package/esm2022/inputtext/public_api.mjs +2 -1
  121. package/esm2022/inputtextarea/public_api.mjs +2 -1
  122. package/esm2022/knob/public_api.mjs +2 -1
  123. package/esm2022/listbox/listbox.mjs +37 -12
  124. package/esm2022/listbox/public_api.mjs +2 -1
  125. package/esm2022/megamenu/megamenu.mjs +1 -1
  126. package/esm2022/megamenu/public_api.mjs +2 -1
  127. package/esm2022/menu/menu.mjs +5 -3
  128. package/esm2022/menu/public_api.mjs +2 -1
  129. package/esm2022/menubar/menubar.mjs +3 -3
  130. package/esm2022/menubar/public_api.mjs +2 -1
  131. package/esm2022/message/message.mjs +2 -34
  132. package/esm2022/messages/public_api.mjs +2 -1
  133. package/esm2022/metergroup/public_api.mjs +2 -1
  134. package/esm2022/multiselect/multiselect.mjs +679 -673
  135. package/esm2022/multiselect/public_api.mjs +2 -1
  136. package/esm2022/orderlist/orderlist.mjs +88 -16
  137. package/esm2022/orderlist/public_api.mjs +2 -1
  138. package/esm2022/organizationchart/organizationchart.mjs +5 -5
  139. package/esm2022/organizationchart/public_api.mjs +2 -1
  140. package/esm2022/overlay/public_api.mjs +2 -1
  141. package/esm2022/overlaybadge/overlaybadge.mjs +4 -6
  142. package/esm2022/overlaybadge/public_api.mjs +2 -1
  143. package/esm2022/overlaypanel/public_api.mjs +2 -1
  144. package/esm2022/paginator/public_api.mjs +2 -1
  145. package/esm2022/panelmenu/panelmenu.mjs +18 -10
  146. package/esm2022/panelmenu/public_api.mjs +2 -1
  147. package/esm2022/password/password.mjs +5 -3
  148. package/esm2022/password/public_api.mjs +2 -1
  149. package/esm2022/picklist/picklist.mjs +186 -16
  150. package/esm2022/picklist/public_api.mjs +2 -1
  151. package/esm2022/popover/public_api.mjs +2 -1
  152. package/esm2022/progressbar/public_api.mjs +2 -1
  153. package/esm2022/progressspinner/public_api.mjs +2 -1
  154. package/esm2022/radiobutton/public_api.mjs +2 -1
  155. package/esm2022/rating/public_api.mjs +2 -1
  156. package/esm2022/rating/rating.mjs +11 -108
  157. package/esm2022/ripple/public_api.mjs +2 -1
  158. package/esm2022/scroller/public_api.mjs +2 -1
  159. package/esm2022/scroller/scroller.mjs +2 -2
  160. package/esm2022/scrollpanel/public_api.mjs +2 -1
  161. package/esm2022/scrolltop/public_api.mjs +2 -1
  162. package/esm2022/scrolltop/scrolltop.mjs +19 -14
  163. package/esm2022/select/select.mjs +8 -16
  164. package/esm2022/select/style/selectstyle.mjs +2 -2
  165. package/esm2022/selectbutton/public_api.mjs +2 -1
  166. package/esm2022/selectbutton/style/selectbuttonstyle.mjs +3 -3
  167. package/esm2022/sidebar/public_api.mjs +2 -1
  168. package/esm2022/skeleton/public_api.mjs +2 -1
  169. package/esm2022/slider/public_api.mjs +2 -1
  170. package/esm2022/speeddial/public_api.mjs +2 -1
  171. package/esm2022/speeddial/speeddial.interface.mjs +1 -1
  172. package/esm2022/speeddial/speeddial.mjs +73 -49
  173. package/esm2022/speeddial/style/speeddialstyle.mjs +2 -2
  174. package/esm2022/splitbutton/public_api.mjs +2 -1
  175. package/esm2022/splitbutton/splitbutton.mjs +19 -6
  176. package/esm2022/splitter/public_api.mjs +2 -1
  177. package/esm2022/stepper/public_api.mjs +2 -2
  178. package/esm2022/stepper/stepper.mjs +367 -660
  179. package/esm2022/stepper/style/stepperstyle.mjs +1 -2
  180. package/esm2022/steps/public_api.mjs +2 -1
  181. package/esm2022/table/public_api.mjs +2 -1
  182. package/esm2022/table/table.mjs +24 -20
  183. package/esm2022/tabmenu/public_api.mjs +2 -1
  184. package/esm2022/tabmenu/tabmenu.mjs +9 -5
  185. package/esm2022/tabs/public_api.mjs +6 -2
  186. package/esm2022/tabs/tab.mjs +171 -0
  187. package/esm2022/tabs/tablist.mjs +256 -0
  188. package/esm2022/tabs/tabpanel.mjs +49 -0
  189. package/esm2022/tabs/tabpanels.mjs +30 -0
  190. package/esm2022/tabs/tabs.mjs +45 -948
  191. package/esm2022/tabview/public_api.mjs +2 -1
  192. package/esm2022/tabview/style/tabsstyle.mjs +15 -15
  193. package/esm2022/tag/public_api.mjs +2 -1
  194. package/esm2022/terminal/public_api.mjs +2 -1
  195. package/esm2022/textarea/public_api.mjs +2 -1
  196. package/esm2022/themes/aura/aura.mjs +7 -3
  197. package/esm2022/themes/aura/floatlabel/index.mjs +29 -1
  198. package/esm2022/themes/aura/iftalabel/index.mjs +16 -0
  199. package/esm2022/themes/lara/floatlabel/index.mjs +27 -1
  200. package/esm2022/themes/lara/iftalabel/index.mjs +16 -0
  201. package/esm2022/themes/lara/lara.mjs +7 -3
  202. package/esm2022/themes/nora/floatlabel/index.mjs +27 -1
  203. package/esm2022/themes/nora/iftalabel/index.mjs +16 -0
  204. package/esm2022/themes/nora/nora.mjs +7 -3
  205. package/esm2022/tieredmenu/public_api.mjs +2 -1
  206. package/esm2022/timeline/public_api.mjs +2 -1
  207. package/esm2022/timeline/timeline.mjs +54 -68
  208. package/esm2022/toast/public_api.mjs +2 -1
  209. package/esm2022/togglebutton/public_api.mjs +2 -1
  210. package/esm2022/togglebutton/style/togglebuttonstyle.mjs +2 -2
  211. package/esm2022/togglebutton/togglebutton.mjs +83 -76
  212. package/esm2022/toggleswitch/public_api.mjs +2 -1
  213. package/esm2022/toggleswitch/style/toggleswitchstyle.mjs +8 -5
  214. package/esm2022/toggleswitch/toggleswitch.mjs +44 -48
  215. package/esm2022/toolbar/public_api.mjs +2 -1
  216. package/esm2022/tooltip/public_api.mjs +2 -1
  217. package/esm2022/tree/public_api.mjs +2 -1
  218. package/esm2022/tree/tree.mjs +7 -4
  219. package/esm2022/treeselect/public_api.mjs +2 -1
  220. package/esm2022/treeselect/treeselect.mjs +7 -56
  221. package/esm2022/treetable/public_api.mjs +2 -1
  222. package/esm2022/treetable/style/treetablestyle.mjs +2 -2
  223. package/esm2022/treetable/treetable.mjs +4 -4
  224. package/esm2022/utils/inpututils.mjs +7 -0
  225. package/esm2022/utils/public_api.mjs +3 -2
  226. package/fesm2022/primeng-accordion.mjs +433 -82
  227. package/fesm2022/primeng-accordion.mjs.map +1 -1
  228. package/fesm2022/primeng-autocomplete.mjs +3 -3
  229. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  230. package/fesm2022/primeng-avatar.mjs +3 -2
  231. package/fesm2022/primeng-avatar.mjs.map +1 -1
  232. package/fesm2022/primeng-avatargroup.mjs +3 -3
  233. package/fesm2022/primeng-avatargroup.mjs.map +1 -1
  234. package/fesm2022/primeng-badge.mjs +39 -51
  235. package/fesm2022/primeng-badge.mjs.map +1 -1
  236. package/fesm2022/primeng-blockui.mjs +1 -1
  237. package/fesm2022/primeng-blockui.mjs.map +1 -1
  238. package/fesm2022/primeng-breadcrumb.mjs +98 -119
  239. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  240. package/fesm2022/primeng-button.mjs +3 -7
  241. package/fesm2022/primeng-button.mjs.map +1 -1
  242. package/fesm2022/primeng-buttongroup.mjs +3 -3
  243. package/fesm2022/primeng-buttongroup.mjs.map +1 -1
  244. package/fesm2022/primeng-calendar.mjs +2 -2
  245. package/fesm2022/primeng-calendar.mjs.map +1 -1
  246. package/fesm2022/primeng-card.mjs +1 -1
  247. package/fesm2022/primeng-card.mjs.map +1 -1
  248. package/fesm2022/primeng-carousel.mjs +1 -1
  249. package/fesm2022/primeng-carousel.mjs.map +1 -1
  250. package/fesm2022/primeng-cascadeselect.mjs +1 -1
  251. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  252. package/fesm2022/primeng-chart.mjs +36 -2
  253. package/fesm2022/primeng-chart.mjs.map +1 -1
  254. package/fesm2022/primeng-checkbox.mjs +1 -1
  255. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  256. package/fesm2022/primeng-chip.mjs +1 -1
  257. package/fesm2022/primeng-chip.mjs.map +1 -1
  258. package/fesm2022/primeng-colorpicker.mjs +1 -1
  259. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  260. package/fesm2022/primeng-confirmdialog.mjs +1 -1
  261. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  262. package/fesm2022/primeng-confirmpopup.mjs +1 -1
  263. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  264. package/fesm2022/primeng-contextmenu.mjs +2 -2
  265. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  266. package/fesm2022/primeng-dataview.mjs +1 -1
  267. package/fesm2022/primeng-dataview.mjs.map +1 -1
  268. package/fesm2022/primeng-datepicker.mjs +18 -6
  269. package/fesm2022/primeng-datepicker.mjs.map +1 -1
  270. package/fesm2022/primeng-dialog.mjs +20 -15
  271. package/fesm2022/primeng-dialog.mjs.map +1 -1
  272. package/fesm2022/primeng-divider.mjs +3 -3
  273. package/fesm2022/primeng-divider.mjs.map +1 -1
  274. package/fesm2022/primeng-dock.mjs +1 -1
  275. package/fesm2022/primeng-dock.mjs.map +1 -1
  276. package/fesm2022/primeng-drawer.mjs +15 -11
  277. package/fesm2022/primeng-drawer.mjs.map +1 -1
  278. package/fesm2022/primeng-dropdown.mjs +3 -3
  279. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  280. package/fesm2022/primeng-dynamicdialog.mjs +94 -24
  281. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  282. package/fesm2022/primeng-editor.mjs +5 -4
  283. package/fesm2022/primeng-editor.mjs.map +1 -1
  284. package/fesm2022/primeng-fieldset.mjs +11 -21
  285. package/fesm2022/primeng-fieldset.mjs.map +1 -1
  286. package/fesm2022/primeng-fileupload.mjs +1 -1
  287. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  288. package/fesm2022/primeng-floatlabel.mjs +80 -40
  289. package/fesm2022/primeng-floatlabel.mjs.map +1 -1
  290. package/fesm2022/primeng-fluid.mjs +1 -1
  291. package/fesm2022/primeng-fluid.mjs.map +1 -1
  292. package/fesm2022/primeng-galleria.mjs +113 -124
  293. package/fesm2022/primeng-galleria.mjs.map +1 -1
  294. package/fesm2022/primeng-iconfield.mjs +13 -23
  295. package/fesm2022/primeng-iconfield.mjs.map +1 -1
  296. package/fesm2022/primeng-iftalabel.mjs +143 -0
  297. package/fesm2022/primeng-iftalabel.mjs.map +1 -0
  298. package/fesm2022/primeng-image.mjs +85 -41
  299. package/fesm2022/primeng-image.mjs.map +1 -1
  300. package/fesm2022/primeng-inplace.mjs +3 -3
  301. package/fesm2022/primeng-inplace.mjs.map +1 -1
  302. package/fesm2022/primeng-inputgroup.mjs +30 -17
  303. package/fesm2022/primeng-inputgroup.mjs.map +1 -1
  304. package/fesm2022/primeng-inputgroupaddon.mjs +15 -13
  305. package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -1
  306. package/fesm2022/primeng-inputicon.mjs +7 -4
  307. package/fesm2022/primeng-inputicon.mjs.map +1 -1
  308. package/fesm2022/primeng-inputmask.mjs +2 -2
  309. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  310. package/fesm2022/primeng-inputnumber.mjs +223 -220
  311. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  312. package/fesm2022/primeng-inputotp.mjs +2 -2
  313. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  314. package/fesm2022/primeng-inputswitch.mjs +1 -1
  315. package/fesm2022/primeng-inputtext.mjs +11 -2
  316. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  317. package/fesm2022/primeng-inputtextarea.mjs +1 -1
  318. package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
  319. package/fesm2022/primeng-knob.mjs +1 -1
  320. package/fesm2022/primeng-knob.mjs.map +1 -1
  321. package/fesm2022/primeng-listbox.mjs +37 -12
  322. package/fesm2022/primeng-listbox.mjs.map +1 -1
  323. package/fesm2022/primeng-megamenu.mjs +2 -2
  324. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  325. package/fesm2022/primeng-menu.mjs +4 -2
  326. package/fesm2022/primeng-menu.mjs.map +1 -1
  327. package/fesm2022/primeng-menubar.mjs +3 -3
  328. package/fesm2022/primeng-menubar.mjs.map +1 -1
  329. package/fesm2022/primeng-message.mjs +1 -33
  330. package/fesm2022/primeng-message.mjs.map +1 -1
  331. package/fesm2022/primeng-messages.mjs +1 -1
  332. package/fesm2022/primeng-metergroup.mjs +1 -1
  333. package/fesm2022/primeng-metergroup.mjs.map +1 -1
  334. package/fesm2022/primeng-multiselect.mjs +679 -673
  335. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  336. package/fesm2022/primeng-orderlist.mjs +87 -15
  337. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  338. package/fesm2022/primeng-organizationchart.mjs +5 -5
  339. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  340. package/fesm2022/primeng-overlay.mjs +1 -1
  341. package/fesm2022/primeng-overlaybadge.mjs +4 -6
  342. package/fesm2022/primeng-overlaybadge.mjs.map +1 -1
  343. package/fesm2022/primeng-overlaypanel.mjs +1 -1
  344. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  345. package/fesm2022/primeng-paginator.mjs +1 -1
  346. package/fesm2022/primeng-paginator.mjs.map +1 -1
  347. package/fesm2022/primeng-panelmenu.mjs +17 -9
  348. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  349. package/fesm2022/primeng-password.mjs +4 -2
  350. package/fesm2022/primeng-password.mjs.map +1 -1
  351. package/fesm2022/primeng-picklist.mjs +185 -15
  352. package/fesm2022/primeng-picklist.mjs.map +1 -1
  353. package/fesm2022/primeng-popover.mjs +1 -1
  354. package/fesm2022/primeng-progressbar.mjs +1 -1
  355. package/fesm2022/primeng-progressbar.mjs.map +1 -1
  356. package/fesm2022/primeng-progressspinner.mjs +1 -1
  357. package/fesm2022/primeng-progressspinner.mjs.map +1 -1
  358. package/fesm2022/primeng-radiobutton.mjs +1 -1
  359. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  360. package/fesm2022/primeng-rating.mjs +11 -108
  361. package/fesm2022/primeng-rating.mjs.map +1 -1
  362. package/fesm2022/primeng-ripple.mjs +1 -1
  363. package/fesm2022/primeng-ripple.mjs.map +1 -1
  364. package/fesm2022/primeng-scroller.mjs +2 -2
  365. package/fesm2022/primeng-scroller.mjs.map +1 -1
  366. package/fesm2022/primeng-scrollpanel.mjs +1 -1
  367. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  368. package/fesm2022/primeng-scrolltop.mjs +19 -14
  369. package/fesm2022/primeng-scrolltop.mjs.map +1 -1
  370. package/fesm2022/primeng-select.mjs +8 -16
  371. package/fesm2022/primeng-select.mjs.map +1 -1
  372. package/fesm2022/primeng-selectbutton.mjs +3 -3
  373. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  374. package/fesm2022/primeng-sidebar.mjs +1 -1
  375. package/fesm2022/primeng-skeleton.mjs +1 -1
  376. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  377. package/fesm2022/primeng-slider.mjs +1 -1
  378. package/fesm2022/primeng-slider.mjs.map +1 -1
  379. package/fesm2022/primeng-speeddial.mjs +73 -49
  380. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  381. package/fesm2022/primeng-splitbutton.mjs +19 -6
  382. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  383. package/fesm2022/primeng-splitter.mjs +1 -1
  384. package/fesm2022/primeng-splitter.mjs.map +1 -1
  385. package/fesm2022/primeng-stepper.mjs +368 -662
  386. package/fesm2022/primeng-stepper.mjs.map +1 -1
  387. package/fesm2022/primeng-steps.mjs +1 -1
  388. package/fesm2022/primeng-steps.mjs.map +1 -1
  389. package/fesm2022/primeng-table.mjs +24 -20
  390. package/fesm2022/primeng-table.mjs.map +1 -1
  391. package/fesm2022/primeng-tabmenu.mjs +8 -4
  392. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  393. package/fesm2022/primeng-tabs.mjs +460 -886
  394. package/fesm2022/primeng-tabs.mjs.map +1 -1
  395. package/fesm2022/primeng-tabview.mjs +15 -15
  396. package/fesm2022/primeng-tabview.mjs.map +1 -1
  397. package/fesm2022/primeng-tag.mjs +1 -1
  398. package/fesm2022/primeng-tag.mjs.map +1 -1
  399. package/fesm2022/primeng-terminal.mjs +1 -1
  400. package/fesm2022/primeng-terminal.mjs.map +1 -1
  401. package/fesm2022/primeng-textarea.mjs +1 -1
  402. package/fesm2022/primeng-textarea.mjs.map +1 -1
  403. package/fesm2022/primeng-themes-aura.mjs +49 -2
  404. package/fesm2022/primeng-themes-aura.mjs.map +1 -1
  405. package/fesm2022/primeng-themes-lara.mjs +47 -2
  406. package/fesm2022/primeng-themes-lara.mjs.map +1 -1
  407. package/fesm2022/primeng-themes-nora.mjs +47 -2
  408. package/fesm2022/primeng-themes-nora.mjs.map +1 -1
  409. package/fesm2022/primeng-tieredmenu.mjs +1 -1
  410. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  411. package/fesm2022/primeng-timeline.mjs +54 -68
  412. package/fesm2022/primeng-timeline.mjs.map +1 -1
  413. package/fesm2022/primeng-toast.mjs +1 -1
  414. package/fesm2022/primeng-toast.mjs.map +1 -1
  415. package/fesm2022/primeng-togglebutton.mjs +84 -77
  416. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  417. package/fesm2022/primeng-toggleswitch.mjs +50 -51
  418. package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
  419. package/fesm2022/primeng-toolbar.mjs +1 -1
  420. package/fesm2022/primeng-toolbar.mjs.map +1 -1
  421. package/fesm2022/primeng-tooltip.mjs +1 -1
  422. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  423. package/fesm2022/primeng-tree.mjs +7 -4
  424. package/fesm2022/primeng-tree.mjs.map +1 -1
  425. package/fesm2022/primeng-treeselect.mjs +7 -56
  426. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  427. package/fesm2022/primeng-treetable.mjs +4 -4
  428. package/fesm2022/primeng-treetable.mjs.map +1 -1
  429. package/fesm2022/primeng-utils.mjs +8 -1
  430. package/fesm2022/primeng-utils.mjs.map +1 -1
  431. package/fieldset/fieldset.d.ts +1 -6
  432. package/fieldset/public_api.d.ts +1 -0
  433. package/fileupload/public_api.d.ts +1 -0
  434. package/floatlabel/floatlabel.d.ts +6 -1
  435. package/floatlabel/public_api.d.ts +1 -0
  436. package/floatlabel/style/floatlabelstyle.d.ts +3 -6
  437. package/fluid/public_api.d.ts +1 -0
  438. package/galleria/public_api.d.ts +1 -0
  439. package/iconfield/iconfield.d.ts +1 -1
  440. package/iconfield/public_api.d.ts +1 -0
  441. package/iftalabel/iftalabel.d.ts +20 -0
  442. package/iftalabel/index.d.ts +5 -0
  443. package/iftalabel/public_api.d.ts +2 -0
  444. package/iftalabel/style/iftalabelstyle.d.ts +30 -0
  445. package/image/image.d.ts +2 -0
  446. package/image/image.interface.d.ts +32 -0
  447. package/image/public_api.d.ts +1 -0
  448. package/inplace/public_api.d.ts +1 -0
  449. package/inputgroup/public_api.d.ts +1 -0
  450. package/inputgroupaddon/inputgroupaddon.d.ts +3 -0
  451. package/inputgroupaddon/public_api.d.ts +1 -0
  452. package/inputicon/public_api.d.ts +1 -0
  453. package/inputmask/public_api.d.ts +1 -0
  454. package/inputnumber/inputnumber.d.ts +1 -0
  455. package/inputnumber/public_api.d.ts +1 -0
  456. package/inputotp/public_api.d.ts +1 -0
  457. package/inputswitch/public_api.d.ts +1 -0
  458. package/inputtext/inputtext.d.ts +6 -1
  459. package/inputtext/public_api.d.ts +1 -0
  460. package/inputtextarea/public_api.d.ts +1 -0
  461. package/knob/public_api.d.ts +1 -0
  462. package/listbox/listbox.d.ts +14 -6
  463. package/listbox/public_api.d.ts +1 -0
  464. package/megamenu/public_api.d.ts +1 -0
  465. package/menu/public_api.d.ts +1 -0
  466. package/menubar/public_api.d.ts +1 -0
  467. package/messages/public_api.d.ts +1 -0
  468. package/metergroup/public_api.d.ts +1 -0
  469. package/multiselect/multiselect.d.ts +1 -1
  470. package/multiselect/public_api.d.ts +1 -0
  471. package/orderlist/orderlist.d.ts +28 -1
  472. package/orderlist/public_api.d.ts +1 -0
  473. package/organizationchart/organizationchart.d.ts +1 -1
  474. package/organizationchart/public_api.d.ts +1 -0
  475. package/overlay/public_api.d.ts +1 -0
  476. package/overlaybadge/overlaybadge.d.ts +2 -2
  477. package/overlaybadge/public_api.d.ts +1 -0
  478. package/overlaypanel/public_api.d.ts +1 -0
  479. package/package.json +281 -275
  480. package/paginator/public_api.d.ts +1 -0
  481. package/panelmenu/panelmenu.d.ts +1 -1
  482. package/panelmenu/public_api.d.ts +1 -0
  483. package/password/password.d.ts +1 -1
  484. package/password/public_api.d.ts +1 -0
  485. package/picklist/picklist.d.ts +52 -5
  486. package/picklist/public_api.d.ts +1 -0
  487. package/popover/public_api.d.ts +1 -0
  488. package/progressbar/public_api.d.ts +1 -0
  489. package/progressspinner/public_api.d.ts +1 -0
  490. package/radiobutton/public_api.d.ts +1 -0
  491. package/rating/public_api.d.ts +1 -0
  492. package/rating/rating.d.ts +1 -20
  493. package/ripple/public_api.d.ts +1 -0
  494. package/scroller/public_api.d.ts +1 -0
  495. package/scrollpanel/public_api.d.ts +1 -0
  496. package/scrolltop/public_api.d.ts +1 -0
  497. package/selectbutton/public_api.d.ts +1 -0
  498. package/sidebar/public_api.d.ts +1 -0
  499. package/skeleton/public_api.d.ts +1 -0
  500. package/slider/public_api.d.ts +1 -0
  501. package/speeddial/public_api.d.ts +1 -0
  502. package/speeddial/speeddial.d.ts +25 -2
  503. package/speeddial/speeddial.interface.d.ts +17 -1
  504. package/splitbutton/public_api.d.ts +1 -0
  505. package/splitbutton/splitbutton.d.ts +6 -1
  506. package/splitter/public_api.d.ts +1 -0
  507. package/stepper/public_api.d.ts +1 -1
  508. package/stepper/stepper.d.ts +140 -88
  509. package/steps/public_api.d.ts +1 -0
  510. package/table/public_api.d.ts +1 -0
  511. package/tabmenu/public_api.d.ts +1 -0
  512. package/tabmenu/tabmenu.d.ts +1 -0
  513. package/tabs/public_api.d.ts +5 -1
  514. package/tabs/tab.d.ts +47 -0
  515. package/tabs/tablist.d.ts +51 -0
  516. package/tabs/tabpanel.d.ts +20 -0
  517. package/tabs/tabpanels.d.ts +10 -0
  518. package/tabs/tabs.d.ts +31 -237
  519. package/tabview/public_api.d.ts +1 -0
  520. package/tabview/style/tabsstyle.d.ts +4 -4
  521. package/tag/public_api.d.ts +1 -0
  522. package/terminal/public_api.d.ts +1 -0
  523. package/textarea/public_api.d.ts +1 -0
  524. package/themes/aura/aura.d.ts +45 -0
  525. package/themes/aura/floatlabel/index.d.ts +28 -0
  526. package/themes/aura/iftalabel/index.d.ts +16 -0
  527. package/themes/lara/floatlabel/index.d.ts +26 -0
  528. package/themes/lara/iftalabel/index.d.ts +16 -0
  529. package/themes/lara/lara.d.ts +43 -0
  530. package/themes/nora/floatlabel/index.d.ts +26 -0
  531. package/themes/nora/iftalabel/index.d.ts +16 -0
  532. package/themes/nora/nora.d.ts +43 -0
  533. package/tieredmenu/public_api.d.ts +1 -0
  534. package/timeline/public_api.d.ts +1 -0
  535. package/timeline/timeline.d.ts +1 -0
  536. package/toast/public_api.d.ts +1 -0
  537. package/togglebutton/public_api.d.ts +1 -0
  538. package/togglebutton/togglebutton.d.ts +6 -7
  539. package/toggleswitch/public_api.d.ts +1 -0
  540. package/toolbar/public_api.d.ts +1 -0
  541. package/tooltip/public_api.d.ts +1 -0
  542. package/tree/public_api.d.ts +1 -0
  543. package/tree/tree.d.ts +1 -0
  544. package/treeselect/public_api.d.ts +1 -0
  545. package/treetable/public_api.d.ts +1 -0
  546. package/utils/inpututils.d.ts +2 -0
  547. package/utils/public_api.d.ts +2 -1
  548. package/accordion/accordion.interface.d.ts +0 -49
  549. package/esm2022/accordion/accordion.interface.mjs +0 -2
  550. package/esm2022/stepper/stepper.interface.mjs +0 -2
  551. package/esm2022/tabs/tabs.interface.mjs +0 -2
  552. package/stepper/stepper.interface.d.ts +0 -26
  553. package/tabs/tabs.interface.d.ts +0 -49
@@ -1,7 +1,7 @@
1
1
  import * as i1 from '@angular/common';
2
2
  import { CommonModule } from '@angular/common';
3
3
  import * as i0 from '@angular/core';
4
- import { Injectable, forwardRef, EventEmitter, inject, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, ViewChild, ContentChildren, NgModule } from '@angular/core';
4
+ import { Injectable, forwardRef, EventEmitter, inject, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, ViewChild, ContentChildren, HostBinding, NgModule } from '@angular/core';
5
5
  import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
6
6
  import { PrimeTemplate, SharedModule } from 'primeng/api';
7
7
  import * as i3 from 'primeng/autofocus';
@@ -56,6 +56,7 @@ const theme = ({ dt }) => `
56
56
  top: 1px;
57
57
  right: 1px;
58
58
  height: calc(100% - 2px);
59
+ z-index: 1;
59
60
  }
60
61
 
61
62
  .p-inputnumber-stacked .p-inputnumber-increment-button {
@@ -104,6 +105,10 @@ const theme = ({ dt }) => `
104
105
  border-right: 0 none;
105
106
  }
106
107
 
108
+ .p-floatlabel:has(.p-inputnumber-horizontal) label {
109
+ margin-inline-start: ${dt('inputnumber.button.width')};
110
+ }
111
+
107
112
  .p-inputnumber-vertical {
108
113
  flex-direction: column;
109
114
  }
@@ -578,6 +583,20 @@ class InputNumber extends BaseComponent {
578
583
  this.constructParser();
579
584
  this.initialized = true;
580
585
  }
586
+ get hostClasses() {
587
+ if (typeof this._rootClass === 'string') {
588
+ return this._rootClass;
589
+ }
590
+ if (Array.isArray(this._rootClass)) {
591
+ return this._rootClass.join(' ');
592
+ }
593
+ if (typeof this._rootClass === 'object') {
594
+ return Object.keys(this._rootClass)
595
+ .filter((key) => this._rootClass[key])
596
+ .join(' ');
597
+ }
598
+ return '';
599
+ }
581
600
  getOptions() {
582
601
  return {
583
602
  localeMatcher: this.localeMatcher,
@@ -1424,126 +1443,72 @@ class InputNumber extends BaseComponent {
1424
1443
  }
1425
1444
  }
1426
1445
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: InputNumber, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1427
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.2", type: InputNumber, selector: "p-inputNumber, 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", fluid: ["fluid", "fluid", booleanAttribute] }, outputs: { onInput: "onInput", onFocus: "onFocus", onBlur: "onBlur", onKeyDown: "onKeyDown", onClear: "onClear" }, providers: [INPUTNUMBER_VALUE_ACCESSOR, InputNumberStyle], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
1428
- <span
1429
- [ngClass]="_rootClass"
1430
- [ngStyle]="style"
1431
- [class]="styleClass"
1432
- [attr.data-pc-name]="'inputnumber'"
1433
- [attr.data-pc-section]="'root'"
1434
- >
1435
- <input
1436
- pInputText
1437
- #input
1438
- [attr.id]="inputId"
1439
- role="spinbutton"
1440
- [ngClass]="'p-inputnumber-input'"
1441
- [ngStyle]="inputStyle"
1442
- [class]="inputStyleClass"
1443
- [value]="formattedValue()"
1444
- [attr.variant]="variant"
1445
- [attr.aria-valuemin]="min"
1446
- [attr.aria-valuemax]="max"
1447
- [attr.aria-valuenow]="value"
1448
- [disabled]="disabled"
1449
- [readonly]="readonly"
1450
- [attr.placeholder]="placeholder"
1451
- [attr.aria-label]="ariaLabel"
1452
- [attr.aria-labelledby]="ariaLabelledBy"
1453
- [attr.title]="title"
1454
- [attr.size]="size"
1455
- [attr.name]="name"
1456
- [attr.autocomplete]="autocomplete"
1457
- [attr.maxlength]="maxlength"
1458
- [attr.tabindex]="tabindex"
1459
- [attr.aria-required]="ariaRequired"
1460
- [attr.required]="required"
1461
- [attr.min]="min"
1462
- [attr.max]="max"
1463
- inputmode="decimal"
1464
- (input)="onUserInput($event)"
1465
- (keydown)="onInputKeyDown($event)"
1466
- (keypress)="onInputKeyPress($event)"
1467
- (paste)="onPaste($event)"
1468
- (click)="onInputClick()"
1469
- (focus)="onInputFocus($event)"
1470
- (blur)="onInputBlur($event)"
1471
- [attr.data-pc-section]="'input'"
1472
- pAutoFocus
1473
- [autofocus]="autofocus"
1474
- [fluid]="hasFluid"
1446
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.2", type: InputNumber, selector: "p-inputNumber, 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", fluid: ["fluid", "fluid", booleanAttribute] }, outputs: { onInput: "onInput", onFocus: "onFocus", onBlur: "onBlur", onKeyDown: "onKeyDown", onClear: "onClear" }, host: { properties: { "attr.data-pc-name": "'inputnumber'", "attr.data-pc-section": "'root'", "class": "this.hostClasses" }, styleAttribute: "style" }, providers: [INPUTNUMBER_VALUE_ACCESSOR, InputNumberStyle], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
1447
+ <input
1448
+ pInputText
1449
+ #input
1450
+ [attr.id]="inputId"
1451
+ role="spinbutton"
1452
+ [ngClass]="'p-inputnumber-input'"
1453
+ [ngStyle]="inputStyle"
1454
+ [class]="inputStyleClass"
1455
+ [value]="formattedValue()"
1456
+ [variant]="variant"
1457
+ [attr.aria-valuemin]="min"
1458
+ [attr.aria-valuemax]="max"
1459
+ [attr.aria-valuenow]="value"
1460
+ [disabled]="disabled"
1461
+ [readonly]="readonly"
1462
+ [attr.placeholder]="placeholder"
1463
+ [attr.aria-label]="ariaLabel"
1464
+ [attr.aria-labelledby]="ariaLabelledBy"
1465
+ [attr.title]="title"
1466
+ [attr.size]="size"
1467
+ [attr.name]="name"
1468
+ [attr.autocomplete]="autocomplete"
1469
+ [attr.maxlength]="maxlength"
1470
+ [attr.tabindex]="tabindex"
1471
+ [attr.aria-required]="ariaRequired"
1472
+ [attr.required]="required"
1473
+ [attr.min]="min"
1474
+ [attr.max]="max"
1475
+ inputmode="decimal"
1476
+ (input)="onUserInput($event)"
1477
+ (keydown)="onInputKeyDown($event)"
1478
+ (keypress)="onInputKeyPress($event)"
1479
+ (paste)="onPaste($event)"
1480
+ (click)="onInputClick()"
1481
+ (focus)="onInputFocus($event)"
1482
+ (blur)="onInputBlur($event)"
1483
+ [attr.data-pc-section]="'input'"
1484
+ pAutoFocus
1485
+ [autofocus]="autofocus"
1486
+ [fluid]="hasFluid"
1487
+ />
1488
+ <ng-container *ngIf="buttonLayout != 'vertical' && showClear && value">
1489
+ <TimesIcon
1490
+ *ngIf="!clearIconTemplate"
1491
+ [ngClass]="'p-inputnumber-clear-icon'"
1492
+ (click)="clear()"
1493
+ [attr.data-pc-section]="'clearIcon'"
1475
1494
  />
1476
- <ng-container *ngIf="buttonLayout != 'vertical' && showClear && value">
1477
- <TimesIcon
1478
- *ngIf="!clearIconTemplate"
1479
- [ngClass]="'p-inputnumber-clear-icon'"
1480
- (click)="clear()"
1481
- [attr.data-pc-section]="'clearIcon'"
1482
- />
1483
- <span *ngIf="clearIconTemplate" (click)="clear()" class="p-inputnumber-clear-icon" [attr.data-pc-section]="'clearIcon'">
1484
- <ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
1485
- </span>
1486
- </ng-container>
1487
- <span
1488
- class="p-inputnumber-button-group"
1489
- *ngIf="showButtons && buttonLayout === 'stacked'"
1490
- [attr.data-pc-section]="'buttonGroup'"
1491
- >
1492
- <button
1493
- type="button"
1494
- [ngClass]="_incrementButtonClass"
1495
- [class]="incrementButtonClass"
1496
- [disabled]="disabled"
1497
- tabindex="-1"
1498
- (mousedown)="onUpButtonMouseDown($event)"
1499
- (mouseup)="onUpButtonMouseUp()"
1500
- (mouseleave)="onUpButtonMouseLeave()"
1501
- (keydown)="onUpButtonKeyDown($event)"
1502
- (keyup)="onUpButtonKeyUp()"
1503
- [attr.aria-hidden]="true"
1504
- [attr.data-pc-section]="'incrementbutton'"
1505
- >
1506
- <span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
1507
- <ng-container *ngIf="!incrementButtonIcon">
1508
- <AngleUpIcon *ngIf="!incrementButtonIconTemplate" [attr.data-pc-section]="'incrementbuttonicon'" />
1509
- <ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
1510
- </ng-container>
1511
- </button>
1512
-
1513
- <button
1514
- type="button"
1515
- [ngClass]="_decrementButtonClass"
1516
- [class]="decrementButtonClass"
1517
- [disabled]="disabled"
1518
- tabindex="-1"
1519
- [attr.aria-hidden]="true"
1520
- (mousedown)="onDownButtonMouseDown($event)"
1521
- (mouseup)="onDownButtonMouseUp()"
1522
- (mouseleave)="onDownButtonMouseLeave()"
1523
- (keydown)="onDownButtonKeyDown($event)"
1524
- (keyup)="onDownButtonKeyUp()"
1525
- [attr.data-pc-section]="decrementbutton"
1526
- >
1527
- <span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
1528
- <ng-container *ngIf="!decrementButtonIcon">
1529
- <AngleDownIcon *ngIf="!decrementButtonIconTemplate" [attr.data-pc-section]="'decrementbuttonicon'" />
1530
- <ng-template *ngTemplateOutlet="decrementButtonIconTemplate"></ng-template>
1531
- </ng-container>
1532
- </button>
1495
+ <span *ngIf="clearIconTemplate" (click)="clear()" class="p-inputnumber-clear-icon" [attr.data-pc-section]="'clearIcon'">
1496
+ <ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
1533
1497
  </span>
1498
+ </ng-container>
1499
+ <span class="p-inputnumber-button-group" *ngIf="showButtons && buttonLayout === 'stacked'" [attr.data-pc-section]="'buttonGroup'">
1534
1500
  <button
1535
- *ngIf="showButtons && buttonLayout !== 'stacked'"
1536
1501
  type="button"
1537
1502
  [ngClass]="_incrementButtonClass"
1538
1503
  [class]="incrementButtonClass"
1539
1504
  [disabled]="disabled"
1540
1505
  tabindex="-1"
1541
- [attr.aria-hidden]="true"
1542
1506
  (mousedown)="onUpButtonMouseDown($event)"
1543
1507
  (mouseup)="onUpButtonMouseUp()"
1544
1508
  (mouseleave)="onUpButtonMouseLeave()"
1545
1509
  (keydown)="onUpButtonKeyDown($event)"
1546
1510
  (keyup)="onUpButtonKeyUp()"
1511
+ [attr.aria-hidden]="true"
1547
1512
  [attr.data-pc-section]="'incrementbutton'"
1548
1513
  >
1549
1514
  <span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
@@ -1552,8 +1517,8 @@ class InputNumber extends BaseComponent {
1552
1517
  <ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
1553
1518
  </ng-container>
1554
1519
  </button>
1520
+
1555
1521
  <button
1556
- *ngIf="showButtons && buttonLayout !== 'stacked'"
1557
1522
  type="button"
1558
1523
  [ngClass]="_decrementButtonClass"
1559
1524
  [class]="decrementButtonClass"
@@ -1565,7 +1530,7 @@ class InputNumber extends BaseComponent {
1565
1530
  (mouseleave)="onDownButtonMouseLeave()"
1566
1531
  (keydown)="onDownButtonKeyDown($event)"
1567
1532
  (keyup)="onDownButtonKeyUp()"
1568
- [attr.data-pc-section]="'decrementbutton'"
1533
+ [attr.data-pc-section]="decrementbutton"
1569
1534
  >
1570
1535
  <span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
1571
1536
  <ng-container *ngIf="!decrementButtonIcon">
@@ -1574,132 +1539,120 @@ class InputNumber extends BaseComponent {
1574
1539
  </ng-container>
1575
1540
  </button>
1576
1541
  </span>
1577
- `, isInline: true, 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", "fluid"] }, { kind: "directive", type: i0.forwardRef(() => i3.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 });
1542
+ <button
1543
+ *ngIf="showButtons && buttonLayout !== 'stacked'"
1544
+ type="button"
1545
+ [ngClass]="_incrementButtonClass"
1546
+ [class]="incrementButtonClass"
1547
+ [disabled]="disabled"
1548
+ tabindex="-1"
1549
+ [attr.aria-hidden]="true"
1550
+ (mousedown)="onUpButtonMouseDown($event)"
1551
+ (mouseup)="onUpButtonMouseUp()"
1552
+ (mouseleave)="onUpButtonMouseLeave()"
1553
+ (keydown)="onUpButtonKeyDown($event)"
1554
+ (keyup)="onUpButtonKeyUp()"
1555
+ [attr.data-pc-section]="'incrementbutton'"
1556
+ >
1557
+ <span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
1558
+ <ng-container *ngIf="!incrementButtonIcon">
1559
+ <AngleUpIcon *ngIf="!incrementButtonIconTemplate" [attr.data-pc-section]="'incrementbuttonicon'" />
1560
+ <ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
1561
+ </ng-container>
1562
+ </button>
1563
+ <button
1564
+ *ngIf="showButtons && buttonLayout !== 'stacked'"
1565
+ type="button"
1566
+ [ngClass]="_decrementButtonClass"
1567
+ [class]="decrementButtonClass"
1568
+ [disabled]="disabled"
1569
+ tabindex="-1"
1570
+ [attr.aria-hidden]="true"
1571
+ (mousedown)="onDownButtonMouseDown($event)"
1572
+ (mouseup)="onDownButtonMouseUp()"
1573
+ (mouseleave)="onDownButtonMouseLeave()"
1574
+ (keydown)="onDownButtonKeyDown($event)"
1575
+ (keyup)="onDownButtonKeyUp()"
1576
+ [attr.data-pc-section]="'decrementbutton'"
1577
+ >
1578
+ <span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
1579
+ <ng-container *ngIf="!decrementButtonIcon">
1580
+ <AngleDownIcon *ngIf="!decrementButtonIconTemplate" [attr.data-pc-section]="'decrementbuttonicon'" />
1581
+ <ng-template *ngTemplateOutlet="decrementButtonIconTemplate"></ng-template>
1582
+ </ng-container>
1583
+ </button>
1584
+ `, isInline: true, 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", "fluid", "size"] }, { kind: "directive", type: i0.forwardRef(() => i3.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 });
1578
1585
  }
1579
1586
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: InputNumber, decorators: [{
1580
1587
  type: Component,
1581
1588
  args: [{
1582
1589
  selector: 'p-inputNumber, p-inputnumber',
1583
1590
  template: `
1584
- <span
1585
- [ngClass]="_rootClass"
1586
- [ngStyle]="style"
1587
- [class]="styleClass"
1588
- [attr.data-pc-name]="'inputnumber'"
1589
- [attr.data-pc-section]="'root'"
1590
- >
1591
- <input
1592
- pInputText
1593
- #input
1594
- [attr.id]="inputId"
1595
- role="spinbutton"
1596
- [ngClass]="'p-inputnumber-input'"
1597
- [ngStyle]="inputStyle"
1598
- [class]="inputStyleClass"
1599
- [value]="formattedValue()"
1600
- [attr.variant]="variant"
1601
- [attr.aria-valuemin]="min"
1602
- [attr.aria-valuemax]="max"
1603
- [attr.aria-valuenow]="value"
1604
- [disabled]="disabled"
1605
- [readonly]="readonly"
1606
- [attr.placeholder]="placeholder"
1607
- [attr.aria-label]="ariaLabel"
1608
- [attr.aria-labelledby]="ariaLabelledBy"
1609
- [attr.title]="title"
1610
- [attr.size]="size"
1611
- [attr.name]="name"
1612
- [attr.autocomplete]="autocomplete"
1613
- [attr.maxlength]="maxlength"
1614
- [attr.tabindex]="tabindex"
1615
- [attr.aria-required]="ariaRequired"
1616
- [attr.required]="required"
1617
- [attr.min]="min"
1618
- [attr.max]="max"
1619
- inputmode="decimal"
1620
- (input)="onUserInput($event)"
1621
- (keydown)="onInputKeyDown($event)"
1622
- (keypress)="onInputKeyPress($event)"
1623
- (paste)="onPaste($event)"
1624
- (click)="onInputClick()"
1625
- (focus)="onInputFocus($event)"
1626
- (blur)="onInputBlur($event)"
1627
- [attr.data-pc-section]="'input'"
1628
- pAutoFocus
1629
- [autofocus]="autofocus"
1630
- [fluid]="hasFluid"
1591
+ <input
1592
+ pInputText
1593
+ #input
1594
+ [attr.id]="inputId"
1595
+ role="spinbutton"
1596
+ [ngClass]="'p-inputnumber-input'"
1597
+ [ngStyle]="inputStyle"
1598
+ [class]="inputStyleClass"
1599
+ [value]="formattedValue()"
1600
+ [variant]="variant"
1601
+ [attr.aria-valuemin]="min"
1602
+ [attr.aria-valuemax]="max"
1603
+ [attr.aria-valuenow]="value"
1604
+ [disabled]="disabled"
1605
+ [readonly]="readonly"
1606
+ [attr.placeholder]="placeholder"
1607
+ [attr.aria-label]="ariaLabel"
1608
+ [attr.aria-labelledby]="ariaLabelledBy"
1609
+ [attr.title]="title"
1610
+ [attr.size]="size"
1611
+ [attr.name]="name"
1612
+ [attr.autocomplete]="autocomplete"
1613
+ [attr.maxlength]="maxlength"
1614
+ [attr.tabindex]="tabindex"
1615
+ [attr.aria-required]="ariaRequired"
1616
+ [attr.required]="required"
1617
+ [attr.min]="min"
1618
+ [attr.max]="max"
1619
+ inputmode="decimal"
1620
+ (input)="onUserInput($event)"
1621
+ (keydown)="onInputKeyDown($event)"
1622
+ (keypress)="onInputKeyPress($event)"
1623
+ (paste)="onPaste($event)"
1624
+ (click)="onInputClick()"
1625
+ (focus)="onInputFocus($event)"
1626
+ (blur)="onInputBlur($event)"
1627
+ [attr.data-pc-section]="'input'"
1628
+ pAutoFocus
1629
+ [autofocus]="autofocus"
1630
+ [fluid]="hasFluid"
1631
+ />
1632
+ <ng-container *ngIf="buttonLayout != 'vertical' && showClear && value">
1633
+ <TimesIcon
1634
+ *ngIf="!clearIconTemplate"
1635
+ [ngClass]="'p-inputnumber-clear-icon'"
1636
+ (click)="clear()"
1637
+ [attr.data-pc-section]="'clearIcon'"
1631
1638
  />
1632
- <ng-container *ngIf="buttonLayout != 'vertical' && showClear && value">
1633
- <TimesIcon
1634
- *ngIf="!clearIconTemplate"
1635
- [ngClass]="'p-inputnumber-clear-icon'"
1636
- (click)="clear()"
1637
- [attr.data-pc-section]="'clearIcon'"
1638
- />
1639
- <span *ngIf="clearIconTemplate" (click)="clear()" class="p-inputnumber-clear-icon" [attr.data-pc-section]="'clearIcon'">
1640
- <ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
1641
- </span>
1642
- </ng-container>
1643
- <span
1644
- class="p-inputnumber-button-group"
1645
- *ngIf="showButtons && buttonLayout === 'stacked'"
1646
- [attr.data-pc-section]="'buttonGroup'"
1647
- >
1648
- <button
1649
- type="button"
1650
- [ngClass]="_incrementButtonClass"
1651
- [class]="incrementButtonClass"
1652
- [disabled]="disabled"
1653
- tabindex="-1"
1654
- (mousedown)="onUpButtonMouseDown($event)"
1655
- (mouseup)="onUpButtonMouseUp()"
1656
- (mouseleave)="onUpButtonMouseLeave()"
1657
- (keydown)="onUpButtonKeyDown($event)"
1658
- (keyup)="onUpButtonKeyUp()"
1659
- [attr.aria-hidden]="true"
1660
- [attr.data-pc-section]="'incrementbutton'"
1661
- >
1662
- <span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
1663
- <ng-container *ngIf="!incrementButtonIcon">
1664
- <AngleUpIcon *ngIf="!incrementButtonIconTemplate" [attr.data-pc-section]="'incrementbuttonicon'" />
1665
- <ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
1666
- </ng-container>
1667
- </button>
1668
-
1669
- <button
1670
- type="button"
1671
- [ngClass]="_decrementButtonClass"
1672
- [class]="decrementButtonClass"
1673
- [disabled]="disabled"
1674
- tabindex="-1"
1675
- [attr.aria-hidden]="true"
1676
- (mousedown)="onDownButtonMouseDown($event)"
1677
- (mouseup)="onDownButtonMouseUp()"
1678
- (mouseleave)="onDownButtonMouseLeave()"
1679
- (keydown)="onDownButtonKeyDown($event)"
1680
- (keyup)="onDownButtonKeyUp()"
1681
- [attr.data-pc-section]="decrementbutton"
1682
- >
1683
- <span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
1684
- <ng-container *ngIf="!decrementButtonIcon">
1685
- <AngleDownIcon *ngIf="!decrementButtonIconTemplate" [attr.data-pc-section]="'decrementbuttonicon'" />
1686
- <ng-template *ngTemplateOutlet="decrementButtonIconTemplate"></ng-template>
1687
- </ng-container>
1688
- </button>
1639
+ <span *ngIf="clearIconTemplate" (click)="clear()" class="p-inputnumber-clear-icon" [attr.data-pc-section]="'clearIcon'">
1640
+ <ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
1689
1641
  </span>
1642
+ </ng-container>
1643
+ <span class="p-inputnumber-button-group" *ngIf="showButtons && buttonLayout === 'stacked'" [attr.data-pc-section]="'buttonGroup'">
1690
1644
  <button
1691
- *ngIf="showButtons && buttonLayout !== 'stacked'"
1692
1645
  type="button"
1693
1646
  [ngClass]="_incrementButtonClass"
1694
1647
  [class]="incrementButtonClass"
1695
1648
  [disabled]="disabled"
1696
1649
  tabindex="-1"
1697
- [attr.aria-hidden]="true"
1698
1650
  (mousedown)="onUpButtonMouseDown($event)"
1699
1651
  (mouseup)="onUpButtonMouseUp()"
1700
1652
  (mouseleave)="onUpButtonMouseLeave()"
1701
1653
  (keydown)="onUpButtonKeyDown($event)"
1702
1654
  (keyup)="onUpButtonKeyUp()"
1655
+ [attr.aria-hidden]="true"
1703
1656
  [attr.data-pc-section]="'incrementbutton'"
1704
1657
  >
1705
1658
  <span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
@@ -1708,8 +1661,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
1708
1661
  <ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
1709
1662
  </ng-container>
1710
1663
  </button>
1664
+
1711
1665
  <button
1712
- *ngIf="showButtons && buttonLayout !== 'stacked'"
1713
1666
  type="button"
1714
1667
  [ngClass]="_decrementButtonClass"
1715
1668
  [class]="decrementButtonClass"
@@ -1721,7 +1674,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
1721
1674
  (mouseleave)="onDownButtonMouseLeave()"
1722
1675
  (keydown)="onDownButtonKeyDown($event)"
1723
1676
  (keyup)="onDownButtonKeyUp()"
1724
- [attr.data-pc-section]="'decrementbutton'"
1677
+ [attr.data-pc-section]="decrementbutton"
1725
1678
  >
1726
1679
  <span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
1727
1680
  <ng-container *ngIf="!decrementButtonIcon">
@@ -1730,10 +1683,57 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
1730
1683
  </ng-container>
1731
1684
  </button>
1732
1685
  </span>
1686
+ <button
1687
+ *ngIf="showButtons && buttonLayout !== 'stacked'"
1688
+ type="button"
1689
+ [ngClass]="_incrementButtonClass"
1690
+ [class]="incrementButtonClass"
1691
+ [disabled]="disabled"
1692
+ tabindex="-1"
1693
+ [attr.aria-hidden]="true"
1694
+ (mousedown)="onUpButtonMouseDown($event)"
1695
+ (mouseup)="onUpButtonMouseUp()"
1696
+ (mouseleave)="onUpButtonMouseLeave()"
1697
+ (keydown)="onUpButtonKeyDown($event)"
1698
+ (keyup)="onUpButtonKeyUp()"
1699
+ [attr.data-pc-section]="'incrementbutton'"
1700
+ >
1701
+ <span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
1702
+ <ng-container *ngIf="!incrementButtonIcon">
1703
+ <AngleUpIcon *ngIf="!incrementButtonIconTemplate" [attr.data-pc-section]="'incrementbuttonicon'" />
1704
+ <ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
1705
+ </ng-container>
1706
+ </button>
1707
+ <button
1708
+ *ngIf="showButtons && buttonLayout !== 'stacked'"
1709
+ type="button"
1710
+ [ngClass]="_decrementButtonClass"
1711
+ [class]="decrementButtonClass"
1712
+ [disabled]="disabled"
1713
+ tabindex="-1"
1714
+ [attr.aria-hidden]="true"
1715
+ (mousedown)="onDownButtonMouseDown($event)"
1716
+ (mouseup)="onDownButtonMouseUp()"
1717
+ (mouseleave)="onDownButtonMouseLeave()"
1718
+ (keydown)="onDownButtonKeyDown($event)"
1719
+ (keyup)="onDownButtonKeyUp()"
1720
+ [attr.data-pc-section]="'decrementbutton'"
1721
+ >
1722
+ <span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
1723
+ <ng-container *ngIf="!decrementButtonIcon">
1724
+ <AngleDownIcon *ngIf="!decrementButtonIconTemplate" [attr.data-pc-section]="'decrementbuttonicon'" />
1725
+ <ng-template *ngTemplateOutlet="decrementButtonIconTemplate"></ng-template>
1726
+ </ng-container>
1727
+ </button>
1733
1728
  `,
1734
1729
  changeDetection: ChangeDetectionStrategy.OnPush,
1735
1730
  providers: [INPUTNUMBER_VALUE_ACCESSOR, InputNumberStyle],
1736
1731
  encapsulation: ViewEncapsulation.None,
1732
+ host: {
1733
+ '[attr.data-pc-name]': "'inputnumber'",
1734
+ '[attr.data-pc-section]': "'root'",
1735
+ style: 'style',
1736
+ },
1737
1737
  }]
1738
1738
  }], ctorParameters: () => [{ type: i0.Injector }], propDecorators: { showButtons: [{
1739
1739
  type: Input,
@@ -1855,6 +1855,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
1855
1855
  }], templates: [{
1856
1856
  type: ContentChildren,
1857
1857
  args: [PrimeTemplate]
1858
+ }], hostClasses: [{
1859
+ type: HostBinding,
1860
+ args: ['class']
1858
1861
  }] } });
1859
1862
  class InputNumberModule {
1860
1863
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: InputNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -1874,5 +1877,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
1874
1877
  * Generated bundle index. Do not edit.
1875
1878
  */
1876
1879
 
1877
- export { INPUTNUMBER_VALUE_ACCESSOR, InputNumber, InputNumberModule };
1880
+ export { INPUTNUMBER_VALUE_ACCESSOR, InputNumber, InputNumberClasses, InputNumberModule, InputNumberStyle };
1878
1881
  //# sourceMappingURL=primeng-inputnumber.mjs.map