primevue 2.5.1 → 2.9.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 (710) hide show
  1. package/accordion/accordion.common.js +1 -1
  2. package/accordion/accordion.umd.js +1 -1
  3. package/accordiontab/accordiontab.common.js +28 -1
  4. package/accordiontab/accordiontab.umd.js +28 -1
  5. package/accordiontab/accordiontab.umd.min.js +1 -1
  6. package/api/Api.d.ts +296 -0
  7. package/api/Api.js +47 -0
  8. package/api/FilterMatchMode.js +26 -0
  9. package/api/FilterOperator.js +12 -0
  10. package/api/FilterService.js +260 -0
  11. package/api/PrimeIcons.js +246 -0
  12. package/api/ToastSeverity.js +14 -0
  13. package/api/api.common.js +4893 -0
  14. package/api/api.umd.js +4903 -0
  15. package/api/api.umd.min.js +1 -0
  16. package/api/demo.html +8 -0
  17. package/api/filtermatchmode.common.js +186 -0
  18. package/api/filtermatchmode.umd.js +196 -0
  19. package/api/filtermatchmode.umd.min.js +1 -0
  20. package/api/filteroperator.common.js +172 -0
  21. package/api/filteroperator.umd.js +182 -0
  22. package/api/filteroperator.umd.min.js +1 -0
  23. package/{utils/filterutils.common.js → api/filterservice.common.js} +207 -106
  24. package/{utils/filterutils.umd.js → api/filterservice.umd.js} +209 -108
  25. package/api/filterservice.umd.min.js +1 -0
  26. package/api/index.d.ts +1 -0
  27. package/api/index.js +2 -0
  28. package/api/primeicons.common.js +406 -0
  29. package/api/primeicons.umd.js +416 -0
  30. package/api/primeicons.umd.min.js +1 -0
  31. package/{confirmationservice/confirmationeventbus.common.js → api/toastseverity.common.js} +9 -9
  32. package/{confirmationservice/confirmationeventbus.umd.js → api/toastseverity.umd.js} +11 -11
  33. package/api/toastseverity.umd.min.js +1 -0
  34. package/autocomplete/AutoComplete.d.ts +1 -0
  35. package/autocomplete/AutoComplete.vue +8 -0
  36. package/autocomplete/autocomplete.common.js +64 -23
  37. package/autocomplete/autocomplete.umd.js +64 -23
  38. package/autocomplete/autocomplete.umd.min.js +1 -1
  39. package/avatar/avatar.common.js +1 -1
  40. package/avatar/avatar.umd.js +1 -1
  41. package/avatargroup/avatargroup.common.js +1 -1
  42. package/avatargroup/avatargroup.umd.js +1 -1
  43. package/badge/badge.common.js +1 -1
  44. package/badge/badge.umd.js +1 -1
  45. package/badgedirective/badgedirective.common.js +27 -0
  46. package/badgedirective/badgedirective.umd.js +27 -0
  47. package/badgedirective/badgedirective.umd.min.js +1 -1
  48. package/blockui/BlockUI.vue +6 -16
  49. package/blockui/blockui.common.js +38 -16
  50. package/blockui/blockui.umd.js +38 -16
  51. package/blockui/blockui.umd.min.js +1 -1
  52. package/breadcrumb/Breadcrumb.d.ts +1 -0
  53. package/breadcrumb/Breadcrumb.vue +6 -2
  54. package/breadcrumb/BreadcrumbItem.vue +30 -11
  55. package/breadcrumb/breadcrumb.common.js +44 -16
  56. package/breadcrumb/breadcrumb.umd.js +44 -16
  57. package/breadcrumb/breadcrumb.umd.min.js +1 -1
  58. package/breadcrumb/breadcrumbitem.common.js +34 -10
  59. package/breadcrumb/breadcrumbitem.umd.js +34 -10
  60. package/breadcrumb/breadcrumbitem.umd.min.js +1 -1
  61. package/button/button.common.js +28 -1
  62. package/button/button.umd.js +28 -1
  63. package/button/button.umd.min.js +1 -1
  64. package/calendar/Calendar.d.ts +5 -0
  65. package/calendar/Calendar.vue +342 -70
  66. package/calendar/calendar.common.js +403 -73
  67. package/calendar/calendar.umd.js +403 -73
  68. package/calendar/calendar.umd.min.js +1 -1
  69. package/card/card.common.js +1 -1
  70. package/card/card.umd.js +1 -1
  71. package/carousel/Carousel.vue +2 -2
  72. package/carousel/carousel.common.js +30 -3
  73. package/carousel/carousel.umd.js +30 -3
  74. package/carousel/carousel.umd.min.js +1 -1
  75. package/cascadeselect/CascadeSelect.d.ts +6 -4
  76. package/cascadeselect/CascadeSelect.vue +3 -1
  77. package/cascadeselect/cascadeselect.common.js +53 -17
  78. package/cascadeselect/cascadeselect.umd.js +53 -17
  79. package/cascadeselect/cascadeselect.umd.min.js +1 -1
  80. package/cascadeselect/cascadeselectsub.common.js +48 -14
  81. package/cascadeselect/cascadeselectsub.umd.js +48 -14
  82. package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
  83. package/cascadeselect/demo.html +4 -3
  84. package/chart/Chart.vue +27 -11
  85. package/chart/chart.common.js +30 -12
  86. package/chart/chart.umd.js +30 -12
  87. package/chart/chart.umd.min.js +1 -1
  88. package/checkbox/Checkbox.css +1 -0
  89. package/checkbox/Checkbox.d.ts +2 -0
  90. package/checkbox/Checkbox.vue +11 -3
  91. package/checkbox/checkbox.common.js +38 -18
  92. package/checkbox/checkbox.umd.js +38 -18
  93. package/checkbox/checkbox.umd.min.js +1 -1
  94. package/chip/chip.common.js +1 -1
  95. package/chip/chip.umd.js +1 -1
  96. package/chips/chips.common.js +1 -1
  97. package/chips/chips.umd.js +1 -1
  98. package/colorpicker/colorpicker.common.js +28 -1
  99. package/colorpicker/colorpicker.umd.js +28 -1
  100. package/colorpicker/colorpicker.umd.min.js +1 -1
  101. package/column/Column.vue +72 -12
  102. package/column/column.common.js +71 -11
  103. package/column/column.umd.js +71 -11
  104. package/column/column.umd.min.js +1 -1
  105. package/columngroup/columngroup.common.js +1 -1
  106. package/columngroup/columngroup.umd.js +1 -1
  107. package/common/Common.css +13 -4
  108. package/config/PrimeVue.d.ts +24 -2
  109. package/config/PrimeVue.js +34 -4
  110. package/config/primevue.common.js +3589 -130
  111. package/config/primevue.umd.js +3589 -130
  112. package/config/primevue.umd.min.js +1 -1
  113. package/{confirmationservice → confirmationeventbus}/ConfirmationEventBus.js +3 -3
  114. package/confirmationeventbus/confirmationeventbus.common.js +1777 -0
  115. package/confirmationeventbus/confirmationeventbus.umd.js +1787 -0
  116. package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -0
  117. package/confirmationeventbus/demo.html +8 -0
  118. package/confirmationeventbus/index.d.ts +1 -0
  119. package/confirmationeventbus/index.js +2 -0
  120. package/confirmationservice/ConfirmationService.js +1 -1
  121. package/confirmationservice/confirmationservice.common.js +1609 -6
  122. package/confirmationservice/confirmationservice.umd.js +1609 -6
  123. package/confirmationservice/confirmationservice.umd.min.js +1 -1
  124. package/confirmdialog/ConfirmDialog.vue +9 -3
  125. package/confirmdialog/confirmdialog.common.js +465 -46
  126. package/confirmdialog/confirmdialog.umd.js +465 -46
  127. package/confirmdialog/confirmdialog.umd.min.js +1 -1
  128. package/confirmpopup/ConfirmPopup.d.ts +4 -1
  129. package/confirmpopup/ConfirmPopup.vue +9 -6
  130. package/confirmpopup/confirmpopup.common.js +535 -13
  131. package/confirmpopup/confirmpopup.umd.js +535 -13
  132. package/confirmpopup/confirmpopup.umd.min.js +1 -1
  133. package/contextmenu/ContextMenu.d.ts +1 -0
  134. package/contextmenu/ContextMenu.vue +5 -1
  135. package/contextmenu/ContextMenuSub.vue +33 -13
  136. package/contextmenu/contextmenu.common.js +68 -14
  137. package/contextmenu/contextmenu.umd.js +68 -14
  138. package/contextmenu/contextmenu.umd.min.js +1 -1
  139. package/contextmenu/contextmenusub.common.js +58 -8
  140. package/contextmenu/contextmenusub.umd.js +58 -8
  141. package/contextmenu/contextmenusub.umd.min.js +1 -1
  142. package/datatable/BodyCell.vue +118 -34
  143. package/datatable/ColumnFilter.vue +558 -0
  144. package/datatable/ColumnSlot.vue +21 -1
  145. package/datatable/DataTable.d.ts +43 -15
  146. package/datatable/DataTable.vue +606 -398
  147. package/datatable/FooterCell.vue +82 -0
  148. package/datatable/HeaderCell.vue +246 -0
  149. package/datatable/HeaderCheckbox.vue +7 -4
  150. package/datatable/RowCheckbox.vue +2 -2
  151. package/datatable/RowRadioButton.vue +1 -1
  152. package/datatable/TableBody.vue +92 -23
  153. package/datatable/TableFooter.vue +34 -18
  154. package/datatable/TableHeader.vue +79 -134
  155. package/datatable/bodycell.common.js +592 -65
  156. package/datatable/bodycell.umd.js +592 -65
  157. package/datatable/bodycell.umd.min.js +1 -1
  158. package/datatable/columnfilter.common.js +7615 -0
  159. package/datatable/columnfilter.umd.js +7625 -0
  160. package/datatable/columnfilter.umd.min.js +1 -0
  161. package/datatable/columnslot.common.js +21 -1
  162. package/datatable/columnslot.umd.js +21 -1
  163. package/datatable/columnslot.umd.min.js +1 -1
  164. package/datatable/datatable.common.js +4384 -1399
  165. package/datatable/datatable.umd.js +4384 -1399
  166. package/datatable/datatable.umd.min.js +1 -1
  167. package/datatable/demo.html +3 -3
  168. package/datatable/footercell.common.js +5457 -0
  169. package/datatable/footercell.umd.js +5467 -0
  170. package/datatable/footercell.umd.min.js +1 -0
  171. package/datatable/headercell.common.js +8066 -0
  172. package/datatable/headercell.umd.js +8076 -0
  173. package/datatable/headercell.umd.min.js +1 -0
  174. package/datatable/headercheckbox.common.js +8 -5
  175. package/datatable/headercheckbox.umd.js +8 -5
  176. package/datatable/headercheckbox.umd.min.js +1 -1
  177. package/datatable/rowcheckbox.common.js +3 -3
  178. package/datatable/rowcheckbox.umd.js +3 -3
  179. package/datatable/rowcheckbox.umd.min.js +1 -1
  180. package/datatable/rowradiobutton.common.js +3 -3
  181. package/datatable/rowradiobutton.umd.js +3 -3
  182. package/datatable/rowradiobutton.umd.min.js +1 -1
  183. package/datatable/tablebody.common.js +1041 -443
  184. package/datatable/tablebody.umd.js +1041 -443
  185. package/datatable/tablebody.umd.min.js +1 -1
  186. package/datatable/tablefooter.common.js +3789 -105
  187. package/datatable/tablefooter.umd.js +3789 -105
  188. package/datatable/tablefooter.umd.min.js +1 -1
  189. package/datatable/tableheader.common.js +6635 -2132
  190. package/datatable/tableheader.umd.js +6635 -2132
  191. package/datatable/tableheader.umd.min.js +1 -1
  192. package/datatable/tableloadingbody.common.js +22 -2
  193. package/datatable/tableloadingbody.umd.js +22 -2
  194. package/datatable/tableloadingbody.umd.min.js +1 -1
  195. package/dataview/DataView.d.ts +2 -2
  196. package/dataview/DataView.vue +8 -8
  197. package/dataview/dataview.common.js +1974 -79
  198. package/dataview/dataview.umd.js +1974 -79
  199. package/dataview/dataview.umd.min.js +1 -1
  200. package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
  201. package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
  202. package/deferredcontent/deferredcontent.common.js +1 -1
  203. package/deferredcontent/deferredcontent.umd.js +1 -1
  204. package/dialog/Dialog.d.ts +1 -0
  205. package/dialog/Dialog.vue +41 -24
  206. package/dialog/dialog.common.js +68 -27
  207. package/dialog/dialog.umd.js +68 -27
  208. package/dialog/dialog.umd.min.js +1 -1
  209. package/divider/divider.common.js +1 -1
  210. package/divider/divider.umd.js +1 -1
  211. package/dock/Dock.d.ts +2 -0
  212. package/dock/Dock.vue +12 -2
  213. package/dock/DockSub.vue +45 -21
  214. package/dock/dock.common.js +44 -15
  215. package/dock/dock.umd.js +44 -15
  216. package/dock/dock.umd.min.js +1 -1
  217. package/dock/docksub.common.js +31 -7
  218. package/dock/docksub.umd.js +31 -7
  219. package/dock/docksub.umd.min.js +1 -1
  220. package/dropdown/Dropdown.d.ts +5 -3
  221. package/dropdown/Dropdown.vue +34 -6
  222. package/dropdown/dropdown.common.js +84 -21
  223. package/dropdown/dropdown.umd.js +84 -21
  224. package/dropdown/dropdown.umd.min.js +1 -1
  225. package/editor/editor.common.js +1 -1
  226. package/editor/editor.umd.js +1 -1
  227. package/fieldset/fieldset.common.js +28 -1
  228. package/fieldset/fieldset.umd.js +28 -1
  229. package/fieldset/fieldset.umd.min.js +1 -1
  230. package/fileupload/FileUpload.vue +5 -2
  231. package/fileupload/fileupload.common.js +55 -19
  232. package/fileupload/fileupload.umd.js +55 -19
  233. package/fileupload/fileupload.umd.min.js +1 -1
  234. package/fullcalendar/fullcalendar.common.js +342 -136
  235. package/fullcalendar/fullcalendar.umd.js +342 -136
  236. package/fullcalendar/fullcalendar.umd.min.js +4 -4
  237. package/galleria/Galleria.vue +3 -8
  238. package/galleria/GalleriaContent.vue +9 -0
  239. package/galleria/galleria.common.js +49 -17
  240. package/galleria/galleria.umd.js +49 -17
  241. package/galleria/galleria.umd.min.js +1 -1
  242. package/galleria/galleriacontent.common.js +40 -4
  243. package/galleria/galleriacontent.umd.js +40 -4
  244. package/galleria/galleriacontent.umd.min.js +1 -1
  245. package/galleria/galleriaitem.common.js +28 -1
  246. package/galleria/galleriaitem.umd.js +28 -1
  247. package/galleria/galleriaitem.umd.min.js +1 -1
  248. package/galleria/galleriathumbnails.common.js +28 -1
  249. package/galleria/galleriathumbnails.umd.js +28 -1
  250. package/galleria/galleriathumbnails.umd.min.js +1 -1
  251. package/imagepreview/ImagePreview.d.ts +10 -0
  252. package/imagepreview/ImagePreview.vue +205 -0
  253. package/imagepreview/demo.html +17 -0
  254. package/{datatable/scrollableview.common.js → imagepreview/imagepreview.common.js} +570 -463
  255. package/{datatable/scrollableview.umd.js → imagepreview/imagepreview.umd.js} +572 -465
  256. package/imagepreview/imagepreview.umd.min.js +1 -0
  257. package/imagepreview/index.d.ts +1 -0
  258. package/imagepreview/index.js +2 -0
  259. package/imagepreview/plugin.js +4 -0
  260. package/inlinemessage/inlinemessage.common.js +1 -1
  261. package/inlinemessage/inlinemessage.umd.js +1 -1
  262. package/inplace/inplace.common.js +29 -2
  263. package/inplace/inplace.umd.js +29 -2
  264. package/inplace/inplace.umd.min.js +1 -1
  265. package/inputmask/InputMask.vue +7 -5
  266. package/inputmask/inputmask.common.js +39 -12
  267. package/inputmask/inputmask.umd.js +39 -12
  268. package/inputmask/inputmask.umd.min.js +1 -1
  269. package/inputnumber/InputNumber.vue +183 -62
  270. package/inputnumber/inputnumber.common.js +249 -113
  271. package/inputnumber/inputnumber.umd.js +249 -113
  272. package/inputnumber/inputnumber.umd.min.js +1 -1
  273. package/inputswitch/InputSwitch.d.ts +2 -0
  274. package/inputswitch/InputSwitch.vue +15 -3
  275. package/inputswitch/inputswitch.common.js +17 -5
  276. package/inputswitch/inputswitch.umd.js +17 -5
  277. package/inputswitch/inputswitch.umd.min.js +1 -1
  278. package/inputtext/inputtext.common.js +3 -7
  279. package/inputtext/inputtext.umd.js +3 -7
  280. package/inputtext/inputtext.umd.min.js +1 -1
  281. package/knob/knob.common.js +1 -1
  282. package/knob/knob.umd.js +1 -1
  283. package/listbox/Listbox.d.ts +3 -3
  284. package/listbox/listbox.common.js +48 -14
  285. package/listbox/listbox.umd.js +48 -14
  286. package/listbox/listbox.umd.min.js +1 -1
  287. package/megamenu/MegaMenu.d.ts +6 -1
  288. package/megamenu/MegaMenu.vue +51 -22
  289. package/megamenu/megamenu.common.js +74 -10
  290. package/megamenu/megamenu.umd.js +74 -10
  291. package/megamenu/megamenu.umd.min.js +1 -1
  292. package/menu/Menu.d.ts +1 -0
  293. package/menu/Menu.vue +11 -4
  294. package/menu/Menuitem.vue +25 -11
  295. package/menu/menu.common.js +68 -17
  296. package/menu/menu.umd.js +68 -17
  297. package/menu/menu.umd.min.js +1 -1
  298. package/menu/menuitem.common.js +55 -11
  299. package/menu/menuitem.umd.js +55 -11
  300. package/menu/menuitem.umd.min.js +1 -1
  301. package/menubar/Menubar.d.ts +1 -0
  302. package/menubar/Menubar.vue +5 -1
  303. package/menubar/MenubarSub.vue +34 -14
  304. package/menubar/demo.html +3 -4
  305. package/menubar/menubar.common.js +68 -14
  306. package/menubar/menubar.umd.js +68 -14
  307. package/menubar/menubar.umd.min.js +1 -1
  308. package/menubar/menubarsub.common.js +58 -8
  309. package/menubar/menubarsub.umd.js +58 -8
  310. package/menubar/menubarsub.umd.min.js +1 -1
  311. package/message/Message.d.ts +1 -0
  312. package/message/Message.vue +5 -1
  313. package/message/message.common.js +34 -3
  314. package/message/message.umd.js +34 -3
  315. package/message/message.umd.min.js +1 -1
  316. package/multiselect/MultiSelect.d.ts +4 -3
  317. package/multiselect/MultiSelect.vue +8 -1
  318. package/multiselect/multiselect.common.js +58 -18
  319. package/multiselect/multiselect.umd.js +58 -18
  320. package/multiselect/multiselect.umd.min.js +1 -1
  321. package/orderlist/OrderList.d.ts +2 -0
  322. package/orderlist/OrderList.vue +2 -0
  323. package/orderlist/orderlist.common.js +53 -17
  324. package/orderlist/orderlist.umd.js +53 -17
  325. package/orderlist/orderlist.umd.min.js +1 -1
  326. package/organizationchart/organizationchart.common.js +31 -8
  327. package/organizationchart/organizationchart.umd.js +31 -8
  328. package/organizationchart/organizationchart.umd.min.js +1 -1
  329. package/organizationchart/organizationchartnode.common.js +28 -1
  330. package/organizationchart/organizationchartnode.umd.js +28 -1
  331. package/organizationchart/organizationchartnode.umd.min.js +1 -1
  332. package/overlayeventbus/OverlayEventBus.js +14 -0
  333. package/overlayeventbus/demo.html +8 -0
  334. package/overlayeventbus/index.d.ts +1 -0
  335. package/overlayeventbus/index.js +2 -0
  336. package/overlayeventbus/overlayeventbus.common.js +1777 -0
  337. package/overlayeventbus/overlayeventbus.umd.js +1787 -0
  338. package/overlayeventbus/overlayeventbus.umd.min.js +1 -0
  339. package/overlaypanel/overlaypanel.common.js +28 -1
  340. package/overlaypanel/overlaypanel.umd.js +28 -1
  341. package/overlaypanel/overlaypanel.umd.min.js +1 -1
  342. package/package.json +5 -1
  343. package/paginator/CurrentPageReport.vue +6 -2
  344. package/paginator/JumpToPageDropdown.vue +33 -0
  345. package/paginator/JumpToPageInput.vue +25 -0
  346. package/paginator/Paginator.d.ts +2 -2
  347. package/paginator/Paginator.vue +24 -11
  348. package/paginator/RowsPerPageDropdown.vue +3 -2
  349. package/paginator/currentpagereport.common.js +7 -3
  350. package/paginator/currentpagereport.umd.js +7 -3
  351. package/paginator/currentpagereport.umd.min.js +1 -1
  352. package/paginator/demo.html +3 -3
  353. package/paginator/firstpagelink.common.js +28 -1
  354. package/paginator/firstpagelink.umd.js +28 -1
  355. package/paginator/firstpagelink.umd.min.js +1 -1
  356. package/paginator/jumptopagedropdown.common.js +6505 -0
  357. package/paginator/jumptopagedropdown.umd.js +6515 -0
  358. package/paginator/jumptopagedropdown.umd.min.js +1 -0
  359. package/paginator/jumptopageinput.common.js +7438 -0
  360. package/paginator/jumptopageinput.umd.js +7448 -0
  361. package/paginator/jumptopageinput.umd.min.js +1 -0
  362. package/paginator/lastpagelink.common.js +28 -1
  363. package/paginator/lastpagelink.umd.js +28 -1
  364. package/paginator/lastpagelink.umd.min.js +1 -1
  365. package/paginator/nextpagelink.common.js +28 -1
  366. package/paginator/nextpagelink.umd.js +28 -1
  367. package/paginator/nextpagelink.umd.min.js +1 -1
  368. package/paginator/pagelinks.common.js +28 -1
  369. package/paginator/pagelinks.umd.js +28 -1
  370. package/paginator/pagelinks.umd.min.js +1 -1
  371. package/paginator/paginator.common.js +2280 -118
  372. package/paginator/paginator.umd.js +2280 -118
  373. package/paginator/paginator.umd.min.js +1 -1
  374. package/paginator/prevpagelink.common.js +28 -1
  375. package/paginator/prevpagelink.umd.js +28 -1
  376. package/paginator/prevpagelink.umd.min.js +1 -1
  377. package/paginator/rowsperpagedropdown.common.js +92 -28
  378. package/paginator/rowsperpagedropdown.umd.js +92 -28
  379. package/paginator/rowsperpagedropdown.umd.min.js +1 -1
  380. package/panel/Panel.d.ts +1 -0
  381. package/panel/Panel.vue +1 -1
  382. package/panel/panel.common.js +29 -2
  383. package/panel/panel.umd.js +29 -2
  384. package/panel/panel.umd.min.js +1 -1
  385. package/panelmenu/PanelMenu.d.ts +1 -0
  386. package/panelmenu/PanelMenu.vue +32 -6
  387. package/panelmenu/PanelMenuSub.vue +32 -13
  388. package/panelmenu/panelmenu.common.js +69 -16
  389. package/panelmenu/panelmenu.umd.js +69 -16
  390. package/panelmenu/panelmenu.umd.min.js +1 -1
  391. package/panelmenu/panelmenusub.common.js +29 -7
  392. package/panelmenu/panelmenusub.umd.js +29 -7
  393. package/panelmenu/panelmenusub.umd.min.js +1 -1
  394. package/password/password.common.js +31 -8
  395. package/password/password.umd.js +31 -8
  396. package/password/password.umd.min.js +1 -1
  397. package/picklist/PickList.d.ts +8 -0
  398. package/picklist/PickList.vue +10 -4
  399. package/picklist/picklist.common.js +57 -17
  400. package/picklist/picklist.umd.js +57 -17
  401. package/picklist/picklist.umd.min.js +1 -1
  402. package/progressbar/ProgressBar.vue +18 -14
  403. package/progressbar/progressbar.common.js +7 -5
  404. package/progressbar/progressbar.umd.js +7 -5
  405. package/progressbar/progressbar.umd.min.js +1 -1
  406. package/progressspinner/progressspinner.common.js +1 -1
  407. package/progressspinner/progressspinner.umd.js +1 -1
  408. package/radiobutton/radiobutton.common.js +26 -14
  409. package/radiobutton/radiobutton.umd.js +26 -14
  410. package/radiobutton/radiobutton.umd.min.js +1 -1
  411. package/rating/Rating.vue +1 -1
  412. package/rating/rating.common.js +3 -3
  413. package/rating/rating.umd.js +3 -3
  414. package/rating/rating.umd.min.js +1 -1
  415. package/resources/primevue.css +15 -4
  416. package/resources/primevue.min.css +1 -1
  417. package/resources/themes/arya-blue/theme.css +198 -59
  418. package/resources/themes/arya-green/theme.css +198 -59
  419. package/resources/themes/arya-orange/theme.css +198 -59
  420. package/resources/themes/arya-purple/theme.css +198 -59
  421. package/resources/themes/bootstrap4-dark-blue/theme.css +179 -47
  422. package/resources/themes/bootstrap4-dark-purple/theme.css +179 -47
  423. package/resources/themes/bootstrap4-light-blue/theme.css +179 -47
  424. package/resources/themes/bootstrap4-light-purple/theme.css +179 -47
  425. package/resources/themes/fluent-light/theme.css +202 -63
  426. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  427. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  428. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  429. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  430. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  431. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  432. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  433. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  434. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  435. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  436. package/resources/themes/lara-dark-blue/theme.css +5421 -0
  437. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  438. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  439. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  440. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  441. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  442. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  443. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  444. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  445. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  446. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  447. package/resources/themes/lara-dark-indigo/theme.css +5421 -0
  448. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  449. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  450. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  451. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  452. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  453. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  454. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  455. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  456. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  457. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  458. package/resources/themes/lara-dark-purple/theme.css +5421 -0
  459. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  460. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  461. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  462. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  463. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  464. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  465. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  466. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  467. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  468. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  469. package/resources/themes/lara-dark-teal/theme.css +5421 -0
  470. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  471. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  472. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  473. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  474. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  475. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  476. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  477. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  478. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  479. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  480. package/resources/themes/lara-light-blue/theme.css +5421 -0
  481. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  482. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  483. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  484. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  485. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  486. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  487. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  488. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  489. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  490. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  491. package/resources/themes/lara-light-indigo/theme.css +5421 -0
  492. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  493. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  494. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  495. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  496. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  497. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  498. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  499. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  500. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  501. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  502. package/resources/themes/lara-light-purple/theme.css +5421 -0
  503. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  504. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  505. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  506. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  507. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  508. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  509. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  510. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  511. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  512. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
  513. package/resources/themes/lara-light-teal/theme.css +5421 -0
  514. package/resources/themes/luna-amber/theme.css +195 -63
  515. package/resources/themes/luna-blue/theme.css +195 -63
  516. package/resources/themes/luna-green/theme.css +195 -63
  517. package/resources/themes/luna-pink/theme.css +195 -63
  518. package/resources/themes/md-dark-deeppurple/theme.css +382 -87
  519. package/resources/themes/md-dark-indigo/theme.css +382 -87
  520. package/resources/themes/md-light-deeppurple/theme.css +382 -87
  521. package/resources/themes/md-light-indigo/theme.css +382 -87
  522. package/resources/themes/mdc-dark-deeppurple/theme.css +382 -87
  523. package/resources/themes/mdc-dark-indigo/theme.css +382 -87
  524. package/resources/themes/mdc-light-deeppurple/theme.css +382 -87
  525. package/resources/themes/mdc-light-indigo/theme.css +382 -87
  526. package/resources/themes/nova/theme.css +195 -63
  527. package/resources/themes/nova-accent/theme.css +195 -63
  528. package/resources/themes/nova-alt/theme.css +195 -63
  529. package/resources/themes/nova-vue/theme.css +195 -63
  530. package/resources/themes/rhea/theme.css +195 -63
  531. package/resources/themes/saga-blue/theme.css +182 -43
  532. package/resources/themes/saga-green/theme.css +182 -43
  533. package/resources/themes/saga-orange/theme.css +182 -43
  534. package/resources/themes/saga-purple/theme.css +182 -43
  535. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
  536. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
  537. package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
  538. package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
  539. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
  540. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
  541. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
  542. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
  543. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
  544. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
  545. package/resources/themes/tailwind-light/theme.css +5496 -0
  546. package/resources/themes/vela-blue/theme.css +198 -59
  547. package/resources/themes/vela-green/theme.css +198 -59
  548. package/resources/themes/vela-orange/theme.css +198 -59
  549. package/resources/themes/vela-purple/theme.css +198 -59
  550. package/ripple/ripple.common.js +27 -0
  551. package/ripple/ripple.umd.js +27 -0
  552. package/ripple/ripple.umd.min.js +1 -1
  553. package/row/row.common.js +1 -1
  554. package/row/row.umd.js +1 -1
  555. package/scrollpanel/scrollpanel.common.js +28 -1
  556. package/scrollpanel/scrollpanel.umd.js +28 -1
  557. package/scrollpanel/scrollpanel.umd.min.js +1 -1
  558. package/scrolltop/scrolltop.common.js +28 -1
  559. package/scrolltop/scrolltop.umd.js +28 -1
  560. package/scrolltop/scrolltop.umd.min.js +1 -1
  561. package/selectbutton/SelectButton.d.ts +3 -3
  562. package/selectbutton/SelectButton.vue +6 -1
  563. package/selectbutton/selectbutton.common.js +55 -16
  564. package/selectbutton/selectbutton.umd.js +55 -16
  565. package/selectbutton/selectbutton.umd.min.js +1 -1
  566. package/sidebar/Sidebar.vue +5 -16
  567. package/sidebar/sidebar.common.js +37 -15
  568. package/sidebar/sidebar.umd.js +37 -15
  569. package/sidebar/sidebar.umd.min.js +1 -1
  570. package/skeleton/skeleton.common.js +1 -1
  571. package/skeleton/skeleton.umd.js +1 -1
  572. package/slider/Slider.vue +20 -12
  573. package/slider/slider.common.js +41 -9
  574. package/slider/slider.umd.js +41 -9
  575. package/slider/slider.umd.min.js +1 -1
  576. package/speeddial/SpeedDial.d.ts +1 -0
  577. package/speeddial/SpeedDial.vue +10 -9
  578. package/speeddial/speeddial.common.js +40 -16
  579. package/speeddial/speeddial.umd.js +40 -16
  580. package/speeddial/speeddial.umd.min.js +1 -1
  581. package/splitbutton/splitbutton.common.js +73 -22
  582. package/splitbutton/splitbutton.umd.js +73 -22
  583. package/splitbutton/splitbutton.umd.min.js +1 -1
  584. package/splitter/splitter.common.js +27 -0
  585. package/splitter/splitter.umd.js +27 -0
  586. package/splitter/splitter.umd.min.js +1 -1
  587. package/steps/Steps.d.ts +1 -0
  588. package/steps/Steps.vue +30 -8
  589. package/steps/steps.common.js +33 -6
  590. package/steps/steps.umd.js +33 -6
  591. package/steps/steps.umd.min.js +1 -1
  592. package/styleclass/styleclass.common.js +27 -0
  593. package/styleclass/styleclass.umd.js +27 -0
  594. package/styleclass/styleclass.umd.min.js +1 -1
  595. package/tabmenu/TabMenu.d.ts +1 -0
  596. package/tabmenu/TabMenu.vue +39 -10
  597. package/tabmenu/tabmenu.common.js +192 -8
  598. package/tabmenu/tabmenu.umd.js +192 -8
  599. package/tabmenu/tabmenu.umd.min.js +1 -1
  600. package/tabpanel/tabpanel.common.js +1 -1
  601. package/tabpanel/tabpanel.umd.js +1 -1
  602. package/tabview/TabView.d.ts +1 -0
  603. package/tabview/TabView.vue +111 -11
  604. package/tabview/tabview.common.js +124 -18
  605. package/tabview/tabview.umd.js +124 -18
  606. package/tabview/tabview.umd.min.js +1 -1
  607. package/tag/Tag.vue +1 -1
  608. package/tag/tag.common.js +3 -3
  609. package/tag/tag.umd.js +3 -3
  610. package/tag/tag.umd.min.js +1 -1
  611. package/terminal/terminal.common.js +1 -1
  612. package/terminal/terminal.umd.js +1 -1
  613. package/textarea/textarea.common.js +3 -7
  614. package/textarea/textarea.umd.js +3 -7
  615. package/textarea/textarea.umd.min.js +1 -1
  616. package/tieredmenu/TieredMenu.d.ts +1 -0
  617. package/tieredmenu/TieredMenu.vue +5 -1
  618. package/tieredmenu/TieredMenuSub.vue +30 -14
  619. package/tieredmenu/tieredmenu.common.js +63 -13
  620. package/tieredmenu/tieredmenu.umd.js +63 -13
  621. package/tieredmenu/tieredmenu.umd.min.js +1 -1
  622. package/tieredmenu/tieredmenusub.common.js +53 -7
  623. package/tieredmenu/tieredmenusub.umd.js +53 -7
  624. package/tieredmenu/tieredmenusub.umd.min.js +1 -1
  625. package/timeline/timeline.common.js +26 -14
  626. package/timeline/timeline.umd.js +26 -14
  627. package/timeline/timeline.umd.min.js +1 -1
  628. package/toast/Toast.d.ts +4 -1
  629. package/toast/Toast.vue +1 -1
  630. package/toast/toast.common.js +30 -5
  631. package/toast/toast.umd.js +30 -5
  632. package/toast/toast.umd.min.js +1 -1
  633. package/toast/toastmessage.common.js +28 -1
  634. package/toast/toastmessage.umd.js +28 -1
  635. package/toast/toastmessage.umd.min.js +1 -1
  636. package/togglebutton/togglebutton.common.js +28 -1
  637. package/togglebutton/togglebutton.umd.js +28 -1
  638. package/togglebutton/togglebutton.umd.min.js +1 -1
  639. package/toolbar/Toolbar.d.ts +1 -1
  640. package/toolbar/Toolbar.vue +2 -2
  641. package/toolbar/toolbar.common.js +3 -3
  642. package/toolbar/toolbar.umd.js +3 -3
  643. package/toolbar/toolbar.umd.min.js +1 -1
  644. package/tooltip/Tooltip.css +1 -0
  645. package/tooltip/Tooltip.js +37 -2
  646. package/tooltip/tooltip.common.js +1760 -69
  647. package/tooltip/tooltip.umd.js +1760 -69
  648. package/tooltip/tooltip.umd.min.js +1 -1
  649. package/tree/Tree.vue +1 -0
  650. package/tree/TreeNode.vue +5 -1
  651. package/tree/tree.common.js +68 -32
  652. package/tree/tree.umd.js +68 -32
  653. package/tree/tree.umd.min.js +1 -1
  654. package/tree/treenode.common.js +36 -9
  655. package/tree/treenode.umd.js +36 -9
  656. package/tree/treenode.umd.min.js +1 -1
  657. package/treetable/FooterCell.vue +81 -0
  658. package/treetable/HeaderCell.vue +183 -0
  659. package/treetable/TreeTable.d.ts +3 -2
  660. package/treetable/TreeTable.vue +73 -114
  661. package/treetable/TreeTableRow.vue +7 -4
  662. package/treetable/footercell.common.js +5304 -0
  663. package/treetable/footercell.umd.js +5314 -0
  664. package/treetable/footercell.umd.min.js +1 -0
  665. package/treetable/headercell.common.js +5533 -0
  666. package/treetable/headercell.umd.js +5543 -0
  667. package/treetable/headercell.umd.min.js +1 -0
  668. package/treetable/treetable.common.js +3795 -1558
  669. package/treetable/treetable.umd.js +3795 -1558
  670. package/treetable/treetable.umd.min.js +1 -1
  671. package/treetable/treetablerow.common.js +58 -22
  672. package/treetable/treetablerow.umd.js +58 -22
  673. package/treetable/treetablerow.umd.min.js +1 -1
  674. package/treetable/treetablerowloader.common.js +61 -26
  675. package/treetable/treetablerowloader.umd.js +61 -26
  676. package/treetable/treetablerowloader.umd.min.js +1 -1
  677. package/tristatecheckbox/tristatecheckbox.common.js +1 -1
  678. package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
  679. package/utils/ConnectedOverlayScrollHandler.js +1 -1
  680. package/utils/DomHandler.js +23 -1
  681. package/utils/EventBus.js +33 -0
  682. package/utils/ObjectUtils.js +15 -2
  683. package/utils/Utils.d.ts +73 -0
  684. package/utils/Utils.js +47 -0
  685. package/utils/connectedoverlayscrollhandler.common.js +27 -0
  686. package/utils/connectedoverlayscrollhandler.umd.js +27 -0
  687. package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
  688. package/utils/demo.html +3 -3
  689. package/utils/domhandler.common.js +27 -0
  690. package/utils/domhandler.umd.js +27 -0
  691. package/utils/domhandler.umd.min.js +1 -1
  692. package/utils/eventbus.common.js +1774 -0
  693. package/utils/eventbus.umd.js +1784 -0
  694. package/utils/eventbus.umd.min.js +1 -0
  695. package/utils/index.d.ts +1 -0
  696. package/utils/index.js +2 -0
  697. package/utils/objectutils.common.js +25 -13
  698. package/utils/objectutils.umd.js +25 -13
  699. package/utils/objectutils.umd.min.js +1 -1
  700. package/utils/utils.common.js +5486 -0
  701. package/utils/utils.umd.js +5496 -0
  702. package/utils/utils.umd.min.js +1 -0
  703. package/vetur-attributes.json +156 -20
  704. package/vetur-tags.json +60 -21
  705. package/web-types.json +497 -33
  706. package/confirmationservice/confirmationeventbus.umd.min.js +0 -1
  707. package/datatable/ScrollableView.vue +0 -223
  708. package/datatable/scrollableview.umd.min.js +0 -1
  709. package/utils/FilterUtils.js +0 -176
  710. package/utils/filterutils.umd.min.js +0 -1
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  :root {
3
2
  --surface-a: #191919;
4
3
  --surface-b: #191919;
@@ -41,6 +40,8 @@
41
40
  --surface-overlay:#323232;
42
41
  --surface-border:#4b4b4b;
43
42
  --surface-hover:#4c4c4c;
43
+ --focus-ring: 0 0 0 0.1rem white;
44
+ --maskbg: rgba(0, 0, 0, 0.4);
44
45
  }
