primeng 13.2.0 → 13.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (641) hide show
  1. package/README.md +1 -1
  2. package/cascadeselect/cascadeselect.d.ts +3 -1
  3. package/esm2020/accordion/accordion.mjs +10 -10
  4. package/esm2020/api/confirmationservice.mjs +3 -3
  5. package/esm2020/api/contextmenuservice.mjs +3 -3
  6. package/esm2020/api/filterservice.mjs +3 -3
  7. package/esm2020/api/messageservice.mjs +3 -3
  8. package/esm2020/api/overlayservice.mjs +3 -3
  9. package/esm2020/api/primengconfig.mjs +3 -3
  10. package/esm2020/api/shared.mjs +13 -13
  11. package/esm2020/api/treedragdropservice.mjs +3 -3
  12. package/esm2020/autocomplete/autocomplete.mjs +7 -7
  13. package/esm2020/avatar/avatar.mjs +7 -7
  14. package/esm2020/avatargroup/avatargroup.mjs +7 -7
  15. package/esm2020/badge/badge.mjs +10 -10
  16. package/esm2020/blockui/blockui.mjs +7 -7
  17. package/esm2020/breadcrumb/breadcrumb.mjs +20 -20
  18. package/esm2020/button/button.mjs +10 -10
  19. package/esm2020/calendar/calendar.mjs +7 -7
  20. package/esm2020/captcha/captcha.mjs +7 -7
  21. package/esm2020/card/card.mjs +7 -7
  22. package/esm2020/carousel/carousel.mjs +7 -7
  23. package/esm2020/cascadeselect/cascadeselect.mjs +19 -15
  24. package/esm2020/chart/chart.mjs +7 -7
  25. package/esm2020/checkbox/checkbox.mjs +7 -7
  26. package/esm2020/chip/chip.mjs +9 -9
  27. package/esm2020/chips/chips.mjs +7 -7
  28. package/esm2020/codehighlighter/codehighlighter.mjs +7 -7
  29. package/esm2020/colorpicker/colorpicker.mjs +7 -7
  30. package/esm2020/confirmdialog/confirmdialog.mjs +7 -7
  31. package/esm2020/confirmpopup/confirmpopup.mjs +7 -7
  32. package/esm2020/contextmenu/contextmenu.mjs +15 -15
  33. package/esm2020/dataview/dataview.mjs +10 -10
  34. package/esm2020/defer/defer.mjs +7 -7
  35. package/esm2020/dialog/dialog.mjs +7 -7
  36. package/esm2020/divider/divider.mjs +7 -7
  37. package/esm2020/dock/dock.mjs +12 -12
  38. package/esm2020/dragdrop/dragdrop.mjs +10 -10
  39. package/esm2020/dropdown/dropdown.mjs +13 -13
  40. package/esm2020/dynamicdialog/dialogservice.mjs +3 -3
  41. package/esm2020/dynamicdialog/dynamicdialog.mjs +7 -7
  42. package/esm2020/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  43. package/esm2020/editor/editor.mjs +7 -7
  44. package/esm2020/fieldset/fieldset.mjs +7 -7
  45. package/esm2020/fileupload/fileupload.mjs +9 -9
  46. package/esm2020/focustrap/focustrap.mjs +7 -7
  47. package/esm2020/fullcalendar/fullcalendar.mjs +7 -7
  48. package/esm2020/galleria/galleria.mjs +22 -22
  49. package/esm2020/gmap/gmap.mjs +7 -7
  50. package/esm2020/image/image.mjs +7 -7
  51. package/esm2020/inplace/inplace.mjs +13 -13
  52. package/esm2020/inputmask/inputmask.mjs +7 -7
  53. package/esm2020/inputnumber/inputnumber.mjs +7 -7
  54. package/esm2020/inputswitch/inputswitch.mjs +7 -7
  55. package/esm2020/inputtext/inputtext.mjs +7 -7
  56. package/esm2020/inputtextarea/inputtextarea.mjs +7 -7
  57. package/esm2020/keyfilter/keyfilter.mjs +7 -7
  58. package/esm2020/knob/knob.mjs +7 -7
  59. package/esm2020/lightbox/lightbox.mjs +7 -7
  60. package/esm2020/listbox/listbox.mjs +7 -7
  61. package/esm2020/megamenu/megamenu.mjs +16 -16
  62. package/esm2020/menu/menu.mjs +17 -17
  63. package/esm2020/menubar/menubar.mjs +15 -15
  64. package/esm2020/message/message.mjs +7 -7
  65. package/esm2020/messages/messages.mjs +7 -7
  66. package/esm2020/multiselect/multiselect.mjs +18 -16
  67. package/esm2020/orderlist/orderlist.mjs +29 -20
  68. package/esm2020/organizationchart/organizationchart.mjs +13 -13
  69. package/esm2020/overlaypanel/overlaypanel.mjs +7 -7
  70. package/esm2020/paginator/paginator.mjs +7 -7
  71. package/esm2020/panel/panel.mjs +7 -7
  72. package/esm2020/panelmenu/panelmenu.mjs +25 -22
  73. package/esm2020/password/password.mjs +20 -14
  74. package/esm2020/picklist/picklist.mjs +83 -32
  75. package/esm2020/progressbar/progressbar.mjs +7 -7
  76. package/esm2020/progressspinner/progressspinner.mjs +7 -7
  77. package/esm2020/radiobutton/radiobutton.mjs +10 -10
  78. package/esm2020/rating/rating.mjs +7 -7
  79. package/esm2020/ripple/ripple.mjs +7 -7
  80. package/esm2020/scrollpanel/scrollpanel.mjs +7 -7
  81. package/esm2020/scrolltop/scrolltop.mjs +7 -7
  82. package/esm2020/selectbutton/selectbutton.mjs +7 -7
  83. package/esm2020/sidebar/sidebar.mjs +7 -7
  84. package/esm2020/skeleton/skeleton.mjs +7 -7
  85. package/esm2020/slidemenu/slidemenu.mjs +17 -17
  86. package/esm2020/slider/slider.mjs +7 -7
  87. package/esm2020/speeddial/speeddial.mjs +12 -12
  88. package/esm2020/spinner/spinner.mjs +7 -7
  89. package/esm2020/splitbutton/splitbutton.mjs +51 -21
  90. package/esm2020/splitter/splitter.mjs +7 -7
  91. package/esm2020/steps/steps.mjs +12 -12
  92. package/esm2020/styleclass/styleclass.mjs +17 -12
  93. package/esm2020/table/table.mjs +102 -95
  94. package/esm2020/tabmenu/tabmenu.mjs +12 -12
  95. package/esm2020/tabview/tabview.mjs +10 -10
  96. package/esm2020/tag/tag.mjs +7 -7
  97. package/esm2020/terminal/terminal.mjs +7 -7
  98. package/esm2020/terminal/terminalservice.mjs +3 -3
  99. package/esm2020/tieredmenu/tieredmenu.mjs +47 -21
  100. package/esm2020/timeline/timeline.mjs +9 -9
  101. package/esm2020/toast/toast.mjs +10 -10
  102. package/esm2020/togglebutton/togglebutton.mjs +7 -7
  103. package/esm2020/toolbar/toolbar.mjs +7 -7
  104. package/esm2020/tooltip/tooltip.mjs +11 -10
  105. package/esm2020/tree/tree.mjs +13 -13
  106. package/esm2020/treeselect/treeselect.mjs +7 -7
  107. package/esm2020/treetable/treetable.mjs +58 -58
  108. package/esm2020/tristatecheckbox/tristatecheckbox.mjs +7 -7
  109. package/esm2020/utils/objectutils.mjs +9 -1
  110. package/esm2020/virtualscroller/virtualscroller.mjs +7 -7
  111. package/fesm2015/primeng-accordion.mjs +10 -10
  112. package/fesm2015/primeng-accordion.mjs.map +1 -1
  113. package/fesm2015/primeng-api.mjs +34 -34
  114. package/fesm2015/primeng-api.mjs.map +1 -1
  115. package/fesm2015/primeng-autocomplete.mjs +7 -7
  116. package/fesm2015/primeng-autocomplete.mjs.map +1 -1
  117. package/fesm2015/primeng-avatar.mjs +7 -7
  118. package/fesm2015/primeng-avatar.mjs.map +1 -1
  119. package/fesm2015/primeng-avatargroup.mjs +7 -7
  120. package/fesm2015/primeng-avatargroup.mjs.map +1 -1
  121. package/fesm2015/primeng-badge.mjs +10 -10
  122. package/fesm2015/primeng-badge.mjs.map +1 -1
  123. package/fesm2015/primeng-blockui.mjs +7 -7
  124. package/fesm2015/primeng-blockui.mjs.map +1 -1
  125. package/fesm2015/primeng-breadcrumb.mjs +19 -19
  126. package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
  127. package/fesm2015/primeng-button.mjs +10 -10
  128. package/fesm2015/primeng-button.mjs.map +1 -1
  129. package/fesm2015/primeng-calendar.mjs +7 -7
  130. package/fesm2015/primeng-calendar.mjs.map +1 -1
  131. package/fesm2015/primeng-captcha.mjs +7 -7
  132. package/fesm2015/primeng-captcha.mjs.map +1 -1
  133. package/fesm2015/primeng-card.mjs +7 -7
  134. package/fesm2015/primeng-card.mjs.map +1 -1
  135. package/fesm2015/primeng-carousel.mjs +7 -7
  136. package/fesm2015/primeng-carousel.mjs.map +1 -1
  137. package/fesm2015/primeng-cascadeselect.mjs +18 -14
  138. package/fesm2015/primeng-cascadeselect.mjs.map +1 -1
  139. package/fesm2015/primeng-chart.mjs +7 -7
  140. package/fesm2015/primeng-chart.mjs.map +1 -1
  141. package/fesm2015/primeng-checkbox.mjs +7 -7
  142. package/fesm2015/primeng-checkbox.mjs.map +1 -1
  143. package/fesm2015/primeng-chip.mjs +9 -9
  144. package/fesm2015/primeng-chip.mjs.map +1 -1
  145. package/fesm2015/primeng-chips.mjs +7 -7
  146. package/fesm2015/primeng-chips.mjs.map +1 -1
  147. package/fesm2015/primeng-codehighlighter.mjs +7 -7
  148. package/fesm2015/primeng-codehighlighter.mjs.map +1 -1
  149. package/fesm2015/primeng-colorpicker.mjs +7 -7
  150. package/fesm2015/primeng-colorpicker.mjs.map +1 -1
  151. package/fesm2015/primeng-confirmdialog.mjs +7 -7
  152. package/fesm2015/primeng-confirmdialog.mjs.map +1 -1
  153. package/fesm2015/primeng-confirmpopup.mjs +7 -7
  154. package/fesm2015/primeng-confirmpopup.mjs.map +1 -1
  155. package/fesm2015/primeng-contextmenu.mjs +14 -14
  156. package/fesm2015/primeng-contextmenu.mjs.map +1 -1
  157. package/fesm2015/primeng-dataview.mjs +10 -10
  158. package/fesm2015/primeng-dataview.mjs.map +1 -1
  159. package/fesm2015/primeng-defer.mjs +7 -7
  160. package/fesm2015/primeng-defer.mjs.map +1 -1
  161. package/fesm2015/primeng-dialog.mjs +7 -7
  162. package/fesm2015/primeng-dialog.mjs.map +1 -1
  163. package/fesm2015/primeng-divider.mjs +7 -7
  164. package/fesm2015/primeng-divider.mjs.map +1 -1
  165. package/fesm2015/primeng-dock.mjs +11 -11
  166. package/fesm2015/primeng-dock.mjs.map +1 -1
  167. package/fesm2015/primeng-dom.mjs.map +1 -1
  168. package/fesm2015/primeng-dragdrop.mjs +10 -10
  169. package/fesm2015/primeng-dragdrop.mjs.map +1 -1
  170. package/fesm2015/primeng-dropdown.mjs +12 -12
  171. package/fesm2015/primeng-dropdown.mjs.map +1 -1
  172. package/fesm2015/primeng-dynamicdialog.mjs +13 -13
  173. package/fesm2015/primeng-dynamicdialog.mjs.map +1 -1
  174. package/fesm2015/primeng-editor.mjs +7 -7
  175. package/fesm2015/primeng-editor.mjs.map +1 -1
  176. package/fesm2015/primeng-fieldset.mjs +7 -7
  177. package/fesm2015/primeng-fieldset.mjs.map +1 -1
  178. package/fesm2015/primeng-fileupload.mjs +9 -9
  179. package/fesm2015/primeng-fileupload.mjs.map +1 -1
  180. package/fesm2015/primeng-focustrap.mjs +7 -7
  181. package/fesm2015/primeng-focustrap.mjs.map +1 -1
  182. package/fesm2015/primeng-fullcalendar.mjs +7 -7
  183. package/fesm2015/primeng-fullcalendar.mjs.map +1 -1
  184. package/fesm2015/primeng-galleria.mjs +21 -21
  185. package/fesm2015/primeng-galleria.mjs.map +1 -1
  186. package/fesm2015/primeng-gmap.mjs +7 -7
  187. package/fesm2015/primeng-gmap.mjs.map +1 -1
  188. package/fesm2015/primeng-image.mjs +7 -7
  189. package/fesm2015/primeng-image.mjs.map +1 -1
  190. package/fesm2015/primeng-inplace.mjs +13 -13
  191. package/fesm2015/primeng-inplace.mjs.map +1 -1
  192. package/fesm2015/primeng-inputmask.mjs +7 -7
  193. package/fesm2015/primeng-inputmask.mjs.map +1 -1
  194. package/fesm2015/primeng-inputnumber.mjs +7 -7
  195. package/fesm2015/primeng-inputnumber.mjs.map +1 -1
  196. package/fesm2015/primeng-inputswitch.mjs +7 -7
  197. package/fesm2015/primeng-inputswitch.mjs.map +1 -1
  198. package/fesm2015/primeng-inputtext.mjs +7 -7
  199. package/fesm2015/primeng-inputtext.mjs.map +1 -1
  200. package/fesm2015/primeng-inputtextarea.mjs +7 -7
  201. package/fesm2015/primeng-inputtextarea.mjs.map +1 -1
  202. package/fesm2015/primeng-keyfilter.mjs +7 -7
  203. package/fesm2015/primeng-keyfilter.mjs.map +1 -1
  204. package/fesm2015/primeng-knob.mjs +7 -7
  205. package/fesm2015/primeng-knob.mjs.map +1 -1
  206. package/fesm2015/primeng-lightbox.mjs +7 -7
  207. package/fesm2015/primeng-lightbox.mjs.map +1 -1
  208. package/fesm2015/primeng-listbox.mjs +7 -7
  209. package/fesm2015/primeng-listbox.mjs.map +1 -1
  210. package/fesm2015/primeng-megamenu.mjs +15 -15
  211. package/fesm2015/primeng-megamenu.mjs.map +1 -1
  212. package/fesm2015/primeng-menu.mjs +16 -16
  213. package/fesm2015/primeng-menu.mjs.map +1 -1
  214. package/fesm2015/primeng-menubar.mjs +14 -14
  215. package/fesm2015/primeng-menubar.mjs.map +1 -1
  216. package/fesm2015/primeng-message.mjs +7 -7
  217. package/fesm2015/primeng-message.mjs.map +1 -1
  218. package/fesm2015/primeng-messages.mjs +7 -7
  219. package/fesm2015/primeng-messages.mjs.map +1 -1
  220. package/fesm2015/primeng-multiselect.mjs +17 -15
  221. package/fesm2015/primeng-multiselect.mjs.map +1 -1
  222. package/fesm2015/primeng-orderlist.mjs +28 -19
  223. package/fesm2015/primeng-orderlist.mjs.map +1 -1
  224. package/fesm2015/primeng-organizationchart.mjs +12 -12
  225. package/fesm2015/primeng-organizationchart.mjs.map +1 -1
  226. package/fesm2015/primeng-overlaypanel.mjs +7 -7
  227. package/fesm2015/primeng-overlaypanel.mjs.map +1 -1
  228. package/fesm2015/primeng-paginator.mjs +7 -7
  229. package/fesm2015/primeng-paginator.mjs.map +1 -1
  230. package/fesm2015/primeng-panel.mjs +7 -7
  231. package/fesm2015/primeng-panel.mjs.map +1 -1
  232. package/fesm2015/primeng-panelmenu.mjs +24 -21
  233. package/fesm2015/primeng-panelmenu.mjs.map +1 -1
  234. package/fesm2015/primeng-password.mjs +19 -13
  235. package/fesm2015/primeng-password.mjs.map +1 -1
  236. package/fesm2015/primeng-picklist.mjs +82 -31
  237. package/fesm2015/primeng-picklist.mjs.map +1 -1
  238. package/fesm2015/primeng-progressbar.mjs +7 -7
  239. package/fesm2015/primeng-progressbar.mjs.map +1 -1
  240. package/fesm2015/primeng-progressspinner.mjs +7 -7
  241. package/fesm2015/primeng-progressspinner.mjs.map +1 -1
  242. package/fesm2015/primeng-radiobutton.mjs +10 -10
  243. package/fesm2015/primeng-radiobutton.mjs.map +1 -1
  244. package/fesm2015/primeng-rating.mjs +7 -7
  245. package/fesm2015/primeng-rating.mjs.map +1 -1
  246. package/fesm2015/primeng-ripple.mjs +7 -7
  247. package/fesm2015/primeng-ripple.mjs.map +1 -1
  248. package/fesm2015/primeng-scrollpanel.mjs +7 -7
  249. package/fesm2015/primeng-scrollpanel.mjs.map +1 -1
  250. package/fesm2015/primeng-scrolltop.mjs +7 -7
  251. package/fesm2015/primeng-scrolltop.mjs.map +1 -1
  252. package/fesm2015/primeng-selectbutton.mjs +7 -7
  253. package/fesm2015/primeng-selectbutton.mjs.map +1 -1
  254. package/fesm2015/primeng-sidebar.mjs +7 -7
  255. package/fesm2015/primeng-sidebar.mjs.map +1 -1
  256. package/fesm2015/primeng-skeleton.mjs +7 -7
  257. package/fesm2015/primeng-skeleton.mjs.map +1 -1
  258. package/fesm2015/primeng-slidemenu.mjs +16 -16
  259. package/fesm2015/primeng-slidemenu.mjs.map +1 -1
  260. package/fesm2015/primeng-slider.mjs +7 -7
  261. package/fesm2015/primeng-slider.mjs.map +1 -1
  262. package/fesm2015/primeng-speeddial.mjs +11 -11
  263. package/fesm2015/primeng-speeddial.mjs.map +1 -1
  264. package/fesm2015/primeng-spinner.mjs +7 -7
  265. package/fesm2015/primeng-spinner.mjs.map +1 -1
  266. package/fesm2015/primeng-splitbutton.mjs +50 -20
  267. package/fesm2015/primeng-splitbutton.mjs.map +1 -1
  268. package/fesm2015/primeng-splitter.mjs +7 -7
  269. package/fesm2015/primeng-splitter.mjs.map +1 -1
  270. package/fesm2015/primeng-steps.mjs +11 -11
  271. package/fesm2015/primeng-steps.mjs.map +1 -1
  272. package/fesm2015/primeng-styleclass.mjs +16 -11
  273. package/fesm2015/primeng-styleclass.mjs.map +1 -1
  274. package/fesm2015/primeng-table.mjs +101 -94
  275. package/fesm2015/primeng-table.mjs.map +1 -1
  276. package/fesm2015/primeng-tabmenu.mjs +11 -11
  277. package/fesm2015/primeng-tabmenu.mjs.map +1 -1
  278. package/fesm2015/primeng-tabview.mjs +10 -10
  279. package/fesm2015/primeng-tabview.mjs.map +1 -1
  280. package/fesm2015/primeng-tag.mjs +7 -7
  281. package/fesm2015/primeng-tag.mjs.map +1 -1
  282. package/fesm2015/primeng-terminal.mjs +10 -10
  283. package/fesm2015/primeng-terminal.mjs.map +1 -1
  284. package/fesm2015/primeng-tieredmenu.mjs +46 -20
  285. package/fesm2015/primeng-tieredmenu.mjs.map +1 -1
  286. package/fesm2015/primeng-timeline.mjs +9 -9
  287. package/fesm2015/primeng-timeline.mjs.map +1 -1
  288. package/fesm2015/primeng-toast.mjs +10 -10
  289. package/fesm2015/primeng-toast.mjs.map +1 -1
  290. package/fesm2015/primeng-togglebutton.mjs +7 -7
  291. package/fesm2015/primeng-togglebutton.mjs.map +1 -1
  292. package/fesm2015/primeng-toolbar.mjs +7 -7
  293. package/fesm2015/primeng-toolbar.mjs.map +1 -1
  294. package/fesm2015/primeng-tooltip.mjs +10 -9
  295. package/fesm2015/primeng-tooltip.mjs.map +1 -1
  296. package/fesm2015/primeng-tree.mjs +12 -12
  297. package/fesm2015/primeng-tree.mjs.map +1 -1
  298. package/fesm2015/primeng-treeselect.mjs +7 -7
  299. package/fesm2015/primeng-treeselect.mjs.map +1 -1
  300. package/fesm2015/primeng-treetable.mjs +57 -57
  301. package/fesm2015/primeng-treetable.mjs.map +1 -1
  302. package/fesm2015/primeng-tristatecheckbox.mjs +7 -7
  303. package/fesm2015/primeng-tristatecheckbox.mjs.map +1 -1
  304. package/fesm2015/primeng-utils.mjs +8 -0
  305. package/fesm2015/primeng-utils.mjs.map +1 -1
  306. package/fesm2015/primeng-virtualscroller.mjs +7 -7
  307. package/fesm2015/primeng-virtualscroller.mjs.map +1 -1
  308. package/fesm2015/primeng.mjs.map +1 -1
  309. package/fesm2020/primeng-accordion.mjs +10 -10
  310. package/fesm2020/primeng-accordion.mjs.map +1 -1
  311. package/fesm2020/primeng-api.mjs +34 -34
  312. package/fesm2020/primeng-api.mjs.map +1 -1
  313. package/fesm2020/primeng-autocomplete.mjs +7 -7
  314. package/fesm2020/primeng-autocomplete.mjs.map +1 -1
  315. package/fesm2020/primeng-avatar.mjs +7 -7
  316. package/fesm2020/primeng-avatar.mjs.map +1 -1
  317. package/fesm2020/primeng-avatargroup.mjs +7 -7
  318. package/fesm2020/primeng-avatargroup.mjs.map +1 -1
  319. package/fesm2020/primeng-badge.mjs +10 -10
  320. package/fesm2020/primeng-badge.mjs.map +1 -1
  321. package/fesm2020/primeng-blockui.mjs +7 -7
  322. package/fesm2020/primeng-blockui.mjs.map +1 -1
  323. package/fesm2020/primeng-breadcrumb.mjs +19 -19
  324. package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
  325. package/fesm2020/primeng-button.mjs +10 -10
  326. package/fesm2020/primeng-button.mjs.map +1 -1
  327. package/fesm2020/primeng-calendar.mjs +7 -7
  328. package/fesm2020/primeng-calendar.mjs.map +1 -1
  329. package/fesm2020/primeng-captcha.mjs +7 -7
  330. package/fesm2020/primeng-captcha.mjs.map +1 -1
  331. package/fesm2020/primeng-card.mjs +7 -7
  332. package/fesm2020/primeng-card.mjs.map +1 -1
  333. package/fesm2020/primeng-carousel.mjs +7 -7
  334. package/fesm2020/primeng-carousel.mjs.map +1 -1
  335. package/fesm2020/primeng-cascadeselect.mjs +18 -14
  336. package/fesm2020/primeng-cascadeselect.mjs.map +1 -1
  337. package/fesm2020/primeng-chart.mjs +7 -7
  338. package/fesm2020/primeng-chart.mjs.map +1 -1
  339. package/fesm2020/primeng-checkbox.mjs +7 -7
  340. package/fesm2020/primeng-checkbox.mjs.map +1 -1
  341. package/fesm2020/primeng-chip.mjs +9 -9
  342. package/fesm2020/primeng-chip.mjs.map +1 -1
  343. package/fesm2020/primeng-chips.mjs +7 -7
  344. package/fesm2020/primeng-chips.mjs.map +1 -1
  345. package/fesm2020/primeng-codehighlighter.mjs +7 -7
  346. package/fesm2020/primeng-codehighlighter.mjs.map +1 -1
  347. package/fesm2020/primeng-colorpicker.mjs +7 -7
  348. package/fesm2020/primeng-colorpicker.mjs.map +1 -1
  349. package/fesm2020/primeng-confirmdialog.mjs +7 -7
  350. package/fesm2020/primeng-confirmdialog.mjs.map +1 -1
  351. package/fesm2020/primeng-confirmpopup.mjs +7 -7
  352. package/fesm2020/primeng-confirmpopup.mjs.map +1 -1
  353. package/fesm2020/primeng-contextmenu.mjs +14 -14
  354. package/fesm2020/primeng-contextmenu.mjs.map +1 -1
  355. package/fesm2020/primeng-dataview.mjs +10 -10
  356. package/fesm2020/primeng-dataview.mjs.map +1 -1
  357. package/fesm2020/primeng-defer.mjs +7 -7
  358. package/fesm2020/primeng-defer.mjs.map +1 -1
  359. package/fesm2020/primeng-dialog.mjs +7 -7
  360. package/fesm2020/primeng-dialog.mjs.map +1 -1
  361. package/fesm2020/primeng-divider.mjs +7 -7
  362. package/fesm2020/primeng-divider.mjs.map +1 -1
  363. package/fesm2020/primeng-dock.mjs +11 -11
  364. package/fesm2020/primeng-dock.mjs.map +1 -1
  365. package/fesm2020/primeng-dom.mjs.map +1 -1
  366. package/fesm2020/primeng-dragdrop.mjs +10 -10
  367. package/fesm2020/primeng-dragdrop.mjs.map +1 -1
  368. package/fesm2020/primeng-dropdown.mjs +12 -12
  369. package/fesm2020/primeng-dropdown.mjs.map +1 -1
  370. package/fesm2020/primeng-dynamicdialog.mjs +13 -13
  371. package/fesm2020/primeng-dynamicdialog.mjs.map +1 -1
  372. package/fesm2020/primeng-editor.mjs +7 -7
  373. package/fesm2020/primeng-editor.mjs.map +1 -1
  374. package/fesm2020/primeng-fieldset.mjs +7 -7
  375. package/fesm2020/primeng-fieldset.mjs.map +1 -1
  376. package/fesm2020/primeng-fileupload.mjs +9 -9
  377. package/fesm2020/primeng-fileupload.mjs.map +1 -1
  378. package/fesm2020/primeng-focustrap.mjs +7 -7
  379. package/fesm2020/primeng-focustrap.mjs.map +1 -1
  380. package/fesm2020/primeng-fullcalendar.mjs +7 -7
  381. package/fesm2020/primeng-fullcalendar.mjs.map +1 -1
  382. package/fesm2020/primeng-galleria.mjs +21 -21
  383. package/fesm2020/primeng-galleria.mjs.map +1 -1
  384. package/fesm2020/primeng-gmap.mjs +7 -7
  385. package/fesm2020/primeng-gmap.mjs.map +1 -1
  386. package/fesm2020/primeng-image.mjs +7 -7
  387. package/fesm2020/primeng-image.mjs.map +1 -1
  388. package/fesm2020/primeng-inplace.mjs +13 -13
  389. package/fesm2020/primeng-inplace.mjs.map +1 -1
  390. package/fesm2020/primeng-inputmask.mjs +7 -7
  391. package/fesm2020/primeng-inputmask.mjs.map +1 -1
  392. package/fesm2020/primeng-inputnumber.mjs +7 -7
  393. package/fesm2020/primeng-inputnumber.mjs.map +1 -1
  394. package/fesm2020/primeng-inputswitch.mjs +7 -7
  395. package/fesm2020/primeng-inputswitch.mjs.map +1 -1
  396. package/fesm2020/primeng-inputtext.mjs +7 -7
  397. package/fesm2020/primeng-inputtext.mjs.map +1 -1
  398. package/fesm2020/primeng-inputtextarea.mjs +7 -7
  399. package/fesm2020/primeng-inputtextarea.mjs.map +1 -1
  400. package/fesm2020/primeng-keyfilter.mjs +7 -7
  401. package/fesm2020/primeng-keyfilter.mjs.map +1 -1
  402. package/fesm2020/primeng-knob.mjs +7 -7
  403. package/fesm2020/primeng-knob.mjs.map +1 -1
  404. package/fesm2020/primeng-lightbox.mjs +7 -7
  405. package/fesm2020/primeng-lightbox.mjs.map +1 -1
  406. package/fesm2020/primeng-listbox.mjs +7 -7
  407. package/fesm2020/primeng-listbox.mjs.map +1 -1
  408. package/fesm2020/primeng-megamenu.mjs +15 -15
  409. package/fesm2020/primeng-megamenu.mjs.map +1 -1
  410. package/fesm2020/primeng-menu.mjs +16 -16
  411. package/fesm2020/primeng-menu.mjs.map +1 -1
  412. package/fesm2020/primeng-menubar.mjs +14 -14
  413. package/fesm2020/primeng-menubar.mjs.map +1 -1
  414. package/fesm2020/primeng-message.mjs +7 -7
  415. package/fesm2020/primeng-message.mjs.map +1 -1
  416. package/fesm2020/primeng-messages.mjs +7 -7
  417. package/fesm2020/primeng-messages.mjs.map +1 -1
  418. package/fesm2020/primeng-multiselect.mjs +17 -15
  419. package/fesm2020/primeng-multiselect.mjs.map +1 -1
  420. package/fesm2020/primeng-orderlist.mjs +28 -19
  421. package/fesm2020/primeng-orderlist.mjs.map +1 -1
  422. package/fesm2020/primeng-organizationchart.mjs +12 -12
  423. package/fesm2020/primeng-organizationchart.mjs.map +1 -1
  424. package/fesm2020/primeng-overlaypanel.mjs +7 -7
  425. package/fesm2020/primeng-overlaypanel.mjs.map +1 -1
  426. package/fesm2020/primeng-paginator.mjs +7 -7
  427. package/fesm2020/primeng-paginator.mjs.map +1 -1
  428. package/fesm2020/primeng-panel.mjs +7 -7
  429. package/fesm2020/primeng-panel.mjs.map +1 -1
  430. package/fesm2020/primeng-panelmenu.mjs +24 -21
  431. package/fesm2020/primeng-panelmenu.mjs.map +1 -1
  432. package/fesm2020/primeng-password.mjs +19 -13
  433. package/fesm2020/primeng-password.mjs.map +1 -1
  434. package/fesm2020/primeng-picklist.mjs +82 -31
  435. package/fesm2020/primeng-picklist.mjs.map +1 -1
  436. package/fesm2020/primeng-progressbar.mjs +7 -7
  437. package/fesm2020/primeng-progressbar.mjs.map +1 -1
  438. package/fesm2020/primeng-progressspinner.mjs +7 -7
  439. package/fesm2020/primeng-progressspinner.mjs.map +1 -1
  440. package/fesm2020/primeng-radiobutton.mjs +10 -10
  441. package/fesm2020/primeng-radiobutton.mjs.map +1 -1
  442. package/fesm2020/primeng-rating.mjs +7 -7
  443. package/fesm2020/primeng-rating.mjs.map +1 -1
  444. package/fesm2020/primeng-ripple.mjs +7 -7
  445. package/fesm2020/primeng-ripple.mjs.map +1 -1
  446. package/fesm2020/primeng-scrollpanel.mjs +7 -7
  447. package/fesm2020/primeng-scrollpanel.mjs.map +1 -1
  448. package/fesm2020/primeng-scrolltop.mjs +7 -7
  449. package/fesm2020/primeng-scrolltop.mjs.map +1 -1
  450. package/fesm2020/primeng-selectbutton.mjs +7 -7
  451. package/fesm2020/primeng-selectbutton.mjs.map +1 -1
  452. package/fesm2020/primeng-sidebar.mjs +7 -7
  453. package/fesm2020/primeng-sidebar.mjs.map +1 -1
  454. package/fesm2020/primeng-skeleton.mjs +7 -7
  455. package/fesm2020/primeng-skeleton.mjs.map +1 -1
  456. package/fesm2020/primeng-slidemenu.mjs +16 -16
  457. package/fesm2020/primeng-slidemenu.mjs.map +1 -1
  458. package/fesm2020/primeng-slider.mjs +7 -7
  459. package/fesm2020/primeng-slider.mjs.map +1 -1
  460. package/fesm2020/primeng-speeddial.mjs +11 -11
  461. package/fesm2020/primeng-speeddial.mjs.map +1 -1
  462. package/fesm2020/primeng-spinner.mjs +7 -7
  463. package/fesm2020/primeng-spinner.mjs.map +1 -1
  464. package/fesm2020/primeng-splitbutton.mjs +50 -20
  465. package/fesm2020/primeng-splitbutton.mjs.map +1 -1
  466. package/fesm2020/primeng-splitter.mjs +7 -7
  467. package/fesm2020/primeng-splitter.mjs.map +1 -1
  468. package/fesm2020/primeng-steps.mjs +11 -11
  469. package/fesm2020/primeng-steps.mjs.map +1 -1
  470. package/fesm2020/primeng-styleclass.mjs +16 -11
  471. package/fesm2020/primeng-styleclass.mjs.map +1 -1
  472. package/fesm2020/primeng-table.mjs +101 -94
  473. package/fesm2020/primeng-table.mjs.map +1 -1
  474. package/fesm2020/primeng-tabmenu.mjs +11 -11
  475. package/fesm2020/primeng-tabmenu.mjs.map +1 -1
  476. package/fesm2020/primeng-tabview.mjs +10 -10
  477. package/fesm2020/primeng-tabview.mjs.map +1 -1
  478. package/fesm2020/primeng-tag.mjs +7 -7
  479. package/fesm2020/primeng-tag.mjs.map +1 -1
  480. package/fesm2020/primeng-terminal.mjs +10 -10
  481. package/fesm2020/primeng-terminal.mjs.map +1 -1
  482. package/fesm2020/primeng-tieredmenu.mjs +46 -20
  483. package/fesm2020/primeng-tieredmenu.mjs.map +1 -1
  484. package/fesm2020/primeng-timeline.mjs +9 -9
  485. package/fesm2020/primeng-timeline.mjs.map +1 -1
  486. package/fesm2020/primeng-toast.mjs +10 -10
  487. package/fesm2020/primeng-toast.mjs.map +1 -1
  488. package/fesm2020/primeng-togglebutton.mjs +7 -7
  489. package/fesm2020/primeng-togglebutton.mjs.map +1 -1
  490. package/fesm2020/primeng-toolbar.mjs +7 -7
  491. package/fesm2020/primeng-toolbar.mjs.map +1 -1
  492. package/fesm2020/primeng-tooltip.mjs +10 -9
  493. package/fesm2020/primeng-tooltip.mjs.map +1 -1
  494. package/fesm2020/primeng-tree.mjs +12 -12
  495. package/fesm2020/primeng-tree.mjs.map +1 -1
  496. package/fesm2020/primeng-treeselect.mjs +7 -7
  497. package/fesm2020/primeng-treeselect.mjs.map +1 -1
  498. package/fesm2020/primeng-treetable.mjs +57 -57
  499. package/fesm2020/primeng-treetable.mjs.map +1 -1
  500. package/fesm2020/primeng-tristatecheckbox.mjs +7 -7
  501. package/fesm2020/primeng-tristatecheckbox.mjs.map +1 -1
  502. package/fesm2020/primeng-utils.mjs +8 -0
  503. package/fesm2020/primeng-utils.mjs.map +1 -1
  504. package/fesm2020/primeng-virtualscroller.mjs +7 -7
  505. package/fesm2020/primeng-virtualscroller.mjs.map +1 -1
  506. package/fesm2020/primeng.mjs.map +1 -1
  507. package/multiselect/multiselect.d.ts +2 -1
  508. package/orderlist/orderlist.d.ts +3 -1
  509. package/package.json +1 -1
  510. package/panelmenu/panelmenu.d.ts +1 -0
  511. package/password/password.d.ts +4 -1
  512. package/picklist/picklist.d.ts +8 -1
  513. package/resources/components/splitbutton/splitbutton.css +7 -3
  514. package/resources/components/tieredmenu/tieredmenu.css +4 -0
  515. package/resources/themes/arya-blue/theme.css +263 -1
  516. package/resources/themes/arya-green/theme.css +263 -1
  517. package/resources/themes/arya-orange/theme.css +263 -1
  518. package/resources/themes/arya-purple/theme.css +263 -1
  519. package/resources/themes/bootstrap4-dark-blue/theme.css +263 -1
  520. package/resources/themes/bootstrap4-dark-purple/theme.css +263 -1
  521. package/resources/themes/bootstrap4-light-blue/theme.css +262 -0
  522. package/resources/themes/bootstrap4-light-purple/theme.css +262 -0
  523. package/resources/themes/fluent-light/theme.css +262 -0
  524. package/resources/themes/lara-dark-blue/theme.css +270 -43
  525. package/resources/themes/lara-dark-indigo/theme.css +270 -43
  526. package/resources/themes/lara-dark-purple/theme.css +270 -43
  527. package/resources/themes/lara-dark-teal/theme.css +270 -43
  528. package/resources/themes/lara-light-blue/theme.css +369 -142
  529. package/resources/themes/lara-light-indigo/theme.css +269 -42
  530. package/resources/themes/lara-light-purple/theme.css +269 -42
  531. package/resources/themes/lara-light-teal/theme.css +269 -42
  532. package/resources/themes/luna-amber/theme.css +262 -0
  533. package/resources/themes/luna-blue/theme.css +262 -0
  534. package/resources/themes/luna-green/theme.css +262 -0
  535. package/resources/themes/luna-pink/theme.css +262 -0
  536. package/resources/themes/md-dark-deeppurple/theme.css +342 -3
  537. package/resources/themes/md-dark-indigo/theme.css +342 -3
  538. package/resources/themes/md-light-deeppurple/theme.css +339 -0
  539. package/resources/themes/md-light-indigo/theme.css +339 -0
  540. package/resources/themes/mdc-dark-deeppurple/theme.css +342 -3
  541. package/resources/themes/mdc-dark-indigo/theme.css +342 -3
  542. package/resources/themes/mdc-light-deeppurple/theme.css +339 -0
  543. package/resources/themes/mdc-light-indigo/theme.css +339 -0
  544. package/resources/themes/nova/theme.css +262 -0
  545. package/resources/themes/nova-accent/theme.css +262 -0
  546. package/resources/themes/nova-alt/theme.css +262 -0
  547. package/resources/themes/rhea/theme.css +262 -0
  548. package/resources/themes/saga-blue/theme.css +262 -0
  549. package/resources/themes/saga-green/theme.css +262 -0
  550. package/resources/themes/saga-orange/theme.css +262 -0
  551. package/resources/themes/saga-purple/theme.css +262 -0
  552. package/resources/themes/tailwind-light/theme.css +262 -0
  553. package/resources/themes/vela-blue/theme.css +263 -1
  554. package/resources/themes/vela-green/theme.css +263 -1
  555. package/resources/themes/vela-orange/theme.css +263 -1
  556. package/resources/themes/vela-purple/theme.css +263 -1
  557. package/splitbutton/splitbutton.d.ts +9 -6
  558. package/styleclass/styleclass.d.ts +2 -0
  559. package/table/table.d.ts +1 -0
  560. package/tieredmenu/tieredmenu.d.ts +4 -0
  561. package/utils/objectutils.d.ts +1 -0
  562. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  563. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  564. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  565. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  566. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  567. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  568. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  569. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  570. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  571. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  572. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  573. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  574. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  575. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  576. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  577. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  578. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  579. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  580. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  581. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  582. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  583. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  584. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  585. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  586. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  587. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  588. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  589. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  590. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  591. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  592. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  593. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  594. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  595. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  596. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  597. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  598. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  599. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  600. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  601. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  602. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  603. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  604. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  605. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  606. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  607. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  608. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  609. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  610. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  611. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  612. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  613. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  614. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  615. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  616. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  617. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  618. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  619. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  620. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  621. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  622. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  623. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  624. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  625. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  626. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  627. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  628. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  629. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  630. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  631. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  632. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  633. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  634. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  635. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  636. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  637. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  638. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  639. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  640. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  641. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
