primevue 2.6.0 → 2.7.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 (511) hide show
  1. package/accordion/accordion.common.js +1 -1
  2. package/accordion/accordion.umd.js +1 -1
  3. package/accordiontab/accordiontab.common.js +1 -1
  4. package/accordiontab/accordiontab.umd.js +1 -1
  5. package/autocomplete/autocomplete.common.js +7 -2
  6. package/autocomplete/autocomplete.umd.js +7 -2
  7. package/autocomplete/autocomplete.umd.min.js +1 -1
  8. package/avatar/avatar.common.js +1 -1
  9. package/avatar/avatar.umd.js +1 -1
  10. package/avatargroup/avatargroup.common.js +1 -1
  11. package/avatargroup/avatargroup.umd.js +1 -1
  12. package/badge/badge.common.js +1 -1
  13. package/badge/badge.umd.js +1 -1
  14. package/blockui/blockui.common.js +1 -1
  15. package/blockui/blockui.umd.js +1 -1
  16. package/breadcrumb/BreadcrumbItem.vue +5 -2
  17. package/breadcrumb/breadcrumb.common.js +11 -8
  18. package/breadcrumb/breadcrumb.umd.js +11 -8
  19. package/breadcrumb/breadcrumb.umd.min.js +1 -1
  20. package/breadcrumb/breadcrumbitem.common.js +6 -3
  21. package/breadcrumb/breadcrumbitem.umd.js +6 -3
  22. package/breadcrumb/breadcrumbitem.umd.min.js +1 -1
  23. package/button/button.common.js +1 -1
  24. package/button/button.umd.js +1 -1
  25. package/calendar/Calendar.d.ts +5 -0
  26. package/calendar/Calendar.vue +313 -54
  27. package/calendar/calendar.common.js +327 -36
  28. package/calendar/calendar.umd.js +327 -36
  29. package/calendar/calendar.umd.min.js +1 -1
  30. package/card/card.common.js +1 -1
  31. package/card/card.umd.js +1 -1
  32. package/carousel/Carousel.vue +2 -2
  33. package/carousel/carousel.common.js +3 -3
  34. package/carousel/carousel.umd.js +3 -3
  35. package/carousel/carousel.umd.min.js +1 -1
  36. package/cascadeselect/CascadeSelect.d.ts +4 -4
  37. package/cascadeselect/cascadeselect.common.js +6 -2
  38. package/cascadeselect/cascadeselect.umd.js +6 -2
  39. package/cascadeselect/cascadeselect.umd.min.js +1 -1
  40. package/cascadeselect/cascadeselectsub.common.js +5 -1
  41. package/cascadeselect/cascadeselectsub.umd.js +5 -1
  42. package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
  43. package/chart/Chart.vue +5 -2
  44. package/chart/chart.common.js +7 -4
  45. package/chart/chart.umd.js +7 -4
  46. package/chart/chart.umd.min.js +1 -1
  47. package/checkbox/checkbox.common.js +5 -1
  48. package/checkbox/checkbox.umd.js +5 -1
  49. package/checkbox/checkbox.umd.min.js +1 -1
  50. package/chip/chip.common.js +1 -1
  51. package/chip/chip.umd.js +1 -1
  52. package/chips/chips.common.js +1 -1
  53. package/chips/chips.umd.js +1 -1
  54. package/colorpicker/colorpicker.common.js +1 -1
  55. package/colorpicker/colorpicker.umd.js +1 -1
  56. package/columngroup/columngroup.common.js +1 -1
  57. package/columngroup/columngroup.umd.js +1 -1
  58. package/common/Common.css +8 -4
  59. package/config/primevue.common.js +4 -0
  60. package/config/primevue.umd.js +4 -0
  61. package/config/primevue.umd.min.js +1 -1
  62. package/{confirmationservice → confirmationeventbus}/ConfirmationEventBus.js +3 -3
  63. package/confirmationeventbus/confirmationeventbus.common.js +1777 -0
  64. package/confirmationeventbus/confirmationeventbus.umd.js +1787 -0
  65. package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -0
  66. package/confirmationeventbus/demo.html +8 -0
  67. package/confirmationeventbus/index.d.ts +1 -0
  68. package/confirmationeventbus/index.js +2 -0
  69. package/confirmationservice/ConfirmationService.js +1 -1
  70. package/confirmationservice/confirmationservice.common.js +1609 -6
  71. package/confirmationservice/confirmationservice.umd.js +1609 -6
  72. package/confirmationservice/confirmationservice.umd.min.js +1 -1
  73. package/confirmdialog/ConfirmDialog.vue +9 -3
  74. package/confirmdialog/confirmdialog.common.js +396 -17
  75. package/confirmdialog/confirmdialog.umd.js +396 -17
  76. package/confirmdialog/confirmdialog.umd.min.js +1 -1
  77. package/confirmpopup/ConfirmPopup.d.ts +4 -1
  78. package/confirmpopup/ConfirmPopup.vue +9 -6
  79. package/confirmpopup/confirmpopup.common.js +508 -13
  80. package/confirmpopup/confirmpopup.umd.js +508 -13
  81. package/confirmpopup/confirmpopup.umd.min.js +1 -1
  82. package/contextmenu/ContextMenuSub.vue +8 -5
  83. package/contextmenu/contextmenu.common.js +11 -8
  84. package/contextmenu/contextmenu.umd.js +11 -8
  85. package/contextmenu/contextmenu.umd.min.js +1 -1
  86. package/contextmenu/contextmenusub.common.js +7 -4
  87. package/contextmenu/contextmenusub.umd.js +7 -4
  88. package/contextmenu/contextmenusub.umd.min.js +1 -1
  89. package/contextmenu/demo.html +4 -3
  90. package/datatable/BodyCell.vue +1 -0
  91. package/datatable/DataTable.d.ts +9 -9
  92. package/datatable/DataTable.vue +19 -15
  93. package/datatable/TableBody.vue +5 -1
  94. package/datatable/bodycell.common.js +10 -5
  95. package/datatable/bodycell.umd.js +10 -5
  96. package/datatable/bodycell.umd.min.js +1 -1
  97. package/datatable/datatable.common.js +79 -48
  98. package/datatable/datatable.umd.js +79 -48
  99. package/datatable/datatable.umd.min.js +1 -1
  100. package/datatable/headercheckbox.common.js +1 -1
  101. package/datatable/headercheckbox.umd.js +1 -1
  102. package/datatable/rowcheckbox.common.js +1 -1
  103. package/datatable/rowcheckbox.umd.js +1 -1
  104. package/datatable/rowradiobutton.common.js +1 -1
  105. package/datatable/rowradiobutton.umd.js +1 -1
  106. package/datatable/scrollableview.common.js +2 -2
  107. package/datatable/scrollableview.umd.js +2 -2
  108. package/datatable/tablebody.common.js +20 -11
  109. package/datatable/tablebody.umd.js +20 -11
  110. package/datatable/tablebody.umd.min.js +1 -1
  111. package/datatable/tablefooter.common.js +1 -1
  112. package/datatable/tablefooter.umd.js +1 -1
  113. package/datatable/tableheader.common.js +2 -2
  114. package/datatable/tableheader.umd.js +2 -2
  115. package/datatable/tableloadingbody.common.js +1 -1
  116. package/datatable/tableloadingbody.umd.js +1 -1
  117. package/dataview/DataView.d.ts +2 -2
  118. package/dataview/DataView.vue +8 -8
  119. package/dataview/dataview.common.js +50 -29
  120. package/dataview/dataview.umd.js +50 -29
  121. package/dataview/dataview.umd.min.js +1 -1
  122. package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
  123. package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
  124. package/deferredcontent/deferredcontent.common.js +1 -1
  125. package/deferredcontent/deferredcontent.umd.js +1 -1
  126. package/dialog/dialog.common.js +5 -1
  127. package/dialog/dialog.umd.js +5 -1
  128. package/dialog/dialog.umd.min.js +1 -1
  129. package/divider/divider.common.js +1 -1
  130. package/divider/divider.umd.js +1 -1
  131. package/dock/dock.common.js +2 -2
  132. package/dock/dock.umd.js +2 -2
  133. package/dock/docksub.common.js +1 -1
  134. package/dock/docksub.umd.js +1 -1
  135. package/dropdown/Dropdown.d.ts +3 -3
  136. package/dropdown/dropdown.common.js +5 -1
  137. package/dropdown/dropdown.umd.js +5 -1
  138. package/dropdown/dropdown.umd.min.js +1 -1
  139. package/editor/editor.common.js +1 -1
  140. package/editor/editor.umd.js +1 -1
  141. package/fieldset/fieldset.common.js +1 -1
  142. package/fieldset/fieldset.umd.js +1 -1
  143. package/fileupload/fileupload.common.js +23 -17
  144. package/fileupload/fileupload.umd.js +23 -17
  145. package/fileupload/fileupload.umd.min.js +1 -1
  146. package/fullcalendar/fullcalendar.common.js +343 -129
  147. package/fullcalendar/fullcalendar.umd.js +343 -129
  148. package/fullcalendar/fullcalendar.umd.min.js +4 -4
  149. package/galleria/galleria.common.js +8 -4
  150. package/galleria/galleria.umd.js +8 -4
  151. package/galleria/galleria.umd.min.js +1 -1
  152. package/galleria/galleriacontent.common.js +3 -3
  153. package/galleria/galleriacontent.umd.js +3 -3
  154. package/galleria/galleriaitem.common.js +1 -1
  155. package/galleria/galleriaitem.umd.js +1 -1
  156. package/galleria/galleriathumbnails.common.js +1 -1
  157. package/galleria/galleriathumbnails.umd.js +1 -1
  158. package/imagepreview/imagepreview.common.js +1 -1
  159. package/imagepreview/imagepreview.umd.js +1 -1
  160. package/inlinemessage/inlinemessage.common.js +1 -1
  161. package/inlinemessage/inlinemessage.umd.js +1 -1
  162. package/inplace/inplace.common.js +2 -2
  163. package/inplace/inplace.umd.js +2 -2
  164. package/inputmask/inputmask.common.js +5 -1
  165. package/inputmask/inputmask.umd.js +5 -1
  166. package/inputmask/inputmask.umd.min.js +1 -1
  167. package/inputnumber/InputNumber.vue +18 -3
  168. package/inputnumber/inputnumber.common.js +26 -6
  169. package/inputnumber/inputnumber.umd.js +26 -6
  170. package/inputnumber/inputnumber.umd.min.js +1 -1
  171. package/inputswitch/inputswitch.common.js +1 -1
  172. package/inputswitch/inputswitch.umd.js +1 -1
  173. package/inputtext/inputtext.common.js +5 -1
  174. package/inputtext/inputtext.umd.js +5 -1
  175. package/inputtext/inputtext.umd.min.js +1 -1
  176. package/knob/knob.common.js +1 -1
  177. package/knob/knob.umd.js +1 -1
  178. package/listbox/Listbox.d.ts +3 -3
  179. package/listbox/listbox.common.js +5 -1
  180. package/listbox/listbox.umd.js +5 -1
  181. package/listbox/listbox.umd.min.js +1 -1
  182. package/megamenu/MegaMenu.vue +12 -9
  183. package/megamenu/megamenu.common.js +8 -5
  184. package/megamenu/megamenu.umd.js +8 -5
  185. package/megamenu/megamenu.umd.min.js +1 -1
  186. package/menu/Menu.vue +7 -4
  187. package/menu/Menuitem.vue +5 -2
  188. package/menu/menu.common.js +16 -10
  189. package/menu/menu.umd.js +16 -10
  190. package/menu/menu.umd.min.js +1 -1
  191. package/menu/menuitem.common.js +6 -3
  192. package/menu/menuitem.umd.js +6 -3
  193. package/menu/menuitem.umd.min.js +1 -1
  194. package/menubar/MenubarSub.vue +8 -5
  195. package/menubar/menubar.common.js +11 -8
  196. package/menubar/menubar.umd.js +11 -8
  197. package/menubar/menubar.umd.min.js +1 -1
  198. package/menubar/menubarsub.common.js +7 -4
  199. package/menubar/menubarsub.umd.js +7 -4
  200. package/menubar/menubarsub.umd.min.js +1 -1
  201. package/message/Message.d.ts +1 -0
  202. package/message/Message.vue +5 -1
  203. package/message/message.common.js +7 -3
  204. package/message/message.umd.js +7 -3
  205. package/message/message.umd.min.js +1 -1
  206. package/multiselect/MultiSelect.d.ts +3 -3
  207. package/multiselect/multiselect.common.js +5 -1
  208. package/multiselect/multiselect.umd.js +5 -1
  209. package/multiselect/multiselect.umd.min.js +1 -1
  210. package/orderlist/OrderList.d.ts +2 -0
  211. package/orderlist/OrderList.vue +2 -0
  212. package/orderlist/orderlist.common.js +10 -4
  213. package/orderlist/orderlist.umd.js +10 -4
  214. package/orderlist/orderlist.umd.min.js +1 -1
  215. package/organizationchart/organizationchart.common.js +6 -2
  216. package/organizationchart/organizationchart.umd.js +6 -2
  217. package/organizationchart/organizationchart.umd.min.js +1 -1
  218. package/organizationchart/organizationchartnode.common.js +1 -1
  219. package/organizationchart/organizationchartnode.umd.js +1 -1
  220. package/overlaypanel/overlaypanel.common.js +1 -1
  221. package/overlaypanel/overlaypanel.umd.js +1 -1
  222. package/package.json +5 -1
  223. package/paginator/Paginator.d.ts +2 -2
  224. package/paginator/Paginator.vue +4 -4
  225. package/paginator/currentpagereport.common.js +1 -1
  226. package/paginator/currentpagereport.umd.js +1 -1
  227. package/paginator/firstpagelink.common.js +1 -1
  228. package/paginator/firstpagelink.umd.js +1 -1
  229. package/paginator/jumptopagedropdown.common.js +6 -2
  230. package/paginator/jumptopagedropdown.umd.js +6 -2
  231. package/paginator/jumptopagedropdown.umd.min.js +1 -1
  232. package/paginator/jumptopageinput.common.js +31 -11
  233. package/paginator/jumptopageinput.umd.js +31 -11
  234. package/paginator/jumptopageinput.umd.min.js +1 -1
  235. package/paginator/lastpagelink.common.js +1 -1
  236. package/paginator/lastpagelink.umd.js +1 -1
  237. package/paginator/nextpagelink.common.js +1 -1
  238. package/paginator/nextpagelink.umd.js +1 -1
  239. package/paginator/pagelinks.common.js +1 -1
  240. package/paginator/pagelinks.umd.js +1 -1
  241. package/paginator/paginator.common.js +44 -23
  242. package/paginator/paginator.umd.js +44 -23
  243. package/paginator/paginator.umd.min.js +1 -1
  244. package/paginator/prevpagelink.common.js +1 -1
  245. package/paginator/prevpagelink.umd.js +1 -1
  246. package/paginator/rowsperpagedropdown.common.js +6 -2
  247. package/paginator/rowsperpagedropdown.umd.js +6 -2
  248. package/paginator/rowsperpagedropdown.umd.min.js +1 -1
  249. package/panel/Panel.d.ts +1 -0
  250. package/panel/Panel.vue +1 -1
  251. package/panel/panel.common.js +2 -2
  252. package/panel/panel.umd.js +2 -2
  253. package/panelmenu/PanelMenu.vue +6 -3
  254. package/panelmenu/PanelMenuSub.vue +7 -4
  255. package/panelmenu/panelmenu.common.js +17 -11
  256. package/panelmenu/panelmenu.umd.js +17 -11
  257. package/panelmenu/panelmenu.umd.min.js +1 -1
  258. package/panelmenu/panelmenusub.common.js +7 -4
  259. package/panelmenu/panelmenusub.umd.js +7 -4
  260. package/panelmenu/panelmenusub.umd.min.js +1 -1
  261. package/password/password.common.js +6 -2
  262. package/password/password.umd.js +6 -2
  263. package/password/password.umd.min.js +1 -1
  264. package/picklist/PickList.d.ts +8 -0
  265. package/picklist/PickList.vue +13 -4
  266. package/picklist/picklist.common.js +17 -4
  267. package/picklist/picklist.umd.js +17 -4
  268. package/picklist/picklist.umd.min.js +1 -1
  269. package/progressbar/ProgressBar.vue +18 -14
  270. package/progressbar/progressbar.common.js +7 -5
  271. package/progressbar/progressbar.umd.js +7 -5
  272. package/progressbar/progressbar.umd.min.js +1 -1
  273. package/progressspinner/progressspinner.common.js +1 -1
  274. package/progressspinner/progressspinner.umd.js +1 -1
  275. package/radiobutton/radiobutton.common.js +5 -1
  276. package/radiobutton/radiobutton.umd.js +5 -1
  277. package/radiobutton/radiobutton.umd.min.js +1 -1
  278. package/rating/Rating.vue +1 -1
  279. package/rating/rating.common.js +3 -3
  280. package/rating/rating.umd.js +3 -3
  281. package/rating/rating.umd.min.js +1 -1
  282. package/resources/primevue.css +8 -4
  283. package/resources/primevue.min.css +1 -1
  284. package/resources/themes/arya-blue/theme.css +67 -23
  285. package/resources/themes/arya-green/theme.css +67 -23
  286. package/resources/themes/arya-orange/theme.css +67 -23
  287. package/resources/themes/arya-purple/theme.css +67 -23
  288. package/resources/themes/bootstrap4-dark-blue/theme.css +64 -27
  289. package/resources/themes/bootstrap4-dark-purple/theme.css +64 -27
  290. package/resources/themes/bootstrap4-light-blue/theme.css +64 -27
  291. package/resources/themes/bootstrap4-light-purple/theme.css +64 -27
  292. package/resources/themes/fluent-light/theme.css +71 -27
  293. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  294. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  295. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  296. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  297. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  298. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  299. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  300. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  301. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  302. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  303. package/resources/themes/lara-dark-blue/theme.css +5418 -0
  304. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  305. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  306. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  307. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  308. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  309. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  310. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  311. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  312. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  313. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  314. package/resources/themes/lara-dark-indigo/theme.css +5418 -0
  315. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  316. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  317. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  318. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  319. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  320. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  321. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  322. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  323. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  324. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  325. package/resources/themes/lara-dark-purple/theme.css +5418 -0
  326. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  327. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  328. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  329. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  330. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  331. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  332. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  333. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  334. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  335. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  336. package/resources/themes/lara-dark-teal/theme.css +5418 -0
  337. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  338. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  339. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  340. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  341. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  342. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  343. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  344. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  345. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  346. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  347. package/resources/themes/lara-light-blue/theme.css +5418 -0
  348. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  349. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  350. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  351. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  352. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  353. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  354. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  355. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  356. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  357. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  358. package/resources/themes/lara-light-indigo/theme.css +5418 -0
  359. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  360. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  361. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  362. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  363. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  364. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  365. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  366. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  367. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  368. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  369. package/resources/themes/lara-light-purple/theme.css +5418 -0
  370. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  371. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  372. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  373. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  374. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  375. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  376. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  377. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  378. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  379. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
  380. package/resources/themes/lara-light-teal/theme.css +5418 -0
  381. package/resources/themes/luna-amber/theme.css +64 -27
  382. package/resources/themes/luna-blue/theme.css +64 -27
  383. package/resources/themes/luna-green/theme.css +64 -27
  384. package/resources/themes/luna-pink/theme.css +64 -27
  385. package/resources/themes/md-dark-deeppurple/theme.css +255 -55
  386. package/resources/themes/md-dark-indigo/theme.css +255 -55
  387. package/resources/themes/md-light-deeppurple/theme.css +255 -55
  388. package/resources/themes/md-light-indigo/theme.css +255 -55
  389. package/resources/themes/mdc-dark-deeppurple/theme.css +255 -55
  390. package/resources/themes/mdc-dark-indigo/theme.css +255 -55
  391. package/resources/themes/mdc-light-deeppurple/theme.css +255 -55
  392. package/resources/themes/mdc-light-indigo/theme.css +255 -55
  393. package/resources/themes/nova/theme.css +64 -27
  394. package/resources/themes/nova-accent/theme.css +64 -27
  395. package/resources/themes/nova-alt/theme.css +64 -27
  396. package/resources/themes/nova-vue/theme.css +64 -27
  397. package/resources/themes/rhea/theme.css +64 -27
  398. package/resources/themes/saga-blue/theme.css +67 -23
  399. package/resources/themes/saga-green/theme.css +67 -23
  400. package/resources/themes/saga-orange/theme.css +67 -23
  401. package/resources/themes/saga-purple/theme.css +67 -23
  402. package/resources/themes/tailwind-light/theme.css +78 -26
  403. package/resources/themes/vela-blue/theme.css +67 -23
  404. package/resources/themes/vela-green/theme.css +67 -23
  405. package/resources/themes/vela-orange/theme.css +67 -23
  406. package/resources/themes/vela-purple/theme.css +67 -23
  407. package/row/row.common.js +1 -1
  408. package/row/row.umd.js +1 -1
  409. package/scrollpanel/scrollpanel.common.js +1 -1
  410. package/scrollpanel/scrollpanel.umd.js +1 -1
  411. package/scrolltop/scrolltop.common.js +1 -1
  412. package/scrolltop/scrolltop.umd.js +1 -1
  413. package/selectbutton/SelectButton.d.ts +3 -3
  414. package/selectbutton/SelectButton.vue +6 -1
  415. package/selectbutton/selectbutton.common.js +12 -3
  416. package/selectbutton/selectbutton.umd.js +12 -3
  417. package/selectbutton/selectbutton.umd.min.js +1 -1
  418. package/sidebar/sidebar.common.js +1 -1
  419. package/sidebar/sidebar.umd.js +1 -1
  420. package/skeleton/skeleton.common.js +1 -1
  421. package/skeleton/skeleton.umd.js +1 -1
  422. package/slider/slider.common.js +1 -1
  423. package/slider/slider.umd.js +1 -1
  424. package/speeddial/speeddial.common.js +6 -2
  425. package/speeddial/speeddial.umd.js +6 -2
  426. package/speeddial/speeddial.umd.min.js +1 -1
  427. package/splitbutton/splitbutton.common.js +21 -15
  428. package/splitbutton/splitbutton.umd.js +21 -15
  429. package/splitbutton/splitbutton.umd.min.js +1 -1
  430. package/steps/Steps.vue +5 -2
  431. package/steps/steps.common.js +6 -3
  432. package/steps/steps.umd.js +6 -3
  433. package/steps/steps.umd.min.js +1 -1
  434. package/tabmenu/TabMenu.vue +6 -3
  435. package/tabmenu/tabmenu.common.js +6 -3
  436. package/tabmenu/tabmenu.umd.js +6 -3
  437. package/tabmenu/tabmenu.umd.min.js +1 -1
  438. package/tabpanel/tabpanel.common.js +1 -1
  439. package/tabpanel/tabpanel.umd.js +1 -1
  440. package/tabview/tabview.common.js +5 -1
  441. package/tabview/tabview.umd.js +5 -1
  442. package/tabview/tabview.umd.min.js +1 -1
  443. package/tag/tag.common.js +1 -1
  444. package/tag/tag.umd.js +1 -1
  445. package/terminal/terminal.common.js +1 -1
  446. package/terminal/terminal.umd.js +1 -1
  447. package/textarea/textarea.common.js +5 -1
  448. package/textarea/textarea.umd.js +5 -1
  449. package/textarea/textarea.umd.min.js +1 -1
  450. package/tieredmenu/TieredMenuSub.vue +7 -4
  451. package/tieredmenu/demo.html +4 -3
  452. package/tieredmenu/tieredmenu.common.js +11 -8
  453. package/tieredmenu/tieredmenu.umd.js +11 -8
  454. package/tieredmenu/tieredmenu.umd.min.js +1 -1
  455. package/tieredmenu/tieredmenusub.common.js +7 -4
  456. package/tieredmenu/tieredmenusub.umd.js +7 -4
  457. package/tieredmenu/tieredmenusub.umd.min.js +1 -1
  458. package/timeline/timeline.common.js +5 -1
  459. package/timeline/timeline.umd.js +5 -1
  460. package/timeline/timeline.umd.min.js +1 -1
  461. package/toast/Toast.d.ts +4 -1
  462. package/toast/toast.common.js +2 -2
  463. package/toast/toast.umd.js +2 -2
  464. package/toast/toastmessage.common.js +1 -1
  465. package/toast/toastmessage.umd.js +1 -1
  466. package/togglebutton/togglebutton.common.js +1 -1
  467. package/togglebutton/togglebutton.umd.js +1 -1
  468. package/toolbar/Toolbar.d.ts +1 -1
  469. package/toolbar/Toolbar.vue +2 -2
  470. package/toolbar/toolbar.common.js +3 -3
  471. package/toolbar/toolbar.umd.js +3 -3
  472. package/toolbar/toolbar.umd.min.js +1 -1
  473. package/tooltip/tooltip.common.js +4 -0
  474. package/tooltip/tooltip.umd.js +4 -0
  475. package/tooltip/tooltip.umd.min.js +1 -1
  476. package/tree/TreeNode.vue +5 -1
  477. package/tree/tree.common.js +18 -8
  478. package/tree/tree.umd.js +18 -8
  479. package/tree/tree.umd.min.js +1 -1
  480. package/tree/treenode.common.js +11 -3
  481. package/tree/treenode.umd.js +11 -3
  482. package/tree/treenode.umd.min.js +1 -1
  483. package/treetable/TreeTable.d.ts +2 -2
  484. package/treetable/TreeTable.vue +8 -8
  485. package/treetable/treetable.common.js +55 -31
  486. package/treetable/treetable.umd.js +55 -31
  487. package/treetable/treetable.umd.min.js +1 -1
  488. package/treetable/treetablerow.common.js +6 -1
  489. package/treetable/treetablerow.umd.js +6 -1
  490. package/treetable/treetablerow.umd.min.js +1 -1
  491. package/treetable/treetablerowloader.common.js +7 -1
  492. package/treetable/treetablerowloader.umd.js +7 -1
  493. package/treetable/treetablerowloader.umd.min.js +1 -1
  494. package/tristatecheckbox/tristatecheckbox.common.js +1 -1
  495. package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
  496. package/utils/EventBus.js +33 -0
  497. package/utils/eventbus.common.js +1774 -0
  498. package/utils/eventbus.umd.js +1784 -0
  499. package/utils/eventbus.umd.min.js +1 -0
  500. package/utils/filterutils.common.js +4 -0
  501. package/utils/filterutils.umd.js +4 -0
  502. package/utils/filterutils.umd.min.js +1 -1
  503. package/utils/objectutils.common.js +4 -0
  504. package/utils/objectutils.umd.js +4 -0
  505. package/utils/objectutils.umd.min.js +1 -1
  506. package/vetur-attributes.json +44 -16
  507. package/vetur-tags.json +9 -2
  508. package/web-types.json +153 -29
  509. package/confirmationservice/confirmationeventbus.common.js +0 -174
  510. package/confirmationservice/confirmationeventbus.umd.js +0 -184
  511. package/confirmationservice/confirmationeventbus.umd.min.js +0 -1
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  :root {
3
2
  --surface-a:#ffffff;
4
3
  --surface-b:#fafafa;
@@ -42,6 +41,7 @@
42
41
  --surface-border:rgba(0,0,0,.12);
43
42
  --surface-hover:rgba(0,0,0,.04);
44
43
  --focus-ring: none;
44
+ --maskbg: rgba(0, 0, 0, 0.32);
45
45
  }
