primeng 16.1.0 → 16.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (419) hide show
  1. package/accordion/accordion.d.ts +14 -2
  2. package/api/primengconfig.d.ts +1 -1
  3. package/api/translation.d.ts +78 -23
  4. package/button/button.d.ts +1 -1
  5. package/carousel/carousel.d.ts +17 -1
  6. package/confirmdialog/confirmdialog.d.ts +7 -1
  7. package/contextmenu/contextmenu.d.ts +3 -1
  8. package/dialog/dialog.d.ts +1 -0
  9. package/dynamicdialog/dynamicdialog-config.d.ts +4 -0
  10. package/dynamicdialog/dynamicdialog.d.ts +2 -0
  11. package/esm2022/accordion/accordion.mjs +45 -17
  12. package/esm2022/animate/animate.mjs +7 -7
  13. package/esm2022/api/confirmationservice.mjs +3 -3
  14. package/esm2022/api/contextmenuservice.mjs +3 -3
  15. package/esm2022/api/filterservice.mjs +3 -3
  16. package/esm2022/api/messageservice.mjs +3 -3
  17. package/esm2022/api/overlayservice.mjs +3 -3
  18. package/esm2022/api/primengconfig.mjs +4 -4
  19. package/esm2022/api/shared.mjs +13 -13
  20. package/esm2022/api/translation.mjs +1 -1
  21. package/esm2022/api/treedragdropservice.mjs +3 -3
  22. package/esm2022/autocomplete/autocomplete.mjs +7 -7
  23. package/esm2022/autofocus/autofocus.mjs +7 -7
  24. package/esm2022/avatar/avatar.mjs +7 -7
  25. package/esm2022/avatargroup/avatargroup.mjs +7 -7
  26. package/esm2022/badge/badge.mjs +10 -10
  27. package/esm2022/baseicon/baseicon.mjs +3 -3
  28. package/esm2022/blockui/blockui.mjs +7 -7
  29. package/esm2022/breadcrumb/breadcrumb.mjs +7 -7
  30. package/esm2022/button/button.mjs +44 -31
  31. package/esm2022/calendar/calendar.mjs +7 -7
  32. package/esm2022/card/card.mjs +7 -7
  33. package/esm2022/carousel/carousel.mjs +153 -27
  34. package/esm2022/cascadeselect/cascadeselect.mjs +10 -10
  35. package/esm2022/chart/chart.mjs +7 -7
  36. package/esm2022/checkbox/checkbox.mjs +7 -7
  37. package/esm2022/chip/chip.mjs +7 -7
  38. package/esm2022/chips/chips.mjs +7 -7
  39. package/esm2022/colorpicker/colorpicker.mjs +7 -7
  40. package/esm2022/confirmdialog/confirmdialog.mjs +28 -12
  41. package/esm2022/confirmpopup/confirmpopup.mjs +10 -8
  42. package/esm2022/contextmenu/contextmenu.mjs +19 -15
  43. package/esm2022/dataview/dataview.mjs +10 -10
  44. package/esm2022/defer/defer.mjs +7 -7
  45. package/esm2022/dialog/dialog.mjs +21 -16
  46. package/esm2022/divider/divider.mjs +7 -7
  47. package/esm2022/dock/dock.mjs +7 -7
  48. package/esm2022/dragdrop/dragdrop.mjs +10 -10
  49. package/esm2022/dropdown/dropdown.mjs +10 -10
  50. package/esm2022/dynamicdialog/dialogservice.mjs +3 -3
  51. package/esm2022/dynamicdialog/dynamicdialog-config.mjs +5 -1
  52. package/esm2022/dynamicdialog/dynamicdialog.mjs +23 -13
  53. package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
  54. package/esm2022/editor/editor.mjs +7 -7
  55. package/esm2022/fieldset/fieldset.mjs +7 -7
  56. package/esm2022/fileupload/fileupload.mjs +56 -48
  57. package/esm2022/focustrap/focustrap.mjs +7 -7
  58. package/esm2022/galleria/galleria.mjs +257 -48
  59. package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
  60. package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
  61. package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
  62. package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
  63. package/esm2022/icons/angledown/angledown.mjs +3 -3
  64. package/esm2022/icons/angleleft/angleleft.mjs +3 -3
  65. package/esm2022/icons/angleright/angleright.mjs +3 -3
  66. package/esm2022/icons/angleup/angleup.mjs +3 -3
  67. package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
  68. package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
  69. package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
  70. package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
  71. package/esm2022/icons/arrowright/arrowright.mjs +3 -3
  72. package/esm2022/icons/arrowup/arrowup.mjs +3 -3
  73. package/esm2022/icons/ban/ban.mjs +3 -3
  74. package/esm2022/icons/bars/bars.mjs +3 -3
  75. package/esm2022/icons/calendar/calendar.mjs +3 -3
  76. package/esm2022/icons/caretleft/caretleft.mjs +3 -3
  77. package/esm2022/icons/caretright/caretright.mjs +3 -3
  78. package/esm2022/icons/check/check.mjs +3 -3
  79. package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
  80. package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
  81. package/esm2022/icons/chevronright/chevronright.mjs +3 -3
  82. package/esm2022/icons/chevronup/chevronup.mjs +3 -3
  83. package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
  84. package/esm2022/icons/eye/eye.mjs +3 -3
  85. package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
  86. package/esm2022/icons/filter/filter.mjs +3 -3
  87. package/esm2022/icons/filterslash/filterslash.mjs +3 -3
  88. package/esm2022/icons/home/home.mjs +3 -3
  89. package/esm2022/icons/infocircle/infocircle.mjs +3 -3
  90. package/esm2022/icons/minus/minus.mjs +3 -3
  91. package/esm2022/icons/pencil/pencil.mjs +3 -3
  92. package/esm2022/icons/plus/plus.mjs +3 -3
  93. package/esm2022/icons/refresh/refresh.mjs +3 -3
  94. package/esm2022/icons/search/search.mjs +3 -3
  95. package/esm2022/icons/searchminus/searchminus.mjs +3 -3
  96. package/esm2022/icons/searchplus/searchplus.mjs +3 -3
  97. package/esm2022/icons/sortalt/sortalt.mjs +3 -3
  98. package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
  99. package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
  100. package/esm2022/icons/spinner/spinner.mjs +3 -3
  101. package/esm2022/icons/star/star.mjs +3 -3
  102. package/esm2022/icons/starfill/starfill.mjs +3 -3
  103. package/esm2022/icons/thlarge/thlarge.mjs +3 -3
  104. package/esm2022/icons/times/times.mjs +3 -3
  105. package/esm2022/icons/timescircle/timescircle.mjs +3 -3
  106. package/esm2022/icons/trash/trash.mjs +3 -3
  107. package/esm2022/icons/undo/undo.mjs +3 -3
  108. package/esm2022/icons/upload/upload.mjs +3 -3
  109. package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
  110. package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
  111. package/esm2022/image/image.mjs +67 -26
  112. package/esm2022/inplace/inplace.mjs +13 -13
  113. package/esm2022/inputmask/inputmask.mjs +7 -7
  114. package/esm2022/inputnumber/inputnumber.mjs +18 -8
  115. package/esm2022/inputswitch/inputswitch.mjs +7 -7
  116. package/esm2022/inputtext/inputtext.mjs +7 -7
  117. package/esm2022/inputtextarea/inputtextarea.mjs +7 -7
  118. package/esm2022/keyfilter/keyfilter.mjs +7 -7
  119. package/esm2022/knob/knob.mjs +7 -7
  120. package/esm2022/listbox/listbox.mjs +7 -7
  121. package/esm2022/megamenu/megamenu.mjs +23 -14
  122. package/esm2022/menu/menu.mjs +20 -20
  123. package/esm2022/menubar/menubar.mjs +28 -19
  124. package/esm2022/message/message.mjs +7 -7
  125. package/esm2022/messages/messages.mjs +34 -34
  126. package/esm2022/multiselect/multiselect.mjs +12 -11
  127. package/esm2022/orderlist/orderlist.mjs +7 -7
  128. package/esm2022/organizationchart/organizationchart.mjs +15 -15
  129. package/esm2022/overlay/overlay.mjs +7 -7
  130. package/esm2022/overlaypanel/overlaypanel.mjs +12 -8
  131. package/esm2022/paginator/paginator.mjs +7 -7
  132. package/esm2022/panel/panel.mjs +7 -7
  133. package/esm2022/panelmenu/panelmenu.mjs +54 -35
  134. package/esm2022/password/password.mjs +13 -13
  135. package/esm2022/picklist/picklist.mjs +7 -7
  136. package/esm2022/progressbar/progressbar.mjs +7 -7
  137. package/esm2022/progressspinner/progressspinner.mjs +7 -7
  138. package/esm2022/radiobutton/radiobutton.mjs +10 -10
  139. package/esm2022/rating/rating.mjs +7 -7
  140. package/esm2022/ripple/ripple.mjs +7 -7
  141. package/esm2022/scroller/scroller.mjs +7 -7
  142. package/esm2022/scrollpanel/scrollpanel.mjs +7 -7
  143. package/esm2022/scrolltop/scrolltop.mjs +7 -7
  144. package/esm2022/selectbutton/selectbutton.mjs +9 -9
  145. package/esm2022/sidebar/sidebar.mjs +51 -20
  146. package/esm2022/skeleton/skeleton.mjs +7 -7
  147. package/esm2022/slidemenu/slidemenu.mjs +26 -19
  148. package/esm2022/slider/slider.mjs +7 -7
  149. package/esm2022/speeddial/speeddial.mjs +297 -21
  150. package/esm2022/spinner/spinner.mjs +7 -7
  151. package/esm2022/splitbutton/splitbutton.mjs +70 -15
  152. package/esm2022/splitter/splitter.mjs +7 -7
  153. package/esm2022/steps/steps.mjs +7 -7
  154. package/esm2022/styleclass/styleclass.mjs +7 -7
  155. package/esm2022/table/table.mjs +82 -82
  156. package/esm2022/tabmenu/tabmenu.mjs +20 -10
  157. package/esm2022/tabview/tabview.mjs +72 -23
  158. package/esm2022/tag/tag.mjs +7 -7
  159. package/esm2022/terminal/terminal.mjs +7 -7
  160. package/esm2022/terminal/terminalservice.mjs +3 -3
  161. package/esm2022/tieredmenu/tieredmenu.mjs +26 -15
  162. package/esm2022/timeline/timeline.mjs +9 -9
  163. package/esm2022/toast/toast.mjs +63 -35
  164. package/esm2022/togglebutton/togglebutton.mjs +9 -9
  165. package/esm2022/toolbar/toolbar.mjs +7 -7
  166. package/esm2022/tooltip/tooltip.mjs +14 -9
  167. package/esm2022/tree/tree.mjs +10 -10
  168. package/esm2022/treeselect/treeselect.mjs +7 -7
  169. package/esm2022/treetable/treetable.mjs +55 -55
  170. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +7 -7
  171. package/esm2022/virtualscroller/virtualscroller.mjs +7 -7
  172. package/fesm2022/primeng-accordion.mjs +44 -16
  173. package/fesm2022/primeng-accordion.mjs.map +1 -1
  174. package/fesm2022/primeng-animate.mjs +7 -7
  175. package/fesm2022/primeng-api.mjs +34 -34
  176. package/fesm2022/primeng-api.mjs.map +1 -1
  177. package/fesm2022/primeng-autocomplete.mjs +7 -7
  178. package/fesm2022/primeng-autofocus.mjs +7 -7
  179. package/fesm2022/primeng-avatar.mjs +7 -7
  180. package/fesm2022/primeng-avatargroup.mjs +7 -7
  181. package/fesm2022/primeng-badge.mjs +10 -10
  182. package/fesm2022/primeng-baseicon.mjs +3 -3
  183. package/fesm2022/primeng-blockui.mjs +7 -7
  184. package/fesm2022/primeng-breadcrumb.mjs +7 -7
  185. package/fesm2022/primeng-button.mjs +43 -30
  186. package/fesm2022/primeng-button.mjs.map +1 -1
  187. package/fesm2022/primeng-calendar.mjs +7 -7
  188. package/fesm2022/primeng-card.mjs +7 -7
  189. package/fesm2022/primeng-carousel.mjs +152 -26
  190. package/fesm2022/primeng-carousel.mjs.map +1 -1
  191. package/fesm2022/primeng-cascadeselect.mjs +10 -10
  192. package/fesm2022/primeng-chart.mjs +7 -7
  193. package/fesm2022/primeng-checkbox.mjs +7 -7
  194. package/fesm2022/primeng-chip.mjs +7 -7
  195. package/fesm2022/primeng-chips.mjs +7 -7
  196. package/fesm2022/primeng-colorpicker.mjs +7 -7
  197. package/fesm2022/primeng-confirmdialog.mjs +27 -11
  198. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  199. package/fesm2022/primeng-confirmpopup.mjs +9 -7
  200. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  201. package/fesm2022/primeng-contextmenu.mjs +18 -14
  202. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  203. package/fesm2022/primeng-dataview.mjs +10 -10
  204. package/fesm2022/primeng-defer.mjs +7 -7
  205. package/fesm2022/primeng-dialog.mjs +20 -15
  206. package/fesm2022/primeng-dialog.mjs.map +1 -1
  207. package/fesm2022/primeng-divider.mjs +7 -7
  208. package/fesm2022/primeng-dock.mjs +7 -7
  209. package/fesm2022/primeng-dragdrop.mjs +10 -10
  210. package/fesm2022/primeng-dropdown.mjs +10 -10
  211. package/fesm2022/primeng-dynamicdialog.mjs +32 -18
  212. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  213. package/fesm2022/primeng-editor.mjs +7 -7
  214. package/fesm2022/primeng-fieldset.mjs +7 -7
  215. package/fesm2022/primeng-fileupload.mjs +55 -47
  216. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  217. package/fesm2022/primeng-focustrap.mjs +7 -7
  218. package/fesm2022/primeng-galleria.mjs +256 -47
  219. package/fesm2022/primeng-galleria.mjs.map +1 -1
  220. package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
  221. package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
  222. package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
  223. package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
  224. package/fesm2022/primeng-icons-angledown.mjs +3 -3
  225. package/fesm2022/primeng-icons-angleleft.mjs +3 -3
  226. package/fesm2022/primeng-icons-angleright.mjs +3 -3
  227. package/fesm2022/primeng-icons-angleup.mjs +3 -3
  228. package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
  229. package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
  230. package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
  231. package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
  232. package/fesm2022/primeng-icons-arrowright.mjs +3 -3
  233. package/fesm2022/primeng-icons-arrowup.mjs +3 -3
  234. package/fesm2022/primeng-icons-ban.mjs +3 -3
  235. package/fesm2022/primeng-icons-bars.mjs +3 -3
  236. package/fesm2022/primeng-icons-calendar.mjs +3 -3
  237. package/fesm2022/primeng-icons-caretleft.mjs +3 -3
  238. package/fesm2022/primeng-icons-caretright.mjs +3 -3
  239. package/fesm2022/primeng-icons-check.mjs +3 -3
  240. package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
  241. package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
  242. package/fesm2022/primeng-icons-chevronright.mjs +3 -3
  243. package/fesm2022/primeng-icons-chevronup.mjs +3 -3
  244. package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
  245. package/fesm2022/primeng-icons-eye.mjs +3 -3
  246. package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
  247. package/fesm2022/primeng-icons-filter.mjs +3 -3
  248. package/fesm2022/primeng-icons-filterslash.mjs +3 -3
  249. package/fesm2022/primeng-icons-home.mjs +3 -3
  250. package/fesm2022/primeng-icons-infocircle.mjs +3 -3
  251. package/fesm2022/primeng-icons-minus.mjs +3 -3
  252. package/fesm2022/primeng-icons-pencil.mjs +3 -3
  253. package/fesm2022/primeng-icons-plus.mjs +3 -3
  254. package/fesm2022/primeng-icons-refresh.mjs +3 -3
  255. package/fesm2022/primeng-icons-search.mjs +3 -3
  256. package/fesm2022/primeng-icons-searchminus.mjs +3 -3
  257. package/fesm2022/primeng-icons-searchplus.mjs +3 -3
  258. package/fesm2022/primeng-icons-sortalt.mjs +3 -3
  259. package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
  260. package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
  261. package/fesm2022/primeng-icons-spinner.mjs +3 -3
  262. package/fesm2022/primeng-icons-star.mjs +3 -3
  263. package/fesm2022/primeng-icons-starfill.mjs +3 -3
  264. package/fesm2022/primeng-icons-thlarge.mjs +3 -3
  265. package/fesm2022/primeng-icons-times.mjs +3 -3
  266. package/fesm2022/primeng-icons-timescircle.mjs +3 -3
  267. package/fesm2022/primeng-icons-trash.mjs +3 -3
  268. package/fesm2022/primeng-icons-undo.mjs +3 -3
  269. package/fesm2022/primeng-icons-upload.mjs +3 -3
  270. package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
  271. package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
  272. package/fesm2022/primeng-image.mjs +66 -25
  273. package/fesm2022/primeng-image.mjs.map +1 -1
  274. package/fesm2022/primeng-inplace.mjs +13 -13
  275. package/fesm2022/primeng-inputmask.mjs +7 -7
  276. package/fesm2022/primeng-inputnumber.mjs +17 -7
  277. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  278. package/fesm2022/primeng-inputswitch.mjs +7 -7
  279. package/fesm2022/primeng-inputtext.mjs +7 -7
  280. package/fesm2022/primeng-inputtextarea.mjs +7 -7
  281. package/fesm2022/primeng-keyfilter.mjs +7 -7
  282. package/fesm2022/primeng-knob.mjs +7 -7
  283. package/fesm2022/primeng-listbox.mjs +7 -7
  284. package/fesm2022/primeng-megamenu.mjs +22 -13
  285. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  286. package/fesm2022/primeng-menu.mjs +19 -19
  287. package/fesm2022/primeng-menu.mjs.map +1 -1
  288. package/fesm2022/primeng-menubar.mjs +27 -18
  289. package/fesm2022/primeng-menubar.mjs.map +1 -1
  290. package/fesm2022/primeng-message.mjs +7 -7
  291. package/fesm2022/primeng-messages.mjs +33 -33
  292. package/fesm2022/primeng-messages.mjs.map +1 -1
  293. package/fesm2022/primeng-multiselect.mjs +11 -10
  294. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  295. package/fesm2022/primeng-orderlist.mjs +7 -7
  296. package/fesm2022/primeng-organizationchart.mjs +14 -14
  297. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  298. package/fesm2022/primeng-overlay.mjs +7 -7
  299. package/fesm2022/primeng-overlaypanel.mjs +11 -7
  300. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  301. package/fesm2022/primeng-paginator.mjs +7 -7
  302. package/fesm2022/primeng-panel.mjs +7 -7
  303. package/fesm2022/primeng-panelmenu.mjs +53 -34
  304. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  305. package/fesm2022/primeng-password.mjs +13 -13
  306. package/fesm2022/primeng-picklist.mjs +7 -7
  307. package/fesm2022/primeng-progressbar.mjs +7 -7
  308. package/fesm2022/primeng-progressspinner.mjs +7 -7
  309. package/fesm2022/primeng-radiobutton.mjs +10 -10
  310. package/fesm2022/primeng-rating.mjs +7 -7
  311. package/fesm2022/primeng-ripple.mjs +7 -7
  312. package/fesm2022/primeng-scroller.mjs +7 -7
  313. package/fesm2022/primeng-scrollpanel.mjs +7 -7
  314. package/fesm2022/primeng-scrolltop.mjs +7 -7
  315. package/fesm2022/primeng-selectbutton.mjs +9 -9
  316. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  317. package/fesm2022/primeng-sidebar.mjs +50 -19
  318. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  319. package/fesm2022/primeng-skeleton.mjs +7 -7
  320. package/fesm2022/primeng-slidemenu.mjs +25 -18
  321. package/fesm2022/primeng-slidemenu.mjs.map +1 -1
  322. package/fesm2022/primeng-slider.mjs +7 -7
  323. package/fesm2022/primeng-speeddial.mjs +296 -20
  324. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  325. package/fesm2022/primeng-spinner.mjs +7 -7
  326. package/fesm2022/primeng-splitbutton.mjs +69 -14
  327. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  328. package/fesm2022/primeng-splitter.mjs +7 -7
  329. package/fesm2022/primeng-steps.mjs +7 -7
  330. package/fesm2022/primeng-styleclass.mjs +7 -7
  331. package/fesm2022/primeng-table.mjs +82 -82
  332. package/fesm2022/primeng-tabmenu.mjs +19 -9
  333. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  334. package/fesm2022/primeng-tabview.mjs +71 -22
  335. package/fesm2022/primeng-tabview.mjs.map +1 -1
  336. package/fesm2022/primeng-tag.mjs +7 -7
  337. package/fesm2022/primeng-terminal.mjs +10 -10
  338. package/fesm2022/primeng-tieredmenu.mjs +25 -14
  339. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  340. package/fesm2022/primeng-timeline.mjs +9 -9
  341. package/fesm2022/primeng-timeline.mjs.map +1 -1
  342. package/fesm2022/primeng-toast.mjs +62 -34
  343. package/fesm2022/primeng-toast.mjs.map +1 -1
  344. package/fesm2022/primeng-togglebutton.mjs +9 -9
  345. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  346. package/fesm2022/primeng-toolbar.mjs +7 -7
  347. package/fesm2022/primeng-tooltip.mjs +13 -8
  348. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  349. package/fesm2022/primeng-tree.mjs +10 -10
  350. package/fesm2022/primeng-treeselect.mjs +7 -7
  351. package/fesm2022/primeng-treetable.mjs +55 -55
  352. package/fesm2022/primeng-tristatecheckbox.mjs +7 -7
  353. package/fesm2022/primeng-virtualscroller.mjs +7 -7
  354. package/galleria/galleria.d.ts +24 -4
  355. package/image/image.d.ts +10 -1
  356. package/megamenu/megamenu.d.ts +3 -1
  357. package/menubar/menubar.d.ts +3 -1
  358. package/package.json +166 -166
  359. package/panelmenu/panelmenu.d.ts +3 -1
  360. package/resources/components/button/button.css +4 -0
  361. package/resources/components/menubar/menubar.css +4 -0
  362. package/resources/components/tabview/tabview.css +3 -2
  363. package/resources/primeng.css +3 -0
  364. package/resources/primeng.min.css +1 -1
  365. package/resources/themes/arya-blue/theme.css +16 -6
  366. package/resources/themes/arya-green/theme.css +16 -6
  367. package/resources/themes/arya-orange/theme.css +16 -6
  368. package/resources/themes/arya-purple/theme.css +16 -6
  369. package/resources/themes/bootstrap4-dark-blue/theme.css +16 -6
  370. package/resources/themes/bootstrap4-dark-purple/theme.css +16 -6
  371. package/resources/themes/bootstrap4-light-blue/theme.css +16 -6
  372. package/resources/themes/bootstrap4-light-purple/theme.css +16 -6
  373. package/resources/themes/fluent-light/theme.css +16 -6
  374. package/resources/themes/lara-dark-blue/theme.css +16 -6
  375. package/resources/themes/lara-dark-indigo/theme.css +16 -6
  376. package/resources/themes/lara-dark-purple/theme.css +16 -6
  377. package/resources/themes/lara-dark-teal/theme.css +16 -6
  378. package/resources/themes/lara-light-blue/theme.css +16 -6
  379. package/resources/themes/lara-light-indigo/theme.css +16 -6
  380. package/resources/themes/lara-light-purple/theme.css +16 -6
  381. package/resources/themes/lara-light-teal/theme.css +16 -6
  382. package/resources/themes/luna-amber/theme.css +16 -6
  383. package/resources/themes/luna-blue/theme.css +16 -6
  384. package/resources/themes/luna-green/theme.css +16 -6
  385. package/resources/themes/luna-pink/theme.css +16 -6
  386. package/resources/themes/md-dark-deeppurple/theme.css +16 -6
  387. package/resources/themes/md-dark-indigo/theme.css +16 -6
  388. package/resources/themes/md-light-deeppurple/theme.css +16 -6
  389. package/resources/themes/md-light-indigo/theme.css +16 -6
  390. package/resources/themes/mdc-dark-deeppurple/theme.css +16 -6
  391. package/resources/themes/mdc-dark-indigo/theme.css +16 -6
  392. package/resources/themes/mdc-light-deeppurple/theme.css +16 -6
  393. package/resources/themes/mdc-light-indigo/theme.css +16 -6
  394. package/resources/themes/mira/theme.css +16 -6
  395. package/resources/themes/nano/theme.css +16 -6
  396. package/resources/themes/nova/theme.css +16 -6
  397. package/resources/themes/nova-accent/theme.css +16 -6
  398. package/resources/themes/nova-alt/theme.css +16 -6
  399. package/resources/themes/rhea/theme.css +16 -6
  400. package/resources/themes/saga-blue/theme.css +16 -6
  401. package/resources/themes/saga-green/theme.css +16 -6
  402. package/resources/themes/saga-orange/theme.css +16 -6
  403. package/resources/themes/saga-purple/theme.css +16 -6
  404. package/resources/themes/soho-dark/theme.css +16 -6
  405. package/resources/themes/soho-light/theme.css +16 -6
  406. package/resources/themes/tailwind-light/theme.css +16 -6
  407. package/resources/themes/vela-blue/theme.css +16 -6
  408. package/resources/themes/vela-green/theme.css +16 -6
  409. package/resources/themes/vela-orange/theme.css +16 -6
  410. package/resources/themes/vela-purple/theme.css +16 -6
  411. package/resources/themes/viva-dark/theme.css +16 -6
  412. package/resources/themes/viva-light/theme.css +16 -6
  413. package/sidebar/sidebar.d.ts +1 -0
  414. package/slidemenu/slidemenu.d.ts +8 -6
  415. package/speeddial/speeddial.d.ts +34 -1
  416. package/splitbutton/splitbutton.d.ts +5 -1
  417. package/tabmenu/tabmenu.d.ts +3 -1
  418. package/tabview/tabview.d.ts +10 -2
  419. package/tieredmenu/tieredmenu.d.ts +3 -1
