primeng 17.16.0 → 17.16.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 (434) hide show
  1. package/api/primeicons.d.ts +53 -0
  2. package/badge/badge.d.ts +2 -5
  3. package/button/button.d.ts +1 -1
  4. package/calendar/calendar.d.ts +5 -2
  5. package/dataview/dataview.d.ts +0 -1
  6. package/dropdown/dropdown.d.ts +1 -1
  7. package/esm2022/accordion/accordion.mjs +10 -10
  8. package/esm2022/animate/animate.mjs +7 -7
  9. package/esm2022/animateonscroll/animateonscroll.mjs +7 -7
  10. package/esm2022/api/confirmationservice.mjs +3 -3
  11. package/esm2022/api/contextmenuservice.mjs +3 -3
  12. package/esm2022/api/filterservice.mjs +3 -3
  13. package/esm2022/api/messageservice.mjs +3 -3
  14. package/esm2022/api/overlayservice.mjs +3 -3
  15. package/esm2022/api/primeicons.mjs +54 -1
  16. package/esm2022/api/primengconfig.mjs +3 -3
  17. package/esm2022/api/shared.mjs +13 -13
  18. package/esm2022/api/treedragdropservice.mjs +3 -3
  19. package/esm2022/autocomplete/autocomplete.mjs +7 -7
  20. package/esm2022/autofocus/autofocus.mjs +7 -7
  21. package/esm2022/avatar/avatar.mjs +7 -7
  22. package/esm2022/avatargroup/avatargroup.mjs +7 -7
  23. package/esm2022/badge/badge.mjs +25 -18
  24. package/esm2022/baseicon/baseicon.mjs +3 -3
  25. package/esm2022/blockui/blockui.mjs +7 -7
  26. package/esm2022/breadcrumb/breadcrumb.mjs +7 -7
  27. package/esm2022/button/button.mjs +11 -11
  28. package/esm2022/buttongroup/buttongroup.mjs +7 -7
  29. package/esm2022/calendar/calendar.mjs +94 -22
  30. package/esm2022/card/card.mjs +7 -7
  31. package/esm2022/carousel/carousel.mjs +7 -7
  32. package/esm2022/cascadeselect/cascadeselect.mjs +10 -10
  33. package/esm2022/chart/chart.mjs +7 -7
  34. package/esm2022/checkbox/checkbox.mjs +7 -7
  35. package/esm2022/chip/chip.mjs +7 -7
  36. package/esm2022/chips/chips.mjs +7 -7
  37. package/esm2022/colorpicker/colorpicker.mjs +7 -7
  38. package/esm2022/confirmdialog/confirmdialog.mjs +7 -7
  39. package/esm2022/confirmpopup/confirmpopup.mjs +7 -7
  40. package/esm2022/contextmenu/contextmenu.mjs +10 -10
  41. package/esm2022/dataview/dataview.mjs +12 -13
  42. package/esm2022/defer/defer.mjs +7 -7
  43. package/esm2022/dialog/dialog.mjs +7 -7
  44. package/esm2022/divider/divider.mjs +7 -7
  45. package/esm2022/dock/dock.mjs +7 -7
  46. package/esm2022/dragdrop/dragdrop.mjs +10 -10
  47. package/esm2022/dropdown/dropdown.mjs +28 -20
  48. package/esm2022/dynamicdialog/dialogservice.mjs +3 -3
  49. package/esm2022/dynamicdialog/dynamicdialog.mjs +11 -8
  50. package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  51. package/esm2022/editor/editor.mjs +7 -7
  52. package/esm2022/fieldset/fieldset.mjs +7 -7
  53. package/esm2022/fileupload/fileupload.interface.mjs +1 -1
  54. package/esm2022/fileupload/fileupload.mjs +62 -12
  55. package/esm2022/floatlabel/floatlabel.mjs +7 -7
  56. package/esm2022/focustrap/focustrap.mjs +7 -7
  57. package/esm2022/galleria/galleria.mjs +19 -19
  58. package/esm2022/iconfield/iconfield.mjs +7 -7
  59. package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
  60. package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
  61. package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
  62. package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
  63. package/esm2022/icons/angledown/angledown.mjs +3 -3
  64. package/esm2022/icons/angleleft/angleleft.mjs +3 -3
  65. package/esm2022/icons/angleright/angleright.mjs +3 -3
  66. package/esm2022/icons/angleup/angleup.mjs +3 -3
  67. package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
  68. package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
  69. package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
  70. package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
  71. package/esm2022/icons/arrowright/arrowright.mjs +3 -3
  72. package/esm2022/icons/arrowup/arrowup.mjs +3 -3
  73. package/esm2022/icons/ban/ban.mjs +3 -3
  74. package/esm2022/icons/bars/bars.mjs +3 -3
  75. package/esm2022/icons/blank/blank.mjs +3 -3
  76. package/esm2022/icons/calendar/calendar.mjs +3 -3
  77. package/esm2022/icons/caretleft/caretleft.mjs +3 -3
  78. package/esm2022/icons/caretright/caretright.mjs +3 -3
  79. package/esm2022/icons/check/check.mjs +3 -3
  80. package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
  81. package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
  82. package/esm2022/icons/chevronright/chevronright.mjs +3 -3
  83. package/esm2022/icons/chevronup/chevronup.mjs +3 -3
  84. package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
  85. package/esm2022/icons/eye/eye.mjs +3 -3
  86. package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
  87. package/esm2022/icons/filter/filter.mjs +3 -3
  88. package/esm2022/icons/filterslash/filterslash.mjs +3 -3
  89. package/esm2022/icons/home/home.mjs +3 -3
  90. package/esm2022/icons/infocircle/infocircle.mjs +3 -3
  91. package/esm2022/icons/minus/minus.mjs +3 -3
  92. package/esm2022/icons/pencil/pencil.mjs +3 -3
  93. package/esm2022/icons/plus/plus.mjs +3 -3
  94. package/esm2022/icons/refresh/refresh.mjs +3 -3
  95. package/esm2022/icons/search/search.mjs +3 -3
  96. package/esm2022/icons/searchminus/searchminus.mjs +3 -3
  97. package/esm2022/icons/searchplus/searchplus.mjs +3 -3
  98. package/esm2022/icons/sortalt/sortalt.mjs +3 -3
  99. package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
  100. package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
  101. package/esm2022/icons/spinner/spinner.mjs +3 -3
  102. package/esm2022/icons/star/star.mjs +3 -3
  103. package/esm2022/icons/starfill/starfill.mjs +3 -3
  104. package/esm2022/icons/thlarge/thlarge.mjs +3 -3
  105. package/esm2022/icons/times/times.mjs +3 -3
  106. package/esm2022/icons/timescircle/timescircle.mjs +3 -3
  107. package/esm2022/icons/trash/trash.mjs +3 -3
  108. package/esm2022/icons/undo/undo.mjs +3 -3
  109. package/esm2022/icons/upload/upload.mjs +3 -3
  110. package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
  111. package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
  112. package/esm2022/image/image.mjs +7 -7
  113. package/esm2022/inplace/inplace.mjs +13 -13
  114. package/esm2022/inputgroup/inputgroup.mjs +7 -7
  115. package/esm2022/inputgroupaddon/inputgroupaddon.mjs +7 -7
  116. package/esm2022/inputicon/inputicon.mjs +7 -7
  117. package/esm2022/inputmask/inputmask.mjs +7 -7
  118. package/esm2022/inputnumber/inputnumber.mjs +23 -14
  119. package/esm2022/inputotp/inputotp.mjs +11 -8
  120. package/esm2022/inputswitch/inputswitch.mjs +8 -9
  121. package/esm2022/inputtext/inputtext.mjs +7 -7
  122. package/esm2022/inputtextarea/inputtextarea.mjs +7 -7
  123. package/esm2022/keyfilter/keyfilter.mjs +7 -7
  124. package/esm2022/knob/knob.mjs +7 -7
  125. package/esm2022/listbox/listbox.mjs +7 -7
  126. package/esm2022/megamenu/megamenu.mjs +10 -10
  127. package/esm2022/menu/menu.mjs +13 -13
  128. package/esm2022/menubar/menubar.mjs +13 -13
  129. package/esm2022/message/message.mjs +18 -36
  130. package/esm2022/messages/messages.mjs +7 -7
  131. package/esm2022/metergroup/metergroup.mjs +10 -10
  132. package/esm2022/multiselect/multiselect.mjs +10 -10
  133. package/esm2022/orderlist/orderlist.mjs +7 -7
  134. package/esm2022/organizationchart/organizationchart.mjs +10 -10
  135. package/esm2022/overlay/overlay.mjs +7 -7
  136. package/esm2022/overlaypanel/overlaypanel.mjs +7 -7
  137. package/esm2022/paginator/paginator.mjs +7 -7
  138. package/esm2022/panel/panel.mjs +7 -7
  139. package/esm2022/panelmenu/panelmenu.mjs +13 -13
  140. package/esm2022/password/password.mjs +13 -13
  141. package/esm2022/picklist/picklist.mjs +11 -10
  142. package/esm2022/progressbar/progressbar.mjs +7 -7
  143. package/esm2022/progressspinner/progressspinner.mjs +7 -7
  144. package/esm2022/radiobutton/radiobutton.mjs +10 -10
  145. package/esm2022/rating/rating.mjs +7 -7
  146. package/esm2022/ripple/ripple.mjs +7 -7
  147. package/esm2022/scroller/scroller.mjs +7 -7
  148. package/esm2022/scrollpanel/scrollpanel.mjs +7 -7
  149. package/esm2022/scrolltop/scrolltop.mjs +7 -7
  150. package/esm2022/selectbutton/selectbutton.mjs +7 -7
  151. package/esm2022/sidebar/sidebar.mjs +7 -7
  152. package/esm2022/skeleton/skeleton.mjs +12 -12
  153. package/esm2022/slidemenu/slidemenu.mjs +10 -10
  154. package/esm2022/slider/slider.mjs +7 -7
  155. package/esm2022/speeddial/speeddial.mjs +7 -7
  156. package/esm2022/spinner/spinner.mjs +7 -7
  157. package/esm2022/splitbutton/splitbutton.mjs +7 -7
  158. package/esm2022/splitter/splitter.mjs +7 -7
  159. package/esm2022/stepper/stepper.mjs +19 -19
  160. package/esm2022/steps/steps.mjs +7 -7
  161. package/esm2022/styleclass/styleclass.mjs +7 -7
  162. package/esm2022/table/table.mjs +106 -85
  163. package/esm2022/tabmenu/tabmenu.mjs +7 -7
  164. package/esm2022/tabview/tabview.mjs +10 -10
  165. package/esm2022/tag/tag.mjs +9 -12
  166. package/esm2022/terminal/terminal.mjs +7 -7
  167. package/esm2022/terminal/terminalservice.mjs +3 -3
  168. package/esm2022/tieredmenu/tieredmenu.mjs +26 -29
  169. package/esm2022/timeline/timeline.mjs +7 -7
  170. package/esm2022/toast/toast.mjs +10 -10
  171. package/esm2022/togglebutton/togglebutton.mjs +7 -7
  172. package/esm2022/toolbar/toolbar.mjs +7 -7
  173. package/esm2022/tooltip/tooltip.mjs +25 -15
  174. package/esm2022/tree/tree.mjs +10 -10
  175. package/esm2022/treeselect/treeselect.mjs +7 -7
  176. package/esm2022/treetable/treetable.mjs +55 -55
  177. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +7 -7
  178. package/esm2022/virtualscroller/virtualscroller.mjs +7 -7
  179. package/fesm2022/primeng-accordion.mjs +10 -10
  180. package/fesm2022/primeng-animate.mjs +7 -7
  181. package/fesm2022/primeng-animateonscroll.mjs +7 -7
  182. package/fesm2022/primeng-api.mjs +87 -34
  183. package/fesm2022/primeng-api.mjs.map +1 -1
  184. package/fesm2022/primeng-autocomplete.mjs +7 -7
  185. package/fesm2022/primeng-autofocus.mjs +7 -7
  186. package/fesm2022/primeng-avatar.mjs +7 -7
  187. package/fesm2022/primeng-avatargroup.mjs +7 -7
  188. package/fesm2022/primeng-badge.mjs +24 -17
  189. package/fesm2022/primeng-badge.mjs.map +1 -1
  190. package/fesm2022/primeng-baseicon.mjs +3 -3
  191. package/fesm2022/primeng-blockui.mjs +7 -7
  192. package/fesm2022/primeng-breadcrumb.mjs +7 -7
  193. package/fesm2022/primeng-button.mjs +10 -10
  194. package/fesm2022/primeng-button.mjs.map +1 -1
  195. package/fesm2022/primeng-buttongroup.mjs +7 -7
  196. package/fesm2022/primeng-calendar.mjs +93 -21
  197. package/fesm2022/primeng-calendar.mjs.map +1 -1
  198. package/fesm2022/primeng-card.mjs +7 -7
  199. package/fesm2022/primeng-carousel.mjs +7 -7
  200. package/fesm2022/primeng-cascadeselect.mjs +10 -10
  201. package/fesm2022/primeng-chart.mjs +7 -7
  202. package/fesm2022/primeng-checkbox.mjs +7 -7
  203. package/fesm2022/primeng-chip.mjs +7 -7
  204. package/fesm2022/primeng-chips.mjs +7 -7
  205. package/fesm2022/primeng-colorpicker.mjs +7 -7
  206. package/fesm2022/primeng-confirmdialog.mjs +7 -7
  207. package/fesm2022/primeng-confirmpopup.mjs +7 -7
  208. package/fesm2022/primeng-contextmenu.mjs +10 -10
  209. package/fesm2022/primeng-dataview.mjs +11 -12
  210. package/fesm2022/primeng-dataview.mjs.map +1 -1
  211. package/fesm2022/primeng-defer.mjs +7 -7
  212. package/fesm2022/primeng-dialog.mjs +7 -7
  213. package/fesm2022/primeng-divider.mjs +7 -7
  214. package/fesm2022/primeng-dock.mjs +7 -7
  215. package/fesm2022/primeng-dragdrop.mjs +10 -10
  216. package/fesm2022/primeng-dropdown.mjs +27 -19
  217. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  218. package/fesm2022/primeng-dynamicdialog.mjs +16 -13
  219. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  220. package/fesm2022/primeng-editor.mjs +7 -7
  221. package/fesm2022/primeng-fieldset.mjs +7 -7
  222. package/fesm2022/primeng-fileupload.mjs +61 -11
  223. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  224. package/fesm2022/primeng-floatlabel.mjs +7 -7
  225. package/fesm2022/primeng-focustrap.mjs +7 -7
  226. package/fesm2022/primeng-galleria.mjs +19 -19
  227. package/fesm2022/primeng-iconfield.mjs +7 -7
  228. package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
  229. package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
  230. package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
  231. package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
  232. package/fesm2022/primeng-icons-angledown.mjs +3 -3
  233. package/fesm2022/primeng-icons-angleleft.mjs +3 -3
  234. package/fesm2022/primeng-icons-angleright.mjs +3 -3
  235. package/fesm2022/primeng-icons-angleup.mjs +3 -3
  236. package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
  237. package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
  238. package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
  239. package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
  240. package/fesm2022/primeng-icons-arrowright.mjs +3 -3
  241. package/fesm2022/primeng-icons-arrowup.mjs +3 -3
  242. package/fesm2022/primeng-icons-ban.mjs +3 -3
  243. package/fesm2022/primeng-icons-bars.mjs +3 -3
  244. package/fesm2022/primeng-icons-blank.mjs +3 -3
  245. package/fesm2022/primeng-icons-calendar.mjs +3 -3
  246. package/fesm2022/primeng-icons-caretleft.mjs +3 -3
  247. package/fesm2022/primeng-icons-caretright.mjs +3 -3
  248. package/fesm2022/primeng-icons-check.mjs +3 -3
  249. package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
  250. package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
  251. package/fesm2022/primeng-icons-chevronright.mjs +3 -3
  252. package/fesm2022/primeng-icons-chevronup.mjs +3 -3
  253. package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
  254. package/fesm2022/primeng-icons-eye.mjs +3 -3
  255. package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
  256. package/fesm2022/primeng-icons-filter.mjs +3 -3
  257. package/fesm2022/primeng-icons-filterslash.mjs +3 -3
  258. package/fesm2022/primeng-icons-home.mjs +3 -3
  259. package/fesm2022/primeng-icons-infocircle.mjs +3 -3
  260. package/fesm2022/primeng-icons-minus.mjs +3 -3
  261. package/fesm2022/primeng-icons-pencil.mjs +3 -3
  262. package/fesm2022/primeng-icons-plus.mjs +3 -3
  263. package/fesm2022/primeng-icons-refresh.mjs +3 -3
  264. package/fesm2022/primeng-icons-search.mjs +3 -3
  265. package/fesm2022/primeng-icons-searchminus.mjs +3 -3
  266. package/fesm2022/primeng-icons-searchplus.mjs +3 -3
  267. package/fesm2022/primeng-icons-sortalt.mjs +3 -3
  268. package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
  269. package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
  270. package/fesm2022/primeng-icons-spinner.mjs +3 -3
  271. package/fesm2022/primeng-icons-star.mjs +3 -3
  272. package/fesm2022/primeng-icons-starfill.mjs +3 -3
  273. package/fesm2022/primeng-icons-thlarge.mjs +3 -3
  274. package/fesm2022/primeng-icons-times.mjs +3 -3
  275. package/fesm2022/primeng-icons-timescircle.mjs +3 -3
  276. package/fesm2022/primeng-icons-trash.mjs +3 -3
  277. package/fesm2022/primeng-icons-undo.mjs +3 -3
  278. package/fesm2022/primeng-icons-upload.mjs +3 -3
  279. package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
  280. package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
  281. package/fesm2022/primeng-image.mjs +7 -7
  282. package/fesm2022/primeng-inplace.mjs +13 -13
  283. package/fesm2022/primeng-inputgroup.mjs +7 -7
  284. package/fesm2022/primeng-inputgroupaddon.mjs +7 -7
  285. package/fesm2022/primeng-inputicon.mjs +7 -7
  286. package/fesm2022/primeng-inputmask.mjs +7 -7
  287. package/fesm2022/primeng-inputnumber.mjs +23 -14
  288. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  289. package/fesm2022/primeng-inputotp.mjs +10 -7
  290. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  291. package/fesm2022/primeng-inputswitch.mjs +7 -8
  292. package/fesm2022/primeng-inputswitch.mjs.map +1 -1
  293. package/fesm2022/primeng-inputtext.mjs +7 -7
  294. package/fesm2022/primeng-inputtextarea.mjs +7 -7
  295. package/fesm2022/primeng-keyfilter.mjs +7 -7
  296. package/fesm2022/primeng-knob.mjs +7 -7
  297. package/fesm2022/primeng-listbox.mjs +7 -7
  298. package/fesm2022/primeng-megamenu.mjs +10 -10
  299. package/fesm2022/primeng-menu.mjs +13 -13
  300. package/fesm2022/primeng-menubar.mjs +13 -13
  301. package/fesm2022/primeng-message.mjs +17 -35
  302. package/fesm2022/primeng-message.mjs.map +1 -1
  303. package/fesm2022/primeng-messages.mjs +7 -7
  304. package/fesm2022/primeng-metergroup.mjs +10 -10
  305. package/fesm2022/primeng-multiselect.mjs +10 -10
  306. package/fesm2022/primeng-orderlist.mjs +7 -7
  307. package/fesm2022/primeng-organizationchart.mjs +10 -10
  308. package/fesm2022/primeng-overlay.mjs +7 -7
  309. package/fesm2022/primeng-overlaypanel.mjs +7 -7
  310. package/fesm2022/primeng-paginator.mjs +7 -7
  311. package/fesm2022/primeng-panel.mjs +7 -7
  312. package/fesm2022/primeng-panelmenu.mjs +13 -13
  313. package/fesm2022/primeng-password.mjs +13 -13
  314. package/fesm2022/primeng-picklist.mjs +10 -9
  315. package/fesm2022/primeng-picklist.mjs.map +1 -1
  316. package/fesm2022/primeng-progressbar.mjs +7 -7
  317. package/fesm2022/primeng-progressspinner.mjs +7 -7
  318. package/fesm2022/primeng-radiobutton.mjs +10 -10
  319. package/fesm2022/primeng-rating.mjs +7 -7
  320. package/fesm2022/primeng-ripple.mjs +7 -7
  321. package/fesm2022/primeng-scroller.mjs +7 -7
  322. package/fesm2022/primeng-scrollpanel.mjs +7 -7
  323. package/fesm2022/primeng-scrolltop.mjs +7 -7
  324. package/fesm2022/primeng-selectbutton.mjs +7 -7
  325. package/fesm2022/primeng-sidebar.mjs +7 -7
  326. package/fesm2022/primeng-skeleton.mjs +11 -11
  327. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  328. package/fesm2022/primeng-slidemenu.mjs +10 -10
  329. package/fesm2022/primeng-slider.mjs +7 -7
  330. package/fesm2022/primeng-speeddial.mjs +7 -7
  331. package/fesm2022/primeng-spinner.mjs +7 -7
  332. package/fesm2022/primeng-splitbutton.mjs +7 -7
  333. package/fesm2022/primeng-splitter.mjs +7 -7
  334. package/fesm2022/primeng-stepper.mjs +19 -19
  335. package/fesm2022/primeng-steps.mjs +7 -7
  336. package/fesm2022/primeng-styleclass.mjs +7 -7
  337. package/fesm2022/primeng-table.mjs +105 -84
  338. package/fesm2022/primeng-table.mjs.map +1 -1
  339. package/fesm2022/primeng-tabmenu.mjs +7 -7
  340. package/fesm2022/primeng-tabview.mjs +10 -10
  341. package/fesm2022/primeng-tag.mjs +8 -11
  342. package/fesm2022/primeng-tag.mjs.map +1 -1
  343. package/fesm2022/primeng-terminal.mjs +10 -10
  344. package/fesm2022/primeng-tieredmenu.mjs +25 -28
  345. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  346. package/fesm2022/primeng-timeline.mjs +7 -7
  347. package/fesm2022/primeng-toast.mjs +10 -10
  348. package/fesm2022/primeng-togglebutton.mjs +7 -7
  349. package/fesm2022/primeng-toolbar.mjs +7 -7
  350. package/fesm2022/primeng-tooltip.mjs +24 -14
  351. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  352. package/fesm2022/primeng-tree.mjs +10 -10
  353. package/fesm2022/primeng-treeselect.mjs +7 -7
  354. package/fesm2022/primeng-treetable.mjs +55 -55
  355. package/fesm2022/primeng-tristatecheckbox.mjs +7 -7
  356. package/fesm2022/primeng-virtualscroller.mjs +7 -7
  357. package/fileupload/fileupload.d.ts +21 -2
  358. package/fileupload/fileupload.interface.d.ts +73 -3
  359. package/message/message.d.ts +6 -2
  360. package/package.json +203 -203
  361. package/resources/components/dropdown/dropdown.css +6 -2
  362. package/resources/themes/arya-blue/theme.css +0 -4
  363. package/resources/themes/arya-green/theme.css +0 -4
  364. package/resources/themes/arya-orange/theme.css +0 -4
  365. package/resources/themes/arya-purple/theme.css +0 -4
  366. package/resources/themes/aura-dark-amber/theme.css +56 -0
  367. package/resources/themes/aura-dark-blue/theme.css +56 -0
  368. package/resources/themes/aura-dark-cyan/theme.css +56 -0
  369. package/resources/themes/aura-dark-green/theme.css +56 -0
  370. package/resources/themes/aura-dark-indigo/theme.css +56 -0
  371. package/resources/themes/aura-dark-lime/theme.css +56 -0
  372. package/resources/themes/aura-dark-noir/theme.css +56 -0
  373. package/resources/themes/aura-dark-pink/theme.css +56 -0
  374. package/resources/themes/aura-dark-purple/theme.css +56 -0
  375. package/resources/themes/aura-dark-teal/theme.css +56 -0
  376. package/resources/themes/aura-light-amber/theme.css +56 -0
  377. package/resources/themes/aura-light-blue/theme.css +56 -0
  378. package/resources/themes/aura-light-cyan/theme.css +56 -0
  379. package/resources/themes/aura-light-green/theme.css +56 -0
  380. package/resources/themes/aura-light-indigo/theme.css +56 -0
  381. package/resources/themes/aura-light-lime/theme.css +56 -0
  382. package/resources/themes/aura-light-noir/theme.css +56 -0
  383. package/resources/themes/aura-light-pink/theme.css +56 -0
  384. package/resources/themes/aura-light-purple/theme.css +56 -0
  385. package/resources/themes/aura-light-teal/theme.css +56 -0
  386. package/resources/themes/bootstrap4-dark-blue/theme.css +49 -4
  387. package/resources/themes/bootstrap4-dark-purple/theme.css +49 -4
  388. package/resources/themes/bootstrap4-light-blue/theme.css +49 -4
  389. package/resources/themes/bootstrap4-light-purple/theme.css +49 -4
  390. package/resources/themes/fluent-light/theme.css +0 -4
  391. package/resources/themes/lara-dark-blue/theme.css +56 -0
  392. package/resources/themes/lara-dark-indigo/theme.css +56 -0
  393. package/resources/themes/lara-dark-purple/theme.css +56 -0
  394. package/resources/themes/lara-dark-teal/theme.css +56 -0
  395. package/resources/themes/lara-light-blue/theme.css +105 -0
  396. package/resources/themes/lara-light-indigo/theme.css +105 -0
  397. package/resources/themes/lara-light-purple/theme.css +105 -0
  398. package/resources/themes/lara-light-teal/theme.css +105 -0
  399. package/resources/themes/luna-amber/theme.css +0 -4
  400. package/resources/themes/luna-blue/theme.css +0 -4
  401. package/resources/themes/luna-green/theme.css +0 -4
  402. package/resources/themes/luna-pink/theme.css +0 -4
  403. package/resources/themes/md-dark-deeppurple/theme.css +56 -0
  404. package/resources/themes/md-dark-indigo/theme.css +56 -0
  405. package/resources/themes/md-light-deeppurple/theme.css +56 -0
  406. package/resources/themes/md-light-indigo/theme.css +56 -0
  407. package/resources/themes/mdc-dark-deeppurple/theme.css +56 -0
  408. package/resources/themes/mdc-dark-indigo/theme.css +56 -0
  409. package/resources/themes/mdc-light-deeppurple/theme.css +56 -0
  410. package/resources/themes/mdc-light-indigo/theme.css +56 -0
  411. package/resources/themes/mira/theme.css +0 -4
  412. package/resources/themes/nano/theme.css +0 -4
  413. package/resources/themes/nova/theme.css +0 -4
  414. package/resources/themes/nova-accent/theme.css +0 -4
  415. package/resources/themes/nova-alt/theme.css +0 -4
  416. package/resources/themes/rhea/theme.css +0 -4
  417. package/resources/themes/saga-blue/theme.css +0 -4
  418. package/resources/themes/saga-green/theme.css +0 -4
  419. package/resources/themes/saga-orange/theme.css +0 -4
  420. package/resources/themes/saga-purple/theme.css +0 -4
  421. package/resources/themes/soho-dark/theme.css +0 -4
  422. package/resources/themes/soho-light/theme.css +0 -4
  423. package/resources/themes/tailwind-light/theme.css +0 -4
  424. package/resources/themes/vela-blue/theme.css +0 -4
  425. package/resources/themes/vela-green/theme.css +0 -4
  426. package/resources/themes/vela-orange/theme.css +0 -4
  427. package/resources/themes/vela-purple/theme.css +0 -4
  428. package/resources/themes/viva-dark/theme.css +0 -4
  429. package/resources/themes/viva-light/theme.css +0 -4
  430. package/skeleton/skeleton.d.ts +3 -3
  431. package/table/table.d.ts +17 -1
  432. package/tag/tag.d.ts +2 -5
  433. package/tieredmenu/tieredmenu.d.ts +1 -1
  434. package/tooltip/tooltip.d.ts +1 -1