46
46
 
47
47
  /* roboto-regular - latin-ext_latin */
@@ -81,7 +81,6 @@
81
81
  .p-component-overlay {
82
82
  background-color: rgba(0, 0, 0, 0.32);
83
83
  transition-duration: 0.2s;
84
- --maskbg: rgba(0, 0, 0, 0.32);
85
84
  }
86
85
 
87
86
  .p-disabled, .p-component:disabled {
@@ -370,14 +369,16 @@
370
369
  .p-datepicker .p-datepicker-header .p-datepicker-title {
371
370
  line-height: 2rem;
372
371
  }
373
- .p-datepicker .p-datepicker-header .p-datepicker-title select {
374
- transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
372
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
373
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
374
+ color: rgba(0, 0, 0, 0.87);
375
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
376
+ font-weight: 500;
377
+ padding: 0.5rem;
375
378
  }
376
- .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
377
- outline: 0 none;
378
- outline-offset: 0;
379
- box-shadow: none;
380
- border-color: #673AB7;
379
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
380
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
381
+ color: #673AB7;
381
382
  }
382
383
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
383
384
  margin-right: 0.5rem;
@@ -475,8 +476,20 @@
475
476
  color: #673AB7;
476
477
  background: rgba(103, 58, 183, 0.12);
477
478
  }
