primeng 19.1.3 → 20.0.0-rc.1

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 (1097) hide show
  1. package/accordion/index.d.ts +255 -3
  2. package/animateonscroll/index.d.ts +69 -3
  3. package/api/index.d.ts +1818 -3
  4. package/autocomplete/index.d.ts +922 -3
  5. package/autofocus/index.d.ts +29 -3
  6. package/avatar/index.d.ts +113 -3
  7. package/avatargroup/index.d.ts +58 -3
  8. package/badge/index.d.ts +154 -3
  9. package/base/index.d.ts +63 -5
  10. package/basecomponent/index.d.ts +54 -5
  11. package/baseeditableholder/index.d.ts +36 -0
  12. package/baseinput/index.d.ts +73 -0
  13. package/blockui/index.d.ts +112 -3
  14. package/breadcrumb/index.d.ts +177 -3
  15. package/button/index.d.ts +479 -3
  16. package/buttongroup/index.d.ts +41 -3
  17. package/card/index.d.ts +152 -3
  18. package/carousel/index.d.ts +441 -3
  19. package/cascadeselect/index.d.ts +725 -3
  20. package/chart/index.d.ts +125 -3
  21. package/checkbox/index.d.ts +244 -3
  22. package/chip/index.d.ts +163 -3
  23. package/colorpicker/index.d.ts +326 -3
  24. package/config/index.d.ts +89 -5
  25. package/confirmdialog/index.d.ts +356 -3
  26. package/confirmpopup/index.d.ts +216 -3
  27. package/contextmenu/index.d.ts +354 -3
  28. package/dataview/index.d.ts +537 -3
  29. package/datepicker/index.d.ts +1188 -3
  30. package/dialog/index.d.ts +528 -3
  31. package/divider/index.d.ts +112 -3
  32. package/dock/index.d.ts +199 -3
  33. package/dom/index.d.ts +107 -3
  34. package/dragdrop/index.d.ts +119 -3
  35. package/drawer/index.d.ts +307 -3
  36. package/dynamicdialog/index.d.ts +542 -3
  37. package/editor/index.d.ts +224 -3
  38. package/fesm2022/primeng-accordion.mjs +85 -748
  39. package/fesm2022/primeng-accordion.mjs.map +1 -1
  40. package/fesm2022/primeng-animateonscroll.mjs +10 -10
  41. package/fesm2022/primeng-animateonscroll.mjs.map +1 -1
  42. package/fesm2022/primeng-api.mjs +31 -31
  43. package/fesm2022/primeng-api.mjs.map +1 -1
  44. package/fesm2022/primeng-autocomplete.mjs +562 -915
  45. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  46. package/fesm2022/primeng-autofocus.mjs +9 -18
  47. package/fesm2022/primeng-autofocus.mjs.map +1 -1
  48. package/fesm2022/primeng-avatar.mjs +25 -123
  49. package/fesm2022/primeng-avatar.mjs.map +1 -1
  50. package/fesm2022/primeng-avatargroup.mjs +10 -10
  51. package/fesm2022/primeng-avatargroup.mjs.map +1 -1
  52. package/fesm2022/primeng-badge.mjs +45 -154
  53. package/fesm2022/primeng-badge.mjs.map +1 -1
  54. package/fesm2022/primeng-base.mjs +9 -9
  55. package/fesm2022/primeng-base.mjs.map +1 -1
  56. package/fesm2022/primeng-basecomponent.mjs +20 -27
  57. package/fesm2022/primeng-basecomponent.mjs.map +1 -1
  58. package/fesm2022/primeng-baseeditableholder.mjs +49 -0
  59. package/fesm2022/primeng-baseeditableholder.mjs.map +1 -0
  60. package/fesm2022/primeng-baseinput.mjs +85 -0
  61. package/fesm2022/primeng-baseinput.mjs.map +1 -0
  62. package/fesm2022/primeng-blockui.mjs +47 -73
  63. package/fesm2022/primeng-blockui.mjs.map +1 -1
  64. package/fesm2022/primeng-breadcrumb.mjs +137 -213
  65. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  66. package/fesm2022/primeng-button.mjs +71 -748
  67. package/fesm2022/primeng-button.mjs.map +1 -1
  68. package/fesm2022/primeng-buttongroup.mjs +39 -96
  69. package/fesm2022/primeng-buttongroup.mjs.map +1 -1
  70. package/fesm2022/primeng-card.mjs +63 -84
  71. package/fesm2022/primeng-card.mjs.map +1 -1
  72. package/fesm2022/primeng-carousel.mjs +162 -339
  73. package/fesm2022/primeng-carousel.mjs.map +1 -1
  74. package/fesm2022/primeng-cascadeselect.mjs +144 -451
  75. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  76. package/fesm2022/primeng-chart.mjs +59 -58
  77. package/fesm2022/primeng-chart.mjs.map +1 -1
  78. package/fesm2022/primeng-checkbox.mjs +106 -276
  79. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  80. package/fesm2022/primeng-chip.mjs +27 -94
  81. package/fesm2022/primeng-chip.mjs.map +1 -1
  82. package/fesm2022/primeng-colorpicker.mjs +128 -315
  83. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  84. package/fesm2022/primeng-config.mjs +14 -7
  85. package/fesm2022/primeng-config.mjs.map +1 -1
  86. package/fesm2022/primeng-confirmdialog.mjs +22 -42
  87. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  88. package/fesm2022/primeng-confirmpopup.mjs +51 -160
  89. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  90. package/fesm2022/primeng-contextmenu.mjs +84 -267
  91. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  92. package/fesm2022/primeng-dataview.mjs +211 -253
  93. package/fesm2022/primeng-dataview.mjs.map +1 -1
  94. package/fesm2022/primeng-datepicker.mjs +861 -1445
  95. package/fesm2022/primeng-datepicker.mjs.map +1 -1
  96. package/fesm2022/primeng-dialog.mjs +84 -337
  97. package/fesm2022/primeng-dialog.mjs.map +1 -1
  98. package/fesm2022/primeng-divider.mjs +34 -139
  99. package/fesm2022/primeng-divider.mjs.map +1 -1
  100. package/fesm2022/primeng-dock.mjs +195 -315
  101. package/fesm2022/primeng-dock.mjs.map +1 -1
  102. package/fesm2022/primeng-dom.mjs +11 -1
  103. package/fesm2022/primeng-dom.mjs.map +1 -1
  104. package/fesm2022/primeng-dragdrop.mjs +10 -10
  105. package/fesm2022/primeng-dragdrop.mjs.map +1 -1
  106. package/fesm2022/primeng-drawer.mjs +102 -258
  107. package/fesm2022/primeng-drawer.mjs.map +1 -1
  108. package/fesm2022/primeng-dynamicdialog.mjs +16 -16
  109. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  110. package/fesm2022/primeng-editor.mjs +113 -1075
  111. package/fesm2022/primeng-editor.mjs.map +1 -1
  112. package/fesm2022/primeng-fieldset.mjs +48 -138
  113. package/fesm2022/primeng-fieldset.mjs.map +1 -1
  114. package/fesm2022/primeng-fileupload.mjs +310 -286
  115. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  116. package/fesm2022/primeng-floatlabel.mjs +23 -109
  117. package/fesm2022/primeng-floatlabel.mjs.map +1 -1
  118. package/fesm2022/primeng-fluid.mjs +13 -17
  119. package/fesm2022/primeng-fluid.mjs.map +1 -1
  120. package/fesm2022/primeng-focustrap.mjs +7 -7
  121. package/fesm2022/primeng-focustrap.mjs.map +1 -1
  122. package/fesm2022/primeng-galleria.mjs +119 -674
  123. package/fesm2022/primeng-galleria.mjs.map +1 -1
  124. package/fesm2022/primeng-iconfield.mjs +22 -66
  125. package/fesm2022/primeng-iconfield.mjs.map +1 -1
  126. package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
  127. package/fesm2022/primeng-icons-angledoubledown.mjs.map +1 -1
  128. package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
  129. package/fesm2022/primeng-icons-angledoubleleft.mjs.map +1 -1
  130. package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
  131. package/fesm2022/primeng-icons-angledoubleright.mjs.map +1 -1
  132. package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
  133. package/fesm2022/primeng-icons-angledoubleup.mjs.map +1 -1
  134. package/fesm2022/primeng-icons-angledown.mjs +3 -3
  135. package/fesm2022/primeng-icons-angledown.mjs.map +1 -1
  136. package/fesm2022/primeng-icons-angleleft.mjs +3 -3
  137. package/fesm2022/primeng-icons-angleleft.mjs.map +1 -1
  138. package/fesm2022/primeng-icons-angleright.mjs +3 -3
  139. package/fesm2022/primeng-icons-angleright.mjs.map +1 -1
  140. package/fesm2022/primeng-icons-angleup.mjs +3 -3
  141. package/fesm2022/primeng-icons-angleup.mjs.map +1 -1
  142. package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
  143. package/fesm2022/primeng-icons-arrowdown.mjs.map +1 -1
  144. package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
  145. package/fesm2022/primeng-icons-arrowdownleft.mjs.map +1 -1
  146. package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
  147. package/fesm2022/primeng-icons-arrowdownright.mjs.map +1 -1
  148. package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
  149. package/fesm2022/primeng-icons-arrowleft.mjs.map +1 -1
  150. package/fesm2022/primeng-icons-arrowright.mjs +3 -3
  151. package/fesm2022/primeng-icons-arrowright.mjs.map +1 -1
  152. package/fesm2022/primeng-icons-arrowup.mjs +3 -3
  153. package/fesm2022/primeng-icons-arrowup.mjs.map +1 -1
  154. package/fesm2022/primeng-icons-ban.mjs +3 -3
  155. package/fesm2022/primeng-icons-ban.mjs.map +1 -1
  156. package/fesm2022/primeng-icons-bars.mjs +3 -3
  157. package/fesm2022/primeng-icons-bars.mjs.map +1 -1
  158. package/fesm2022/primeng-icons-baseicon.mjs +6 -6
  159. package/fesm2022/primeng-icons-baseicon.mjs.map +1 -1
  160. package/fesm2022/primeng-icons-blank.mjs +3 -3
  161. package/fesm2022/primeng-icons-blank.mjs.map +1 -1
  162. package/fesm2022/primeng-icons-calendar.mjs +3 -3
  163. package/fesm2022/primeng-icons-calendar.mjs.map +1 -1
  164. package/fesm2022/primeng-icons-caretleft.mjs +3 -3
  165. package/fesm2022/primeng-icons-caretleft.mjs.map +1 -1
  166. package/fesm2022/primeng-icons-caretright.mjs +3 -3
  167. package/fesm2022/primeng-icons-caretright.mjs.map +1 -1
  168. package/fesm2022/primeng-icons-check.mjs +3 -3
  169. package/fesm2022/primeng-icons-check.mjs.map +1 -1
  170. package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
  171. package/fesm2022/primeng-icons-chevrondown.mjs.map +1 -1
  172. package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
  173. package/fesm2022/primeng-icons-chevronleft.mjs.map +1 -1
  174. package/fesm2022/primeng-icons-chevronright.mjs +3 -3
  175. package/fesm2022/primeng-icons-chevronright.mjs.map +1 -1
  176. package/fesm2022/primeng-icons-chevronup.mjs +3 -3
  177. package/fesm2022/primeng-icons-chevronup.mjs.map +1 -1
  178. package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
  179. package/fesm2022/primeng-icons-exclamationtriangle.mjs.map +1 -1
  180. package/fesm2022/primeng-icons-eye.mjs +3 -3
  181. package/fesm2022/primeng-icons-eye.mjs.map +1 -1
  182. package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
  183. package/fesm2022/primeng-icons-eyeslash.mjs.map +1 -1
  184. package/fesm2022/primeng-icons-filter.mjs +3 -3
  185. package/fesm2022/primeng-icons-filter.mjs.map +1 -1
  186. package/fesm2022/primeng-icons-filterfill.mjs +37 -0
  187. package/fesm2022/primeng-icons-filterfill.mjs.map +1 -0
  188. package/fesm2022/primeng-icons-filterslash.mjs +3 -3
  189. package/fesm2022/primeng-icons-filterslash.mjs.map +1 -1
  190. package/fesm2022/primeng-icons-home.mjs +3 -3
  191. package/fesm2022/primeng-icons-home.mjs.map +1 -1
  192. package/fesm2022/primeng-icons-infocircle.mjs +3 -3
  193. package/fesm2022/primeng-icons-infocircle.mjs.map +1 -1
  194. package/fesm2022/primeng-icons-minus.mjs +3 -3
  195. package/fesm2022/primeng-icons-minus.mjs.map +1 -1
  196. package/fesm2022/primeng-icons-pencil.mjs +3 -3
  197. package/fesm2022/primeng-icons-pencil.mjs.map +1 -1
  198. package/fesm2022/primeng-icons-plus.mjs +3 -3
  199. package/fesm2022/primeng-icons-plus.mjs.map +1 -1
  200. package/fesm2022/primeng-icons-refresh.mjs +3 -3
  201. package/fesm2022/primeng-icons-refresh.mjs.map +1 -1
  202. package/fesm2022/primeng-icons-search.mjs +3 -3
  203. package/fesm2022/primeng-icons-search.mjs.map +1 -1
  204. package/fesm2022/primeng-icons-searchminus.mjs +3 -3
  205. package/fesm2022/primeng-icons-searchminus.mjs.map +1 -1
  206. package/fesm2022/primeng-icons-searchplus.mjs +3 -3
  207. package/fesm2022/primeng-icons-searchplus.mjs.map +1 -1
  208. package/fesm2022/primeng-icons-sortalt.mjs +3 -3
  209. package/fesm2022/primeng-icons-sortalt.mjs.map +1 -1
  210. package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
  211. package/fesm2022/primeng-icons-sortamountdown.mjs.map +1 -1
  212. package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
  213. package/fesm2022/primeng-icons-sortamountupalt.mjs.map +1 -1
  214. package/fesm2022/primeng-icons-spinner.mjs +3 -3
  215. package/fesm2022/primeng-icons-spinner.mjs.map +1 -1
  216. package/fesm2022/primeng-icons-star.mjs +3 -3
  217. package/fesm2022/primeng-icons-star.mjs.map +1 -1
  218. package/fesm2022/primeng-icons-starfill.mjs +3 -3
  219. package/fesm2022/primeng-icons-starfill.mjs.map +1 -1
  220. package/fesm2022/primeng-icons-thlarge.mjs +3 -3
  221. package/fesm2022/primeng-icons-thlarge.mjs.map +1 -1
  222. package/fesm2022/primeng-icons-times.mjs +3 -3
  223. package/fesm2022/primeng-icons-times.mjs.map +1 -1
  224. package/fesm2022/primeng-icons-timescircle.mjs +3 -3
  225. package/fesm2022/primeng-icons-timescircle.mjs.map +1 -1
  226. package/fesm2022/primeng-icons-trash.mjs +3 -3
  227. package/fesm2022/primeng-icons-trash.mjs.map +1 -1
  228. package/fesm2022/primeng-icons-undo.mjs +3 -3
  229. package/fesm2022/primeng-icons-undo.mjs.map +1 -1
  230. package/fesm2022/primeng-icons-upload.mjs +3 -3
  231. package/fesm2022/primeng-icons-upload.mjs.map +1 -1
  232. package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
  233. package/fesm2022/primeng-icons-windowmaximize.mjs.map +1 -1
  234. package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
  235. package/fesm2022/primeng-icons-windowminimize.mjs.map +1 -1
  236. package/fesm2022/primeng-iftalabel.mjs +19 -78
  237. package/fesm2022/primeng-iftalabel.mjs.map +1 -1
  238. package/fesm2022/primeng-image.mjs +153 -284
  239. package/fesm2022/primeng-image.mjs.map +1 -1
  240. package/fesm2022/primeng-imagecompare.mjs +14 -99
  241. package/fesm2022/primeng-imagecompare.mjs.map +1 -1
  242. package/fesm2022/primeng-inplace.mjs +56 -86
  243. package/fesm2022/primeng-inplace.mjs.map +1 -1
  244. package/fesm2022/primeng-inputgroup.mjs +48 -130
  245. package/fesm2022/primeng-inputgroup.mjs.map +1 -1
  246. package/fesm2022/primeng-inputgroupaddon.mjs +10 -10
  247. package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -1
  248. package/fesm2022/primeng-inputicon.mjs +13 -19
  249. package/fesm2022/primeng-inputicon.mjs.map +1 -1
  250. package/fesm2022/primeng-inputmask.mjs +93 -142
  251. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  252. package/fesm2022/primeng-inputnumber.mjs +152 -438
  253. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  254. package/fesm2022/primeng-inputotp.mjs +58 -87
  255. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  256. package/fesm2022/primeng-inputtext.mjs +52 -136
  257. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  258. package/fesm2022/primeng-keyfilter.mjs +7 -7
  259. package/fesm2022/primeng-keyfilter.mjs.map +1 -1
  260. package/fesm2022/primeng-knob.mjs +93 -152
  261. package/fesm2022/primeng-knob.mjs.map +1 -1
  262. package/fesm2022/primeng-listbox.mjs +518 -625
  263. package/fesm2022/primeng-listbox.mjs.map +1 -1
  264. package/fesm2022/primeng-megamenu.mjs +174 -587
  265. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  266. package/fesm2022/primeng-menu.mjs +171 -296
  267. package/fesm2022/primeng-menu.mjs.map +1 -1
  268. package/fesm2022/primeng-menubar.mjs +386 -694
  269. package/fesm2022/primeng-menubar.mjs.map +1 -1
  270. package/fesm2022/primeng-message.mjs +32 -336
  271. package/fesm2022/primeng-message.mjs.map +1 -1
  272. package/fesm2022/primeng-metergroup.mjs +106 -212
  273. package/fesm2022/primeng-metergroup.mjs.map +1 -1
  274. package/fesm2022/primeng-multiselect.mjs +247 -696
  275. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  276. package/fesm2022/primeng-orderlist.mjs +156 -417
  277. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  278. package/fesm2022/primeng-organizationchart.mjs +66 -198
  279. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  280. package/fesm2022/primeng-overlay.mjs +25 -30
  281. package/fesm2022/primeng-overlay.mjs.map +1 -1
  282. package/fesm2022/primeng-overlaybadge.mjs +11 -11
  283. package/fesm2022/primeng-overlaybadge.mjs.map +1 -1
  284. package/fesm2022/primeng-paginator.mjs +199 -338
  285. package/fesm2022/primeng-paginator.mjs.map +1 -1
  286. package/fesm2022/primeng-panel.mjs +182 -262
  287. package/fesm2022/primeng-panel.mjs.map +1 -1
  288. package/fesm2022/primeng-panelmenu.mjs +291 -450
  289. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  290. package/fesm2022/primeng-password.mjs +260 -389
  291. package/fesm2022/primeng-password.mjs.map +1 -1
  292. package/fesm2022/primeng-picklist.mjs +44 -272
  293. package/fesm2022/primeng-picklist.mjs.map +1 -1
  294. package/fesm2022/primeng-popover.mjs +15 -17
  295. package/fesm2022/primeng-popover.mjs.map +1 -1
  296. package/fesm2022/primeng-progressbar.mjs +36 -186
  297. package/fesm2022/primeng-progressbar.mjs.map +1 -1
  298. package/fesm2022/primeng-progressspinner.mjs +30 -104
  299. package/fesm2022/primeng-progressspinner.mjs.map +1 -1
  300. package/fesm2022/primeng-radiobutton.mjs +101 -307
  301. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  302. package/fesm2022/primeng-rating.mjs +115 -196
  303. package/fesm2022/primeng-rating.mjs.map +1 -1
  304. package/fesm2022/primeng-ripple.mjs +27 -36
  305. package/fesm2022/primeng-ripple.mjs.map +1 -1
  306. package/fesm2022/primeng-scroller.mjs +41 -51
  307. package/fesm2022/primeng-scroller.mjs.map +1 -1
  308. package/fesm2022/primeng-scrollpanel.mjs +97 -165
  309. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  310. package/fesm2022/primeng-scrolltop.mjs +27 -68
  311. package/fesm2022/primeng-scrolltop.mjs.map +1 -1
  312. package/fesm2022/primeng-select.mjs +152 -587
  313. package/fesm2022/primeng-select.mjs.map +1 -1
  314. package/fesm2022/primeng-selectbutton.mjs +52 -87
  315. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  316. package/fesm2022/primeng-skeleton.mjs +27 -83
  317. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  318. package/fesm2022/primeng-slider.mjs +229 -353
  319. package/fesm2022/primeng-slider.mjs.map +1 -1
  320. package/fesm2022/primeng-speeddial.mjs +43 -142
  321. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  322. package/fesm2022/primeng-splitbutton.mjs +172 -241
  323. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  324. package/fesm2022/primeng-splitter.mjs +92 -243
  325. package/fesm2022/primeng-splitter.mjs.map +1 -1
  326. package/fesm2022/primeng-stepper.mjs +259 -261
  327. package/fesm2022/primeng-stepper.mjs.map +1 -1
  328. package/fesm2022/primeng-steps.mjs +40 -162
  329. package/fesm2022/primeng-steps.mjs.map +1 -1
  330. package/fesm2022/primeng-styleclass.mjs +15 -43
  331. package/fesm2022/primeng-styleclass.mjs.map +1 -1
  332. package/fesm2022/primeng-table.mjs +804 -1266
  333. package/fesm2022/primeng-table.mjs.map +1 -1
  334. package/fesm2022/primeng-tabs.mjs +213 -196
  335. package/fesm2022/primeng-tabs.mjs.map +1 -1
  336. package/fesm2022/primeng-tag.mjs +29 -109
  337. package/fesm2022/primeng-tag.mjs.map +1 -1
  338. package/fesm2022/primeng-terminal.mjs +53 -89
  339. package/fesm2022/primeng-terminal.mjs.map +1 -1
  340. package/fesm2022/primeng-textarea.mjs +53 -150
  341. package/fesm2022/primeng-textarea.mjs.map +1 -1
  342. package/fesm2022/primeng-tieredmenu.mjs +75 -230
  343. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  344. package/fesm2022/primeng-timeline.mjs +28 -202
  345. package/fesm2022/primeng-timeline.mjs.map +1 -1
  346. package/fesm2022/primeng-toast.mjs +88 -350
  347. package/fesm2022/primeng-toast.mjs.map +1 -1
  348. package/fesm2022/primeng-togglebutton.mjs +71 -202
  349. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  350. package/fesm2022/primeng-toggleswitch.mjs +108 -220
  351. package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
  352. package/fesm2022/primeng-toolbar.mjs +42 -65
  353. package/fesm2022/primeng-toolbar.mjs.map +1 -1
  354. package/fesm2022/primeng-tooltip.mjs +50 -89
  355. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  356. package/fesm2022/primeng-tree.mjs +286 -501
  357. package/fesm2022/primeng-tree.mjs.map +1 -1
  358. package/fesm2022/primeng-treeselect.mjs +351 -562
  359. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  360. package/fesm2022/primeng-treetable.mjs +619 -483
  361. package/fesm2022/primeng-treetable.mjs.map +1 -1
  362. package/fesm2022/primeng-usestyle.mjs +3 -3
  363. package/fesm2022/primeng-usestyle.mjs.map +1 -1
  364. package/fesm2022/primeng-utils.mjs.map +1 -1
  365. package/fieldset/index.d.ts +215 -3
  366. package/fileupload/index.d.ts +784 -3
  367. package/floatlabel/index.d.ts +57 -3
  368. package/fluid/index.d.ts +46 -3
  369. package/focustrap/index.d.ts +34 -3
  370. package/galleria/index.d.ts +708 -3
  371. package/iconfield/index.d.ts +62 -3
  372. package/icons/angledoubledown/index.d.ts +9 -5
  373. package/icons/angledoubleleft/index.d.ts +9 -5
  374. package/icons/angledoubleright/index.d.ts +9 -5
  375. package/icons/angledoubleup/index.d.ts +9 -5
  376. package/icons/angledown/index.d.ts +9 -5
  377. package/icons/angleleft/index.d.ts +9 -5
  378. package/icons/angleright/index.d.ts +9 -5
  379. package/icons/angleup/index.d.ts +9 -5
  380. package/icons/arrowdown/index.d.ts +12 -5
  381. package/icons/arrowdownleft/index.d.ts +9 -5
  382. package/icons/arrowdownright/index.d.ts +9 -5
  383. package/icons/arrowleft/index.d.ts +11 -5
  384. package/icons/arrowright/index.d.ts +9 -5
  385. package/icons/arrowup/index.d.ts +11 -5
  386. package/icons/ban/index.d.ts +11 -5
  387. package/icons/bars/index.d.ts +9 -5
  388. package/icons/baseicon/index.d.ts +38 -3
  389. package/icons/blank/index.d.ts +9 -5
  390. package/icons/calendar/index.d.ts +9 -5
  391. package/icons/caretleft/index.d.ts +9 -5
  392. package/icons/caretright/index.d.ts +9 -5
  393. package/icons/check/index.d.ts +9 -5
  394. package/icons/chevrondown/index.d.ts +9 -5
  395. package/icons/chevronleft/index.d.ts +9 -5
  396. package/icons/chevronright/index.d.ts +9 -5
  397. package/icons/chevronup/index.d.ts +9 -5
  398. package/icons/exclamationtriangle/index.d.ts +12 -5
  399. package/icons/eye/index.d.ts +9 -5
  400. package/icons/eyeslash/index.d.ts +11 -5
  401. package/icons/filter/index.d.ts +11 -5
  402. package/icons/filterfill/index.d.ts +9 -0
  403. package/icons/filterslash/index.d.ts +11 -5
  404. package/icons/home/index.d.ts +11 -5
  405. package/icons/index.d.ts +53 -5
  406. package/icons/infocircle/index.d.ts +11 -5
  407. package/icons/minus/index.d.ts +9 -5
  408. package/icons/pencil/index.d.ts +11 -5
  409. package/icons/plus/index.d.ts +11 -5
  410. package/icons/refresh/index.d.ts +11 -5
  411. package/icons/search/index.d.ts +11 -5
  412. package/icons/searchminus/index.d.ts +11 -5
  413. package/icons/searchplus/index.d.ts +11 -5
  414. package/icons/sortalt/index.d.ts +11 -5
  415. package/icons/sortamountdown/index.d.ts +11 -5
  416. package/icons/sortamountupalt/index.d.ts +11 -5
  417. package/icons/spinner/index.d.ts +11 -5
  418. package/icons/star/index.d.ts +11 -5
  419. package/icons/starfill/index.d.ts +11 -5
  420. package/icons/thlarge/index.d.ts +11 -5
  421. package/icons/times/index.d.ts +9 -5
  422. package/icons/timescircle/index.d.ts +11 -5
  423. package/icons/trash/index.d.ts +11 -5
  424. package/icons/undo/index.d.ts +11 -5
  425. package/icons/upload/index.d.ts +11 -5
  426. package/icons/windowmaximize/index.d.ts +11 -5
  427. package/icons/windowminimize/index.d.ts +11 -5
  428. package/iftalabel/index.d.ts +48 -3
  429. package/image/index.d.ts +374 -3
  430. package/imagecompare/index.d.ts +91 -3
  431. package/index.d.ts +2 -5
  432. package/inplace/index.d.ts +180 -3
  433. package/inputgroup/index.d.ts +56 -3
  434. package/inputgroupaddon/index.d.ts +43 -3
  435. package/inputicon/index.d.ts +34 -3
  436. package/inputmask/index.d.ts +281 -3
  437. package/inputnumber/index.d.ts +463 -3
  438. package/inputotp/index.d.ts +205 -3
  439. package/inputtext/index.d.ts +81 -3
  440. package/keyfilter/index.d.ts +64 -3
  441. package/knob/index.d.ts +202 -3
  442. package/listbox/index.d.ts +801 -3
  443. package/megamenu/index.d.ts +406 -3
  444. package/menu/index.d.ts +338 -3
  445. package/menubar/index.d.ts +418 -3
  446. package/message/index.d.ts +193 -3
  447. package/metergroup/index.d.ts +289 -3
  448. package/multiselect/index.d.ts +1057 -3
  449. package/orderlist/index.d.ts +462 -3
  450. package/organizationchart/index.d.ts +283 -3
  451. package/overlay/index.d.ts +255 -3
  452. package/overlaybadge/index.d.ts +73 -3
  453. package/package.json +179 -210
  454. package/paginator/index.d.ts +391 -3
  455. package/panel/index.d.ts +264 -3
  456. package/panelmenu/index.d.ts +378 -3
  457. package/password/index.d.ts +432 -3
  458. package/picklist/index.d.ts +894 -3
  459. package/popover/index.d.ts +176 -3
  460. package/progressbar/index.d.ts +110 -3
  461. package/progressspinner/index.d.ts +83 -3
  462. package/radiobutton/index.d.ts +197 -3
  463. package/rating/index.d.ts +215 -3
  464. package/ripple/index.d.ts +62 -3
  465. package/scroller/index.d.ts +610 -3
  466. package/scrollpanel/index.d.ts +159 -3
  467. package/scrolltop/index.d.ts +156 -3
  468. package/select/index.d.ts +920 -3
  469. package/selectbutton/index.d.ts +218 -3
  470. package/skeleton/index.d.ts +94 -3
  471. package/slider/index.d.ts +252 -3
  472. package/speeddial/index.d.ts +452 -3
  473. package/splitbutton/index.d.ts +304 -3
  474. package/splitter/index.d.ts +237 -3
  475. package/stepper/index.d.ts +291 -3
  476. package/steps/index.d.ts +150 -3
  477. package/styleclass/index.d.ts +94 -3
  478. package/table/index.d.ts +2919 -3
  479. package/tabs/index.d.ts +323 -3
  480. package/tag/index.d.ts +112 -3
  481. package/terminal/index.d.ts +132 -3
  482. package/textarea/index.d.ts +102 -3
  483. package/tieredmenu/index.d.ts +424 -3
  484. package/timeline/index.d.ts +168 -3
  485. package/toast/index.d.ts +318 -3
  486. package/togglebutton/index.d.ts +240 -3
  487. package/toggleswitch/index.d.ts +184 -3
  488. package/toolbar/index.d.ts +116 -3
  489. package/tooltip/index.d.ts +245 -3
  490. package/tree/index.d.ts +845 -3
  491. package/treeselect/index.d.ts +646 -3
  492. package/treetable/index.d.ts +1727 -3
  493. package/ts-helpers/index.d.ts +6 -5
  494. package/usestyle/index.d.ts +15 -5
  495. package/utils/index.d.ts +43 -5
  496. package/accordion/accordion.d.ts +0 -368
  497. package/accordion/public_api.d.ts +0 -2
  498. package/accordion/style/accordionstyle.d.ts +0 -50
  499. package/animateonscroll/animateonscroll.d.ts +0 -69
  500. package/animateonscroll/public_api.d.ts +0 -1
  501. package/api/blockableui.d.ts +0 -10
  502. package/api/confirmaeventtype.d.ts +0 -8
  503. package/api/confirmation.d.ts +0 -96
  504. package/api/confirmationservice.d.ts +0 -30
  505. package/api/contextmenuservice.d.ts +0 -11
  506. package/api/filtermatchmode.d.ts +0 -22
  507. package/api/filtermetadata.d.ts +0 -18
  508. package/api/filteroperator.d.ts +0 -4
  509. package/api/filterservice.d.ts +0 -10
  510. package/api/lazyloadevent.d.ts +0 -47
  511. package/api/lazyloadmeta.d.ts +0 -19
  512. package/api/megamenuitem.d.ts +0 -130
  513. package/api/menuitem.d.ts +0 -176
  514. package/api/messageservice.d.ts +0 -32
  515. package/api/overlayoptions.d.ts +0 -188
  516. package/api/overlayservice.d.ts +0 -8
  517. package/api/primeicons.d.ts +0 -313
  518. package/api/public_api.d.ts +0 -32
  519. package/api/scrolleroptions.d.ts +0 -126
  520. package/api/selectitem.d.ts +0 -12
  521. package/api/selectitemgroup.d.ts +0 -10
  522. package/api/shared.d.ts +0 -25
  523. package/api/sortevent.d.ts +0 -12
  524. package/api/sortmeta.d.ts +0 -8
  525. package/api/tablestate.d.ts +0 -60
  526. package/api/toastmessage.d.ts +0 -20
  527. package/api/tooltipoptions.d.ts +0 -69
  528. package/api/translation.d.ts +0 -137
  529. package/api/translationkeys.d.ts +0 -50
  530. package/api/treedragdropservice.d.ts +0 -12
  531. package/api/treenode.d.ts +0 -82
  532. package/api/treenodedragevent.d.ts +0 -27
  533. package/api/treetablenode.d.ts +0 -36
  534. package/autocomplete/autocomplete.d.ts +0 -688
  535. package/autocomplete/autocomplete.interface.d.ts +0 -181
  536. package/autocomplete/public_api.d.ts +0 -3
  537. package/autocomplete/style/autocompletestyle.d.ts +0 -131
  538. package/autofocus/autofocus.d.ts +0 -35
  539. package/autofocus/public_api.d.ts +0 -1
  540. package/avatar/avatar.d.ts +0 -74
  541. package/avatar/public_api.d.ts +0 -2
  542. package/avatar/style/avatarstyle.d.ts +0 -47
  543. package/avatargroup/avatargroup.d.ts +0 -34
  544. package/avatargroup/public_api.d.ts +0 -2
  545. package/avatargroup/style/avatargroupstyle.d.ts +0 -24
  546. package/badge/badge.d.ts +0 -123
  547. package/badge/public_api.d.ts +0 -2
  548. package/badge/style/badgestyle.d.ts +0 -45
  549. package/base/base.d.ts +0 -9
  550. package/base/public_api.d.ts +0 -2
  551. package/base/style/basestyle.d.ts +0 -51
  552. package/basecomponent/basecomponent.d.ts +0 -43
  553. package/basecomponent/public_api.d.ts +0 -2
  554. package/basecomponent/style/basecomponentstyle.d.ts +0 -7
  555. package/blockui/blockui.d.ts +0 -67
  556. package/blockui/blockui.interface.d.ts +0 -11
  557. package/blockui/public_api.d.ts +0 -3
  558. package/blockui/style/blockuistyle.d.ts +0 -30
  559. package/breadcrumb/breadcrumb.d.ts +0 -72
  560. package/breadcrumb/breadcrumb.interface.d.ts +0 -38
  561. package/breadcrumb/public_api.d.ts +0 -3
  562. package/breadcrumb/style/breadcrumbstyle.d.ts +0 -69
  563. package/button/button.d.ts +0 -372
  564. package/button/button.interface.d.ts +0 -60
  565. package/button/public_api.d.ts +0 -3
  566. package/button/style/buttonstyle.d.ts +0 -66
  567. package/buttongroup/buttongroup.d.ts +0 -13
  568. package/buttongroup/public_api.d.ts +0 -2
  569. package/buttongroup/style/buttongroupstyle.d.ts +0 -30
  570. package/calendar/calendar.d.ts +0 -792
  571. package/calendar/calendar.interface.d.ts +0 -204
  572. package/calendar/index.d.ts +0 -5
  573. package/calendar/public_api.d.ts +0 -3
  574. package/calendar/style/calendarstyle.d.ts +0 -100
  575. package/card/card.d.ts +0 -60
  576. package/card/card.interface.d.ts +0 -27
  577. package/card/public_api.d.ts +0 -3
  578. package/card/style/cardstyle.d.ts +0 -65
  579. package/carousel/carousel.d.ts +0 -254
  580. package/carousel/carousel.interface.d.ts +0 -63
  581. package/carousel/public_api.d.ts +0 -3
  582. package/carousel/style/carouselstyle.d.ts +0 -129
  583. package/cascadeselect/cascadeselect.d.ts +0 -526
  584. package/cascadeselect/cascadeselect.interface.d.ts +0 -115
  585. package/cascadeselect/public_api.d.ts +0 -3
  586. package/cascadeselect/style/cascadeselectstyle.d.ts +0 -130
  587. package/chart/chart.d.ts +0 -87
  588. package/chart/public_api.d.ts +0 -2
  589. package/chart/style/chartstyle.d.ts +0 -32
  590. package/checkbox/checkbox.d.ts +0 -196
  591. package/checkbox/checkbox.interface.d.ts +0 -26
  592. package/checkbox/public_api.d.ts +0 -3
  593. package/checkbox/style/checkboxstyle.d.ts +0 -53
  594. package/chip/chip.d.ts +0 -94
  595. package/chip/chip.interface.d.ts +0 -27
  596. package/chip/public_api.d.ts +0 -3
  597. package/chip/style/chipstyle.d.ts +0 -50
  598. package/chips/chips.d.ts +0 -237
  599. package/chips/chips.interface.d.ts +0 -66
  600. package/chips/index.d.ts +0 -5
  601. package/chips/public_api.d.ts +0 -2
  602. package/chips/style/chipsstyle.d.ts +0 -69
  603. package/colorpicker/colorpicker.d.ts +0 -243
  604. package/colorpicker/colorpicker.interface.d.ts +0 -15
  605. package/colorpicker/public_api.d.ts +0 -3
  606. package/colorpicker/style/colorpickerstyle.d.ts +0 -75
  607. package/config/primeng.d.ts +0 -45
  608. package/config/provideprimeng.d.ts +0 -4
  609. package/config/public_api.d.ts +0 -3
  610. package/config/themeprovider.d.ts +0 -28
  611. package/confirmdialog/confirmdialog.d.ts +0 -268
  612. package/confirmdialog/confirmdialog.interface.d.ts +0 -39
  613. package/confirmdialog/public_api.d.ts +0 -3
  614. package/confirmdialog/style/confirmdialogstyle.d.ts +0 -50
  615. package/confirmpopup/confirmpopup.d.ts +0 -126
  616. package/confirmpopup/confirmpopup.interface.d.ts +0 -27
  617. package/confirmpopup/public_api.d.ts +0 -3
  618. package/confirmpopup/style/confirmpopupstyle.d.ts +0 -60
  619. package/contextmenu/contextmenu.d.ts +0 -267
  620. package/contextmenu/public_api.d.ts +0 -2
  621. package/contextmenu/style/contextmenustyle.d.ts +0 -83
  622. package/dataview/dataview.d.ts +0 -294
  623. package/dataview/dataview.interface.d.ts +0 -173
  624. package/dataview/public_api.d.ts +0 -3
  625. package/dataview/style/dataviewstyle.d.ts +0 -62
  626. package/datepicker/datepicker.d.ts +0 -802
  627. package/datepicker/datepicker.interface.d.ts +0 -204
  628. package/datepicker/public_api.d.ts +0 -3
  629. package/datepicker/style/datepickerstyle.d.ts +0 -266
  630. package/defer/defer.d.ts +0 -34
  631. package/defer/index.d.ts +0 -5
  632. package/defer/public_api.d.ts +0 -1
  633. package/dialog/dialog.d.ts +0 -424
  634. package/dialog/dialog.interface.d.ts +0 -31
  635. package/dialog/public_api.d.ts +0 -3
  636. package/dialog/style/dialogstyle.d.ts +0 -102
  637. package/divider/divider.d.ts +0 -45
  638. package/divider/public_api.d.ts +0 -2
  639. package/divider/style/dividerstyle.d.ts +0 -75
  640. package/dock/dock.d.ts +0 -110
  641. package/dock/dock.interface.d.ts +0 -19
  642. package/dock/public_api.d.ts +0 -3
  643. package/dock/style/dockstyle.d.ts +0 -72
  644. package/dom/connectedoverlayscrollhandler.d.ts +0 -9
  645. package/dom/domhandler.d.ts +0 -95
  646. package/dom/public_api.d.ts +0 -2
  647. package/dragdrop/dragdrop.d.ts +0 -118
  648. package/dragdrop/public_api.d.ts +0 -1
  649. package/drawer/drawer.d.ts +0 -212
  650. package/drawer/drawer.interface.d.ts +0 -27
  651. package/drawer/public_api.d.ts +0 -3
  652. package/drawer/style/drawerstyle.d.ts +0 -83
  653. package/dropdown/dropdown.d.ts +0 -649
  654. package/dropdown/dropdown.interface.d.ts +0 -154
  655. package/dropdown/index.d.ts +0 -5
  656. package/dropdown/public_api.d.ts +0 -3
  657. package/dropdown/style/dropdownstyle.d.ts +0 -72
  658. package/dynamicdialog/dialogservice.d.ts +0 -35
  659. package/dynamicdialog/dynamicdialog-config.d.ts +0 -221
  660. package/dynamicdialog/dynamicdialog-injector.d.ts +0 -7
  661. package/dynamicdialog/dynamicdialog-ref.d.ts +0 -101
  662. package/dynamicdialog/dynamicdialog.d.ts +0 -120
  663. package/dynamicdialog/dynamicdialogcontent.d.ts +0 -8
  664. package/dynamicdialog/public_api.d.ts +0 -7
  665. package/dynamicdialog/style/dynamicdialogstyle.d.ts +0 -56
  666. package/editor/editor.d.ts +0 -116
  667. package/editor/editor.interface.d.ts +0 -64
  668. package/editor/public_api.d.ts +0 -3
  669. package/editor/style/editorstyle.d.ts +0 -40
  670. package/fesm2022/primeng-calendar.mjs +0 -4647
  671. package/fesm2022/primeng-calendar.mjs.map +0 -1
  672. package/fesm2022/primeng-chips.mjs +0 -930
  673. package/fesm2022/primeng-chips.mjs.map +0 -1
  674. package/fesm2022/primeng-defer.mjs +0 -101
  675. package/fesm2022/primeng-defer.mjs.map +0 -1
  676. package/fesm2022/primeng-dropdown.mjs +0 -2429
  677. package/fesm2022/primeng-dropdown.mjs.map +0 -1
  678. package/fesm2022/primeng-inputswitch.mjs +0 -370
  679. package/fesm2022/primeng-inputswitch.mjs.map +0 -1
  680. package/fesm2022/primeng-inputtextarea.mjs +0 -262
  681. package/fesm2022/primeng-inputtextarea.mjs.map +0 -1
  682. package/fesm2022/primeng-messages.mjs +0 -655
  683. package/fesm2022/primeng-messages.mjs.map +0 -1
  684. package/fesm2022/primeng-overlaypanel.mjs +0 -657
  685. package/fesm2022/primeng-overlaypanel.mjs.map +0 -1
  686. package/fesm2022/primeng-sidebar.mjs +0 -690
  687. package/fesm2022/primeng-sidebar.mjs.map +0 -1
  688. package/fesm2022/primeng-tabmenu.mjs +0 -807
  689. package/fesm2022/primeng-tabmenu.mjs.map +0 -1
  690. package/fesm2022/primeng-tabview.mjs +0 -1184
  691. package/fesm2022/primeng-tabview.mjs.map +0 -1
  692. package/fieldset/fieldset.d.ts +0 -110
  693. package/fieldset/fieldset.interface.d.ts +0 -46
  694. package/fieldset/public_api.d.ts +0 -3
  695. package/fieldset/style/fieldsetstyle.d.ts +0 -60
  696. package/fileupload/fileupload.d.ts +0 -428
  697. package/fileupload/fileupload.interface.d.ts +0 -235
  698. package/fileupload/public_api.d.ts +0 -3
  699. package/fileupload/style/fileuploadstyle.d.ts +0 -102
  700. package/floatlabel/floatlabel.d.ts +0 -23
  701. package/floatlabel/public_api.d.ts +0 -2
  702. package/floatlabel/style/floatlabelstyle.d.ts +0 -37
  703. package/fluid/fluid.d.ts +0 -17
  704. package/fluid/public_api.d.ts +0 -2
  705. package/fluid/style/fluidstyle.d.ts +0 -30
  706. package/focustrap/focustrap.d.ts +0 -33
  707. package/focustrap/public_api.d.ts +0 -1
  708. package/galleria/galleria.d.ts +0 -417
  709. package/galleria/galleria.interface.d.ts +0 -97
  710. package/galleria/public_api.d.ts +0 -3
  711. package/galleria/style/galleriastyle.d.ts +0 -197
  712. package/iconfield/iconfield.d.ts +0 -28
  713. package/iconfield/public_api.d.ts +0 -2
  714. package/iconfield/style/iconfieldstyle.d.ts +0 -30
  715. package/icons/angledoubledown/angledoubledown.d.ts +0 -6
  716. package/icons/angledoubledown/public_api.d.ts +0 -1
  717. package/icons/angledoubleleft/angledoubleleft.d.ts +0 -6
  718. package/icons/angledoubleleft/public_api.d.ts +0 -1
  719. package/icons/angledoubleright/angledoubleright.d.ts +0 -6
  720. package/icons/angledoubleright/public_api.d.ts +0 -1
  721. package/icons/angledoubleup/angledoubleup.d.ts +0 -6
  722. package/icons/angledoubleup/public_api.d.ts +0 -1
  723. package/icons/angledown/angledown.d.ts +0 -6
  724. package/icons/angledown/public_api.d.ts +0 -1
  725. package/icons/angleleft/angleleft.d.ts +0 -6
  726. package/icons/angleleft/public_api.d.ts +0 -1
  727. package/icons/angleright/angleright.d.ts +0 -6
  728. package/icons/angleright/public_api.d.ts +0 -1
  729. package/icons/angleup/angleup.d.ts +0 -6
  730. package/icons/angleup/public_api.d.ts +0 -1
  731. package/icons/arrowdown/arrowdown.d.ts +0 -9
  732. package/icons/arrowdown/public_api.d.ts +0 -1
  733. package/icons/arrowdownleft/arrowdownleft.d.ts +0 -6
  734. package/icons/arrowdownleft/public_api.d.ts +0 -1
  735. package/icons/arrowdownright/arrowdownright.d.ts +0 -6
  736. package/icons/arrowdownright/public_api.d.ts +0 -1
  737. package/icons/arrowleft/arrowleft.d.ts +0 -8
  738. package/icons/arrowleft/public_api.d.ts +0 -1
  739. package/icons/arrowright/arrowright.d.ts +0 -6
  740. package/icons/arrowright/public_api.d.ts +0 -1
  741. package/icons/arrowup/arrowup.d.ts +0 -8
  742. package/icons/arrowup/public_api.d.ts +0 -1
  743. package/icons/ban/ban.d.ts +0 -8
  744. package/icons/ban/public_api.d.ts +0 -1
  745. package/icons/bars/bars.d.ts +0 -6
  746. package/icons/bars/public_api.d.ts +0 -1
  747. package/icons/baseicon/baseicon.d.ts +0 -17
  748. package/icons/baseicon/public_api.d.ts +0 -2
  749. package/icons/baseicon/style/baseiconstyle.d.ts +0 -20
  750. package/icons/blank/blank.d.ts +0 -6
  751. package/icons/blank/public_api.d.ts +0 -1
  752. package/icons/calendar/calendar.d.ts +0 -6
  753. package/icons/calendar/public_api.d.ts +0 -1
  754. package/icons/caretleft/caretleft.d.ts +0 -6
  755. package/icons/caretleft/public_api.d.ts +0 -1
  756. package/icons/caretright/caretright.d.ts +0 -6
  757. package/icons/caretright/public_api.d.ts +0 -1
  758. package/icons/check/check.d.ts +0 -6
  759. package/icons/check/public_api.d.ts +0 -1
  760. package/icons/chevrondown/chevrondown.d.ts +0 -6
  761. package/icons/chevrondown/public_api.d.ts +0 -1
  762. package/icons/chevronleft/chevronleft.d.ts +0 -6
  763. package/icons/chevronleft/public_api.d.ts +0 -1
  764. package/icons/chevronright/chevronright.d.ts +0 -6
  765. package/icons/chevronright/public_api.d.ts +0 -1
  766. package/icons/chevronup/chevronup.d.ts +0 -6
  767. package/icons/chevronup/public_api.d.ts +0 -1
  768. package/icons/exclamationtriangle/exclamationtriangle.d.ts +0 -9
  769. package/icons/exclamationtriangle/public_api.d.ts +0 -1
  770. package/icons/eye/eye.d.ts +0 -6
  771. package/icons/eye/public_api.d.ts +0 -1
  772. package/icons/eyeslash/eyeslash.d.ts +0 -8
  773. package/icons/eyeslash/public_api.d.ts +0 -1
  774. package/icons/filter/filter.d.ts +0 -8
  775. package/icons/filter/public_api.d.ts +0 -1
  776. package/icons/filterslash/filterslash.d.ts +0 -8
  777. package/icons/filterslash/public_api.d.ts +0 -1
  778. package/icons/home/home.d.ts +0 -8
  779. package/icons/home/public_api.d.ts +0 -1
  780. package/icons/infocircle/infocircle.d.ts +0 -8
  781. package/icons/infocircle/public_api.d.ts +0 -1
  782. package/icons/minus/minus.d.ts +0 -6
  783. package/icons/minus/public_api.d.ts +0 -1
  784. package/icons/pencil/pencil.d.ts +0 -8
  785. package/icons/pencil/public_api.d.ts +0 -1
  786. package/icons/plus/plus.d.ts +0 -8
  787. package/icons/plus/public_api.d.ts +0 -1
  788. package/icons/public_api.d.ts +0 -57
  789. package/icons/refresh/public_api.d.ts +0 -1
  790. package/icons/refresh/refresh.d.ts +0 -8
  791. package/icons/search/public_api.d.ts +0 -1
  792. package/icons/search/search.d.ts +0 -8
  793. package/icons/searchminus/public_api.d.ts +0 -1
  794. package/icons/searchminus/searchminus.d.ts +0 -8
  795. package/icons/searchplus/public_api.d.ts +0 -1
  796. package/icons/searchplus/searchplus.d.ts +0 -8
  797. package/icons/sortalt/public_api.d.ts +0 -1
  798. package/icons/sortalt/sortalt.d.ts +0 -8
  799. package/icons/sortamountdown/public_api.d.ts +0 -1
  800. package/icons/sortamountdown/sortamountdown.d.ts +0 -8
  801. package/icons/sortamountupalt/public_api.d.ts +0 -1
  802. package/icons/sortamountupalt/sortamountupalt.d.ts +0 -8
  803. package/icons/spinner/public_api.d.ts +0 -1
  804. package/icons/spinner/spinner.d.ts +0 -8
  805. package/icons/star/public_api.d.ts +0 -1
  806. package/icons/star/star.d.ts +0 -8
  807. package/icons/starfill/public_api.d.ts +0 -1
  808. package/icons/starfill/starfill.d.ts +0 -8
  809. package/icons/thlarge/public_api.d.ts +0 -1
  810. package/icons/thlarge/thlarge.d.ts +0 -8
  811. package/icons/times/public_api.d.ts +0 -1
  812. package/icons/times/times.d.ts +0 -6
  813. package/icons/timescircle/public_api.d.ts +0 -1
  814. package/icons/timescircle/timescircle.d.ts +0 -8
  815. package/icons/trash/public_api.d.ts +0 -1
  816. package/icons/trash/trash.d.ts +0 -8
  817. package/icons/undo/public_api.d.ts +0 -1
  818. package/icons/undo/undo.d.ts +0 -8
  819. package/icons/upload/public_api.d.ts +0 -1
  820. package/icons/upload/upload.d.ts +0 -8
  821. package/icons/windowmaximize/public_api.d.ts +0 -1
  822. package/icons/windowmaximize/windowmaximize.d.ts +0 -8
  823. package/icons/windowminimize/public_api.d.ts +0 -1
  824. package/icons/windowminimize/windowminimize.d.ts +0 -8
  825. package/iftalabel/iftalabel.d.ts +0 -20
  826. package/iftalabel/public_api.d.ts +0 -2
  827. package/iftalabel/style/iftalabelstyle.d.ts +0 -30
  828. package/image/image.d.ts +0 -227
  829. package/image/image.interface.d.ts +0 -63
  830. package/image/public_api.d.ts +0 -3
  831. package/image/style/imagestyle.d.ts +0 -92
  832. package/imagecompare/imagecompare.d.ts +0 -57
  833. package/imagecompare/public_api.d.ts +0 -2
  834. package/imagecompare/style/imagecomparestyle.d.ts +0 -35
  835. package/inplace/inplace.d.ts +0 -122
  836. package/inplace/inplace.interface.d.ts +0 -19
  837. package/inplace/public_api.d.ts +0 -3
  838. package/inplace/style/inplacestyle.d.ts +0 -44
  839. package/inputgroup/inputgroup.d.ts +0 -30
  840. package/inputgroup/public_api.d.ts +0 -2
  841. package/inputgroup/style/inputgroupstyle.d.ts +0 -34
  842. package/inputgroupaddon/inputgroupaddon.d.ts +0 -33
  843. package/inputgroupaddon/public_api.d.ts +0 -2
  844. package/inputgroupaddon/style/inputgroupaddonstyle.d.ts +0 -10
  845. package/inputicon/inputicon.d.ts +0 -24
  846. package/inputicon/public_api.d.ts +0 -2
  847. package/inputicon/style/inputiconstyle.d.ts +0 -10
  848. package/inputmask/inputmask.d.ts +0 -270
  849. package/inputmask/inputmask.interface.d.ts +0 -19
  850. package/inputmask/public_api.d.ts +0 -3
  851. package/inputmask/style/inputmaskstyle.d.ts +0 -35
  852. package/inputnumber/inputnumber.d.ts +0 -440
  853. package/inputnumber/inputnumber.interface.d.ts +0 -38
  854. package/inputnumber/public_api.d.ts +0 -3
  855. package/inputnumber/style/inputnumberstyle.d.ts +0 -70
  856. package/inputotp/inputotp.d.ts +0 -176
  857. package/inputotp/public_api.d.ts +0 -2
  858. package/inputotp/style/inputotpstyle.d.ts +0 -35
  859. package/inputswitch/index.d.ts +0 -5
  860. package/inputswitch/inputswitch.d.ts +0 -106
  861. package/inputswitch/inputswitch.interface.d.ts +0 -15
  862. package/inputswitch/public_api.d.ts +0 -3
  863. package/inputswitch/style/inputswitchstyle.d.ts +0 -27
  864. package/inputtext/inputtext.d.ts +0 -44
  865. package/inputtext/public_api.d.ts +0 -2
  866. package/inputtext/style/inputtextstyle.d.ts +0 -40
  867. package/inputtextarea/index.d.ts +0 -5
  868. package/inputtextarea/inputtextarea.d.ts +0 -59
  869. package/inputtextarea/public_api.d.ts +0 -2
  870. package/inputtextarea/style/textareastyle.d.ts +0 -39
  871. package/keyfilter/keyfilter.d.ts +0 -57
  872. package/keyfilter/keyfilter.interface.d.ts +0 -5
  873. package/keyfilter/public_api.d.ts +0 -2
  874. package/knob/knob.d.ts +0 -176
  875. package/knob/public_api.d.ts +0 -2
  876. package/knob/style/knobstyle.d.ts +0 -49
  877. package/listbox/listbox.d.ts +0 -556
  878. package/listbox/listbox.interface.d.ts +0 -167
  879. package/listbox/public_api.d.ts +0 -3
  880. package/listbox/style/listboxstyle.d.ts +0 -91
  881. package/megamenu/megamenu.d.ts +0 -250
  882. package/megamenu/megamenu.interface.d.ts +0 -31
  883. package/megamenu/public_api.d.ts +0 -3
  884. package/megamenu/style/megamenustyle.d.ts +0 -132
  885. package/menu/menu.d.ts +0 -239
  886. package/menu/public_api.d.ts +0 -2
  887. package/menu/style/menustyle.d.ts +0 -89
  888. package/menubar/menubar.d.ts +0 -275
  889. package/menubar/menubar.interface.d.ts +0 -40
  890. package/menubar/public_api.d.ts +0 -3
  891. package/menubar/style/menubarstyle.d.ts +0 -102
  892. package/message/message.d.ts +0 -134
  893. package/message/public_api.d.ts +0 -2
  894. package/message/style/messagestyle.d.ts +0 -59
  895. package/messages/index.d.ts +0 -5
  896. package/messages/messages.d.ts +0 -110
  897. package/messages/messages.interface.d.ts +0 -11
  898. package/messages/public_api.d.ts +0 -3
  899. package/messages/style/messagesstyle.d.ts +0 -23
  900. package/metergroup/metergroup.d.ts +0 -107
  901. package/metergroup/metergroup.interface.d.ts +0 -122
  902. package/metergroup/public_api.d.ts +0 -3
  903. package/metergroup/style/metergroupstyle.d.ts +0 -75
  904. package/multiselect/multiselect.d.ts +0 -750
  905. package/multiselect/multiselect.interface.d.ts +0 -247
  906. package/multiselect/public_api.d.ts +0 -3
  907. package/multiselect/style/multiselectstyle.d.ts +0 -153
  908. package/orderlist/orderlist.d.ts +0 -346
  909. package/orderlist/orderlist.interface.d.ts +0 -110
  910. package/orderlist/public_api.d.ts +0 -3
  911. package/orderlist/style/orderliststyle.d.ts +0 -35
  912. package/organizationchart/organizationchart.d.ts +0 -136
  913. package/organizationchart/organizationchart.interface.d.ts +0 -59
  914. package/organizationchart/public_api.d.ts +0 -3
  915. package/organizationchart/style/organizationchartstyle.d.ts +0 -89
  916. package/overlay/overlay.d.ts +0 -245
  917. package/overlay/public_api.d.ts +0 -2
  918. package/overlay/style/overlaystyle.d.ts +0 -10
  919. package/overlaybadge/overlaybadge.d.ts +0 -60
  920. package/overlaybadge/public_api.d.ts +0 -2
  921. package/overlaybadge/style/overlaybadgestyle.d.ts +0 -13
  922. package/overlaypanel/index.d.ts +0 -5
  923. package/overlaypanel/overlaypanel.d.ts +0 -170
  924. package/overlaypanel/public_api.d.ts +0 -2
  925. package/overlaypanel/style/popoverstyle.d.ts +0 -35
  926. package/paginator/paginator.d.ts +0 -223
  927. package/paginator/paginator.interface.d.ts +0 -37
  928. package/paginator/public_api.d.ts +0 -3
  929. package/paginator/style/paginatorstyle.d.ts +0 -138
  930. package/panel/panel.d.ts +0 -204
  931. package/panel/public_api.d.ts +0 -2
  932. package/panel/style/panelstyle.d.ts +0 -67
  933. package/panelmenu/panelmenu.d.ts +0 -226
  934. package/panelmenu/panelmenu.interface.d.ts +0 -23
  935. package/panelmenu/public_api.d.ts +0 -3
  936. package/panelmenu/style/panelmenustyle.d.ts +0 -124
  937. package/password/password.d.ts +0 -372
  938. package/password/public_api.d.ts +0 -2
  939. package/password/style/passwordstyle.d.ts +0 -83
  940. package/picklist/picklist.d.ts +0 -616
  941. package/picklist/picklist.interface.d.ts +0 -242
  942. package/picklist/public_api.d.ts +0 -3
  943. package/picklist/style/pickliststyle.d.ts +0 -55
  944. package/popover/popover.d.ts +0 -162
  945. package/popover/public_api.d.ts +0 -2
  946. package/popover/style/popoverstyle.d.ts +0 -14
  947. package/progressbar/progressbar.d.ts +0 -72
  948. package/progressbar/public_api.d.ts +0 -2
  949. package/progressbar/style/progressbarstyle.d.ts +0 -45
  950. package/progressspinner/progressspinner.d.ts +0 -50
  951. package/progressspinner/public_api.d.ts +0 -2
  952. package/progressspinner/style/progressspinnerstyle.d.ts +0 -40
  953. package/public_api.d.ts +0 -2
  954. package/radiobutton/public_api.d.ts +0 -3
  955. package/radiobutton/radiobutton.d.ts +0 -151
  956. package/radiobutton/radiobutton.interface.d.ts +0 -15
  957. package/radiobutton/style/radiobuttonstyle.d.ts +0 -53
  958. package/rating/public_api.d.ts +0 -3
  959. package/rating/rating.d.ts +0 -137
  960. package/rating/rating.interface.d.ts +0 -34
  961. package/rating/style/ratingstyle.d.ts +0 -57
  962. package/ripple/public_api.d.ts +0 -2
  963. package/ripple/ripple.d.ts +0 -32
  964. package/ripple/style/ripplestyle.d.ts +0 -30
  965. package/scroller/public_api.d.ts +0 -3
  966. package/scroller/scroller.d.ts +0 -373
  967. package/scroller/scroller.interface.d.ts +0 -177
  968. package/scroller/style/scrollerstyle.d.ts +0 -43
  969. package/scrollpanel/public_api.d.ts +0 -3
  970. package/scrollpanel/scrollpanel.d.ts +0 -106
  971. package/scrollpanel/scrollpanel.interface.d.ts +0 -11
  972. package/scrollpanel/style/scrollpanelstyle.d.ts +0 -50
  973. package/scrolltop/public_api.d.ts +0 -3
  974. package/scrolltop/scrolltop.d.ts +0 -100
  975. package/scrolltop/scrolltop.interface.d.ts +0 -18
  976. package/scrolltop/style/scrolltopstyle.d.ts +0 -39
  977. package/select/public_api.d.ts +0 -3
  978. package/select/select.d.ts +0 -749
  979. package/select/select.interface.d.ts +0 -154
  980. package/select/style/selectstyle.d.ts +0 -143
  981. package/selectbutton/public_api.d.ts +0 -3
  982. package/selectbutton/selectbutton.d.ts +0 -145
  983. package/selectbutton/selectbutton.interface.d.ts +0 -45
  984. package/selectbutton/style/selectbuttonstyle.d.ts +0 -34
  985. package/sidebar/index.d.ts +0 -5
  986. package/sidebar/public_api.d.ts +0 -3
  987. package/sidebar/sidebar.d.ts +0 -189
  988. package/sidebar/sidebar.interface.d.ts +0 -27
  989. package/sidebar/style/drawerstyle.d.ts +0 -46
  990. package/skeleton/public_api.d.ts +0 -2
  991. package/skeleton/skeleton.d.ts +0 -66
  992. package/skeleton/style/skeletonstyle.d.ts +0 -40
  993. package/slider/public_api.d.ts +0 -3
  994. package/slider/slider.d.ts +0 -170
  995. package/slider/slider.interface.d.ts +0 -38
  996. package/slider/style/sliderstyle.d.ts +0 -54
  997. package/speeddial/public_api.d.ts +0 -3
  998. package/speeddial/speeddial.d.ts +0 -322
  999. package/speeddial/speeddial.interface.d.ts +0 -44
  1000. package/speeddial/style/speeddialstyle.d.ts +0 -89
  1001. package/splitbutton/public_api.d.ts +0 -3
  1002. package/splitbutton/splitbutton.d.ts +0 -243
  1003. package/splitbutton/splitbutton.interface.d.ts +0 -30
  1004. package/splitbutton/style/splitbuttonstyle.d.ts +0 -46
  1005. package/splitter/public_api.d.ts +0 -3
  1006. package/splitter/splitter.d.ts +0 -166
  1007. package/splitter/splitter.interface.d.ts +0 -34
  1008. package/splitter/style/splitterstyle.d.ts +0 -42
  1009. package/stepper/public_api.d.ts +0 -2
  1010. package/stepper/stepper.d.ts +0 -175
  1011. package/stepper/style/stepperstyle.d.ts +0 -39
  1012. package/steps/public_api.d.ts +0 -2
  1013. package/steps/steps.d.ts +0 -84
  1014. package/steps/style/stepsstyle.d.ts +0 -66
  1015. package/styleclass/public_api.d.ts +0 -1
  1016. package/styleclass/styleclass.d.ts +0 -107
  1017. package/table/columnfilter.interface.d.ts +0 -247
  1018. package/table/public_api.d.ts +0 -4
  1019. package/table/style/tablestyle.d.ts +0 -327
  1020. package/table/table.d.ts +0 -1662
  1021. package/table/table.interface.d.ts +0 -671
  1022. package/tabmenu/index.d.ts +0 -5
  1023. package/tabmenu/public_api.d.ts +0 -3
  1024. package/tabmenu/style/tabmenustyle.d.ts +0 -51
  1025. package/tabmenu/tabmenu.d.ts +0 -136
  1026. package/tabmenu/tabmenu.interface.d.ts +0 -32
  1027. package/tabs/public_api.d.ts +0 -6
  1028. package/tabs/style/tabsstyle.d.ts +0 -66
  1029. package/tabs/tab.d.ts +0 -54
  1030. package/tabs/tablist.d.ts +0 -53
  1031. package/tabs/tabpanel.d.ts +0 -20
  1032. package/tabs/tabpanels.d.ts +0 -10
  1033. package/tabs/tabs.d.ts +0 -64
  1034. package/tabview/index.d.ts +0 -5
  1035. package/tabview/public_api.d.ts +0 -3
  1036. package/tabview/style/tabsstyle.d.ts +0 -66
  1037. package/tabview/tabview.d.ts +0 -278
  1038. package/tabview/tabview.interface.d.ts +0 -49
  1039. package/tag/public_api.d.ts +0 -3
  1040. package/tag/style/tagstyle.d.ts +0 -50
  1041. package/tag/tag.d.ts +0 -64
  1042. package/tag/tag.interface.d.ts +0 -11
  1043. package/terminal/public_api.d.ts +0 -3
  1044. package/terminal/style/terminalstyle.d.ts +0 -70
  1045. package/terminal/terminal.d.ts +0 -56
  1046. package/terminal/terminalservice.d.ts +0 -11
  1047. package/textarea/public_api.d.ts +0 -2
  1048. package/textarea/style/textareastyle.d.ts +0 -39
  1049. package/textarea/textarea.d.ts +0 -64
  1050. package/tieredmenu/public_api.d.ts +0 -3
  1051. package/tieredmenu/style/tieredmenustyle.d.ts +0 -97
  1052. package/tieredmenu/tieredmenu.d.ts +0 -292
  1053. package/tieredmenu/tieredmenu.interface.d.ts +0 -27
  1054. package/timeline/public_api.d.ts +0 -3
  1055. package/timeline/style/timelinestyle.d.ts +0 -62
  1056. package/timeline/timeline.d.ts +0 -70
  1057. package/timeline/timeline.interface.d.ts +0 -43
  1058. package/toast/public_api.d.ts +0 -3
  1059. package/toast/style/toaststyle.d.ts +0 -106
  1060. package/toast/toast.d.ts +0 -172
  1061. package/toast/toast.interface.d.ts +0 -52
  1062. package/togglebutton/public_api.d.ts +0 -3
  1063. package/togglebutton/style/togglebuttonstyle.d.ts +0 -49
  1064. package/togglebutton/togglebutton.d.ts +0 -137
  1065. package/togglebutton/togglebutton.interface.d.ts +0 -51
  1066. package/toggleswitch/public_api.d.ts +0 -3
  1067. package/toggleswitch/style/toggleswitchstyle.d.ts +0 -53
  1068. package/toggleswitch/toggleswitch.d.ts +0 -129
  1069. package/toggleswitch/toggleswitch.interface.d.ts +0 -15
  1070. package/toolbar/public_api.d.ts +0 -3
  1071. package/toolbar/style/toolbarstyle.d.ts +0 -45
  1072. package/toolbar/toolbar.d.ts +0 -58
  1073. package/toolbar/toolbar.interface.d.ts +0 -19
  1074. package/tooltip/public_api.d.ts +0 -2
  1075. package/tooltip/style/tooltipstyle.d.ts +0 -40
  1076. package/tooltip/tooltip.d.ts +0 -203
  1077. package/tree/public_api.d.ts +0 -3
  1078. package/tree/style/treestyle.d.ts +0 -116
  1079. package/tree/tree.d.ts +0 -541
  1080. package/tree/tree.interface.d.ts +0 -200
  1081. package/treeselect/public_api.d.ts +0 -3
  1082. package/treeselect/style/treeselectstyle.d.ts +0 -104
  1083. package/treeselect/treeselect.d.ts +0 -482
  1084. package/treeselect/treeselect.interface.d.ts +0 -108
  1085. package/treetable/public_api.d.ts +0 -3
  1086. package/treetable/style/treetablestyle.d.ts +0 -194
  1087. package/treetable/treetable.d.ts +0 -1006
  1088. package/treetable/treetable.interface.d.ts +0 -472
  1089. package/ts-helpers/public_api.d.ts +0 -1
  1090. package/ts-helpers/ts-helpers.d.ts +0 -4
  1091. package/usestyle/public_api.d.ts +0 -1
  1092. package/usestyle/usestyle.d.ts +0 -12
  1093. package/utils/inpututils.d.ts +0 -2
  1094. package/utils/objectutils.d.ts +0 -27
  1095. package/utils/public_api.d.ts +0 -5
  1096. package/utils/uniquecomponentid.d.ts +0 -2
  1097. package/utils/zindexutils.d.ts +0 -9