@@ -35,13 +35,13 @@ export class Breadcrumb {
35
35
  }
36
36
  }
37
37
  }
38
- Breadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Breadcrumb, deps: [], target: i0.ɵɵFactoryTarget.Component });
39
- Breadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: Breadcrumb, selector: "p-breadcrumb", inputs: { model: "model", style: "style", styleClass: "styleClass", home: "home", homeAriaLabel: "homeAriaLabel" }, outputs: { onItemClick: "onItemClick" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
38
+ Breadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Breadcrumb, deps: [], target: i0.ɵɵFactoryTarget.Component });
39
+ Breadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: Breadcrumb, selector: "p-breadcrumb", inputs: { model: "model", style: "style", styleClass: "styleClass", home: "home", homeAriaLabel: "homeAriaLabel" }, outputs: { onItemClick: "onItemClick" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
40
40
  <div [class]="styleClass" [ngStyle]="style" [ngClass]="'p-breadcrumb p-component'">
41
41
  <ul>
42
42
  <li [class]="home.styleClass" [ngClass]="{'p-breadcrumb-home': true, 'p-disabled':home.disabled}" [ngStyle]="home.style" *ngIf="home" pTooltip [tooltipOptions]="home.tooltipOptions">
43
43
  <a *ngIf="!home.routerLink" [attr.aria-label]="homeAriaLabel" [href]="home.url ? home.url : null" class="p-menuitem-link" (click)="itemClick($event, home)"
44
- [attr.target]="home.target" [attr.title]="home.title" [attr.id]="home.id" [attr.tabindex]="home.disabled ? null : '0'">
44
+ [target]="home.target" [attr.title]="home.title" [attr.id]="home.id" [attr.tabindex]="home.disabled ? null : '0'">
45
45
  <span *ngIf="home.icon" class="p-menuitem-icon" [ngClass]="home.icon||'pi pi-home'"></span>
46
46
  <ng-container *ngIf="home.label">
47
47
  <span *ngIf="home.escape !== false; else htmlHomeLabel" class="p-menuitem-text">{{home.label}}</span>
@@ -49,7 +49,7 @@ Breadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "1
49
49
  </ng-container>
50
50
  </a>
51
51
  <a *ngIf="home.routerLink" [routerLink]="home.routerLink" [attr.aria-label]="homeAriaLabel" [queryParams]="home.queryParams" [routerLinkActive]="'p-menuitem-link-active'" [routerLinkActiveOptions]="home.routerLinkActiveOptions||{exact:false}" class="p-menuitem-link" (click)="itemClick($event, home)"
52
- [attr.target]="home.target" [attr.title]="home.title" [attr.id]="home.id" [attr.tabindex]="home.disabled ? null : '0'"
52
+ [target]="home.target" [attr.title]="home.title" [attr.id]="home.id" [attr.tabindex]="home.disabled ? null : '0'"
53
53
  [fragment]="home.fragment" [queryParamsHandling]="home.queryParamsHandling" [preserveFragment]="home.preserveFragment" [skipLocationChange]="home.skipLocationChange" [replaceUrl]="home.replaceUrl" [state]="home.state">
54
54
  <span *ngIf="home.icon" class="p-menuitem-icon" [ngClass]="home.icon||'pi pi-home'"></span>
55
55
  <ng-container *ngIf="home.label">
@@ -60,9 +60,9 @@ Breadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "1
60
60
  </li>
61
61
  <li class="p-breadcrumb-chevron pi pi-chevron-right" *ngIf="model&&home"></li>
62
62
  <ng-template ngFor let-item let-end="last" [ngForOf]="model">
63
- <li [class]="item.styleClass" [ngStyle]="item.style" [ngClass]="{'p-disabled':item.disabled}">
64
- <a *ngIf="!item.routerLink" [attr.href]="item.url ? item.url : null" class="p-menuitem-link" (click)="itemClick($event, item)" pTooltip [tooltipOptions]="item.tooltipOptions"
65
- [attr.target]="item.target" [attr.title]="item.title" [attr.id]="item.id" [attr.tabindex]="item.disabled ? null : '0'">
63
+ <li [class]="item.styleClass" [ngStyle]="item.style" [ngClass]="{'p-disabled':item.disabled}" pTooltip [tooltipOptions]="item.tooltipOptions">
64
+ <a *ngIf="!item.routerLink" [attr.href]="item.url ? item.url : null" class="p-menuitem-link" (click)="itemClick($event, item)"
65
+ [target]="item.target" [attr.title]="item.title" [attr.id]="item.id" [attr.tabindex]="item.disabled ? null : '0'">
66
66
  <span *ngIf="item.icon" class="p-menuitem-icon" [ngClass]="item.icon"></span>
67
67
  <ng-container *ngIf="item.label">
68
68
  <span *ngIf="item.escape !== false; else htmlLabel" class="p-menuitem-text">{{item.label}}</span>
@@ -70,7 +70,7 @@ Breadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "1
70
70
  </ng-container>
71
71
  </a>
72
72
  <a *ngIf="item.routerLink" [routerLink]="item.routerLink" [queryParams]="item.queryParams" [routerLinkActive]="'p-menuitem-link-active'" [routerLinkActiveOptions]="item.routerLinkActiveOptions||{exact:false}" class="p-menuitem-link" (click)="itemClick($event, item)"
73
- [attr.target]="item.target" [attr.title]="item.title" [attr.id]="item.id" [attr.tabindex]="item.disabled ? null : '0'"
73
+ [target]="item.target" [attr.title]="item.title" [attr.id]="item.id" [attr.tabindex]="item.disabled ? null : '0'"
74
74
  [fragment]="item.fragment" [queryParamsHandling]="item.queryParamsHandling" [preserveFragment]="item.preserveFragment" [skipLocationChange]="item.skipLocationChange" [replaceUrl]="item.replaceUrl" [state]="item.state">
75
75
  <span *ngIf="item.icon" class="p-menuitem-icon" [ngClass]="item.icon"></span>
76
76
  <ng-container *ngIf="item.label">
@@ -84,14 +84,14 @@ Breadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "1
84
84
  </ul>
85
85
  </div>
86
86
  `, isInline: true, styles: [".p-breadcrumb{overflow-x:auto}.p-breadcrumb ul{margin:0;padding:0;list-style-type:none;display:flex;align-items:center;flex-wrap:nowrap}.p-breadcrumb .p-menuitem-text{line-height:1}.p-breadcrumb .p-menuitem-link{text-decoration:none;cursor:pointer}.p-breadcrumb::-webkit-scrollbar{display:none}\n"], directives: [{ type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { type: i3.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo", "routerLink"] }, { type: i3.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Breadcrumb, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Breadcrumb, decorators: [{
88
88
  type: Component,
89
89
  args: [{ selector: 'p-breadcrumb', template: `
90
90
  <div [class]="styleClass" [ngStyle]="style" [ngClass]="'p-breadcrumb p-component'">
91
91
  <ul>
92
92
  <li [class]="home.styleClass" [ngClass]="{'p-breadcrumb-home': true, 'p-disabled':home.disabled}" [ngStyle]="home.style" *ngIf="home" pTooltip [tooltipOptions]="home.tooltipOptions">
93
93
  <a *ngIf="!home.routerLink" [attr.aria-label]="homeAriaLabel" [href]="home.url ? home.url : null" class="p-menuitem-link" (click)="itemClick($event, home)"
94
- [attr.target]="home.target" [attr.title]="home.title" [attr.id]="home.id" [attr.tabindex]="home.disabled ? null : '0'">
94
+ [target]="home.target" [attr.title]="home.title" [attr.id]="home.id" [attr.tabindex]="home.disabled ? null : '0'">
95
95
  <span *ngIf="home.icon" class="p-menuitem-icon" [ngClass]="home.icon||'pi pi-home'"></span>
96
96
  <ng-container *ngIf="home.label">
97
97
  <span *ngIf="home.escape !== false; else htmlHomeLabel" class="p-menuitem-text">{{home.label}}</span>
@@ -99,7 +99,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
99
99
  </ng-container>
100
100
  </a>
101
101
  <a *ngIf="home.routerLink" [routerLink]="home.routerLink" [attr.aria-label]="homeAriaLabel" [queryParams]="home.queryParams" [routerLinkActive]="'p-menuitem-link-active'" [routerLinkActiveOptions]="home.routerLinkActiveOptions||{exact:false}" class="p-menuitem-link" (click)="itemClick($event, home)"
102
- [attr.target]="home.target" [attr.title]="home.title" [attr.id]="home.id" [attr.tabindex]="home.disabled ? null : '0'"
102
+ [target]="home.target" [attr.title]="home.title" [attr.id]="home.id" [attr.tabindex]="home.disabled ? null : '0'"
103
103
  [fragment]="home.fragment" [queryParamsHandling]="home.queryParamsHandling" [preserveFragment]="home.preserveFragment" [skipLocationChange]="home.skipLocationChange" [replaceUrl]="home.replaceUrl" [state]="home.state">
104
104
  <span *ngIf="home.icon" class="p-menuitem-icon" [ngClass]="home.icon||'pi pi-home'"></span>
105
105
  <ng-container *ngIf="home.label">
@@ -110,9 +110,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
110
110
  </li>
111
111
  <li class="p-breadcrumb-chevron pi pi-chevron-right" *ngIf="model&&home"></li>
112
112
  <ng-template ngFor let-item let-end="last" [ngForOf]="model">
113
- <li [class]="item.styleClass" [ngStyle]="item.style" [ngClass]="{'p-disabled':item.disabled}">
114
- <a *ngIf="!item.routerLink" [attr.href]="item.url ? item.url : null" class="p-menuitem-link" (click)="itemClick($event, item)" pTooltip [tooltipOptions]="item.tooltipOptions"
115
- [attr.target]="item.target" [attr.title]="item.title" [attr.id]="item.id" [attr.tabindex]="item.disabled ? null : '0'">
113
+ <li [class]="item.styleClass" [ngStyle]="item.style" [ngClass]="{'p-disabled':item.disabled}" pTooltip [tooltipOptions]="item.tooltipOptions">
114
+ <a *ngIf="!item.routerLink" [attr.href]="item.url ? item.url : null" class="p-menuitem-link" (click)="itemClick($event, item)"
115
+ [target]="item.target" [attr.title]="item.title" [attr.id]="item.id" [attr.tabindex]="item.disabled ? null : '0'">
116
116
  <span *ngIf="item.icon" class="p-menuitem-icon" [ngClass]="item.icon"></span>
117
117
  <ng-container *ngIf="item.label">
118
118
  <span *ngIf="item.escape !== false; else htmlLabel" class="p-menuitem-text">{{item.label}}</span>
@@ -120,7 +120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
120
120
  </ng-container>
121
121
  </a>
122
122
  <a *ngIf="item.routerLink" [routerLink]="item.routerLink" [queryParams]="item.queryParams" [routerLinkActive]="'p-menuitem-link-active'" [routerLinkActiveOptions]="item.routerLinkActiveOptions||{exact:false}" class="p-menuitem-link" (click)="itemClick($event, item)"
123
- [attr.target]="item.target" [attr.title]="item.title" [attr.id]="item.id" [attr.tabindex]="item.disabled ? null : '0'"
123
+ [target]="item.target" [attr.title]="item.title" [attr.id]="item.id" [attr.tabindex]="item.disabled ? null : '0'"
124
124
  [fragment]="item.fragment" [queryParamsHandling]="item.queryParamsHandling" [preserveFragment]="item.preserveFragment" [skipLocationChange]="item.skipLocationChange" [replaceUrl]="item.replaceUrl" [state]="item.state">
125
125
  <span *ngIf="item.icon" class="p-menuitem-icon" [ngClass]="item.icon"></span>
126
126
  <ng-container *ngIf="item.label">
@@ -151,10 +151,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
151
151
  }] } });