479
+ .p-datepicker .p-yearpicker {
480
+ margin: 0.5rem 0;
481
+ }
482
+ .p-datepicker .p-yearpicker .p-yearpicker-year {
483
+ padding: 0.5rem;
484
+ transition: none;
485
+ border-radius: 4px;
486
+ }
487
+ .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
488
+ color: #673AB7;
489
+ background: rgba(103, 58, 183, 0.12);
490
+ }
478
491
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
479
- border-right: 1px solid rgba(0, 0, 0, 0.12);
492
+ border-left: 1px solid rgba(0, 0, 0, 0.12);
480
493
  padding-right: 0.5rem;
481
494
  padding-left: 0.5rem;
482
495
  padding-top: 0;
@@ -484,10 +497,10 @@
484
497
  }
485
498
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
486
499
  padding-left: 0;
500
+ border-left: 0 none;
487
501
  }
488
502
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
489
503
  padding-right: 0;
490
- border-right: 0 none;
491
504
  }
492
505
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
493
506
  background: rgba(0, 0, 0, 0.04);
@@ -497,10 +510,18 @@
497
510
  outline-offset: 0;
498
511
  box-shadow: none;
499
512
  }
500
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
513
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
501
514
  background: rgba(0, 0, 0, 0.04);
502
515
  }
