primeng 19.0.5 → 19.0.7

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 (364) hide show
  1. package/badge/badge.d.ts +2 -2
  2. package/base/style/basestyle.d.ts +4 -6
  3. package/config/primeng.d.ts +3 -0
  4. package/dataview/dataview.interface.d.ts +9 -19
  5. package/datepicker/datepicker.d.ts +1 -0
  6. package/datepicker/style/datepickerstyle.d.ts +1 -0
  7. package/dragdrop/dragdrop.d.ts +3 -2
  8. package/dynamicdialog/dynamicdialog-config.d.ts +1 -1
  9. package/dynamicdialog/dynamicdialog.d.ts +2 -1
  10. package/fesm2022/primeng-accordion.mjs +347 -560
  11. package/fesm2022/primeng-accordion.mjs.map +1 -1
  12. package/fesm2022/primeng-animateonscroll.mjs +37 -40
  13. package/fesm2022/primeng-animateonscroll.mjs.map +1 -1
  14. package/fesm2022/primeng-api.mjs +79 -89
  15. package/fesm2022/primeng-api.mjs.map +1 -1
  16. package/fesm2022/primeng-autocomplete.mjs +507 -788
  17. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  18. package/fesm2022/primeng-autofocus.mjs +26 -27
  19. package/fesm2022/primeng-autofocus.mjs.map +1 -1
  20. package/fesm2022/primeng-avatar.mjs +72 -120
  21. package/fesm2022/primeng-avatar.mjs.map +1 -1
  22. package/fesm2022/primeng-avatargroup.mjs +44 -54
  23. package/fesm2022/primeng-avatargroup.mjs.map +1 -1
  24. package/fesm2022/primeng-badge.mjs +62 -71
  25. package/fesm2022/primeng-badge.mjs.map +1 -1
  26. package/fesm2022/primeng-base.mjs +14 -8
  27. package/fesm2022/primeng-base.mjs.map +1 -1
  28. package/fesm2022/primeng-basecomponent.mjs +17 -17
  29. package/fesm2022/primeng-basecomponent.mjs.map +1 -1
  30. package/fesm2022/primeng-blockui.mjs +66 -87
  31. package/fesm2022/primeng-blockui.mjs.map +1 -1
  32. package/fesm2022/primeng-breadcrumb.mjs +175 -386
  33. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  34. package/fesm2022/primeng-button.mjs +223 -328
  35. package/fesm2022/primeng-button.mjs.map +1 -1
  36. package/fesm2022/primeng-buttongroup.mjs +36 -40
  37. package/fesm2022/primeng-buttongroup.mjs.map +1 -1
  38. package/fesm2022/primeng-calendar.mjs +727 -1127
  39. package/fesm2022/primeng-calendar.mjs.map +1 -1
  40. package/fesm2022/primeng-card.mjs +89 -193
  41. package/fesm2022/primeng-card.mjs.map +1 -1
  42. package/fesm2022/primeng-carousel.mjs +227 -410
  43. package/fesm2022/primeng-carousel.mjs.map +1 -1
  44. package/fesm2022/primeng-cascadeselect.mjs +393 -577
  45. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  46. package/fesm2022/primeng-chart.mjs +57 -63
  47. package/fesm2022/primeng-chart.mjs.map +1 -1
  48. package/fesm2022/primeng-checkbox.mjs +133 -185
  49. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  50. package/fesm2022/primeng-chip.mjs +92 -188
  51. package/fesm2022/primeng-chip.mjs.map +1 -1
  52. package/fesm2022/primeng-colorpicker.mjs +142 -167
  53. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  54. package/fesm2022/primeng-config.mjs +18 -16
  55. package/fesm2022/primeng-config.mjs.map +1 -1
  56. package/fesm2022/primeng-confirmdialog.mjs +220 -347
  57. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  58. package/fesm2022/primeng-confirmpopup.mjs +161 -251
  59. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  60. package/fesm2022/primeng-contextmenu.mjs +336 -450
  61. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  62. package/fesm2022/primeng-dataview.mjs +249 -352
  63. package/fesm2022/primeng-dataview.mjs.map +1 -1
  64. package/fesm2022/primeng-datepicker.mjs +751 -1144
  65. package/fesm2022/primeng-datepicker.mjs.map +1 -1
  66. package/fesm2022/primeng-defer.mjs +25 -31
  67. package/fesm2022/primeng-defer.mjs.map +1 -1
  68. package/fesm2022/primeng-dialog.mjs +277 -478
  69. package/fesm2022/primeng-dialog.mjs.map +1 -1
  70. package/fesm2022/primeng-divider.mjs +68 -77
  71. package/fesm2022/primeng-divider.mjs.map +1 -1
  72. package/fesm2022/primeng-dock.mjs +138 -167
  73. package/fesm2022/primeng-dock.mjs.map +1 -1
  74. package/fesm2022/primeng-dragdrop.mjs +85 -79
  75. package/fesm2022/primeng-dragdrop.mjs.map +1 -1
  76. package/fesm2022/primeng-drawer.mjs +172 -269
  77. package/fesm2022/primeng-drawer.mjs.map +1 -1
  78. package/fesm2022/primeng-dropdown.mjs +531 -869
  79. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  80. package/fesm2022/primeng-dynamicdialog.mjs +163 -304
  81. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  82. package/fesm2022/primeng-editor.mjs +118 -156
  83. package/fesm2022/primeng-editor.mjs.map +1 -1
  84. package/fesm2022/primeng-fieldset.mjs +153 -247
  85. package/fesm2022/primeng-fieldset.mjs.map +1 -1
  86. package/fesm2022/primeng-fileupload.mjs +370 -690
  87. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  88. package/fesm2022/primeng-floatlabel.mjs +38 -46
  89. package/fesm2022/primeng-floatlabel.mjs.map +1 -1
  90. package/fesm2022/primeng-fluid.mjs +33 -41
  91. package/fesm2022/primeng-fluid.mjs.map +1 -1
  92. package/fesm2022/primeng-focustrap.mjs +23 -24
  93. package/fesm2022/primeng-focustrap.mjs.map +1 -1
  94. package/fesm2022/primeng-galleria.mjs +529 -761
  95. package/fesm2022/primeng-galleria.mjs.map +1 -1
  96. package/fesm2022/primeng-iconfield.mjs +42 -51
  97. package/fesm2022/primeng-iconfield.mjs.map +1 -1
  98. package/fesm2022/primeng-icons-angledoubledown.mjs +19 -19
  99. package/fesm2022/primeng-icons-angledoubledown.mjs.map +1 -1
  100. package/fesm2022/primeng-icons-angledoubleleft.mjs +19 -19
  101. package/fesm2022/primeng-icons-angledoubleleft.mjs.map +1 -1
  102. package/fesm2022/primeng-icons-angledoubleright.mjs +19 -19
  103. package/fesm2022/primeng-icons-angledoubleright.mjs.map +1 -1
  104. package/fesm2022/primeng-icons-angledoubleup.mjs +19 -19
  105. package/fesm2022/primeng-icons-angledoubleup.mjs.map +1 -1
  106. package/fesm2022/primeng-icons-angledown.mjs +17 -19
  107. package/fesm2022/primeng-icons-angledown.mjs.map +1 -1
  108. package/fesm2022/primeng-icons-angleleft.mjs +17 -19
  109. package/fesm2022/primeng-icons-angleleft.mjs.map +1 -1
  110. package/fesm2022/primeng-icons-angleright.mjs +17 -19
  111. package/fesm2022/primeng-icons-angleright.mjs.map +1 -1
  112. package/fesm2022/primeng-icons-angleup.mjs +17 -19
  113. package/fesm2022/primeng-icons-angleup.mjs.map +1 -1
  114. package/fesm2022/primeng-icons-arrowdown.mjs +26 -26
  115. package/fesm2022/primeng-icons-arrowdown.mjs.map +1 -1
  116. package/fesm2022/primeng-icons-arrowdownleft.mjs +17 -19
  117. package/fesm2022/primeng-icons-arrowdownleft.mjs.map +1 -1
  118. package/fesm2022/primeng-icons-arrowdownright.mjs +17 -19
  119. package/fesm2022/primeng-icons-arrowdownright.mjs.map +1 -1
  120. package/fesm2022/primeng-icons-arrowleft.mjs +26 -26
  121. package/fesm2022/primeng-icons-arrowleft.mjs.map +1 -1
  122. package/fesm2022/primeng-icons-arrowright.mjs +19 -19
  123. package/fesm2022/primeng-icons-arrowright.mjs.map +1 -1
  124. package/fesm2022/primeng-icons-arrowup.mjs +26 -26
  125. package/fesm2022/primeng-icons-arrowup.mjs.map +1 -1
  126. package/fesm2022/primeng-icons-ban.mjs +24 -26
  127. package/fesm2022/primeng-icons-ban.mjs.map +1 -1
  128. package/fesm2022/primeng-icons-bars.mjs +19 -19
  129. package/fesm2022/primeng-icons-bars.mjs.map +1 -1
  130. package/fesm2022/primeng-icons-baseicon.mjs +28 -33
  131. package/fesm2022/primeng-icons-baseicon.mjs.map +1 -1
  132. package/fesm2022/primeng-icons-blank.mjs +14 -16
  133. package/fesm2022/primeng-icons-blank.mjs.map +1 -1
  134. package/fesm2022/primeng-icons-calendar.mjs +17 -19
  135. package/fesm2022/primeng-icons-calendar.mjs.map +1 -1
  136. package/fesm2022/primeng-icons-caretleft.mjs +17 -19
  137. package/fesm2022/primeng-icons-caretleft.mjs.map +1 -1
  138. package/fesm2022/primeng-icons-caretright.mjs +17 -19
  139. package/fesm2022/primeng-icons-caretright.mjs.map +1 -1
  140. package/fesm2022/primeng-icons-check.mjs +17 -19
  141. package/fesm2022/primeng-icons-check.mjs.map +1 -1
  142. package/fesm2022/primeng-icons-chevrondown.mjs +17 -19
  143. package/fesm2022/primeng-icons-chevrondown.mjs.map +1 -1
  144. package/fesm2022/primeng-icons-chevronleft.mjs +17 -19
  145. package/fesm2022/primeng-icons-chevronleft.mjs.map +1 -1
  146. package/fesm2022/primeng-icons-chevronright.mjs +17 -19
  147. package/fesm2022/primeng-icons-chevronright.mjs.map +1 -1
  148. package/fesm2022/primeng-icons-chevronup.mjs +17 -19
  149. package/fesm2022/primeng-icons-chevronup.mjs.map +1 -1
  150. package/fesm2022/primeng-icons-exclamationtriangle.mjs +32 -26
  151. package/fesm2022/primeng-icons-exclamationtriangle.mjs.map +1 -1
  152. package/fesm2022/primeng-icons-eye.mjs +19 -19
  153. package/fesm2022/primeng-icons-eye.mjs.map +1 -1
  154. package/fesm2022/primeng-icons-eyeslash.mjs +26 -26
  155. package/fesm2022/primeng-icons-eyeslash.mjs.map +1 -1
  156. package/fesm2022/primeng-icons-filter.mjs +24 -26
  157. package/fesm2022/primeng-icons-filter.mjs.map +1 -1
  158. package/fesm2022/primeng-icons-filterslash.mjs +26 -26
  159. package/fesm2022/primeng-icons-filterslash.mjs.map +1 -1
  160. package/fesm2022/primeng-icons-home.mjs +26 -26
  161. package/fesm2022/primeng-icons-home.mjs.map +1 -1
  162. package/fesm2022/primeng-icons-infocircle.mjs +26 -26
  163. package/fesm2022/primeng-icons-infocircle.mjs.map +1 -1
  164. package/fesm2022/primeng-icons-minus.mjs +17 -19
  165. package/fesm2022/primeng-icons-minus.mjs.map +1 -1
  166. package/fesm2022/primeng-icons-pencil.mjs +24 -26
  167. package/fesm2022/primeng-icons-pencil.mjs.map +1 -1
  168. package/fesm2022/primeng-icons-plus.mjs +24 -26
  169. package/fesm2022/primeng-icons-plus.mjs.map +1 -1
  170. package/fesm2022/primeng-icons-refresh.mjs +26 -26
  171. package/fesm2022/primeng-icons-refresh.mjs.map +1 -1
  172. package/fesm2022/primeng-icons-search.mjs +26 -26
  173. package/fesm2022/primeng-icons-search.mjs.map +1 -1
  174. package/fesm2022/primeng-icons-searchminus.mjs +26 -26
  175. package/fesm2022/primeng-icons-searchminus.mjs.map +1 -1
  176. package/fesm2022/primeng-icons-searchplus.mjs +26 -26
  177. package/fesm2022/primeng-icons-searchplus.mjs.map +1 -1
  178. package/fesm2022/primeng-icons-sortalt.mjs +30 -26
  179. package/fesm2022/primeng-icons-sortalt.mjs.map +1 -1
  180. package/fesm2022/primeng-icons-sortamountdown.mjs +24 -26
  181. package/fesm2022/primeng-icons-sortamountdown.mjs.map +1 -1
  182. package/fesm2022/primeng-icons-sortamountupalt.mjs +24 -26
  183. package/fesm2022/primeng-icons-sortamountupalt.mjs.map +1 -1
  184. package/fesm2022/primeng-icons-spinner.mjs +24 -26
  185. package/fesm2022/primeng-icons-spinner.mjs.map +1 -1
  186. package/fesm2022/primeng-icons-star.mjs +24 -26
  187. package/fesm2022/primeng-icons-star.mjs.map +1 -1
  188. package/fesm2022/primeng-icons-starfill.mjs +24 -26
  189. package/fesm2022/primeng-icons-starfill.mjs.map +1 -1
  190. package/fesm2022/primeng-icons-thlarge.mjs +26 -26
  191. package/fesm2022/primeng-icons-thlarge.mjs.map +1 -1
  192. package/fesm2022/primeng-icons-times.mjs +17 -19
  193. package/fesm2022/primeng-icons-times.mjs.map +1 -1
  194. package/fesm2022/primeng-icons-timescircle.mjs +26 -26
  195. package/fesm2022/primeng-icons-timescircle.mjs.map +1 -1
  196. package/fesm2022/primeng-icons-trash.mjs +26 -26
  197. package/fesm2022/primeng-icons-trash.mjs.map +1 -1
  198. package/fesm2022/primeng-icons-undo.mjs +26 -26
  199. package/fesm2022/primeng-icons-undo.mjs.map +1 -1
  200. package/fesm2022/primeng-icons-upload.mjs +26 -26
  201. package/fesm2022/primeng-icons-upload.mjs.map +1 -1
  202. package/fesm2022/primeng-icons-windowmaximize.mjs +26 -26
  203. package/fesm2022/primeng-icons-windowmaximize.mjs.map +1 -1
  204. package/fesm2022/primeng-icons-windowminimize.mjs +26 -26
  205. package/fesm2022/primeng-icons-windowminimize.mjs.map +1 -1
  206. package/fesm2022/primeng-iftalabel.mjs +32 -38
  207. package/fesm2022/primeng-iftalabel.mjs.map +1 -1
  208. package/fesm2022/primeng-image.mjs +189 -370
  209. package/fesm2022/primeng-image.mjs.map +1 -1
  210. package/fesm2022/primeng-imagecompare.mjs +57 -86
  211. package/fesm2022/primeng-imagecompare.mjs.map +1 -1
  212. package/fesm2022/primeng-inplace.mjs +108 -206
  213. package/fesm2022/primeng-inplace.mjs.map +1 -1
  214. package/fesm2022/primeng-inputgroup.mjs +40 -50
  215. package/fesm2022/primeng-inputgroup.mjs.map +1 -1
  216. package/fesm2022/primeng-inputgroupaddon.mjs +40 -51
  217. package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -1
  218. package/fesm2022/primeng-inputicon.mjs +39 -48
  219. package/fesm2022/primeng-inputicon.mjs.map +1 -1
  220. package/fesm2022/primeng-inputmask.mjs +157 -182
  221. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  222. package/fesm2022/primeng-inputnumber.mjs +303 -420
  223. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  224. package/fesm2022/primeng-inputotp.mjs +99 -123
  225. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  226. package/fesm2022/primeng-inputswitch.mjs +87 -92
  227. package/fesm2022/primeng-inputswitch.mjs.map +1 -1
  228. package/fesm2022/primeng-inputtext.mjs +56 -57
  229. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  230. package/fesm2022/primeng-inputtextarea.mjs +51 -56
  231. package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
  232. package/fesm2022/primeng-keyfilter.mjs +44 -47
  233. package/fesm2022/primeng-keyfilter.mjs.map +1 -1
  234. package/fesm2022/primeng-knob.mjs +105 -111
  235. package/fesm2022/primeng-knob.mjs.map +1 -1
  236. package/fesm2022/primeng-listbox.mjs +511 -791
  237. package/fesm2022/primeng-listbox.mjs.map +1 -1
  238. package/fesm2022/primeng-megamenu.mjs +377 -611
  239. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  240. package/fesm2022/primeng-menu.mjs +291 -473
  241. package/fesm2022/primeng-menu.mjs.map +1 -1
  242. package/fesm2022/primeng-menubar.mjs +357 -549
  243. package/fesm2022/primeng-menubar.mjs.map +1 -1
  244. package/fesm2022/primeng-message.mjs +160 -244
  245. package/fesm2022/primeng-message.mjs.map +1 -1
  246. package/fesm2022/primeng-messages.mjs +162 -278
  247. package/fesm2022/primeng-messages.mjs.map +1 -1
  248. package/fesm2022/primeng-metergroup.mjs +135 -264
  249. package/fesm2022/primeng-metergroup.mjs.map +1 -1
  250. package/fesm2022/primeng-multiselect.mjs +660 -1135
  251. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  252. package/fesm2022/primeng-orderlist.mjs +228 -330
  253. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  254. package/fesm2022/primeng-organizationchart.mjs +161 -311
  255. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  256. package/fesm2022/primeng-overlay.mjs +135 -147
  257. package/fesm2022/primeng-overlay.mjs.map +1 -1
  258. package/fesm2022/primeng-overlaybadge.mjs +50 -58
  259. package/fesm2022/primeng-overlaybadge.mjs.map +1 -1
  260. package/fesm2022/primeng-overlaypanel.mjs +134 -154
  261. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  262. package/fesm2022/primeng-paginator.mjs +212 -447
  263. package/fesm2022/primeng-paginator.mjs.map +1 -1
  264. package/fesm2022/primeng-panel.mjs +219 -317
  265. package/fesm2022/primeng-panel.mjs.map +1 -1
  266. package/fesm2022/primeng-panelmenu.mjs +439 -783
  267. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  268. package/fesm2022/primeng-password.mjs +271 -410
  269. package/fesm2022/primeng-password.mjs.map +1 -1
  270. package/fesm2022/primeng-picklist.mjs +564 -856
  271. package/fesm2022/primeng-picklist.mjs.map +1 -1
  272. package/fesm2022/primeng-popover.mjs +129 -148
  273. package/fesm2022/primeng-popover.mjs.map +1 -1
  274. package/fesm2022/primeng-progressbar.mjs +81 -121
  275. package/fesm2022/primeng-progressbar.mjs.map +1 -1
  276. package/fesm2022/primeng-progressspinner.mjs +48 -58
  277. package/fesm2022/primeng-progressspinner.mjs.map +1 -1
  278. package/fesm2022/primeng-radiobutton.mjs +117 -108
  279. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  280. package/fesm2022/primeng-rating.mjs +134 -218
  281. package/fesm2022/primeng-rating.mjs.map +1 -1
  282. package/fesm2022/primeng-ripple.mjs +28 -29
  283. package/fesm2022/primeng-ripple.mjs.map +1 -1
  284. package/fesm2022/primeng-scroller.mjs +167 -295
  285. package/fesm2022/primeng-scroller.mjs.map +1 -1
  286. package/fesm2022/primeng-scrollpanel.mjs +96 -116
  287. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  288. package/fesm2022/primeng-scrolltop.mjs +106 -150
  289. package/fesm2022/primeng-scrolltop.mjs.map +1 -1
  290. package/fesm2022/primeng-select.mjs +581 -957
  291. package/fesm2022/primeng-select.mjs.map +1 -1
  292. package/fesm2022/primeng-selectbutton.mjs +106 -133
  293. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  294. package/fesm2022/primeng-sidebar.mjs +151 -239
  295. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  296. package/fesm2022/primeng-skeleton.mjs +46 -54
  297. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  298. package/fesm2022/primeng-slider.mjs +186 -182
  299. package/fesm2022/primeng-slider.mjs.map +1 -1
  300. package/fesm2022/primeng-speeddial.mjs +192 -254
  301. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  302. package/fesm2022/primeng-splitbutton.mjs +211 -231
  303. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  304. package/fesm2022/primeng-splitter.mjs +126 -159
  305. package/fesm2022/primeng-splitter.mjs.map +1 -1
  306. package/fesm2022/primeng-stepper.mjs +235 -341
  307. package/fesm2022/primeng-stepper.mjs.map +1 -1
  308. package/fesm2022/primeng-steps.mjs +117 -170
  309. package/fesm2022/primeng-steps.mjs.map +1 -1
  310. package/fesm2022/primeng-styleclass.mjs +50 -53
  311. package/fesm2022/primeng-styleclass.mjs.map +1 -1
  312. package/fesm2022/primeng-table.mjs +1869 -2628
  313. package/fesm2022/primeng-table.mjs.map +1 -1
  314. package/fesm2022/primeng-tabmenu.mjs +173 -319
  315. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  316. package/fesm2022/primeng-tabs.mjs +193 -308
  317. package/fesm2022/primeng-tabs.mjs.map +1 -1
  318. package/fesm2022/primeng-tabview.mjs +263 -435
  319. package/fesm2022/primeng-tabview.mjs.map +1 -1
  320. package/fesm2022/primeng-tag.mjs +63 -110
  321. package/fesm2022/primeng-tag.mjs.map +1 -1
  322. package/fesm2022/primeng-terminal.mjs +60 -104
  323. package/fesm2022/primeng-terminal.mjs.map +1 -1
  324. package/fesm2022/primeng-textarea.mjs +59 -64
  325. package/fesm2022/primeng-textarea.mjs.map +1 -1
  326. package/fesm2022/primeng-tieredmenu.mjs +338 -457
  327. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  328. package/fesm2022/primeng-timeline.mjs +90 -156
  329. package/fesm2022/primeng-timeline.mjs.map +1 -1
  330. package/fesm2022/primeng-toast.mjs +260 -365
  331. package/fesm2022/primeng-toast.mjs.map +1 -1
  332. package/fesm2022/primeng-togglebutton.mjs +117 -150
  333. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  334. package/fesm2022/primeng-toggleswitch.mjs +98 -121
  335. package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
  336. package/fesm2022/primeng-toolbar.mjs +62 -121
  337. package/fesm2022/primeng-toolbar.mjs.map +1 -1
  338. package/fesm2022/primeng-tooltip.mjs +74 -75
  339. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  340. package/fesm2022/primeng-tree.mjs +455 -729
  341. package/fesm2022/primeng-tree.mjs.map +1 -1
  342. package/fesm2022/primeng-treeselect.mjs +344 -533
  343. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  344. package/fesm2022/primeng-treetable.mjs +1027 -1584
  345. package/fesm2022/primeng-treetable.mjs.map +1 -1
  346. package/fesm2022/primeng-usestyle.mjs +6 -6
  347. package/fesm2022/primeng-usestyle.mjs.map +1 -1
  348. package/fesm2022/primeng-utils.mjs +3 -1
  349. package/fesm2022/primeng-utils.mjs.map +1 -1
  350. package/listbox/listbox.d.ts +17 -3
  351. package/message/message.d.ts +1 -0
  352. package/overlaybadge/overlaybadge.d.ts +1 -1
  353. package/package.json +189 -190
  354. package/password/password.d.ts +8 -1
  355. package/password/style/passwordstyle.d.ts +1 -0
  356. package/picklist/picklist.d.ts +11 -1
  357. package/stepper/stepper.d.ts +2 -1
  358. package/table/table.d.ts +1 -1
  359. package/table/table.interface.d.ts +2 -2
  360. package/tabs/tablist.d.ts +1 -1
  361. package/toast/toast.d.ts +1 -1
  362. package/tree/tree.d.ts +10 -2
  363. package/tree/tree.interface.d.ts +8 -0
  364. package/utils/zindexutils.d.ts +2 -0