45
46
 
46
47
  * {
@@ -85,6 +86,31 @@
85
86
  box-shadow: 0 0 0 0.1rem white;
86
87
  }
87
88
 
89
+ .p-component-overlay-enter {
90
+ animation: p-component-overlay-enter-animation 150ms forwards;
91
+ }
92
+
93
+ .p-component-overlay-leave {
94
+ animation: p-component-overlay-leave-animation 150ms forwards;
95
+ }
96
+
97
+ @keyframes p-component-overlay-enter-animation {
98
+ from {
99
+ background-color: transparent;
100
+ }
101
+ to {
102
+ background-color: var(--maskbg);
103
+ }
104
+ }
105
+ @keyframes p-component-overlay-leave-animation {
106
+ from {
107
+ background-color: var(--maskbg);
108
+ }
109
+ to {
110
+ background-color: transparent;
111
+ }
112
+ }
113
+
88
114
  :root {
89
115
  --blue-50:#f3f8fc;
90
116
  --blue-100:#c6dcef;
@@ -319,14 +345,16 @@
319
345
  .p-datepicker .p-datepicker-header .p-datepicker-title {
320
346
  line-height: 2rem;
321
347
  }
322
- .p-datepicker .p-datepicker-header .p-datepicker-title select {
323
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
348
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
349
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
350
+ color: #dedede;
351
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
352
+ font-weight: 700;
353
+ padding: 0.5rem;
324
354
  }
325
- .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
326
- outline: 0 none;
327
- outline-offset: 0;
328
- box-shadow: 0 0 0 0.1rem white;
329
- border-color: #FFE082;
355
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
356
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
357
+ color: #FFE082;
330
358
  }