503
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
516
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
517
+ outline: 0 none;
518
+ outline-offset: 0;
519
+ box-shadow: none;
520
+ }
521
+ .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
522
+ background: rgba(0, 0, 0, 0.04);
523
+ }
524
+ .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
504
525
  outline: 0 none;
505
526
  outline-offset: 0;
506
527
  box-shadow: none;
@@ -693,7 +714,7 @@
693
714
 
694
715
  .p-colorpicker-panel {
695
716
  background: #323232;
696
- border-color: #191919;
717
+ border: 1px solid #191919;
697
718
  }
698
719
  .p-colorpicker-panel .p-colorpicker-color-handle,
699
720
  .p-colorpicker-panel .p-colorpicker-hue-handle {
@@ -1432,7 +1453,7 @@
1432
1453
  .p-rating .p-rating-icon:first-child {
1433
1454
  margin-left: 0;
1434
1455
  }
1435
- .p-rating .p-rating-icon.pi-star {
1456
+ .p-rating .p-rating-icon.pi-star-fill {
1436
1457
  color: #673AB7;
1437
1458
  }
1438
1459
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@@ -1656,17 +1677,17 @@
1656
1677
  .p-button.p-button-outlined {
1657
1678
  background-color: transparent;
1658
1679
  color: #673AB7;
1659
- border: 1px solid;
1680
+ border: 0 none;
1660
1681
  }
1661
1682
  .p-button.p-button-outlined:enabled:hover {
1662
1683
  background: rgba(103, 58, 183, 0.04);
1663
1684
  color: #673AB7;
1664
- border: 1px solid;
1685
+ border: 0 none;
1665
1686
  }
1666
1687
  .p-button.p-button-outlined:enabled:active {
1667
1688
  background: rgba(103, 58, 183, 0.16);
1668
1689
  color: #673AB7;
1669
- border: 1px solid;
1690
+ border: 0 none;
1670
1691
  }
1671
1692
  .p-button.p-button-outlined.p-button-plain {
1672
1693
  color: rgba(0, 0, 0, 0.6);
@@ -1804,17 +1825,17 @@
1804
1825
  .p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
1805
1826
  background-color: transparent;
1806
1827
  color: #4CAF50;
1807
- border: 1px solid;
1828
+ border: 0 none;
1808
1829
  }
1809
1830
  .p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
1810
1831
  background: rgba(76, 175, 80, 0.04);
1811
1832
  color: #4CAF50;
1812
- border: 1px solid;
1833
+ border: 0 none;
1813
1834
  }
1814
1835
  .p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
1815
1836
  background: rgba(76, 175, 80, 0.16);
1816
1837
  color: #4CAF50;
1817
- border: 1px solid;
1838
+ border: 0 none;
1818
1839
  }