@@ -47,8 +47,8 @@ class Divider {
47
47
  'p-divider-bottom': this.layout === 'vertical' && this.align === 'bottom'
48
48
  };
49
49
  }
50
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Divider, deps: [], target: i0.ɵɵFactoryTarget.Component });
51
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Divider, selector: "p-divider", inputs: { style: "style", styleClass: "styleClass", layout: "layout", type: "type", align: "align" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
50
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Divider, deps: [], target: i0.ɵɵFactoryTarget.Component });
51
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: Divider, selector: "p-divider", inputs: { style: "style", styleClass: "styleClass", layout: "layout", type: "type", align: "align" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
52
52
  <div [ngClass]="containerClass()" [class]="styleClass" [ngStyle]="style" role="separator" [attr.aria-orientation]="layout" [attr.data-pc-name]="'divider'">
53
53
  <div class="p-divider-content">
54
54
  <ng-content></ng-content>
@@ -57,7 +57,7 @@ class Divider {
57
57
  `, isInline: true, styles: [".p-divider-horizontal{display:flex;width:100%;position:relative;align-items:center}.p-divider-horizontal:before{position:absolute;display:block;top:50%;left:0;width:100%;content:\"\"}.p-divider-horizontal.p-divider-left{justify-content:flex-start}.p-divider-horizontal.p-divider-right{justify-content:flex-end}.p-divider-horizontal.p-divider-center{justify-content:center}.p-divider-content{z-index:1}.p-divider-vertical{min-height:100%;margin:0 1rem;display:flex;position:relative;justify-content:center}.p-divider-vertical:before{position:absolute;display:block;top:0;left:50%;height:100%;content:\"\"}.p-divider-vertical.p-divider-top{align-items:flex-start}.p-divider-vertical.p-divider-center{align-items:center}.p-divider-vertical.p-divider-bottom{align-items:flex-end}.p-divider-solid.p-divider-horizontal:before{border-top-style:solid}.p-divider-solid.p-divider-vertical:before{border-left-style:solid}.p-divider-dashed.p-divider-horizontal:before{border-top-style:dashed}.p-divider-dashed.p-divider-vertical:before{border-left-style:dashed}.p-divider-dotted.p-divider-horizontal:before{border-top-style:dotted}.p-divider-dotted.p-divider-horizontal:before{border-left-style:dotted}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
58
58
  }
59
59
  export { Divider };
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Divider, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Divider, decorators: [{
61
61
  type: Component,
62
62
  args: [{ selector: 'p-divider', template: `
63
63
  <div [ngClass]="containerClass()" [class]="styleClass" [ngStyle]="style" role="separator" [attr.aria-orientation]="layout" [attr.data-pc-name]="'divider'">
@@ -80,12 +80,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
80
80
  type: Input
81
81
  }] } });