331
359
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
332
360
  margin-right: 0.5rem;
@@ -424,8 +452,20 @@
424
452
  color: #212529;
425
453
  background: #FFE082;
426
454
  }
455
+ .p-datepicker .p-yearpicker {
456
+ margin: 0.857rem 0;
457
+ }
458
+ .p-datepicker .p-yearpicker .p-yearpicker-year {
459
+ padding: 0.5rem;
460
+ transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
461
+ border-radius: 3px;
462
+ }
463
+ .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
464
+ color: #212529;
465
+ background: #FFE082;
466
+ }
427
467
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
428
- border-right: 1px solid #4b4b4b;
468
+ border-left: 1px solid #4b4b4b;
429
469
  padding-right: 0.857rem;
430
470
  padding-left: 0.857rem;
431
471
  padding-top: 0;
@@ -433,10 +473,10 @@
433
473
  }
434
474
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
435
475
  padding-left: 0;
476
+ border-left: 0 none;
436
477
  }
437
478
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
438
479
  padding-right: 0;
439
- border-right: 0 none;
440
480
  }
441
481
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
442
482
  background: #4c4c4c;
@@ -446,17 +486,21 @@
446
486
  outline-offset: 0;
447
487
  box-shadow: 0 0 0 0.1rem white;
448
488
  }