1819
1840
  .p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
1820
1841
  background-color: transparent;
@@ -1853,17 +1874,17 @@
1853
1874
  .p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
1854
1875
  background-color: transparent;
1855
1876
  color: #2196F3;
1856
- border: 1px solid;
1877
+ border: 0 none;
1857
1878
  }
1858
1879
  .p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
1859
1880
  background: rgba(33, 150, 243, 0.04);
1860
1881
  color: #2196F3;
1861
- border: 1px solid;
1882
+ border: 0 none;
1862
1883
  }
1863
1884
  .p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
1864
1885
  background: rgba(33, 150, 243, 0.16);
1865
1886
  color: #2196F3;
1866
- border: 1px solid;
1887
+ border: 0 none;
1867
1888
  }
1868
1889
  .p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
1869
1890
  background-color: transparent;
@@ -1902,17 +1923,17 @@
1902
1923
  .p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
1903
1924
  background-color: transparent;
1904
1925
  color: #689F38;
1905
- border: 1px solid;
1926
+ border: 0 none;
1906
1927
  }
1907
1928
  .p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
1908
1929
  background: rgba(104, 159, 56, 0.04);
1909
1930
  color: #689F38;
1910
- border: 1px solid;
1931
+ border: 0 none;
1911
1932
  }
1912
1933
  .p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