@@ -2,10 +2,10 @@ import { trigger, transition, style, animate } from '@angular/animations';
2
2
  import * as i1 from '@angular/common';
3
3
  import { isPlatformBrowser, CommonModule } from '@angular/common';
4
4
  import * as i0 from '@angular/core';
5
- import { Injectable, inject, signal, booleanAttribute, Directive, Input, HostListener, Pipe, forwardRef, EventEmitter, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Output, ViewChild, ContentChild, ContentChildren, NgModule } from '@angular/core';
5
+ import { Injectable, inject, signal, booleanAttribute, HostListener, Input, Directive, Pipe, forwardRef, EventEmitter, numberAttribute, ContentChildren, ContentChild, ViewChild, Output, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
6
6
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
7
7
  import { addClass, absolutePosition, removeClass, hasClass, isTouchDevice, getOuterWidth, relativePosition } from '@primeuix/utils';
8
- import { OverlayService, TranslationKeys, PrimeTemplate, SharedModule } from 'primeng/api';
8
+ import { OverlayService, TranslationKeys, SharedModule, PrimeTemplate } from 'primeng/api';
9
9
  import { AutoFocus } from 'primeng/autofocus';
10
10
  import { BaseComponent } from 'primeng/basecomponent';
11
11
  import { DomHandler, ConnectedOverlayScrollHandler } from 'primeng/dom';
@@ -125,6 +125,7 @@ const classes = {
125
125
  root: ({ instance }) => ({
126
126
  'p-password p-component p-inputwrapper': true,
127
127
  'p-inputwrapper-filled': instance.filled(),
128
+ 'p-variant-filled': 'instance.variant === "filled" || instance.config.inputVariant() === "filled" || instance.config.inputStyle() === "filled"',
128
129
  'p-inputwrapper-focus': instance.focused,
129
130
  'p-password-fluid': instance.hasFluid
130
131
  }),
@@ -142,12 +143,12 @@ class PasswordStyle extends BaseStyle {
142
143
  theme = theme;
143
144
  classes = classes;
144
145
  inlineStyles = inlineStyles;
145
- static ɵfac = /*@__PURE__*/ (() => { let ɵPasswordStyle_BaseFactory; return function PasswordStyle_Factory(__ngFactoryType__) { return (ɵPasswordStyle_BaseFactory || (ɵPasswordStyle_BaseFactory = i0.ɵɵgetInheritedFactory(PasswordStyle)))(__ngFactoryType__ || PasswordStyle); }; })();
146
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PasswordStyle, factory: PasswordStyle.ɵfac });
146
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: PasswordStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
147
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: PasswordStyle });
147
148
  }