449
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
489
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
450
490
  background: #4c4c4c;
451
491
  }
452
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
492
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
453
493
  outline: 0 none;
454
494
  outline-offset: 0;
455
495
  box-shadow: 0 0 0 0.1rem white;
456
496
  }
457
-
458
- .p-datepicker-mask.p-component-overlay {
459
- background: rgba(0, 0, 0, 0.4);
497
+ .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
498
+ background: #4c4c4c;
499
+ }
500
+ .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
501
+ outline: 0 none;
502
+ outline-offset: 0;
503
+ box-shadow: 0 0 0 0.1rem white;
460
504
  }
461
505
 
462
506
  @media screen and (max-width: 769px) {
@@ -526,7 +570,7 @@
526
570
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
527
571
  outline: 0 none;
528
572
  outline-offset: 0;
529
- box-shadow: inset 0 0 0 0.2rem white;
573
+ box-shadow: inset 0 0 0 0.15rem white;
530
574
  }
531
575
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
532
576
  color: #212529;
@@ -650,7 +694,7 @@
650
694
 
651
695
  .p-colorpicker-panel {
652
696
  background: #323232;
653
- border-color: #191919;
697
+ border: 1px solid #191919;
654
698
  }
655
699
  .p-colorpicker-panel .p-colorpicker-color-handle,