82
82
  class DividerModule {
83
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
84
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: DividerModule, declarations: [Divider], imports: [CommonModule], exports: [Divider] });
85
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DividerModule, imports: [CommonModule] });
83
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
84
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: DividerModule, declarations: [Divider], imports: [CommonModule], exports: [Divider] });
85
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DividerModule, imports: [CommonModule] });
86
86
  }
87
87
  export { DividerModule };
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DividerModule, decorators: [{
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DividerModule, decorators: [{
89
89
  type: NgModule,
90
90
  args: [{
91
91
  imports: [CommonModule],
@@ -231,8 +231,8 @@ class Dock {
231
231
  'p-focus': this.isItemActive(this.getItemId(index))
232
232
  };
233
233
  }
234
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Dock, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
235
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Dock, selector: "p-dock", inputs: { id: "id", style: "style", styleClass: "styleClass", model: "model", position: "position", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy" }, outputs: { onFocus: "onFocus", onBlur: "onBlur" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "listViewChild", first: true, predicate: ["list"], descendants: true }], ngImport: i0, template: `
234
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Dock, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
235
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: Dock, selector: "p-dock", inputs: { id: "id", style: "style", styleClass: "styleClass", model: "model", position: "position", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy" }, outputs: { onFocus: "onFocus", onBlur: "onBlur" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "listViewChild", first: true, predicate: ["list"], descendants: true }], ngImport: i0, template: `
236
236
  <div [ngClass]="containerClass" [ngStyle]="style" [class]="styleClass" [attr.data-pc-name]="'dock'">
237
237
  <div class="p-dock-list-container">
238
238
  <ul
@@ -315,7 +315,7 @@ class Dock {
315
315
  `, isInline: true, styles: [".p-dock{position:absolute;z-index:1;display:flex;justify-content:center;align-items:center;pointer-events:none}.p-dock-list-container{display:flex;pointer-events:auto}.p-dock-list{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center}.p-dock-item{transition:all .2s cubic-bezier(.4,0,.2,1);will-change:transform}.p-dock-link{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:default}.p-dock-item-second-prev,.p-dock-item-second-next{transform:scale(1.2)}.p-dock-item-prev,.p-dock-item-next{transform:scale(1.4)}.p-dock-item-current{transform:scale(1.6);z-index:1}.p-dock-top{left:0;top:0;width:100%}.p-dock-top .p-dock-item{transform-origin:center top}.p-dock-bottom{left:0;bottom:0;width:100%}.p-dock-bottom .p-dock-item{transform-origin:center bottom}.p-dock-right{right:0;top:0;height:100%}.p-dock-right .p-dock-item{transform-origin:center right}.p-dock-right .p-dock-list{flex-direction:column}.p-dock-left{left:0;top:0;height:100%}.p-dock-left .p-dock-item{transform-origin:center left}.p-dock-left .p-dock-list{flex-direction:column}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i3.Ripple, selector: "[pRipple]" }, { kind: "directive", type: i4.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
316
316
  }
317
317
  export { Dock };
318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Dock, decorators: [{
318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Dock, decorators: [{
319
319
  type: Component,
320
320
  args: [{ selector: 'p-dock', template: `
321
321
  <div [ngClass]="containerClass" [ngStyle]="style" [class]="styleClass" [attr.data-pc-name]="'dock'">
@@ -426,12 +426,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
426
426
  args: ['list', { static: false }]
427
427
  }] } });
428
428
  class DockModule {
429
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
430
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: DockModule, declarations: [Dock], imports: [CommonModule, RouterModule, RippleModule, TooltipModule], exports: [Dock, SharedModule, TooltipModule, RouterModule] });
431
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DockModule, imports: [CommonModule, RouterModule, RippleModule, TooltipModule, SharedModule, TooltipModule, RouterModule] });
429
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
430
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: DockModule, declarations: [Dock], imports: [CommonModule, RouterModule, RippleModule, TooltipModule], exports: [Dock, SharedModule, TooltipModule, RouterModule] });
431
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DockModule, imports: [CommonModule, RouterModule, RippleModule, TooltipModule, SharedModule, TooltipModule, RouterModule] });
432
432
  }