148
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PasswordStyle, [{
149
- type: Injectable
150
- }], null, null); })();
149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: PasswordStyle, decorators: [{
150
+ type: Injectable
151
+ }] });
151
152
  /**
152
153
  *
153
154
  * Password displays strength indicator for password fields.
@@ -193,182 +194,6 @@ var PasswordClasses;
193
194
  PasswordClasses["meterText"] = "p-password-meter-text";
194
195
  })(PasswordClasses || (PasswordClasses = {}));
195
196
 
196
- const _c0 = ["content"];
197
- const _c1 = ["footer"];
198
- const _c2 = ["header"];
199
- const _c3 = ["clearicon"];
200
- const _c4 = ["headericon"];
201
- const _c5 = ["showicon"];
202
- const _c6 = ["input"];
203
- const _c7 = () => ({ class: "p-password-toggle-mask-icon p-password-mask-icon" });
204
- const _c8 = (a0, a1) => ({ showTransitionParams: a0, hideTransitionParams: a1 });
205
- const _c9 = a0 => ({ value: "visible", params: a0 });
206
- const _c10 = a0 => ({ width: a0 });
207
- function Password_ng_container_5_TimesIcon_1_Template(rf, ctx) { if (rf & 1) {
208
- const _r3 = i0.ɵɵgetCurrentView();
209
- i0.ɵɵelementStart(0, "TimesIcon", 8);
210
- i0.ɵɵlistener("click", function Password_ng_container_5_TimesIcon_1_Template_TimesIcon_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r3 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r3.clear()); });
211
- i0.ɵɵelementEnd();
212
- } if (rf & 2) {
213
- i0.ɵɵattribute("data-pc-section", "clearIcon");
214
- } }
215
- function Password_ng_container_5_3_ng_template_0_Template(rf, ctx) { }
216
- function Password_ng_container_5_3_Template(rf, ctx) { if (rf & 1) {
217
- i0.ɵɵtemplate(0, Password_ng_container_5_3_ng_template_0_Template, 0, 0, "ng-template");
218
- } }
219
- function Password_ng_container_5_Template(rf, ctx) { if (rf & 1) {
220
- const _r2 = i0.ɵɵgetCurrentView();
221
- i0.ɵɵelementContainerStart(0);
222
- i0.ɵɵtemplate(1, Password_ng_container_5_TimesIcon_1_Template, 1, 1, "TimesIcon", 7);
223
- i0.ɵɵelementStart(2, "span", 8);
224
- i0.ɵɵlistener("click", function Password_ng_container_5_Template_span_click_2_listener() { i0.ɵɵrestoreView(_r2); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.clear()); });
225
- i0.ɵɵtemplate(3, Password_ng_container_5_3_Template, 1, 0, null, 9);
226
- i0.ɵɵelementEnd();
227
- i0.ɵɵelementContainerEnd();
228
- } if (rf & 2) {
229
- const ctx_r3 = i0.ɵɵnextContext();
230
- i0.ɵɵadvance();
231
- i0.ɵɵproperty("ngIf", !ctx_r3.clearIconTemplate && !ctx_r3._clearIconTemplate);
232
- i0.ɵɵadvance();
233
- i0.ɵɵattribute("data-pc-section", "clearIcon");
234
- i0.ɵɵadvance();
235
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r3.clearIconTemplate || ctx_r3._clearIconTemplate);
236
- } }
237
- function Password_ng_container_6_ng_container_1_EyeSlashIcon_1_Template(rf, ctx) { if (rf & 1) {
238
- const _r5 = i0.ɵɵgetCurrentView();
239
- i0.ɵɵelementStart(0, "EyeSlashIcon", 12);
240
- i0.ɵɵlistener("click", function Password_ng_container_6_ng_container_1_EyeSlashIcon_1_Template_EyeSlashIcon_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r3 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r3.onMaskToggle()); });
241
- i0.ɵɵelementEnd();
242
- } if (rf & 2) {
243
- i0.ɵɵattribute("data-pc-section", "hideIcon");
244
- } }
245
- function Password_ng_container_6_ng_container_1_span_2_1_ng_template_0_Template(rf, ctx) { }
246
- function Password_ng_container_6_ng_container_1_span_2_1_Template(rf, ctx) { if (rf & 1) {
247
- i0.ɵɵtemplate(0, Password_ng_container_6_ng_container_1_span_2_1_ng_template_0_Template, 0, 0, "ng-template");
248
- } }
249
- function Password_ng_container_6_ng_container_1_span_2_Template(rf, ctx) { if (rf & 1) {
250
- const _r6 = i0.ɵɵgetCurrentView();
251
- i0.ɵɵelementStart(0, "span", 13);
252
- i0.ɵɵlistener("click", function Password_ng_container_6_ng_container_1_span_2_Template_span_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r3 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r3.onMaskToggle()); });
253
- i0.ɵɵtemplate(1, Password_ng_container_6_ng_container_1_span_2_1_Template, 1, 0, null, 14);
254
- i0.ɵɵelementEnd();
255
- } if (rf & 2) {
256
- const ctx_r3 = i0.ɵɵnextContext(3);
257
- i0.ɵɵadvance();
258
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r3.hideIconTemplate || ctx_r3._hideIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction0(2, _c7));
259
- } }
260
- function Password_ng_container_6_ng_container_1_Template(rf, ctx) { if (rf & 1) {
261
- i0.ɵɵelementContainerStart(0);
262
- i0.ɵɵtemplate(1, Password_ng_container_6_ng_container_1_EyeSlashIcon_1_Template, 1, 1, "EyeSlashIcon", 10)(2, Password_ng_container_6_ng_container_1_span_2_Template, 2, 3, "span", 11);
263
- i0.ɵɵelementContainerEnd();
264
- } if (rf & 2) {
265
- const ctx_r3 = i0.ɵɵnextContext(2);
266
- i0.ɵɵadvance();
267
- i0.ɵɵproperty("ngIf", !ctx_r3.hideIconTemplate && !ctx_r3._hideIconTemplate);
268
- i0.ɵɵadvance();
269
- i0.ɵɵproperty("ngIf", ctx_r3.hideIconTemplate || ctx_r3._hideIconTemplate);
270
- } }
271
- function Password_ng_container_6_ng_container_2_EyeIcon_1_Template(rf, ctx) { if (rf & 1) {
272
- const _r7 = i0.ɵɵgetCurrentView();
273
- i0.ɵɵelementStart(0, "EyeIcon", 12);
274
- i0.ɵɵlistener("click", function Password_ng_container_6_ng_container_2_EyeIcon_1_Template_EyeIcon_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r3 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r3.onMaskToggle()); });
275
- i0.ɵɵelementEnd();
276
- } if (rf & 2) {
277
- i0.ɵɵattribute("data-pc-section", "showIcon");
278
- } }
279
- function Password_ng_container_6_ng_container_2_span_2_1_ng_template_0_Template(rf, ctx) { }
280
- function Password_ng_container_6_ng_container_2_span_2_1_Template(rf, ctx) { if (rf & 1) {
281
- i0.ɵɵtemplate(0, Password_ng_container_6_ng_container_2_span_2_1_ng_template_0_Template, 0, 0, "ng-template");
282
- } }
283
- function Password_ng_container_6_ng_container_2_span_2_Template(rf, ctx) { if (rf & 1) {
284
- const _r8 = i0.ɵɵgetCurrentView();
285
- i0.ɵɵelementStart(0, "span", 13);
286
- i0.ɵɵlistener("click", function Password_ng_container_6_ng_container_2_span_2_Template_span_click_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r3 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r3.onMaskToggle()); });
287
- i0.ɵɵtemplate(1, Password_ng_container_6_ng_container_2_span_2_1_Template, 1, 0, null, 9);
288
- i0.ɵɵelementEnd();
289
- } if (rf & 2) {
290
- const ctx_r3 = i0.ɵɵnextContext(3);
291
- i0.ɵɵadvance();
292
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r3.showIconTemplate || ctx_r3._showIconTemplate);
293
- } }
294
- function Password_ng_container_6_ng_container_2_Template(rf, ctx) { if (rf & 1) {
295
- i0.ɵɵelementContainerStart(0);
296
- i0.ɵɵtemplate(1, Password_ng_container_6_ng_container_2_EyeIcon_1_Template, 1, 1, "EyeIcon", 10)(2, Password_ng_container_6_ng_container_2_span_2_Template, 2, 1, "span", 11);
297
- i0.ɵɵelementContainerEnd();
298
- } if (rf & 2) {
299
- const ctx_r3 = i0.ɵɵnextContext(2);
300
- i0.ɵɵadvance();
301
- i0.ɵɵproperty("ngIf", !ctx_r3.showIconTemplate && !ctx_r3._showIconTemplate);
302
- i0.ɵɵadvance();
303
- i0.ɵɵproperty("ngIf", ctx_r3.showIconTemplate || ctx_r3._showIconTemplate);
304
- } }
305
- function Password_ng_container_6_Template(rf, ctx) { if (rf & 1) {
306
- i0.ɵɵelementContainerStart(0);
307
- i0.ɵɵtemplate(1, Password_ng_container_6_ng_container_1_Template, 3, 2, "ng-container", 5)(2, Password_ng_container_6_ng_container_2_Template, 3, 2, "ng-container", 5);
308
- i0.ɵɵelementContainerEnd();
309
- } if (rf & 2) {
310
- const ctx_r3 = i0.ɵɵnextContext();
311
- i0.ɵɵadvance();
312
- i0.ɵɵproperty("ngIf", ctx_r3.unmasked);
313
- i0.ɵɵadvance();
314
- i0.ɵɵproperty("ngIf", !ctx_r3.unmasked);
315
- } }
316
- function Password_div_7_ng_container_2_Template(rf, ctx) { if (rf & 1) {
317
- i0.ɵɵelementContainer(0);
318
- } }
319
- function Password_div_7_ng_container_3_ng_container_1_Template(rf, ctx) { if (rf & 1) {
320
- i0.ɵɵelementContainer(0);
321
- } }
322
- function Password_div_7_ng_container_3_Template(rf, ctx) { if (rf & 1) {
323
- i0.ɵɵelementContainerStart(0);
324
- i0.ɵɵtemplate(1, Password_div_7_ng_container_3_ng_container_1_Template, 1, 0, "ng-container", 9);
325
- i0.ɵɵelementContainerEnd();
326
- } if (rf & 2) {
327
- const ctx_r3 = i0.ɵɵnextContext(2);
328
- i0.ɵɵadvance();
329
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r3.contentTemplate || ctx_r3._contentTemplate);
330
- } }
331
- function Password_div_7_ng_template_4_Template(rf, ctx) { if (rf & 1) {
332
- i0.ɵɵelementStart(0, "div", 17)(1, "div", 18);
333
- i0.ɵɵelement(2, "div", 3);
334
- i0.ɵɵpipe(3, "mapper");
335
- i0.ɵɵelementEnd();
336
- i0.ɵɵelementStart(4, "div", 19);
337
- i0.ɵɵtext(5);
338
- i0.ɵɵelementEnd()();
339
- } if (rf & 2) {
340
- const ctx_r3 = i0.ɵɵnextContext(2);
341
- i0.ɵɵadvance();
342
- i0.ɵɵattribute("data-pc-section", "meter");
343
- i0.ɵɵadvance();
344
- i0.ɵɵproperty("ngClass", i0.ɵɵpipeBind2(3, 6, ctx_r3.meter, ctx_r3.strengthClass))("ngStyle", i0.ɵɵpureFunction1(9, _c10, ctx_r3.meter ? ctx_r3.meter.width : ""));
345
- i0.ɵɵattribute("data-pc-section", "meterLabel");
346
- i0.ɵɵadvance(2);
347
- i0.ɵɵattribute("data-pc-section", "info");
348
- i0.ɵɵadvance();
349
- i0.ɵɵtextInterpolate(ctx_r3.infoText);
350
- } }
351
- function Password_div_7_ng_container_6_Template(rf, ctx) { if (rf & 1) {
352
- i0.ɵɵelementContainer(0);
353
- } }
354
- function Password_div_7_Template(rf, ctx) { if (rf & 1) {
355
- const _r9 = i0.ɵɵgetCurrentView();
356
- i0.ɵɵelementStart(0, "div", 15, 1);
357
- i0.ɵɵlistener("click", function Password_div_7_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.onOverlayClick($event)); })("@overlayAnimation.start", function Password_div_7_Template_div_animation_overlayAnimation_start_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.onAnimationStart($event)); })("@overlayAnimation.done", function Password_div_7_Template_div_animation_overlayAnimation_done_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.onAnimationEnd($event)); });
358
- i0.ɵɵtemplate(2, Password_div_7_ng_container_2_Template, 1, 0, "ng-container", 9)(3, Password_div_7_ng_container_3_Template, 2, 1, "ng-container", 16)(4, Password_div_7_ng_template_4_Template, 6, 11, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor)(6, Password_div_7_ng_container_6_Template, 1, 0, "ng-container", 9);
359
- i0.ɵɵelementEnd();
360
- } if (rf & 2) {
361
- const content_r10 = i0.ɵɵreference(5);
362
- const ctx_r3 = i0.ɵɵnextContext();
363
- i0.ɵɵproperty("@overlayAnimation", i0.ɵɵpureFunction1(9, _c9, i0.ɵɵpureFunction2(6, _c8, ctx_r3.showTransitionOptions, ctx_r3.hideTransitionOptions)));
364
- i0.ɵɵattribute("data-pc-section", "panel");
365
- i0.ɵɵadvance(2);
366
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r3.headerTemplate || ctx_r3._headerTemplate);
367
- i0.ɵɵadvance();
368
- i0.ɵɵproperty("ngIf", ctx_r3.contentTemplate || ctx_r3._contentTemplate)("ngIfElse", content_r10);
369
- i0.ɵɵadvance(3);
370
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r3.footerTemplate || ctx_r3._footerTemplate);
371
- } }
372
197
  /**
373
198
  * Password directive.
374
199
  * @group Components
@@ -414,7 +239,7 @@ class PasswordDirective extends BaseComponent {
414
239
  * Specifies the input variant of the component.
415
240
  * @group Props
416
241
  */