656
700
  .p-colorpicker-panel .p-colorpicker-hue-handle {
@@ -723,6 +767,7 @@
723
767
  }
724
768
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
725
769
  padding-right: 1.429rem;
770
+ margin-right: -1.429rem;
726
771
  }
727
772
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
728
773
  right: 0.429rem;
@@ -770,6 +815,9 @@
770
815
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
771
816
  background-color: #4b4b4b;
772
817
  }
818
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
819
+ background-color: transparent;
820
+ }
773
821
 
774
822
  .p-editor-container .p-editor-toolbar {
775
823
  background: #191919;
@@ -1122,7 +1170,7 @@
1122
1170
  .p-listbox .p-listbox-list .p-listbox-item:focus {
1123
1171
  outline: 0 none;
1124
1172
  outline-offset: 0;
1125
- box-shadow: inset 0 0 0 0.2rem white;
1173
+ box-shadow: inset 0 0 0 0.15rem white;
1126
1174
  }
1127
1175
  .p-listbox .p-listbox-list .p-listbox-item-group {
1128
1176
  margin: 0;
@@ -1260,7 +1308,7 @@
1260
1308
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
1261
1309
  outline: 0 none;
1262
1310
  outline-offset: 0;
1263
- box-shadow: inset 0 0 0 0.2rem white;
1311
+ box-shadow: inset 0 0 0 0.15rem white;
1264
1312
  }
1265
1313
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
1266
1314
  margin-right: 0.5rem;
@@ -1392,7 +1440,7 @@
1392
1440
  .p-rating .p-rating-icon:first-child {
1393
1441
  margin-left: 0;
1394
1442
  }
1395
- .p-rating .p-rating-icon.pi-star {
1443
+ .p-rating .p-rating-icon.pi-star-fill {
1396
1444
  color: #FFE082;
1397
1445
  }
1398
1446
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@@ -2252,14 +2300,13 @@
2252
2300
  color: #212529;
2253
2301
  }
2254
2302
  .p-datatable .p-sortable-column:focus {
2255
- box-shadow: inset 0 0 0 0.2rem white;
2303
+ box-shadow: inset 0 0 0 0.15rem white;
2256
2304
  outline: 0 none;
2257
2305
  }
2258
2306
  .p-datatable .p-datatable-tbody > tr {
2259
2307
  background: #323232;
2260
2308
  color: #dedede;
2261
2309
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
2262
- outline-color: white;
2263
2310
  }
2264
2311
  .p-datatable .p-datatable-tbody > tr > td {
2265
2312
  text-align: left;
@@ -2301,6 +2348,10 @@
2301
2348
  .p-datatable .p-datatable-tbody > tr > td > .p-column-title {
2302
2349
  font-weight: 700;
2303
2350
  }
2351
+ .p-datatable .p-datatable-tbody > tr:focus {
2352
+ outline: 0.15rem solid white;
2353
+ outline-offset: -0.15rem;
2354
+ }
2304
2355
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2305
2356
  background: #FFE082;
2306
2357
  color: #212529;
@@ -2322,6 +2373,10 @@
2322
2373
  .p-datatable .p-datatable-scrollable-footer {
2323
2374
  background: #191919;
2324
2375
  }
2376
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
2377
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
2378
+ background-color: #252525;
2379
+ }
2325
2380
  .p-datatable .p-datatable-loading-icon {
2326
2381
  font-size: 2rem;
2327
2382
  }
@@ -2523,7 +2578,7 @@
2523
2578
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
2524
2579
  outline: 0 none;
2525
2580
  outline-offset: 0;
2526
- box-shadow: inset 0 0 0 0.2rem white;
2581
+ box-shadow: inset 0 0 0 0.15rem white;
2527
2582
  }