152
152
  export class BreadcrumbModule {
153
153
  }
154
- BreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
155
- BreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbModule, declarations: [Breadcrumb], imports: [CommonModule, RouterModule, TooltipModule], exports: [Breadcrumb, RouterModule, TooltipModule] });
156
- BreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbModule, imports: [[CommonModule, RouterModule, TooltipModule], RouterModule, TooltipModule] });
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbModule, decorators: [{
154
+ BreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
155
+ BreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BreadcrumbModule, declarations: [Breadcrumb], imports: [CommonModule, RouterModule, TooltipModule], exports: [Breadcrumb, RouterModule, TooltipModule] });
156
+ BreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BreadcrumbModule, imports: [[CommonModule, RouterModule, TooltipModule], RouterModule, TooltipModule] });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BreadcrumbModule, decorators: [{
158
158
  type: NgModule,
159
159
  args: [{
160
160
  imports: [CommonModule, RouterModule, TooltipModule],
@@ -162,4 +162,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
162
162
  declarations: [Breadcrumb]
163
163
  }]
164
164
  }] });
165
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy9icmVhZGNydW1iL2JyZWFkY3J1bWIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxTQUFTLEVBQUMsS0FBSyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUMsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDeEgsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBRTdDLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM3QyxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0saUJBQWlCLENBQUM7Ozs7O0FBMkQ5QyxNQUFNLE9BQU8sVUFBVTtJQXpEdkI7UUFxRWMsZ0JBQVcsR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztLQThCakU7SUE1QkcsU0FBUyxDQUFDLEtBQUssRUFBRSxJQUFjO1FBQzNCLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRTtZQUNmLEtBQUssQ0FBQyxjQUFjLEVBQUUsQ0FBQztZQUN2QixPQUFPO1NBQ1Y7UUFFRCxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUU7WUFDL0IsS0FBSyxDQUFDLGNBQWMsRUFBRSxDQUFDO1NBQzFCO1FBRUQsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFO1lBQ2QsSUFBSSxDQUFDLE9BQU8sQ0FBQztnQkFDVCxhQUFhLEVBQUUsS0FBSztnQkFDcEIsSUFBSSxFQUFFLElBQUk7YUFDYixDQUFDLENBQUM7U0FDTjtRQUVELElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDO1lBQ2xCLGFBQWEsRUFBRSxLQUFLO1lBQ3BCLElBQUksRUFBRSxJQUFJO1NBQ2IsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFLO1FBQ2IsSUFBSSxJQUFJLENBQUMsSUFBSSxFQUFFO1lBQ1gsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQ3BDO0lBQ0wsQ0FBQzs7dUdBekNRLFVBQVU7MkZBQVYsVUFBVSx3UEF2RFQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0tBK0NUOzJGQVFRLFVBQVU7a0JBekR0QixTQUFTOytCQUNJLGNBQWMsWUFDZDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7S0ErQ1QsbUJBQ2dCLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksUUFFL0I7d0JBQ0YsT0FBTyxFQUFFLFdBQVc7cUJBQ3ZCOzhCQUlRLEtBQUs7c0JBQWIsS0FBSztnQkFFRyxLQUFLO3NCQUFiLEtBQUs7Z0JBRUcsVUFBVTtzQkFBbEIsS0FBSztnQkFFRyxJQUFJO3NCQUFaLEtBQUs7Z0JBRUcsYUFBYTtzQkFBckIsS0FBSztnQkFFSSxXQUFXO3NCQUFwQixNQUFNOztBQXFDWCxNQUFNLE9BQU8sZ0JBQWdCOzs2R0FBaEIsZ0JBQWdCOzhHQUFoQixnQkFBZ0IsaUJBakRoQixVQUFVLGFBNkNULFlBQVksRUFBQyxZQUFZLEVBQUMsYUFBYSxhQTdDeEMsVUFBVSxFQThDRSxZQUFZLEVBQUMsYUFBYTs4R0FHdEMsZ0JBQWdCLFlBSmhCLENBQUMsWUFBWSxFQUFDLFlBQVksRUFBQyxhQUFhLENBQUMsRUFDN0IsWUFBWSxFQUFDLGFBQWE7MkZBR3RDLGdCQUFnQjtrQkFMNUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUMsWUFBWSxFQUFDLGFBQWEsQ0FBQztvQkFDbEQsT0FBTyxFQUFFLENBQUMsVUFBVSxFQUFDLFlBQVksRUFBQyxhQUFhLENBQUM7b0JBQ2hELFlBQVksRUFBRSxDQUFDLFVBQVUsQ0FBQztpQkFDN0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlLENvbXBvbmVudCxJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFZpZXdFbmNhcHN1bGF0aW9ufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtNZW51SXRlbX0gZnJvbSAncHJpbWVuZy9hcGknO1xuaW1wb3J0IHtSb3V0ZXJNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQge1Rvb2x0aXBNb2R1bGV9IGZyb20gJ3ByaW1lbmcvdG9vbHRpcCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncC1icmVhZGNydW1iJyxcbiAgICB0ZW1wbGF0ZTogYFxuICAgICAgICA8ZGl2IFtjbGFzc109XCJzdHlsZUNsYXNzXCIgW25nU3R5bGVdPVwic3R5bGVcIiBbbmdDbGFzc109XCIncC1icmVhZGNydW1iIHAtY29tcG9uZW50J1wiPlxuICAgICAgICAgICAgPHVsPlxuICAgICAgICAgICAgICAgIDxsaSBbY2xhc3NdPVwiaG9tZS5zdHlsZUNsYXNzXCIgW25nQ2xhc3NdPVwieydwLWJyZWFkY3J1bWItaG9tZSc6IHRydWUsICdwLWRpc2FibGVkJzpob21lLmRpc2FibGVkfVwiIFtuZ1N0eWxlXT1cImhvbWUuc3R5bGVcIiAqbmdJZj1cImhvbWVcIiBwVG9vbHRpcCBbdG9vbHRpcE9wdGlvbnNdPVwiaG9tZS50b29sdGlwT3B0aW9uc1wiPlxuICAgICAgICAgICAgICAgICAgICA8YSAqbmdJZj1cIiFob21lLnJvdXRlckxpbmtcIiBbYXR0ci5hcmlhLWxhYmVsXT1cImhvbWVBcmlhTGFiZWxcIiBbaHJlZl09XCJob21lLnVybCA/IGhvbWUudXJsIDogbnVsbFwiIGNsYXNzPVwicC1tZW51aXRlbS1saW5rXCIgKGNsaWNrKT1cIml0ZW1DbGljaygkZXZlbnQsIGhvbWUpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLnRhcmdldF09XCJob21lLnRhcmdldFwiIFthdHRyLnRpdGxlXT1cImhvbWUudGl0bGVcIiBbYXR0ci5pZF09XCJob21lLmlkXCIgW2F0dHIudGFiaW5kZXhdPVwiaG9tZS5kaXNhYmxlZCA/IG51bGwgOiAnMCdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaG9tZS5pY29uXCIgY2xhc3M9XCJwLW1lbnVpdGVtLWljb25cIiBbbmdDbGFzc109XCJob21lLmljb258fCdwaSBwaS1ob21lJ1wiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJob21lLmxhYmVsXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCJob21lLmVzY2FwZSAhPT0gZmFsc2U7IGVsc2UgaHRtbEhvbWVMYWJlbFwiIGNsYXNzPVwicC1tZW51aXRlbS10ZXh0XCI+e3tob21lLmxhYmVsfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNodG1sSG9tZUxhYmVsPjxzcGFuIGNsYXNzPVwicC1tZW51aXRlbS10ZXh0XCIgW2lubmVySFRNTF09XCJob21lLmxhYmVsXCI+PC9zcGFuPjwvbmctdGVtcGxhdGU+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8YSAqbmdJZj1cImhvbWUucm91dGVyTGlua1wiIFtyb3V0ZXJMaW5rXT1cImhvbWUucm91dGVyTGlua1wiIFthdHRyLmFyaWEtbGFiZWxdPVwiaG9tZUFyaWFMYWJlbFwiIFtxdWVyeVBhcmFtc109XCJob21lLnF1ZXJ5UGFyYW1zXCIgW3JvdXRlckxpbmtBY3RpdmVdPVwiJ3AtbWVudWl0ZW0tbGluay1hY3RpdmUnXCIgW3JvdXRlckxpbmtBY3RpdmVPcHRpb25zXT1cImhvbWUucm91dGVyTGlua0FjdGl2ZU9wdGlvbnN8fHtleGFjdDpmYWxzZX1cIiBjbGFzcz1cInAtbWVudWl0ZW0tbGlua1wiIChjbGljayk9XCJpdGVtQ2xpY2soJGV2ZW50LCBob21lKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci50YXJnZXRdPVwiaG9tZS50YXJnZXRcIiBbYXR0ci50aXRsZV09XCJob21lLnRpdGxlXCIgW2F0dHIuaWRdPVwiaG9tZS5pZFwiIFthdHRyLnRhYmluZGV4XT1cImhvbWUuZGlzYWJsZWQgPyBudWxsIDogJzAnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtmcmFnbWVudF09XCJob21lLmZyYWdtZW50XCIgW3F1ZXJ5UGFyYW1zSGFuZGxpbmddPVwiaG9tZS5xdWVyeVBhcmFtc0hhbmRsaW5nXCIgW3ByZXNlcnZlRnJhZ21lbnRdPVwiaG9tZS5wcmVzZXJ2ZUZyYWdtZW50XCIgW3NraXBMb2NhdGlvbkNoYW5nZV09XCJob21lLnNraXBMb2NhdGlvbkNoYW5nZVwiIFtyZXBsYWNlVXJsXT1cImhvbWUucmVwbGFjZVVybFwiIFtzdGF0ZV09XCJob21lLnN0YXRlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cImhvbWUuaWNvblwiIGNsYXNzPVwicC1tZW51aXRlbS1pY29uXCIgW25nQ2xhc3NdPVwiaG9tZS5pY29ufHwncGkgcGktaG9tZSdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaG9tZS5sYWJlbFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaG9tZS5lc2NhcGUgIT09IGZhbHNlOyBlbHNlIGh0bWxIb21lUm91dGVMYWJlbFwiIGNsYXNzPVwicC1tZW51aXRlbS10ZXh0XCI+e3tob21lLmxhYmVsfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNodG1sSG9tZVJvdXRlTGFiZWw+PHNwYW4gY2xhc3M9XCJwLW1lbnVpdGVtLXRleHRcIiBbaW5uZXJIVE1MXT1cImhvbWUubGFiZWxcIj48L3NwYW4+PC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJwLWJyZWFkY3J1bWItY2hldnJvbiBwaSBwaS1jaGV2cm9uLXJpZ2h0XCIgKm5nSWY9XCJtb2RlbCYmaG9tZVwiPjwvbGk+XG4gICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIG5nRm9yIGxldC1pdGVtIGxldC1lbmQ9XCJsYXN0XCIgW25nRm9yT2ZdPVwibW9kZWxcIj5cbiAgICAgICAgICAgICAgICAgICAgPGxpIFtjbGFzc109XCJpdGVtLnN0eWxlQ2xhc3NcIiBbbmdTdHlsZV09XCJpdGVtLnN0eWxlXCIgW25nQ2xhc3NdPVwieydwLWRpc2FibGVkJzppdGVtLmRpc2FibGVkfVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGEgKm5nSWY9XCIhaXRlbS5yb3V0ZXJMaW5rXCIgW2F0dHIuaHJlZl09XCJpdGVtLnVybCA/IGl0ZW0udXJsIDogbnVsbFwiIGNsYXNzPVwicC1tZW51aXRlbS1saW5rXCIgKGNsaWNrKT1cIml0ZW1DbGljaygkZXZlbnQsIGl0ZW0pXCIgcFRvb2x0aXAgW3Rvb2x0aXBPcHRpb25zXT1cIml0ZW0udG9vbHRpcE9wdGlvbnNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLnRhcmdldF09XCJpdGVtLnRhcmdldFwiIFthdHRyLnRpdGxlXT1cIml0ZW0udGl0bGVcIiBbYXR0ci5pZF09XCJpdGVtLmlkXCIgW2F0dHIudGFiaW5kZXhdPVwiaXRlbS5kaXNhYmxlZCA/IG51bGwgOiAnMCdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cIml0ZW0uaWNvblwiIGNsYXNzPVwicC1tZW51aXRlbS1pY29uXCIgW25nQ2xhc3NdPVwiaXRlbS5pY29uXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJpdGVtLmxhYmVsXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaXRlbS5lc2NhcGUgIT09IGZhbHNlOyBlbHNlIGh0bWxMYWJlbFwiIGNsYXNzPVwicC1tZW51aXRlbS10ZXh0XCI+e3tpdGVtLmxhYmVsfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjaHRtbExhYmVsPjxzcGFuIGNsYXNzPVwicC1tZW51aXRlbS10ZXh0XCIgW2lubmVySFRNTF09XCJpdGVtLmxhYmVsXCI+PC9zcGFuPjwvbmctdGVtcGxhdGU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICA8YSAqbmdJZj1cIml0ZW0ucm91dGVyTGlua1wiIFtyb3V0ZXJMaW5rXT1cIml0ZW0ucm91dGVyTGlua1wiIFtxdWVyeVBhcmFtc109XCJpdGVtLnF1ZXJ5UGFyYW1zXCIgW3JvdXRlckxpbmtBY3RpdmVdPVwiJ3AtbWVudWl0ZW0tbGluay1hY3RpdmUnXCIgIFtyb3V0ZXJMaW5rQWN0aXZlT3B0aW9uc109XCJpdGVtLnJvdXRlckxpbmtBY3RpdmVPcHRpb25zfHx7ZXhhY3Q6ZmFsc2V9XCIgY2xhc3M9XCJwLW1lbnVpdGVtLWxpbmtcIiAoY2xpY2spPVwiaXRlbUNsaWNrKCRldmVudCwgaXRlbSlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLnRhcmdldF09XCJpdGVtLnRhcmdldFwiIFthdHRyLnRpdGxlXT1cIml0ZW0udGl0bGVcIiBbYXR0ci5pZF09XCJpdGVtLmlkXCIgW2F0dHIudGFiaW5kZXhdPVwiaXRlbS5kaXNhYmxlZCA/IG51bGwgOiAnMCdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtmcmFnbWVudF09XCJpdGVtLmZyYWdtZW50XCIgW3F1ZXJ5UGFyYW1zSGFuZGxpbmddPVwiaXRlbS5xdWVyeVBhcmFtc0hhbmRsaW5nXCIgW3ByZXNlcnZlRnJhZ21lbnRdPVwiaXRlbS5wcmVzZXJ2ZUZyYWdtZW50XCIgW3NraXBMb2NhdGlvbkNoYW5nZV09XCJpdGVtLnNraXBMb2NhdGlvbkNoYW5nZVwiIFtyZXBsYWNlVXJsXT1cIml0ZW0ucmVwbGFjZVVybFwiIFtzdGF0ZV09XCJpdGVtLnN0YXRlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCJpdGVtLmljb25cIiBjbGFzcz1cInAtbWVudWl0ZW0taWNvblwiIFtuZ0NsYXNzXT1cIml0ZW0uaWNvblwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXRlbS5sYWJlbFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cIml0ZW0uZXNjYXBlICE9PSBmYWxzZTsgZWxzZSBodG1sUm91dGVMYWJlbFwiIGNsYXNzPVwicC1tZW51aXRlbS10ZXh0XCI+e3tpdGVtLmxhYmVsfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjaHRtbFJvdXRlTGFiZWw+PHNwYW4gY2xhc3M9XCJwLW1lbnVpdGVtLXRleHRcIiBbaW5uZXJIVE1MXT1cIml0ZW0ubGFiZWxcIj48L3NwYW4+PC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwicC1icmVhZGNydW1iLWNoZXZyb24gcGkgcGktY2hldnJvbi1yaWdodFwiICpuZ0lmPVwiIWVuZFwiPjwvbGk+XG4gICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgIGAsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBzdHlsZVVybHM6IFsnLi9icmVhZGNydW1iLmNzcyddLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgJ2NsYXNzJzogJ3AtZWxlbWVudCdcbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIEJyZWFkY3J1bWIge1xuXG4gICAgQElucHV0KCkgbW9kZWw6IE1lbnVJdGVtW107XG5cbiAgICBASW5wdXQoKSBzdHlsZTogYW55O1xuXG4gICAgQElucHV0KCkgc3R5bGVDbGFzczogc3RyaW5nO1xuXG4gICAgQElucHV0KCkgaG9tZTogTWVudUl0ZW07XG5cbiAgICBASW5wdXQoKSBob21lQXJpYUxhYmVsOiBzdHJpbmc7XG5cbiAgICBAT3V0cHV0KCkgb25JdGVtQ2xpY2s6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gICAgaXRlbUNsaWNrKGV2ZW50LCBpdGVtOiBNZW51SXRlbSnCoHtcbiAgICAgICAgaWYgKGl0ZW0uZGlzYWJsZWQpIHtcbiAgICAgICAgICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoIWl0ZW0udXJsICYmICFpdGVtLnJvdXRlckxpbmspIHtcbiAgICAgICAgICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoaXRlbS5jb21tYW5kKSB7XG4gICAgICAgICAgICBpdGVtLmNvbW1hbmQoe1xuICAgICAgICAgICAgICAgIG9yaWdpbmFsRXZlbnQ6IGV2ZW50LFxuICAgICAgICAgICAgICAgIGl0ZW06IGl0ZW1cbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5vbkl0ZW1DbGljay5lbWl0KHtcbiAgICAgICAgICAgIG9yaWdpbmFsRXZlbnQ6IGV2ZW50LFxuICAgICAgICAgICAgaXRlbTogaXRlbVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBvbkhvbWVDbGljayhldmVudCkge1xuICAgICAgICBpZiAodGhpcy5ob21lKSB7XG4gICAgICAgICAgICB0aGlzLml0ZW1DbGljayhldmVudCwgdGhpcy5ob21lKTtcbiAgICAgICAgfVxuICAgIH1cbn1cblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLFJvdXRlck1vZHVsZSxUb29sdGlwTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbQnJlYWRjcnVtYixSb3V0ZXJNb2R1bGUsVG9vbHRpcE1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbQnJlYWRjcnVtYl1cbn0pXG5leHBvcnQgY2xhc3MgQnJlYWRjcnVtYk1vZHVsZSB7IH1cbiJdfQ==
165
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hcHAvY29tcG9uZW50cy9icmVhZGNydW1iL2JyZWFkY3J1bWIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxTQUFTLEVBQUMsS0FBSyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUMsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDeEgsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBRTdDLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM3QyxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0saUJBQWlCLENBQUM7Ozs7O0FBMkQ5QyxNQUFNLE9BQU8sVUFBVTtJQXpEdkI7UUFxRWMsZ0JBQVcsR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztLQThCakU7SUE1QkcsU0FBUyxDQUFDLEtBQUssRUFBRSxJQUFjO1FBQzNCLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRTtZQUNmLEtBQUssQ0FBQyxjQUFjLEVBQUUsQ0FBQztZQUN2QixPQUFPO1NBQ1Y7UUFFRCxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUU7WUFDL0IsS0FBSyxDQUFDLGNBQWMsRUFBRSxDQUFDO1NBQzFCO1FBRUQsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFO1lBQ2QsSUFBSSxDQUFDLE9BQU8sQ0FBQztnQkFDVCxhQUFhLEVBQUUsS0FBSztnQkFDcEIsSUFBSSxFQUFFLElBQUk7YUFDYixDQUFDLENBQUM7U0FDTjtRQUVELElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDO1lBQ2xCLGFBQWEsRUFBRSxLQUFLO1lBQ3BCLElBQUksRUFBRSxJQUFJO1NBQ2IsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFLO1FBQ2IsSUFBSSxJQUFJLENBQUMsSUFBSSxFQUFFO1lBQ1gsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQ3BDO0lBQ0wsQ0FBQzs7dUdBekNRLFVBQVU7MkZBQVYsVUFBVSx3UEF2RFQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0tBK0NUOzJGQVFRLFVBQVU7a0JBekR0QixTQUFTOytCQUNJLGNBQWMsWUFDZDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7S0ErQ1QsbUJBQ2dCLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksUUFFL0I7d0JBQ0YsT0FBTyxFQUFFLFdBQVc7cUJBQ3ZCOzhCQUlRLEtBQUs7c0JBQWIsS0FBSztnQkFFRyxLQUFLO3NCQUFiLEtBQUs7Z0JBRUcsVUFBVTtzQkFBbEIsS0FBSztnQkFFRyxJQUFJO3NCQUFaLEtBQUs7Z0JBRUcsYUFBYTtzQkFBckIsS0FBSztnQkFFSSxXQUFXO3NCQUFwQixNQUFNOztBQXFDWCxNQUFNLE9BQU8sZ0JBQWdCOzs2R0FBaEIsZ0JBQWdCOzhHQUFoQixnQkFBZ0IsaUJBakRoQixVQUFVLGFBNkNULFlBQVksRUFBQyxZQUFZLEVBQUMsYUFBYSxhQTdDeEMsVUFBVSxFQThDRSxZQUFZLEVBQUMsYUFBYTs4R0FHdEMsZ0JBQWdCLFlBSmhCLENBQUMsWUFBWSxFQUFDLFlBQVksRUFBQyxhQUFhLENBQUMsRUFDN0IsWUFBWSxFQUFDLGFBQWE7MkZBR3RDLGdCQUFnQjtrQkFMNUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUMsWUFBWSxFQUFDLGFBQWEsQ0FBQztvQkFDbEQsT0FBTyxFQUFFLENBQUMsVUFBVSxFQUFDLFlBQVksRUFBQyxhQUFhLENBQUM7b0JBQ2hELFlBQVksRUFBRSxDQUFDLFVBQVUsQ0FBQztpQkFDN0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlLENvbXBvbmVudCxJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFZpZXdFbmNhcHN1bGF0aW9ufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtNZW51SXRlbX0gZnJvbSAncHJpbWVuZy9hcGknO1xuaW1wb3J0IHtSb3V0ZXJNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQge1Rvb2x0aXBNb2R1bGV9IGZyb20gJ3ByaW1lbmcvdG9vbHRpcCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncC1icmVhZGNydW1iJyxcbiAgICB0ZW1wbGF0ZTogYFxuICAgICAgICA8ZGl2IFtjbGFzc109XCJzdHlsZUNsYXNzXCIgW25nU3R5bGVdPVwic3R5bGVcIiBbbmdDbGFzc109XCIncC1icmVhZGNydW1iIHAtY29tcG9uZW50J1wiPlxuICAgICAgICAgICAgPHVsPlxuICAgICAgICAgICAgICAgIDxsaSBbY2xhc3NdPVwiaG9tZS5zdHlsZUNsYXNzXCIgW25nQ2xhc3NdPVwieydwLWJyZWFkY3J1bWItaG9tZSc6IHRydWUsICdwLWRpc2FibGVkJzpob21lLmRpc2FibGVkfVwiIFtuZ1N0eWxlXT1cImhvbWUuc3R5bGVcIiAqbmdJZj1cImhvbWVcIiBwVG9vbHRpcCBbdG9vbHRpcE9wdGlvbnNdPVwiaG9tZS50b29sdGlwT3B0aW9uc1wiPlxuICAgICAgICAgICAgICAgICAgICA8YSAqbmdJZj1cIiFob21lLnJvdXRlckxpbmtcIiBbYXR0ci5hcmlhLWxhYmVsXT1cImhvbWVBcmlhTGFiZWxcIiBbaHJlZl09XCJob21lLnVybCA/IGhvbWUudXJsIDogbnVsbFwiIGNsYXNzPVwicC1tZW51aXRlbS1saW5rXCIgKGNsaWNrKT1cIml0ZW1DbGljaygkZXZlbnQsIGhvbWUpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFt0YXJnZXRdPVwiaG9tZS50YXJnZXRcIiBbYXR0ci50aXRsZV09XCJob21lLnRpdGxlXCIgW2F0dHIuaWRdPVwiaG9tZS5pZFwiIFthdHRyLnRhYmluZGV4XT1cImhvbWUuZGlzYWJsZWQgPyBudWxsIDogJzAnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cImhvbWUuaWNvblwiIGNsYXNzPVwicC1tZW51aXRlbS1pY29uXCIgW25nQ2xhc3NdPVwiaG9tZS5pY29ufHwncGkgcGktaG9tZSdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaG9tZS5sYWJlbFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaG9tZS5lc2NhcGUgIT09IGZhbHNlOyBlbHNlIGh0bWxIb21lTGFiZWxcIiBjbGFzcz1cInAtbWVudWl0ZW0tdGV4dFwiPnt7aG9tZS5sYWJlbH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjaHRtbEhvbWVMYWJlbD48c3BhbiBjbGFzcz1cInAtbWVudWl0ZW0tdGV4dFwiIFtpbm5lckhUTUxdPVwiaG9tZS5sYWJlbFwiPjwvc3Bhbj48L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPGEgKm5nSWY9XCJob21lLnJvdXRlckxpbmtcIiBbcm91dGVyTGlua109XCJob21lLnJvdXRlckxpbmtcIiBbYXR0ci5hcmlhLWxhYmVsXT1cImhvbWVBcmlhTGFiZWxcIiBbcXVlcnlQYXJhbXNdPVwiaG9tZS5xdWVyeVBhcmFtc1wiIFtyb3V0ZXJMaW5rQWN0aXZlXT1cIidwLW1lbnVpdGVtLWxpbmstYWN0aXZlJ1wiIFtyb3V0ZXJMaW5rQWN0aXZlT3B0aW9uc109XCJob21lLnJvdXRlckxpbmtBY3RpdmVPcHRpb25zfHx7ZXhhY3Q6ZmFsc2V9XCIgY2xhc3M9XCJwLW1lbnVpdGVtLWxpbmtcIiAoY2xpY2spPVwiaXRlbUNsaWNrKCRldmVudCwgaG9tZSlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW3RhcmdldF09XCJob21lLnRhcmdldFwiIFthdHRyLnRpdGxlXT1cImhvbWUudGl0bGVcIiBbYXR0ci5pZF09XCJob21lLmlkXCIgW2F0dHIudGFiaW5kZXhdPVwiaG9tZS5kaXNhYmxlZCA/IG51bGwgOiAnMCdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2ZyYWdtZW50XT1cImhvbWUuZnJhZ21lbnRcIiBbcXVlcnlQYXJhbXNIYW5kbGluZ109XCJob21lLnF1ZXJ5UGFyYW1zSGFuZGxpbmdcIiBbcHJlc2VydmVGcmFnbWVudF09XCJob21lLnByZXNlcnZlRnJhZ21lbnRcIiBbc2tpcExvY2F0aW9uQ2hhbmdlXT1cImhvbWUuc2tpcExvY2F0aW9uQ2hhbmdlXCIgW3JlcGxhY2VVcmxdPVwiaG9tZS5yZXBsYWNlVXJsXCIgW3N0YXRlXT1cImhvbWUuc3RhdGVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaG9tZS5pY29uXCIgY2xhc3M9XCJwLW1lbnVpdGVtLWljb25cIiBbbmdDbGFzc109XCJob21lLmljb258fCdwaSBwaS1ob21lJ1wiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJob21lLmxhYmVsXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCJob21lLmVzY2FwZSAhPT0gZmFsc2U7IGVsc2UgaHRtbEhvbWVSb3V0ZUxhYmVsXCIgY2xhc3M9XCJwLW1lbnVpdGVtLXRleHRcIj57e2hvbWUubGFiZWx9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2h0bWxIb21lUm91dGVMYWJlbD48c3BhbiBjbGFzcz1cInAtbWVudWl0ZW0tdGV4dFwiIFtpbm5lckhUTUxdPVwiaG9tZS5sYWJlbFwiPjwvc3Bhbj48L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cInAtYnJlYWRjcnVtYi1jaGV2cm9uIHBpIHBpLWNoZXZyb24tcmlnaHRcIiAqbmdJZj1cIm1vZGVsJiZob21lXCI+PC9saT5cbiAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgbmdGb3IgbGV0LWl0ZW0gbGV0LWVuZD1cImxhc3RcIiBbbmdGb3JPZl09XCJtb2RlbFwiPlxuICAgICAgICAgICAgICAgICAgICA8bGkgW2NsYXNzXT1cIml0ZW0uc3R5bGVDbGFzc1wiIFtuZ1N0eWxlXT1cIml0ZW0uc3R5bGVcIiBbbmdDbGFzc109XCJ7J3AtZGlzYWJsZWQnOml0ZW0uZGlzYWJsZWR9XCIgcFRvb2x0aXAgW3Rvb2x0aXBPcHRpb25zXT1cIml0ZW0udG9vbHRpcE9wdGlvbnNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxhICpuZ0lmPVwiIWl0ZW0ucm91dGVyTGlua1wiIFthdHRyLmhyZWZdPVwiaXRlbS51cmwgPyBpdGVtLnVybCA6IG51bGxcIiBjbGFzcz1cInAtbWVudWl0ZW0tbGlua1wiIChjbGljayk9XCJpdGVtQ2xpY2soJGV2ZW50LCBpdGVtKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhcmdldF09XCJpdGVtLnRhcmdldFwiIFthdHRyLnRpdGxlXT1cIml0ZW0udGl0bGVcIiBbYXR0ci5pZF09XCJpdGVtLmlkXCIgW2F0dHIudGFiaW5kZXhdPVwiaXRlbS5kaXNhYmxlZCA/IG51bGwgOiAnMCdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cIml0ZW0uaWNvblwiIGNsYXNzPVwicC1tZW51aXRlbS1pY29uXCIgW25nQ2xhc3NdPVwiaXRlbS5pY29uXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJpdGVtLmxhYmVsXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaXRlbS5lc2NhcGUgIT09IGZhbHNlOyBlbHNlIGh0bWxMYWJlbFwiIGNsYXNzPVwicC1tZW51aXRlbS10ZXh0XCI+e3tpdGVtLmxhYmVsfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjaHRtbExhYmVsPjxzcGFuIGNsYXNzPVwicC1tZW51aXRlbS10ZXh0XCIgW2lubmVySFRNTF09XCJpdGVtLmxhYmVsXCI+PC9zcGFuPjwvbmctdGVtcGxhdGU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICA8YSAqbmdJZj1cIml0ZW0ucm91dGVyTGlua1wiIFtyb3V0ZXJMaW5rXT1cIml0ZW0ucm91dGVyTGlua1wiIFtxdWVyeVBhcmFtc109XCJpdGVtLnF1ZXJ5UGFyYW1zXCIgW3JvdXRlckxpbmtBY3RpdmVdPVwiJ3AtbWVudWl0ZW0tbGluay1hY3RpdmUnXCIgIFtyb3V0ZXJMaW5rQWN0aXZlT3B0aW9uc109XCJpdGVtLnJvdXRlckxpbmtBY3RpdmVPcHRpb25zfHx7ZXhhY3Q6ZmFsc2V9XCIgY2xhc3M9XCJwLW1lbnVpdGVtLWxpbmtcIiAoY2xpY2spPVwiaXRlbUNsaWNrKCRldmVudCwgaXRlbSlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0YXJnZXRdPVwiaXRlbS50YXJnZXRcIiBbYXR0ci50aXRsZV09XCJpdGVtLnRpdGxlXCIgW2F0dHIuaWRdPVwiaXRlbS5pZFwiIFthdHRyLnRhYmluZGV4XT1cIml0ZW0uZGlzYWJsZWQgPyBudWxsIDogJzAnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZnJhZ21lbnRdPVwiaXRlbS5mcmFnbWVudFwiIFtxdWVyeVBhcmFtc0hhbmRsaW5nXT1cIml0ZW0ucXVlcnlQYXJhbXNIYW5kbGluZ1wiIFtwcmVzZXJ2ZUZyYWdtZW50XT1cIml0ZW0ucHJlc2VydmVGcmFnbWVudFwiIFtza2lwTG9jYXRpb25DaGFuZ2VdPVwiaXRlbS5za2lwTG9jYXRpb25DaGFuZ2VcIiBbcmVwbGFjZVVybF09XCJpdGVtLnJlcGxhY2VVcmxcIiBbc3RhdGVdPVwiaXRlbS5zdGF0ZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaXRlbS5pY29uXCIgY2xhc3M9XCJwLW1lbnVpdGVtLWljb25cIiBbbmdDbGFzc109XCJpdGVtLmljb25cIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIml0ZW0ubGFiZWxcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCJpdGVtLmVzY2FwZSAhPT0gZmFsc2U7IGVsc2UgaHRtbFJvdXRlTGFiZWxcIiBjbGFzcz1cInAtbWVudWl0ZW0tdGV4dFwiPnt7aXRlbS5sYWJlbH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2h0bWxSb3V0ZUxhYmVsPjxzcGFuIGNsYXNzPVwicC1tZW51aXRlbS10ZXh0XCIgW2lubmVySFRNTF09XCJpdGVtLmxhYmVsXCI+PC9zcGFuPjwvbmctdGVtcGxhdGU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cInAtYnJlYWRjcnVtYi1jaGV2cm9uIHBpIHBpLWNoZXZyb24tcmlnaHRcIiAqbmdJZj1cIiFlbmRcIj48L2xpPlxuICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICBgLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgc3R5bGVVcmxzOiBbJy4vYnJlYWRjcnVtYi5jc3MnXSxcbiAgICBob3N0OiB7XG4gICAgICAgICdjbGFzcyc6ICdwLWVsZW1lbnQnXG4gICAgfVxufSlcbmV4cG9ydCBjbGFzcyBCcmVhZGNydW1iIHtcblxuICAgIEBJbnB1dCgpIG1vZGVsOiBNZW51SXRlbVtdO1xuXG4gICAgQElucHV0KCkgc3R5bGU6IGFueTtcblxuICAgIEBJbnB1dCgpIHN0eWxlQ2xhc3M6IHN0cmluZztcblxuICAgIEBJbnB1dCgpIGhvbWU6IE1lbnVJdGVtO1xuXG4gICAgQElucHV0KCkgaG9tZUFyaWFMYWJlbDogc3RyaW5nO1xuXG4gICAgQE91dHB1dCgpIG9uSXRlbUNsaWNrOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgIGl0ZW1DbGljayhldmVudCwgaXRlbTogTWVudUl0ZW0pwqB7XG4gICAgICAgIGlmIChpdGVtLmRpc2FibGVkKSB7XG4gICAgICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKCFpdGVtLnVybCAmJiAhaXRlbS5yb3V0ZXJMaW5rKSB7XG4gICAgICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKGl0ZW0uY29tbWFuZCkge1xuICAgICAgICAgICAgaXRlbS5jb21tYW5kKHtcbiAgICAgICAgICAgICAgICBvcmlnaW5hbEV2ZW50OiBldmVudCxcbiAgICAgICAgICAgICAgICBpdGVtOiBpdGVtXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMub25JdGVtQ2xpY2suZW1pdCh7XG4gICAgICAgICAgICBvcmlnaW5hbEV2ZW50OiBldmVudCxcbiAgICAgICAgICAgIGl0ZW06IGl0ZW1cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgb25Ib21lQ2xpY2soZXZlbnQpIHtcbiAgICAgICAgaWYgKHRoaXMuaG9tZSkge1xuICAgICAgICAgICAgdGhpcy5pdGVtQ2xpY2soZXZlbnQsIHRoaXMuaG9tZSk7XG4gICAgICAgIH1cbiAgICB9XG59XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSxSb3V0ZXJNb2R1bGUsVG9vbHRpcE1vZHVsZV0sXG4gICAgZXhwb3J0czogW0JyZWFkY3J1bWIsUm91dGVyTW9kdWxlLFRvb2x0aXBNb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW0JyZWFkY3J1bWJdXG59KVxuZXhwb3J0IGNsYXNzIEJyZWFkY3J1bWJNb2R1bGUgeyB9XG4iXX0=
@@ -124,9 +124,9 @@ export class ButtonDirective {
124
124
  this.initialized = false;
125
125
  }