1913
1934
  background: rgba(104, 159, 56, 0.16);
1914
1935
  color: #689F38;
1915
- border: 1px solid;
1936
+ border: 0 none;
1916
1937
  }
1917
1938
  .p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
1918
1939
  background-color: transparent;
@@ -1951,17 +1972,17 @@
1951
1972
  .p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
1952
1973
  background-color: transparent;
1953
1974
  color: #FBC02D;
1954
- border: 1px solid;
1975
+ border: 0 none;
1955
1976
  }
1956
1977
  .p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
1957
1978
  background: rgba(251, 192, 45, 0.04);
1958
1979
  color: #FBC02D;
1959
- border: 1px solid;
1980
+ border: 0 none;
1960
1981
  }
1961
1982
  .p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
1962
1983
  background: rgba(251, 192, 45, 0.16);
1963
1984
  color: #FBC02D;
1964
- border: 1px solid;
1985
+ border: 0 none;
1965
1986
  }
1966
1987
  .p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
1967
1988
  background-color: transparent;
@@ -2000,17 +2021,17 @@
2000
2021
  .p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2001
2022
  background-color: transparent;
2002
2023
  color: #9C27B0;
2003
- border: 1px solid;
2024
+ border: 0 none;
2004
2025
  }
2005
2026
  .p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
2006
2027
  background: rgba(156, 39, 176, 0.04);
2007
2028
  color: #9C27B0;
2008
- border: 1px solid;
2029
+ border: 0 none;
2009
2030
  }
2010
2031
  .p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
2011
2032
  background: rgba(156, 39, 176, 0.16);
2012
2033
  color: #9C27B0;
2013
- border: 1px solid;
2034
+ border: 0 none;
2014
2035
  }
2015
2036
  .p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
2016
2037
  background-color: transparent;
@@ -2049,17 +2070,17 @@
2049
2070
  .p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2050
2071
  background-color: transparent;
2051
2072
  color: #D32F2F;
2052
- border: 1px solid;
2073
+ border: 0 none;
2053
2074
  }
2054
2075
  .p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
2055
2076
  background: rgba(211, 47, 47, 0.04);
2056
2077
  color: #D32F2F;
2057
- border: 1px solid;
2078
+ border: 0 none;
2058
2079
  }
2059
2080
  .p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
2060
2081
  background: rgba(211, 47, 47, 0.16);
2061
2082
  color: #D32F2F;
2062
- border: 1px solid;
2083
+ border: 0 none;
2063
2084
  }
2064
2085
  .p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
2065
2086
  background-color: transparent;
@@ -2295,7 +2316,6 @@
2295
2316
  background: #ffffff;
2296
2317
  color: rgba(0, 0, 0, 0.87);
2297
2318
  transition: none;
2298
- outline-color: transparent;
2299
2319
  }
2300
2320
  .p-datatable .p-datatable-tbody > tr > td {
2301
2321
  text-align: left;
@@ -2337,6 +2357,10 @@
2337
2357
  .p-datatable .p-datatable-tbody > tr > td > .p-column-title {
2338
2358
  font-weight: 500;
2339
2359
  }
2360
+ .p-datatable .p-datatable-tbody > tr:focus {
2361
+ outline: 1px solid transparent;
2362
+ outline-offset: -1px;
2363
+ }
2340
2364
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2341
2365
  background: rgba(103, 58, 183, 0.12);
2342
2366
  color: #673AB7;
@@ -2358,6 +2382,10 @@
2358
2382
  .p-datatable .p-datatable-scrollable-footer {
2359
2383
  background: #ffffff;
2360
2384
  }
2385
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
2386
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
2387
+ background-color: #ffffff;
2388
+ }
2361
2389
  .p-datatable .p-datatable-loading-icon {
2362
2390
  font-size: 2rem;
2363
2391
  }
@@ -2657,7 +2685,7 @@
2657
2685
  font-size: 1rem;
2658
2686
  }
2659
2687
  .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
2660
- content: "";
2688
+ content: "\e900";
2661
2689
  }
2662
2690
  .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
2663
2691
  font-family: "PrimeIcons" !important;
@@ -2665,7 +2693,7 @@
2665
2693
  font-size: 1rem;
2666
2694
  }
2667
2695
  .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
2668
- content: "";
2696
+ content: "\e901";
2669
2697
  }
2670
2698
  .fc.fc-unthemed .fc-toolbar .fc-button:focus {
2671
2699
  outline: 0 none;
@@ -2752,7 +2780,7 @@
2752
2780
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
2753
2781
  }
2754
2782
  .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
2755
- content: "";
2783
+ content: "\e90b";
2756
2784
  }
2757
2785
  .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
2758
2786
  color: rgba(0, 0, 0, 0.6);
@@ -2825,7 +2853,7 @@
2825
2853
  font-size: 1rem;
2826
2854
  }
2827
2855
  .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
2828
- content: "";
2856
+ content: "\e900";
2829
2857
  }
2830
2858
  .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
2831
2859
  font-family: "PrimeIcons" !important;
@@ -2833,7 +2861,7 @@
2833
2861
  font-size: 1rem;
2834
2862
  }
2835
2863
  .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
2836
- content: "";
2864
+ content: "\e901";
2837
2865
  }
2838
2866
  .fc.fc-theme-standard .fc-toolbar .fc-button:focus {
2839
2867
  outline: 0 none;
@@ -2878,6 +2906,10 @@
2878
2906
  border-top-right-radius: 4px;
2879
2907
  border-bottom-right-radius: 4px;
2880
2908
  }
2909
+ .fc.fc-theme-standard .fc-highlight {
2910
+ color: #673AB7;
2911
+ background: rgba(103, 58, 183, 0.12);
2912
+ }
2881
2913
 
2882
2914
  .p-orderlist .p-orderlist-controls {
2883
2915
  padding: 0.75rem;
@@ -2994,12 +3026,12 @@
2994
3026
  color: rgba(0, 0, 0, 0.6);
2995
3027
  }
2996
3028
  .p-paginator .p-paginator-first {
2997
- border-top-left-radius: 4px;
2998
- border-bottom-left-radius: 4px;
3029
+ border-top-left-radius: 50%;
3030
+ border-bottom-left-radius: 50%;
2999
3031
  }
3000
3032
  .p-paginator .p-paginator-last {
3001
- border-top-right-radius: 4px;
3002
- border-bottom-right-radius: 4px;
3033
+ border-top-right-radius: 50%;
3034
+ border-bottom-right-radius: 50%;
3003
3035
  }