2528
2583
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
2529
2584
  border-top: 1px solid #4b4b4b;
@@ -2621,7 +2676,7 @@
2621
2676
  font-size: 1rem;
2622
2677
  }
2623
2678
  .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
2624
- content: "";
2679
+ content: "\e900";
2625
2680
  }
2626
2681
  .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
2627
2682
  font-family: "PrimeIcons" !important;
@@ -2629,7 +2684,7 @@
2629
2684
  font-size: 1rem;
2630
2685
  }
2631
2686
  .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
2632
- content: "";
2687
+ content: "\e901";
2633
2688
  }
2634
2689
  .fc.fc-unthemed .fc-toolbar .fc-button:focus {
2635
2690
  outline: 0 none;
@@ -2716,7 +2771,7 @@
2716
2771
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
2717
2772
  }
2718
2773
  .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
2719
- content: "";
2774
+ content: "\e90b";
2720
2775
  }
2721
2776
  .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
2722
2777
  color: #dedede;
@@ -2789,7 +2844,7 @@
2789
2844
  font-size: 1rem;
2790
2845
  }
2791
2846
  .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
2792
- content: "";
2847
+ content: "\e900";
2793
2848
  }
2794
2849
  .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
2795
2850
  font-family: "PrimeIcons" !important;
@@ -2797,7 +2852,7 @@
2797
2852
  font-size: 1rem;