@@ -1,4 +1,5 @@
1
1
  export declare class PrimeIcons {
2
+ static readonly ADDRESS_BOOK = "pi pi-address-book";
2
3
  static readonly ALIGN_CENTER = "pi pi-align-center";
3
4
  static readonly ALIGN_JUSTIFY = "pi pi-align-justify";
4
5
  static readonly ALIGN_LEFT = "pi pi-align-left";
@@ -21,6 +22,7 @@ export declare class PrimeIcons {
21
22
  static readonly ARROW_CIRCLE_UP = "pi pi-arrow-circle-up";
22
23
  static readonly ARROW_DOWN = "pi pi-arrow-down";
23
24
  static readonly ARROW_DOWN_LEFT = "pi pi-arrow-down-left";
25
+ static readonly ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER = "pi pi-arrow-down-left-and-arrow-up-right-to-center";
24
26
  static readonly ARROW_DOWN_RIGHT = "pi pi-arrow-down-right";
25
27
  static readonly ARROW_LEFT = "pi pi-arrow-left";
26
28
  static readonly ARROW_RIGHT_ARROW_LEFT = "pi pi-arrow-right-arrow-left";
@@ -28,13 +30,17 @@ export declare class PrimeIcons {
28
30
  static readonly ARROW_UP = "pi pi-arrow-up";
29
31
  static readonly ARROW_UP_LEFT = "pi pi-arrow-up-left";
30
32
  static readonly ARROW_UP_RIGHT = "pi pi-arrow-up-right";
33
+ static readonly ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER = "pi pi-arrow-up-right-and-arrow-down-left-from-center";
31
34
  static readonly ARROW_H = "pi pi-arrows-h";
32
35
  static readonly ARROW_V = "pi pi-arrows-v";
36
+ static readonly ASTERIKS = "pi pi-asteriks";
33
37
  static readonly AT = "pi pi-at";
34
38
  static readonly BACKWARD = "pi pi-backward";
35
39
  static readonly BAN = "pi pi-ban";
40
+ static readonly BARCODE = "pi pi-barcode";
36
41
  static readonly BARS = "pi pi-bars";
37
42
  static readonly BELL = "pi pi-bell";
43
+ static readonly BELL_SLASH = "pi pi-bell-slash";
38
44
  static readonly BITCOIN = "pi pi-bitcoin";
39
45
  static readonly BOLT = "pi pi-bolt";
40
46
  static readonly BOOK = "pi pi-book";
@@ -43,8 +49,11 @@ export declare class PrimeIcons {
43
49
  static readonly BOX = "pi pi-box";
44
50
  static readonly BRIEFCASE = "pi pi-briefcase";
45
51
  static readonly BUILDING = "pi pi-building";
52
+ static readonly BUILDING_COLUMNS = "pi pi-building-columns";
53
+ static readonly BULLSEYE = "pi pi-bullseye";
46
54
  static readonly CALCULATOR = "pi pi-calculator";
47
55
  static readonly CALENDAR = "pi pi-calendar";
56
+ static readonly CALENDAR_CLOCK = "pi pi-calendar-clock";
48
57
  static readonly CALENDAR_MINUS = "pi pi-calendar-minus";
49
58
  static readonly CALENDAR_PLUS = "pi pi-calendar-plus";
50
59
  static readonly CALENDAR_TIMES = "pi pi-calendar-times";
@@ -54,10 +63,13 @@ export declare class PrimeIcons {
54
63
  static readonly CARET_LEFT = "pi pi-caret-left";
55
64
  static readonly CARET_RIGHT = "pi pi-caret-right";
56
65
  static readonly CARET_UP = "pi pi-caret-up";
66
+ static readonly CART_ARROW_DOWN = "pi pi-cart-arrow-down";
67
+ static readonly CART_MINUS = "pi pi-cart-minus";
57
68
  static readonly CART_PLUS = "pi pi-cart-plus";
58
69
  static readonly CHART_BAR = "pi pi-chart-bar";
59
70
  static readonly CHART_LINE = "pi pi-chart-line";
60
71
  static readonly CHART_PIE = "pi pi-chart-pie";
72
+ static readonly CHART_SCATTER = "pi pi-chart-scatter";
61
73
  static readonly CHECK = "pi pi-check";
62
74
  static readonly CHECK_CIRCLE = "pi pi-check-circle";
63
75
  static readonly CHECK_SQUARE = "pi pi-check-square";
@@ -71,6 +83,7 @@ export declare class PrimeIcons {
71
83
  static readonly CHEVRON_UP = "pi pi-chevron-up";
72
84
  static readonly CIRCLE = "pi pi-circle";
73
85
  static readonly CIRCLE_FILL = "pi pi-circle-fill";
86
+ static readonly CLIPBOARD = "pi pi-clipboard";
74
87
  static readonly CLOCK = "pi pi-clock";
75
88
  static readonly CLONE = "pi pi-clone";
76
89
  static readonly CLOUD = "pi pi-cloud";
@@ -83,6 +96,7 @@ export declare class PrimeIcons {
83
96
  static readonly COMPASS = "pi pi-compass";
84
97
  static readonly COPY = "pi pi-copy";
85
98
  static readonly CREDIT_CARD = "pi pi-credit-card";
99
+ static readonly CROWN = "pi pi-crown";
86
100
  static readonly DATABASE = "pi pi-database";
87
101
  static readonly DESKTOP = "pi pi-desktop";
88
102
  static readonly DELETE_LEFT = "pi pi-delete-left";
@@ -95,20 +109,27 @@ export declare class PrimeIcons {
95
109
  static readonly ELLIPSIS_H = "pi pi-ellipsis-h";
96
110
  static readonly ELLIPSIS_V = "pi pi-ellipsis-v";
97
111
  static readonly ENVELOPE = "pi pi-envelope";
112
+ static readonly EQUALS = "pi pi-equals";
98
113
  static readonly ERASER = "pi pi-eraser";
114
+ static readonly ETHEREUM = "pi pi-ethereum";
99
115
  static readonly EURO = "pi pi-euro";
100
116
  static readonly EXCLAMATION_CIRCLE = "pi pi-exclamation-circle";
101
117
  static readonly EXCLAMATION_TRIANGLE = "pi pi-exclamation-triangle";
118
+ static readonly EXPAND = "pi pi-expand";
102
119
  static readonly EXTERNAL_LINK = "pi pi-external-link";
103
120
  static readonly EYE = "pi pi-eye";
104
121
  static readonly EYE_SLASH = "pi pi-eye-slash";
122
+ static readonly FACE_SMILE = "pi pi-face-smile";
105
123
  static readonly FACEBOOK = "pi pi-facebook";
106
124
  static readonly FAST_BACKWARD = "pi pi-fast-backward";
107
125
  static readonly FAST_FORWARD = "pi pi-fast-forward";
108
126
  static readonly FILE = "pi pi-file";
127
+ static readonly FILE_ARROW_UP = "pi pi-file-arrow-up";
128
+ static readonly FILE_CHECK = "pi pi-file-check";
109
129
  static readonly FILE_EDIT = "pi pi-file-edit";
110
130
  static readonly FILE_IMPORT = "pi pi-file-import";
111
131
  static readonly FILE_PDF = "pi pi-file-pdf";
132
+ static readonly FILE_PLUS = "pi pi-file-plus";
112
133
  static readonly FILE_EXCEL = "pi pi-file-excel";
113
134
  static readonly FILE_EXPORT = "pi pi-file-export";
114
135
  static readonly FILE_WORD = "pi pi-file-word";
@@ -119,12 +140,17 @@ export declare class PrimeIcons {
119
140
  static readonly FLAG_FILL = "pi pi-flag-fill";
120
141
  static readonly FOLDER = "pi pi-folder";
121
142
  static readonly FOLDER_OPEN = "pi pi-folder-open";
143
+ static readonly FOLDER_PLUS = "pi pi-folder-plus";
122
144
  static readonly FORWARD = "pi pi-forward";
145
+ static readonly GAUGE = "pi pi-gauge";
123
146
  static readonly GIFT = "pi pi-gift";
124
147
  static readonly GITHUB = "pi pi-github";
125
148
  static readonly GLOBE = "pi pi-globe";
126
149
  static readonly GOOGLE = "pi pi-google";
150
+ static readonly GRADUATION_CAP = "pi pi-graduation-cap";
151
+ static readonly HAMMER = "pi pi-hammer";
127
152
  static readonly HASHTAG = "pi pi-hashtag";
153
+ static readonly HEADPHONES = "pi pi-headphones";
128
154
  static readonly HEART = "pi pi-heart";
129
155
  static readonly HEART_FILL = "pi pi-heart-fill";
130
156
  static readonly HISTORY = "pi pi-history";
@@ -134,19 +160,25 @@ export declare class PrimeIcons {
134
160
  static readonly IMAGE = "pi pi-image";
135
161
  static readonly IMAGES = "pi pi-images";
136
162
  static readonly INBOX = "pi pi-inbox";
163
+ static readonly INDIAN_RUPEE = "pi pi-indian-rupee";
137
164
  static readonly INFO = "pi pi-info";
138
165
  static readonly INFO_CIRCLE = "pi pi-info-circle";
139
166
  static readonly INSTAGRAM = "pi pi-instagram";
140
167
  static readonly KEY = "pi pi-key";
141
168
  static readonly LANGUAGE = "pi pi-language";
169
+ static readonly LIGHTBULB = "pi pi-lightbulb";
142
170
  static readonly LINK = "pi pi-link";
143
171
  static readonly LINKEDIN = "pi pi-linkedin";
144
172
  static readonly LIST = "pi pi-list";
173
+ static readonly LIST_CHECK = "pi pi-list-check";
145
174
  static readonly LOCK = "pi pi-lock";
146
175
  static readonly LOCK_OPEN = "pi pi-lock-open";
147
176
  static readonly MAP = "pi pi-map";
148
177
  static readonly MAP_MARKER = "pi pi-map-marker";
178
+ static readonly MARS = "pi pi-mars";
149
179
  static readonly MEGAPHONE = "pi pi-megaphone";
180
+ static readonly MICROCHIP = "pi pi-microchip";
181
+ static readonly MICROCHIP_AI = "pi pi-microchip-ai";
150
182
  static readonly MICROPHONE = "pi pi-microphone";
151
183
  static readonly MICROSOFT = "pi pi-microsoft";
152
184
  static readonly MINUS = "pi pi-minus";
@@ -154,14 +186,19 @@ export declare class PrimeIcons {
154
186
  static readonly MOBILE = "pi pi-mobile";
155
187
  static readonly MONEY_BILL = "pi pi-money-bill";
156
188
  static readonly MOON = "pi pi-moon";
189
+ static readonly OBJECTS_COLUMN = "pi pi-objects-column";
157
190
  static readonly PALETTE = "pi pi-palette";
158
191
  static readonly PAPERCLIP = "pi pi-paperclip";
159
192
  static readonly PAUSE = "pi pi-pause";
193
+ static readonly PAUSE_CIRCLE = "pi pi-pause-circle";
160
194
  static readonly PAYPAL = "pi pi-paypal";
195
+ static readonly PEN_TO_SQUARE = "pi pi-pen-to-square";
161
196
  static readonly PENCIL = "pi pi-pencil";
162
197
  static readonly PERCENTAGE = "pi pi-percentage";
163
198
  static readonly PHONE = "pi pi-phone";
199
+ static readonly PINTEREST = "pi pi-pinterest";
164
200
  static readonly PLAY = "pi pi-play";
201
+ static readonly PLAY_CIRCLE = "pi pi-play-circle";
165
202
  static readonly PLUS = "pi pi-plus";
166
203
  static readonly PLUS_CIRCLE = "pi pi-plus-circle";
167
204
  static readonly POUND = "pi pi-pound";
@@ -171,6 +208,7 @@ export declare class PrimeIcons {
171
208
  static readonly QRCODE = "pi pi-qrcode";
172
209
  static readonly QUESTION = "pi pi-question";
173
210
  static readonly QUESTION_CIRCLE = "pi pi-question-circle";
211
+ static readonly RECEIPT = "pi pi-receipt";
174
212
  static readonly REDDIT = "pi pi-reddit";
175
213
  static readonly REFRESH = "pi pi-refresh";
176
214
  static readonly REPLAY = "pi pi-replay";
@@ -183,6 +221,7 @@ export declare class PrimeIcons {
183
221
  static readonly SERVER = "pi pi-server";
184
222
  static readonly SHARE_ALT = "pi pi-share-alt";
185
223
  static readonly SHIELD = "pi pi-shield";
224
+ static readonly SHOP = "pi pi-shop";
186
225
  static readonly SHOPPING_BAG = "pi pi-shopping-bag";
187
226
  static readonly SHOPPING_CART = "pi pi-shopping-cart";
188
227
  static readonly SIGN_IN = "pi pi-sign-in";
@@ -203,14 +242,20 @@ export declare class PrimeIcons {
203
242
  static readonly SORT_AMOUNT_UP = "pi pi-sort-amount-up";
204
243
  static readonly SORT_AMOUNT_UP_ALT = "pi pi-sort-amount-up-alt";
205
244
  static readonly SORT_DOWN = "pi pi-sort-down";
245
+ static readonly SORT_DOWN_FILL = "pi pi-sort-down-fill";
206
246
  static readonly SORT_NUMERIC_DOWN = "pi pi-sort-numeric-down";
207
247
  static readonly SORT_NUMERIC_DOWN_ALT = "pi pi-sort-numeric-down-alt";
208
248
  static readonly SORT_NUMERIC_UP = "pi pi-sort-numeric-up";
209
249
  static readonly SORT_NUMERIC_UP_ALT = "pi pi-sort-numeric-up-alt";
210
250
  static readonly SORT_UP = "pi pi-sort-up";
251
+ static readonly SORT_UP_FILL = "pi pi-sort-up-fill";
252
+ static readonly SPARKLES = "pi pi-sparkles";
211
253
  static readonly SPINNER = "pi pi-spinner";
254
+ static readonly SPINNER_DOTTED = "pi pi-spinner-dotted";
212
255
  static readonly STAR = "pi pi-star";
213
256
  static readonly STAR_FILL = "pi pi-star-fill";
257
+ static readonly STAR_HALF = "pi pi-star-half";
258
+ static readonly STAR_HALF_FILL = "pi pi-star-half-fill";
214
259
  static readonly STEP_BACKWARD = "pi pi-step-backward";
215
260
  static readonly STEP_BACKWARD_ALT = "pi pi-step-backward-alt";
216
261
  static readonly STEP_FORWARD = "pi pi-step-forward";
@@ -230,11 +275,16 @@ export declare class PrimeIcons {
230
275
  static readonly THUMBS_DOWN_FILL = "pi pi-thumbs-down-fill";
231
276
  static readonly THUMBS_UP = "pi pi-thumbs-up";
232
277
  static readonly THUMBS_UP_FILL = "pi pi-thumbs-up-fill";
278
+ static readonly THUMBTACK = "pi pi-thumbtack";
233
279
  static readonly TICKET = "pi pi-ticket";
280
+ static readonly TIKTOK = "pi pi-tiktok";
234
281
  static readonly TIMES = "pi pi-times";
235
282
  static readonly TIMES_CIRCLE = "pi pi-times-circle";
236
283
  static readonly TRASH = "pi pi-trash";
284
+ static readonly TROPHY = "pi pi-trophy";
237
285
  static readonly TRUCK = "pi pi-truck";
286
+ static readonly TURKISH_LIRA = "pi pi-turkish-lira";
287
+ static readonly TWITCH = "pi pi-twitch";
238
288
  static readonly TWITTER = "pi pi-twitter";
239
289
  static readonly UNDO = "pi pi-undo";
240
290
  static readonly UNLOCK = "pi pi-unlock";
@@ -244,6 +294,7 @@ export declare class PrimeIcons {
244
294
  static readonly USER_MINUS = "pi pi-user-minus";
245
295
  static readonly USER_PLUS = "pi pi-user-plus";
246
296
  static readonly USERS = "pi pi-users";
297
+ static readonly VENUS = "pi pi-venus";
247
298
  static readonly VERIFIED = "pi pi-verified";
248
299
  static readonly VIDEO = "pi pi-video";
249
300
  static readonly VIMEO = "pi pi-vimeo";
@@ -251,6 +302,8 @@ export declare class PrimeIcons {
251
302
  static readonly VOLUME_OFF = "pi pi-volume-off";
252
303
  static readonly VOLUME_UP = "pi pi-volume-up";
253
304
  static readonly WALLET = "pi pi-wallet";
305
+ static readonly WAREHOUSE = "pi pi-warehouse";
306
+ static readonly WAVE_PULSE = "pi pi-wave-pulse";
254
307
  static readonly WHATSAPP = "pi pi-whatsapp";
255
308
  static readonly WIFI = "pi pi-wifi";
256
309
  static readonly WINDOW_MAXIMIZE = "pi pi-window-maximize";
package/badge/badge.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class Badge {
78
78
  * Severity type of the badge.
79
79
  * @group Props
80
80
  */
81
- severity: 'success' | 'info' | 'warning' | 'danger' | null | undefined;
81
+ severity: 'success' | 'info' | 'warning' | 'danger' | 'help' | 'primary' | 'secondary' | 'contrast' | null | undefined;
82
82
  /**
83
83
  * Value to display inside the badge.
84
84
  * @group Props
@@ -98,14 +98,11 @@ export declare class Badge {
98
98
  get size(): 'large' | 'xlarge';
99
99
  _size: 'large' | 'xlarge';
100
100
  containerClass(): {
101
+ [x: string]: boolean | "success" | "info" | "warning" | "danger" | "help" | "primary" | "secondary" | "contrast";
101
102
  'p-badge p-component': boolean;
102
103
  'p-badge-no-gutter': boolean;
103
104
  'p-badge-lg': boolean;
104
105
  'p-badge-xl': boolean;
105
- 'p-badge-info': boolean;
106
- 'p-badge-success': boolean;
107
- 'p-badge-warning': boolean;
108
- 'p-badge-danger': boolean;
109
106
  };
110
107
  static ɵfac: i0.ɵɵFactoryDeclaration<Badge, never>;
111
108
  static ɵcmp: i0.ɵɵComponentDeclaration<Badge, "p-badge", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; "badgeSize": { "alias": "badgeSize"; "required": false; }; "severity": { "alias": "severity"; "required": false; }; "value": { "alias": "value"; "required": false; }; "badgeDisabled": { "alias": "badgeDisabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
@@ -172,7 +172,7 @@ export declare class Button implements AfterContentInit {
172
172
  * Defines the style of the button.
173
173
  * @group Props
174
174
  */
175
- severity: 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | 'contrast' | string | undefined;
175
+ severity: 'success' | 'info' | 'warning' | 'danger' | 'help' | 'primary' | 'secondary' | 'contrast' | null | undefined;
176
176
  /**
177
177
  * Add a border class without a background initially.
178
178
  * @group Props
@@ -529,6 +529,7 @@ export declare class Calendar implements OnInit, OnDestroy, ControlValueAccessor
529
529
  _view: CalendarTypeView;
530
530
  preventFocus: Nullable<boolean>;
531
531
  _defaultDate: Date;
532
+ _focusKey: Nullable<string>;
532
533
  private window;
533
534
  get locale(): LocaleSettings;
534
535
  get iconButtonAriaLabel(): any;
@@ -561,6 +562,8 @@ export declare class Calendar implements OnInit, OnDestroy, ControlValueAccessor
561
562
  onYearSelect(event: Event, year: number): void;
562
563
  updateInputfield(): void;
563
564
  formatDateTime(date: any): any;
565
+ formatDateMetaToDate(dateMeta: any): Date;
566
+ formatDateKey(date: Date): string;
564
567
  setCurrentHourPM(hours: number): void;
565
568
  setCurrentView(currentView: CalendarTypeView): void;
566
569
  selectDate(dateMeta: any): void;
@@ -605,10 +608,10 @@ export declare class Calendar implements OnInit, OnDestroy, ControlValueAccessor
605
608
  onNextButtonClick(event: Event): void;
606
609
  onContainerButtonKeydown(event: KeyboardEvent): void;
607
610
  onInputKeydown(event: any): void;
608
- onDateCellKeydown(event: any, date: Date, groupIndex: number): void;
611
+ onDateCellKeydown(event: any, dateMeta: any, groupIndex: number): void;
609
612
  onMonthCellKeydown(event: any, index: number): void;
610
613
  onYearCellKeydown(event: any, index: number): void;
611
- navigateToMonth(prev: any, groupIndex: number): void;
614
+ navigateToMonth(prev: boolean, groupIndex: number, focusKey?: string): void;
612
615
  updateFocus(): void;
613
616
  initFocusableCell(): void;
614
617
  trapFocus(event: any): void;
@@ -245,7 +245,6 @@ export declare class DataView implements OnInit, AfterContentInit, OnDestroy, Bl
245
245
  static ngAcceptInputType_rows: unknown;
246
246
  static ngAcceptInputType_totalRecords: unknown;
247
247
  static ngAcceptInputType_pageLinks: unknown;
248
- static ngAcceptInputType_rowsPerPageOptions: unknown;
249
248
  static ngAcceptInputType_alwaysShowPaginator: unknown;
250
249
  static ngAcceptInputType_showCurrentPageReport: unknown;
251
250
  static ngAcceptInputType_showJumpToPageDropdown: unknown;
@@ -534,7 +534,6 @@ export declare class Dropdown implements OnInit, AfterViewInit, AfterContentInit
534
534
  editableInputValue: Signal<any>;
535
535
  constructor(el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef, zone: NgZone, filterService: FilterService, config: PrimeNGConfig);
536
536
  private isModelValueNotSet;
537
- displayPlaceholder(): boolean;
538
537
  private getAllVisibleAndNonVisibleOptions;
539
538
  ngOnInit(): void;
540
539
  ngAfterViewChecked(): void;
@@ -549,6 +548,7 @@ export declare class Dropdown implements OnInit, AfterViewInit, AfterContentInit
549
548
  isSelected(option: any): boolean;
550
549
  private isOptionValueEqualsModelValue;
551
550
  ngAfterViewInit(): void;
551
+ updatePlaceHolderForFloatingLabel(): void;
552
552
  updateEditableLabel(): void;
553
553
  clearEditableLabel(): void;
554
554
  getOptionIndex(index: any, scrollerOptions: any): any;
@@ -203,8 +203,8 @@ export class AccordionTab {
203
203
  ngOnDestroy() {
204
204
  this.accordion.tabs.splice(this.findTabIndex(), 1);
205
205
  }
206
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AccordionTab, deps: [{ token: forwardRef(() => Accordion) }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
207
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: AccordionTab, selector: "p-accordionTab", inputs: { id: "id", header: "header", headerStyle: "headerStyle", tabStyle: "tabStyle", contentStyle: "contentStyle", tabStyleClass: "tabStyleClass", headerStyleClass: "headerStyleClass", contentStyleClass: "contentStyleClass", disabled: ["disabled", "disabled", booleanAttribute], cache: ["cache", "cache", booleanAttribute], transitionOptions: "transitionOptions", iconPos: "iconPos", selected: "selected", headerAriaLevel: ["headerAriaLevel", "headerAriaLevel", numberAttribute] }, outputs: { selectedChange: "selectedChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", predicate: Header }, { propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
206
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AccordionTab, deps: [{ token: forwardRef(() => Accordion) }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
207
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: AccordionTab, selector: "p-accordionTab", inputs: { id: "id", header: "header", headerStyle: "headerStyle", tabStyle: "tabStyle", contentStyle: "contentStyle", tabStyleClass: "tabStyleClass", headerStyleClass: "headerStyleClass", contentStyleClass: "contentStyleClass", disabled: ["disabled", "disabled", booleanAttribute], cache: ["cache", "cache", booleanAttribute], transitionOptions: "transitionOptions", iconPos: "iconPos", selected: "selected", headerAriaLevel: ["headerAriaLevel", "headerAriaLevel", numberAttribute] }, outputs: { selectedChange: "selectedChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", predicate: Header }, { propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
208
208
  <div class="p-accordion-tab" [class.p-accordion-tab-active]="selected" [ngClass]="tabStyleClass" [ngStyle]="tabStyle" [attr.data-pc-name]="'accordiontab'">
209
209
  <div class="p-accordion-header" role="heading" [attr.aria-level]="headerAriaLevel" [class.p-highlight]="selected" [class.p-disabled]="disabled" [attr.data-p-disabled]="disabled" [attr.data-pc-section]="'header'">
210
210
  <a
@@ -271,7 +271,7 @@ export class AccordionTab {
271
271
  ])
272
272
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
273
273
  }
274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AccordionTab, decorators: [{
274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AccordionTab, decorators: [{
275
275
  type: Component,
276
276
  args: [{ selector: 'p-accordionTab', template: `
277
277
  <div class="p-accordion-tab" [class.p-accordion-tab-active]="selected" [ngClass]="tabStyleClass" [ngStyle]="tabStyle" [attr.data-pc-name]="'accordiontab'">
@@ -643,14 +643,14 @@ export class Accordion {
643
643
  this.tabListSubscription.unsubscribe();
644
644
  }
645
645
  }
646
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Accordion, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
647
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: Accordion, selector: "p-accordion", inputs: { multiple: ["multiple", "multiple", booleanAttribute], style: "style", styleClass: "styleClass", expandIcon: "expandIcon", collapseIcon: "collapseIcon", activeIndex: "activeIndex", selectOnFocus: ["selectOnFocus", "selectOnFocus", booleanAttribute], headerAriaLevel: "headerAriaLevel" }, outputs: { onClose: "onClose", onOpen: "onOpen", activeIndexChange: "activeIndexChange" }, host: { listeners: { "keydown": "onKeydown($event)" }, classAttribute: "p-element" }, queries: [{ propertyName: "tabList", predicate: AccordionTab, descendants: true }], ngImport: i0, template: `
646
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Accordion, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
647
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: Accordion, selector: "p-accordion", inputs: { multiple: ["multiple", "multiple", booleanAttribute], style: "style", styleClass: "styleClass", expandIcon: "expandIcon", collapseIcon: "collapseIcon", activeIndex: "activeIndex", selectOnFocus: ["selectOnFocus", "selectOnFocus", booleanAttribute], headerAriaLevel: "headerAriaLevel" }, outputs: { onClose: "onClose", onOpen: "onOpen", activeIndexChange: "activeIndexChange" }, host: { listeners: { "keydown": "onKeydown($event)" }, classAttribute: "p-element" }, queries: [{ propertyName: "tabList", predicate: AccordionTab, descendants: true }], ngImport: i0, template: `
648
648
  <div [ngClass]="'p-accordion p-component'" [ngStyle]="style" [class]="styleClass">
649
649
  <ng-content></ng-content>
650
650
  </div>
651
651
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
652
652
  }
653
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Accordion, decorators: [{
653
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Accordion, decorators: [{
654
654
  type: Component,
655
655
  args: [{
656
656
  selector: 'p-accordion',
@@ -696,11 +696,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
696
696
  args: ['keydown', ['$event']]
697
697
  }] } });
698
698
  export class AccordionModule {
699
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
700
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: AccordionModule, declarations: [Accordion, AccordionTab], imports: [CommonModule, ChevronRightIcon, ChevronDownIcon], exports: [Accordion, AccordionTab, SharedModule] });
701
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AccordionModule, imports: [CommonModule, ChevronRightIcon, ChevronDownIcon, SharedModule] });
699
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
700
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AccordionModule, declarations: [Accordion, AccordionTab], imports: [CommonModule, ChevronRightIcon, ChevronDownIcon], exports: [Accordion, AccordionTab, SharedModule] });
701
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AccordionModule, imports: [CommonModule, ChevronRightIcon, ChevronDownIcon, SharedModule] });
702
702
  }
703
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AccordionModule, decorators: [{
703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AccordionModule, decorators: [{
704
704
  type: NgModule,
705
705
  args: [{
706
706
  imports: [CommonModule, ChevronRightIcon, ChevronDownIcon],
@@ -69,10 +69,10 @@ export class Animate {
69
69
  this.unbindIntersectionObserver();
70
70
  clearTimeout(this.timeout);
71
71
  }
72
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Animate, deps: [{ token: i0.ElementRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
73
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: Animate, selector: "[pAnimate]", inputs: { enterClass: "enterClass", leaveClass: "leaveClass" }, host: { properties: { "class.p-animate": "true" } }, ngImport: i0 });
72
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Animate, deps: [{ token: i0.ElementRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
73
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: Animate, selector: "[pAnimate]", inputs: { enterClass: "enterClass", leaveClass: "leaveClass" }, host: { properties: { "class.p-animate": "true" } }, ngImport: i0 });
74
74
  }
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Animate, decorators: [{
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Animate, decorators: [{
76
76
  type: Directive,
77
77
  args: [{
78
78
  selector: '[pAnimate]',
@@ -86,11 +86,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
86
86
  type: Input
87
87
  }] } });
88
88
  export class AnimateModule {
89
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AnimateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
90
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: AnimateModule, declarations: [Animate], imports: [CommonModule], exports: [Animate] });
91
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AnimateModule, imports: [CommonModule] });
89
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
90
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AnimateModule, declarations: [Animate], imports: [CommonModule], exports: [Animate] });
91
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimateModule, imports: [CommonModule] });
92
92
  }
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AnimateModule, decorators: [{
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimateModule, decorators: [{
94
94
  type: NgModule,
95
95
  args: [{
96
96
  imports: [CommonModule],
@@ -137,10 +137,10 @@ export class AnimateOnScroll {
137
137
  this.unbindAnimationEvents();
138
138
  this.unbindIntersectionObserver();
139
139
  }
140
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AnimateOnScroll, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.ElementRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
141
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: AnimateOnScroll, selector: "[pAnimateOnScroll]", inputs: { enterClass: "enterClass", leaveClass: "leaveClass", root: "root", rootMargin: "rootMargin", threshold: ["threshold", "threshold", numberAttribute], once: ["once", "once", booleanAttribute] }, host: { properties: { "class.p-animateonscroll": "true" } }, ngImport: i0 });
140
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimateOnScroll, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.ElementRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
141
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: AnimateOnScroll, selector: "[pAnimateOnScroll]", inputs: { enterClass: "enterClass", leaveClass: "leaveClass", root: "root", rootMargin: "rootMargin", threshold: ["threshold", "threshold", numberAttribute], once: ["once", "once", booleanAttribute] }, host: { properties: { "class.p-animateonscroll": "true" } }, ngImport: i0 });
142
142
  }
143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AnimateOnScroll, decorators: [{
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimateOnScroll, decorators: [{
144
144
  type: Directive,
145
145
  args: [{
146
146
  selector: '[pAnimateOnScroll]',
@@ -170,11 +170,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
170
170
  args: [{ transform: booleanAttribute }]
171
171
  }] } });
172
172
  export class AnimateOnScrollModule {
173
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AnimateOnScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
174
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: AnimateOnScrollModule, declarations: [AnimateOnScroll], imports: [CommonModule], exports: [AnimateOnScroll] });
175
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AnimateOnScrollModule, imports: [CommonModule] });
173
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimateOnScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
174
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: AnimateOnScrollModule, declarations: [AnimateOnScroll], imports: [CommonModule], exports: [AnimateOnScroll] });
175
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimateOnScrollModule, imports: [CommonModule] });
176
176
  }
177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AnimateOnScrollModule, decorators: [{
177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: AnimateOnScrollModule, decorators: [{
178
178
  type: NgModule,
179
179
  args: [{
180
180
  imports: [CommonModule],
@@ -34,10 +34,10 @@ export class ConfirmationService {
34
34
  onAccept() {
35
35
  this.acceptConfirmationSource.next(null);
36
36
  }
37
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ConfirmationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ConfirmationService });
37
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ConfirmationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ConfirmationService });
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ConfirmationService, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ConfirmationService, decorators: [{
41
41
  type: Injectable
42
42
  }] });
43
43
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy9hcGkvY29uZmlybWF0aW9uc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBRS9COzs7R0FHRztBQUVILE1BQU0sT0FBTyxtQkFBbUI7SUFDcEIseUJBQXlCLEdBQUcsSUFBSSxPQUFPLEVBQXVCLENBQUM7SUFDL0Qsd0JBQXdCLEdBQUcsSUFBSSxPQUFPLEVBQXVCLENBQUM7SUFFdEUsb0JBQW9CLEdBQUcsSUFBSSxDQUFDLHlCQUF5QixDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3JFLE1BQU0sR0FBRyxJQUFJLENBQUMsd0JBQXdCLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDdEQ7Ozs7T0FJRztJQUNILE9BQU8sQ0FBQyxZQUEwQjtRQUM5QixJQUFJLENBQUMseUJBQXlCLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQ2xELE9BQU8sSUFBSSxDQUFDO0lBQ2hCLENBQUM7SUFDRDs7O09BR0c7SUFDSCxLQUFLO1FBQ0QsSUFBSSxDQUFDLHlCQUF5QixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUMxQyxPQUFPLElBQUksQ0FBQztJQUNoQixDQUFDO0lBQ0Q7OztPQUdHO0lBQ0gsUUFBUTtRQUNKLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDN0MsQ0FBQzt1R0E3QlEsbUJBQW1COzJHQUFuQixtQkFBbUI7OzJGQUFuQixtQkFBbUI7a0JBRC9CLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBDb25maXJtYXRpb24gfSBmcm9tICcuL2NvbmZpcm1hdGlvbic7XG4vKipcbiAqIE1ldGhvZHMgdXNlZCBpbiBjb25maXJtYXRpb24gc2VydmljZS5cbiAqIEBncm91cCBTZXJ2aWNlXG4gKi9cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBDb25maXJtYXRpb25TZXJ2aWNlIHtcbiAgICBwcml2YXRlIHJlcXVpcmVDb25maXJtYXRpb25Tb3VyY2UgPSBuZXcgU3ViamVjdDxDb25maXJtYXRpb24gfCBudWxsPigpO1xuICAgIHByaXZhdGUgYWNjZXB0Q29uZmlybWF0aW9uU291cmNlID0gbmV3IFN1YmplY3Q8Q29uZmlybWF0aW9uIHwgbnVsbD4oKTtcblxuICAgIHJlcXVpcmVDb25maXJtYXRpb24kID0gdGhpcy5yZXF1aXJlQ29uZmlybWF0aW9uU291cmNlLmFzT2JzZXJ2YWJsZSgpO1xuICAgIGFjY2VwdCA9IHRoaXMuYWNjZXB0Q29uZmlybWF0aW9uU291cmNlLmFzT2JzZXJ2YWJsZSgpO1xuICAgIC8qKlxuICAgICAqIENhbGxiYWNrIHRvIGludm9rZSBvbiBjb25maXJtLlxuICAgICAqIEBwYXJhbSB7Q29uZmlybWF0aW9ufSBjb25maXJtYXRpb24gLSBSZXByZXNlbnRzIGEgY29uZmlybWF0aW9uIGRpYWxvZyBjb25maWd1cmF0aW9uLlxuICAgICAqIEBncm91cCBNZXRob2RcbiAgICAgKi9cbiAgICBjb25maXJtKGNvbmZpcm1hdGlvbjogQ29uZmlybWF0aW9uKSB7XG4gICAgICAgIHRoaXMucmVxdWlyZUNvbmZpcm1hdGlvblNvdXJjZS5uZXh0KGNvbmZpcm1hdGlvbik7XG4gICAgICAgIHJldHVybiB0aGlzO1xuICAgIH1cbiAgICAvKipcbiAgICAgKiBDbG9zZXMgdGhlIGRpYWxvZy5cbiAgICAgKiBAZ3JvdXAgTWV0aG9kXG4gICAgICovXG4gICAgY2xvc2UoKSB7XG4gICAgICAgIHRoaXMucmVxdWlyZUNvbmZpcm1hdGlvblNvdXJjZS5uZXh0KG51bGwpO1xuICAgICAgICByZXR1cm4gdGhpcztcbiAgICB9XG4gICAgLyoqXG4gICAgICogQWNjZXB0cyB0aGUgZGlhbG9nLlxuICAgICAqIEBncm91cCBNZXRob2RcbiAgICAgKi9cbiAgICBvbkFjY2VwdCgpIHtcbiAgICAgICAgdGhpcy5hY2NlcHRDb25maXJtYXRpb25Tb3VyY2UubmV4dChudWxsKTtcbiAgICB9XG59XG4iXX0=
@@ -13,10 +13,10 @@ export class ContextMenuService {
13
13
  this.activeItemKey = null;
14
14
  this.activeItemKeyChange.next(this.activeItemKey);
15
15
  }
16
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ContextMenuService });
16
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ContextMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ContextMenuService });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ContextMenuService, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ContextMenuService, decorators: [{
20
20
  type: Injectable
21
21
  }] });
22
22
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGV4dG1lbnVzZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2FwcC9jb21wb25lbnRzL2FwaS9jb250ZXh0bWVudXNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQyxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUcvQixNQUFNLE9BQU8sa0JBQWtCO0lBQ25CLG1CQUFtQixHQUFHLElBQUksT0FBTyxFQUFVLENBQUM7SUFFcEQsb0JBQW9CLEdBQUcsSUFBSSxDQUFDLG1CQUFtQixDQUFDLFlBQVksRUFBRSxDQUFDO0lBRS9ELGFBQWEsQ0FBbUI7SUFFaEMsU0FBUyxDQUFDLEdBQVc7UUFDakIsSUFBSSxDQUFDLGFBQWEsR0FBRyxHQUFHLENBQUM7UUFDekIsSUFBSSxDQUFDLG1CQUFtQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsYUFBdUIsQ0FBQyxDQUFDO0lBQ2hFLENBQUM7SUFFRCxLQUFLO1FBQ0QsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUM7UUFDMUIsSUFBSSxDQUFDLG1CQUFtQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsYUFBb0IsQ0FBQyxDQUFDO0lBQzdELENBQUM7dUdBZlEsa0JBQWtCOzJHQUFsQixrQkFBa0I7OzJGQUFsQixrQkFBa0I7a0JBRDlCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOdWxsYWJsZSB9IGZyb20gJ3ByaW1lbmcvdHMtaGVscGVycyc7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBDb250ZXh0TWVudVNlcnZpY2Uge1xuICAgIHByaXZhdGUgYWN0aXZlSXRlbUtleUNoYW5nZSA9IG5ldyBTdWJqZWN0PHN0cmluZz4oKTtcblxuICAgIGFjdGl2ZUl0ZW1LZXlDaGFuZ2UkID0gdGhpcy5hY3RpdmVJdGVtS2V5Q2hhbmdlLmFzT2JzZXJ2YWJsZSgpO1xuXG4gICAgYWN0aXZlSXRlbUtleTogTnVsbGFibGU8c3RyaW5nPjtcblxuICAgIGNoYW5nZUtleShrZXk6IHN0cmluZykge1xuICAgICAgICB0aGlzLmFjdGl2ZUl0ZW1LZXkgPSBrZXk7XG4gICAgICAgIHRoaXMuYWN0aXZlSXRlbUtleUNoYW5nZS5uZXh0KHRoaXMuYWN0aXZlSXRlbUtleSBhcyBzdHJpbmcpO1xuICAgIH1cblxuICAgIHJlc2V0KCkge1xuICAgICAgICB0aGlzLmFjdGl2ZUl0ZW1LZXkgPSBudWxsO1xuICAgICAgICB0aGlzLmFjdGl2ZUl0ZW1LZXlDaGFuZ2UubmV4dCh0aGlzLmFjdGl2ZUl0ZW1LZXkgYXMgYW55KTtcbiAgICB9XG59XG4iXX0=
@@ -214,10 +214,10 @@ export class FilterService {
214
214
  register(rule, fn) {
215
215
  this.filters[rule] = fn;
216
216
  }
217
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
218
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FilterService, providedIn: 'root' });
217
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
218
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FilterService, providedIn: 'root' });
219
219
  }
220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FilterService, decorators: [{
220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FilterService, decorators: [{
221
221
  type: Injectable,
222
222
  args: [{ providedIn: 'root' }]
223
223
  }] });
@@ -38,10 +38,10 @@ export class MessageService {
38
38
  clear(key) {
39
39
  this.clearSource.next(key || null);
40
40
  }
41
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: MessageService });
41
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MessageService });
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: MessageService, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MessageService, decorators: [{
45
45
  type: Injectable
46
46
  }] });
47
47
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZXNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXBwL2NvbXBvbmVudHMvYXBpL21lc3NhZ2VzZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFFL0I7OztHQUdHO0FBRUgsTUFBTSxPQUFPLGNBQWM7SUFDZixhQUFhLEdBQUcsSUFBSSxPQUFPLEVBQXVCLENBQUM7SUFDbkQsV0FBVyxHQUFHLElBQUksT0FBTyxFQUFpQixDQUFDO0lBRW5ELGVBQWUsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3BELGFBQWEsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ2hEOzs7O09BSUc7SUFDSCxHQUFHLENBQUMsT0FBZ0I7UUFDaEIsSUFBSSxPQUFPLEVBQUU7WUFDVCxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztTQUNwQztJQUNMLENBQUM7SUFDRDs7OztPQUlHO0lBQ0gsTUFBTSxDQUFDLFFBQW1CO1FBQ3RCLElBQUksUUFBUSxJQUFJLFFBQVEsQ0FBQyxNQUFNLEVBQUU7WUFDN0IsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7U0FDckM7SUFDTCxDQUFDO0lBQ0Q7Ozs7T0FJRztJQUNILEtBQUssQ0FBQyxHQUFZO1FBQ2QsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsR0FBRyxJQUFJLElBQUksQ0FBQyxDQUFDO0lBQ3ZDLENBQUM7dUdBakNRLGNBQWM7MkdBQWQsY0FBYzs7MkZBQWQsY0FBYztrQkFEMUIsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IE1lc3NhZ2UgfSBmcm9tICcuL21lc3NhZ2UnO1xuLyoqXG4gKiBNZXNzYWdlIHNlcnZpY2UgdXNlZCBpbiBtZXNzYWdlcyBhbmQgdG9hc3QgY29tcG9uZW50cy5cbiAqIEBncm91cCBTZXJ2aWNlXG4gKi9cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBNZXNzYWdlU2VydmljZSB7XG4gICAgcHJpdmF0ZSBtZXNzYWdlU291cmNlID0gbmV3IFN1YmplY3Q8TWVzc2FnZSB8IE1lc3NhZ2VbXT4oKTtcbiAgICBwcml2YXRlIGNsZWFyU291cmNlID0gbmV3IFN1YmplY3Q8c3RyaW5nIHwgbnVsbD4oKTtcblxuICAgIG1lc3NhZ2VPYnNlcnZlciA9IHRoaXMubWVzc2FnZVNvdXJjZS5hc09ic2VydmFibGUoKTtcbiAgICBjbGVhck9ic2VydmVyID0gdGhpcy5jbGVhclNvdXJjZS5hc09ic2VydmFibGUoKTtcbiAgICAvKipcbiAgICAgKiBJbnNlcnRzIHNpbmdsZSBtZXNzYWdlLlxuICAgICAqIEBwYXJhbSB7TWVzc2FnZX0gbWVzc2FnZSAtIE1lc3NhZ2UgdG8gYmUgYWRkZWQuXG4gICAgICogQGdyb3VwIE1ldGhvZFxuICAgICAqL1xuICAgIGFkZChtZXNzYWdlOiBNZXNzYWdlKSB7XG4gICAgICAgIGlmIChtZXNzYWdlKSB7XG4gICAgICAgICAgICB0aGlzLm1lc3NhZ2VTb3VyY2UubmV4dChtZXNzYWdlKTtcbiAgICAgICAgfVxuICAgIH1cbiAgICAvKipcbiAgICAgKiBJbnNlcnRzIG5ldyBtZXNzYWdlcy5cbiAgICAgKiBAcGFyYW0ge01lc3NhZ2VbXX0gbWVzc2FnZXMgLSBNZXNzYWdlcyB0byBiZSBhZGRlZC5cbiAgICAgKiBAZ3JvdXAgTWV0aG9kXG4gICAgICovXG4gICAgYWRkQWxsKG1lc3NhZ2VzOiBNZXNzYWdlW10pIHtcbiAgICAgICAgaWYgKG1lc3NhZ2VzICYmIG1lc3NhZ2VzLmxlbmd0aCkge1xuICAgICAgICAgICAgdGhpcy5tZXNzYWdlU291cmNlLm5leHQobWVzc2FnZXMpO1xuICAgICAgICB9XG4gICAgfVxuICAgIC8qKlxuICAgICAqIENsZWFycyB0aGUgbWVzc2FnZSB3aXRoIHRoZSBnaXZlbiBrZXkuXG4gICAgICogQHBhcmFtIHtzdHJpbmd9IGtleSAtIEtleSBvZiB0aGUgbWVzc2FnZSB0byBiZSBjbGVhcmVkLlxuICAgICAqIEBncm91cCBNZXRob2RcbiAgICAgKi9cbiAgICBjbGVhcihrZXk/OiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5jbGVhclNvdXJjZS5uZXh0KGtleSB8fCBudWxsKTtcbiAgICB9XG59XG4iXX0=
@@ -9,10 +9,10 @@ export class OverlayService {
9
9
  this.clickSource.next(event);
10
10
  }
11
11
  }
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: OverlayService, providedIn: 'root' });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: OverlayService, providedIn: 'root' });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: OverlayService, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: OverlayService, decorators: [{
16
16
  type: Injectable,
17
17
  args: [{ providedIn: 'root' }]
18
18
  }] });