417
- variant = 'outlined';
242
+ variant;
418
243
  /**
419
244
  * Spans 100% width of the container when enabled.
420
245
  * @group Props
@@ -626,72 +451,68 @@ class PasswordDirective extends BaseComponent {
626
451
  }
627
452
  super.ngOnDestroy();
628
453
  }
629
- static ɵfac = function PasswordDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PasswordDirective)(i0.ɵɵdirectiveInject(i0.NgZone)); };
630
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PasswordDirective, selectors: [["", "pPassword", ""]], hostAttrs: [1, "p-password", "p-inputtext", "p-component", "p-inputwrapper"], hostVars: 6, hostBindings: function PasswordDirective_HostBindings(rf, ctx) { if (rf & 1) {
631
- i0.ɵɵlistener("input", function PasswordDirective_input_HostBindingHandler($event) { return ctx.onInput($event); })("focus", function PasswordDirective_focus_HostBindingHandler() { return ctx.onFocus(); })("blur", function PasswordDirective_blur_HostBindingHandler() { return ctx.onBlur(); })("keyup", function PasswordDirective_keyup_HostBindingHandler($event) { return ctx.onKeyup($event); });
632
- } if (rf & 2) {
633
- i0.ɵɵclassProp("p-inputwrapper-filled", ctx.filled)("p-variant-filled", ctx.variant === "filled" || ctx.config.inputStyle() === "filled" || ctx.config.inputVariant() === "filled")("p-password-fluid-directive", ctx.hasFluid);
634
- } }, inputs: { promptLabel: "promptLabel", weakLabel: "weakLabel", mediumLabel: "mediumLabel", strongLabel: "strongLabel", feedback: [2, "feedback", "feedback", booleanAttribute], showPassword: "showPassword", variant: "variant", fluid: [2, "fluid", "fluid", booleanAttribute] }, features: [i0.ɵɵProvidersFeature([PasswordStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature] });
454
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: PasswordDirective, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
455
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.7", type: PasswordDirective, isStandalone: true, selector: "[pPassword]", inputs: { promptLabel: "promptLabel", weakLabel: "weakLabel", mediumLabel: "mediumLabel", strongLabel: "strongLabel", feedback: ["feedback", "feedback", booleanAttribute], showPassword: "showPassword", variant: "variant", fluid: ["fluid", "fluid", booleanAttribute] }, host: { listeners: { "input": "onInput($event)", "focus": "onFocus()", "blur": "onBlur()", "keyup": "onKeyup($event)" }, properties: { "class.p-inputwrapper-filled": "filled", "class.p-variant-filled": "variant === \"filled\" || config.inputStyle() === \"filled\" || config.inputVariant() === \"filled\"", "class.p-password-fluid-directive": "hasFluid" }, classAttribute: "p-password p-inputtext p-component p-inputwrapper" }, providers: [PasswordStyle], usesInheritance: true, ngImport: i0 });
635
456
  }
636
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PasswordDirective, [{
637
- type: Directive,
638
- args: [{
639
- selector: '[pPassword]',
640
- standalone: true,
641
- host: {
642
- class: 'p-password p-inputtext p-component p-inputwrapper',
643
- '[class.p-inputwrapper-filled]': 'filled',
644
- '[class.p-variant-filled]': 'variant === "filled" || config.inputStyle() === "filled" || config.inputVariant() === "filled"',
645
- '[class.p-password-fluid-directive]': 'hasFluid'
646
- },
647
- providers: [PasswordStyle]
648
- }]
649
- }], () => [{ type: i0.NgZone }], { promptLabel: [{
650
- type: Input
651
- }], weakLabel: [{
652
- type: Input
653
- }], mediumLabel: [{
654
- type: Input
655
- }], strongLabel: [{
656
- type: Input
657
- }], feedback: [{
658
- type: Input,
659
- args: [{ transform: booleanAttribute }]
660
- }], showPassword: [{
661
- type: Input
662
- }], variant: [{
663
- type: Input
664
- }], fluid: [{
665
- type: Input,
666
- args: [{ transform: booleanAttribute }]
667
- }], onInput: [{
668
- type: HostListener,
669
- args: ['input', ['$event']]
670
- }], onFocus: [{
671
- type: HostListener,
672
- args: ['focus']
673
- }], onBlur: [{
674
- type: HostListener,
675
- args: ['blur']
676
- }], onKeyup: [{
677
- type: HostListener,
678
- args: ['keyup', ['$event']]
679
- }] }); })();
457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: PasswordDirective, decorators: [{
458
+ type: Directive,
459
+ args: [{
460
+ selector: '[pPassword]',
461
+ standalone: true,
462
+ host: {
463
+ class: 'p-password p-inputtext p-component p-inputwrapper',
464
+ '[class.p-inputwrapper-filled]': 'filled',
465
+ '[class.p-variant-filled]': 'variant === "filled" || config.inputStyle() === "filled" || config.inputVariant() === "filled"',
466
+ '[class.p-password-fluid-directive]': 'hasFluid'
467
+ },
468
+ providers: [PasswordStyle]
469
+ }]
470
+ }], ctorParameters: () => [{ type: i0.NgZone }], propDecorators: { promptLabel: [{
471
+ type: Input
472
+ }], weakLabel: [{
473
+ type: Input
474
+ }], mediumLabel: [{
475
+ type: Input
476
+ }], strongLabel: [{
477
+ type: Input
478
+ }], feedback: [{
479
+ type: Input,
480
+ args: [{ transform: booleanAttribute }]
481
+ }], showPassword: [{
482
+ type: Input
483
+ }], variant: [{
484
+ type: Input
485
+ }], fluid: [{
486
+ type: Input,
487
+ args: [{ transform: booleanAttribute }]
488
+ }], onInput: [{
489
+ type: HostListener,
490
+ args: ['input', ['$event']]
491
+ }], onFocus: [{
492
+ type: HostListener,
493
+ args: ['focus']
494
+ }], onBlur: [{
495
+ type: HostListener,
496
+ args: ['blur']
497
+ }], onKeyup: [{
498
+ type: HostListener,
499
+ args: ['keyup', ['$event']]
500
+ }] } });
680
501
  class MapperPipe {
681
502
  transform(value, mapper, ...args) {
682
503
  return mapper(value, ...args);
683
504
  }
684
- static ɵfac = function MapperPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MapperPipe)(); };
685
- static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "mapper", type: MapperPipe, pure: true });
505
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: MapperPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
506
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.7", ngImport: i0, type: MapperPipe, isStandalone: true, name: "mapper" });
686
507
  }
687
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MapperPipe, [{
688
- type: Pipe,
689
- args: [{
690
- name: 'mapper',
691
- pure: true,
692
- standalone: true
693
- }]
694
- }], null, null); })();
508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: MapperPipe, decorators: [{
509
+ type: Pipe,
510
+ args: [{
511
+ name: 'mapper',
512
+ pure: true,
513
+ standalone: true
514
+ }]
515
+ }] });
695
516
  const Password_VALUE_ACCESSOR = {
696
517
  provide: NG_VALUE_ACCESSOR,
697
518
  useExisting: forwardRef(() => Password),
@@ -841,7 +662,12 @@ class Password extends BaseComponent {
841
662
  * Specifies the input variant of the component.
842
663
  * @group Props
843
664
  */