433
433
  export { DockModule };
434
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DockModule, decorators: [{
434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DockModule, decorators: [{
435
435
  type: NgModule,
436
436
  args: [{
437
437
  imports: [CommonModule, RouterModule, RippleModule, TooltipModule],
@@ -137,11 +137,11 @@ class Draggable {
137
137
  this.unbindDragListener();
138
138
  this.unbindMouseListeners();
139
139
  }
140
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Draggable, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
141
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.2", type: Draggable, selector: "[pDraggable]", inputs: { scope: ["pDraggable", "scope"], dragEffect: "dragEffect", dragHandle: "dragHandle", pDraggableDisabled: "pDraggableDisabled" }, outputs: { onDragStart: "onDragStart", onDragEnd: "onDragEnd", onDrag: "onDrag" }, host: { listeners: { "dragstart": "dragStart($event)", "dragend": "dragEnd($event)" }, classAttribute: "p-element" }, ngImport: i0 });
140
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Draggable, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
141
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: Draggable, selector: "[pDraggable]", inputs: { scope: ["pDraggable", "scope"], dragEffect: "dragEffect", dragHandle: "dragHandle", pDraggableDisabled: "pDraggableDisabled" }, outputs: { onDragStart: "onDragStart", onDragEnd: "onDragEnd", onDrag: "onDrag" }, host: { listeners: { "dragstart": "dragStart($event)", "dragend": "dragEnd($event)" }, classAttribute: "p-element" }, ngImport: i0 });
142
142
  }
143
143
  export { Draggable };
144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Draggable, decorators: [{
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Draggable, decorators: [{
145
145
  type: Directive,
146
146
  args: [{
147
147
  selector: '[pDraggable]',
@@ -271,11 +271,11 @@ class Droppable {
271
271
  ngOnDestroy() {
272
272
  this.unbindDragOverListener();
273
273
  }
274
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Droppable, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
275
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.2", type: Droppable, selector: "[pDroppable]", inputs: { scope: ["pDroppable", "scope"], pDroppableDisabled: "pDroppableDisabled", dropEffect: "dropEffect" }, outputs: { onDragEnter: "onDragEnter", onDragLeave: "onDragLeave", onDrop: "onDrop" }, host: { listeners: { "drop": "drop($event)", "dragenter": "dragEnter($event)", "dragleave": "dragLeave($event)" }, classAttribute: "p-element" }, ngImport: i0 });
274
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Droppable, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
275
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: Droppable, selector: "[pDroppable]", inputs: { scope: ["pDroppable", "scope"], pDroppableDisabled: "pDroppableDisabled", dropEffect: "dropEffect" }, outputs: { onDragEnter: "onDragEnter", onDragLeave: "onDragLeave", onDrop: "onDrop" }, host: { listeners: { "drop": "drop($event)", "dragenter": "dragEnter($event)", "dragleave": "dragLeave($event)" }, classAttribute: "p-element" }, ngImport: i0 });
276
276
  }
277
277
  export { Droppable };
278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Droppable, decorators: [{
278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Droppable, decorators: [{
279
279
  type: Directive,
280
280
  args: [{
281
281
  selector: '[pDroppable]',
@@ -307,12 +307,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
307
307
  args: ['dragleave', ['$event']]
308
308
  }] } });
309
309
  class DragDropModule {
310
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DragDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
311
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: DragDropModule, declarations: [Draggable, Droppable], imports: [CommonModule], exports: [Draggable, Droppable] });
312
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DragDropModule, imports: [CommonModule] });
310
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DragDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
311
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: DragDropModule, declarations: [Draggable, Droppable], imports: [CommonModule], exports: [Draggable, Droppable] });
312
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DragDropModule, imports: [CommonModule] });
313
313
  }
