primeng 17.16.0 → 17.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (464) hide show
  1. package/api/primeicons.d.ts +53 -0
  2. package/api/primengconfig.d.ts +3 -0
  3. package/autofocus/autofocus.d.ts +5 -2
  4. package/badge/badge.d.ts +2 -5
  5. package/button/button.d.ts +3 -2
  6. package/button/button.interface.d.ts +13 -2
  7. package/calendar/calendar.d.ts +5 -2
  8. package/chart/chart.d.ts +1 -1
  9. package/dataview/dataview.d.ts +0 -1
  10. package/dom/domhandler.d.ts +5 -1
  11. package/dropdown/dropdown.d.ts +1 -1
  12. package/esm2022/accordion/accordion.mjs +10 -10
  13. package/esm2022/animate/animate.mjs +7 -7
  14. package/esm2022/animateonscroll/animateonscroll.mjs +7 -7
  15. package/esm2022/api/confirmationservice.mjs +3 -3
  16. package/esm2022/api/contextmenuservice.mjs +3 -3
  17. package/esm2022/api/filterservice.mjs +3 -3
  18. package/esm2022/api/messageservice.mjs +3 -3
  19. package/esm2022/api/overlayservice.mjs +3 -3
  20. package/esm2022/api/primeicons.mjs +54 -1
  21. package/esm2022/api/primengconfig.mjs +5 -4
  22. package/esm2022/api/shared.mjs +13 -13
  23. package/esm2022/api/treedragdropservice.mjs +3 -3
  24. package/esm2022/autocomplete/autocomplete.mjs +12 -12
  25. package/esm2022/autofocus/autofocus.mjs +34 -27
  26. package/esm2022/avatar/avatar.mjs +7 -7
  27. package/esm2022/avatargroup/avatargroup.mjs +7 -7
  28. package/esm2022/badge/badge.mjs +25 -18
  29. package/esm2022/baseicon/baseicon.mjs +3 -3
  30. package/esm2022/blockui/blockui.mjs +7 -7
  31. package/esm2022/breadcrumb/breadcrumb.mjs +16 -16
  32. package/esm2022/button/button.interface.mjs +1 -1
  33. package/esm2022/button/button.mjs +18 -25
  34. package/esm2022/buttongroup/buttongroup.mjs +7 -7
  35. package/esm2022/calendar/calendar.mjs +95 -22
  36. package/esm2022/card/card.mjs +7 -7
  37. package/esm2022/carousel/carousel.mjs +9 -8
  38. package/esm2022/cascadeselect/cascadeselect.mjs +10 -10
  39. package/esm2022/chart/chart.mjs +8 -8
  40. package/esm2022/checkbox/checkbox.mjs +7 -7
  41. package/esm2022/chip/chip.mjs +7 -7
  42. package/esm2022/chips/chips.mjs +7 -7
  43. package/esm2022/colorpicker/colorpicker.mjs +7 -7
  44. package/esm2022/confirmdialog/confirmdialog.mjs +9 -8
  45. package/esm2022/confirmpopup/confirmpopup.mjs +7 -7
  46. package/esm2022/contextmenu/contextmenu.mjs +10 -10
  47. package/esm2022/dataview/dataview.mjs +12 -13
  48. package/esm2022/defer/defer.mjs +7 -7
  49. package/esm2022/dialog/dialog.mjs +9 -8
  50. package/esm2022/divider/divider.mjs +7 -7
  51. package/esm2022/dock/dock.mjs +7 -7
  52. package/esm2022/dom/domhandler.mjs +65 -2
  53. package/esm2022/dragdrop/dragdrop.mjs +10 -10
  54. package/esm2022/dropdown/dropdown.mjs +30 -20
  55. package/esm2022/dynamicdialog/dialogservice.mjs +3 -3
  56. package/esm2022/dynamicdialog/dynamicdialog.mjs +12 -8
  57. package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  58. package/esm2022/editor/editor.mjs +7 -7
  59. package/esm2022/fieldset/fieldset.mjs +7 -7
  60. package/esm2022/fileupload/fileupload.interface.mjs +1 -1
  61. package/esm2022/fileupload/fileupload.mjs +95 -14
  62. package/esm2022/floatlabel/floatlabel.mjs +7 -7
  63. package/esm2022/focustrap/focustrap.mjs +67 -23
  64. package/esm2022/galleria/galleria.mjs +76 -29
  65. package/esm2022/iconfield/iconfield.mjs +7 -7
  66. package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
  67. package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
  68. package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
  69. package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
  70. package/esm2022/icons/angledown/angledown.mjs +3 -3
  71. package/esm2022/icons/angleleft/angleleft.mjs +3 -3
  72. package/esm2022/icons/angleright/angleright.mjs +3 -3
  73. package/esm2022/icons/angleup/angleup.mjs +3 -3
  74. package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
  75. package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
  76. package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
  77. package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
  78. package/esm2022/icons/arrowright/arrowright.mjs +3 -3
  79. package/esm2022/icons/arrowup/arrowup.mjs +3 -3
  80. package/esm2022/icons/ban/ban.mjs +3 -3
  81. package/esm2022/icons/bars/bars.mjs +3 -3
  82. package/esm2022/icons/blank/blank.mjs +3 -3
  83. package/esm2022/icons/calendar/calendar.mjs +3 -3
  84. package/esm2022/icons/caretleft/caretleft.mjs +3 -3
  85. package/esm2022/icons/caretright/caretright.mjs +3 -3
  86. package/esm2022/icons/check/check.mjs +3 -3
  87. package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
  88. package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
  89. package/esm2022/icons/chevronright/chevronright.mjs +3 -3
  90. package/esm2022/icons/chevronup/chevronup.mjs +3 -3
  91. package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
  92. package/esm2022/icons/eye/eye.mjs +3 -3
  93. package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
  94. package/esm2022/icons/filter/filter.mjs +3 -3
  95. package/esm2022/icons/filterslash/filterslash.mjs +3 -3
  96. package/esm2022/icons/home/home.mjs +3 -3
  97. package/esm2022/icons/infocircle/infocircle.mjs +3 -3
  98. package/esm2022/icons/minus/minus.mjs +3 -3
  99. package/esm2022/icons/pencil/pencil.mjs +3 -3
  100. package/esm2022/icons/plus/plus.mjs +3 -3
  101. package/esm2022/icons/refresh/refresh.mjs +3 -3
  102. package/esm2022/icons/search/search.mjs +3 -3
  103. package/esm2022/icons/searchminus/searchminus.mjs +3 -3
  104. package/esm2022/icons/searchplus/searchplus.mjs +3 -3
  105. package/esm2022/icons/sortalt/sortalt.mjs +3 -3
  106. package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
  107. package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
  108. package/esm2022/icons/spinner/spinner.mjs +3 -3
  109. package/esm2022/icons/star/star.mjs +3 -3
  110. package/esm2022/icons/starfill/starfill.mjs +3 -3
  111. package/esm2022/icons/thlarge/thlarge.mjs +3 -3
  112. package/esm2022/icons/times/times.mjs +3 -3
  113. package/esm2022/icons/timescircle/timescircle.mjs +3 -3
  114. package/esm2022/icons/trash/trash.mjs +3 -3
  115. package/esm2022/icons/undo/undo.mjs +3 -3
  116. package/esm2022/icons/upload/upload.mjs +3 -3
  117. package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
  118. package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
  119. package/esm2022/image/image.mjs +7 -7
  120. package/esm2022/inplace/inplace.mjs +13 -13
  121. package/esm2022/inputgroup/inputgroup.mjs +7 -7
  122. package/esm2022/inputgroupaddon/inputgroupaddon.mjs +7 -7
  123. package/esm2022/inputicon/inputicon.mjs +7 -7
  124. package/esm2022/inputmask/inputmask.mjs +7 -7
  125. package/esm2022/inputnumber/inputnumber.mjs +31 -17
  126. package/esm2022/inputotp/inputotp.mjs +20 -15
  127. package/esm2022/inputswitch/inputswitch.mjs +8 -9
  128. package/esm2022/inputtext/inputtext.mjs +7 -7
  129. package/esm2022/inputtextarea/inputtextarea.mjs +7 -7
  130. package/esm2022/keyfilter/keyfilter.mjs +7 -7
  131. package/esm2022/knob/knob.mjs +7 -7
  132. package/esm2022/listbox/listbox.mjs +10 -10
  133. package/esm2022/megamenu/megamenu.mjs +10 -10
  134. package/esm2022/menu/menu.mjs +13 -13
  135. package/esm2022/menubar/menubar.mjs +13 -13
  136. package/esm2022/message/message.mjs +18 -36
  137. package/esm2022/messages/messages.mjs +7 -7
  138. package/esm2022/metergroup/metergroup.mjs +10 -10
  139. package/esm2022/multiselect/multiselect.mjs +10 -10
  140. package/esm2022/orderlist/orderlist.mjs +9 -8
  141. package/esm2022/organizationchart/organizationchart.mjs +10 -10
  142. package/esm2022/overlay/overlay.mjs +7 -7
  143. package/esm2022/overlaypanel/overlaypanel.mjs +7 -7
  144. package/esm2022/paginator/paginator.mjs +7 -7
  145. package/esm2022/panel/panel.mjs +7 -7
  146. package/esm2022/panelmenu/panelmenu.mjs +18 -22
  147. package/esm2022/password/password.mjs +13 -13
  148. package/esm2022/picklist/picklist.mjs +12 -10
  149. package/esm2022/progressbar/progressbar.mjs +7 -7
  150. package/esm2022/progressspinner/progressspinner.mjs +7 -7
  151. package/esm2022/radiobutton/radiobutton.mjs +10 -10
  152. package/esm2022/rating/rating.mjs +7 -7
  153. package/esm2022/ripple/ripple.mjs +7 -7
  154. package/esm2022/scroller/scroller.mjs +7 -7
  155. package/esm2022/scrollpanel/scrollpanel.mjs +7 -7
  156. package/esm2022/scrolltop/scrolltop.mjs +7 -7
  157. package/esm2022/selectbutton/selectbutton.mjs +7 -7
  158. package/esm2022/sidebar/sidebar.mjs +7 -7
  159. package/esm2022/skeleton/skeleton.mjs +12 -12
  160. package/esm2022/slidemenu/slidemenu.mjs +10 -10
  161. package/esm2022/slider/slider.mjs +7 -7
  162. package/esm2022/speeddial/speeddial.mjs +7 -7
  163. package/esm2022/spinner/spinner.mjs +7 -7
  164. package/esm2022/splitbutton/splitbutton.mjs +7 -7
  165. package/esm2022/splitter/splitter.mjs +7 -7
  166. package/esm2022/stepper/stepper.mjs +19 -19
  167. package/esm2022/steps/steps.mjs +12 -12
  168. package/esm2022/styleclass/styleclass.mjs +7 -7
  169. package/esm2022/table/table.mjs +109 -88
  170. package/esm2022/tabmenu/tabmenu.mjs +7 -7
  171. package/esm2022/tabview/tabview.mjs +10 -10
  172. package/esm2022/tag/tag.mjs +9 -12
  173. package/esm2022/terminal/terminal.mjs +7 -7
  174. package/esm2022/terminal/terminalservice.mjs +3 -3
  175. package/esm2022/tieredmenu/tieredmenu.mjs +30 -32
  176. package/esm2022/timeline/timeline.mjs +7 -7
  177. package/esm2022/toast/toast.mjs +13 -11
  178. package/esm2022/togglebutton/togglebutton.mjs +7 -7
  179. package/esm2022/toolbar/toolbar.mjs +7 -7
  180. package/esm2022/tooltip/tooltip.mjs +39 -18
  181. package/esm2022/tree/tree.mjs +15 -11
  182. package/esm2022/treeselect/treeselect.mjs +48 -15
  183. package/esm2022/treetable/treetable.mjs +55 -55
  184. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +7 -7
  185. package/esm2022/virtualscroller/virtualscroller.mjs +7 -7
  186. package/fesm2022/primeng-accordion.mjs +10 -10
  187. package/fesm2022/primeng-animate.mjs +7 -7
  188. package/fesm2022/primeng-animateonscroll.mjs +7 -7
  189. package/fesm2022/primeng-api.mjs +88 -34
  190. package/fesm2022/primeng-api.mjs.map +1 -1
  191. package/fesm2022/primeng-autocomplete.mjs +11 -11
  192. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  193. package/fesm2022/primeng-autofocus.mjs +33 -26
  194. package/fesm2022/primeng-autofocus.mjs.map +1 -1
  195. package/fesm2022/primeng-avatar.mjs +7 -7
  196. package/fesm2022/primeng-avatargroup.mjs +7 -7
  197. package/fesm2022/primeng-badge.mjs +24 -17
  198. package/fesm2022/primeng-badge.mjs.map +1 -1
  199. package/fesm2022/primeng-baseicon.mjs +3 -3
  200. package/fesm2022/primeng-blockui.mjs +7 -7
  201. package/fesm2022/primeng-breadcrumb.mjs +15 -15
  202. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  203. package/fesm2022/primeng-button.mjs +17 -24
  204. package/fesm2022/primeng-button.mjs.map +1 -1
  205. package/fesm2022/primeng-buttongroup.mjs +7 -7
  206. package/fesm2022/primeng-calendar.mjs +94 -21
  207. package/fesm2022/primeng-calendar.mjs.map +1 -1
  208. package/fesm2022/primeng-card.mjs +7 -7
  209. package/fesm2022/primeng-carousel.mjs +8 -7
  210. package/fesm2022/primeng-carousel.mjs.map +1 -1
  211. package/fesm2022/primeng-cascadeselect.mjs +10 -10
  212. package/fesm2022/primeng-chart.mjs +7 -7
  213. package/fesm2022/primeng-chart.mjs.map +1 -1
  214. package/fesm2022/primeng-checkbox.mjs +7 -7
  215. package/fesm2022/primeng-chip.mjs +7 -7
  216. package/fesm2022/primeng-chips.mjs +7 -7
  217. package/fesm2022/primeng-colorpicker.mjs +7 -7
  218. package/fesm2022/primeng-confirmdialog.mjs +8 -7
  219. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  220. package/fesm2022/primeng-confirmpopup.mjs +7 -7
  221. package/fesm2022/primeng-contextmenu.mjs +10 -10
  222. package/fesm2022/primeng-dataview.mjs +11 -12
  223. package/fesm2022/primeng-dataview.mjs.map +1 -1
  224. package/fesm2022/primeng-defer.mjs +7 -7
  225. package/fesm2022/primeng-dialog.mjs +8 -7
  226. package/fesm2022/primeng-dialog.mjs.map +1 -1
  227. package/fesm2022/primeng-divider.mjs +7 -7
  228. package/fesm2022/primeng-dock.mjs +7 -7
  229. package/fesm2022/primeng-dom.mjs +64 -1
  230. package/fesm2022/primeng-dom.mjs.map +1 -1
  231. package/fesm2022/primeng-dragdrop.mjs +10 -10
  232. package/fesm2022/primeng-dropdown.mjs +29 -19
  233. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  234. package/fesm2022/primeng-dynamicdialog.mjs +17 -13
  235. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  236. package/fesm2022/primeng-editor.mjs +7 -7
  237. package/fesm2022/primeng-fieldset.mjs +7 -7
  238. package/fesm2022/primeng-fileupload.mjs +94 -13
  239. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  240. package/fesm2022/primeng-floatlabel.mjs +7 -7
  241. package/fesm2022/primeng-focustrap.mjs +66 -22
  242. package/fesm2022/primeng-focustrap.mjs.map +1 -1
  243. package/fesm2022/primeng-galleria.mjs +75 -28
  244. package/fesm2022/primeng-galleria.mjs.map +1 -1
  245. package/fesm2022/primeng-iconfield.mjs +7 -7
  246. package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
  247. package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
  248. package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
  249. package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
  250. package/fesm2022/primeng-icons-angledown.mjs +3 -3
  251. package/fesm2022/primeng-icons-angleleft.mjs +3 -3
  252. package/fesm2022/primeng-icons-angleright.mjs +3 -3
  253. package/fesm2022/primeng-icons-angleup.mjs +3 -3
  254. package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
  255. package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
  256. package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
  257. package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
  258. package/fesm2022/primeng-icons-arrowright.mjs +3 -3
  259. package/fesm2022/primeng-icons-arrowup.mjs +3 -3
  260. package/fesm2022/primeng-icons-ban.mjs +3 -3
  261. package/fesm2022/primeng-icons-bars.mjs +3 -3
  262. package/fesm2022/primeng-icons-blank.mjs +3 -3
  263. package/fesm2022/primeng-icons-calendar.mjs +3 -3
  264. package/fesm2022/primeng-icons-caretleft.mjs +3 -3
  265. package/fesm2022/primeng-icons-caretright.mjs +3 -3
  266. package/fesm2022/primeng-icons-check.mjs +3 -3
  267. package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
  268. package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
  269. package/fesm2022/primeng-icons-chevronright.mjs +3 -3
  270. package/fesm2022/primeng-icons-chevronup.mjs +3 -3
  271. package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
  272. package/fesm2022/primeng-icons-eye.mjs +3 -3
  273. package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
  274. package/fesm2022/primeng-icons-filter.mjs +3 -3
  275. package/fesm2022/primeng-icons-filterslash.mjs +3 -3
  276. package/fesm2022/primeng-icons-home.mjs +3 -3
  277. package/fesm2022/primeng-icons-infocircle.mjs +3 -3
  278. package/fesm2022/primeng-icons-minus.mjs +3 -3
  279. package/fesm2022/primeng-icons-pencil.mjs +3 -3
  280. package/fesm2022/primeng-icons-plus.mjs +3 -3
  281. package/fesm2022/primeng-icons-refresh.mjs +3 -3
  282. package/fesm2022/primeng-icons-search.mjs +3 -3
  283. package/fesm2022/primeng-icons-searchminus.mjs +3 -3
  284. package/fesm2022/primeng-icons-searchplus.mjs +3 -3
  285. package/fesm2022/primeng-icons-sortalt.mjs +3 -3
  286. package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
  287. package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
  288. package/fesm2022/primeng-icons-spinner.mjs +3 -3
  289. package/fesm2022/primeng-icons-star.mjs +3 -3
  290. package/fesm2022/primeng-icons-starfill.mjs +3 -3
  291. package/fesm2022/primeng-icons-thlarge.mjs +3 -3
  292. package/fesm2022/primeng-icons-times.mjs +3 -3
  293. package/fesm2022/primeng-icons-timescircle.mjs +3 -3
  294. package/fesm2022/primeng-icons-trash.mjs +3 -3
  295. package/fesm2022/primeng-icons-undo.mjs +3 -3
  296. package/fesm2022/primeng-icons-upload.mjs +3 -3
  297. package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
  298. package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
  299. package/fesm2022/primeng-image.mjs +7 -7
  300. package/fesm2022/primeng-inplace.mjs +13 -13
  301. package/fesm2022/primeng-inputgroup.mjs +7 -7
  302. package/fesm2022/primeng-inputgroupaddon.mjs +7 -7
  303. package/fesm2022/primeng-inputicon.mjs +7 -7
  304. package/fesm2022/primeng-inputmask.mjs +7 -7
  305. package/fesm2022/primeng-inputnumber.mjs +31 -17
  306. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  307. package/fesm2022/primeng-inputotp.mjs +19 -14
  308. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  309. package/fesm2022/primeng-inputswitch.mjs +7 -8
  310. package/fesm2022/primeng-inputswitch.mjs.map +1 -1
  311. package/fesm2022/primeng-inputtext.mjs +7 -7
  312. package/fesm2022/primeng-inputtextarea.mjs +7 -7
  313. package/fesm2022/primeng-keyfilter.mjs +7 -7
  314. package/fesm2022/primeng-knob.mjs +7 -7
  315. package/fesm2022/primeng-listbox.mjs +9 -9
  316. package/fesm2022/primeng-listbox.mjs.map +1 -1
  317. package/fesm2022/primeng-megamenu.mjs +10 -10
  318. package/fesm2022/primeng-menu.mjs +13 -13
  319. package/fesm2022/primeng-menubar.mjs +13 -13
  320. package/fesm2022/primeng-message.mjs +17 -35
  321. package/fesm2022/primeng-message.mjs.map +1 -1
  322. package/fesm2022/primeng-messages.mjs +7 -7
  323. package/fesm2022/primeng-metergroup.mjs +10 -10
  324. package/fesm2022/primeng-multiselect.mjs +10 -10
  325. package/fesm2022/primeng-orderlist.mjs +8 -7
  326. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  327. package/fesm2022/primeng-organizationchart.mjs +10 -10
  328. package/fesm2022/primeng-overlay.mjs +7 -7
  329. package/fesm2022/primeng-overlaypanel.mjs +7 -7
  330. package/fesm2022/primeng-paginator.mjs +7 -7
  331. package/fesm2022/primeng-panel.mjs +7 -7
  332. package/fesm2022/primeng-panelmenu.mjs +17 -21
  333. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  334. package/fesm2022/primeng-password.mjs +13 -13
  335. package/fesm2022/primeng-picklist.mjs +11 -9
  336. package/fesm2022/primeng-picklist.mjs.map +1 -1
  337. package/fesm2022/primeng-progressbar.mjs +7 -7
  338. package/fesm2022/primeng-progressspinner.mjs +7 -7
  339. package/fesm2022/primeng-radiobutton.mjs +10 -10
  340. package/fesm2022/primeng-rating.mjs +7 -7
  341. package/fesm2022/primeng-ripple.mjs +7 -7
  342. package/fesm2022/primeng-scroller.mjs +7 -7
  343. package/fesm2022/primeng-scrollpanel.mjs +7 -7
  344. package/fesm2022/primeng-scrolltop.mjs +7 -7
  345. package/fesm2022/primeng-selectbutton.mjs +7 -7
  346. package/fesm2022/primeng-sidebar.mjs +7 -7
  347. package/fesm2022/primeng-skeleton.mjs +11 -11
  348. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  349. package/fesm2022/primeng-slidemenu.mjs +10 -10
  350. package/fesm2022/primeng-slider.mjs +7 -7
  351. package/fesm2022/primeng-speeddial.mjs +7 -7
  352. package/fesm2022/primeng-spinner.mjs +7 -7
  353. package/fesm2022/primeng-splitbutton.mjs +7 -7
  354. package/fesm2022/primeng-splitter.mjs +7 -7
  355. package/fesm2022/primeng-stepper.mjs +19 -19
  356. package/fesm2022/primeng-steps.mjs +11 -11
  357. package/fesm2022/primeng-steps.mjs.map +1 -1
  358. package/fesm2022/primeng-styleclass.mjs +7 -7
  359. package/fesm2022/primeng-table.mjs +108 -87
  360. package/fesm2022/primeng-table.mjs.map +1 -1
  361. package/fesm2022/primeng-tabmenu.mjs +7 -7
  362. package/fesm2022/primeng-tabview.mjs +10 -10
  363. package/fesm2022/primeng-tag.mjs +8 -11
  364. package/fesm2022/primeng-tag.mjs.map +1 -1
  365. package/fesm2022/primeng-terminal.mjs +10 -10
  366. package/fesm2022/primeng-tieredmenu.mjs +29 -31
  367. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  368. package/fesm2022/primeng-timeline.mjs +7 -7
  369. package/fesm2022/primeng-toast.mjs +12 -10
  370. package/fesm2022/primeng-toast.mjs.map +1 -1
  371. package/fesm2022/primeng-togglebutton.mjs +7 -7
  372. package/fesm2022/primeng-toolbar.mjs +7 -7
  373. package/fesm2022/primeng-tooltip.mjs +38 -17
  374. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  375. package/fesm2022/primeng-tree.mjs +14 -10
  376. package/fesm2022/primeng-tree.mjs.map +1 -1
  377. package/fesm2022/primeng-treeselect.mjs +47 -14
  378. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  379. package/fesm2022/primeng-treetable.mjs +55 -55
  380. package/fesm2022/primeng-tristatecheckbox.mjs +7 -7
  381. package/fesm2022/primeng-virtualscroller.mjs +7 -7
  382. package/fileupload/fileupload.d.ts +22 -2
  383. package/fileupload/fileupload.interface.d.ts +73 -3
  384. package/focustrap/focustrap.d.ts +12 -2
  385. package/galleria/galleria.d.ts +10 -2
  386. package/message/message.d.ts +6 -2
  387. package/package.json +195 -195
  388. package/panelmenu/panelmenu.d.ts +0 -1
  389. package/resources/components/dropdown/dropdown.css +6 -2
  390. package/resources/components/galleria/galleria.css +5 -0
  391. package/resources/themes/arya-blue/theme.css +0 -4
  392. package/resources/themes/arya-green/theme.css +0 -4
  393. package/resources/themes/arya-orange/theme.css +0 -4
  394. package/resources/themes/arya-purple/theme.css +0 -4
  395. package/resources/themes/aura-dark-amber/theme.css +56 -0
  396. package/resources/themes/aura-dark-blue/theme.css +56 -0
  397. package/resources/themes/aura-dark-cyan/theme.css +56 -0
  398. package/resources/themes/aura-dark-green/theme.css +56 -0
  399. package/resources/themes/aura-dark-indigo/theme.css +56 -0
  400. package/resources/themes/aura-dark-lime/theme.css +56 -0
  401. package/resources/themes/aura-dark-noir/theme.css +56 -0
  402. package/resources/themes/aura-dark-pink/theme.css +56 -0
  403. package/resources/themes/aura-dark-purple/theme.css +56 -0
  404. package/resources/themes/aura-dark-teal/theme.css +56 -0
  405. package/resources/themes/aura-light-amber/theme.css +56 -0
  406. package/resources/themes/aura-light-blue/theme.css +56 -0
  407. package/resources/themes/aura-light-cyan/theme.css +56 -0
  408. package/resources/themes/aura-light-green/theme.css +56 -0
  409. package/resources/themes/aura-light-indigo/theme.css +56 -0
  410. package/resources/themes/aura-light-lime/theme.css +56 -0
  411. package/resources/themes/aura-light-noir/theme.css +56 -0
  412. package/resources/themes/aura-light-pink/theme.css +56 -0
  413. package/resources/themes/aura-light-purple/theme.css +56 -0
  414. package/resources/themes/aura-light-teal/theme.css +56 -0
  415. package/resources/themes/bootstrap4-dark-blue/theme.css +49 -4
  416. package/resources/themes/bootstrap4-dark-purple/theme.css +49 -4
  417. package/resources/themes/bootstrap4-light-blue/theme.css +49 -4
  418. package/resources/themes/bootstrap4-light-purple/theme.css +49 -4
  419. package/resources/themes/fluent-light/theme.css +0 -4
  420. package/resources/themes/lara-dark-blue/theme.css +56 -0
  421. package/resources/themes/lara-dark-indigo/theme.css +56 -0
  422. package/resources/themes/lara-dark-purple/theme.css +56 -0
  423. package/resources/themes/lara-dark-teal/theme.css +56 -0
  424. package/resources/themes/lara-light-blue/theme.css +105 -0
  425. package/resources/themes/lara-light-indigo/theme.css +105 -0
  426. package/resources/themes/lara-light-purple/theme.css +105 -0
  427. package/resources/themes/lara-light-teal/theme.css +105 -0
  428. package/resources/themes/luna-amber/theme.css +0 -4
  429. package/resources/themes/luna-blue/theme.css +0 -4
  430. package/resources/themes/luna-green/theme.css +0 -4
  431. package/resources/themes/luna-pink/theme.css +0 -4
  432. package/resources/themes/md-dark-deeppurple/theme.css +56 -0
  433. package/resources/themes/md-dark-indigo/theme.css +56 -0
  434. package/resources/themes/md-light-deeppurple/theme.css +56 -0
  435. package/resources/themes/md-light-indigo/theme.css +56 -0
  436. package/resources/themes/mdc-dark-deeppurple/theme.css +56 -0
  437. package/resources/themes/mdc-dark-indigo/theme.css +56 -0
  438. package/resources/themes/mdc-light-deeppurple/theme.css +56 -0
  439. package/resources/themes/mdc-light-indigo/theme.css +56 -0
  440. package/resources/themes/mira/theme.css +0 -4
  441. package/resources/themes/nano/theme.css +0 -4
  442. package/resources/themes/nova/theme.css +0 -4
  443. package/resources/themes/nova-accent/theme.css +0 -4
  444. package/resources/themes/nova-alt/theme.css +0 -4
  445. package/resources/themes/rhea/theme.css +0 -4
  446. package/resources/themes/saga-blue/theme.css +0 -4
  447. package/resources/themes/saga-green/theme.css +0 -4
  448. package/resources/themes/saga-orange/theme.css +0 -4
  449. package/resources/themes/saga-purple/theme.css +0 -4
  450. package/resources/themes/soho-dark/theme.css +0 -4
  451. package/resources/themes/soho-light/theme.css +0 -4
  452. package/resources/themes/tailwind-light/theme.css +0 -4
  453. package/resources/themes/vela-blue/theme.css +0 -4
  454. package/resources/themes/vela-green/theme.css +0 -4
  455. package/resources/themes/vela-orange/theme.css +0 -4
  456. package/resources/themes/vela-purple/theme.css +0 -4
  457. package/resources/themes/viva-dark/theme.css +0 -4
  458. package/resources/themes/viva-light/theme.css +0 -4
  459. package/skeleton/skeleton.d.ts +2 -2
  460. package/table/table.d.ts +18 -3
  461. package/tag/tag.d.ts +2 -5
  462. package/tieredmenu/tieredmenu.d.ts +2 -3
  463. package/tooltip/tooltip.d.ts +2 -1
  464. package/treeselect/treeselect.d.ts +21 -3