package/api/index.d.ts CHANGED
@@ -1,5 +1,1820 @@
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, ElementRef, TemplateRef } from '@angular/core';
3
+ import * as rxjs from 'rxjs';
4
+ import { Nullable } from 'primeng/ts-helpers';
5
+ import { QueryParamsHandling } from '@angular/router';
6
+ import { AnimationEvent } from '@angular/animations';
7
+ import * as i1 from '@angular/common';
8
+
1
9
  /**
2
- * Generated bundle index. Do not edit.
10
+ * Represents a blockable user interface element.
3
11
  */
4
- /// <amd-module name="primeng/api" />
5
- export * from './public_api';
12
+ interface BlockableUI {
13
+ /**
14
+ * Retrieves the blockable element associated with the UI.
15
+ * @returns The HTML element that can be blocked.
16
+ */
17
+ getBlockableElement(): HTMLElement;
18
+ }
19
+
20
+ /**
21
+ * Type of the confirm event.
22
+ */
23
+ declare enum ConfirmEventType {
24
+ ACCEPT = 0,
25
+ REJECT = 1,
26
+ CANCEL = 2
27
+ }
28
+
29
+ /**
30
+ * Represents a confirmation dialog configuration.
31
+ * @group Interface
32
+ */
33
+ interface Confirmation {
34
+ /**
35
+ * The message to be displayed in the confirmation dialog.
36
+ */
37
+ message?: string;
38
+ /**
39
+ * A unique key to identify the confirmation dialog.
40
+ */
41
+ key?: string;
42
+ /**
43
+ * The name of the icon to be displayed in the confirmation dialog.
44
+ */
45
+ icon?: string;
46
+ /**
47
+ * The header text of the confirmation dialog.
48
+ */
49
+ header?: string;
50
+ /**
51
+ * The callback function to be executed when the accept button is clicked.
52
+ */
53
+ accept?: Function;
54
+ /**
55
+ * The callback function to be executed when the reject button is clicked.
56
+ */
57
+ reject?: Function;
58
+ /**
59
+ * The label text for the accept button.
60
+ */
61
+ acceptLabel?: string;
62
+ /**
63
+ * The label text for the reject button.
64
+ */
65
+ rejectLabel?: string;
66
+ /**
67
+ * The name of the icon to be displayed on the accept button.
68
+ */
69
+ acceptIcon?: string;
70
+ /**
71
+ * The name of the icon to be displayed on the reject button.
72
+ */
73
+ rejectIcon?: string;
74
+ /**
75
+ * Specifies whether the accept button should be visible.
76
+ */
77
+ acceptVisible?: boolean;
78
+ /**
79
+ * Specifies whether the reject button should be visible.
80
+ */
81
+ rejectVisible?: boolean;
82
+ /**
83
+ * Specifies whether to block scrolling on the page when the confirmation dialog is displayed.
84
+ */
85
+ blockScroll?: boolean;
86
+ /**
87
+ * Specifies whether the confirmation dialog should be closed when the escape key is pressed.
88
+ */
89
+ closeOnEscape?: boolean;
90
+ /**
91
+ * Specifies whether clicking outside the confirmation dialog should dismiss it.
92
+ */
93
+ dismissableMask?: boolean;
94
+ /**
95
+ * The ID or class name of the element to receive focus by default when the confirmation dialog is opened.
96
+ */
97
+ defaultFocus?: string;
98
+ /**
99
+ * The CSS class name to be applied to the accept button.
100
+ */
101
+ acceptButtonStyleClass?: string;
102
+ /**
103
+ * The CSS class name to be applied to the reject button.
104
+ */
105
+ rejectButtonStyleClass?: string;
106
+ /**
107
+ * The target event where the confirmation dialog is triggered from.
108
+ */
109
+ target?: EventTarget;
110
+ /**
111
+ * An event emitter for the accept event.
112
+ */
113
+ acceptEvent?: EventEmitter<any>;
114
+ /**
115
+ * An event emitter for the reject event.
116
+ */
117
+ rejectEvent?: EventEmitter<any>;
118
+ acceptButtonProps?: any;
119
+ rejectButtonProps?: any;
120
+ closeButtonProps?: any;
121
+ closable?: boolean;
122
+ position?: string;
123
+ }
124
+
125
+ /**
126
+ * Methods used in confirmation service.
127
+ * @group Service
128
+ */
129
+ declare class ConfirmationService {
130
+ private requireConfirmationSource;
131
+ private acceptConfirmationSource;
132
+ requireConfirmation$: rxjs.Observable<Confirmation>;
133
+ accept: rxjs.Observable<Confirmation>;
134
+ /**
135
+ * Callback to invoke on confirm.
136
+ * @param {Confirmation} confirmation - Represents a confirmation dialog configuration.
137
+ * @group Method
138
+ */
139
+ confirm(confirmation: Confirmation): this;
140
+ /**
141
+ * Closes the dialog.
142
+ * @group Method
143
+ */
144
+ close(): this;
145
+ /**
146
+ * Accepts the dialog.
147
+ * @group Method
148
+ */
149
+ onAccept(): void;
150
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationService, never>;
151
+ static ɵprov: i0.ɵɵInjectableDeclaration<ConfirmationService>;
152
+ }
153
+
154
+ declare class ContextMenuService {
155
+ private activeItemKeyChange;
156
+ activeItemKeyChange$: rxjs.Observable<string>;
157
+ activeItemKey: Nullable<string>;
158
+ changeKey(key: string): void;
159
+ reset(): void;
160
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuService, never>;
161
+ static ɵprov: i0.ɵɵInjectableDeclaration<ContextMenuService>;
162
+ }
163
+
164
+ declare class FilterMatchMode {
165
+ static readonly STARTS_WITH = "startsWith";
166
+ static readonly CONTAINS = "contains";
167
+ static readonly NOT_CONTAINS = "notContains";
168
+ static readonly ENDS_WITH = "endsWith";
169
+ static readonly EQUALS = "equals";
170
+ static readonly NOT_EQUALS = "notEquals";
171
+ static readonly IN = "in";
172
+ static readonly LESS_THAN = "lt";
173
+ static readonly LESS_THAN_OR_EQUAL_TO = "lte";
174
+ static readonly GREATER_THAN = "gt";
175
+ static readonly GREATER_THAN_OR_EQUAL_TO = "gte";
176
+ static readonly BETWEEN = "between";
177
+ static readonly IS = "is";
178
+ static readonly IS_NOT = "isNot";
179
+ static readonly BEFORE = "before";
180
+ static readonly AFTER = "after";
181
+ static readonly DATE_IS = "dateIs";
182
+ static readonly DATE_IS_NOT = "dateIsNot";
183
+ static readonly DATE_BEFORE = "dateBefore";
184
+ static readonly DATE_AFTER = "dateAfter";
185
+ }
186
+
187
+ /**
188
+ * Represents metadata for filtering a data set.
189
+ * @group Interface
190
+ */
191
+ interface FilterMetadata {
192
+ /**
193
+ * The value used for filtering.
194
+ */
195
+ value?: any;
196
+ /**
197
+ * The match mode for filtering.
198
+ */
199
+ matchMode?: string;
200
+ /**
201
+ * The operator for filtering.
202
+ */
203
+ operator?: string;
204
+ }
205
+
206
+ declare class FilterOperator {
207
+ static readonly AND = "and";
208
+ static readonly OR = "or";
209
+ }
210
+
211
+ declare class FilterService {
212
+ filter(value: any[], fields: any[], filterValue: any, filterMatchMode: string, filterLocale?: string): any[];
213
+ filters: {
214
+ [rule: string]: Function;
215
+ };
216
+ register(rule: string, fn: Function): void;
217
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterService, never>;
218
+ static ɵprov: i0.ɵɵInjectableDeclaration<FilterService>;
219
+ }
220
+
221
+ /**
222
+ * Represents metadata for sorting.
223
+ * @group Interface
224
+ */
225
+ interface SortMeta {
226
+ field: string;
227
+ order: number;
228
+ }
229
+
230
+ /**
231
+ * Represents an event object for lazy loading data.
232
+ * @group Interface
233
+ */
234
+ interface LazyLoadEvent {
235
+ /**
236
+ * The index of the first record to be loaded.
237
+ */
238
+ first?: number;
239
+ /**
240
+ * The index of the last record to be loaded.
241
+ */
242
+ last?: number;
243
+ /**
244
+ * The number of rows to load.
245
+ */
246
+ rows?: number;
247
+ /**
248
+ * The field to be used for sorting.
249
+ */
250
+ sortField?: string;
251
+ /**
252
+ * The sort order for the field.
253
+ */
254
+ sortOrder?: number;
255
+ /**
256
+ * An array of sort metadata objects for multiple column sorting.
257
+ */
258
+ multiSortMeta?: SortMeta[];
259
+ /**
260
+ * An object containing filter metadata for filtering the data.
261
+ * The keys represent the field names, and the values represent the corresponding filter metadata.
262
+ */
263
+ filters?: {
264
+ [s: string]: FilterMetadata;
265
+ };
266
+ /**
267
+ * The global filter value for filtering across all columns.
268
+ */
269
+ globalFilter?: any;
270
+ /**
271
+ * A function that can be called to force an update in the lazy loaded data.
272
+ */
273
+ forceUpdate?: () => void;
274
+ }
275
+
276
+ /**
277
+ * Meta data for lazy load event.
278
+ * @group Interface
279
+ */
280
+ interface LazyLoadMeta {
281
+ first?: number | undefined | null;
282
+ rows?: number | undefined | null;
283
+ sortField?: string | string[] | null | undefined;
284
+ sortOrder?: number | undefined | null;
285
+ filters?: {
286
+ [s: string]: FilterMetadata | FilterMetadata[] | undefined;
287
+ };
288
+ globalFilter?: string | string[] | undefined | null;
289
+ multiSortMeta?: SortMeta[] | undefined | null;
290
+ forceUpdate?: Function;
291
+ last?: number | undefined | null;
292
+ }
293
+
294
+ /**
295
+ * Defines options of Tooltip.
296
+ * @group Interface
297
+ */
298
+ interface TooltipOptions {
299
+ /**
300
+ * Label of tooltip.
301
+ */
302
+ tooltipLabel?: string;
303
+ /**
304
+ * Position of tooltip.
305
+ */
306
+ tooltipPosition?: 'right' | 'left' | 'top' | 'bottom';
307
+ /**
308
+ * Event to show the tooltip.
309
+ */
310
+ tooltipEvent?: 'hover' | 'focus';
311
+ /**
312
+ * Target element to attach the overlay, valid values are "body" or a local ng-template variable of another element (note: use binding with brackets for template variables, e.g. [appendTo]="mydiv" for a div element having #mydiv as variable name).
313
+ * @defaultValue body
314
+ */
315
+ appendTo?: HTMLElement | ElementRef | TemplateRef<any> | string | null | undefined | any;
316
+ /**
317
+ * Type of CSS position.
318
+ */
319
+ positionStyle?: string;
320
+ /**
321
+ * Style class of the tooltip.
322
+ */
323
+ tooltipStyleClass?: string;
324
+ /**
325
+ * Whether the z-index should be managed automatically to always go on top or have a fixed value.
326
+ * @defaultValue auto
327
+ */
328
+ tooltipZIndex?: string;
329
+ /**
330
+ * By default the tooltip contents are rendered as text. Set to false to support html tags in the content.
331
+ */
332
+ escape?: boolean;
333
+ /**
334
+ * When present, it specifies that the component should be disabled.
335
+ */
336
+ disabled?: boolean;
337
+ /**
338
+ * Specifies the additional vertical offset of the tooltip from its default position.
339
+ */
340
+ positionTop?: number;
341
+ /**
342
+ * Specifies the additional horizontal offset of the tooltip from its default position.
343
+ */
344
+ positionLeft?: number;
345
+ /**
346
+ * Delay to show the tooltip in milliseconds.
347
+ */
348
+ showDelay?: number;
349
+ /**
350
+ * Delay to hide the tooltip in milliseconds.
351
+ */
352
+ hideDelay?: number;
353
+ /**
354
+ * Time to wait in milliseconds to hide the tooltip even it is active.
355
+ */
356
+ life?: number;
357
+ /**
358
+ * When present, it adds a custom id to the tooltip.
359
+ */
360
+ id?: string;
361
+ }
362
+
363
+ /**
364
+ * MenuItem provides the following properties. Note that not all of them may be utilized by the tabmenu component.
365
+ * @group Interface
366
+ */
367
+ interface MenuItem {
368
+ /**
369
+ * Text of the item.
370
+ */
371
+ label?: string;
372
+ /**
373
+ * Icon of the item.
374
+ */
375
+ icon?: string;
376
+ /**
377
+ * Callback to execute when item is clicked.
378
+ */
379
+ command?(event: MenuItemCommandEvent): void;
380
+ /**
381
+ * External link to navigate when item is clicked.
382
+ */
383
+ url?: string;
384
+ /**
385
+ * An array of children menuitems.
386
+ */
387
+ items?: MenuItem[];
388
+ /**
389
+ * Visibility of submenu.
390
+ */
391
+ expanded?: boolean;
392
+ /**
393
+ * When set as true, disables the menuitem.
394
+ */
395
+ disabled?: boolean;
396
+ /**
397
+ * Whether the dom element of menuitem is created or not.
398
+ */
399
+ visible?: boolean;
400
+ /**
401
+ * Specifies where to open the linked document.
402
+ */
403
+ target?: string;
404
+ /**
405
+ * Whether to escape the label or not. Set to false to display html content.
406
+ */
407
+ escape?: boolean;
408
+ /**
409
+ * Configuration for active router link.
410
+ */
411
+ routerLinkActiveOptions?: any;
412
+ /**
413
+ * Defines the item as a separator.
414
+ */
415
+ separator?: boolean;
416
+ /**
417
+ * Value of the badge.
418
+ */
419
+ badge?: string;
420
+ /**
421
+ * Tooltip of the item.
422
+ */
423
+ tooltip?: string;
424
+ /**
425
+ * Position of the tooltip item.
426
+ */
427
+ tooltipPosition?: string;
428
+ /**
429
+ * Style class of the badge.
430
+ */
431
+ badgeStyleClass?: string;
432
+ /**
433
+ * Inline style of the menuitem.
434
+ */
435
+ style?: {
436
+ [klass: string]: any;
437
+ } | null | undefined;
438
+ /**
439
+ * Style class of the menuitem.
440
+ */
441
+ styleClass?: string;
442
+ /**
443
+ * Tooltip text of the item.
444
+ */
445
+ title?: string;
446
+ /**
447
+ * Identifier of the element.
448
+ */
449
+ id?: string;
450
+ /**
451
+ * Value of HTML data-* attribute.
452
+ */
453
+ automationId?: any;
454
+ /**
455
+ * Specifies tab order of the item.
456
+ */
457
+ tabindex?: string;
458
+ /**
459
+ * RouterLink definition for internal navigation.
460
+ */
461
+ routerLink?: any;
462
+ /**
463
+ * Query parameters for internal navigation via routerLink.
464
+ */
465
+ queryParams?: {
466
+ [k: string]: any;
467
+ };
468
+ /**
469
+ * Sets the hash fragment for the URL.
470
+ */
471
+ fragment?: string;
472
+ /**
473
+ * How to handle query parameters in the router link for the next navigation. One of:
474
+ merge : Merge new with current parameters.
475
+ preserve : Preserve current parameters.k.
476
+ */
477
+ queryParamsHandling?: QueryParamsHandling;
478
+ /**
479
+ * When true, preserves the URL fragment for the next navigation.
480
+ */
481
+ preserveFragment?: boolean;
482
+ /**
483
+ * When true, navigates without pushing a new state into history.
484
+ */
485
+ skipLocationChange?: boolean;
486
+ /**
487
+ * When true, navigates while replacing the current state in history.
488
+ */
489
+ replaceUrl?: boolean;
490
+ /**
491
+ * Inline style of the item's icon.
492
+ */
493
+ iconStyle?: {
494
+ [klass: string]: any;
495
+ } | null | undefined;
496
+ /**
497
+ * Class of the item's icon.
498
+ */
499
+ iconClass?: string;
500
+ /**
501
+ * Developer-defined state that can be passed to any navigation.
502
+ * @see {MenuItemState}
503
+ */
504
+ state?: {
505
+ [k: string]: any;
506
+ };
507
+ /**
508
+ * Options of the item's tooltip.
509
+ * @see {TooltipOptions}
510
+ */
511
+ tooltipOptions?: TooltipOptions;
512
+ /**
513
+ * Optional
514
+ */
515
+ [key: string]: any;
516
+ }
517
+ /**
518
+ * Custom command event
519
+ * @see {@link MenuItem.command}
520
+ * @group Events
521
+ */
522
+ interface MenuItemCommandEvent {
523
+ /**
524
+ * Browser event.
525
+ */
526
+ originalEvent?: Event;
527
+ /**
528
+ * Selected menu item.
529
+ */
530
+ item?: MenuItem | MegaMenuItem;
531
+ /**
532
+ * Index of the selected item.
533
+ */
534
+ index?: number;
535
+ }
536
+
537
+ /**
538
+ * MegaMenuItem API provides the following properties.
539
+ * @group Interface
540
+ */
541
+ interface MegaMenuItem {
542
+ /**
543
+ * Text of the item.
544
+ */
545
+ label?: string;
546
+ /**
547
+ * Icon of the item.
548
+ */
549
+ icon?: string;
550
+ /**
551
+ * Callback to execute when item is clicked.
552
+ */
553
+ command?: (event?: any) => void;
554
+ /**
555
+ * External link to navigate when item is clicked.
556
+ */
557
+ url?: string;
558
+ /**
559
+ * An array of children menuitems.
560
+ */
561
+ items?: MenuItem[][];
562
+ /**
563
+ * Specifies whether the mega menu item is expanded.
564
+ */
565
+ expanded?: boolean;
566
+ /**
567
+ * When set as true, disables the menuitem.
568
+ */
569
+ disabled?: boolean;
570
+ /**
571
+ * Whether the dom element of menuitem is created or not.
572
+ */
573
+ visible?: boolean;
574
+ /**
575
+ * Specifies where to open the linked document.
576
+ */
577
+ target?: string;
578
+ /**
579
+ * Configuration for active router link.
580
+ */
581
+ routerLinkActiveOptions?: any;
582
+ /**
583
+ * Defines the item as a separator.
584
+ */
585
+ separator?: boolean;
586
+ /**
587
+ * Value of the badge.
588
+ */
589
+ badge?: string;
590
+ /**
591
+ * Style class of the badge.
592
+ */
593
+ badgeStyleClass?: string;
594
+ /**
595
+ * Inline style of the menuitem.
596
+ */
597
+ style?: any;
598
+ /**
599
+ * Style class of the menuitem.
600
+ */
601
+ styleClass?: string;
602
+ /**
603
+ * Inline style of the item's icon.
604
+ */
605
+ iconStyle?: any;
606
+ /**
607
+ * Tooltip text of the item.
608
+ */
609
+ title?: string;
610
+ /**
611
+ * Identifier of the element.
612
+ */
613
+ id?: string;
614
+ /**
615
+ * Value of HTML data-* attribute.
616
+ */
617
+ automationId?: any;
618
+ /**
619
+ * Specifies tab order of the item.
620
+ */
621
+ tabindex?: string;
622
+ /**
623
+ * RouterLink definition for internal navigation.
624
+ */
625
+ routerLink?: any;
626
+ /**
627
+ * Query parameters for internal navigation via routerLink.
628
+ */
629
+ queryParams?: {
630
+ [k: string]: any;
631
+ };
632
+ /**
633
+ * Sets the hash fragment for the URL.
634
+ */
635
+ fragment?: string;
636
+ /**
637
+ * How to handle query parameters in the router link for the next navigation. One of:
638
+ merge : Merge new with current parameters.
639
+ preserve : Preserve current parameters.k.
640
+ */
641
+ queryParamsHandling?: QueryParamsHandling;
642
+ /**
643
+ * When true, preserves the URL fragment for the next navigation.
644
+ */
645
+ preserveFragment?: boolean;
646
+ /**
647
+ * When true, navigates without pushing a new state into history.
648
+ */
649
+ skipLocationChange?: boolean;
650
+ /**
651
+ * When true, navigates while replacing the current state in history.
652
+ */
653
+ replaceUrl?: boolean;
654
+ /**
655
+ * Developer-defined state that can be passed to any navigation.
656
+ */
657
+ state?: {
658
+ [k: string]: any;
659
+ };
660
+ /**
661
+ * Optional
662
+ */
663
+ [key: string]: any;
664
+ }
665
+
666
+ /**
667
+ * Deines valid options for the toast message.
668
+ * @group Interface
669
+ */
670
+ interface ToastMessageOptions {
671
+ text?: any;
672
+ severity?: string;
673
+ summary?: string;
674
+ detail?: string;
675
+ id?: any;
676
+ key?: string;
677
+ life?: number;
678
+ sticky?: boolean;
679
+ closable?: boolean;
680
+ data?: any;
681
+ icon?: string;
682
+ contentStyleClass?: string;
683
+ styleClass?: string;
684
+ closeIcon?: string;
685
+ }
686
+
687
+ /**
688
+ * Message service used in messages and toast components.
689
+ * @group Service
690
+ */
691
+ declare class MessageService {
692
+ private messageSource;
693
+ private clearSource;
694
+ messageObserver: rxjs.Observable<ToastMessageOptions | ToastMessageOptions[]>;
695
+ clearObserver: rxjs.Observable<string>;
696
+ /**
697
+ * Inserts single message.
698
+ * @param {ToastMessageOptions} message - Message to be added.
699
+ * @group Method
700
+ */
701
+ add(message: ToastMessageOptions): void;
702
+ /**
703
+ * Inserts new messages.
704
+ * @param {Message[]} messages - Messages to be added.
705
+ * @group Method
706
+ */
707
+ addAll(messages: ToastMessageOptions[]): void;
708
+ /**
709
+ * Clears the message with the given key.
710
+ * @param {string} key - Key of the message to be cleared.
711
+ * @group Method
712
+ */
713
+ clear(key?: string): void;
714
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, never>;
715
+ static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
716
+ }
717
+
718
+ /**
719
+ * Represents the type of overlay mode, which can be 'modal', 'overlay', or undefined.
720
+ * @group Types
721
+ */
722
+ type OverlayModeType = 'modal' | 'overlay' | undefined;
723
+ /**
724
+ * Represents the type of direction for a responsive overlay, which can be one of the specified values or undefined.
725
+ * @group Types
726
+ */
727
+ type ResponsiveOverlayDirectionType = 'center' | 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end' | undefined;
728
+ /**
729
+ * Represents the options for an overlay listener.
730
+ * @group Interface
731
+ */
732
+ interface OverlayListenerOptions {
733
+ /**
734
+ * The type of listener, which can be 'scroll', 'outside', 'resize', or undefined.
735
+ */
736
+ type?: 'scroll' | 'outside' | 'resize' | undefined;
737
+ /**
738
+ * The mode of the overlay listener.
739
+ */
740
+ mode?: OverlayModeType;
741
+ /**
742
+ * Indicates whether the overlay listener is valid.
743
+ */
744
+ valid?: boolean;
745
+ }
746
+ /**
747
+ * Represents the options for a responsive overlay.
748
+ * @group Events
749
+ */
750
+ interface ResponsiveOverlayOptions {
751
+ /**
752
+ * The inline style for the responsive overlay.
753
+ */
754
+ style?: any;
755
+ /**
756
+ * The CSS class for the responsive overlay.
757
+ */
758
+ styleClass?: string;
759
+ /**
760
+ * The inline style for the content of the responsive overlay.
761
+ */
762
+ contentStyle?: any;
763
+ /**
764
+ * The CSS class for the content of the responsive overlay.
765
+ */
766
+ contentStyleClass?: string;
767
+ /**
768
+ * The breakpoint for the responsive overlay.
769
+ */
770
+ breakpoint?: string;
771
+ /**
772
+ * The media query for the responsive overlay.
773
+ */
774
+ media?: string;
775
+ /**
776
+ * The direction for the responsive overlay.
777
+ */
778
+ direction?: ResponsiveOverlayDirectionType;
779
+ }
780
+ /**
781
+ * Represents an event that occurs when an overlay is shown.
782
+ * @group Events
783
+ */
784
+ interface OverlayOnShowEvent {
785
+ /**
786
+ * The overlay element.
787
+ */
788
+ overlay?: HTMLElement | undefined;
789
+ /**
790
+ * The target element.
791
+ */
792
+ target?: HTMLElement | undefined;
793
+ /**
794
+ * The mode of the overlay.
795
+ */
796
+ mode?: OverlayModeType;
797
+ }
798
+ /**
799
+ * Represents an event that occurs before an overlay is shown.
800
+ * @extends {OverlayOnShowEvent}
801
+ * @group Events
802
+ */
803
+ interface OverlayOnBeforeShowEvent extends OverlayOnShowEvent {
804
+ }
805
+ /**
806
+ * Represents an event that occurs before an overlay is hidden.
807
+ * @extends {OverlayOnBeforeShowEvent}
808
+ * @group Events
809
+ */
810
+ interface OverlayOnBeforeHideEvent extends OverlayOnBeforeShowEvent {
811
+ }
812
+ /**
813
+ * Represents an event that occurs when an overlay is hidden.
814
+ * @extends {OverlayOnShowEvent}
815
+ * @group Events
816
+ */
817
+ interface OverlayOnHideEvent extends OverlayOnShowEvent {
818
+ }
819
+ /**
820
+ * Represents the options for an overlay.
821
+ * @group Interface
822
+ */
823
+ interface OverlayOptions {
824
+ /**
825
+ * The mode of the overlay.
826
+ */
827
+ mode?: OverlayModeType;
828
+ /**
829
+ * The inline style for the overlay.
830
+ */
831
+ style?: any;
832
+ /**
833
+ * The CSS class for the overlay.
834
+ */
835
+ styleClass?: string;
836
+ /**
837
+ * The inline style for the content of the overlay.
838
+ */
839
+ contentStyle?: any;
840
+ /**
841
+ * The CSS class for the content of the overlay.
842
+ */
843
+ contentStyleClass?: string;
844
+ /**
845
+ * The target element.
846
+ */
847
+ target?: any;
848
+ /**
849
+ * The element or location where the overlay should be appended.
850
+ */
851
+ appendTo?: 'body' | HTMLElement | undefined;
852
+ /**
853
+ * Indicates whether the overlay should have an auto-generated z-index.
854
+ */
855
+ autoZIndex?: boolean;
856
+ /**
857
+ * The base z-index value for the overlay.
858
+ */
859
+ baseZIndex?: number;
860
+ /**
861
+ * The transition options for showing the overlay.
862
+ */
863
+ showTransitionOptions?: string;
864
+ /**
865
+ * The transition options for hiding the overlay.
866
+ */
867
+ hideTransitionOptions?: string;
868
+ /**
869
+ * Indicates whether the overlay should be hidden when the escape key is pressed.
870
+ */
871
+ hideOnEscape?: boolean;
872
+ /**
873
+ * A listener function for handling events related to the overlay.
874
+ */
875
+ listener?: (event: Event, options?: OverlayListenerOptions) => boolean | void;
876
+ /**
877
+ * The options for a responsive overlay.
878
+ */
879
+ responsive?: ResponsiveOverlayOptions | undefined;
880
+ /**
881
+ * A callback function that is invoked before the overlay is shown.
882
+ */
883
+ onBeforeShow?: (event?: OverlayOnBeforeShowEvent) => void;
884
+ /**
885
+ * A callback function that is invoked when the overlay is shown.
886
+ */
887
+ onShow?: (event?: OverlayOnShowEvent) => void;
888
+ /**
889
+ * A callback function that is invoked before the overlay is hidden.
890
+ */
891
+ onBeforeHide?: (event?: OverlayOnBeforeHideEvent) => void;
892
+ /**
893
+ * A callback function that is invoked when the overlay is hidden.
894
+ */
895
+ onHide?: (event?: OverlayOnHideEvent) => void;
896
+ /**
897
+ * A callback function that is invoked when the overlay's animation starts.
898
+ */
899
+ onAnimationStart?: (event?: AnimationEvent) => void;
900
+ /**
901
+ * A callback function that is invoked when the overlay's animation is done.
902
+ */
903
+ onAnimationDone?: (event?: AnimationEvent) => void;
904
+ }
905
+
906
+ declare class OverlayService {
907
+ private clickSource;
908
+ clickObservable: rxjs.Observable<any>;
909
+ add(event: any): void;
910
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverlayService, never>;
911
+ static ɵprov: i0.ɵɵInjectableDeclaration<OverlayService>;
912
+ }
913
+
914
+ declare class PrimeIcons {
915
+ static readonly ADDRESS_BOOK = "pi pi-address-book";
916
+ static readonly ALIGN_CENTER = "pi pi-align-center";
917
+ static readonly ALIGN_JUSTIFY = "pi pi-align-justify";
918
+ static readonly ALIGN_LEFT = "pi pi-align-left";
919
+ static readonly ALIGN_RIGHT = "pi pi-align-right";
920
+ static readonly AMAZON = "pi pi-amazon";
921
+ static readonly ANDROID = "pi pi-android";
922
+ static readonly ANGLE_DOUBLE_DOWN = "pi pi-angle-double-down";
923
+ static readonly ANGLE_DOUBLE_LEFT = "pi pi-angle-double-left";
924
+ static readonly ANGLE_DOUBLE_RIGHT = "pi pi-angle-double-right";
925
+ static readonly ANGLE_DOUBLE_UP = "pi pi-angle-double-up";
926
+ static readonly ANGLE_DOWN = "pi pi-angle-down";
927
+ static readonly ANGLE_LEFT = "pi pi-angle-left";
928
+ static readonly ANGLE_RIGHT = "pi pi-angle-right";
929
+ static readonly ANGLE_UP = "pi pi-angle-up";
930
+ static readonly APPLE = "pi pi-apple";
931
+ static readonly ARROWS_ALT = "pi pi-arrows-alt";
932
+ static readonly ARROW_CIRCLE_DOWN = "pi pi-arrow-circle-down";
933
+ static readonly ARROW_CIRCLE_LEFT = "pi pi-arrow-circle-left";
934
+ static readonly ARROW_CIRCLE_RIGHT = "pi pi-arrow-circle-right";
935
+ static readonly ARROW_CIRCLE_UP = "pi pi-arrow-circle-up";
936
+ static readonly ARROW_DOWN = "pi pi-arrow-down";
937
+ static readonly ARROW_DOWN_LEFT = "pi pi-arrow-down-left";
938
+ static readonly ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER = "pi pi-arrow-down-left-and-arrow-up-right-to-center";
939
+ static readonly ARROW_DOWN_RIGHT = "pi pi-arrow-down-right";
940
+ static readonly ARROW_LEFT = "pi pi-arrow-left";
941
+ static readonly ARROW_RIGHT_ARROW_LEFT = "pi pi-arrow-right-arrow-left";
942
+ static readonly ARROW_RIGHT = "pi pi-arrow-right";
943
+ static readonly ARROW_UP = "pi pi-arrow-up";
944
+ static readonly ARROW_UP_LEFT = "pi pi-arrow-up-left";
945
+ static readonly ARROW_UP_RIGHT = "pi pi-arrow-up-right";
946
+ static readonly ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER = "pi pi-arrow-up-right-and-arrow-down-left-from-center";
947
+ static readonly ARROWS_H = "pi pi-arrows-h";
948
+ static readonly ARROWS_V = "pi pi-arrows-v";
949
+ static readonly ASTERISK = "pi pi-asterisk";
950
+ static readonly AT = "pi pi-at";
951
+ static readonly BACKWARD = "pi pi-backward";
952
+ static readonly BAN = "pi pi-ban";
953
+ static readonly BARCODE = "pi pi-barcode";
954
+ static readonly BARS = "pi pi-bars";
955
+ static readonly BELL = "pi pi-bell";
956
+ static readonly BELL_SLASH = "pi pi-bell-slash";
957
+ static readonly BITCOIN = "pi pi-bitcoin";
958
+ static readonly BOLT = "pi pi-bolt";
959
+ static readonly BOOK = "pi pi-book";
960
+ static readonly BOOKMARK = "pi pi-bookmark";
961
+ static readonly BOOKMARK_FILL = "pi pi-bookmark-fill";
962
+ static readonly BOX = "pi pi-box";
963
+ static readonly BRIEFCASE = "pi pi-briefcase";
964
+ static readonly BUILDING = "pi pi-building";
965
+ static readonly BUILDING_COLUMNS = "pi pi-building-columns";
966
+ static readonly BULLSEYE = "pi pi-bullseye";
967
+ static readonly CALCULATOR = "pi pi-calculator";
968
+ static readonly CALENDAR = "pi pi-calendar";
969
+ static readonly CALENDAR_CLOCK = "pi pi-calendar-clock";
970
+ static readonly CALENDAR_MINUS = "pi pi-calendar-minus";
971
+ static readonly CALENDAR_PLUS = "pi pi-calendar-plus";
972
+ static readonly CALENDAR_TIMES = "pi pi-calendar-times";
973
+ static readonly CAMERA = "pi pi-camera";
974
+ static readonly CAR = "pi pi-car";
975
+ static readonly CARET_DOWN = "pi pi-caret-down";
976
+ static readonly CARET_LEFT = "pi pi-caret-left";
977
+ static readonly CARET_RIGHT = "pi pi-caret-right";
978
+ static readonly CARET_UP = "pi pi-caret-up";
979
+ static readonly CART_ARROW_DOWN = "pi pi-cart-arrow-down";
980
+ static readonly CART_MINUS = "pi pi-cart-minus";
981
+ static readonly CART_PLUS = "pi pi-cart-plus";
982
+ static readonly CHART_BAR = "pi pi-chart-bar";
983
+ static readonly CHART_LINE = "pi pi-chart-line";
984
+ static readonly CHART_PIE = "pi pi-chart-pie";
985
+ static readonly CHART_SCATTER = "pi pi-chart-scatter";
986
+ static readonly CHECK = "pi pi-check";
987
+ static readonly CHECK_CIRCLE = "pi pi-check-circle";
988
+ static readonly CHECK_SQUARE = "pi pi-check-square";
989
+ static readonly CHEVRON_CIRCLE_DOWN = "pi pi-chevron-circle-down";
990
+ static readonly CHEVRON_CIRCLE_LEFT = "pi pi-chevron-circle-left";
991
+ static readonly CHEVRON_CIRCLE_RIGHT = "pi pi-chevron-circle-right";
992
+ static readonly CHEVRON_CIRCLE_UP = "pi pi-chevron-circle-up";
993
+ static readonly CHEVRON_DOWN = "pi pi-chevron-down";
994
+ static readonly CHEVRON_LEFT = "pi pi-chevron-left";
995
+ static readonly CHEVRON_RIGHT = "pi pi-chevron-right";
996
+ static readonly CHEVRON_UP = "pi pi-chevron-up";
997
+ static readonly CIRCLE = "pi pi-circle";
998
+ static readonly CIRCLE_FILL = "pi pi-circle-fill";
999
+ static readonly CLIPBOARD = "pi pi-clipboard";
1000
+ static readonly CLOCK = "pi pi-clock";
1001
+ static readonly CLONE = "pi pi-clone";
1002
+ static readonly CLOUD = "pi pi-cloud";
1003
+ static readonly CLOUD_DOWNLOAD = "pi pi-cloud-download";
1004
+ static readonly CLOUD_UPLOAD = "pi pi-cloud-upload";
1005
+ static readonly CODE = "pi pi-code";
1006
+ static readonly COG = "pi pi-cog";
1007
+ static readonly COMMENT = "pi pi-comment";
1008
+ static readonly COMMENTS = "pi pi-comments";
1009
+ static readonly COMPASS = "pi pi-compass";
1010
+ static readonly COPY = "pi pi-copy";
1011
+ static readonly CREDIT_CARD = "pi pi-credit-card";
1012
+ static readonly CROWN = "pi pi-crown";
1013
+ static readonly DATABASE = "pi pi-database";
1014
+ static readonly DESKTOP = "pi pi-desktop";
1015
+ static readonly DELETE_LEFT = "pi pi-delete-left";
1016
+ static readonly DIRECTIONS = "pi pi-directions";
1017
+ static readonly DIRECTIONS_ALT = "pi pi-directions-alt";
1018
+ static readonly DISCORD = "pi pi-discord";
1019
+ static readonly DOLLAR = "pi pi-dollar";
1020
+ static readonly DOWNLOAD = "pi pi-download";
1021
+ static readonly EJECT = "pi pi-eject";
1022
+ static readonly ELLIPSIS_H = "pi pi-ellipsis-h";
1023
+ static readonly ELLIPSIS_V = "pi pi-ellipsis-v";
1024
+ static readonly ENVELOPE = "pi pi-envelope";
1025
+ static readonly EQUALS = "pi pi-equals";
1026
+ static readonly ERASER = "pi pi-eraser";
1027
+ static readonly ETHEREUM = "pi pi-ethereum";
1028
+ static readonly EURO = "pi pi-euro";
1029
+ static readonly EXCLAMATION_CIRCLE = "pi pi-exclamation-circle";
1030
+ static readonly EXCLAMATION_TRIANGLE = "pi pi-exclamation-triangle";
1031
+ static readonly EXPAND = "pi pi-expand";
1032
+ static readonly EXTERNAL_LINK = "pi pi-external-link";
1033
+ static readonly EYE = "pi pi-eye";
1034
+ static readonly EYE_SLASH = "pi pi-eye-slash";
1035
+ static readonly FACE_SMILE = "pi pi-face-smile";
1036
+ static readonly FACEBOOK = "pi pi-facebook";
1037
+ static readonly FAST_BACKWARD = "pi pi-fast-backward";
1038
+ static readonly FAST_FORWARD = "pi pi-fast-forward";
1039
+ static readonly FILE = "pi pi-file";
1040
+ static readonly FILE_ARROW_UP = "pi pi-file-arrow-up";
1041
+ static readonly FILE_CHECK = "pi pi-file-check";
1042
+ static readonly FILE_EDIT = "pi pi-file-edit";
1043
+ static readonly FILE_IMPORT = "pi pi-file-import";
1044
+ static readonly FILE_PDF = "pi pi-file-pdf";
1045
+ static readonly FILE_PLUS = "pi pi-file-plus";
1046
+ static readonly FILE_EXCEL = "pi pi-file-excel";
1047
+ static readonly FILE_EXPORT = "pi pi-file-export";
1048
+ static readonly FILE_WORD = "pi pi-file-word";
1049
+ static readonly FILTER = "pi pi-filter";
1050
+ static readonly FILTER_FILL = "pi pi-filter-fill";
1051
+ static readonly FILTER_SLASH = "pi pi-filter-slash";
1052
+ static readonly FLAG = "pi pi-flag";
1053
+ static readonly FLAG_FILL = "pi pi-flag-fill";
1054
+ static readonly FOLDER = "pi pi-folder";
1055
+ static readonly FOLDER_OPEN = "pi pi-folder-open";
1056
+ static readonly FOLDER_PLUS = "pi pi-folder-plus";
1057
+ static readonly FORWARD = "pi pi-forward";
1058
+ static readonly GAUGE = "pi pi-gauge";
1059
+ static readonly GIFT = "pi pi-gift";
1060
+ static readonly GITHUB = "pi pi-github";
1061
+ static readonly GLOBE = "pi pi-globe";
1062
+ static readonly GOOGLE = "pi pi-google";
1063
+ static readonly GRADUATION_CAP = "pi pi-graduation-cap";
1064
+ static readonly HAMMER = "pi pi-hammer";
1065
+ static readonly HASHTAG = "pi pi-hashtag";
1066
+ static readonly HEADPHONES = "pi pi-headphones";
1067
+ static readonly HEART = "pi pi-heart";
1068
+ static readonly HEART_FILL = "pi pi-heart-fill";
1069
+ static readonly HISTORY = "pi pi-history";
1070
+ static readonly HOME = "pi pi-home";
1071
+ static readonly HOURGLASS = "pi pi-hourglass";
1072
+ static readonly ID_CARD = "pi pi-id-card";
1073
+ static readonly IMAGE = "pi pi-image";
1074
+ static readonly IMAGES = "pi pi-images";
1075
+ static readonly INBOX = "pi pi-inbox";
1076
+ static readonly INDIAN_RUPEE = "pi pi-indian-rupee";
1077
+ static readonly INFO = "pi pi-info";
1078
+ static readonly INFO_CIRCLE = "pi pi-info-circle";
1079
+ static readonly INSTAGRAM = "pi pi-instagram";
1080
+ static readonly KEY = "pi pi-key";
1081
+ static readonly LANGUAGE = "pi pi-language";
1082
+ static readonly LIGHTBULB = "pi pi-lightbulb";
1083
+ static readonly LINK = "pi pi-link";
1084
+ static readonly LINKEDIN = "pi pi-linkedin";
1085
+ static readonly LIST = "pi pi-list";
1086
+ static readonly LIST_CHECK = "pi pi-list-check";
1087
+ static readonly LOCK = "pi pi-lock";
1088
+ static readonly LOCK_OPEN = "pi pi-lock-open";
1089
+ static readonly MAP = "pi pi-map";
1090
+ static readonly MAP_MARKER = "pi pi-map-marker";
1091
+ static readonly MARS = "pi pi-mars";
1092
+ static readonly MEGAPHONE = "pi pi-megaphone";
1093
+ static readonly MICROCHIP = "pi pi-microchip";
1094
+ static readonly MICROCHIP_AI = "pi pi-microchip-ai";
1095
+ static readonly MICROPHONE = "pi pi-microphone";
1096
+ static readonly MICROSOFT = "pi pi-microsoft";
1097
+ static readonly MINUS = "pi pi-minus";
1098
+ static readonly MINUS_CIRCLE = "pi pi-minus-circle";
1099
+ static readonly MOBILE = "pi pi-mobile";
1100
+ static readonly MONEY_BILL = "pi pi-money-bill";
1101
+ static readonly MOON = "pi pi-moon";
1102
+ static readonly OBJECTS_COLUMN = "pi pi-objects-column";
1103
+ static readonly PALETTE = "pi pi-palette";
1104
+ static readonly PAPERCLIP = "pi pi-paperclip";
1105
+ static readonly PAUSE = "pi pi-pause";
1106
+ static readonly PAUSE_CIRCLE = "pi pi-pause-circle";
1107
+ static readonly PAYPAL = "pi pi-paypal";
1108
+ static readonly PEN_TO_SQUARE = "pi pi-pen-to-square";
1109
+ static readonly PENCIL = "pi pi-pencil";
1110
+ static readonly PERCENTAGE = "pi pi-percentage";
1111
+ static readonly PHONE = "pi pi-phone";
1112
+ static readonly PINTEREST = "pi pi-pinterest";
1113
+ static readonly PLAY = "pi pi-play";
1114
+ static readonly PLAY_CIRCLE = "pi pi-play-circle";
1115
+ static readonly PLUS = "pi pi-plus";
1116
+ static readonly PLUS_CIRCLE = "pi pi-plus-circle";
1117
+ static readonly POUND = "pi pi-pound";
1118
+ static readonly POWER_OFF = "pi pi-power-off";
1119
+ static readonly PRIME = "pi pi-prime";
1120
+ static readonly PRINT = "pi pi-print";
1121
+ static readonly QRCODE = "pi pi-qrcode";
1122
+ static readonly QUESTION = "pi pi-question";
1123
+ static readonly QUESTION_CIRCLE = "pi pi-question-circle";
1124
+ static readonly RECEIPT = "pi pi-receipt";
1125
+ static readonly REDDIT = "pi pi-reddit";
1126
+ static readonly REFRESH = "pi pi-refresh";
1127
+ static readonly REPLAY = "pi pi-replay";
1128
+ static readonly REPLY = "pi pi-reply";
1129
+ static readonly SAVE = "pi pi-save";
1130
+ static readonly SEARCH = "pi pi-search";
1131
+ static readonly SEARCH_MINUS = "pi pi-search-minus";
1132
+ static readonly SEARCH_PLUS = "pi pi-search-plus";
1133
+ static readonly SEND = "pi pi-send";
1134
+ static readonly SERVER = "pi pi-server";
1135
+ static readonly SHARE_ALT = "pi pi-share-alt";
1136
+ static readonly SHIELD = "pi pi-shield";
1137
+ static readonly SHOP = "pi pi-shop";
1138
+ static readonly SHOPPING_BAG = "pi pi-shopping-bag";
1139
+ static readonly SHOPPING_CART = "pi pi-shopping-cart";
1140
+ static readonly SIGN_IN = "pi pi-sign-in";
1141
+ static readonly SIGN_OUT = "pi pi-sign-out";
1142
+ static readonly SITEMAP = "pi pi-sitemap";
1143
+ static readonly SLACK = "pi pi-slack";
1144
+ static readonly SLIDERS_H = "pi pi-sliders-h";
1145
+ static readonly SLIDERS_V = "pi pi-sliders-v";
1146
+ static readonly SORT = "pi pi-sort";
1147
+ static readonly SORT_ALPHA_DOWN = "pi pi-sort-alpha-down";
1148
+ static readonly SORT_ALPHA_DOWN_ALT = "pi pi-sort-alpha-down-alt";
1149
+ static readonly SORT_ALPHA_UP = "pi pi-sort-alpha-up";
1150
+ static readonly SORT_ALPHA_UP_ALT = "pi pi-sort-alpha-up-alt";
1151
+ static readonly SORT_ALT = "pi pi-sort-alt";
1152
+ static readonly SORT_ALT_SLASH = "pi pi-sort-alt-slash";
1153
+ static readonly SORT_AMOUNT_DOWN = "pi pi-sort-amount-down";
1154
+ static readonly SORT_AMOUNT_DOWN_ALT = "pi pi-sort-amount-down-alt";
1155
+ static readonly SORT_AMOUNT_UP = "pi pi-sort-amount-up";
1156
+ static readonly SORT_AMOUNT_UP_ALT = "pi pi-sort-amount-up-alt";
1157
+ static readonly SORT_DOWN = "pi pi-sort-down";
1158
+ static readonly SORT_DOWN_FILL = "pi pi-sort-down-fill";
1159
+ static readonly SORT_NUMERIC_DOWN = "pi pi-sort-numeric-down";
1160
+ static readonly SORT_NUMERIC_DOWN_ALT = "pi pi-sort-numeric-down-alt";
1161
+ static readonly SORT_NUMERIC_UP = "pi pi-sort-numeric-up";
1162
+ static readonly SORT_NUMERIC_UP_ALT = "pi pi-sort-numeric-up-alt";
1163
+ static readonly SORT_UP = "pi pi-sort-up";
1164
+ static readonly SORT_UP_FILL = "pi pi-sort-up-fill";
1165
+ static readonly SPARKLES = "pi pi-sparkles";
1166
+ static readonly SPINNER = "pi pi-spinner";
1167
+ static readonly SPINNER_DOTTED = "pi pi-spinner-dotted";
1168
+ static readonly STAR = "pi pi-star";
1169
+ static readonly STAR_FILL = "pi pi-star-fill";
1170
+ static readonly STAR_HALF = "pi pi-star-half";
1171
+ static readonly STAR_HALF_FILL = "pi pi-star-half-fill";
1172
+ static readonly STEP_BACKWARD = "pi pi-step-backward";
1173
+ static readonly STEP_BACKWARD_ALT = "pi pi-step-backward-alt";
1174
+ static readonly STEP_FORWARD = "pi pi-step-forward";
1175
+ static readonly STEP_FORWARD_ALT = "pi pi-step-forward-alt";
1176
+ static readonly STOP = "pi pi-stop";
1177
+ static readonly STOP_CIRCLE = "pi pi-stop-circle";
1178
+ static readonly STOPWATCH = "pi pi-stopwatch";
1179
+ static readonly SUN = "pi pi-sun";
1180
+ static readonly SYNC = "pi pi-sync";
1181
+ static readonly TABLE = "pi pi-table";
1182
+ static readonly TABLET = "pi pi-tablet";
1183
+ static readonly TAG = "pi pi-tag";
1184
+ static readonly TAGS = "pi pi-tags";
1185
+ static readonly TELEGRAM = "pi pi-telegram";
1186
+ static readonly TH_LARGE = "pi pi-th-large";
1187
+ static readonly THUMBS_DOWN = "pi pi-thumbs-down";
1188
+ static readonly THUMBS_DOWN_FILL = "pi pi-thumbs-down-fill";
1189
+ static readonly THUMBS_UP = "pi pi-thumbs-up";
1190
+ static readonly THUMBS_UP_FILL = "pi pi-thumbs-up-fill";
1191
+ static readonly THUMBTACK = "pi pi-thumbtack";
1192
+ static readonly TICKET = "pi pi-ticket";
1193
+ static readonly TIKTOK = "pi pi-tiktok";
1194
+ static readonly TIMES = "pi pi-times";
1195
+ static readonly TIMES_CIRCLE = "pi pi-times-circle";
1196
+ static readonly TRASH = "pi pi-trash";
1197
+ static readonly TROPHY = "pi pi-trophy";
1198
+ static readonly TRUCK = "pi pi-truck";
1199
+ static readonly TURKISH_LIRA = "pi pi-turkish-lira";
1200
+ static readonly TWITCH = "pi pi-twitch";
1201
+ static readonly TWITTER = "pi pi-twitter";
1202
+ static readonly UNDO = "pi pi-undo";
1203
+ static readonly UNLOCK = "pi pi-unlock";
1204
+ static readonly UPLOAD = "pi pi-upload";
1205
+ static readonly USER = "pi pi-user";
1206
+ static readonly USER_EDIT = "pi pi-user-edit";
1207
+ static readonly USER_MINUS = "pi pi-user-minus";
1208
+ static readonly USER_PLUS = "pi pi-user-plus";
1209
+ static readonly USERS = "pi pi-users";
1210
+ static readonly VENUS = "pi pi-venus";
1211
+ static readonly VERIFIED = "pi pi-verified";
1212
+ static readonly VIDEO = "pi pi-video";
1213
+ static readonly VIMEO = "pi pi-vimeo";
1214
+ static readonly VOLUME_DOWN = "pi pi-volume-down";
1215
+ static readonly VOLUME_OFF = "pi pi-volume-off";
1216
+ static readonly VOLUME_UP = "pi pi-volume-up";
1217
+ static readonly WALLET = "pi pi-wallet";
1218
+ static readonly WAREHOUSE = "pi pi-warehouse";
1219
+ static readonly WAVE_PULSE = "pi pi-wave-pulse";
1220
+ static readonly WHATSAPP = "pi pi-whatsapp";
1221
+ static readonly WIFI = "pi pi-wifi";
1222
+ static readonly WINDOW_MAXIMIZE = "pi pi-window-maximize";
1223
+ static readonly WINDOW_MINIMIZE = "pi pi-window-minimize";
1224
+ static readonly WRENCH = "pi pi-wrench";
1225
+ static readonly YOUTUBE = "pi pi-youtube";
1226
+ }
1227
+
1228
+ /**
1229
+ * Options for the scroller.
1230
+ * @group Interface
1231
+ */
1232
+ interface ScrollerOptions {
1233
+ /**
1234
+ * Unique identifier of the element.
1235
+ */
1236
+ id?: string | undefined;
1237
+ /**
1238
+ * Inline style of the component.
1239
+ */
1240
+ style?: {
1241
+ [klass: string]: any;
1242
+ } | null | undefined;
1243
+ /**
1244
+ * Style class of the element.
1245
+ */
1246
+ styleClass?: string | undefined;
1247
+ /**
1248
+ * Inline style of the content.
1249
+ */
1250
+ contentStyle?: {
1251
+ [klass: string]: any;
1252
+ } | null | undefined;
1253
+ /**
1254
+ * Style class of the content.
1255
+ */
1256
+ contentStyleClass?: string | undefined;
1257
+ /**
1258
+ * Index of the element in tabbing order.
1259
+ */
1260
+ tabindex?: number | undefined;
1261
+ /**
1262
+ * An array of objects to display.
1263
+ */
1264
+ items?: any[];
1265
+ /**
1266
+ * The height/width of item according to orientation.
1267
+ */
1268
+ itemSize?: any;
1269
+ /**
1270
+ * Height of the scroll viewport.
1271
+ */
1272
+ scrollHeight?: string | undefined;
1273
+ /**
1274
+ * Width of the scroll viewport.
1275
+ */
1276
+ scrollWidth?: string | undefined;
1277
+ /**
1278
+ * The orientation of scrollbar.
1279
+ */
1280
+ orientation?: 'vertical' | 'horizontal' | 'both';
1281
+ /**
1282
+ * Used to specify how many items to load in each load method in lazy mode.
1283
+ */
1284
+ step?: number | undefined;
1285
+ /**
1286
+ * Delay in scroll before new data is loaded.
1287
+ */
1288
+ delay?: number | undefined;
1289
+ /**
1290
+ * Delay after window's resize finishes.
1291
+ */
1292
+ resizeDelay?: number | undefined;
1293
+ /**
1294
+ * Used to append each loaded item to top without removing any items from the DOM. Using very large data may cause the browser to crash.
1295
+ */
1296
+ appendOnly?: boolean;
1297
+ /**
1298
+ * Specifies whether the scroller should be displayed inline or not.
1299
+ */
1300
+ inline?: boolean;
1301
+ /**
1302
+ * Defines if data is loaded and interacted with in lazy manner.
1303
+ */
1304
+ lazy?: boolean;
1305
+ /**
1306
+ * If disabled, the scroller feature is eliminated and the content is displayed directly.
1307
+ */
1308
+ disabled?: boolean;
1309
+ /**
1310
+ * Used to implement a custom loader instead of using the loader feature in the scroller.
1311
+ */
1312
+ loaderDisabled?: boolean;
1313
+ /**
1314
+ * Columns to display.
1315
+ */
1316
+ columns?: any[] | undefined;
1317
+ /**
1318
+ * Used to implement a custom spacer instead of using the spacer feature in the scroller.
1319
+ */
1320
+ showSpacer?: boolean;
1321
+ /**
1322
+ * Defines whether to show loader.
1323
+ */
1324
+ showLoader?: boolean;
1325
+ /**
1326
+ * Determines how many additional elements to add to the DOM outside of the view. According to the scrolls made up and down, extra items are added in a certain algorithm in the form of multiples of this number. Default value is half the number of items shown in the view.
1327
+ */
1328
+ numToleratedItems?: any;
1329
+ /**
1330
+ * Defines whether the data is loaded.
1331
+ */
1332
+ loading?: boolean;
1333
+ /**
1334
+ * Defines whether to dynamically change the height or width of scrollable container.
1335
+ */
1336
+ autoSize?: boolean;
1337
+ /**
1338
+ * Function to optimize the dom operations by delegating to ngForTrackBy, default algoritm checks for object identity.
1339
+ */
1340
+ trackBy?: Function;
1341
+ /**
1342
+ * Callback to invoke in lazy mode to load new data.
1343
+ */
1344
+ onLazyLoad?: Function | undefined;
1345
+ /**
1346
+ * Callback to invoke when scroll position changes.
1347
+ */
1348
+ onScroll?: Function | undefined;
1349
+ /**
1350
+ * Callback to invoke when scroll position and item's range in view changes.
1351
+ */
1352
+ onScrollIndexChange?: Function | undefined;
1353
+ }
1354
+
1355
+ /**
1356
+ * Represents an option item.
1357
+ * @group Interface
1358
+ */
1359
+ interface SelectItem<T = any> {
1360
+ label?: string;
1361
+ value: T;
1362
+ styleClass?: string;
1363
+ icon?: string;
1364
+ title?: string;
1365
+ disabled?: boolean;
1366
+ }
1367
+
1368
+ /**
1369
+ * Represents a group of select items.
1370
+ * @group Interface
1371
+ */
1372
+ interface SelectItemGroup<T = any> {
1373
+ label: string;
1374
+ value?: any;
1375
+ items: SelectItem<T>[];
1376
+ }
1377
+
1378
+ declare class Header {
1379
+ static ɵfac: i0.ɵɵFactoryDeclaration<Header, never>;
1380
+ static ɵcmp: i0.ɵɵComponentDeclaration<Header, "p-header", never, {}, {}, never, ["*"], false, never>;
1381
+ }
1382
+ declare class Footer {
1383
+ static ɵfac: i0.ɵɵFactoryDeclaration<Footer, never>;
1384
+ static ɵcmp: i0.ɵɵComponentDeclaration<Footer, "p-footer", never, {}, {}, never, ["*"], false, never>;
1385
+ }
1386
+ declare class PrimeTemplate {
1387
+ template: TemplateRef<any>;
1388
+ type: string | undefined;
1389
+ name: string | undefined;
1390
+ constructor(template: TemplateRef<any>);
1391
+ getType(): string;
1392
+ static ɵfac: i0.ɵɵFactoryDeclaration<PrimeTemplate, never>;
1393
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PrimeTemplate, "[pTemplate]", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "pTemplate"; "required": false; }; }, {}, never, never, true, never>;
1394
+ }
1395
+ declare class SharedModule {
1396
+ static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
1397
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof Header, typeof Footer], [typeof i1.CommonModule, typeof PrimeTemplate], [typeof Header, typeof Footer, typeof PrimeTemplate]>;
1398
+ static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
1399
+ }
1400
+
1401
+ /**
1402
+ * Represents an event triggered when sorting is applied.
1403
+ * @group Interface
1404
+ */
1405
+ interface SortEvent {
1406
+ data?: any[];
1407
+ mode?: string;
1408
+ field?: string;
1409
+ order?: number;
1410
+ multiSortMeta?: SortMeta[];
1411
+ }
1412
+
1413
+ /**
1414
+ * Represents the state of a table component.
1415
+ * @group Interface
1416
+ */
1417
+ interface TableState {
1418
+ /**
1419
+ * The index of the first row to be displayed.
1420
+ */
1421
+ first?: number;
1422
+ /**
1423
+ * The number of rows to be displayed per page.
1424
+ */
1425
+ rows?: number;
1426
+ /**
1427
+ * The field used for sorting.
1428
+ */
1429
+ sortField?: string;
1430
+ /**
1431
+ * The sort order.
1432
+ */
1433
+ sortOrder?: number;
1434
+ /**
1435
+ * An array of sort metadata when multiple sorting is applied.
1436
+ */
1437
+ multiSortMeta?: SortMeta[];
1438
+ /**
1439
+ * The filters to be applied to the table.
1440
+ */
1441
+ filters?: {
1442
+ [s: string]: FilterMetadata | FilterMetadata[];
1443
+ };
1444
+ /**
1445
+ * The column widths for the table.
1446
+ */
1447
+ columnWidths?: string;
1448
+ /**
1449
+ * The width of the table.
1450
+ */
1451
+ tableWidth?: string;
1452
+ /**
1453
+ * The width of the wrapper element containing the table.
1454
+ */
1455
+ wrapperWidth?: string;
1456
+ /**
1457
+ * The selected item(s) in the table.
1458
+ */
1459
+ selection?: any;
1460
+ /**
1461
+ * The order of the columns in the table.
1462
+ */
1463
+ columnOrder?: string[];
1464
+ /**
1465
+ * The keys of the expanded rows in the table.
1466
+ */
1467
+ expandedRowKeys?: {
1468
+ [s: string]: boolean;
1469
+ };
1470
+ }
1471
+
1472
+ /**
1473
+ * Represents a set of translated strings used in a component or application.
1474
+ * @group Interface
1475
+ */
1476
+ interface Translation {
1477
+ startsWith?: string;
1478
+ contains?: string;
1479
+ notContains?: string;
1480
+ endsWith?: string;
1481
+ equals?: string;
1482
+ completed?: string;
1483
+ notEquals?: string;
1484
+ noFilter?: string;
1485
+ lt?: string;
1486
+ lte?: string;
1487
+ gt?: string;
1488
+ gte?: string;
1489
+ is?: string;
1490
+ isNot?: string;
1491
+ before?: string;
1492
+ after?: string;
1493
+ dateIs?: string;
1494
+ dateIsNot?: string;
1495
+ dateBefore?: string;
1496
+ dateAfter?: string;
1497
+ clear?: string;
1498
+ apply?: string;
1499
+ matchAll?: string;
1500
+ matchAny?: string;
1501
+ addRule?: string;
1502
+ removeRule?: string;
1503
+ accept?: string;
1504
+ reject?: string;
1505
+ choose?: string;
1506
+ upload?: string;
1507
+ cancel?: string;
1508
+ fileSizeTypes?: string[];
1509
+ dayNames?: string[];
1510
+ dayNamesShort?: string[];
1511
+ dayNamesMin?: string[];
1512
+ monthNames?: string[];
1513
+ monthNamesShort?: string[];
1514
+ dateFormat?: string;
1515
+ firstDayOfWeek?: number;
1516
+ today?: string;
1517
+ weekHeader?: string;
1518
+ weak?: string;
1519
+ medium?: string;
1520
+ strong?: string;
1521
+ passwordPrompt?: string;
1522
+ emptyMessage?: string;
1523
+ emptyFilterMessage?: string;
1524
+ fileChosenMessage?: string;
1525
+ noFileChosenMessage?: string;
1526
+ pending?: string;
1527
+ chooseYear?: string;
1528
+ chooseMonth?: string;
1529
+ chooseDate?: string;
1530
+ prevDecade?: string;
1531
+ nextDecade?: string;
1532
+ prevYear?: string;
1533
+ nextYear?: string;
1534
+ prevMonth?: string;
1535
+ nextMonth?: string;
1536
+ prevHour?: string;
1537
+ nextHour?: string;
1538
+ prevMinute?: string;
1539
+ nextMinute?: string;
1540
+ prevSecond?: string;
1541
+ nextSecond?: string;
1542
+ am?: string;
1543
+ pm?: string;
1544
+ searchMessage?: string;
1545
+ selectionMessage?: string;
1546
+ emptySelectionMessage?: string;
1547
+ emptySearchMessage?: string;
1548
+ aria?: Aria;
1549
+ }
1550
+ /**
1551
+ * Represents a set of translated HTML attributes used in a component or application.
1552
+ * @group Interface
1553
+ */
1554
+ interface Aria {
1555
+ trueLabel?: string;
1556
+ falseLabel?: string;
1557
+ nullLabel?: string;
1558
+ star?: string;
1559
+ stars?: string;
1560
+ selectAll?: string;
1561
+ unselectAll?: string;
1562
+ close?: string;
1563
+ previous?: string;
1564
+ next?: string;
1565
+ navigation?: string;
1566
+ scrollTop?: string;
1567
+ moveTop?: string;
1568
+ moveUp?: string;
1569
+ moveDown?: string;
1570
+ moveBottom?: string;
1571
+ moveToTarget?: string;
1572
+ moveToSource?: string;
1573
+ moveAllToTarget?: string;
1574
+ moveAllToSource?: string;
1575
+ pageLabel?: string;
1576
+ firstPageLabel?: string;
1577
+ lastPageLabel?: string;
1578
+ nextPageLabel?: string;
1579
+ prevPageLabel?: string;
1580
+ rowsPerPageLabel?: string;
1581
+ previousPageLabel?: string;
1582
+ jumpToPageDropdownLabel?: string;
1583
+ jumpToPageInputLabel?: string;
1584
+ selectRow?: string;
1585
+ unselectRow?: string;
1586
+ expandRow?: string;
1587
+ collapseRow?: string;
1588
+ showFilterMenu?: string;
1589
+ hideFilterMenu?: string;
1590
+ filterOperator?: string;
1591
+ filterConstraint?: string;
1592
+ editRow?: string;
1593
+ saveEdit?: string;
1594
+ cancelEdit?: string;
1595
+ listView?: string;
1596
+ gridView?: string;
1597
+ slide?: string;
1598
+ slideNumber?: string;
1599
+ zoomImage?: string;
1600
+ zoomIn?: string;
1601
+ zoomOut?: string;
1602
+ rotateRight?: string;
1603
+ rotateLeft?: string;
1604
+ listLabel?: string;
1605
+ selectColor?: string;
1606
+ removeLabel?: string;
1607
+ browseFiles?: string;
1608
+ maximizeLabel?: string;
1609
+ }
1610
+
1611
+ declare class TranslationKeys {
1612
+ static readonly STARTS_WITH = "startsWith";
1613
+ static readonly CONTAINS = "contains";
1614
+ static readonly NOT_CONTAINS = "notContains";
1615
+ static readonly ENDS_WITH = "endsWith";
1616
+ static readonly EQUALS = "equals";
1617
+ static readonly NOT_EQUALS = "notEquals";
1618
+ static readonly NO_FILTER = "noFilter";
1619
+ static readonly LT = "lt";
1620
+ static readonly LTE = "lte";
1621
+ static readonly GT = "gt";
1622
+ static readonly GTE = "gte";
1623
+ static readonly IS = "is";
1624
+ static readonly IS_NOT = "isNot";
1625
+ static readonly BEFORE = "before";
1626
+ static readonly AFTER = "after";
1627
+ static readonly CLEAR = "clear";
1628
+ static readonly APPLY = "apply";
1629
+ static readonly MATCH_ALL = "matchAll";
1630
+ static readonly MATCH_ANY = "matchAny";
1631
+ static readonly ADD_RULE = "addRule";
1632
+ static readonly REMOVE_RULE = "removeRule";
1633
+ static readonly ACCEPT = "accept";
1634
+ static readonly REJECT = "reject";
1635
+ static readonly CHOOSE = "choose";
1636
+ static readonly UPLOAD = "upload";
1637
+ static readonly CANCEL = "cancel";
1638
+ static readonly PENDING = "pending";
1639
+ static readonly FILE_SIZE_TYPES = "fileSizeTypes";
1640
+ static readonly DAY_NAMES = "dayNames";
1641
+ static readonly DAY_NAMES_SHORT = "dayNamesShort";
1642
+ static readonly DAY_NAMES_MIN = "dayNamesMin";
1643
+ static readonly MONTH_NAMES = "monthNames";
1644
+ static readonly MONTH_NAMES_SHORT = "monthNamesShort";
1645
+ static readonly FIRST_DAY_OF_WEEK = "firstDayOfWeek";
1646
+ static readonly TODAY = "today";
1647
+ static readonly WEEK_HEADER = "weekHeader";
1648
+ static readonly WEAK = "weak";
1649
+ static readonly MEDIUM = "medium";
1650
+ static readonly STRONG = "strong";
1651
+ static readonly PASSWORD_PROMPT = "passwordPrompt";
1652
+ static readonly EMPTY_MESSAGE = "emptyMessage";
1653
+ static readonly EMPTY_FILTER_MESSAGE = "emptyFilterMessage";
1654
+ static readonly SHOW_FILTER_MENU = "showFilterMenu";
1655
+ static readonly HIDE_FILTER_MENU = "hideFilterMenu";
1656
+ static readonly SELECTION_MESSAGE = "selectionMessage";
1657
+ static readonly ARIA = "aria";
1658
+ static readonly SELECT_COLOR = "selectColor";
1659
+ static readonly BROWSE_FILES = "browseFiles";
1660
+ }
1661
+
1662
+ /**
1663
+ * Represents a node in a tree data structure.
1664
+ * @group Interface
1665
+ */
1666
+ interface TreeNode<T = any> {
1667
+ checked?: boolean;
1668
+ /**
1669
+ * Label of the node.
1670
+ */
1671
+ label?: string;
1672
+ /**
1673
+ * Data represented by the node.
1674
+ */
1675
+ data?: T;
1676
+ /**
1677
+ * Icon of the node to display next to content.
1678
+ */
1679
+ icon?: string;
1680
+ /**
1681
+ * Icon to use in expanded state.
1682
+ */
1683
+ expandedIcon?: string;
1684
+ /**
1685
+ * Icon to use in collapsed state.
1686
+ */
1687
+ collapsedIcon?: string;
1688
+ /**
1689
+ * An array of treenodes as children.
1690
+ */
1691
+ children?: TreeNode<T>[];
1692
+ /**
1693
+ * Specifies if the node has children. Used in lazy loading.
1694
+ * @defaultValue false
1695
+ */
1696
+ leaf?: boolean;
1697
+ /**
1698
+ * Expanded state of the node.
1699
+ * @defaultValue false
1700
+ */
1701
+ expanded?: boolean;
1702
+ /**
1703
+ * Type of the node to match a template.
1704
+ */
1705
+ type?: string;
1706
+ /**
1707
+ * Parent of the node.
1708
+ */
1709
+ parent?: TreeNode<T>;
1710
+ /**
1711
+ * Defines if value is partially selected.
1712
+ */
1713
+ partialSelected?: boolean;
1714
+ /**
1715
+ * Inline style of the node.
1716
+ */
1717
+ style?: any;
1718
+ /**
1719
+ * Style class of the node.
1720
+ */
1721
+ styleClass?: string;
1722
+ /**
1723
+ * Defines if the node is draggable.
1724
+ */
1725
+ draggable?: boolean;
1726
+ /**
1727
+ * Defines if the node is droppable.
1728
+ */
1729
+ droppable?: boolean;
1730
+ /**
1731
+ * Whether the node is selectable when selection mode is enabled.
1732
+ * @defaultValue false
1733
+ */
1734
+ selectable?: boolean;
1735
+ /**
1736
+ * Mandatory unique key of the node.
1737
+ */
1738
+ key?: string;
1739
+ /**
1740
+ * Mandatory unique key of the node.
1741
+ */
1742
+ loading?: boolean;
1743
+ }
1744
+
1745
+ /**
1746
+ * Represents the event data for a tree node drag operation.
1747
+ * @group Interface
1748
+ */
1749
+ interface TreeNodeDragEvent {
1750
+ /**
1751
+ * Tree instance.
1752
+ */
1753
+ tree?: any;
1754
+ /**
1755
+ * Node to be dragged.
1756
+ */
1757
+ node?: TreeNode<any>;
1758
+ /**
1759
+ * Child nodes of dragged node.
1760
+ */
1761
+ subNodes?: TreeNode<any>[];
1762
+ /**
1763
+ * Index of dragged node.
1764
+ */
1765
+ index?: number;
1766
+ /**
1767
+ * Scope of dragged node.
1768
+ */
1769
+ scope?: any;
1770
+ }
1771
+
1772
+ declare class TreeDragDropService {
1773
+ private dragStartSource;
1774
+ private dragStopSource;
1775
+ dragStart$: rxjs.Observable<TreeNodeDragEvent>;
1776
+ dragStop$: rxjs.Observable<TreeNodeDragEvent>;
1777
+ startDrag(event: TreeNodeDragEvent): void;
1778
+ stopDrag(event: TreeNodeDragEvent): void;
1779
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeDragDropService, never>;
1780
+ static ɵprov: i0.ɵɵInjectableDeclaration<TreeDragDropService>;
1781
+ }
1782
+
1783
+ /**
1784
+ * Tree table node element.
1785
+ * @extends {TreeNode}
1786
+ * @group Interface
1787
+ */
1788
+ interface TreeTableNode<T = any> extends TreeNode {
1789
+ /**
1790
+ * Browser event.
1791
+ */
1792
+ originalEvent?: Event;
1793
+ /**
1794
+ * Row of the node.
1795
+ */
1796
+ rowNode?: any;
1797
+ /**
1798
+ * Node instance.
1799
+ */
1800
+ node?: TreeNode<T>;
1801
+ /**
1802
+ * Selection type.
1803
+ */
1804
+ type?: string;
1805
+ /**
1806
+ * Node index.
1807
+ */
1808
+ index?: number;
1809
+ /**
1810
+ * Node level.
1811
+ */
1812
+ level?: number;
1813
+ /**
1814
+ * Boolean value indicates if node is in viewport.
1815
+ */
1816
+ visible?: boolean;
1817
+ }
1818
+
1819
+ export { ConfirmEventType, ConfirmationService, ContextMenuService, FilterMatchMode, FilterOperator, FilterService, Footer, Header, MessageService, OverlayService, PrimeIcons, PrimeTemplate, SharedModule, TranslationKeys, TreeDragDropService };
1820
+ export type { Aria, BlockableUI, Confirmation, FilterMetadata, LazyLoadEvent, LazyLoadMeta, MegaMenuItem, MenuItem, MenuItemCommandEvent, OverlayListenerOptions, OverlayModeType, OverlayOnBeforeHideEvent, OverlayOnBeforeShowEvent, OverlayOnHideEvent, OverlayOnShowEvent, OverlayOptions, ResponsiveOverlayDirectionType, ResponsiveOverlayOptions, ScrollerOptions, SelectItem, SelectItemGroup, SortEvent, SortMeta, TableState, ToastMessageOptions, TooltipOptions, Translation, TreeNode, TreeNodeDragEvent, TreeTableNode };