314
314
  export { DragDropModule };
315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DragDropModule, decorators: [{
315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DragDropModule, decorators: [{
316
316
  type: NgModule,
317
317
  args: [{
318
318
  imports: [CommonModule],
@@ -40,8 +40,8 @@ class DropdownItem {
40
40
  option: this.option
41
41
  });
42
42
  }
43
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DropdownItem, deps: [], target: i0.ɵɵFactoryTarget.Component });
44
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: DropdownItem, selector: "p-dropdownItem", inputs: { option: "option", selected: "selected", label: "label", disabled: "disabled", visible: "visible", itemSize: "itemSize", template: "template" }, outputs: { onClick: "onClick" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
43
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DropdownItem, deps: [], target: i0.ɵɵFactoryTarget.Component });
44
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: DropdownItem, selector: "p-dropdownItem", inputs: { option: "option", selected: "selected", label: "label", disabled: "disabled", visible: "visible", itemSize: "itemSize", template: "template" }, outputs: { onClick: "onClick" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
45
45
  <li
46
46
  (click)="onOptionClick($event)"
47
47
  role="option"
@@ -58,7 +58,7 @@ class DropdownItem {
58
58
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.Ripple, selector: "[pRipple]" }] });
59
59
  }
60
60
  export { DropdownItem };
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DropdownItem, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DropdownItem, decorators: [{
62
62
  type: Component,
63
63
  args: [{
64
64
  selector: 'p-dropdownItem',
@@ -1205,8 +1205,8 @@ class Dropdown {
1205
1205
  this.updateEditableLabel();
1206
1206
  this.onClear.emit(event);
1207
1207
  }
1208
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Dropdown, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i3.FilterService }, { token: i3.PrimeNGConfig }], target: i0.ɵɵFactoryTarget.Component });
1209
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Dropdown, selector: "p-dropdown", inputs: { scrollHeight: "scrollHeight", filter: "filter", name: "name", style: "style", panelStyle: "panelStyle", styleClass: "styleClass", panelStyleClass: "panelStyleClass", readonly: "readonly", required: "required", editable: "editable", appendTo: "appendTo", tabindex: "tabindex", placeholder: "placeholder", filterPlaceholder: "filterPlaceholder", filterLocale: "filterLocale", inputId: "inputId", selectId: "selectId", dataKey: "dataKey", filterBy: "filterBy", autofocus: "autofocus", resetFilterOnHide: "resetFilterOnHide", dropdownIcon: "dropdownIcon", optionLabel: "optionLabel", optionValue: "optionValue", optionDisabled: "optionDisabled", optionGroupLabel: "optionGroupLabel", optionGroupChildren: "optionGroupChildren", autoDisplayFirst: "autoDisplayFirst", group: "group", showClear: "showClear", emptyFilterMessage: "emptyFilterMessage", emptyMessage: "emptyMessage", lazy: "lazy", virtualScroll: "virtualScroll", virtualScrollItemSize: "virtualScrollItemSize", virtualScrollOptions: "virtualScrollOptions", overlayOptions: "overlayOptions", ariaFilterLabel: "ariaFilterLabel", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterMatchMode: "filterMatchMode", maxlength: "maxlength", tooltip: "tooltip", tooltipPosition: "tooltipPosition", tooltipPositionStyle: "tooltipPositionStyle", tooltipStyleClass: "tooltipStyleClass", autofocusFilter: "autofocusFilter", overlayDirection: "overlayDirection", disabled: "disabled", itemSize: "itemSize", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", filterValue: "filterValue", options: "options" }, outputs: { onChange: "onChange", onFilter: "onFilter", onFocus: "onFocus", onBlur: "onBlur", onClick: "onClick", onShow: "onShow", onHide: "onHide", onClear: "onClear", onLazyLoad: "onLazyLoad" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focused || overlayVisible" }, classAttribute: "p-element p-inputwrapper" }, providers: [DROPDOWN_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "filterViewChild", first: true, predicate: ["filter"], descendants: true }, { propertyName: "accessibleViewChild", first: true, predicate: ["in"], descendants: true }, { propertyName: "editableInputViewChild", first: true, predicate: ["editableInput"], descendants: true }, { propertyName: "itemsViewChild", first: true, predicate: ["items"], descendants: true }, { propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }, { propertyName: "overlayViewChild", first: true, predicate: ["overlay"], descendants: true }], ngImport: i0, template: `
1208
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Dropdown, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i3.FilterService }, { token: i3.PrimeNGConfig }], target: i0.ɵɵFactoryTarget.Component });
1209
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: Dropdown, selector: "p-dropdown", inputs: { scrollHeight: "scrollHeight", filter: "filter", name: "name", style: "style", panelStyle: "panelStyle", styleClass: "styleClass", panelStyleClass: "panelStyleClass", readonly: "readonly", required: "required", editable: "editable", appendTo: "appendTo", tabindex: "tabindex", placeholder: "placeholder", filterPlaceholder: "filterPlaceholder", filterLocale: "filterLocale", inputId: "inputId", selectId: "selectId", dataKey: "dataKey", filterBy: "filterBy", autofocus: "autofocus", resetFilterOnHide: "resetFilterOnHide", dropdownIcon: "dropdownIcon", optionLabel: "optionLabel", optionValue: "optionValue", optionDisabled: "optionDisabled", optionGroupLabel: "optionGroupLabel", optionGroupChildren: "optionGroupChildren", autoDisplayFirst: "autoDisplayFirst", group: "group", showClear: "showClear", emptyFilterMessage: "emptyFilterMessage", emptyMessage: "emptyMessage", lazy: "lazy", virtualScroll: "virtualScroll", virtualScrollItemSize: "virtualScrollItemSize", virtualScrollOptions: "virtualScrollOptions", overlayOptions: "overlayOptions", ariaFilterLabel: "ariaFilterLabel", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterMatchMode: "filterMatchMode", maxlength: "maxlength", tooltip: "tooltip", tooltipPosition: "tooltipPosition", tooltipPositionStyle: "tooltipPositionStyle", tooltipStyleClass: "tooltipStyleClass", autofocusFilter: "autofocusFilter", overlayDirection: "overlayDirection", disabled: "disabled", itemSize: "itemSize", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", filterValue: "filterValue", options: "options" }, outputs: { onChange: "onChange", onFilter: "onFilter", onFocus: "onFocus", onBlur: "onBlur", onClick: "onClick", onShow: "onShow", onHide: "onHide", onClear: "onClear", onLazyLoad: "onLazyLoad" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focused || overlayVisible" }, classAttribute: "p-element p-inputwrapper" }, providers: [DROPDOWN_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "filterViewChild", first: true, predicate: ["filter"], descendants: true }, { propertyName: "accessibleViewChild", first: true, predicate: ["in"], descendants: true }, { propertyName: "editableInputViewChild", first: true, predicate: ["editableInput"], descendants: true }, { propertyName: "itemsViewChild", first: true, predicate: ["items"], descendants: true }, { propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }, { propertyName: "overlayViewChild", first: true, predicate: ["overlay"], descendants: true }], ngImport: i0, template: `
1210
1210
  <div
1211
1211
  #container