@@ -1,7 +1,7 @@
1
1
  import { DomHandler } from 'primeng/dom';
2
- import { CommonModule } from '@angular/common';
2
+ import { DOCUMENT, isPlatformBrowser, CommonModule } from '@angular/common';
3
3
  import * as i0 from '@angular/core';
4
- import { inject, ElementRef, booleanAttribute, Directive, Input, HostListener, NgModule } from '@angular/core';
4
+ import { inject, PLATFORM_ID, ElementRef, booleanAttribute, Directive, Input, NgModule } from '@angular/core';
5
5
 
6
6
  /**
7
7
  * Focus Trap keeps focus within a certain DOM element while tabbing.
@@ -13,21 +13,71 @@ class FocusTrap {
13
13
  * @group Props
14
14
  */
15
15
  pFocusTrapDisabled = false;
16
+ platformId = inject(PLATFORM_ID);
16
17
  host = inject(ElementRef);
17
- onkeydown(e) {
18
- if (this.pFocusTrapDisabled !== true) {
19
- e.preventDefault();
20
- const focusableElement = DomHandler.getNextFocusableElement(this.host.nativeElement, e.shiftKey);
21
- if (focusableElement) {
22
- focusableElement.focus();
23
- focusableElement.select?.();
18
+ document = inject(DOCUMENT);
19
+ firstHiddenFocusableElement;
20
+ lastHiddenFocusableElement;
21
+ ngOnInit() {
22
+ if (isPlatformBrowser(this.platformId) && !this.pFocusTrapDisabled) {
23
+ !this.firstHiddenFocusableElement && !this.lastHiddenFocusableElement && this.createHiddenFocusableElements();
24
+ }
25
+ }
26
+ ngOnChanges(changes) {
27
+ if (changes.pFocusTrapDisabled && isPlatformBrowser(this.platformId)) {
28
+ if (changes.pFocusTrapDisabled.currentValue) {
29
+ this.removeHiddenFocusableElements();
30
+ }
31
+ else {
32
+ this.createHiddenFocusableElements();
24
33
  }
25
34
  }
26
35
  }
27
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FocusTrap, deps: [], target: i0.ɵɵFactoryTarget.Directive });
28
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: FocusTrap, selector: "[pFocusTrap]", inputs: { pFocusTrapDisabled: ["pFocusTrapDisabled", "pFocusTrapDisabled", booleanAttribute] }, host: { listeners: { "keydown.tab": "onkeydown($event)", "keydown.shift.tab": "onkeydown($event)" }, classAttribute: "p-element" }, ngImport: i0 });
36
+ removeHiddenFocusableElements() {
37
+ if (this.firstHiddenFocusableElement && this.firstHiddenFocusableElement.parentNode) {
38
+ this.firstHiddenFocusableElement.parentNode.removeChild(this.firstHiddenFocusableElement);
39
+ }
40
+ if (this.lastHiddenFocusableElement && this.lastHiddenFocusableElement.parentNode) {
41
+ this.lastHiddenFocusableElement.parentNode.removeChild(this.lastHiddenFocusableElement);
42
+ }
43
+ }
44
+ getComputedSelector(selector) {
45
+ return `:not(.p-hidden-focusable):not([data-p-hidden-focusable="true"])${selector ?? ''}`;
46
+ }
47
+ createHiddenFocusableElements() {
48
+ const tabindex = '0';
49
+ const createFocusableElement = (onFocus) => {
50
+ return DomHandler.createElement('span', {
51
+ class: 'p-hidden-accessible p-hidden-focusable',
52
+ tabindex,
53
+ role: 'presentation',
54
+ 'aria-hidden': true,
55
+ 'data-p-hidden-accessible': true,
56
+ 'data-p-hidden-focusable': true,
57
+ onFocus: onFocus?.bind(this)
58
+ });
59
+ };
60
+ this.firstHiddenFocusableElement = createFocusableElement(this.onFirstHiddenElementFocus);
61
+ this.lastHiddenFocusableElement = createFocusableElement(this.onLastHiddenElementFocus);
62
+ this.firstHiddenFocusableElement.setAttribute('data-pc-section', 'firstfocusableelement');
63
+ this.lastHiddenFocusableElement.setAttribute('data-pc-section', 'lastfocusableelement');
64
+ this.host.nativeElement.prepend(this.firstHiddenFocusableElement);
65
+ this.host.nativeElement.append(this.lastHiddenFocusableElement);
66
+ }
67
+ onFirstHiddenElementFocus(event) {
68
+ const { currentTarget, relatedTarget } = event;
69
+ const focusableElement = relatedTarget === this.lastHiddenFocusableElement || !this.host.nativeElement?.contains(relatedTarget) ? DomHandler.getFirstFocusableElement(currentTarget.parentElement, ':not(.p-hidden-focusable)') : this.lastHiddenFocusableElement;
70
+ DomHandler.focus(focusableElement);
71
+ }
72
+ onLastHiddenElementFocus(event) {
73
+ const { currentTarget, relatedTarget } = event;
74
+ const focusableElement = relatedTarget === this.firstHiddenFocusableElement || !this.host.nativeElement?.contains(relatedTarget) ? DomHandler.getLastFocusableElement(currentTarget.parentElement, ':not(.p-hidden-focusable)') : this.firstHiddenFocusableElement;
75
+ DomHandler.focus(focusableElement);
76
+ }
77
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusTrap, deps: [], target: i0.ɵɵFactoryTarget.Directive });
78
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.7", type: FocusTrap, selector: "[pFocusTrap]", inputs: { pFocusTrapDisabled: ["pFocusTrapDisabled", "pFocusTrapDisabled", booleanAttribute] }, host: { classAttribute: "p-element" }, usesOnChanges: true, ngImport: i0 });
29
79
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FocusTrap, decorators: [{
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusTrap, decorators: [{
31
81
  type: Directive,
32
82
  args: [{
33
83
  selector: '[pFocusTrap]',
@@ -38,19 +88,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
38
88
  }], propDecorators: { pFocusTrapDisabled: [{
39
89
  type: Input,
40
90
  args: [{ transform: booleanAttribute }]
41
- }], onkeydown: [{
42
- type: HostListener,
43
- args: ['keydown.tab', ['$event']]
44
- }, {
45
- type: HostListener,
46
- args: ['keydown.shift.tab', ['$event']]
47
91
  }] } });
48
92
  class FocusTrapModule {
49
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FocusTrapModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
50
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: FocusTrapModule, declarations: [FocusTrap], imports: [CommonModule], exports: [FocusTrap] });
51
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FocusTrapModule, imports: [CommonModule] });
93
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusTrapModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
94
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: FocusTrapModule, declarations: [FocusTrap], imports: [CommonModule], exports: [FocusTrap] });
95
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusTrapModule, imports: [CommonModule] });
52
96
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FocusTrapModule, decorators: [{
97
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: FocusTrapModule, decorators: [{
54
98
  type: NgModule,
55
99
  args: [{
56
100
  imports: [CommonModule],
@@ -1 +1 @@
1
- {"version":3,"file":"primeng-focustrap.mjs","sources":["../../src/app/components/focustrap/focustrap.ts","../../src/app/components/focustrap/primeng-focustrap.ts"],"sourcesContent":["import { DomHandler } from 'primeng/dom';\n\nimport { CommonModule } from '@angular/common';\nimport { Directive, ElementRef, HostListener, Input, NgModule, inject, booleanAttribute } from '@angular/core';\n/**\n * Focus Trap keeps focus within a certain DOM element while tabbing.\n * @group Components\n */\n@Directive({\n selector: '[pFocusTrap]',\n host: {\n class: 'p-element'\n }\n})\nexport class FocusTrap {\n /**\n * When set as true, focus wouldn't be managed.\n * @group Props\n */\n @Input({ transform: booleanAttribute }) pFocusTrapDisabled: boolean = false;\n\n host: ElementRef = inject(ElementRef);\n\n @HostListener('keydown.tab', ['$event'])\n @HostListener('keydown.shift.tab', ['$event'])\n onkeydown(e: KeyboardEvent) {\n if (this.pFocusTrapDisabled !== true) {\n e.preventDefault();\n const focusableElement = DomHandler.getNextFocusableElement(this.host.nativeElement, e.shiftKey);\n if (focusableElement) {\n focusableElement.focus();\n focusableElement.select?.();\n }\n }\n }\n}\n\n@NgModule({\n imports: [CommonModule],\n exports: [FocusTrap],\n declarations: [FocusTrap]\n})\nexport class FocusTrapModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA;;;AAGG;MAOU,SAAS,CAAA;AAClB;;;AAGG;IACqC,kBAAkB,GAAY,KAAK,CAAC;AAE5E,IAAA,IAAI,GAAe,MAAM,CAAC,UAAU,CAAC,CAAC;AAItC,IAAA,SAAS,CAAC,CAAgB,EAAA;AACtB,QAAA,IAAI,IAAI,CAAC,kBAAkB,KAAK,IAAI,EAAE;YAClC,CAAC,CAAC,cAAc,EAAE,CAAC;AACnB,YAAA,MAAM,gBAAgB,GAAG,UAAU,CAAC,uBAAuB,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC;AACjG,YAAA,IAAI,gBAAgB,EAAE;gBAClB,gBAAgB,CAAC,KAAK,EAAE,CAAC;AACzB,gBAAA,gBAAgB,CAAC,MAAM,IAAI,CAAC;AAC/B,aAAA;AACJ,SAAA;KACJ;uGApBQ,SAAS,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAT,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,SAAS,uGAKE,gBAAgB,CAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,aAAA,EAAA,mBAAA,EAAA,mBAAA,EAAA,mBAAA,EAAA,EAAA,cAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;2FAL3B,SAAS,EAAA,UAAA,EAAA,CAAA;kBANrB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE,WAAW;AACrB,qBAAA;AACJ,iBAAA,CAAA;8BAM2C,kBAAkB,EAAA,CAAA;sBAAzD,KAAK;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAMtC,SAAS,EAAA,CAAA;sBAFR,YAAY;uBAAC,aAAa,EAAE,CAAC,QAAQ,CAAC,CAAA;;sBACtC,YAAY;uBAAC,mBAAmB,EAAE,CAAC,QAAQ,CAAC,CAAA;;MAkBpC,eAAe,CAAA;uGAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EA5Bf,YAAA,EAAA,CAAA,SAAS,CAwBR,EAAA,OAAA,EAAA,CAAA,YAAY,aAxBb,SAAS,CAAA,EAAA,CAAA,CAAA;AA4BT,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAJd,YAAY,CAAA,EAAA,CAAA,CAAA;;2FAIb,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,SAAS,CAAC;oBACpB,YAAY,EAAE,CAAC,SAAS,CAAC;AAC5B,iBAAA,CAAA;;;ACzCD;;AAEG;;;;"}
1
+ {"version":3,"file":"primeng-focustrap.mjs","sources":["../../src/app/components/focustrap/focustrap.ts","../../src/app/components/focustrap/primeng-focustrap.ts"],"sourcesContent":["import { DomHandler } from 'primeng/dom';\nimport { CommonModule, DOCUMENT, isPlatformBrowser } from '@angular/common';\nimport { Directive, ElementRef, Input, NgModule, inject, booleanAttribute, PLATFORM_ID, SimpleChanges } from '@angular/core';\n\n/**\n * Focus Trap keeps focus within a certain DOM element while tabbing.\n * @group Components\n */\n@Directive({\n selector: '[pFocusTrap]',\n host: {\n class: 'p-element'\n }\n})\nexport class FocusTrap {\n /**\n * When set as true, focus wouldn't be managed.\n * @group Props\n */\n @Input({ transform: booleanAttribute }) pFocusTrapDisabled: boolean = false;\n\n platformId = inject(PLATFORM_ID);\n\n host: ElementRef = inject(ElementRef);\n\n document: Document = inject(DOCUMENT);\n\n firstHiddenFocusableElement!: HTMLElement;\n\n lastHiddenFocusableElement!: HTMLElement;\n\n ngOnInit() {\n if (isPlatformBrowser(this.platformId) && !this.pFocusTrapDisabled) {\n !this.firstHiddenFocusableElement && !this.lastHiddenFocusableElement && this.createHiddenFocusableElements();\n }\n }\n\n ngOnChanges(changes: SimpleChanges) {\n if (changes.pFocusTrapDisabled && isPlatformBrowser(this.platformId)) {\n if (changes.pFocusTrapDisabled.currentValue) {\n this.removeHiddenFocusableElements();\n } else {\n this.createHiddenFocusableElements();\n }\n }\n }\n\n removeHiddenFocusableElements() {\n if (this.firstHiddenFocusableElement && this.firstHiddenFocusableElement.parentNode) {\n this.firstHiddenFocusableElement.parentNode.removeChild(this.firstHiddenFocusableElement);\n }\n\n if (this.lastHiddenFocusableElement && this.lastHiddenFocusableElement.parentNode) {\n this.lastHiddenFocusableElement.parentNode.removeChild(this.lastHiddenFocusableElement);\n }\n }\n getComputedSelector(selector) {\n return `:not(.p-hidden-focusable):not([data-p-hidden-focusable=\"true\"])${selector ?? ''}`;\n }\n\n createHiddenFocusableElements() {\n const tabindex = '0';\n\n const createFocusableElement = (onFocus) => {\n return DomHandler.createElement('span', {\n class: 'p-hidden-accessible p-hidden-focusable',\n tabindex,\n role: 'presentation',\n 'aria-hidden': true,\n 'data-p-hidden-accessible': true,\n 'data-p-hidden-focusable': true,\n onFocus: onFocus?.bind(this)\n });\n };\n\n this.firstHiddenFocusableElement = createFocusableElement(this.onFirstHiddenElementFocus);\n this.lastHiddenFocusableElement = createFocusableElement(this.onLastHiddenElementFocus);\n\n this.firstHiddenFocusableElement.setAttribute('data-pc-section', 'firstfocusableelement');\n this.lastHiddenFocusableElement.setAttribute('data-pc-section', 'lastfocusableelement');\n\n this.host.nativeElement.prepend(this.firstHiddenFocusableElement);\n this.host.nativeElement.append(this.lastHiddenFocusableElement);\n }\n\n onFirstHiddenElementFocus(event) {\n const { currentTarget, relatedTarget } = event;\n const focusableElement =\n relatedTarget === this.lastHiddenFocusableElement || !this.host.nativeElement?.contains(relatedTarget) ? DomHandler.getFirstFocusableElement(currentTarget.parentElement, ':not(.p-hidden-focusable)') : this.lastHiddenFocusableElement;\n\n DomHandler.focus(focusableElement);\n }\n\n onLastHiddenElementFocus(event) {\n const { currentTarget, relatedTarget } = event;\n const focusableElement =\n relatedTarget === this.firstHiddenFocusableElement || !this.host.nativeElement?.contains(relatedTarget) ? DomHandler.getLastFocusableElement(currentTarget.parentElement, ':not(.p-hidden-focusable)') : this.firstHiddenFocusableElement;\n\n DomHandler.focus(focusableElement);\n }\n}\n\n@NgModule({\n imports: [CommonModule],\n exports: [FocusTrap],\n declarations: [FocusTrap]\n})\nexport class FocusTrapModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA;;;AAGG;MAOU,SAAS,CAAA;AAClB;;;AAGG;IACqC,kBAAkB,GAAY,KAAK,CAAC;AAE5E,IAAA,UAAU,GAAG,MAAM,CAAC,WAAW,CAAC,CAAC;AAEjC,IAAA,IAAI,GAAe,MAAM,CAAC,UAAU,CAAC,CAAC;AAEtC,IAAA,QAAQ,GAAa,MAAM,CAAC,QAAQ,CAAC,CAAC;AAEtC,IAAA,2BAA2B,CAAe;AAE1C,IAAA,0BAA0B,CAAe;IAEzC,QAAQ,GAAA;QACJ,IAAI,iBAAiB,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE;AAChE,YAAA,CAAC,IAAI,CAAC,2BAA2B,IAAI,CAAC,IAAI,CAAC,0BAA0B,IAAI,IAAI,CAAC,6BAA6B,EAAE,CAAC;AACjH,SAAA;KACJ;AAED,IAAA,WAAW,CAAC,OAAsB,EAAA;QAC9B,IAAI,OAAO,CAAC,kBAAkB,IAAI,iBAAiB,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE;AAClE,YAAA,IAAI,OAAO,CAAC,kBAAkB,CAAC,YAAY,EAAE;gBACzC,IAAI,CAAC,6BAA6B,EAAE,CAAC;AACxC,aAAA;AAAM,iBAAA;gBACH,IAAI,CAAC,6BAA6B,EAAE,CAAC;AACxC,aAAA;AACJ,SAAA;KACJ;IAED,6BAA6B,GAAA;QACzB,IAAI,IAAI,CAAC,2BAA2B,IAAI,IAAI,CAAC,2BAA2B,CAAC,UAAU,EAAE;YACjF,IAAI,CAAC,2BAA2B,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC;AAC7F,SAAA;QAED,IAAI,IAAI,CAAC,0BAA0B,IAAI,IAAI,CAAC,0BAA0B,CAAC,UAAU,EAAE;YAC/E,IAAI,CAAC,0BAA0B,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;AAC3F,SAAA;KACJ;AACD,IAAA,mBAAmB,CAAC,QAAQ,EAAA;AACxB,QAAA,OAAO,CAAkE,+DAAA,EAAA,QAAQ,IAAI,EAAE,EAAE,CAAC;KAC7F;IAED,6BAA6B,GAAA;QACzB,MAAM,QAAQ,GAAG,GAAG,CAAC;AAErB,QAAA,MAAM,sBAAsB,GAAG,CAAC,OAAO,KAAI;AACvC,YAAA,OAAO,UAAU,CAAC,aAAa,CAAC,MAAM,EAAE;AACpC,gBAAA,KAAK,EAAE,wCAAwC;gBAC/C,QAAQ;AACR,gBAAA,IAAI,EAAE,cAAc;AACpB,gBAAA,aAAa,EAAE,IAAI;AACnB,gBAAA,0BAA0B,EAAE,IAAI;AAChC,gBAAA,yBAAyB,EAAE,IAAI;AAC/B,gBAAA,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC;AAC/B,aAAA,CAAC,CAAC;AACP,SAAC,CAAC;QAEF,IAAI,CAAC,2BAA2B,GAAG,sBAAsB,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC;QAC1F,IAAI,CAAC,0BAA0B,GAAG,sBAAsB,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAExF,IAAI,CAAC,2BAA2B,CAAC,YAAY,CAAC,iBAAiB,EAAE,uBAAuB,CAAC,CAAC;QAC1F,IAAI,CAAC,0BAA0B,CAAC,YAAY,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC;QAExF,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC;QAClE,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KACnE;AAED,IAAA,yBAAyB,CAAC,KAAK,EAAA;AAC3B,QAAA,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,GAAG,KAAK,CAAC;AAC/C,QAAA,MAAM,gBAAgB,GAClB,aAAa,KAAK,IAAI,CAAC,0BAA0B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC,wBAAwB,CAAC,aAAa,CAAC,aAAa,EAAE,2BAA2B,CAAC,GAAG,IAAI,CAAC,0BAA0B,CAAC;AAE7O,QAAA,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;KACtC;AAED,IAAA,wBAAwB,CAAC,KAAK,EAAA;AAC1B,QAAA,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,GAAG,KAAK,CAAC;AAC/C,QAAA,MAAM,gBAAgB,GAClB,aAAa,KAAK,IAAI,CAAC,2BAA2B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC,uBAAuB,CAAC,aAAa,CAAC,aAAa,EAAE,2BAA2B,CAAC,GAAG,IAAI,CAAC,2BAA2B,CAAC;AAE9O,QAAA,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;KACtC;uGArFQ,SAAS,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAT,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,SAAS,uGAKE,gBAAgB,CAAA,EAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,WAAA,EAAA,EAAA,aAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;2FAL3B,SAAS,EAAA,UAAA,EAAA,CAAA;kBANrB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE,WAAW;AACrB,qBAAA;AACJ,iBAAA,CAAA;8BAM2C,kBAAkB,EAAA,CAAA;sBAAzD,KAAK;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;MAwF7B,eAAe,CAAA;uGAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EA7Ff,YAAA,EAAA,CAAA,SAAS,CAyFR,EAAA,OAAA,EAAA,CAAA,YAAY,aAzFb,SAAS,CAAA,EAAA,CAAA,CAAA;AA6FT,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAJd,YAAY,CAAA,EAAA,CAAA,CAAA;;2FAIb,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,SAAS,CAAC;oBACpB,YAAY,EAAE,CAAC,SAAS,CAAC;AAC5B,iBAAA,CAAA;;;AC1GD;;AAEG;;;;"}
@@ -2,7 +2,7 @@ import { trigger, transition, style, animate } from '@angular/animations';
2
2
  import * as i2 from '@angular/common';
3
3
  import { DOCUMENT, isPlatformBrowser, CommonModule } from '@angular/common';
4
4
  import * as i0 from '@angular/core';
5
- import { EventEmitter, PLATFORM_ID, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Inject, Input, Output, ViewChild, ContentChildren, NgModule } from '@angular/core';
5
+ import { EventEmitter, PLATFORM_ID, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Inject, Input, Output, ViewChild, ContentChildren, HostListener, NgModule } from '@angular/core';
6
6
  import * as i1 from 'primeng/api';
7
7
  import { PrimeTemplate, SharedModule } from 'primeng/api';
8
8
  import { DomHandler } from 'primeng/dom';
@@ -305,8 +305,8 @@ class Galleria {
305
305
  this.disableModality();
306
306
  }
307
307
  }
308
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Galleria, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.PrimeNGConfig }], target: i0.ɵɵFactoryTarget.Component });
309
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: Galleria, selector: "p-galleria", inputs: { activeIndex: "activeIndex", fullScreen: ["fullScreen", "fullScreen", booleanAttribute], id: "id", value: "value", numVisible: ["numVisible", "numVisible", numberAttribute], responsiveOptions: "responsiveOptions", showItemNavigators: ["showItemNavigators", "showItemNavigators", booleanAttribute], showThumbnailNavigators: ["showThumbnailNavigators", "showThumbnailNavigators", booleanAttribute], showItemNavigatorsOnHover: ["showItemNavigatorsOnHover", "showItemNavigatorsOnHover", booleanAttribute], changeItemOnIndicatorHover: ["changeItemOnIndicatorHover", "changeItemOnIndicatorHover", booleanAttribute], circular: ["circular", "circular", booleanAttribute], autoPlay: ["autoPlay", "autoPlay", booleanAttribute], shouldStopAutoplayByClick: ["shouldStopAutoplayByClick", "shouldStopAutoplayByClick", booleanAttribute], transitionInterval: ["transitionInterval", "transitionInterval", numberAttribute], showThumbnails: ["showThumbnails", "showThumbnails", booleanAttribute], thumbnailsPosition: "thumbnailsPosition", verticalThumbnailViewPortHeight: "verticalThumbnailViewPortHeight", showIndicators: ["showIndicators", "showIndicators", booleanAttribute], showIndicatorsOnItem: ["showIndicatorsOnItem", "showIndicatorsOnItem", booleanAttribute], indicatorsPosition: "indicatorsPosition", baseZIndex: ["baseZIndex", "baseZIndex", numberAttribute], maskClass: "maskClass", containerClass: "containerClass", containerStyle: "containerStyle", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", visible: "visible" }, outputs: { activeIndexChange: "activeIndexChange", visibleChange: "visibleChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "mask", first: true, predicate: ["mask"], descendants: true }, { propertyName: "container", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
308
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Galleria, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.PrimeNGConfig }], target: i0.ɵɵFactoryTarget.Component });
309
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: Galleria, selector: "p-galleria", inputs: { activeIndex: "activeIndex", fullScreen: ["fullScreen", "fullScreen", booleanAttribute], id: "id", value: "value", numVisible: ["numVisible", "numVisible", numberAttribute], responsiveOptions: "responsiveOptions", showItemNavigators: ["showItemNavigators", "showItemNavigators", booleanAttribute], showThumbnailNavigators: ["showThumbnailNavigators", "showThumbnailNavigators", booleanAttribute], showItemNavigatorsOnHover: ["showItemNavigatorsOnHover", "showItemNavigatorsOnHover", booleanAttribute], changeItemOnIndicatorHover: ["changeItemOnIndicatorHover", "changeItemOnIndicatorHover", booleanAttribute], circular: ["circular", "circular", booleanAttribute], autoPlay: ["autoPlay", "autoPlay", booleanAttribute], shouldStopAutoplayByClick: ["shouldStopAutoplayByClick", "shouldStopAutoplayByClick", booleanAttribute], transitionInterval: ["transitionInterval", "transitionInterval", numberAttribute], showThumbnails: ["showThumbnails", "showThumbnails", booleanAttribute], thumbnailsPosition: "thumbnailsPosition", verticalThumbnailViewPortHeight: "verticalThumbnailViewPortHeight", showIndicators: ["showIndicators", "showIndicators", booleanAttribute], showIndicatorsOnItem: ["showIndicatorsOnItem", "showIndicatorsOnItem", booleanAttribute], indicatorsPosition: "indicatorsPosition", baseZIndex: ["baseZIndex", "baseZIndex", numberAttribute], maskClass: "maskClass", containerClass: "containerClass", containerStyle: "containerStyle", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", visible: "visible" }, outputs: { activeIndexChange: "activeIndexChange", visibleChange: "visibleChange" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "mask", first: true, predicate: ["mask"], descendants: true }, { propertyName: "container", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
310
310
  <div *ngIf="fullScreen; else windowed" #container>
311
311
  <div
312
312
  *ngIf="maskVisible"
@@ -327,6 +327,7 @@ class Galleria {
327
327
  (maskHide)="onMaskHide()"
328
328
  (activeItemChange)="onActiveItemChange($event)"
329
329
  [ngStyle]="containerStyle"
330
+ [fullScreen]="fullScreen"
330
331
  ></p-galleriaContent>
331
332
  </div>
332
333
  </div>
@@ -334,14 +335,14 @@ class Galleria {
334
335
  <ng-template #windowed>
335
336
  <p-galleriaContent [value]="value" [activeIndex]="activeIndex" [numVisible]="numVisibleLimit || numVisible" (activeItemChange)="onActiveItemChange($event)"></p-galleriaContent>
336
337
  </ng-template>
337
- `, isInline: true, styles: ["@layer primeng{.p-galleria-content{display:flex;flex-direction:column}.p-galleria-item-wrapper{display:flex;flex-direction:column;position:relative}.p-galleria-item-container{position:relative;display:flex;height:100%}.p-galleria-item-nav{position:absolute;top:50%;margin-top:-.5rem;display:inline-flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-item-prev{left:0;border-top-left-radius:0;border-bottom-left-radius:0}.p-galleria-item-next{right:0;border-top-right-radius:0;border-bottom-right-radius:0}.p-galleria-item{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.p-galleria-item-nav-onhover .p-galleria-item-nav{pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav{pointer-events:all;opacity:1}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav.p-disabled{pointer-events:none}.p-galleria-caption{position:absolute;bottom:0;left:0;width:100%}.p-galleria-thumbnail-wrapper{display:flex;flex-direction:column;overflow:auto;flex-shrink:0}.p-galleria-thumbnail-prev,.p-galleria-thumbnail-next{align-self:center;flex:0 0 auto;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-galleria-thumbnail-prev span,.p-galleria-thumbnail-next span{display:flex;justify-content:center;align-items:center}.p-galleria-thumbnail-container{display:flex;flex-direction:row}.p-galleria-thumbnail-items-container{overflow:hidden;width:100%}.p-galleria-thumbnail-items{display:flex}.p-galleria-thumbnail-item{overflow:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5}.p-galleria-thumbnail-item:hover{opacity:1;transition:opacity .3s}.p-galleria-thumbnail-item-current{opacity:1}.p-galleria-thumbnails-left .p-galleria-content,.p-galleria-thumbnails-right .p-galleria-content,.p-galleria-thumbnails-left .p-galleria-item-wrapper,.p-galleria-thumbnails-right .p-galleria-item-wrapper{flex-direction:row}.p-galleria-thumbnails-left p-galleriaitem,.p-galleria-thumbnails-top p-galleriaitem{order:2}.p-galleria-thumbnails-left p-galleriathumbnails,.p-galleria-thumbnails-top p-galleriathumbnails{order:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-container,.p-galleria-thumbnails-right .p-galleria-thumbnail-container{flex-direction:column;flex-grow:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-items,.p-galleria-thumbnails-right .p-galleria-thumbnail-items{flex-direction:column;height:100%}.p-galleria-thumbnails-left .p-galleria-thumbnail-wrapper,.p-galleria-thumbnails-right .p-galleria-thumbnail-wrapper{height:100%}.p-galleria-indicators{display:flex;align-items:center;justify-content:center}.p-galleria-indicator>button{display:inline-flex;align-items:center}.p-galleria-indicators-left .p-galleria-item-wrapper,.p-galleria-indicators-right .p-galleria-item-wrapper{flex-direction:row;align-items:center}.p-galleria-indicators-left .p-galleria-item-container,.p-galleria-indicators-top .p-galleria-item-container{order:2}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-top .p-galleria-indicators{order:1}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-right .p-galleria-indicators{flex-direction:column}.p-galleria-indicator-onitem .p-galleria-indicators{position:absolute;display:flex;z-index:1}.p-galleria-indicator-onitem.p-galleria-indicators-top .p-galleria-indicators{top:0;left:0;width:100%;align-items:flex-start}.p-galleria-indicator-onitem.p-galleria-indicators-right .p-galleria-indicators{right:0;top:0;height:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-bottom .p-galleria-indicators{bottom:0;left:0;width:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-left .p-galleria-indicators{left:0;top:0;height:100%;align-items:flex-start}.p-galleria-mask{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:transparent;transition-property:background-color}.p-galleria-close{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-mask .p-galleria-item-nav{position:fixed;top:50%;margin-top:-.5rem}.p-galleria-mask.p-galleria-mask-leave{background-color:transparent}.p-items-hidden .p-galleria-thumbnail-item{visibility:hidden}.p-items-hidden .p-galleria-thumbnail-item.p-galleria-thumbnail-item-active{visibility:visible}}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(() => GalleriaContent), selector: "p-galleriaContent", inputs: ["activeIndex", "value", "numVisible"], outputs: ["maskHide", "activeItemChange"] }], animations: [
338
+ `, isInline: true, styles: ["@layer primeng{.p-galleria-content{display:flex;flex-direction:column}.p-galleria-item-wrapper{display:flex;flex-direction:column;position:relative}.p-galleria-item-container{position:relative;display:flex;height:100%}.p-galleria-item-nav{position:absolute;top:50%;margin-top:-.5rem;display:inline-flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-item-prev{left:0;border-top-left-radius:0;border-bottom-left-radius:0}.p-galleria-item-next{right:0;border-top-right-radius:0;border-bottom-right-radius:0}.p-galleria-item{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.p-galleria-item-nav-onhover .p-galleria-item-nav{pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav,.p-galleria-item-nav-onhover .p-galleria-item-nav-focused{pointer-events:all;opacity:1}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav.p-disabled{pointer-events:none}.p-galleria-caption{position:absolute;bottom:0;left:0;width:100%}.p-galleria-thumbnail-wrapper{display:flex;flex-direction:column;overflow:auto;flex-shrink:0}.p-galleria-thumbnail-prev,.p-galleria-thumbnail-next{align-self:center;flex:0 0 auto;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-galleria-thumbnail-prev span,.p-galleria-thumbnail-next span{display:flex;justify-content:center;align-items:center}.p-galleria-thumbnail-container{display:flex;flex-direction:row}.p-galleria-thumbnail-items-container{overflow:hidden;width:100%}.p-galleria-thumbnail-items{display:flex}.p-galleria-thumbnail-item{overflow:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5}.p-galleria-thumbnail-item:hover{opacity:1;transition:opacity .3s}.p-galleria-thumbnail-item-current{opacity:1}.p-galleria-thumbnails-left .p-galleria-content,.p-galleria-thumbnails-right .p-galleria-content,.p-galleria-thumbnails-left .p-galleria-item-wrapper,.p-galleria-thumbnails-right .p-galleria-item-wrapper{flex-direction:row}.p-galleria-thumbnails-left p-galleriaitem,.p-galleria-thumbnails-top p-galleriaitem{order:2}.p-galleria-thumbnails-left p-galleriathumbnails,.p-galleria-thumbnails-top p-galleriathumbnails{order:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-container,.p-galleria-thumbnails-right .p-galleria-thumbnail-container{flex-direction:column;flex-grow:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-items,.p-galleria-thumbnails-right .p-galleria-thumbnail-items{flex-direction:column;height:100%}.p-galleria-thumbnails-left .p-galleria-thumbnail-wrapper,.p-galleria-thumbnails-right .p-galleria-thumbnail-wrapper{height:100%}.p-galleria-indicators{display:flex;align-items:center;justify-content:center}.p-galleria-indicator>button{display:inline-flex;align-items:center}.p-galleria-indicators-left .p-galleria-item-wrapper,.p-galleria-indicators-right .p-galleria-item-wrapper{flex-direction:row;align-items:center}.p-galleria-indicators-left .p-galleria-item-container,.p-galleria-indicators-top .p-galleria-item-container{order:2}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-top .p-galleria-indicators{order:1}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-right .p-galleria-indicators{flex-direction:column}.p-galleria-indicator-onitem .p-galleria-indicators{position:absolute;display:flex;z-index:1}.p-galleria-indicator-onitem.p-galleria-indicators-top .p-galleria-indicators{top:0;left:0;width:100%;align-items:flex-start}.p-galleria-indicator-onitem.p-galleria-indicators-right .p-galleria-indicators{right:0;top:0;height:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-bottom .p-galleria-indicators{bottom:0;left:0;width:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-left .p-galleria-indicators{left:0;top:0;height:100%;align-items:flex-start}.p-galleria-mask{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:transparent;transition-property:background-color}.p-galleria-close{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-mask .p-galleria-item-nav{position:fixed;top:50%;margin-top:-.5rem}.p-galleria-mask.p-galleria-mask-leave{background-color:transparent}.p-items-hidden .p-galleria-thumbnail-item{visibility:hidden}.p-items-hidden .p-galleria-thumbnail-item.p-galleria-thumbnail-item-active{visibility:visible}}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(() => GalleriaContent), selector: "p-galleriaContent", inputs: ["activeIndex", "value", "numVisible", "fullScreen"], outputs: ["maskHide", "activeItemChange"] }], animations: [
338
339
  trigger('animation', [
339
340
  transition('void => visible', [style({ transform: 'scale(0.7)', opacity: 0 }), animate('{{showTransitionParams}}')]),
340
341
  transition('visible => void', [animate('{{hideTransitionParams}}', style({ transform: 'scale(0.7)', opacity: 0 }))])
341
342
  ])
342
343
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
343
344
  }
344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Galleria, decorators: [{
345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Galleria, decorators: [{
345
346
  type: Component,
346
347
  args: [{ selector: 'p-galleria', template: `
347
348
  <div *ngIf="fullScreen; else windowed" #container>
@@ -364,6 +365,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
364
365
  (maskHide)="onMaskHide()"
365
366
  (activeItemChange)="onActiveItemChange($event)"
366
367
  [ngStyle]="containerStyle"
368
+ [fullScreen]="fullScreen"
367
369
  ></p-galleriaContent>
368
370
  </div>
369
371
  </div>
@@ -378,7 +380,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
378
380
  ])
379
381
  ], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
380
382
  class: 'p-element'
381
- }, styles: ["@layer primeng{.p-galleria-content{display:flex;flex-direction:column}.p-galleria-item-wrapper{display:flex;flex-direction:column;position:relative}.p-galleria-item-container{position:relative;display:flex;height:100%}.p-galleria-item-nav{position:absolute;top:50%;margin-top:-.5rem;display:inline-flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-item-prev{left:0;border-top-left-radius:0;border-bottom-left-radius:0}.p-galleria-item-next{right:0;border-top-right-radius:0;border-bottom-right-radius:0}.p-galleria-item{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.p-galleria-item-nav-onhover .p-galleria-item-nav{pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav{pointer-events:all;opacity:1}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav.p-disabled{pointer-events:none}.p-galleria-caption{position:absolute;bottom:0;left:0;width:100%}.p-galleria-thumbnail-wrapper{display:flex;flex-direction:column;overflow:auto;flex-shrink:0}.p-galleria-thumbnail-prev,.p-galleria-thumbnail-next{align-self:center;flex:0 0 auto;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-galleria-thumbnail-prev span,.p-galleria-thumbnail-next span{display:flex;justify-content:center;align-items:center}.p-galleria-thumbnail-container{display:flex;flex-direction:row}.p-galleria-thumbnail-items-container{overflow:hidden;width:100%}.p-galleria-thumbnail-items{display:flex}.p-galleria-thumbnail-item{overflow:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5}.p-galleria-thumbnail-item:hover{opacity:1;transition:opacity .3s}.p-galleria-thumbnail-item-current{opacity:1}.p-galleria-thumbnails-left .p-galleria-content,.p-galleria-thumbnails-right .p-galleria-content,.p-galleria-thumbnails-left .p-galleria-item-wrapper,.p-galleria-thumbnails-right .p-galleria-item-wrapper{flex-direction:row}.p-galleria-thumbnails-left p-galleriaitem,.p-galleria-thumbnails-top p-galleriaitem{order:2}.p-galleria-thumbnails-left p-galleriathumbnails,.p-galleria-thumbnails-top p-galleriathumbnails{order:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-container,.p-galleria-thumbnails-right .p-galleria-thumbnail-container{flex-direction:column;flex-grow:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-items,.p-galleria-thumbnails-right .p-galleria-thumbnail-items{flex-direction:column;height:100%}.p-galleria-thumbnails-left .p-galleria-thumbnail-wrapper,.p-galleria-thumbnails-right .p-galleria-thumbnail-wrapper{height:100%}.p-galleria-indicators{display:flex;align-items:center;justify-content:center}.p-galleria-indicator>button{display:inline-flex;align-items:center}.p-galleria-indicators-left .p-galleria-item-wrapper,.p-galleria-indicators-right .p-galleria-item-wrapper{flex-direction:row;align-items:center}.p-galleria-indicators-left .p-galleria-item-container,.p-galleria-indicators-top .p-galleria-item-container{order:2}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-top .p-galleria-indicators{order:1}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-right .p-galleria-indicators{flex-direction:column}.p-galleria-indicator-onitem .p-galleria-indicators{position:absolute;display:flex;z-index:1}.p-galleria-indicator-onitem.p-galleria-indicators-top .p-galleria-indicators{top:0;left:0;width:100%;align-items:flex-start}.p-galleria-indicator-onitem.p-galleria-indicators-right .p-galleria-indicators{right:0;top:0;height:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-bottom .p-galleria-indicators{bottom:0;left:0;width:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-left .p-galleria-indicators{left:0;top:0;height:100%;align-items:flex-start}.p-galleria-mask{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:transparent;transition-property:background-color}.p-galleria-close{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-mask .p-galleria-item-nav{position:fixed;top:50%;margin-top:-.5rem}.p-galleria-mask.p-galleria-mask-leave{background-color:transparent}.p-items-hidden .p-galleria-thumbnail-item{visibility:hidden}.p-items-hidden .p-galleria-thumbnail-item.p-galleria-thumbnail-item-active{visibility:visible}}\n"] }]
383
+ }, styles: ["@layer primeng{.p-galleria-content{display:flex;flex-direction:column}.p-galleria-item-wrapper{display:flex;flex-direction:column;position:relative}.p-galleria-item-container{position:relative;display:flex;height:100%}.p-galleria-item-nav{position:absolute;top:50%;margin-top:-.5rem;display:inline-flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-item-prev{left:0;border-top-left-radius:0;border-bottom-left-radius:0}.p-galleria-item-next{right:0;border-top-right-radius:0;border-bottom-right-radius:0}.p-galleria-item{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.p-galleria-item-nav-onhover .p-galleria-item-nav{pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav,.p-galleria-item-nav-onhover .p-galleria-item-nav-focused{pointer-events:all;opacity:1}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav.p-disabled{pointer-events:none}.p-galleria-caption{position:absolute;bottom:0;left:0;width:100%}.p-galleria-thumbnail-wrapper{display:flex;flex-direction:column;overflow:auto;flex-shrink:0}.p-galleria-thumbnail-prev,.p-galleria-thumbnail-next{align-self:center;flex:0 0 auto;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-galleria-thumbnail-prev span,.p-galleria-thumbnail-next span{display:flex;justify-content:center;align-items:center}.p-galleria-thumbnail-container{display:flex;flex-direction:row}.p-galleria-thumbnail-items-container{overflow:hidden;width:100%}.p-galleria-thumbnail-items{display:flex}.p-galleria-thumbnail-item{overflow:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5}.p-galleria-thumbnail-item:hover{opacity:1;transition:opacity .3s}.p-galleria-thumbnail-item-current{opacity:1}.p-galleria-thumbnails-left .p-galleria-content,.p-galleria-thumbnails-right .p-galleria-content,.p-galleria-thumbnails-left .p-galleria-item-wrapper,.p-galleria-thumbnails-right .p-galleria-item-wrapper{flex-direction:row}.p-galleria-thumbnails-left p-galleriaitem,.p-galleria-thumbnails-top p-galleriaitem{order:2}.p-galleria-thumbnails-left p-galleriathumbnails,.p-galleria-thumbnails-top p-galleriathumbnails{order:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-container,.p-galleria-thumbnails-right .p-galleria-thumbnail-container{flex-direction:column;flex-grow:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-items,.p-galleria-thumbnails-right .p-galleria-thumbnail-items{flex-direction:column;height:100%}.p-galleria-thumbnails-left .p-galleria-thumbnail-wrapper,.p-galleria-thumbnails-right .p-galleria-thumbnail-wrapper{height:100%}.p-galleria-indicators{display:flex;align-items:center;justify-content:center}.p-galleria-indicator>button{display:inline-flex;align-items:center}.p-galleria-indicators-left .p-galleria-item-wrapper,.p-galleria-indicators-right .p-galleria-item-wrapper{flex-direction:row;align-items:center}.p-galleria-indicators-left .p-galleria-item-container,.p-galleria-indicators-top .p-galleria-item-container{order:2}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-top .p-galleria-indicators{order:1}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-right .p-galleria-indicators{flex-direction:column}.p-galleria-indicator-onitem .p-galleria-indicators{position:absolute;display:flex;z-index:1}.p-galleria-indicator-onitem.p-galleria-indicators-top .p-galleria-indicators{top:0;left:0;width:100%;align-items:flex-start}.p-galleria-indicator-onitem.p-galleria-indicators-right .p-galleria-indicators{right:0;top:0;height:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-bottom .p-galleria-indicators{bottom:0;left:0;width:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-left .p-galleria-indicators{left:0;top:0;height:100%;align-items:flex-start}.p-galleria-mask{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:transparent;transition-property:background-color}.p-galleria-close{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-mask .p-galleria-item-nav{position:fixed;top:50%;margin-top:-.5rem}.p-galleria-mask.p-galleria-mask-leave{background-color:transparent}.p-items-hidden .p-galleria-thumbnail-item{visibility:hidden}.p-items-hidden .p-galleria-thumbnail-item.p-galleria-thumbnail-item-active{visibility:visible}}\n"] }]
382
384
  }], ctorParameters: () => [{ type: Document, decorators: [{
383
385
  type: Inject,
384
386
  args: [DOCUMENT]
@@ -472,6 +474,7 @@ class GalleriaContent {
472
474
  cd;
473
475
  differs;
474
476
  config;
477
+ elementRef;
475
478
  get activeIndex() {
476
479
  return this._activeIndex;
477
480
  }
@@ -480,6 +483,7 @@ class GalleriaContent {
480
483
  }
481
484
  value = [];
482
485
  numVisible;
486
+ fullScreen;
483
487
  maskHide = new EventEmitter();
484
488
  activeItemChange = new EventEmitter();
485
489
  closeButton;
@@ -489,14 +493,24 @@ class GalleriaContent {
489
493
  interval;
490
494
  styleClass;
491
495
  differ;
492
- constructor(galleria, cd, differs, config) {
496
+ constructor(galleria, cd, differs, config, elementRef) {
493
497
  this.galleria = galleria;
494
498
  this.cd = cd;
495
499
  this.differs = differs;
496
500
  this.config = config;
501
+ this.elementRef = elementRef;
497
502
  this.id = this.galleria.id || UniqueComponentId();
498
503
  this.differ = this.differs.find(this.galleria).create();
499
504
  }
505
+ // For custom fullscreen
506
+ handleFullscreenChange(event) {
507
+ if (document?.fullscreenElement === this.elementRef.nativeElement?.children[0]) {
508
+ this.fullScreen = true;
509
+ }
510
+ else {
511
+ this.fullScreen = false;
512
+ }
513
+ }
500
514
  ngDoCheck() {
501
515
  if (isPlatformBrowser(this.galleria.platformId)) {
502
516
  const changes = this.differ.diff(this.galleria);
@@ -550,8 +564,8 @@ class GalleriaContent {
550
564
  closeAriaLabel() {
551
565
  return this.config.translation.aria ? this.config.translation.aria.close : undefined;
552
566
  }
553
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaContent, deps: [{ token: Galleria }, { token: i0.ChangeDetectorRef }, { token: i0.KeyValueDiffers }, { token: i1.PrimeNGConfig }], target: i0.ɵɵFactoryTarget.Component });
554
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: GalleriaContent, selector: "p-galleriaContent", inputs: { activeIndex: "activeIndex", value: "value", numVisible: ["numVisible", "numVisible", numberAttribute] }, outputs: { maskHide: "maskHide", activeItemChange: "activeItemChange" }, viewQueries: [{ propertyName: "closeButton", first: true, predicate: ["closeButton"], descendants: true }], ngImport: i0, template: `
567
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaContent, deps: [{ token: Galleria }, { token: i0.ChangeDetectorRef }, { token: i0.KeyValueDiffers }, { token: i1.PrimeNGConfig }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
568
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: GalleriaContent, selector: "p-galleriaContent", inputs: { activeIndex: "activeIndex", value: "value", numVisible: ["numVisible", "numVisible", numberAttribute], fullScreen: ["fullScreen", "fullScreen", booleanAttribute] }, outputs: { maskHide: "maskHide", activeItemChange: "activeItemChange" }, host: { listeners: { "document:fullscreenchange": "handleFullscreenChange($event)" } }, viewQueries: [{ propertyName: "closeButton", first: true, predicate: ["closeButton"], descendants: true }], ngImport: i0, template: `
555
569
  <div
556
570
  [attr.id]="id"
557
571
  [attr.role]="'region'"
@@ -565,6 +579,7 @@ class GalleriaContent {
565
579
  [ngStyle]="!galleria.fullScreen ? galleria.containerStyle : {}"
566
580
  [class]="galleriaClass()"
567
581
  pFocusTrap
582
+ [pFocusTrapDisabled]="!fullScreen"
568
583
  >
569
584
  <button *ngIf="galleria.fullScreen" type="button" class="p-galleria-close p-link" (click)="maskHide.emit()" pRipple [attr.aria-label]="closeAriaLabel()" [attr.data-pc-section]="'closebutton'">
570
585
  <TimesIcon *ngIf="!galleria.closeIconTemplate" [styleClass]="'p-galleria-close-icon'" />
@@ -615,7 +630,7 @@ class GalleriaContent {
615
630
  </div>
616
631
  `, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(() => i3.Ripple), selector: "[pRipple]" }, { kind: "component", type: i0.forwardRef(() => TimesIcon), selector: "TimesIcon" }, { kind: "directive", type: i0.forwardRef(() => i4.FocusTrap), selector: "[pFocusTrap]", inputs: ["pFocusTrapDisabled"] }, { kind: "component", type: i0.forwardRef(() => GalleriaItemSlot), selector: "p-galleriaItemSlot", inputs: ["templates", "index", "item", "type"] }, { kind: "component", type: i0.forwardRef(() => GalleriaItem), selector: "p-galleriaItem", inputs: ["id", "circular", "value", "showItemNavigators", "showIndicators", "slideShowActive", "changeItemOnIndicatorHover", "autoPlay", "templates", "indicatorFacet", "captionFacet", "activeIndex"], outputs: ["startSlideShow", "stopSlideShow", "onActiveIndexChange"] }, { kind: "component", type: i0.forwardRef(() => GalleriaThumbnails), selector: "p-galleriaThumbnails", inputs: ["containerId", "value", "isVertical", "slideShowActive", "circular", "responsiveOptions", "contentHeight", "showThumbnailNavigators", "templates", "numVisible", "activeIndex"], outputs: ["onActiveIndexChange", "stopSlideShow"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
617
632
  }
618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaContent, decorators: [{
633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaContent, decorators: [{
619
634
  type: Component,
620
635
  args: [{
621
636
  selector: 'p-galleriaContent',
@@ -633,6 +648,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
633
648
  [ngStyle]="!galleria.fullScreen ? galleria.containerStyle : {}"
634
649
  [class]="galleriaClass()"
635
650
  pFocusTrap
651
+ [pFocusTrapDisabled]="!fullScreen"
636
652
  >
637
653
  <button *ngIf="galleria.fullScreen" type="button" class="p-galleria-close p-link" (click)="maskHide.emit()" pRipple [attr.aria-label]="closeAriaLabel()" [attr.data-pc-section]="'closebutton'">
638
654
  <TimesIcon *ngIf="!galleria.closeIconTemplate" [styleClass]="'p-galleria-close-icon'" />
@@ -684,13 +700,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
684
700
  `,
685
701
  changeDetection: ChangeDetectionStrategy.OnPush
686
702
  }]
687
- }], ctorParameters: () => [{ type: Galleria }, { type: i0.ChangeDetectorRef }, { type: i0.KeyValueDiffers }, { type: i1.PrimeNGConfig }], propDecorators: { activeIndex: [{
703
+ }], ctorParameters: () => [{ type: Galleria }, { type: i0.ChangeDetectorRef }, { type: i0.KeyValueDiffers }, { type: i1.PrimeNGConfig }, { type: i0.ElementRef }], propDecorators: { activeIndex: [{
688
704
  type: Input
689
705
  }], value: [{
690
706
  type: Input
691
707
  }], numVisible: [{
692
708
  type: Input,
693
709
  args: [{ transform: numberAttribute }]
710
+ }], fullScreen: [{
711
+ type: Input,
712
+ args: [{ transform: booleanAttribute }]
694
713
  }], maskHide: [{
695
714
  type: Output
696
715
  }], activeItemChange: [{
@@ -698,6 +717,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
698
717
  }], closeButton: [{
699
718
  type: ViewChild,
700
719
  args: ['closeButton']
720
+ }], handleFullscreenChange: [{
721
+ type: HostListener,
722
+ args: ['document:fullscreenchange', ['$event']]
701
723
  }] } });
702
724
  class GalleriaItemSlot {
703
725
  templates;
@@ -748,14 +770,14 @@ class GalleriaItemSlot {
748
770
  }
749
771
  });
750
772
  }
751
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaItemSlot, deps: [], target: i0.ɵɵFactoryTarget.Component });
752
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: GalleriaItemSlot, selector: "p-galleriaItemSlot", inputs: { templates: "templates", index: ["index", "index", numberAttribute], item: "item", type: "type" }, ngImport: i0, template: `
773
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaItemSlot, deps: [], target: i0.ɵɵFactoryTarget.Component });
774
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: GalleriaItemSlot, selector: "p-galleriaItemSlot", inputs: { templates: "templates", index: ["index", "index", numberAttribute], item: "item", type: "type" }, ngImport: i0, template: `
753
775
  <ng-container *ngIf="contentTemplate">
754
776
  <ng-container *ngTemplateOutlet="contentTemplate; context: context"></ng-container>
755
777
  </ng-container>
756
778
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
757
779
  }
758
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaItemSlot, decorators: [{
780
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaItemSlot, decorators: [{
759
781
  type: Component,
760
782
  args: [{
761
783
  selector: 'p-galleriaItemSlot',
@@ -802,6 +824,8 @@ class GalleriaItem {
802
824
  return this.value && this.value[this._activeIndex];
803
825
  }
804
826
  _activeIndex = 0;
827
+ leftButtonFocused = false;
828
+ rightButtonFocused = false;
805
829
  constructor(galleria) {
806
830
  this.galleria = galleria;
807
831
  }
@@ -823,6 +847,20 @@ class GalleriaItem {
823
847
  let activeIndex = this.circular && this.activeIndex === 0 ? this.value.length - 1 : prevItemIndex;
824
848
  this.onActiveIndexChange.emit(activeIndex);
825
849
  }
850
+ onButtonFocus(pos) {
851
+ if (pos === 'left') {
852
+ this.leftButtonFocused = true;
853
+ }
854
+ else
855
+ this.rightButtonFocused = true;
856
+ }
857
+ onButtonBlur(pos) {
858
+ if (pos === 'left') {
859
+ this.leftButtonFocused = false;
860
+ }
861
+ else
862
+ this.rightButtonFocused = false;
863
+ }
826
864
  stopTheSlideShow() {
827
865
  if (this.slideShowActive && this.stopSlideShow) {
828
866
  this.stopSlideShow.emit();
@@ -886,18 +924,20 @@ class GalleriaItem {
886
924
  ariaPageLabel(value) {
887
925
  return this.galleria.config.translation.aria ? this.galleria.config.translation.aria.pageLabel.replace(/{page}/g, value) : undefined;
888
926
  }
889
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaItem, deps: [{ token: Galleria }], target: i0.ɵɵFactoryTarget.Component });
890
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: GalleriaItem, selector: "p-galleriaItem", inputs: { id: "id", circular: ["circular", "circular", booleanAttribute], value: "value", showItemNavigators: ["showItemNavigators", "showItemNavigators", booleanAttribute], showIndicators: ["showIndicators", "showIndicators", booleanAttribute], slideShowActive: ["slideShowActive", "slideShowActive", booleanAttribute], changeItemOnIndicatorHover: ["changeItemOnIndicatorHover", "changeItemOnIndicatorHover", booleanAttribute], autoPlay: ["autoPlay", "autoPlay", booleanAttribute], templates: "templates", indicatorFacet: "indicatorFacet", captionFacet: "captionFacet", activeIndex: "activeIndex" }, outputs: { startSlideShow: "startSlideShow", stopSlideShow: "stopSlideShow", onActiveIndexChange: "onActiveIndexChange" }, usesOnChanges: true, ngImport: i0, template: `
927
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaItem, deps: [{ token: Galleria }], target: i0.ɵɵFactoryTarget.Component });
928
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: GalleriaItem, selector: "p-galleriaItem", inputs: { id: "id", circular: ["circular", "circular", booleanAttribute], value: "value", showItemNavigators: ["showItemNavigators", "showItemNavigators", booleanAttribute], showIndicators: ["showIndicators", "showIndicators", booleanAttribute], slideShowActive: ["slideShowActive", "slideShowActive", booleanAttribute], changeItemOnIndicatorHover: ["changeItemOnIndicatorHover", "changeItemOnIndicatorHover", booleanAttribute], autoPlay: ["autoPlay", "autoPlay", booleanAttribute], templates: "templates", indicatorFacet: "indicatorFacet", captionFacet: "captionFacet", activeIndex: "activeIndex" }, outputs: { startSlideShow: "startSlideShow", stopSlideShow: "stopSlideShow", onActiveIndexChange: "onActiveIndexChange" }, usesOnChanges: true, ngImport: i0, template: `
891
929
  <div class="p-galleria-item-wrapper">
892
930
  <div class="p-galleria-item-container">
893
931
  <button
894
932
  *ngIf="showItemNavigators"
895
933
  type="button"
896
934
  role="navigation"
897
- [ngClass]="{ 'p-galleria-item-prev p-galleria-item-nav p-link': true, 'p-disabled': this.isNavBackwardDisabled() }"
935
+ [ngClass]="{ 'p-galleria-item-prev p-galleria-item-nav p-link': true, 'p-galleria-item-nav-focused': leftButtonFocused, 'p-disabled': this.isNavBackwardDisabled() }"
898
936
  (click)="navBackward($event)"
899
937
  [disabled]="isNavBackwardDisabled()"
900
938
  pRipple
939
+ (focus)="onButtonFocus('left')"
940
+ (blur)="onButtonBlur('left')"
901
941
  >
902
942
  <ChevronLeftIcon *ngIf="!galleria.itemPreviousIconTemplate" [styleClass]="'p-galleria-item-prev-icon'" />
903
943
  <ng-template *ngTemplateOutlet="galleria.itemPreviousIconTemplate"></ng-template>
@@ -908,11 +948,13 @@ class GalleriaItem {
908
948
  <button
909
949
  *ngIf="showItemNavigators"
910
950
  type="button"
911
- [ngClass]="{ 'p-galleria-item-next p-galleria-item-nav p-link': true, 'p-disabled': this.isNavForwardDisabled() }"
951
+ [ngClass]="{ 'p-galleria-item-next p-galleria-item-nav p-link': true, 'p-galleria-item-nav-focused': rightButtonFocused, 'p-disabled': this.isNavForwardDisabled() }"
912
952
  (click)="navForward($event)"
913
953
  [disabled]="isNavForwardDisabled()"
914
954
  pRipple
915
955
  role="navigation"
956
+ (focus)="onButtonFocus('right')"
957
+ (blur)="onButtonBlur('right')"
916
958
  >
917
959
  <ChevronRightIcon *ngIf="!galleria.itemNextIconTemplate" [styleClass]="'p-galleria-item-next-icon'" />
918
960
  <ng-template *ngTemplateOutlet="galleria.itemNextIconTemplate"></ng-template>
@@ -940,7 +982,7 @@ class GalleriaItem {
940
982
  </div>
941
983
  `, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgForOf), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i3.Ripple), selector: "[pRipple]" }, { kind: "component", type: i0.forwardRef(() => ChevronRightIcon), selector: "ChevronRightIcon" }, { kind: "component", type: i0.forwardRef(() => ChevronLeftIcon), selector: "ChevronLeftIcon" }, { kind: "component", type: i0.forwardRef(() => GalleriaItemSlot), selector: "p-galleriaItemSlot", inputs: ["templates", "index", "item", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
942
984
  }
943
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaItem, decorators: [{
985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaItem, decorators: [{
944
986
  type: Component,
945
987
  args: [{
946
988
  selector: 'p-galleriaItem',
@@ -951,10 +993,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
951
993
  *ngIf="showItemNavigators"
952
994
  type="button"
953
995
  role="navigation"
954
- [ngClass]="{ 'p-galleria-item-prev p-galleria-item-nav p-link': true, 'p-disabled': this.isNavBackwardDisabled() }"
996
+ [ngClass]="{ 'p-galleria-item-prev p-galleria-item-nav p-link': true, 'p-galleria-item-nav-focused': leftButtonFocused, 'p-disabled': this.isNavBackwardDisabled() }"
955
997
  (click)="navBackward($event)"
956
998
  [disabled]="isNavBackwardDisabled()"
957
999
  pRipple
1000
+ (focus)="onButtonFocus('left')"
1001
+ (blur)="onButtonBlur('left')"
958
1002
  >
959
1003
  <ChevronLeftIcon *ngIf="!galleria.itemPreviousIconTemplate" [styleClass]="'p-galleria-item-prev-icon'" />
960
1004
  <ng-template *ngTemplateOutlet="galleria.itemPreviousIconTemplate"></ng-template>
@@ -965,11 +1009,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
965
1009
  <button
966
1010
  *ngIf="showItemNavigators"
967
1011
  type="button"
968
- [ngClass]="{ 'p-galleria-item-next p-galleria-item-nav p-link': true, 'p-disabled': this.isNavForwardDisabled() }"
1012
+ [ngClass]="{ 'p-galleria-item-next p-galleria-item-nav p-link': true, 'p-galleria-item-nav-focused': rightButtonFocused, 'p-disabled': this.isNavForwardDisabled() }"
969
1013
  (click)="navForward($event)"
970
1014
  [disabled]="isNavForwardDisabled()"
971
1015
  pRipple
972
1016
  role="navigation"
1017
+ (focus)="onButtonFocus('right')"
1018
+ (blur)="onButtonBlur('right')"
973
1019
  >
974
1020
  <ChevronRightIcon *ngIf="!galleria.itemNextIconTemplate" [styleClass]="'p-galleria-item-next-icon'" />
975
1021
  <ng-template *ngTemplateOutlet="galleria.itemNextIconTemplate"></ng-template>
@@ -1169,6 +1215,7 @@ class GalleriaThumbnails {
1169
1215
  }
1170
1216
  }
1171
1217
  this.thumbnailsStyle.innerHTML = innerHTML;
1218
+ DomHandler.setAttribute(this.thumbnailsStyle, 'nonce', this.galleria.config?.csp()?.nonce);
1172
1219
  }
1173
1220
  calculatePosition() {
1174
1221
  if (isPlatformBrowser(this.platformId)) {
@@ -1426,8 +1473,8 @@ class GalleriaThumbnails {
1426
1473
  ariaPageLabel(value) {
1427
1474
  return this.galleria.config.translation.aria ? this.galleria.config.translation.aria.pageLabel.replace(/{page}/g, value) : undefined;
1428
1475
  }
1429
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaThumbnails, deps: [{ token: Galleria }, { token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1430
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: GalleriaThumbnails, selector: "p-galleriaThumbnails", inputs: { containerId: "containerId", value: "value", isVertical: ["isVertical", "isVertical", booleanAttribute], slideShowActive: ["slideShowActive", "slideShowActive", booleanAttribute], circular: ["circular", "circular", booleanAttribute], responsiveOptions: "responsiveOptions", contentHeight: "contentHeight", showThumbnailNavigators: "showThumbnailNavigators", templates: "templates", numVisible: "numVisible", activeIndex: "activeIndex" }, outputs: { onActiveIndexChange: "onActiveIndexChange", stopSlideShow: "stopSlideShow" }, viewQueries: [{ propertyName: "itemsContainer", first: true, predicate: ["itemsContainer"], descendants: true }], ngImport: i0, template: `
1476
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaThumbnails, deps: [{ token: Galleria }, { token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1477
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: GalleriaThumbnails, selector: "p-galleriaThumbnails", inputs: { containerId: "containerId", value: "value", isVertical: ["isVertical", "isVertical", booleanAttribute], slideShowActive: ["slideShowActive", "slideShowActive", booleanAttribute], circular: ["circular", "circular", booleanAttribute], responsiveOptions: "responsiveOptions", contentHeight: "contentHeight", showThumbnailNavigators: "showThumbnailNavigators", templates: "templates", numVisible: "numVisible", activeIndex: "activeIndex" }, outputs: { onActiveIndexChange: "onActiveIndexChange", stopSlideShow: "stopSlideShow" }, viewQueries: [{ propertyName: "itemsContainer", first: true, predicate: ["itemsContainer"], descendants: true }], ngImport: i0, template: `
1431
1478
  <div class="p-galleria-thumbnail-wrapper">
1432
1479
  <div class="p-galleria-thumbnail-container">
1433
1480
  <button
@@ -1495,7 +1542,7 @@ class GalleriaThumbnails {
1495
1542
  </div>
1496
1543
  `, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgForOf), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(() => i3.Ripple), selector: "[pRipple]" }, { kind: "component", type: i0.forwardRef(() => ChevronRightIcon), selector: "ChevronRightIcon" }, { kind: "component", type: i0.forwardRef(() => ChevronLeftIcon), selector: "ChevronLeftIcon" }, { kind: "component", type: i0.forwardRef(() => GalleriaItemSlot), selector: "p-galleriaItemSlot", inputs: ["templates", "index", "item", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1497
1544
  }
1498
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaThumbnails, decorators: [{
1545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaThumbnails, decorators: [{
1499
1546
  type: Component,
1500
1547
  args: [{
1501
1548
  selector: 'p-galleriaThumbnails',
@@ -1608,11 +1655,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
1608
1655
  type: Input
1609
1656
  }] } });
1610
1657
  class GalleriaModule {
1611
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1612
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: GalleriaModule, declarations: [Galleria, GalleriaContent, GalleriaItemSlot, GalleriaItem, GalleriaThumbnails], imports: [CommonModule, SharedModule, RippleModule, TimesIcon, ChevronRightIcon, ChevronLeftIcon, WindowMaximizeIcon, WindowMinimizeIcon, FocusTrapModule], exports: [CommonModule, Galleria, GalleriaContent, GalleriaItemSlot, GalleriaItem, GalleriaThumbnails, SharedModule] });
1613
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaModule, imports: [CommonModule, SharedModule, RippleModule, TimesIcon, ChevronRightIcon, ChevronLeftIcon, WindowMaximizeIcon, WindowMinimizeIcon, FocusTrapModule, CommonModule, SharedModule] });
1658
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1659
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: GalleriaModule, declarations: [Galleria, GalleriaContent, GalleriaItemSlot, GalleriaItem, GalleriaThumbnails], imports: [CommonModule, SharedModule, RippleModule, TimesIcon, ChevronRightIcon, ChevronLeftIcon, WindowMaximizeIcon, WindowMinimizeIcon, FocusTrapModule], exports: [CommonModule, Galleria, GalleriaContent, GalleriaItemSlot, GalleriaItem, GalleriaThumbnails, SharedModule] });
1660
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaModule, imports: [CommonModule, SharedModule, RippleModule, TimesIcon, ChevronRightIcon, ChevronLeftIcon, WindowMaximizeIcon, WindowMinimizeIcon, FocusTrapModule, CommonModule, SharedModule] });
1614
1661
  }
1615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: GalleriaModule, decorators: [{
1662
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: GalleriaModule, decorators: [{
1616
1663
  type: NgModule,
1617
1664
  args: [{
1618
1665
  imports: [CommonModule, SharedModule, RippleModule, TimesIcon, ChevronRightIcon, ChevronLeftIcon, WindowMaximizeIcon, WindowMinimizeIcon, FocusTrapModule],