3004
3036
  .p-paginator .p-dropdown {
3005
3037
  margin-left: 0.5rem;
@@ -3278,7 +3310,6 @@
3278
3310
  background: #ffffff;
3279
3311
  color: rgba(0, 0, 0, 0.87);
3280
3312
  transition: none;
3281
- outline-color: transparent;
3282
3313
  }
3283
3314
  .p-treetable .p-treetable-tbody > tr > td {
3284
3315
  text-align: left;
@@ -3312,6 +3343,10 @@
3312
3343
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
3313
3344
  color: rgba(0, 0, 0, 0.87);
3314
3345
  }
3346
+ .p-treetable .p-treetable-tbody > tr:focus {
3347
+ outline: 1px solid transparent;
3348
+ outline-offset: -1px;
3349
+ }
3315
3350
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3316
3351
  background: rgba(103, 58, 183, 0.12);
3317
3352
  color: #673AB7;
@@ -3991,6 +4026,7 @@
3991
4026
  color: rgba(0, 0, 0, 0.87);
3992
4027
  border: 0 none;
3993
4028
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4029
+ border-radius: 4px;
3994
4030
  width: 12.5rem;
3995
4031
  }
3996
4032
  .p-contextmenu .p-menuitem-link {
@@ -4032,6 +4068,7 @@
4032
4068
  background: #ffffff;
4033
4069
  border: 0 none;
4034
4070
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
4071
+ border-radius: 4px;
4035
4072
  }
4036
4073
  .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
4037
4074
  background: rgba(0, 0, 0, 0.04);
@@ -5290,7 +5327,7 @@
5290
5327
  background: #673AB7;
5291
5328
  }
5292
5329
  .p-progressbar .p-progressbar-label {
5293
- color: rgba(0, 0, 0, 0.87);
5330
+ color: #ffffff;
5294
5331
  line-height: 4px;
5295
5332
  }
5296
5333
 
@@ -5478,6 +5515,13 @@
5478
5515
  box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
5479
5516
  }
5480
5517
 
5518
+ .p-breadcrumb .p-menuitem-link {
5519
+ padding: 0.25rem 0.5rem;
5520
+ }
5521
+ .p-breadcrumb .p-menuitem-link:focus {
5522
+ background: rgba(0, 0, 0, 0.12);
5523
+ }
5524
+
5481
5525
  .p-button {
5482
5526
  font-weight: 500;
5483
5527
  min-width: 4rem;
@@ -5503,6 +5547,15 @@
5503
5547
  .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
5504
5548
  background-color: rgba(103, 58, 183, 0.16);
5505
5549
  }
5550
+ .p-button.p-button-outlined {
5551
+ box-shadow: inset 0 0 0 1px;
5552
+ }
5553
+ .p-button.p-button-outlined:enabled:focus {
5554
+ box-shadow: inset 0 0 0 1px;
5555
+ }
5556
+ .p-button.p-button-outlined:enabled:active {
5557
+ box-shadow: inset 0 0 0 1px;
5558
+ }
5506
5559
  .p-button:disabled {
5507
5560
  background-color: rgba(0, 0, 0, 0.12) !important;
5508
5561
  color: rgba(0, 0, 0, 0.38) !important;
@@ -5976,6 +6029,13 @@
5976
6029
  background-color: rgba(0, 0, 0, 0.03);
5977
6030
  }
5978
6031
 
6032
+ .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
6033
+ box-shadow: inset 0 2px 0 0 #673AB7;
6034
+ }
6035
+ .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
6036
+ box-shadow: inset 0 -2px 0 0 #673AB7;
6037
+ }
6038
+
5979
6039
  .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
5980
6040
  background-image: none;
5981
6041
  background: transparent;
@@ -6039,6 +6099,51 @@
6039
6099
  box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
6040
6100
  }
6041
6101
 
6102
+ .fc {
6103
+ /* FullCalendar 4 */
6104
+ /* FullCalendar 5 */
6105
+ }
6106
+ .fc.fc-unthemed .fc-toolbar .fc-button:focus {
6107
+ background: rgba(103, 58, 183, 0.76);
6108
+ }
6109
+ .fc.fc-unthemed .fc-toolbar .fc-button:active {
6110
+ background: rgba(103, 58, 183, 0.68);
6111
+ }
6112
+ .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
6113
+ background: rgba(103, 58, 183, 0.76);
6114
+ }
6115
+ .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
6116
+ background: rgba(103, 58, 183, 0.68);
6117
+ }
6118
+ .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
6119
+ background: #e0e0e1;
6120
+ border-color: #e0e0e1;
6121
+ }
6122
+ .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
6123
+ background: #d9d8d9;
6124
+ border-color: #d9d8d9;
6125
+ }
6126
+ .fc.fc-theme-standard .fc-toolbar .fc-button:focus {
6127
+ background: rgba(103, 58, 183, 0.76);
6128
+ }
6129
+ .fc.fc-theme-standard .fc-toolbar .fc-button:active {
6130
+ background: rgba(103, 58, 183, 0.68);
6131
+ }
6132
+ .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
6133
+ background: rgba(103, 58, 183, 0.76);
6134
+ }
6135
+ .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
6136
+ background: rgba(103, 58, 183, 0.68);
6137
+ }
6138
+ .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
6139
+ background: #e0e0e1;
6140
+ border-color: #e0e0e1;
6141
+ }
6142
+ .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
6143
+ background: #d9d8d9;
6144
+ border-color: #d9d8d9;
6145
+ }
6146
+
6042
6147
  .p-galleria .p-galleria-indicators {
6043
6148
  padding: 1rem;
6044
6149
  }
@@ -6146,19 +6251,22 @@
6146
6251
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before {
6147
6252
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04);
6148
6253
  }
6149
- .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
6254
+ .p-inputswitch.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
6150
6255
  box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
6151
6256
  }
6152
6257
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before {
6153
6258
  box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
6154
6259
  }
6155
- .p-inputswitch.p-inputswitch-checked.p-inputswitch-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-inputswitch-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
6260
+ .p-inputswitch.p-inputswitch-checked.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
6156
6261
  box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
6157
6262
  }
6158
6263
 
6159
6264
  .p-fieldset .p-fieldset-legend {
6160
6265
  border: 0 none;
6161
6266
  }
6267
+ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
6268
+ background: rgba(0, 0, 0, 0.12);
6269
+ }
6162
6270
 
6163
6271
  .p-float-label input:focus ~ label,
6164
6272
  .p-float-label input.p-filled ~ label,
@@ -6197,9 +6305,27 @@
6197
6305
  background: transparent;
6198
6306
  }
6199
6307
 