1212
1212
  [ngClass]="{ 'p-dropdown p-component': true, 'p-disabled': disabled, 'p-dropdown-open': overlayVisible, 'p-focus': focused, 'p-dropdown-clearable': showClear && !disabled }"
@@ -1398,7 +1398,7 @@ class Dropdown {
1398
1398
  `, isInline: true, styles: [".p-dropdown{display:inline-flex;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.p-dropdown-clear-icon{position:absolute;top:50%;margin-top:-.5rem}.p-dropdown-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-dropdown-label-empty{overflow:hidden;visibility:hidden}input.p-dropdown-label{cursor:default}.p-dropdown-items-wrapper{overflow:auto}.p-dropdown-item{cursor:pointer;font-weight:400;white-space:nowrap;position:relative;overflow:hidden}.p-dropdown-items{margin:0;padding:0;list-style-type:none}.p-dropdown-filter{width:100%}.p-dropdown-filter-container{position:relative}.p-dropdown-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-dropdown{display:flex}.p-fluid .p-dropdown .p-dropdown-label{width:1%}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i1.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgForOf; }), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgStyle; }), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(function () { return i4.Overlay; }), selector: "p-overlay", inputs: ["visible", "mode", "style", "styleClass", "contentStyle", "contentStyleClass", "target", "appendTo", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "listener", "responsive", "options"], outputs: ["visibleChange", "onBeforeShow", "onShow", "onBeforeHide", "onHide", "onAnimationStart", "onAnimationDone"] }, { kind: "directive", type: i0.forwardRef(function () { return i3.PrimeTemplate; }), selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i0.forwardRef(function () { return i5.Tooltip; }), selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "component", type: i0.forwardRef(function () { return i6.Scroller; }), selector: "p-scroller", inputs: ["id", "style", "styleClass", "tabindex", "items", "itemSize", "scrollHeight", "scrollWidth", "orientation", "step", "delay", "resizeDelay", "appendOnly", "inline", "lazy", "disabled", "loaderDisabled", "columns", "showSpacer", "showLoader", "numToleratedItems", "loading", "autoSize", "trackBy", "options"], outputs: ["onLazyLoad", "onScroll", "onScrollIndexChange"] }, { kind: "directive", type: i0.forwardRef(function () { return i7.AutoFocus; }), selector: "[pAutoFocus]", inputs: ["autofocus"] }, { kind: "component", type: i0.forwardRef(function () { return TimesIcon; }), selector: "TimesIcon" }, { kind: "component", type: i0.forwardRef(function () { return ChevronDownIcon; }), selector: "ChevronDownIcon" }, { kind: "component", type: i0.forwardRef(function () { return SearchIcon; }), selector: "SearchIcon" }, { kind: "component", type: i0.forwardRef(function () { return DropdownItem; }), selector: "p-dropdownItem", inputs: ["option", "selected", "label", "disabled", "visible", "itemSize", "template"], outputs: ["onClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1399
1399
  }
1400
1400
  export { Dropdown };
1401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Dropdown, decorators: [{
1401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: Dropdown, decorators: [{
1402
1402
  type: Component,
1403
1403
  args: [{ selector: 'p-dropdown', template: `
1404
1404
  <div
@@ -1750,12 +1750,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
1750
1750
  args: [PrimeTemplate]
1751
1751
  }] } });
1752
1752
  class DropdownModule {
1753
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1754
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: DropdownModule, declarations: [Dropdown, DropdownItem], imports: [CommonModule, OverlayModule, SharedModule, TooltipModule, RippleModule, ScrollerModule, AutoFocusModule, TimesIcon, ChevronDownIcon, SearchIcon], exports: [Dropdown, OverlayModule, SharedModule, ScrollerModule] });
1755
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DropdownModule, imports: [CommonModule, OverlayModule, SharedModule, TooltipModule, RippleModule, ScrollerModule, AutoFocusModule, TimesIcon, ChevronDownIcon, SearchIcon, OverlayModule, SharedModule, ScrollerModule] });
1753
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1754
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: DropdownModule, declarations: [Dropdown, DropdownItem], imports: [CommonModule, OverlayModule, SharedModule, TooltipModule, RippleModule, ScrollerModule, AutoFocusModule, TimesIcon, ChevronDownIcon, SearchIcon], exports: [Dropdown, OverlayModule, SharedModule, ScrollerModule] });
1755
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DropdownModule, imports: [CommonModule, OverlayModule, SharedModule, TooltipModule, RippleModule, ScrollerModule, AutoFocusModule, TimesIcon, ChevronDownIcon, SearchIcon, OverlayModule, SharedModule, ScrollerModule] });
1756
1756
  }
1757
1757
  export { DropdownModule };