2798
2853
  }
2799
2854
  .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
2800
- content: "";
2855
+ content: "\e901";
2801
2856
  }
2802
2857
  .fc.fc-theme-standard .fc-toolbar .fc-button:focus {
2803
2858
  outline: 0 none;
@@ -2842,6 +2897,10 @@
2842
2897
  border-top-right-radius: 3px;
2843
2898
  border-bottom-right-radius: 3px;
2844
2899
  }
2900
+ .fc.fc-theme-standard .fc-highlight {
2901
+ color: #212529;
2902
+ background: #FFE082;
2903
+ }
2845
2904
 
2846
2905
  .p-orderlist .p-orderlist-controls {
2847
2906
  padding: 0.571rem 1rem;
@@ -2882,7 +2941,7 @@
2882
2941
  .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
2883
2942
  outline: 0 none;
2884
2943
  outline-offset: 0;
2885
- box-shadow: inset 0 0 0 0.2rem white;
2944
+ box-shadow: inset 0 0 0 0.15rem white;
2886
2945
  }
2887
2946
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
2888
2947
  color: #212529;
@@ -2958,12 +3017,12 @@
2958
3017
  color: #4c4c4c;
2959
3018
  }
2960
3019
  .p-paginator .p-paginator-first {
2961
- border-top-left-radius: 3px;
2962
- border-bottom-left-radius: 3px;
3020
+ border-top-left-radius: 0;
3021
+ border-bottom-left-radius: 0;
2963
3022
  }
2964
3023
  .p-paginator .p-paginator-last {
2965
- border-top-right-radius: 3px;
2966
- border-bottom-right-radius: 3px;
3024
+ border-top-right-radius: 0;
3025
+ border-bottom-right-radius: 0;
2967
3026
  }
2968
3027
  .p-paginator .p-dropdown {
2969
3028
  margin-left: 0.5rem;
@@ -2973,6 +3032,13 @@
2973
3032
  .p-paginator .p-dropdown .p-dropdown-label {
2974
3033
  padding-right: 0;
2975
3034
  }
3035
+ .p-paginator .p-paginator-page-input {
3036
+ margin-left: 0.5rem;
3037
+ margin-right: 0.5rem;
3038
+ }
3039
+ .p-paginator .p-paginator-page-input .p-inputtext {
3040
+ max-width: 2.357rem;
3041
+ }
2976
3042
  .p-paginator .p-paginator-current {
2977
3043
  background-color: transparent;
2978
3044
  border: 0 none;
@@ -3042,7 +3108,7 @@
3042
3108
  .p-picklist .p-picklist-list .p-picklist-item:focus {
3043
3109
  outline: 0 none;
3044
3110
  outline-offset: 0;
3045
- box-shadow: inset 0 0 0 0.2rem white;
3111
+ box-shadow: inset 0 0 0 0.15rem white;
3046
3112
  }
3047
3113
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
3048
3114
  color: #212529;
@@ -3122,7 +3188,7 @@
3122
3188
  .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
3123
3189
  outline: 0 none;
3124
3190
  outline-offset: 0;
3125
- box-shadow: 0 0 0 0.1rem white;
3191
+ box-shadow: inset 0 0 0 0.15rem white;
3126
3192
  }
3127
3193
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
3128
3194
  background: #FFE082;
@@ -3235,7 +3301,6 @@
3235
3301
  background: #323232;
3236
3302
  color: #dedede;
3237
3303
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
3238
- outline-color: white;
3239
3304
  }
3240
3305
  .p-treetable .p-treetable-tbody > tr > td {
3241
3306
  text-align: left;
@@ -3269,6 +3334,10 @@
3269
3334
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
3270
3335
  color: #dedede;
3271
3336
  }
3337
+ .p-treetable .p-treetable-tbody > tr:focus {
3338
+ outline: 0.15rem solid white;
3339
+ outline-offset: -0.15rem;
3340
+ }
3272
3341
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3273
3342
  background: #FFE082;
3274
3343
  color: #212529;
@@ -3455,6 +3524,9 @@
3455
3524
  outline-offset: 0;
3456
3525
  box-shadow: 0 0 0 0.1rem white;
3457
3526
  }
3527
+ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
3528
+ color: #FFE082;
3529
+ }
3458
3530
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
3459
3531
  background: #191919;
3460
3532
  border-color: #191919;
@@ -3584,7 +3656,7 @@
3584
3656
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
3585
3657
  outline: 0 none;
3586
3658
  outline-offset: 0;
3587
- box-shadow: 0 0 0 0.1rem white;
3659
+ box-shadow: inset 0 0 0 0.1rem white;
3588
3660
  }
3589
3661
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
3590
3662
  background: #191919;
@@ -3596,6 +3668,18 @@
3596
3668
  border-color: #FFE082;
3597
3669
  color: #212529;
3598
3670
  }
3671
+ .p-tabview .p-tabview-nav-btn.p-link {
3672
+ background: #FFE082;
3673
+ color: #212529;
3674
+ width: 2.357rem;
3675
+ 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);
3676
+ border-radius: 0;
3677
+ }
3678
+ .p-tabview .p-tabview-nav-btn.p-link:focus {
3679
+ outline: 0 none;
3680
+ outline-offset: 0;
3681
+ box-shadow: inset 0 0 0 0.1rem white;
3682
+ }
3599
3683
  .p-tabview .p-tabview-panels {
3600
3684
  background: #323232;
3601
3685
  padding: 0.571rem 1rem;
@@ -3724,10 +3808,6 @@
3724
3808
  margin-left: 1rem;
3725
3809
  }
3726
3810
 
3727
- .p-dialog-mask.p-component-overlay {
3728
- background-color: rgba(0, 0, 0, 0.4);
3729
- }
3730
-
3731
3811
  .p-overlaypanel {
3732
3812
  background: #323232;
3733
3813
  color: #dedede;
@@ -3808,10 +3888,6 @@
3808
3888
  padding: 0.571rem 1rem;
3809
3889
  }
3810
3890
 
3811
- .p-sidebar-mask.p-component-overlay {
3812
- background: rgba(0, 0, 0, 0.4);
3813
- }
3814
-
3815
3891
  .p-tooltip .p-tooltip-text {
3816
3892
  background: #4c4c4c;
3817
3893
  color: #dedede;
@@ -3916,6 +3992,7 @@
3916
3992
  color: #dedede;
3917
3993
  border: 1px solid #191919;
3918
3994
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
3995
+ border-radius: 3px;
3919
3996
  width: 12.5rem;
3920
3997
  }