6200
- .p-listbox-item .p-ink {
6308
+ .p-listbox .p-listbox-list .p-listbox-item .p-ink {
6201
6309
  background-color: rgba(103, 58, 183, 0.16);
6202
6310
  }
6311
+ .p-listbox .p-listbox-list .p-listbox-item:focus {
6312
+ background: rgba(0, 0, 0, 0.12);
6313
+ }
6314
+ .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
6315
+ background: rgba(103, 58, 183, 0.24);
6316
+ }
6317
+
6318
+ .p-megamenu .p-menuitem .p-menuitem-link:focus {
6319
+ background: rgba(0, 0, 0, 0.12);
6320
+ }
6321
+
6322
+ .p-menu .p-menuitem .p-menuitem-link:focus {
6323
+ background: rgba(0, 0, 0, 0.12);
6324
+ }
6325
+
6326
+ .p-menubar .p-menuitem .p-menuitem-link:focus {
6327
+ background: rgba(0, 0, 0, 0.12);
6328
+ }
6203
6329
 
6204
6330
  .p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
6205
6331
  background-image: none;
@@ -6212,9 +6338,18 @@
6212
6338
  box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
6213
6339
  }
6214
6340
 
6215
- .p-multiselect-item .p-ink {
6341
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
6216
6342
  background-color: rgba(103, 58, 183, 0.16);
6217
6343
  }
6344
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
6345
+ background: rgba(0, 0, 0, 0.12);
6346
+ }
6347
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
6348
+ background: rgba(103, 58, 183, 0.24);
6349
+ }
6350
+ .p-multiselect-panel .p-multiselect-close:focus {
6351
+ background: rgba(0, 0, 0, 0.12);
6352
+ }
6218
6353
 
6219
6354
  .p-input-filled .p-multiselect {
6220
6355
  border-bottom-left-radius: 0;
@@ -6289,6 +6424,13 @@
6289
6424
  box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
6290
6425
  }
6291
6426
 
6427
+ .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
6428
+ background: rgba(0, 0, 0, 0.12);
6429
+ }
6430
+ .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
6431
+ background: rgba(103, 58, 183, 0.24);
6432
+ }
6433
+
6292
6434
  .p-overlaypanel .p-overlaypanel-content {
6293
6435
  padding: 1.5rem;
6294
6436
  }
@@ -6296,6 +6438,12 @@
6296
6438
  .p-paginator {
6297
6439
  justify-content: flex-end;
6298
6440
  }
6441
+ .p-paginator .p-paginator-element:focus {
6442
+ background: rgba(0, 0, 0, 0.12);
6443
+ }
6444
+ .p-paginator .p-paginator-element:focus.p-highlight {
6445
+ background: rgba(103, 58, 183, 0.24);
6446
+ }
6299
6447
 
6300
6448
  .p-input-filled .p-password.p-invalid > .p-inputtext {
6301
6449
  border-color: transparent;
@@ -6329,6 +6477,9 @@
6329
6477
  .p-panel .p-panel-title {
6330
6478
  font-size: 1.25rem;
6331
6479
  }
6480
+ .p-panel .p-panel-header-icon:focus {
6481
+ background: rgba(0, 0, 0, 0.12);
6482
+ }
6332
6483
 
6333
6484
  .p-panelmenu .p-panelmenu-panel {
6334
6485
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
@@ -6356,17 +6507,49 @@
6356
6507
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
6357
6508
  opacity: 0.38;
6358
6509
  }
6359
- .p-panelmenu .p-panelmenu-panel .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-link:focus {
6510
+ .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
6360
6511
  background: #f6f6f6;
6361
6512
  }
6513
+ .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
6514
+ background: rgba(0, 0, 0, 0.12);
6515
+ }
6516
+
6517
+ .p-picklist .p-picklist-list .p-picklist-item:focus {
6518
+ background: rgba(0, 0, 0, 0.12);
6519
+ }
6520
+ .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
6521
+ background: rgba(103, 58, 183, 0.24);
6522
+ }
6362
6523
 
6363
6524
  .p-progressbar {
6364
6525
  border-radius: 0;
6365
6526
  }
6366
- .p-progressbar .p-progressbar-label {
6527
+ .p-progressbar.p-progressbar-determinate .p-progressbar-label {
6367
6528
  display: none;
6368
6529
  }
6369
6530
 
6531
+ .p-rating .p-rating-icon {
6532
+ border-radius: 50%;
6533
+ width: 2rem;
6534
+ height: 2rem;
6535
+ display: inline-flex;
6536
+ justify-content: center;
6537
+ align-items: center;
6538
+ margin-left: 0;
6539
+ }
6540
+ .p-rating .p-rating-icon:focus {
6541
+ background: rgba(103, 58, 183, 0.12);
6542
+ }
6543
+ .p-rating .p-rating-icon.p-rating-cancel:focus {
6544
+ background: rgba(176, 0, 32, 0.12);
6545
+ }
6546
+ .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
6547
+ background-color: rgba(0, 0, 0, 0.04);
6548
+ }
6549
+ .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
6550
+ background: rgba(176, 0, 32, 0.04);
6551
+ }
6552
+
6370
6553
  .p-radiobutton {
6371
6554
  border-radius: 50%;
6372
6555
  transition: box-shadow 0.2s;
@@ -6444,7 +6627,7 @@
6444
6627
  flex-direction: row;
6445
6628
  flex: 1 1 auto;
6446
6629
  overflow: visible;
6447
- padding: 0 0.5rem;
6630
+ padding: 1rem 0.5rem;
6448
6631
  }
6449
6632
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
6450
6633
  background-color: #9e9d9e;
@@ -6458,6 +6641,9 @@
6458
6641
  margin: 0;
6459
6642
  padding-left: 0.5rem;
6460
6643
  }
6644
+ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
6645
+ background: rgba(0, 0, 0, 0.12);
6646
+ }
6461
6647
  .p-steps .p-steps-item.p-highlight .p-steps-number {
6462
6648
  background-color: #673AB7;
6463
6649
  color: #ffffff;
@@ -6493,6 +6679,10 @@
6493
6679
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
6494
6680
  }
6495
6681
 
6682
+ .p-tieredmenu .p-menuitem-link:focus {
6683
+ background: rgba(0, 0, 0, 0.12);
6684
+ }
6685
+
6496
6686
  .p-toolbar {
6497
6687
  border: 0 none;
6498
6688
  }
@@ -6505,6 +6695,13 @@
6505
6695
  display: none;
6506
6696
  }
6507
6697
 
6698
+ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
6699
+ background: rgba(0, 0, 0, 0.12);
6700
+ }
6701
+ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
6702
+ background: rgba(103, 58, 183, 0.24);
6703
+ }
6704
+
6508
6705
  .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
6509
6706
  background-image: none;
6510
6707
  background: transparent;
@@ -6619,6 +6816,9 @@
6619
6816
  .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
6620
6817
  background-color: rgba(103, 58, 183, 0.12);
6621
6818
  }
6819
+ .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
6820
+ background-color: rgba(103, 58, 183, 0.12);
6821
+ }
6622
6822
  .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
6623
6823
  display: block;
6624
6824
  position: absolute;