1758
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DropdownModule, decorators: [{
1758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DropdownModule, decorators: [{
1759
1759
  type: NgModule,
1760
1760
  args: [{
1761
1761
  imports: [CommonModule, OverlayModule, SharedModule, TooltipModule, RippleModule, ScrollerModule, AutoFocusModule, TimesIcon, ChevronDownIcon, SearchIcon],
@@ -63,11 +63,11 @@ class DialogService {
63
63
  dialogComponentRef.destroy();
64
64
  this.dialogComponentRefMap.delete(dialogRef);
65
65
  }
66
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DialogService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
67
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DialogService });
66
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DialogService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
67
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DialogService });
68
68
  }
69
69
  export { DialogService };
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: DialogService, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: DialogService, decorators: [{
71
71
  type: Injectable
72
72
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.ApplicationRef }, { type: i0.Injector }, { type: Document, decorators: [{
73
73
  type: Inject,
@@ -115,5 +115,9 @@ export class DynamicDialogConfig {
115
115
  * Position of the dialog, options are "center", "top", "bottom", "left", "right", "top-left", "top-right", "bottom-left" or "bottom-right".
116
116
  */
117
117
  position;
118
+ /**
119
+ * Defines a string that labels the close button for accessibility.
120
+ */
121
+ closeAriaLabel;
118
122
  }
119
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pY2RpYWxvZy1jb25maWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXBwL2NvbXBvbmVudHMvZHluYW1pY2RpYWxvZy9keW5hbWljZGlhbG9nLWNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFDSCxNQUFNLE9BQU8sbUJBQW1CO0lBQzVCOztPQUVHO0lBQ0gsSUFBSSxDQUFLO0lBQ1Q7O09BRUc7SUFDSCxNQUFNLENBQVU7SUFDaEI7O09BRUc7SUFDSCxjQUFjLENBQVU7SUFDeEI7O09BRUc7SUFDSCxNQUFNLENBQVU7SUFDaEI7O09BRUc7SUFDSCxLQUFLLENBQVU7SUFDZjs7T0FFRztJQUNILE1BQU0sQ0FBVTtJQUNoQjs7T0FFRztJQUNILGFBQWEsQ0FBVztJQUN4Qjs7T0FFRztJQUNILFVBQVUsQ0FBVTtJQUNwQjs7T0FFRztJQUNILFVBQVUsQ0FBVztJQUNyQjs7T0FFRztJQUNILGVBQWUsQ0FBVztJQUMxQjs7T0FFRztJQUNILEdBQUcsQ0FBVztJQUNkOztPQUVHO0lBQ0gsS0FBSyxDQUErQztJQUNwRDs7T0FFRztJQUNILFlBQVksQ0FBK0M7SUFDM0Q7O09BRUc7SUFDSCxVQUFVLENBQVU7SUFDcEI7O09BRUc7SUFDSCxpQkFBaUIsQ0FBVTtJQUMzQjs7T0FFRztJQUNILFFBQVEsQ0FBVztJQUNuQjs7T0FFRztJQUNILFVBQVUsQ0FBVztJQUNyQjs7T0FFRztJQUNILEtBQUssQ0FBVztJQUNoQjs7T0FFRztJQUNILGNBQWMsQ0FBVTtJQUN4Qjs7T0FFRztJQUNILFNBQVMsQ0FBVztJQUNwQjs7T0FFRztJQUNILFNBQVMsQ0FBVztJQUNwQjs7T0FFRztJQUNILGNBQWMsQ0FBVztJQUN6Qjs7T0FFRztJQUNILElBQUksQ0FBVTtJQUNkOztPQUVHO0lBQ0gsSUFBSSxDQUFVO0lBQ2Q7O09BRUc7SUFDSCxXQUFXLENBQVc7SUFDdEI7O09BRUc7SUFDSCxZQUFZLENBQVU7SUFDdEI7O09BRUc7SUFDSCxZQUFZLENBQVU7SUFDdEI7O09BRUc7SUFDSCxRQUFRLENBQVU7Q0FDckIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIERpYWxvZ3MgY2FuIGJlIGNyZWF0ZWQgZHluYW1pY2FsbHkgd2l0aCBhbnkgY29tcG9uZW50IGFzIHRoZSBjb250ZW50IHVzaW5nIGEgRGlhbG9nU2VydmljZS5cbiAqIEBncm91cCBJbnRlcmZhY2VcbiAqL1xuZXhwb3J0IGNsYXNzIER5bmFtaWNEaWFsb2dDb25maWc8VCA9IGFueT4ge1xuICAgIC8qKlxuICAgICAqIEFuIG9iamVjdCB0byBwYXNzIHRvIHRoZSBjb21wb25lbnQgbG9hZGVkIGluc2lkZSB0aGUgRGlhbG9nLlxuICAgICAqL1xuICAgIGRhdGE/OiBUO1xuICAgIC8qKlxuICAgICAqIEhlYWRlciB0ZXh0IG9mIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgaGVhZGVyPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIElkZW50aWZpZXMgdGhlIGVsZW1lbnQgKG9yIGVsZW1lbnRzKSB0aGF0IGxhYmVscyB0aGUgZWxlbWVudCBpdCBpcyBhcHBsaWVkIHRvLlxuICAgICAqL1xuICAgIGFyaWFMYWJlbGxlZEJ5Pzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIEZvb3RlciB0ZXh0IG9mIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgZm9vdGVyPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIFdpZHRoIG9mIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgd2lkdGg/OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogSGVpZ2h0IG9mIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgaGVpZ2h0Pzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIFNwZWNpZmllcyBpZiBwcmVzc2luZyBlc2NhcGUga2V5IHNob3VsZCBoaWRlIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgY2xvc2VPbkVzY2FwZT86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogQmFzZSB6SW5kZXggdmFsdWUgdG8gdXNlIGluIGxheWVyaW5nLlxuICAgICAqL1xuICAgIGJhc2VaSW5kZXg/OiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogV2hldGhlciB0byBhdXRvbWF0aWNhbGx5IG1hbmFnZSBsYXllcmluZy5cbiAgICAgKi9cbiAgICBhdXRvWkluZGV4PzogYm9vbGVhbjtcbiAgICAvKipcbiAgICAgKiBTcGVjaWZpZXMgaWYgY2xpY2tpbmcgdGhlIG1vZGFsIGJhY2tncm91bmQgc2hvdWxkIGhpZGUgdGhlIGRpYWxvZy5cbiAgICAgKi9cbiAgICBkaXNtaXNzYWJsZU1hc2s/OiBib29sZWFuO1xuICAgIC8qKlxuICAgICAqIElubGluZSBzdHlsZSBvZiB0aGUgY29tcG9uZW50LlxuICAgICAqL1xuICAgIHJ0bD86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogSW5saW5lIHN0eWxlIG9mIHRoZSBjb21vcG5lbnQuXG4gICAgICovXG4gICAgc3R5bGU/OiB7IFtrbGFzczogc3RyaW5nXTogYW55IH0gfCBudWxsIHwgdW5kZWZpbmVkO1xuICAgIC8qKlxuICAgICAqIElubGluZSBzdHlsZSBvZiB0aGUgY29udGVudC5cbiAgICAgKi9cbiAgICBjb250ZW50U3R5bGU/OiB7IFtrbGFzczogc3RyaW5nXTogYW55IH0gfCBudWxsIHwgdW5kZWZpbmVkO1xuICAgIC8qKlxuICAgICAqIFN0eWxlIGNsYXNzIG9mIHRoZSBjb21wb25lbnQuXG4gICAgICovXG4gICAgc3R5bGVDbGFzcz86IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBUcmFuc2l0aW9uIG9wdGlvbnMgb2YgdGhlIGFuaW1hdGlvbi5cbiAgICAgKi9cbiAgICB0cmFuc2l0aW9uT3B0aW9ucz86IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBBZGRzIGEgY2xvc2UgaWNvbiB0byB0aGUgaGVhZGVyIHRvIGhpZGUgdGhlIGRpYWxvZy5cbiAgICAgKi9cbiAgICBjbG9zYWJsZT86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogV2hldGhlciB0byBzaG93IHRoZSBoZWFkZXIgb3Igbm90LlxuICAgICAqL1xuICAgIHNob3dIZWFkZXI/OiBib29sZWFuO1xuICAgIC8qKlxuICAgICAqIERlZmluZXMgaWYgYmFja2dyb3VuZCBzaG91bGQgYmUgYmxvY2tlZCB3aGVuIGRpYWxvZyBpcyBkaXNwbGF5ZWQuXG4gICAgICovXG4gICAgbW9kYWw/OiBib29sZWFuO1xuICAgIC8qKlxuICAgICAqIFN0eWxlIGNsYXNzIG9mIHRoZSBtYXNrLlxuICAgICAqL1xuICAgIG1hc2tTdHlsZUNsYXNzPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIEVuYWJsZXMgcmVzaXppbmcgb2YgdGhlIGNvbnRlbnQuXG4gICAgICovXG4gICAgcmVzaXphYmxlPzogYm9vbGVhbjtcbiAgICAvKipcbiAgICAgKiBFbmFibGVzIGRyYWdnaW5nIHRvIGNoYW5nZSB0aGUgcG9zaXRpb24gdXNpbmcgaGVhZGVyLlxuICAgICAqL1xuICAgIGRyYWdnYWJsZT86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogS2VlcHMgZGlhbG9nIGluIHRoZSB2aWV3cG9ydC5cbiAgICAgKi9cbiAgICBrZWVwSW5WaWV3cG9ydD86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogTWluaW11bSB2YWx1ZSBmb3IgdGhlIGxlZnQgY29vcmRpbmF0ZSBvZiBkaWFsb2cgaW4gZHJhZ2dpbmcuXG4gICAgICovXG4gICAgbWluWD86IG51bWJlcjtcbiAgICAvKipcbiAgICAgKiBNaW5pbXVtIHZhbHVlIGZvciB0aGUgdG9wIGNvb3JkaW5hdGUgb2YgZGlhbG9nIGluIGRyYWdnaW5nLlxuICAgICAqL1xuICAgIG1pblk/OiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogV2hldGhlciB0aGUgZGlhbG9nIGNhbiBiZSBkaXNwbGF5ZWQgZnVsbCBzY3JlZW4uXG4gICAgICovXG4gICAgbWF4aW1pemFibGU/OiBib29sZWFuO1xuICAgIC8qKlxuICAgICAqIE5hbWUgb2YgdGhlIG1heGltaXplIGljb24uXG4gICAgICovXG4gICAgbWF4aW1pemVJY29uPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIE5hbWUgb2YgdGhlIG1pbmltaXplIGljb24uXG4gICAgICovXG4gICAgbWluaW1pemVJY29uPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIFBvc2l0aW9uIG9mIHRoZSBkaWFsb2csIG9wdGlvbnMgYXJlIFwiY2VudGVyXCIsIFwidG9wXCIsIFwiYm90dG9tXCIsIFwibGVmdFwiLCBcInJpZ2h0XCIsIFwidG9wLWxlZnRcIiwgXCJ0b3AtcmlnaHRcIiwgXCJib3R0b20tbGVmdFwiIG9yIFwiYm90dG9tLXJpZ2h0XCIuXG4gICAgICovXG4gICAgcG9zaXRpb24/OiBzdHJpbmc7XG59XG4iXX0=
123
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pY2RpYWxvZy1jb25maWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvYXBwL2NvbXBvbmVudHMvZHluYW1pY2RpYWxvZy9keW5hbWljZGlhbG9nLWNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFDSCxNQUFNLE9BQU8sbUJBQW1CO0lBQzVCOztPQUVHO0lBQ0gsSUFBSSxDQUFLO0lBQ1Q7O09BRUc7SUFDSCxNQUFNLENBQVU7SUFDaEI7O09BRUc7SUFDSCxjQUFjLENBQVU7SUFDeEI7O09BRUc7SUFDSCxNQUFNLENBQVU7SUFDaEI7O09BRUc7SUFDSCxLQUFLLENBQVU7SUFDZjs7T0FFRztJQUNILE1BQU0sQ0FBVTtJQUNoQjs7T0FFRztJQUNILGFBQWEsQ0FBVztJQUN4Qjs7T0FFRztJQUNILFVBQVUsQ0FBVTtJQUNwQjs7T0FFRztJQUNILFVBQVUsQ0FBVztJQUNyQjs7T0FFRztJQUNILGVBQWUsQ0FBVztJQUMxQjs7T0FFRztJQUNILEdBQUcsQ0FBVztJQUNkOztPQUVHO0lBQ0gsS0FBSyxDQUErQztJQUNwRDs7T0FFRztJQUNILFlBQVksQ0FBK0M7SUFDM0Q7O09BRUc7SUFDSCxVQUFVLENBQVU7SUFDcEI7O09BRUc7SUFDSCxpQkFBaUIsQ0FBVTtJQUMzQjs7T0FFRztJQUNILFFBQVEsQ0FBVztJQUNuQjs7T0FFRztJQUNILFVBQVUsQ0FBVztJQUNyQjs7T0FFRztJQUNILEtBQUssQ0FBVztJQUNoQjs7T0FFRztJQUNILGNBQWMsQ0FBVTtJQUN4Qjs7T0FFRztJQUNILFNBQVMsQ0FBVztJQUNwQjs7T0FFRztJQUNILFNBQVMsQ0FBVztJQUNwQjs7T0FFRztJQUNILGNBQWMsQ0FBVztJQUN6Qjs7T0FFRztJQUNILElBQUksQ0FBVTtJQUNkOztPQUVHO0lBQ0gsSUFBSSxDQUFVO0lBQ2Q7O09BRUc7SUFDSCxXQUFXLENBQVc7SUFDdEI7O09BRUc7SUFDSCxZQUFZLENBQVU7SUFDdEI7O09BRUc7SUFDSCxZQUFZLENBQVU7SUFDdEI7O09BRUc7SUFDSCxRQUFRLENBQVU7SUFDbEI7O09BRUc7SUFDSCxjQUFjLENBQVU7Q0FDM0IiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIERpYWxvZ3MgY2FuIGJlIGNyZWF0ZWQgZHluYW1pY2FsbHkgd2l0aCBhbnkgY29tcG9uZW50IGFzIHRoZSBjb250ZW50IHVzaW5nIGEgRGlhbG9nU2VydmljZS5cbiAqIEBncm91cCBJbnRlcmZhY2VcbiAqL1xuZXhwb3J0IGNsYXNzIER5bmFtaWNEaWFsb2dDb25maWc8VCA9IGFueT4ge1xuICAgIC8qKlxuICAgICAqIEFuIG9iamVjdCB0byBwYXNzIHRvIHRoZSBjb21wb25lbnQgbG9hZGVkIGluc2lkZSB0aGUgRGlhbG9nLlxuICAgICAqL1xuICAgIGRhdGE/OiBUO1xuICAgIC8qKlxuICAgICAqIEhlYWRlciB0ZXh0IG9mIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgaGVhZGVyPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIElkZW50aWZpZXMgdGhlIGVsZW1lbnQgKG9yIGVsZW1lbnRzKSB0aGF0IGxhYmVscyB0aGUgZWxlbWVudCBpdCBpcyBhcHBsaWVkIHRvLlxuICAgICAqL1xuICAgIGFyaWFMYWJlbGxlZEJ5Pzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIEZvb3RlciB0ZXh0IG9mIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgZm9vdGVyPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIFdpZHRoIG9mIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgd2lkdGg/OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogSGVpZ2h0IG9mIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgaGVpZ2h0Pzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIFNwZWNpZmllcyBpZiBwcmVzc2luZyBlc2NhcGUga2V5IHNob3VsZCBoaWRlIHRoZSBkaWFsb2cuXG4gICAgICovXG4gICAgY2xvc2VPbkVzY2FwZT86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogQmFzZSB6SW5kZXggdmFsdWUgdG8gdXNlIGluIGxheWVyaW5nLlxuICAgICAqL1xuICAgIGJhc2VaSW5kZXg/OiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogV2hldGhlciB0byBhdXRvbWF0aWNhbGx5IG1hbmFnZSBsYXllcmluZy5cbiAgICAgKi9cbiAgICBhdXRvWkluZGV4PzogYm9vbGVhbjtcbiAgICAvKipcbiAgICAgKiBTcGVjaWZpZXMgaWYgY2xpY2tpbmcgdGhlIG1vZGFsIGJhY2tncm91bmQgc2hvdWxkIGhpZGUgdGhlIGRpYWxvZy5cbiAgICAgKi9cbiAgICBkaXNtaXNzYWJsZU1hc2s/OiBib29sZWFuO1xuICAgIC8qKlxuICAgICAqIElubGluZSBzdHlsZSBvZiB0aGUgY29tcG9uZW50LlxuICAgICAqL1xuICAgIHJ0bD86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogSW5saW5lIHN0eWxlIG9mIHRoZSBjb21vcG5lbnQuXG4gICAgICovXG4gICAgc3R5bGU/OiB7IFtrbGFzczogc3RyaW5nXTogYW55IH0gfCBudWxsIHwgdW5kZWZpbmVkO1xuICAgIC8qKlxuICAgICAqIElubGluZSBzdHlsZSBvZiB0aGUgY29udGVudC5cbiAgICAgKi9cbiAgICBjb250ZW50U3R5bGU/OiB7IFtrbGFzczogc3RyaW5nXTogYW55IH0gfCBudWxsIHwgdW5kZWZpbmVkO1xuICAgIC8qKlxuICAgICAqIFN0eWxlIGNsYXNzIG9mIHRoZSBjb21wb25lbnQuXG4gICAgICovXG4gICAgc3R5bGVDbGFzcz86IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBUcmFuc2l0aW9uIG9wdGlvbnMgb2YgdGhlIGFuaW1hdGlvbi5cbiAgICAgKi9cbiAgICB0cmFuc2l0aW9uT3B0aW9ucz86IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBBZGRzIGEgY2xvc2UgaWNvbiB0byB0aGUgaGVhZGVyIHRvIGhpZGUgdGhlIGRpYWxvZy5cbiAgICAgKi9cbiAgICBjbG9zYWJsZT86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogV2hldGhlciB0byBzaG93IHRoZSBoZWFkZXIgb3Igbm90LlxuICAgICAqL1xuICAgIHNob3dIZWFkZXI/OiBib29sZWFuO1xuICAgIC8qKlxuICAgICAqIERlZmluZXMgaWYgYmFja2dyb3VuZCBzaG91bGQgYmUgYmxvY2tlZCB3aGVuIGRpYWxvZyBpcyBkaXNwbGF5ZWQuXG4gICAgICovXG4gICAgbW9kYWw/OiBib29sZWFuO1xuICAgIC8qKlxuICAgICAqIFN0eWxlIGNsYXNzIG9mIHRoZSBtYXNrLlxuICAgICAqL1xuICAgIG1hc2tTdHlsZUNsYXNzPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIEVuYWJsZXMgcmVzaXppbmcgb2YgdGhlIGNvbnRlbnQuXG4gICAgICovXG4gICAgcmVzaXphYmxlPzogYm9vbGVhbjtcbiAgICAvKipcbiAgICAgKiBFbmFibGVzIGRyYWdnaW5nIHRvIGNoYW5nZSB0aGUgcG9zaXRpb24gdXNpbmcgaGVhZGVyLlxuICAgICAqL1xuICAgIGRyYWdnYWJsZT86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogS2VlcHMgZGlhbG9nIGluIHRoZSB2aWV3cG9ydC5cbiAgICAgKi9cbiAgICBrZWVwSW5WaWV3cG9ydD86IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogTWluaW11bSB2YWx1ZSBmb3IgdGhlIGxlZnQgY29vcmRpbmF0ZSBvZiBkaWFsb2cgaW4gZHJhZ2dpbmcuXG4gICAgICovXG4gICAgbWluWD86IG51bWJlcjtcbiAgICAvKipcbiAgICAgKiBNaW5pbXVtIHZhbHVlIGZvciB0aGUgdG9wIGNvb3JkaW5hdGUgb2YgZGlhbG9nIGluIGRyYWdnaW5nLlxuICAgICAqL1xuICAgIG1pblk/OiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogV2hldGhlciB0aGUgZGlhbG9nIGNhbiBiZSBkaXNwbGF5ZWQgZnVsbCBzY3JlZW4uXG4gICAgICovXG4gICAgbWF4aW1pemFibGU/OiBib29sZWFuO1xuICAgIC8qKlxuICAgICAqIE5hbWUgb2YgdGhlIG1heGltaXplIGljb24uXG4gICAgICovXG4gICAgbWF4aW1pemVJY29uPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIE5hbWUgb2YgdGhlIG1pbmltaXplIGljb24uXG4gICAgICovXG4gICAgbWluaW1pemVJY29uPzogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIFBvc2l0aW9uIG9mIHRoZSBkaWFsb2csIG9wdGlvbnMgYXJlIFwiY2VudGVyXCIsIFwidG9wXCIsIFwiYm90dG9tXCIsIFwibGVmdFwiLCBcInJpZ2h0XCIsIFwidG9wLWxlZnRcIiwgXCJ0b3AtcmlnaHRcIiwgXCJib3R0b20tbGVmdFwiIG9yIFwiYm90dG9tLXJpZ2h0XCIuXG4gICAgICovXG4gICAgcG9zaXRpb24/OiBzdHJpbmc7XG4gICAgLyoqXG4gICAgICogRGVmaW5lcyBhIHN0cmluZyB0aGF0IGxhYmVscyB0aGUgY2xvc2UgYnV0dG9uIGZvciBhY2Nlc3NpYmlsaXR5LlxuICAgICAqL1xuICAgIGNsb3NlQXJpYUxhYmVsPzogc3RyaW5nO1xufVxuIl19