126
126
  }
127
- ButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
128
- ButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ButtonDirective, selector: "[pButton]", inputs: { iconPos: "iconPos", loadingIcon: "loadingIcon", label: "label", icon: "icon", loading: "loading" }, host: { classAttribute: "p-element" }, ngImport: i0 });
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonDirective, decorators: [{
127
+ ButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ButtonDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
128
+ ButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: ButtonDirective, selector: "[pButton]", inputs: { iconPos: "iconPos", loadingIcon: "loadingIcon", label: "label", icon: "icon", loading: "loading" }, host: { classAttribute: "p-element" }, ngImport: i0 });
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ButtonDirective, decorators: [{
130
130
  type: Directive,
131
131
  args: [{
132
132
  selector: '[pButton]',
@@ -174,8 +174,8 @@ export class Button {
174
174
  };
175
175
  }
176
176
  }
177
- Button.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Button, deps: [], target: i0.ɵɵFactoryTarget.Component });
178
- Button.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: Button, selector: "p-button", inputs: { type: "type", iconPos: "iconPos", icon: "icon", badge: "badge", label: "label", disabled: "disabled", loading: "loading", loadingIcon: "loadingIcon", style: "style", styleClass: "styleClass", badgeClass: "badgeClass", ariaLabel: "ariaLabel" }, outputs: { onClick: "onClick", onFocus: "onFocus", onBlur: "onBlur" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
177
+ Button.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Button, deps: [], target: i0.ɵɵFactoryTarget.Component });
178
+ Button.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: Button, selector: "p-button", inputs: { type: "type", iconPos: "iconPos", icon: "icon", badge: "badge", label: "label", disabled: "disabled", loading: "loading", loadingIcon: "loadingIcon", style: "style", styleClass: "styleClass", badgeClass: "badgeClass", ariaLabel: "ariaLabel" }, outputs: { onClick: "onClick", onFocus: "onFocus", onBlur: "onBlur" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
179
179
  <button [attr.type]="type" [attr.aria-label]="ariaLabel" [class]="styleClass" [ngStyle]="style" [disabled]="disabled || loading"
180
180
  [ngClass]="{'p-button p-component':true,
181
181
  'p-button-icon-only': (icon && !label),
@@ -196,7 +196,7 @@ Button.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.
196
196
  <span [ngClass]="badgeStyleClass()" [class]="badgeClass" *ngIf="!contentTemplate && badge">{{badge}}</span>
197
197
  </button>
198
198
  `, isInline: true, directives: [{ type: i1.Ripple, selector: "[pRipple]" }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Button, decorators: [{
199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Button, decorators: [{
200
200
  type: Component,
201
201
  args: [{
202
202
  selector: 'p-button',
@@ -263,10 +263,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
263
263
  }] } });
264
264
  export class ButtonModule {
265
265
  }
266
- ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
267
- ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, declarations: [ButtonDirective, Button], imports: [CommonModule, RippleModule], exports: [ButtonDirective, Button] });
268
- ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, imports: [[CommonModule, RippleModule]] });
269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ButtonModule, decorators: [{
266
+ ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
267
+ ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ButtonModule, declarations: [ButtonDirective, Button], imports: [CommonModule, RippleModule], exports: [ButtonDirective, Button] });
268
+ ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ButtonModule, imports: [[CommonModule, RippleModule]] });
269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ButtonModule, decorators: [{
270
270
  type: NgModule,
271
271
  args: [{
272
272
  imports: [CommonModule, RippleModule],
@@ -2282,8 +2282,8 @@ export class Calendar {
2282
2282
  this.onOverlayHide();
2283
2283
  }
2284
2284
  }
2285
- Calendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Calendar, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i1.PrimeNGConfig }, { token: i1.OverlayService }], target: i0.ɵɵFactoryTarget.Component });
2286
- Calendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: Calendar, selector: "p-calendar", inputs: { style: "style", styleClass: "styleClass", inputStyle: "inputStyle", inputId: "inputId", name: "name", inputStyleClass: "inputStyleClass", placeholder: "placeholder", ariaLabelledBy: "ariaLabelledBy", iconAriaLabel: "iconAriaLabel", disabled: "disabled", dateFormat: "dateFormat", multipleSeparator: "multipleSeparator", rangeSeparator: "rangeSeparator", inline: "inline", showOtherMonths: "showOtherMonths", selectOtherMonths: "selectOtherMonths", showIcon: "showIcon", icon: "icon", appendTo: "appendTo", readonlyInput: "readonlyInput", shortYearCutoff: "shortYearCutoff", monthNavigator: "monthNavigator", yearNavigator: "yearNavigator", hourFormat: "hourFormat", timeOnly: "timeOnly", stepHour: "stepHour", stepMinute: "stepMinute", stepSecond: "stepSecond", showSeconds: "showSeconds", required: "required", showOnFocus: "showOnFocus", showWeek: "showWeek", dataType: "dataType", selectionMode: "selectionMode", maxDateCount: "maxDateCount", showButtonBar: "showButtonBar", todayButtonStyleClass: "todayButtonStyleClass", clearButtonStyleClass: "clearButtonStyleClass", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", panelStyleClass: "panelStyleClass", panelStyle: "panelStyle", keepInvalid: "keepInvalid", hideOnDateTimeSelect: "hideOnDateTimeSelect", touchUI: "touchUI", timeSeparator: "timeSeparator", focusTrap: "focusTrap", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", tabindex: "tabindex", view: "view", defaultDate: "defaultDate", minDate: "minDate", maxDate: "maxDate", disabledDates: "disabledDates", disabledDays: "disabledDays", yearRange: "yearRange", showTime: "showTime", responsiveOptions: "responsiveOptions", numberOfMonths: "numberOfMonths", firstDayOfWeek: "firstDayOfWeek", locale: "locale" }, outputs: { onFocus: "onFocus", onBlur: "onBlur", onClose: "onClose", onSelect: "onSelect", onInput: "onInput", onTodayClick: "onTodayClick", onClearClick: "onClearClick", onMonthChange: "onMonthChange", onYearChange: "onYearChange", onClickOutside: "onClickOutside", onShow: "onShow" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focus" }, classAttribute: "p-element p-inputwrapper" }, providers: [CALENDAR_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "inputfieldViewChild", first: true, predicate: ["inputfield"], descendants: true }, { propertyName: "content", first: true, predicate: ["contentWrapper"], descendants: true }], ngImport: i0, template: `
2285
+ Calendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Calendar, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i1.PrimeNGConfig }, { token: i1.OverlayService }], target: i0.ɵɵFactoryTarget.Component });
2286
+ Calendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: Calendar, selector: "p-calendar", inputs: { style: "style", styleClass: "styleClass", inputStyle: "inputStyle", inputId: "inputId", name: "name", inputStyleClass: "inputStyleClass", placeholder: "placeholder", ariaLabelledBy: "ariaLabelledBy", iconAriaLabel: "iconAriaLabel", disabled: "disabled", dateFormat: "dateFormat", multipleSeparator: "multipleSeparator", rangeSeparator: "rangeSeparator", inline: "inline", showOtherMonths: "showOtherMonths", selectOtherMonths: "selectOtherMonths", showIcon: "showIcon", icon: "icon", appendTo: "appendTo", readonlyInput: "readonlyInput", shortYearCutoff: "shortYearCutoff", monthNavigator: "monthNavigator", yearNavigator: "yearNavigator", hourFormat: "hourFormat", timeOnly: "timeOnly", stepHour: "stepHour", stepMinute: "stepMinute", stepSecond: "stepSecond", showSeconds: "showSeconds", required: "required", showOnFocus: "showOnFocus", showWeek: "showWeek", dataType: "dataType", selectionMode: "selectionMode", maxDateCount: "maxDateCount", showButtonBar: "showButtonBar", todayButtonStyleClass: "todayButtonStyleClass", clearButtonStyleClass: "clearButtonStyleClass", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", panelStyleClass: "panelStyleClass", panelStyle: "panelStyle", keepInvalid: "keepInvalid", hideOnDateTimeSelect: "hideOnDateTimeSelect", touchUI: "touchUI", timeSeparator: "timeSeparator", focusTrap: "focusTrap", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", tabindex: "tabindex", view: "view", defaultDate: "defaultDate", minDate: "minDate", maxDate: "maxDate", disabledDates: "disabledDates", disabledDays: "disabledDays", yearRange: "yearRange", showTime: "showTime", responsiveOptions: "responsiveOptions", numberOfMonths: "numberOfMonths", firstDayOfWeek: "firstDayOfWeek", locale: "locale" }, outputs: { onFocus: "onFocus", onBlur: "onBlur", onClose: "onClose", onSelect: "onSelect", onInput: "onInput", onTodayClick: "onTodayClick", onClearClick: "onClearClick", onMonthChange: "onMonthChange", onYearChange: "onYearChange", onClickOutside: "onClickOutside", onShow: "onShow" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focus" }, classAttribute: "p-element p-inputwrapper" }, providers: [CALENDAR_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "inputfieldViewChild", first: true, predicate: ["inputfield"], descendants: true }, { propertyName: "content", first: true, predicate: ["contentWrapper"], descendants: true }], ngImport: i0, template: `
2287
2287
  <span #container [ngClass]="{'p-calendar':true, 'p-calendar-w-btn': showIcon, 'p-calendar-timeonly': timeOnly, 'p-calendar-disabled':disabled, 'p-focus': focus}" [ngStyle]="style" [class]="styleClass">
2288
2288
  <ng-template [ngIf]="!inline">
2289
2289
  <input #inputfield type="text" [attr.id]="inputId" [attr.name]="name" [attr.required]="required" [attr.aria-required]="required" [value]="inputFieldValue" (focus)="onInputFocus($event)" (keydown)="onInputKeydown($event)" (click)="onInputClick()" (blur)="onInputBlur($event)"
@@ -2444,7 +2444,7 @@ Calendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
2444
2444
  ])