3921
3998
  .p-contextmenu .p-menuitem-link {
@@ -3950,13 +4027,14 @@
3950
4027
  .p-contextmenu .p-menuitem-link:focus {
3951
4028
  outline: 0 none;
3952
4029
  outline-offset: 0;
3953
- box-shadow: inset 0 0 0 0.2rem white;
4030
+ box-shadow: inset 0 0 0 0.15rem white;
3954
4031
  }
3955
4032
  .p-contextmenu .p-submenu-list {
3956
4033
  padding: 0;
3957
4034
  background: #252525;
3958
4035
  border: 1px solid #191919;
3959
4036
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
4037
+ border-radius: 3px;
3960
4038
  }
3961
4039
  .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
3962
4040
  background: #FFE082;
@@ -3975,7 +4053,7 @@
3975
4053
  font-size: 0.875rem;
3976
4054
  }
3977
4055
 
3978
- .p-dock .p-dock-list {
4056
+ .p-dock .p-dock-list-container {
3979
4057
  background: rgba(255, 255, 255, 0.1);
3980
4058
  border: 1px solid rgba(255, 255, 255, 0.2);
3981
4059
  padding: 0.5rem 0.5rem;
@@ -4015,6 +4093,26 @@
4015
4093
  margin: 1.5rem 0;
4016
4094
  }
4017
4095
 
4096
+ @media screen and (max-width: 960px) {
4097
+ .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
4098
+ overflow-x: auto;
4099
+ width: 100%;
4100
+ }
4101
+ .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
4102
+ margin: 0 auto;
4103
+ }
4104
+ .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
4105
+ overflow-y: auto;
4106
+ height: 100%;
4107
+ }
4108
+ .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
4109
+ margin: auto 0;
4110
+ }
4111
+ .p-dock .p-dock-list .p-dock-item {
4112
+ transform: none;
4113
+ margin: 0;
4114
+ }
4115
+ }
4018
4116
  .p-megamenu {
4019
4117
  padding: 0.5rem;
4020
4118
  background: #252525;
@@ -4055,7 +4153,7 @@
4055
4153
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4056
4154
  outline: 0 none;
4057
4155
  outline-offset: 0;
4058
- box-shadow: inset 0 0 0 0.2rem white;
4156
+ box-shadow: inset 0 0 0 0.15rem white;
4059
4157
  }
4060
4158
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4061
4159
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
@@ -4105,7 +4203,7 @@
4105
4203
  .p-megamenu .p-menuitem-link:focus {
4106
4204
  outline: 0 none;
4107
4205
  outline-offset: 0;
4108
- box-shadow: inset 0 0 0 0.2rem white;
4206
+ box-shadow: inset 0 0 0 0.15rem white;
4109
4207
  }
4110
4208
  .p-megamenu .p-megamenu-panel {
4111
4209
  background: #252525;
@@ -4184,7 +4282,7 @@
4184
4282
  .p-menu .p-menuitem-link:focus {
4185
4283
  outline: 0 none;
4186
4284
  outline-offset: 0;
4187
- box-shadow: inset 0 0 0 0.2rem white;
4285
+ box-shadow: inset 0 0 0 0.15rem white;
4188
4286
  }
4189
4287
  .p-menu.p-menu-overlay {
4190
4288
  background: #252525;
@@ -4244,7 +4342,7 @@
4244
4342
  .p-menubar .p-menuitem-link:focus {
4245
4343
  outline: 0 none;
4246
4344
  outline-offset: 0;
4247
- box-shadow: inset 0 0 0 0.2rem white;
4345
+ box-shadow: inset 0 0 0 0.15rem white;
4248
4346
  }
4249
4347
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4250
4348
  padding: 0.857rem;
@@ -4279,7 +4377,7 @@
4279
4377
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4280
4378
  outline: 0 none;
4281
4379
  outline-offset: 0;
4282
- box-shadow: inset 0 0 0 0.2rem white;
4380
+ box-shadow: inset 0 0 0 0.15rem white;
4283
4381
  }
4284
4382
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4285
4383
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
@@ -4394,7 +4492,7 @@
4394
4492
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4395
4493
  outline: 0 none;
4396
4494
  outline-offset: 0;
4397
- box-shadow: inset 0 0 0 0.2rem white;
4495
+ box-shadow: inset 0 0 0 0.15rem white;
4398
4496
  }
4399
4497
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4400
4498
  margin-left: auto;
@@ -4527,7 +4625,7 @@
4527
4625
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
4528
4626
  outline: 0 none;
4529
4627
  outline-offset: 0;
4530
- box-shadow: inset 0 0 0 0.2rem white;
4628
+ box-shadow: inset 0 0 0 0.15rem white;
4531
4629
  }
4532
4630
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
4533
4631
  margin-right: 0.5rem;
@@ -4611,7 +4709,7 @@
4611
4709
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
4612
4710
  outline: 0 none;
4613
4711
  outline-offset: 0;
4614
- box-shadow: 0 0 0 0.1rem white;
4712
+ box-shadow: inset 0 0 0 0.1rem white;
4615
4713
  }
4616
4714
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
4617
4715
  background: #191919;
@@ -4664,7 +4762,7 @@
4664
4762
  .p-tieredmenu .p-menuitem-link:focus {
4665
4763
  outline: 0 none;
4666
4764
  outline-offset: 0;
4667
- box-shadow: inset 0 0 0 0.2rem white;
4765
+ box-shadow: inset 0 0 0 0.15rem white;
4668
4766
  }
4669
4767
  .p-tieredmenu.p-tieredmenu-overlay {
4670
4768
  background: #252525;
@@ -5004,8 +5102,46 @@
5004
5102
  box-shadow: 0 0 0 0.1rem white;
5005
5103
  }
5006
5104
 
5007
- .p-galleria-mask.p-component-overlay {
5008
- background-color: rgba(0, 0, 0, 0.9);
5105
+ .p-galleria-mask {
5106
+ --maskbg: rgba(0, 0, 0, 0.9);
5107
+ }
5108
+
5109
+ .p-image-mask {
5110
+ --maskbg: rgba(0, 0, 0, 0.9);
5111
+ }
5112
+
5113
+ .p-image-preview-indicator {
5114
+ background-color: transparent;
5115
+ color: #f8f9fa;
5116
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5117
+ }
5118
+
5119
+ .p-image-preview-container:hover > .p-image-preview-indicator {
5120
+ background-color: rgba(0, 0, 0, 0.5);
5121
+ }
5122
+
5123
+ .p-image-toolbar {
5124
+ padding: 1rem;
5125
+ }
5126
+
5127
+ .p-image-action.p-link {
5128
+ color: #f8f9fa;
5129
+ background-color: transparent;
5130
+ width: 3rem;
5131
+ height: 3rem;
5132
+ border-radius: 50%;
5133
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5134
+ margin-right: 0.5rem;
5135
+ }
5136
+ .p-image-action.p-link:last-child {
5137
+ margin-right: 0;
5138
+ }
5139
+ .p-image-action.p-link:hover {
5140
+ color: #f8f9fa;
5141
+ background-color: rgba(255, 255, 255, 0.1);
5142
+ }
5143
+ .p-image-action.p-link i {
5144
+ font-size: 1.5rem;
5009
5145
  }
5010
5146
 
5011
5147
  .p-avatar {
@@ -5075,10 +5211,6 @@
5075
5211
  line-height: 3rem;
5076
5212
  }
5077
5213
 
5078
- .p-blockui.p-component-overlay {
5079
- background: rgba(0, 0, 0, 0.4);
5080
- }
5081
-
5082
5214
  .p-chip {
5083
5215
  background-color: #4b4b4b;
5084
5216
  color: #dedede;
@@ -5137,7 +5269,7 @@
5137
5269
  background: #FFE082;
5138
5270
  }
5139
5271
  .p-progressbar .p-progressbar-label {
5140
- color: #dedede;
5272
+ color: #212529;
5141
5273
  line-height: 24px;
5142
5274
  }
5143
5275