844
- variant = 'outlined';
665
+ variant;
666
+ /**
667
+ * Index of the element in tabbing order.
668
+ * @group Props
669
+ */
670
+ tabindex;
845
671
  /**
846
672
  * Callback to invoke when the component receives focus.
847
673
  * @param {Event} event - Browser event.
@@ -1172,61 +998,94 @@ class Password extends BaseComponent {
1172
998
  }
1173
999
  super.ngOnDestroy();
1174
1000
  }
1175
- static ɵfac = /*@__PURE__*/ (() => { let ɵPassword_BaseFactory; return function Password_Factory(__ngFactoryType__) { return (ɵPassword_BaseFactory || (ɵPassword_BaseFactory = i0.ɵɵgetInheritedFactory(Password)))(__ngFactoryType__ || Password); }; })();
1176
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Password, selectors: [["p-password"]], contentQueries: function Password_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
1177
- i0.ɵɵcontentQuery(dirIndex, _c0, 4);
1178
- i0.ɵɵcontentQuery(dirIndex, _c1, 4);
1179
- i0.ɵɵcontentQuery(dirIndex, _c2, 4);
1180
- i0.ɵɵcontentQuery(dirIndex, _c3, 4);
1181
- i0.ɵɵcontentQuery(dirIndex, _c4, 4);
1182
- i0.ɵɵcontentQuery(dirIndex, _c5, 4);
1183
- i0.ɵɵcontentQuery(dirIndex, PrimeTemplate, 4);
1184
- } if (rf & 2) {
1185
- let _t;
1186
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contentTemplate = _t.first);
1187
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.footerTemplate = _t.first);
1188
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.headerTemplate = _t.first);
1189
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.clearIconTemplate = _t.first);
1190
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.hideIconTemplate = _t.first);
1191
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.showIconTemplate = _t.first);
1192
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.templates = _t);
1193
- } }, viewQuery: function Password_Query(rf, ctx) { if (rf & 1) {
1194
- i0.ɵɵviewQuery(_c6, 5);
1195
- } if (rf & 2) {
1196
- let _t;
1197
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.input = _t.first);
1198
- } }, inputs: { ariaLabel: "ariaLabel", fluid: [2, "fluid", "fluid", booleanAttribute], ariaLabelledBy: "ariaLabelledBy", label: "label", disabled: [2, "disabled", "disabled", booleanAttribute], promptLabel: "promptLabel", mediumRegex: "mediumRegex", strongRegex: "strongRegex", weakLabel: "weakLabel", mediumLabel: "mediumLabel", maxLength: [2, "maxLength", "maxLength", numberAttribute], strongLabel: "strongLabel", inputId: "inputId", feedback: [2, "feedback", "feedback", booleanAttribute], appendTo: "appendTo", toggleMask: [2, "toggleMask", "toggleMask", booleanAttribute], size: "size", inputStyleClass: "inputStyleClass", styleClass: "styleClass", style: "style", inputStyle: "inputStyle", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", autocomplete: "autocomplete", placeholder: "placeholder", showClear: [2, "showClear", "showClear", booleanAttribute], autofocus: [2, "autofocus", "autofocus", booleanAttribute], variant: "variant" }, outputs: { onFocus: "onFocus", onBlur: "onBlur", onClear: "onClear" }, features: [i0.ɵɵProvidersFeature([Password_VALUE_ACCESSOR, PasswordStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 33, consts: [["input", ""], ["overlay", ""], ["content", ""], [3, "ngClass", "ngStyle"], ["pInputText", "", 3, "input", "focus", "blur", "keyup", "disabled", "pSize", "ngClass", "ngStyle", "value", "variant", "pAutoFocus"], [4, "ngIf"], ["class", "p-password-overlay p-component", 3, "click", 4, "ngIf"], ["class", "p-password-clear-icon", 3, "click", 4, "ngIf"], [1, "p-password-clear-icon", 3, "click"], [4, "ngTemplateOutlet"], ["class", "p-password-toggle-mask-icon p-password-mask-icon", 3, "click", 4, "ngIf"], [3, "click", 4, "ngIf"], [1, "p-password-toggle-mask-icon", "p-password-mask-icon", 3, "click"], [3, "click"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "p-password-overlay", "p-component", 3, "click"], [4, "ngIf", "ngIfElse"], [1, "p-password-content"], [1, "p-password-meter"], [1, "p-password-meter-text"]], template: function Password_Template(rf, ctx) { if (rf & 1) {
1199
- const _r1 = i0.ɵɵgetCurrentView();
1200
- i0.ɵɵelementStart(0, "div", 3)(1, "input", 4, 0);
1201
- i0.ɵɵpipe(3, "mapper");
1202
- i0.ɵɵpipe(4, "mapper");
1203
- i0.ɵɵlistener("input", function Password_Template_input_input_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onInput($event)); })("focus", function Password_Template_input_focus_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onInputFocus($event)); })("blur", function Password_Template_input_blur_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onInputBlur($event)); })("keyup", function Password_Template_input_keyup_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onKeyUp($event)); });
1204
- i0.ɵɵelementEnd();
1205
- i0.ɵɵtemplate(5, Password_ng_container_5_Template, 4, 3, "ng-container", 5)(6, Password_ng_container_6_Template, 3, 2, "ng-container", 5)(7, Password_div_7_Template, 7, 11, "div", 6);
1206
- i0.ɵɵelementEnd();
1207
- } if (rf & 2) {
1208
- i0.ɵɵclassMap(ctx.styleClass);
1209
- i0.ɵɵproperty("ngClass", ctx.rootClass)("ngStyle", ctx.style);
1210
- i0.ɵɵattribute("data-pc-name", "password")("data-pc-section", "root");
1211
- i0.ɵɵadvance();
1212
- i0.ɵɵclassMap(ctx.inputStyleClass);
1213
- i0.ɵɵproperty("disabled", ctx.disabled)("pSize", ctx.size)("ngClass", i0.ɵɵpipeBind2(3, 27, ctx.disabled, ctx.inputFieldClass))("ngStyle", ctx.inputStyle)("value", ctx.value)("variant", ctx.variant)("pAutoFocus", ctx.autofocus);
1214
- i0.ɵɵattribute("label", ctx.label)("aria-label", ctx.ariaLabel)("aria-labelledBy", ctx.ariaLabelledBy)("id", ctx.inputId)("type", i0.ɵɵpipeBind2(4, 30, ctx.unmasked, ctx.inputType))("placeholder", ctx.placeholder)("autocomplete", ctx.autocomplete)("maxlength", ctx.maxLength)("data-pc-section", "input");
1215
- i0.ɵɵadvance(4);
1216
- i0.ɵɵproperty("ngIf", ctx.showClear && ctx.value != null);
1217
- i0.ɵɵadvance();
1218
- i0.ɵɵproperty("ngIf", ctx.toggleMask);
1219
- i0.ɵɵadvance();
1220
- i0.ɵɵproperty("ngIf", ctx.overlayVisible);
1221
- } }, dependencies: [CommonModule, i1.NgClass, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, InputText, AutoFocus, TimesIcon, EyeSlashIcon, EyeIcon, MapperPipe, SharedModule], encapsulation: 2, data: { animation: [trigger('overlayAnimation', [transition(':enter', [style({ opacity: 0, transform: 'scaleY(0.8)' }), animate('{{showTransitionParams}}')]), transition(':leave', [animate('{{hideTransitionParams}}', style({ opacity: 0 }))])])] }, changeDetection: 0 });
1001
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: Password, deps: null, target: i0.ɵɵFactoryTarget.Component });
1002
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.7", type: Password, isStandalone: true, selector: "p-password", inputs: { ariaLabel: "ariaLabel", fluid: ["fluid", "fluid", booleanAttribute], ariaLabelledBy: "ariaLabelledBy", label: "label", disabled: ["disabled", "disabled", booleanAttribute], promptLabel: "promptLabel", mediumRegex: "mediumRegex", strongRegex: "strongRegex", weakLabel: "weakLabel", mediumLabel: "mediumLabel", maxLength: ["maxLength", "maxLength", numberAttribute], strongLabel: "strongLabel", inputId: "inputId", feedback: ["feedback", "feedback", booleanAttribute], appendTo: "appendTo", toggleMask: ["toggleMask", "toggleMask", booleanAttribute], size: "size", inputStyleClass: "inputStyleClass", styleClass: "styleClass", style: "style", inputStyle: "inputStyle", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", autocomplete: "autocomplete", placeholder: "placeholder", showClear: ["showClear", "showClear", booleanAttribute], autofocus: ["autofocus", "autofocus", booleanAttribute], variant: "variant", tabindex: ["tabindex", "tabindex", numberAttribute] }, outputs: { onFocus: "onFocus", onBlur: "onBlur", onClear: "onClear" }, providers: [Password_VALUE_ACCESSOR, PasswordStyle], queries: [{ propertyName: "contentTemplate", first: true, predicate: ["content"] }, { propertyName: "footerTemplate", first: true, predicate: ["footer"] }, { propertyName: "headerTemplate", first: true, predicate: ["header"] }, { propertyName: "clearIconTemplate", first: true, predicate: ["clearicon"] }, { propertyName: "hideIconTemplate", first: true, predicate: ["headericon"] }, { propertyName: "showIconTemplate", first: true, predicate: ["showicon"] }, { propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
1003
+ <div [ngClass]="rootClass" [ngStyle]="style" [class]="styleClass" [attr.data-pc-name]="'password'" [attr.data-pc-section]="'root'">
1004
+ <input
1005
+ #input
1006
+ [attr.label]="label"
1007
+ [attr.aria-label]="ariaLabel"
1008
+ [attr.aria-labelledBy]="ariaLabelledBy"
1009
+ [attr.id]="inputId"
1010
+ [attr.tabindex]="tabindex"
1011
+ pInputText
1012
+ [disabled]="disabled"
1013
+ [pSize]="size"
1014
+ [ngClass]="disabled | mapper: inputFieldClass"
1015
+ [ngStyle]="inputStyle"
1016
+ [class]="inputStyleClass"
1017
+ [attr.type]="unmasked | mapper: inputType"
1018
+ [attr.placeholder]="placeholder"
1019
+ [attr.autocomplete]="autocomplete"
1020
+ [value]="value"
1021
+ [variant]="variant"
1022
+ (input)="onInput($event)"
1023
+ (focus)="onInputFocus($event)"
1024
+ (blur)="onInputBlur($event)"
1025
+ (keyup)="onKeyUp($event)"
1026
+ [attr.maxlength]="maxLength"
1027
+ [attr.data-pc-section]="'input'"
1028
+ [pAutoFocus]="autofocus"
1029
+ />
1030
+ <ng-container *ngIf="showClear && value != null">
1031
+ <TimesIcon *ngIf="!clearIconTemplate && !_clearIconTemplate" class="p-password-clear-icon" (click)="clear()" [attr.data-pc-section]="'clearIcon'" />
1032
+ <span (click)="clear()" class="p-password-clear-icon" [attr.data-pc-section]="'clearIcon'">
1033
+ <ng-template *ngTemplateOutlet="clearIconTemplate || _clearIconTemplate"></ng-template>
1034
+ </span>
1035
+ </ng-container>
1036
+
1037
+ <ng-container *ngIf="toggleMask">
1038
+ <ng-container *ngIf="unmasked">
1039
+ <EyeSlashIcon class="p-password-toggle-mask-icon p-password-mask-icon" *ngIf="!hideIconTemplate && !_hideIconTemplate" (click)="onMaskToggle()" [attr.data-pc-section]="'hideIcon'" />
1040
+ <span *ngIf="hideIconTemplate || _hideIconTemplate" (click)="onMaskToggle()">
1041
+ <ng-template *ngTemplateOutlet="hideIconTemplate || _hideIconTemplate; context: { class: 'p-password-toggle-mask-icon p-password-mask-icon' }"></ng-template>
1042
+ </span>
1043
+ </ng-container>
1044
+ <ng-container *ngIf="!unmasked">
1045
+ <EyeIcon *ngIf="!showIconTemplate && !_showIconTemplate" class="p-password-toggle-mask-icon p-password-mask-icon" (click)="onMaskToggle()" [attr.data-pc-section]="'showIcon'" />
1046
+ <span *ngIf="showIconTemplate || _showIconTemplate" (click)="onMaskToggle()">
1047
+ <ng-template *ngTemplateOutlet="showIconTemplate || _showIconTemplate"></ng-template>
1048
+ </span>
1049
+ </ng-container>
1050
+ </ng-container>
1051
+
1052
+ <div
1053
+ #overlay
1054
+ *ngIf="overlayVisible"
1055
+ class="p-password-overlay p-component"
1056
+ (click)="onOverlayClick($event)"
1057
+ [@overlayAnimation]="{
1058
+ value: 'visible',
1059
+ params: { showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions }
1060
+ }"
1061
+ (@overlayAnimation.start)="onAnimationStart($event)"
1062
+ (@overlayAnimation.done)="onAnimationEnd($event)"
1063
+ [attr.data-pc-section]="'panel'"
1064
+ >
1065
+ <ng-container *ngTemplateOutlet="headerTemplate || _headerTemplate"></ng-container>
1066
+ <ng-container *ngIf="contentTemplate || _contentTemplate; else content">
1067
+ <ng-container *ngTemplateOutlet="contentTemplate || _contentTemplate"></ng-container>
1068
+ </ng-container>
1069
+ <ng-template #content>
1070
+ <div class="p-password-content">
1071
+ <div class="p-password-meter" [attr.data-pc-section]="'meter'">
1072
+ <div [ngClass]="meter | mapper: strengthClass" [ngStyle]="{ width: meter ? meter.width : '' }" [attr.data-pc-section]="'meterLabel'"></div>
1073
+ </div>
1074
+ <div class="p-password-meter-text" [attr.data-pc-section]="'info'">{{ infoText }}</div>
1075
+ </div>
1076
+ </ng-template>
1077
+ <ng-container *ngTemplateOutlet="footerTemplate || _footerTemplate"></ng-container>
1078
+ </div>
1079
+ </div>
1080
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: InputText, selector: "[pInputText]", inputs: ["variant", "fluid", "pSize"] }, { kind: "directive", type: AutoFocus, selector: "[pAutoFocus]", inputs: ["autofocus", "pAutoFocus"] }, { kind: "component", type: TimesIcon, selector: "TimesIcon" }, { kind: "component", type: EyeSlashIcon, selector: "EyeSlashIcon" }, { kind: "component", type: EyeIcon, selector: "EyeIcon" }, { kind: "pipe", type: MapperPipe, name: "mapper" }, { kind: "ngmodule", type: SharedModule }], animations: [trigger('overlayAnimation', [transition(':enter', [style({ opacity: 0, transform: 'scaleY(0.8)' }), animate('{{showTransitionParams}}')]), transition(':leave', [animate('{{hideTransitionParams}}', style({ opacity: 0 }))])])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1222
1081
  }