2445
2445
  ])
2446
2446
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2447
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Calendar, decorators: [{
2447
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Calendar, decorators: [{
2448
2448
  type: Component,
2449
2449
  args: [{ selector: 'p-calendar', template: `
2450
2450
  <span #container [ngClass]="{'p-calendar':true, 'p-calendar-w-btn': showIcon, 'p-calendar-timeonly': timeOnly, 'p-calendar-disabled':disabled, 'p-focus': focus}" [ngStyle]="style" [class]="styleClass">
@@ -2772,10 +2772,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
2772
2772
  }] } });
2773
2773
  export class CalendarModule {
2774
2774
  }
2775
- CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2776
- CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, declarations: [Calendar], imports: [CommonModule, ButtonModule, SharedModule, RippleModule], exports: [Calendar, ButtonModule, SharedModule] });
2777
- CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, imports: [[CommonModule, ButtonModule, SharedModule, RippleModule], ButtonModule, SharedModule] });
2778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, decorators: [{
2775
+ CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2776
+ CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CalendarModule, declarations: [Calendar], imports: [CommonModule, ButtonModule, SharedModule, RippleModule], exports: [Calendar, ButtonModule, SharedModule] });
2777
+ CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CalendarModule, imports: [[CommonModule, ButtonModule, SharedModule, RippleModule], ButtonModule, SharedModule] });
2778
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CalendarModule, decorators: [{
2779
2779
  type: NgModule,
2780
2780
  args: [{
2781
2781
  imports: [CommonModule, ButtonModule, SharedModule, RippleModule],
@@ -78,9 +78,9 @@ export class Captcha {
78
78
  }
79
79
  }
80
80
  }
81
- Captcha.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Captcha, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
82
- Captcha.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: Captcha, selector: "p-captcha", inputs: { siteKey: "siteKey", theme: "theme", type: "type", size: "size", tabindex: "tabindex", initCallback: "initCallback", language: "language" }, outputs: { onResponse: "onResponse", onExpire: "onExpire" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `<div></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Captcha, decorators: [{
81
+ Captcha.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Captcha, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
82
+ Captcha.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: Captcha, selector: "p-captcha", inputs: { siteKey: "siteKey", theme: "theme", type: "type", size: "size", tabindex: "tabindex", initCallback: "initCallback", language: "language" }, outputs: { onResponse: "onResponse", onExpire: "onExpire" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `<div></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Captcha, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: 'p-captcha',
@@ -112,10 +112,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
112
112
  }] } });
113
113
  export class CaptchaModule {
114
114
  }
115
- CaptchaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CaptchaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
116
- CaptchaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CaptchaModule, declarations: [Captcha], imports: [CommonModule], exports: [Captcha] });
117
- CaptchaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CaptchaModule, imports: [[CommonModule]] });
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CaptchaModule, decorators: [{
115
+ CaptchaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CaptchaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
116
+ CaptchaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CaptchaModule, declarations: [Captcha], imports: [CommonModule], exports: [Captcha] });
117
+ CaptchaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CaptchaModule, imports: [[CommonModule]] });
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CaptchaModule, decorators: [{
119
119
  type: NgModule,
120
120
  args: [{
121
121
  imports: [CommonModule],
@@ -35,8 +35,8 @@ export class Card {
35
35
  return this.el.nativeElement.children[0];
36
36
  }
37
37
  }
38
- Card.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Card, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
39
- Card.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: Card, selector: "p-card", inputs: { header: "header", subheader: "subheader", style: "style", styleClass: "styleClass" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", first: true, predicate: Header, descendants: true }, { propertyName: "footerFacet", first: true, predicate: Footer, descendants: true }, { propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
38
+ Card.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Card, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
39
+ Card.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: Card, selector: "p-card", inputs: { header: "header", subheader: "subheader", style: "style", styleClass: "styleClass" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", first: true, predicate: Header, descendants: true }, { propertyName: "footerFacet", first: true, predicate: Footer, descendants: true }, { propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
40
40
  <div [ngClass]="'p-card p-component'" [ngStyle]="style" [class]="styleClass">
41
41
  <div class="p-card-header" *ngIf="headerFacet || headerTemplate">
42
42
  <ng-content select="p-header"></ng-content>
@@ -62,7 +62,7 @@ Card.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3"
62
62
  </div>
63
63
  </div>
64
64
  `, isInline: true, styles: [".p-card-header img{width:100%}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Card, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Card, decorators: [{
66
66
  type: Component,
67
67
  args: [{ selector: 'p-card', template: `
68
68
  <div [ngClass]="'p-card p-component'" [ngStyle]="style" [class]="styleClass">
@@ -112,10 +112,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
112
112
  }] } });
113
113
  export class CardModule {
114
114
  }
115
- CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
116
- CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CardModule, declarations: [Card], imports: [CommonModule], exports: [Card, SharedModule] });
117
- CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CardModule, imports: [[CommonModule], SharedModule] });
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CardModule, decorators: [{
115
+ CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
116
+ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CardModule, declarations: [Card], imports: [CommonModule], exports: [Card, SharedModule] });
117
+ CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CardModule, imports: [[CommonModule], SharedModule] });
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CardModule, decorators: [{
119
119
  type: NgModule,
120
120
  args: [{
121
121
  imports: [CommonModule],
@@ -458,8 +458,8 @@ export class Carousel {
458
458
  }
459
459
  }
460
460
  }
461
- Carousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Carousel, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
462
- Carousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: Carousel, selector: "p-carousel", inputs: { page: "page", numVisible: "numVisible", numScroll: "numScroll", responsiveOptions: "responsiveOptions", orientation: "orientation", verticalViewPortHeight: "verticalViewPortHeight", contentClass: "contentClass", indicatorsContentClass: "indicatorsContentClass", indicatorsContentStyle: "indicatorsContentStyle", indicatorStyleClass: "indicatorStyleClass", indicatorStyle: "indicatorStyle", value: "value", circular: "circular", showIndicators: "showIndicators", showNavigators: "showNavigators", autoplayInterval: "autoplayInterval", style: "style", styleClass: "styleClass" }, outputs: { onPage: "onPage" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", first: true, predicate: Header, descendants: true }, { propertyName: "footerFacet", first: true, predicate: Footer, descendants: true }, { propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "itemsContainer", first: true, predicate: ["itemsContainer"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
461
+ Carousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Carousel, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
462
+ Carousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: Carousel, selector: "p-carousel", inputs: { page: "page", numVisible: "numVisible", numScroll: "numScroll", responsiveOptions: "responsiveOptions", orientation: "orientation", verticalViewPortHeight: "verticalViewPortHeight", contentClass: "contentClass", indicatorsContentClass: "indicatorsContentClass", indicatorsContentStyle: "indicatorsContentStyle", indicatorStyleClass: "indicatorStyleClass", indicatorStyle: "indicatorStyle", value: "value", circular: "circular", showIndicators: "showIndicators", showNavigators: "showNavigators", autoplayInterval: "autoplayInterval", style: "style", styleClass: "styleClass" }, outputs: { onPage: "onPage" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "headerFacet", first: true, predicate: Header, descendants: true }, { propertyName: "footerFacet", first: true, predicate: Footer, descendants: true }, { propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "itemsContainer", first: true, predicate: ["itemsContainer"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
463
463
  <div [attr.id]="id" [ngClass]="{'p-carousel p-component':true, 'p-carousel-vertical': isVertical(), 'p-carousel-horizontal': !isVertical()}" [ngStyle]="style" [class]="styleClass">
464
464
  <div class="p-carousel-header" *ngIf="headerFacet || headerTemplate">
465
465
  <ng-content select="p-header"></ng-content>
@@ -508,7 +508,7 @@ Carousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
508
508
  </div>
509
509
  </div>
510
510
  `, isInline: true, styles: [".p-carousel{display:flex;flex-direction:column}.p-carousel-content{display:flex;flex-direction:column;overflow:auto}.p-carousel-prev,.p-carousel-next{align-self:center;flex-grow:0;flex-shrink:0;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-carousel-container{display:flex;flex-direction:row}.p-carousel-items-content{overflow:hidden;width:100%}.p-carousel-items-container{display:flex;flex-direction:row}.p-carousel-indicators{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.p-carousel-indicator>button{display:flex;align-items:center;justify-content:center}.p-carousel-vertical .p-carousel-container{flex-direction:column}.p-carousel-vertical .p-carousel-items-container{flex-direction:column;height:100%}.p-items-hidden .p-carousel-item{visibility:hidden}.p-items-hidden .p-carousel-item.p-carousel-item-active{visibility:visible}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.Ripple, selector: "[pRipple]" }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
511
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Carousel, decorators: [{
511
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: Carousel, decorators: [{
512
512
  type: Component,
513
513
  args: [{ selector: 'p-carousel', template: `
514
514
  <div [attr.id]="id" [ngClass]="{'p-carousel p-component':true, 'p-carousel-vertical': isVertical(), 'p-carousel-horizontal': !isVertical()}" [ngStyle]="style" [class]="styleClass">
@@ -614,10 +614,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
614
614
  }] } });
615
615
  export class CarouselModule {
616
616
  }
617
- CarouselModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
618
- CarouselModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselModule, declarations: [Carousel], imports: [CommonModule, SharedModule, RippleModule], exports: [CommonModule, Carousel, SharedModule] });
619
- CarouselModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselModule, imports: [[CommonModule, SharedModule, RippleModule], CommonModule, SharedModule] });
620
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselModule, decorators: [{
617
+ CarouselModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
618
+ CarouselModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CarouselModule, declarations: [Carousel], imports: [CommonModule, SharedModule, RippleModule], exports: [CommonModule, Carousel, SharedModule] });
619
+ CarouselModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CarouselModule, imports: [[CommonModule, SharedModule, RippleModule], CommonModule, SharedModule] });
620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: CarouselModule, decorators: [{
621
621
  type: NgModule,
622
622
  args: [{
623
623
  imports: [CommonModule, SharedModule, RippleModule],