1223
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Password, [{
1224
- type: Component,
1225
- args: [{
1226
- selector: 'p-password',
1227
- standalone: true,
1228
- imports: [CommonModule, InputText, AutoFocus, TimesIcon, EyeSlashIcon, EyeIcon, MapperPipe, SharedModule],
1229
- template: `
1082
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: Password, decorators: [{
1083
+ type: Component,
1084
+ args: [{
1085
+ selector: 'p-password',
1086
+ standalone: true,
1087
+ imports: [CommonModule, InputText, AutoFocus, TimesIcon, EyeSlashIcon, EyeIcon, MapperPipe, SharedModule],
1088
+ template: `
1230
1089
  <div [ngClass]="rootClass" [ngStyle]="style" [class]="styleClass" [attr.data-pc-name]="'password'" [attr.data-pc-section]="'root'">
1231
1090
  <input
1232
1091
  #input
@@ -1234,6 +1093,7 @@ class Password extends BaseComponent {
1234
1093
  [attr.aria-label]="ariaLabel"
1235
1094
  [attr.aria-labelledBy]="ariaLabelledBy"
1236
1095
  [attr.id]="inputId"
1096
+ [attr.tabindex]="tabindex"
1237
1097
  pInputText
1238
1098
  [disabled]="disabled"
1239
1099
  [pSize]="size"
@@ -1304,119 +1164,120 @@ class Password extends BaseComponent {
1304
1164
  </div>
1305
1165
  </div>
1306
1166
  `,
1307
- animations: [trigger('overlayAnimation', [transition(':enter', [style({ opacity: 0, transform: 'scaleY(0.8)' }), animate('{{showTransitionParams}}')]), transition(':leave', [animate('{{hideTransitionParams}}', style({ opacity: 0 }))])])],
1308
- providers: [Password_VALUE_ACCESSOR, PasswordStyle],
1309
- changeDetection: ChangeDetectionStrategy.OnPush,
1310
- encapsulation: ViewEncapsulation.None
1311
- }]
1312
- }], null, { ariaLabel: [{
1313
- type: Input
1314
- }], fluid: [{
1315
- type: Input,
1316
- args: [{ transform: booleanAttribute }]
1317
- }], ariaLabelledBy: [{
1318
- type: Input
1319
- }], label: [{
1320
- type: Input
1321
- }], disabled: [{
1322
- type: Input,
1323
- args: [{ transform: booleanAttribute }]
1324
- }], promptLabel: [{
1325
- type: Input
1326
- }], mediumRegex: [{
1327
- type: Input
1328
- }], strongRegex: [{
1329
- type: Input
1330
- }], weakLabel: [{
1331
- type: Input
1332
- }], mediumLabel: [{
1333
- type: Input
1334
- }], maxLength: [{
1335
- type: Input,
1336
- args: [{ transform: numberAttribute }]
1337
- }], strongLabel: [{
1338
- type: Input
1339
- }], inputId: [{
1340
- type: Input
1341
- }], feedback: [{
1342
- type: Input,
1343
- args: [{ transform: booleanAttribute }]
1344
- }], appendTo: [{
1345
- type: Input
1346
- }], toggleMask: [{
1347
- type: Input,
1348
- args: [{ transform: booleanAttribute }]
1349
- }], size: [{
1350
- type: Input
1351
- }], inputStyleClass: [{
1352
- type: Input
1353
- }], styleClass: [{
1354
- type: Input
1355
- }], style: [{
1356
- type: Input
1357
- }], inputStyle: [{
1358
- type: Input
1359
- }], showTransitionOptions: [{
1360
- type: Input
1361
- }], hideTransitionOptions: [{
1362
- type: Input
1363
- }], autocomplete: [{
1364
- type: Input
1365
- }], placeholder: [{
1366
- type: Input
1367
- }], showClear: [{
1368
- type: Input,
1369
- args: [{ transform: booleanAttribute }]
1370
- }], autofocus: [{
1371
- type: Input,
1372
- args: [{ transform: booleanAttribute }]
1373
- }], variant: [{
1374
- type: Input
1375
- }], onFocus: [{
1376
- type: Output
1377
- }], onBlur: [{
1378
- type: Output
1379
- }], onClear: [{
1380
- type: Output
1381
- }], input: [{
1382
- type: ViewChild,
1383
- args: ['input']
1384
- }], contentTemplate: [{
1385
- type: ContentChild,
1386
- args: ['content', { descendants: false }]
1387
- }], footerTemplate: [{
1388
- type: ContentChild,
1389
- args: ['footer', { descendants: false }]
1390
- }], headerTemplate: [{
1391
- type: ContentChild,
1392
- args: ['header', { descendants: false }]
1393
- }], clearIconTemplate: [{
1394
- type: ContentChild,
1395
- args: ['clearicon', { descendants: false }]
1396
- }], hideIconTemplate: [{
1397
- type: ContentChild,
1398
- args: ['headericon', { descendants: false }]
1399
- }], showIconTemplate: [{
1400
- type: ContentChild,
1401
- args: ['showicon', { descendants: false }]
1402
- }], templates: [{
1403
- type: ContentChildren,
1404
- args: [PrimeTemplate]
1405
- }] }); })();
1406
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(Password, { className: "Password", filePath: "password.ts", lineNumber: 486 }); })();
1167
+ animations: [trigger('overlayAnimation', [transition(':enter', [style({ opacity: 0, transform: 'scaleY(0.8)' }), animate('{{showTransitionParams}}')]), transition(':leave', [animate('{{hideTransitionParams}}', style({ opacity: 0 }))])])],
1168
+ providers: [Password_VALUE_ACCESSOR, PasswordStyle],
1169
+ changeDetection: ChangeDetectionStrategy.OnPush,
1170
+ encapsulation: ViewEncapsulation.None
1171
+ }]
1172
+ }], propDecorators: { ariaLabel: [{
1173
+ type: Input
1174
+ }], fluid: [{
1175
+ type: Input,
1176
+ args: [{ transform: booleanAttribute }]
1177
+ }], ariaLabelledBy: [{
1178
+ type: Input
1179
+ }], label: [{
1180
+ type: Input
1181
+ }], disabled: [{
1182
+ type: Input,
1183
+ args: [{ transform: booleanAttribute }]
1184
+ }], promptLabel: [{
1185
+ type: Input
1186
+ }], mediumRegex: [{
1187
+ type: Input
1188
+ }], strongRegex: [{
1189
+ type: Input
1190
+ }], weakLabel: [{
1191
+ type: Input
1192
+ }], mediumLabel: [{
1193
+ type: Input
1194
+ }], maxLength: [{
1195
+ type: Input,
1196
+ args: [{ transform: numberAttribute }]
1197
+ }], strongLabel: [{
1198
+ type: Input
1199
+ }], inputId: [{
1200
+ type: Input
1201
+ }], feedback: [{
1202
+ type: Input,
1203
+ args: [{ transform: booleanAttribute }]
1204
+ }], appendTo: [{
1205
+ type: Input
1206
+ }], toggleMask: [{
1207
+ type: Input,
1208
+ args: [{ transform: booleanAttribute }]
1209
+ }], size: [{
1210
+ type: Input
1211
+ }], inputStyleClass: [{
1212
+ type: Input
1213
+ }], styleClass: [{
1214
+ type: Input
1215
+ }], style: [{
1216
+ type: Input
1217
+ }], inputStyle: [{
1218
+ type: Input
1219
+ }], showTransitionOptions: [{
1220
+ type: Input
1221
+ }], hideTransitionOptions: [{
1222
+ type: Input
1223
+ }], autocomplete: [{
1224
+ type: Input
1225
+ }], placeholder: [{
1226
+ type: Input
1227
+ }], showClear: [{
1228
+ type: Input,
1229
+ args: [{ transform: booleanAttribute }]
1230
+ }], autofocus: [{
1231
+ type: Input,
1232
+ args: [{ transform: booleanAttribute }]
1233
+ }], variant: [{
1234
+ type: Input
1235
+ }], tabindex: [{
1236
+ type: Input,
1237
+ args: [{ transform: numberAttribute }]
1238
+ }], onFocus: [{
1239
+ type: Output
1240
+ }], onBlur: [{
1241
+ type: Output
1242
+ }], onClear: [{
1243
+ type: Output
1244
+ }], input: [{
1245
+ type: ViewChild,
1246
+ args: ['input']
1247
+ }], contentTemplate: [{
1248
+ type: ContentChild,
1249
+ args: ['content', { descendants: false }]
1250
+ }], footerTemplate: [{
1251
+ type: ContentChild,
1252
+ args: ['footer', { descendants: false }]
1253
+ }], headerTemplate: [{
1254
+ type: ContentChild,
1255
+ args: ['header', { descendants: false }]
1256
+ }], clearIconTemplate: [{
1257
+ type: ContentChild,
1258
+ args: ['clearicon', { descendants: false }]
1259
+ }], hideIconTemplate: [{
1260
+ type: ContentChild,
1261
+ args: ['headericon', { descendants: false }]
1262
+ }], showIconTemplate: [{
1263
+ type: ContentChild,
1264
+ args: ['showicon', { descendants: false }]
1265
+ }], templates: [{
1266
+ type: ContentChildren,
1267
+ args: [PrimeTemplate]
1268
+ }] } });
1407
1269
  class PasswordModule {
1408
- static ɵfac = function PasswordModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PasswordModule)(); };
1409
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PasswordModule });
1410
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Password, SharedModule, SharedModule] });
1270
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: PasswordModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1271
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.7", ngImport: i0, type: PasswordModule, imports: [Password, PasswordDirective, SharedModule], exports: [PasswordDirective, Password, SharedModule] });
1272
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: PasswordModule, imports: [Password, SharedModule, SharedModule] });
1411
1273
  }
1412
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PasswordModule, [{
1413
- type: NgModule,
1414
- args: [{
1415
- imports: [Password, PasswordDirective, SharedModule],
1416
- exports: [PasswordDirective, Password, SharedModule]
1417
- }]
1418
- }], null, null); })();
1419
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(PasswordModule, { imports: [Password, PasswordDirective, SharedModule], exports: [PasswordDirective, Password, SharedModule] }); })();
1274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: PasswordModule, decorators: [{
1275
+ type: NgModule,
1276
+ args: [{
1277
+ imports: [Password, PasswordDirective, SharedModule],
1278
+ exports: [PasswordDirective, Password, SharedModule]
1279
+ }]
1280
+ }] });
1420
1281
 
1421
1282
  /**
1422
1283
  * Generated bundle index. Do not edit.