primevue 2.5.0 → 2.8.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.
- package/accordion/accordion.common.js +1 -1
- package/accordion/accordion.umd.js +1 -1
- package/accordiontab/accordiontab.common.js +28 -1
- package/accordiontab/accordiontab.umd.js +28 -1
- package/accordiontab/accordiontab.umd.min.js +1 -1
- package/api/Api.d.ts +296 -0
- package/api/Api.js +47 -0
- package/api/FilterMatchMode.js +26 -0
- package/api/FilterOperator.js +12 -0
- package/api/FilterService.js +260 -0
- package/api/PrimeIcons.js +246 -0
- package/api/ToastSeverity.js +14 -0
- package/api/api.common.js +4889 -0
- package/api/api.umd.js +4899 -0
- package/api/api.umd.min.js +1 -0
- package/api/demo.html +8 -0
- package/api/filtermatchmode.common.js +186 -0
- package/api/filtermatchmode.umd.js +196 -0
- package/api/filtermatchmode.umd.min.js +1 -0
- package/api/filteroperator.common.js +172 -0
- package/api/filteroperator.umd.js +182 -0
- package/api/filteroperator.umd.min.js +1 -0
- package/{utils/filterutils.common.js → api/filterservice.common.js} +207 -110
- package/{utils/filterutils.umd.js → api/filterservice.umd.js} +209 -112
- package/api/filterservice.umd.min.js +1 -0
- package/api/index.d.ts +1 -0
- package/api/index.js +2 -0
- package/api/primeicons.common.js +406 -0
- package/api/primeicons.umd.js +416 -0
- package/api/primeicons.umd.min.js +1 -0
- package/{confirmationservice/confirmationeventbus.common.js → api/toastseverity.common.js} +9 -9
- package/{confirmationservice/confirmationeventbus.umd.js → api/toastseverity.umd.js} +11 -11
- package/api/toastseverity.umd.min.js +1 -0
- package/autocomplete/AutoComplete.d.ts +1 -0
- package/autocomplete/AutoComplete.vue +8 -0
- package/autocomplete/autocomplete.common.js +61 -24
- package/autocomplete/autocomplete.umd.js +61 -24
- package/autocomplete/autocomplete.umd.min.js +1 -1
- package/avatar/avatar.common.js +1 -1
- package/avatar/avatar.umd.js +1 -1
- package/avatargroup/avatargroup.common.js +1 -1
- package/avatargroup/avatargroup.umd.js +1 -1
- package/badge/badge.common.js +1 -1
- package/badge/badge.umd.js +1 -1
- package/badgedirective/badgedirective.common.js +27 -0
- package/badgedirective/badgedirective.umd.js +27 -0
- package/badgedirective/badgedirective.umd.min.js +1 -1
- package/blockui/BlockUI.vue +6 -16
- package/blockui/blockui.common.js +38 -16
- package/blockui/blockui.umd.js +38 -16
- package/blockui/blockui.umd.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +1 -0
- package/breadcrumb/Breadcrumb.vue +6 -2
- package/breadcrumb/BreadcrumbItem.vue +30 -11
- package/breadcrumb/breadcrumb.common.js +44 -16
- package/breadcrumb/breadcrumb.umd.js +44 -16
- package/breadcrumb/breadcrumb.umd.min.js +1 -1
- package/breadcrumb/breadcrumbitem.common.js +34 -10
- package/breadcrumb/breadcrumbitem.umd.js +34 -10
- package/breadcrumb/breadcrumbitem.umd.min.js +1 -1
- package/button/button.common.js +28 -1
- package/button/button.umd.js +28 -1
- package/button/button.umd.min.js +1 -1
- package/calendar/Calendar.d.ts +5 -0
- package/calendar/Calendar.vue +339 -70
- package/calendar/calendar.common.js +400 -73
- package/calendar/calendar.umd.js +400 -73
- package/calendar/calendar.umd.min.js +1 -1
- package/card/card.common.js +1 -1
- package/card/card.umd.js +1 -1
- package/carousel/Carousel.vue +2 -2
- package/carousel/carousel.common.js +30 -3
- package/carousel/carousel.umd.js +30 -3
- package/carousel/carousel.umd.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +6 -4
- package/cascadeselect/CascadeSelect.vue +3 -1
- package/cascadeselect/cascadeselect.common.js +53 -21
- package/cascadeselect/cascadeselect.umd.js +53 -21
- package/cascadeselect/cascadeselect.umd.min.js +1 -1
- package/cascadeselect/cascadeselectsub.common.js +48 -18
- package/cascadeselect/cascadeselectsub.umd.js +48 -18
- package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
- package/chart/Chart.vue +27 -11
- package/chart/chart.common.js +30 -12
- package/chart/chart.umd.js +30 -12
- package/chart/chart.umd.min.js +1 -1
- package/checkbox/Checkbox.css +1 -0
- package/checkbox/Checkbox.d.ts +2 -0
- package/checkbox/Checkbox.vue +11 -3
- package/checkbox/checkbox.common.js +38 -22
- package/checkbox/checkbox.umd.js +38 -22
- package/checkbox/checkbox.umd.min.js +1 -1
- package/chip/chip.common.js +1 -1
- package/chip/chip.umd.js +1 -1
- package/chips/chips.common.js +1 -1
- package/chips/chips.umd.js +1 -1
- package/colorpicker/colorpicker.common.js +28 -1
- package/colorpicker/colorpicker.umd.js +28 -1
- package/colorpicker/colorpicker.umd.min.js +1 -1
- package/column/Column.vue +72 -12
- package/column/column.common.js +71 -11
- package/column/column.umd.js +71 -11
- package/column/column.umd.min.js +1 -1
- package/columngroup/columngroup.common.js +1 -1
- package/columngroup/columngroup.umd.js +1 -1
- package/common/Common.css +13 -4
- package/config/PrimeVue.d.ts +24 -2
- package/config/PrimeVue.js +34 -4
- package/config/primevue.common.js +3584 -133
- package/config/primevue.umd.js +3584 -133
- package/config/primevue.umd.min.js +1 -1
- package/{confirmationservice → confirmationeventbus}/ConfirmationEventBus.js +3 -3
- package/confirmationeventbus/confirmationeventbus.common.js +1773 -0
- package/confirmationeventbus/confirmationeventbus.umd.js +1783 -0
- package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -0
- package/confirmationeventbus/demo.html +8 -0
- package/confirmationeventbus/index.d.ts +1 -0
- package/confirmationeventbus/index.js +2 -0
- package/confirmationservice/ConfirmationService.js +1 -1
- package/confirmationservice/confirmationservice.common.js +1605 -6
- package/confirmationservice/confirmationservice.umd.js +1605 -6
- package/confirmationservice/confirmationservice.umd.min.js +1 -1
- package/confirmdialog/ConfirmDialog.vue +9 -3
- package/confirmdialog/confirmdialog.common.js +456 -44
- package/confirmdialog/confirmdialog.umd.js +456 -44
- package/confirmdialog/confirmdialog.umd.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +4 -1
- package/confirmpopup/ConfirmPopup.vue +9 -6
- package/confirmpopup/confirmpopup.common.js +531 -13
- package/confirmpopup/confirmpopup.umd.js +531 -13
- package/confirmpopup/confirmpopup.umd.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +1 -0
- package/contextmenu/ContextMenu.vue +5 -1
- package/contextmenu/ContextMenuSub.vue +33 -13
- package/contextmenu/contextmenu.common.js +68 -14
- package/contextmenu/contextmenu.umd.js +68 -14
- package/contextmenu/contextmenu.umd.min.js +1 -1
- package/contextmenu/contextmenusub.common.js +58 -8
- package/contextmenu/contextmenusub.umd.js +58 -8
- package/contextmenu/contextmenusub.umd.min.js +1 -1
- package/datatable/BodyCell.vue +118 -34
- package/datatable/ColumnFilter.vue +558 -0
- package/datatable/ColumnSlot.vue +21 -1
- package/datatable/DataTable.d.ts +41 -15
- package/datatable/DataTable.vue +582 -391
- package/datatable/FooterCell.vue +82 -0
- package/datatable/HeaderCell.vue +246 -0
- package/datatable/TableBody.vue +92 -23
- package/datatable/TableFooter.vue +34 -18
- package/datatable/TableHeader.vue +79 -134
- package/datatable/bodycell.common.js +578 -56
- package/datatable/bodycell.umd.js +578 -56
- package/datatable/bodycell.umd.min.js +1 -1
- package/datatable/columnfilter.common.js +7610 -0
- package/datatable/columnfilter.umd.js +7620 -0
- package/datatable/columnfilter.umd.min.js +1 -0
- package/datatable/columnslot.common.js +21 -1
- package/datatable/columnslot.umd.js +21 -1
- package/datatable/columnslot.umd.min.js +1 -1
- package/datatable/datatable.common.js +4340 -1384
- package/datatable/datatable.umd.js +4340 -1384
- package/datatable/datatable.umd.min.js +1 -1
- package/datatable/demo.html +3 -4
- package/datatable/footercell.common.js +5453 -0
- package/datatable/footercell.umd.js +5463 -0
- package/datatable/footercell.umd.min.js +1 -0
- package/datatable/headercell.common.js +8058 -0
- package/datatable/headercell.umd.js +8068 -0
- package/datatable/headercell.umd.min.js +1 -0
- package/datatable/headercheckbox.common.js +1 -1
- package/datatable/headercheckbox.umd.js +1 -1
- package/datatable/rowcheckbox.common.js +1 -1
- package/datatable/rowcheckbox.umd.js +1 -1
- package/datatable/rowradiobutton.common.js +1 -1
- package/datatable/rowradiobutton.umd.js +1 -1
- package/datatable/tablebody.common.js +1066 -473
- package/datatable/tablebody.umd.js +1066 -473
- package/datatable/tablebody.umd.min.js +1 -1
- package/datatable/tablefooter.common.js +3785 -105
- package/datatable/tablefooter.umd.js +3785 -105
- package/datatable/tablefooter.umd.min.js +1 -1
- package/datatable/tableheader.common.js +6633 -2138
- package/datatable/tableheader.umd.js +6633 -2138
- package/datatable/tableheader.umd.min.js +1 -1
- package/datatable/tableloadingbody.common.js +22 -2
- package/datatable/tableloadingbody.umd.js +22 -2
- package/datatable/tableloadingbody.umd.min.js +1 -1
- package/dataview/DataView.d.ts +2 -2
- package/dataview/DataView.vue +10 -10
- package/dataview/dataview.common.js +1971 -80
- package/dataview/dataview.umd.js +1971 -80
- package/dataview/dataview.umd.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
- package/deferredcontent/deferredcontent.common.js +1 -1
- package/deferredcontent/deferredcontent.umd.js +1 -1
- package/dialog/Dialog.vue +35 -21
- package/dialog/dialog.common.js +62 -24
- package/dialog/dialog.umd.js +62 -24
- package/dialog/dialog.umd.min.js +1 -1
- package/divider/divider.common.js +1 -1
- package/divider/divider.umd.js +1 -1
- package/dock/Dock.d.ts +2 -0
- package/dock/Dock.vue +12 -2
- package/dock/DockSub.vue +45 -21
- package/dock/dock.common.js +44 -15
- package/dock/dock.umd.js +44 -15
- package/dock/dock.umd.min.js +1 -1
- package/dock/docksub.common.js +31 -7
- package/dock/docksub.umd.js +31 -7
- package/dock/docksub.umd.min.js +1 -1
- package/dropdown/Dropdown.d.ts +5 -3
- package/dropdown/Dropdown.vue +33 -5
- package/dropdown/dropdown.common.js +83 -24
- package/dropdown/dropdown.umd.js +83 -24
- package/dropdown/dropdown.umd.min.js +1 -1
- package/editor/editor.common.js +1 -1
- package/editor/editor.umd.js +1 -1
- package/fieldset/fieldset.common.js +28 -1
- package/fieldset/fieldset.umd.js +28 -1
- package/fieldset/fieldset.umd.min.js +1 -1
- package/fileupload/FileUpload.vue +5 -2
- package/fileupload/fileupload.common.js +55 -19
- package/fileupload/fileupload.umd.js +55 -19
- package/fileupload/fileupload.umd.min.js +1 -1
- package/fullcalendar/fullcalendar.common.js +342 -136
- package/fullcalendar/fullcalendar.umd.js +342 -136
- package/fullcalendar/fullcalendar.umd.min.js +4 -4
- package/galleria/Galleria.vue +3 -8
- package/galleria/GalleriaContent.vue +9 -0
- package/galleria/galleria.common.js +49 -17
- package/galleria/galleria.umd.js +49 -17
- package/galleria/galleria.umd.min.js +1 -1
- package/galleria/galleriacontent.common.js +40 -4
- package/galleria/galleriacontent.umd.js +40 -4
- package/galleria/galleriacontent.umd.min.js +1 -1
- package/galleria/galleriaitem.common.js +28 -1
- package/galleria/galleriaitem.umd.js +28 -1
- package/galleria/galleriaitem.umd.min.js +1 -1
- package/galleria/galleriathumbnails.common.js +28 -1
- package/galleria/galleriathumbnails.umd.js +28 -1
- package/galleria/galleriathumbnails.umd.min.js +1 -1
- package/imagepreview/ImagePreview.d.ts +10 -0
- package/imagepreview/ImagePreview.vue +205 -0
- package/imagepreview/demo.html +17 -0
- package/{datatable/scrollableview.common.js → imagepreview/imagepreview.common.js} +570 -463
- package/{datatable/scrollableview.umd.js → imagepreview/imagepreview.umd.js} +572 -465
- package/imagepreview/imagepreview.umd.min.js +1 -0
- package/imagepreview/index.d.ts +1 -0
- package/imagepreview/index.js +2 -0
- package/imagepreview/plugin.js +4 -0
- package/inlinemessage/inlinemessage.common.js +1 -1
- package/inlinemessage/inlinemessage.umd.js +1 -1
- package/inplace/inplace.common.js +29 -2
- package/inplace/inplace.umd.js +29 -2
- package/inplace/inplace.umd.min.js +1 -1
- package/inputmask/InputMask.vue +7 -5
- package/inputmask/inputmask.common.js +39 -12
- package/inputmask/inputmask.umd.js +39 -12
- package/inputmask/inputmask.umd.min.js +1 -1
- package/inputnumber/InputNumber.vue +183 -62
- package/inputnumber/inputnumber.common.js +249 -113
- package/inputnumber/inputnumber.umd.js +249 -113
- package/inputnumber/inputnumber.umd.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +2 -0
- package/inputswitch/InputSwitch.vue +15 -3
- package/inputswitch/inputswitch.common.js +17 -5
- package/inputswitch/inputswitch.umd.js +17 -5
- package/inputswitch/inputswitch.umd.min.js +1 -1
- package/inputtext/inputtext.common.js +3 -7
- package/inputtext/inputtext.umd.js +3 -7
- package/inputtext/inputtext.umd.min.js +1 -1
- package/knob/knob.common.js +1 -1
- package/knob/knob.umd.js +1 -1
- package/listbox/Listbox.d.ts +3 -3
- package/listbox/listbox.common.js +48 -18
- package/listbox/listbox.umd.js +48 -18
- package/listbox/listbox.umd.min.js +1 -1
- package/megamenu/MegaMenu.d.ts +6 -1
- package/megamenu/MegaMenu.vue +51 -22
- package/megamenu/megamenu.common.js +74 -10
- package/megamenu/megamenu.umd.js +74 -10
- package/megamenu/megamenu.umd.min.js +1 -1
- package/menu/Menu.d.ts +1 -0
- package/menu/Menu.vue +11 -4
- package/menu/Menuitem.vue +25 -11
- package/menu/menu.common.js +68 -17
- package/menu/menu.umd.js +68 -17
- package/menu/menu.umd.min.js +1 -1
- package/menu/menuitem.common.js +55 -11
- package/menu/menuitem.umd.js +55 -11
- package/menu/menuitem.umd.min.js +1 -1
- package/menubar/Menubar.d.ts +1 -0
- package/menubar/Menubar.vue +5 -1
- package/menubar/MenubarSub.vue +34 -14
- package/menubar/menubar.common.js +68 -14
- package/menubar/menubar.umd.js +68 -14
- package/menubar/menubar.umd.min.js +1 -1
- package/menubar/menubarsub.common.js +58 -8
- package/menubar/menubarsub.umd.js +58 -8
- package/menubar/menubarsub.umd.min.js +1 -1
- package/message/Message.d.ts +1 -0
- package/message/Message.vue +5 -1
- package/message/message.common.js +34 -3
- package/message/message.umd.js +34 -3
- package/message/message.umd.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +4 -3
- package/multiselect/MultiSelect.vue +8 -1
- package/multiselect/multiselect.common.js +58 -22
- package/multiselect/multiselect.umd.js +58 -22
- package/multiselect/multiselect.umd.min.js +1 -1
- package/orderlist/OrderList.d.ts +2 -0
- package/orderlist/OrderList.vue +2 -0
- package/orderlist/orderlist.common.js +53 -21
- package/orderlist/orderlist.umd.js +53 -21
- package/orderlist/orderlist.umd.min.js +1 -1
- package/organizationchart/organizationchart.common.js +31 -8
- package/organizationchart/organizationchart.umd.js +31 -8
- package/organizationchart/organizationchart.umd.min.js +1 -1
- package/organizationchart/organizationchartnode.common.js +28 -1
- package/organizationchart/organizationchartnode.umd.js +28 -1
- package/organizationchart/organizationchartnode.umd.min.js +1 -1
- package/overlayeventbus/OverlayEventBus.js +14 -0
- package/overlayeventbus/demo.html +8 -0
- package/overlayeventbus/index.d.ts +1 -0
- package/overlayeventbus/index.js +2 -0
- package/overlayeventbus/overlayeventbus.common.js +1773 -0
- package/overlayeventbus/overlayeventbus.umd.js +1783 -0
- package/overlayeventbus/overlayeventbus.umd.min.js +1 -0
- package/overlaypanel/overlaypanel.common.js +28 -1
- package/overlaypanel/overlaypanel.umd.js +28 -1
- package/overlaypanel/overlaypanel.umd.min.js +1 -1
- package/package.json +5 -1
- package/paginator/CurrentPageReport.vue +6 -2
- package/paginator/JumpToPageDropdown.vue +33 -0
- package/paginator/JumpToPageInput.vue +25 -0
- package/paginator/Paginator.d.ts +2 -2
- package/paginator/Paginator.vue +24 -11
- package/paginator/RowsPerPageDropdown.vue +3 -2
- package/paginator/currentpagereport.common.js +7 -3
- package/paginator/currentpagereport.umd.js +7 -3
- package/paginator/currentpagereport.umd.min.js +1 -1
- package/paginator/demo.html +3 -3
- package/paginator/firstpagelink.common.js +28 -1
- package/paginator/firstpagelink.umd.js +28 -1
- package/paginator/firstpagelink.umd.min.js +1 -1
- package/paginator/jumptopagedropdown.common.js +6501 -0
- package/paginator/jumptopagedropdown.umd.js +6511 -0
- package/paginator/jumptopagedropdown.umd.min.js +1 -0
- package/paginator/jumptopageinput.common.js +7438 -0
- package/paginator/jumptopageinput.umd.js +7448 -0
- package/paginator/jumptopageinput.umd.min.js +1 -0
- package/paginator/lastpagelink.common.js +28 -1
- package/paginator/lastpagelink.umd.js +28 -1
- package/paginator/lastpagelink.umd.min.js +1 -1
- package/paginator/nextpagelink.common.js +28 -1
- package/paginator/nextpagelink.umd.js +28 -1
- package/paginator/nextpagelink.umd.min.js +1 -1
- package/paginator/pagelinks.common.js +28 -1
- package/paginator/pagelinks.umd.js +28 -1
- package/paginator/pagelinks.umd.min.js +1 -1
- package/paginator/paginator.common.js +2277 -119
- package/paginator/paginator.umd.js +2277 -119
- package/paginator/paginator.umd.min.js +1 -1
- package/paginator/prevpagelink.common.js +28 -1
- package/paginator/prevpagelink.umd.js +28 -1
- package/paginator/prevpagelink.umd.min.js +1 -1
- package/paginator/rowsperpagedropdown.common.js +91 -31
- package/paginator/rowsperpagedropdown.umd.js +91 -31
- package/paginator/rowsperpagedropdown.umd.min.js +1 -1
- package/panel/Panel.d.ts +1 -0
- package/panel/Panel.vue +1 -1
- package/panel/panel.common.js +29 -2
- package/panel/panel.umd.js +29 -2
- package/panel/panel.umd.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +1 -0
- package/panelmenu/PanelMenu.vue +32 -6
- package/panelmenu/PanelMenuSub.vue +32 -13
- package/panelmenu/panelmenu.common.js +69 -16
- package/panelmenu/panelmenu.umd.js +69 -16
- package/panelmenu/panelmenu.umd.min.js +1 -1
- package/panelmenu/panelmenusub.common.js +29 -7
- package/panelmenu/panelmenusub.umd.js +29 -7
- package/panelmenu/panelmenusub.umd.min.js +1 -1
- package/password/password.common.js +31 -8
- package/password/password.umd.js +31 -8
- package/password/password.umd.min.js +1 -1
- package/picklist/PickList.d.ts +8 -0
- package/picklist/PickList.vue +10 -4
- package/picklist/picklist.common.js +57 -21
- package/picklist/picklist.umd.js +57 -21
- package/picklist/picklist.umd.min.js +1 -1
- package/progressbar/ProgressBar.vue +18 -14
- package/progressbar/progressbar.common.js +7 -5
- package/progressbar/progressbar.umd.js +7 -5
- package/progressbar/progressbar.umd.min.js +1 -1
- package/progressspinner/progressspinner.common.js +1 -1
- package/progressspinner/progressspinner.umd.js +1 -1
- package/radiobutton/radiobutton.common.js +26 -18
- package/radiobutton/radiobutton.umd.js +26 -18
- package/radiobutton/radiobutton.umd.min.js +1 -1
- package/rating/Rating.vue +1 -1
- package/rating/rating.common.js +3 -3
- package/rating/rating.umd.js +3 -3
- package/rating/rating.umd.min.js +1 -1
- package/resources/primevue.css +15 -4
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +178 -42
- package/resources/themes/arya-green/theme.css +178 -42
- package/resources/themes/arya-orange/theme.css +178 -42
- package/resources/themes/arya-purple/theme.css +178 -42
- package/resources/themes/bootstrap4-dark-blue/theme.css +175 -46
- package/resources/themes/bootstrap4-dark-purple/theme.css +175 -46
- package/resources/themes/bootstrap4-light-blue/theme.css +175 -46
- package/resources/themes/bootstrap4-light-purple/theme.css +175 -46
- package/resources/themes/fluent-light/theme.css +182 -46
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/theme.css +5418 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/theme.css +5418 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/theme.css +5418 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/theme.css +5418 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-blue/theme.css +5418 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/theme.css +5418 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-purple/theme.css +5418 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-teal/theme.css +5418 -0
- package/resources/themes/luna-amber/theme.css +175 -46
- package/resources/themes/luna-blue/theme.css +175 -46
- package/resources/themes/luna-green/theme.css +175 -46
- package/resources/themes/luna-pink/theme.css +175 -46
- package/resources/themes/md-dark-deeppurple/theme.css +379 -87
- package/resources/themes/md-dark-indigo/theme.css +379 -87
- package/resources/themes/md-light-deeppurple/theme.css +379 -87
- package/resources/themes/md-light-indigo/theme.css +379 -87
- package/resources/themes/mdc-dark-deeppurple/theme.css +379 -87
- package/resources/themes/mdc-dark-indigo/theme.css +379 -87
- package/resources/themes/mdc-light-deeppurple/theme.css +379 -87
- package/resources/themes/mdc-light-indigo/theme.css +379 -87
- package/resources/themes/nova/theme.css +175 -46
- package/resources/themes/nova-accent/theme.css +175 -46
- package/resources/themes/nova-alt/theme.css +175 -46
- package/resources/themes/nova-vue/theme.css +175 -46
- package/resources/themes/rhea/theme.css +175 -46
- package/resources/themes/saga-blue/theme.css +178 -42
- package/resources/themes/saga-green/theme.css +178 -42
- package/resources/themes/saga-orange/theme.css +178 -42
- package/resources/themes/saga-purple/theme.css +178 -42
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/tailwind-light/theme.css +5493 -0
- package/resources/themes/vela-blue/theme.css +178 -42
- package/resources/themes/vela-green/theme.css +178 -42
- package/resources/themes/vela-orange/theme.css +178 -42
- package/resources/themes/vela-purple/theme.css +178 -42
- package/ripple/ripple.common.js +27 -0
- package/ripple/ripple.umd.js +27 -0
- package/ripple/ripple.umd.min.js +1 -1
- package/row/row.common.js +1 -1
- package/row/row.umd.js +1 -1
- package/scrollpanel/scrollpanel.common.js +28 -1
- package/scrollpanel/scrollpanel.umd.js +28 -1
- package/scrollpanel/scrollpanel.umd.min.js +1 -1
- package/scrolltop/scrolltop.common.js +28 -1
- package/scrolltop/scrolltop.umd.js +28 -1
- package/scrolltop/scrolltop.umd.min.js +1 -1
- package/selectbutton/SelectButton.d.ts +3 -3
- package/selectbutton/SelectButton.vue +6 -1
- package/selectbutton/selectbutton.common.js +55 -20
- package/selectbutton/selectbutton.umd.js +55 -20
- package/selectbutton/selectbutton.umd.min.js +1 -1
- package/sidebar/Sidebar.vue +3 -16
- package/sidebar/sidebar.common.js +37 -15
- package/sidebar/sidebar.umd.js +37 -15
- package/sidebar/sidebar.umd.min.js +1 -1
- package/skeleton/skeleton.common.js +1 -1
- package/skeleton/skeleton.umd.js +1 -1
- package/slider/Slider.vue +20 -12
- package/slider/slider.common.js +41 -9
- package/slider/slider.umd.js +41 -9
- package/slider/slider.umd.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +1 -0
- package/speeddial/SpeedDial.vue +10 -9
- package/speeddial/speeddial.common.js +40 -16
- package/speeddial/speeddial.umd.js +40 -16
- package/speeddial/speeddial.umd.min.js +1 -1
- package/splitbutton/splitbutton.common.js +73 -22
- package/splitbutton/splitbutton.umd.js +73 -22
- package/splitbutton/splitbutton.umd.min.js +1 -1
- package/splitter/splitter.common.js +27 -0
- package/splitter/splitter.umd.js +27 -0
- package/splitter/splitter.umd.min.js +1 -1
- package/steps/Steps.d.ts +1 -0
- package/steps/Steps.vue +30 -8
- package/steps/steps.common.js +33 -6
- package/steps/steps.umd.js +33 -6
- package/steps/steps.umd.min.js +1 -1
- package/styleclass/StyleClass.js +4 -1
- package/styleclass/styleclass.common.js +31 -1
- package/styleclass/styleclass.umd.js +31 -1
- package/styleclass/styleclass.umd.min.js +1 -1
- package/tabmenu/TabMenu.d.ts +1 -0
- package/tabmenu/TabMenu.vue +39 -10
- package/tabmenu/tabmenu.common.js +192 -8
- package/tabmenu/tabmenu.umd.js +192 -8
- package/tabmenu/tabmenu.umd.min.js +1 -1
- package/tabpanel/tabpanel.common.js +1 -1
- package/tabpanel/tabpanel.umd.js +1 -1
- package/tabview/TabView.d.ts +1 -0
- package/tabview/TabView.vue +111 -11
- package/tabview/tabview.common.js +124 -22
- package/tabview/tabview.umd.js +124 -22
- package/tabview/tabview.umd.min.js +1 -1
- package/tag/tag.common.js +1 -1
- package/tag/tag.umd.js +1 -1
- package/terminal/terminal.common.js +1 -1
- package/terminal/terminal.umd.js +1 -1
- package/textarea/textarea.common.js +3 -7
- package/textarea/textarea.umd.js +3 -7
- package/textarea/textarea.umd.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +1 -0
- package/tieredmenu/TieredMenu.vue +5 -1
- package/tieredmenu/TieredMenuSub.vue +30 -14
- package/tieredmenu/demo.html +3 -4
- package/tieredmenu/tieredmenu.common.js +63 -13
- package/tieredmenu/tieredmenu.umd.js +63 -13
- package/tieredmenu/tieredmenu.umd.min.js +1 -1
- package/tieredmenu/tieredmenusub.common.js +53 -7
- package/tieredmenu/tieredmenusub.umd.js +53 -7
- package/tieredmenu/tieredmenusub.umd.min.js +1 -1
- package/timeline/timeline.common.js +26 -18
- package/timeline/timeline.umd.js +26 -18
- package/timeline/timeline.umd.min.js +1 -1
- package/toast/Toast.d.ts +4 -1
- package/toast/Toast.vue +1 -1
- package/toast/toast.common.js +30 -5
- package/toast/toast.umd.js +30 -5
- package/toast/toast.umd.min.js +1 -1
- package/toast/toastmessage.common.js +28 -1
- package/toast/toastmessage.umd.js +28 -1
- package/toast/toastmessage.umd.min.js +1 -1
- package/togglebutton/togglebutton.common.js +28 -1
- package/togglebutton/togglebutton.umd.js +28 -1
- package/togglebutton/togglebutton.umd.min.js +1 -1
- package/toolbar/Toolbar.d.ts +1 -1
- package/toolbar/Toolbar.vue +2 -2
- package/toolbar/toolbar.common.js +3 -3
- package/toolbar/toolbar.umd.js +3 -3
- package/toolbar/toolbar.umd.min.js +1 -1
- package/tooltip/Tooltip.css +1 -0
- package/tooltip/Tooltip.js +37 -2
- package/tooltip/tooltip.common.js +1711 -24
- package/tooltip/tooltip.umd.js +1711 -24
- package/tooltip/tooltip.umd.min.js +1 -1
- package/tree/TreeNode.vue +5 -1
- package/tree/tree.common.js +63 -31
- package/tree/tree.umd.js +63 -31
- package/tree/tree.umd.min.js +1 -1
- package/tree/treenode.common.js +36 -9
- package/tree/treenode.umd.js +36 -9
- package/tree/treenode.umd.min.js +1 -1
- package/treetable/BodyCell.vue +162 -0
- package/treetable/FooterCell.vue +81 -0
- package/treetable/HeaderCell.vue +183 -0
- package/treetable/TreeTable.d.ts +2 -2
- package/treetable/TreeTable.vue +93 -116
- package/treetable/bodycell.common.js +5596 -0
- package/treetable/bodycell.umd.js +5606 -0
- package/treetable/bodycell.umd.min.js +1 -0
- package/treetable/demo.html +3 -3
- package/treetable/footercell.common.js +5300 -0
- package/treetable/footercell.umd.js +5310 -0
- package/treetable/footercell.umd.min.js +1 -0
- package/treetable/headercell.common.js +5529 -0
- package/treetable/headercell.umd.js +5539 -0
- package/treetable/headercell.umd.min.js +1 -0
- package/treetable/treetable.common.js +3801 -1562
- package/treetable/treetable.umd.js +3801 -1562
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +50 -21
- package/treetable/treetablerow.umd.js +50 -21
- package/treetable/treetablerow.umd.min.js +1 -1
- package/treetable/treetablerowloader.common.js +52 -24
- package/treetable/treetablerowloader.umd.js +52 -24
- package/treetable/treetablerowloader.umd.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.common.js +1 -1
- package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
- package/utils/ConnectedOverlayScrollHandler.js +1 -1
- package/utils/DomHandler.js +23 -1
- package/utils/EventBus.js +33 -0
- package/utils/ObjectUtils.js +15 -2
- package/utils/Utils.d.ts +73 -0
- package/utils/Utils.js +47 -0
- package/utils/connectedoverlayscrollhandler.common.js +27 -0
- package/utils/connectedoverlayscrollhandler.umd.js +27 -0
- package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
- package/utils/demo.html +3 -3
- package/utils/domhandler.common.js +27 -0
- package/utils/domhandler.umd.js +27 -0
- package/utils/domhandler.umd.min.js +1 -1
- package/utils/eventbus.common.js +1770 -0
- package/utils/eventbus.umd.js +1780 -0
- package/utils/eventbus.umd.min.js +1 -0
- package/utils/index.d.ts +1 -0
- package/utils/index.js +2 -0
- package/utils/objectutils.common.js +25 -17
- package/utils/objectutils.umd.js +25 -17
- package/utils/objectutils.umd.min.js +1 -1
- package/utils/utils.common.js +5481 -0
- package/utils/utils.umd.js +5491 -0
- package/utils/utils.umd.min.js +1 -0
- package/vetur-attributes.json +148 -20
- package/vetur-tags.json +57 -20
- package/web-types.json +477 -33
- package/confirmationservice/confirmationeventbus.umd.min.js +0 -1
- package/datatable/ScrollableView.vue +0 -223
- package/datatable/scrollableview.umd.min.js +0 -1
- package/utils/FilterUtils.js +0 -176
- package/utils/filterutils.umd.min.js +0 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
:root {
|
|
3
2
|
--surface-a:#1e1e1e;
|
|
4
3
|
--surface-b:#121212;
|
|
@@ -39,8 +38,10 @@
|
|
|
39
38
|
--surface-section:#121212;
|
|
40
39
|
--surface-card:#1e1e1e;
|
|
41
40
|
--surface-overlay:#262626;
|
|
42
|
-
--surface-border
|
|
41
|
+
--surface-border:hsla(0,0%,100%,.12);
|
|
43
42
|
--surface-hover:hsla(0,0%,100%,.04);
|
|
43
|
+
--focus-ring: none;
|
|
44
|
+
--maskbg: rgba(0, 0, 0, 0.32);
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
/* roboto-regular - latin-ext_latin */
|
|
@@ -109,6 +110,31 @@
|
|
|
109
110
|
box-shadow: none;
|
|
110
111
|
}
|
|
111
112
|
|
|
113
|
+
.p-component-overlay-enter {
|
|
114
|
+
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.p-component-overlay-leave {
|
|
118
|
+
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@keyframes p-component-overlay-enter-animation {
|
|
122
|
+
from {
|
|
123
|
+
background-color: transparent;
|
|
124
|
+
}
|
|
125
|
+
to {
|
|
126
|
+
background-color: var(--maskbg);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
@keyframes p-component-overlay-leave-animation {
|
|
130
|
+
from {
|
|
131
|
+
background-color: var(--maskbg);
|
|
132
|
+
}
|
|
133
|
+
to {
|
|
134
|
+
background-color: transparent;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
112
138
|
:root {
|
|
113
139
|
--blue-50:#f4fafe;
|
|
114
140
|
--blue-100:#cae6fc;
|
|
@@ -343,14 +369,16 @@
|
|
|
343
369
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
|
344
370
|
line-height: 2.5rem;
|
|
345
371
|
}
|
|
346
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
347
|
-
|
|
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(255, 255, 255, 0.87);
|
|
375
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
376
|
+
font-weight: 500;
|
|
377
|
+
padding: 0.5rem;
|
|
348
378
|
}
|
|
349
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
box-shadow: none;
|
|
353
|
-
border-color: #CE93D8;
|
|
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: #CE93D8;
|
|
354
382
|
}
|
|
355
383
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
356
384
|
margin-right: 0.5rem;
|
|
@@ -448,8 +476,20 @@
|
|
|
448
476
|
color: #CE93D8;
|
|
449
477
|
background: rgba(206, 147, 216, 0.16);
|
|
450
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: #CE93D8;
|
|
489
|
+
background: rgba(206, 147, 216, 0.16);
|
|
490
|
+
}
|
|
451
491
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
452
|
-
border-
|
|
492
|
+
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
453
493
|
padding-right: 0.5rem;
|
|
454
494
|
padding-left: 0.5rem;
|
|
455
495
|
padding-top: 0;
|
|
@@ -457,10 +497,10 @@
|
|
|
457
497
|
}
|
|
458
498
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
|
459
499
|
padding-left: 0;
|
|
500
|
+
border-left: 0 none;
|
|
460
501
|
}
|
|
461
502
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
|
462
503
|
padding-right: 0;
|
|
463
|
-
border-right: 0 none;
|
|
464
504
|
}
|
|
465
505
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
|
466
506
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -470,17 +510,21 @@
|
|
|
470
510
|
outline-offset: 0;
|
|
471
511
|
box-shadow: none;
|
|
472
512
|
}
|
|
473
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
513
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
|
|
474
514
|
background: rgba(255, 255, 255, 0.04);
|
|
475
515
|
}
|
|
476
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
516
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
|
477
517
|
outline: 0 none;
|
|
478
518
|
outline-offset: 0;
|
|
479
519
|
box-shadow: none;
|
|
480
520
|
}
|
|
481
|
-
|
|
482
|
-
.
|
|
483
|
-
|
|
521
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
|
522
|
+
background: rgba(255, 255, 255, 0.04);
|
|
523
|
+
}
|
|
524
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
|
|
525
|
+
outline: 0 none;
|
|
526
|
+
outline-offset: 0;
|
|
527
|
+
box-shadow: none;
|
|
484
528
|
}
|
|
485
529
|
|
|
486
530
|
@media screen and (max-width: 769px) {
|
|
@@ -670,7 +714,7 @@
|
|
|
670
714
|
|
|
671
715
|
.p-colorpicker-panel {
|
|
672
716
|
background: #2b2b2b;
|
|
673
|
-
border
|
|
717
|
+
border: 1px solid #1e1e1e;
|
|
674
718
|
}
|
|
675
719
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
676
720
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
@@ -743,6 +787,7 @@
|
|
|
743
787
|
}
|
|
744
788
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
745
789
|
padding-right: 2rem;
|
|
790
|
+
margin-right: -2rem;
|
|
746
791
|
}
|
|
747
792
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
748
793
|
right: 1rem;
|
|
@@ -1408,7 +1453,7 @@
|
|
|
1408
1453
|
.p-rating .p-rating-icon:first-child {
|
|
1409
1454
|
margin-left: 0;
|
|
1410
1455
|
}
|
|
1411
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1456
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1412
1457
|
color: #CE93D8;
|
|
1413
1458
|
}
|
|
1414
1459
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -1632,17 +1677,17 @@
|
|
|
1632
1677
|
.p-button.p-button-outlined {
|
|
1633
1678
|
background-color: transparent;
|
|
1634
1679
|
color: #CE93D8;
|
|
1635
|
-
border:
|
|
1680
|
+
border: 0px none;
|
|
1636
1681
|
}
|
|
1637
1682
|
.p-button.p-button-outlined:enabled:hover {
|
|
1638
1683
|
background: rgba(206, 147, 216, 0.04);
|
|
1639
1684
|
color: #CE93D8;
|
|
1640
|
-
border:
|
|
1685
|
+
border: 0px none;
|
|
1641
1686
|
}
|
|
1642
1687
|
.p-button.p-button-outlined:enabled:active {
|
|
1643
1688
|
background: rgba(206, 147, 216, 0.16);
|
|
1644
1689
|
color: #CE93D8;
|
|
1645
|
-
border:
|
|
1690
|
+
border: 0px none;
|
|
1646
1691
|
}
|
|
1647
1692
|
.p-button.p-button-outlined.p-button-plain {
|
|
1648
1693
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -1780,17 +1825,17 @@
|
|
|
1780
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 {
|
|
1781
1826
|
background-color: transparent;
|
|
1782
1827
|
color: #A5D6A7;
|
|
1783
|
-
border:
|
|
1828
|
+
border: 0px none;
|
|
1784
1829
|
}
|
|
1785
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 {
|
|
1786
1831
|
background: rgba(165, 214, 167, 0.04);
|
|
1787
1832
|
color: #A5D6A7;
|
|
1788
|
-
border:
|
|
1833
|
+
border: 0px none;
|
|
1789
1834
|
}
|
|
1790
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 {
|
|
1791
1836
|
background: rgba(165, 214, 167, 0.16);
|
|
1792
1837
|
color: #A5D6A7;
|
|
1793
|
-
border:
|
|
1838
|
+
border: 0px none;
|
|
1794
1839
|
}
|
|
1795
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 {
|
|
1796
1841
|
background-color: transparent;
|
|
@@ -1829,17 +1874,17 @@
|
|
|
1829
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 {
|
|
1830
1875
|
background-color: transparent;
|
|
1831
1876
|
color: #90CAF9;
|
|
1832
|
-
border:
|
|
1877
|
+
border: 0px none;
|
|
1833
1878
|
}
|
|
1834
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 {
|
|
1835
1880
|
background: rgba(144, 202, 249, 0.04);
|
|
1836
1881
|
color: #90CAF9;
|
|
1837
|
-
border:
|
|
1882
|
+
border: 0px none;
|
|
1838
1883
|
}
|
|
1839
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 {
|
|
1840
1885
|
background: rgba(144, 202, 249, 0.16);
|
|
1841
1886
|
color: #90CAF9;
|
|
1842
|
-
border:
|
|
1887
|
+
border: 0px none;
|
|
1843
1888
|
}
|
|
1844
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 {
|
|
1845
1890
|
background-color: transparent;
|
|
@@ -1878,17 +1923,17 @@
|
|
|
1878
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 {
|
|
1879
1924
|
background-color: transparent;
|
|
1880
1925
|
color: #C5E1A5;
|
|
1881
|
-
border:
|
|
1926
|
+
border: 0px none;
|
|
1882
1927
|
}
|
|
1883
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 {
|
|
1884
1929
|
background: rgba(197, 225, 165, 0.04);
|
|
1885
1930
|
color: #C5E1A5;
|
|
1886
|
-
border:
|
|
1931
|
+
border: 0px none;
|
|
1887
1932
|
}
|
|
1888
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 {
|
|
1889
1934
|
background: rgba(197, 225, 165, 0.16);
|
|
1890
1935
|
color: #C5E1A5;
|
|
1891
|
-
border:
|
|
1936
|
+
border: 0px none;
|
|
1892
1937
|
}
|
|
1893
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 {
|
|
1894
1939
|
background-color: transparent;
|
|
@@ -1927,17 +1972,17 @@
|
|
|
1927
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 {
|
|
1928
1973
|
background-color: transparent;
|
|
1929
1974
|
color: #FFF59D;
|
|
1930
|
-
border:
|
|
1975
|
+
border: 0px none;
|
|
1931
1976
|
}
|
|
1932
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 {
|
|
1933
1978
|
background: rgba(255, 245, 157, 0.04);
|
|
1934
1979
|
color: #FFF59D;
|
|
1935
|
-
border:
|
|
1980
|
+
border: 0px none;
|
|
1936
1981
|
}
|
|
1937
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 {
|
|
1938
1983
|
background: rgba(255, 245, 157, 0.16);
|
|
1939
1984
|
color: #FFF59D;
|
|
1940
|
-
border:
|
|
1985
|
+
border: 0px none;
|
|
1941
1986
|
}
|
|
1942
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 {
|
|
1943
1988
|
background-color: transparent;
|
|
@@ -1976,17 +2021,17 @@
|
|
|
1976
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 {
|
|
1977
2022
|
background-color: transparent;
|
|
1978
2023
|
color: #CE93D8;
|
|
1979
|
-
border:
|
|
2024
|
+
border: 0px none;
|
|
1980
2025
|
}
|
|
1981
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 {
|
|
1982
2027
|
background: rgba(206, 147, 216, 0.04);
|
|
1983
2028
|
color: #CE93D8;
|
|
1984
|
-
border:
|
|
2029
|
+
border: 0px none;
|
|
1985
2030
|
}
|
|
1986
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 {
|
|
1987
2032
|
background: rgba(206, 147, 216, 0.16);
|
|
1988
2033
|
color: #CE93D8;
|
|
1989
|
-
border:
|
|
2034
|
+
border: 0px none;
|
|
1990
2035
|
}
|
|
1991
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 {
|
|
1992
2037
|
background-color: transparent;
|
|
@@ -2025,17 +2070,17 @@
|
|
|
2025
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 {
|
|
2026
2071
|
background-color: transparent;
|
|
2027
2072
|
color: #EF9A9A;
|
|
2028
|
-
border:
|
|
2073
|
+
border: 0px none;
|
|
2029
2074
|
}
|
|
2030
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 {
|
|
2031
2076
|
background: rgba(239, 154, 154, 0.04);
|
|
2032
2077
|
color: #EF9A9A;
|
|
2033
|
-
border:
|
|
2078
|
+
border: 0px none;
|
|
2034
2079
|
}
|
|
2035
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 {
|
|
2036
2081
|
background: rgba(239, 154, 154, 0.16);
|
|
2037
2082
|
color: #EF9A9A;
|
|
2038
|
-
border:
|
|
2083
|
+
border: 0px none;
|
|
2039
2084
|
}
|
|
2040
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 {
|
|
2041
2086
|
background-color: transparent;
|
|
@@ -2271,7 +2316,6 @@
|
|
|
2271
2316
|
background: #1e1e1e;
|
|
2272
2317
|
color: rgba(255, 255, 255, 0.87);
|
|
2273
2318
|
transition: none;
|
|
2274
|
-
outline-color: transparent;
|
|
2275
2319
|
}
|
|
2276
2320
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2277
2321
|
text-align: left;
|
|
@@ -2313,6 +2357,10 @@
|
|
|
2313
2357
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2314
2358
|
font-weight: 500;
|
|
2315
2359
|
}
|
|
2360
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2361
|
+
outline: 1px solid transparent;
|
|
2362
|
+
outline-offset: -1px;
|
|
2363
|
+
}
|
|
2316
2364
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2317
2365
|
background: rgba(206, 147, 216, 0.16);
|
|
2318
2366
|
color: #CE93D8;
|
|
@@ -2334,6 +2382,10 @@
|
|
|
2334
2382
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2335
2383
|
background: #1e1e1e;
|
|
2336
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: #1e1e1e;
|
|
2388
|
+
}
|
|
2337
2389
|
.p-datatable .p-datatable-loading-icon {
|
|
2338
2390
|
font-size: 2rem;
|
|
2339
2391
|
}
|
|
@@ -2633,7 +2685,7 @@
|
|
|
2633
2685
|
font-size: 1rem;
|
|
2634
2686
|
}
|
|
2635
2687
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2636
|
-
content: "
|
|
2688
|
+
content: "\e900";
|
|
2637
2689
|
}
|
|
2638
2690
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2639
2691
|
font-family: "PrimeIcons" !important;
|
|
@@ -2641,7 +2693,7 @@
|
|
|
2641
2693
|
font-size: 1rem;
|
|
2642
2694
|
}
|
|
2643
2695
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2644
|
-
content: "
|
|
2696
|
+
content: "\e901";
|
|
2645
2697
|
}
|
|
2646
2698
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
2647
2699
|
outline: 0 none;
|
|
@@ -2728,7 +2780,7 @@
|
|
|
2728
2780
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2729
2781
|
}
|
|
2730
2782
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
2731
|
-
content: "
|
|
2783
|
+
content: "\e90b";
|
|
2732
2784
|
}
|
|
2733
2785
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
2734
2786
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -2801,7 +2853,7 @@
|
|
|
2801
2853
|
font-size: 1rem;
|
|
2802
2854
|
}
|
|
2803
2855
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2804
|
-
content: "
|
|
2856
|
+
content: "\e900";
|
|
2805
2857
|
}
|
|
2806
2858
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2807
2859
|
font-family: "PrimeIcons" !important;
|
|
@@ -2809,7 +2861,7 @@
|
|
|
2809
2861
|
font-size: 1rem;
|
|
2810
2862
|
}
|
|
2811
2863
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2812
|
-
content: "
|
|
2864
|
+
content: "\e901";
|
|
2813
2865
|
}
|
|
2814
2866
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
2815
2867
|
outline: 0 none;
|
|
@@ -2854,6 +2906,10 @@
|
|
|
2854
2906
|
border-top-right-radius: 4px;
|
|
2855
2907
|
border-bottom-right-radius: 4px;
|
|
2856
2908
|
}
|
|
2909
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2910
|
+
color: #CE93D8;
|
|
2911
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2912
|
+
}
|
|
2857
2913
|
|
|
2858
2914
|
.p-orderlist .p-orderlist-controls {
|
|
2859
2915
|
padding: 1rem;
|
|
@@ -2970,12 +3026,12 @@
|
|
|
2970
3026
|
color: rgba(255, 255, 255, 0.6);
|
|
2971
3027
|
}
|
|
2972
3028
|
.p-paginator .p-paginator-first {
|
|
2973
|
-
border-top-left-radius:
|
|
2974
|
-
border-bottom-left-radius:
|
|
3029
|
+
border-top-left-radius: 50%;
|
|
3030
|
+
border-bottom-left-radius: 50%;
|
|
2975
3031
|
}
|
|
2976
3032
|
.p-paginator .p-paginator-last {
|
|
2977
|
-
border-top-right-radius:
|
|
2978
|
-
border-bottom-right-radius:
|
|
3033
|
+
border-top-right-radius: 50%;
|
|
3034
|
+
border-bottom-right-radius: 50%;
|
|
2979
3035
|
}
|
|
2980
3036
|
.p-paginator .p-dropdown {
|
|
2981
3037
|
margin-left: 0.5rem;
|
|
@@ -2985,6 +3041,13 @@
|
|
|
2985
3041
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
2986
3042
|
padding-right: 0;
|
|
2987
3043
|
}
|
|
3044
|
+
.p-paginator .p-paginator-page-input {
|
|
3045
|
+
margin-left: 0.5rem;
|
|
3046
|
+
margin-right: 0.5rem;
|
|
3047
|
+
}
|
|
3048
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3049
|
+
max-width: 3rem;
|
|
3050
|
+
}
|
|
2988
3051
|
.p-paginator .p-paginator-current {
|
|
2989
3052
|
background-color: transparent;
|
|
2990
3053
|
border: 0 none;
|
|
@@ -3247,7 +3310,6 @@
|
|
|
3247
3310
|
background: #1e1e1e;
|
|
3248
3311
|
color: rgba(255, 255, 255, 0.87);
|
|
3249
3312
|
transition: none;
|
|
3250
|
-
outline-color: transparent;
|
|
3251
3313
|
}
|
|
3252
3314
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
3253
3315
|
text-align: left;
|
|
@@ -3281,6 +3343,10 @@
|
|
|
3281
3343
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3282
3344
|
color: rgba(255, 255, 255, 0.87);
|
|
3283
3345
|
}
|
|
3346
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3347
|
+
outline: 1px solid transparent;
|
|
3348
|
+
outline-offset: -1px;
|
|
3349
|
+
}
|
|
3284
3350
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3285
3351
|
background: rgba(206, 147, 216, 0.16);
|
|
3286
3352
|
color: #CE93D8;
|
|
@@ -3492,6 +3558,9 @@
|
|
|
3492
3558
|
outline-offset: 0;
|
|
3493
3559
|
box-shadow: none;
|
|
3494
3560
|
}
|
|
3561
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
|
|
3562
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3563
|
+
}
|
|
3495
3564
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
|
3496
3565
|
background: rgba(255, 255, 255, 0.04);
|
|
3497
3566
|
border-color: rgba(255, 255, 255, 0.12);
|
|
@@ -3606,9 +3675,9 @@
|
|
|
3606
3675
|
margin-right: 0;
|
|
3607
3676
|
}
|
|
3608
3677
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
|
3609
|
-
border:
|
|
3610
|
-
border-width: 0 0
|
|
3611
|
-
border-color: transparent transparent
|
|
3678
|
+
border: solid rgba(255, 255, 255, 0.12);
|
|
3679
|
+
border-width: 0 0 1px 0;
|
|
3680
|
+
border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent;
|
|
3612
3681
|
background: transparent;
|
|
3613
3682
|
color: rgba(255, 255, 255, 0.6);
|
|
3614
3683
|
padding: 1rem 1.5rem;
|
|
@@ -3616,23 +3685,35 @@
|
|
|
3616
3685
|
border-top-right-radius: 4px;
|
|
3617
3686
|
border-top-left-radius: 4px;
|
|
3618
3687
|
transition: none;
|
|
3619
|
-
margin: 0 0
|
|
3688
|
+
margin: 0 0 -1px 0;
|
|
3620
3689
|
}
|
|
3621
3690
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
3622
3691
|
outline: 0 none;
|
|
3623
3692
|
outline-offset: 0;
|
|
3624
|
-
box-shadow: none;
|
|
3693
|
+
box-shadow: inset none;
|
|
3625
3694
|
}
|
|
3626
3695
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
3627
3696
|
background: rgba(206, 147, 216, 0.04);
|
|
3628
|
-
border-color:
|
|
3697
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
3629
3698
|
color: rgba(255, 255, 255, 0.6);
|
|
3630
3699
|
}
|
|
3631
3700
|
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
|
3632
3701
|
background: transparent;
|
|
3633
|
-
border-color:
|
|
3702
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
3634
3703
|
color: #CE93D8;
|
|
3635
3704
|
}
|
|
3705
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3706
|
+
background: transparent;
|
|
3707
|
+
color: #CE93D8;
|
|
3708
|
+
width: 3rem;
|
|
3709
|
+
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);
|
|
3710
|
+
border-radius: 0;
|
|
3711
|
+
}
|
|
3712
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3713
|
+
outline: 0 none;
|
|
3714
|
+
outline-offset: 0;
|
|
3715
|
+
box-shadow: inset none;
|
|
3716
|
+
}
|
|
3636
3717
|
.p-tabview .p-tabview-panels {
|
|
3637
3718
|
background: transparent;
|
|
3638
3719
|
padding: 1rem;
|
|
@@ -3761,10 +3842,6 @@
|
|
|
3761
3842
|
margin-left: 1rem;
|
|
3762
3843
|
}
|
|
3763
3844
|
|
|
3764
|
-
.p-dialog-mask.p-component-overlay {
|
|
3765
|
-
background-color: rgba(0, 0, 0, 0.32);
|
|
3766
|
-
}
|
|
3767
|
-
|
|
3768
3845
|
.p-overlaypanel {
|
|
3769
3846
|
background: #262626;
|
|
3770
3847
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3845,10 +3922,6 @@
|
|
|
3845
3922
|
padding: 1rem;
|
|
3846
3923
|
}
|
|
3847
3924
|
|
|
3848
|
-
.p-sidebar-mask.p-component-overlay {
|
|
3849
|
-
background: rgba(0, 0, 0, 0.32);
|
|
3850
|
-
}
|
|
3851
|
-
|
|
3852
3925
|
.p-tooltip .p-tooltip-text {
|
|
3853
3926
|
background: #444444;
|
|
3854
3927
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -3953,6 +4026,7 @@
|
|
|
3953
4026
|
color: rgba(255, 255, 255, 0.87);
|
|
3954
4027
|
border: 0 none;
|
|
3955
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;
|
|
3956
4030
|
width: 12.5rem;
|
|
3957
4031
|
}
|
|
3958
4032
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -3994,6 +4068,7 @@
|
|
|
3994
4068
|
background: #2b2b2b;
|
|
3995
4069
|
border: 0 none;
|
|
3996
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;
|
|
3997
4072
|
}
|
|
3998
4073
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
3999
4074
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -4012,7 +4087,7 @@
|
|
|
4012
4087
|
font-size: 0.875rem;
|
|
4013
4088
|
}
|
|
4014
4089
|
|
|
4015
|
-
.p-dock .p-dock-list {
|
|
4090
|
+
.p-dock .p-dock-list-container {
|
|
4016
4091
|
background: rgba(255, 255, 255, 0.1);
|
|
4017
4092
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
4018
4093
|
padding: 0.5rem 0.5rem;
|
|
@@ -4052,6 +4127,26 @@
|
|
|
4052
4127
|
margin: 1.5rem 0;
|
|
4053
4128
|
}
|
|
4054
4129
|
|
|
4130
|
+
@media screen and (max-width: 960px) {
|
|
4131
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4132
|
+
overflow-x: auto;
|
|
4133
|
+
width: 100%;
|
|
4134
|
+
}
|
|
4135
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4136
|
+
margin: 0 auto;
|
|
4137
|
+
}
|
|
4138
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4139
|
+
overflow-y: auto;
|
|
4140
|
+
height: 100%;
|
|
4141
|
+
}
|
|
4142
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4143
|
+
margin: auto 0;
|
|
4144
|
+
}
|
|
4145
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4146
|
+
transform: none;
|
|
4147
|
+
margin: 0;
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4055
4150
|
.p-megamenu {
|
|
4056
4151
|
padding: 1rem;
|
|
4057
4152
|
background: #1e1e1e;
|
|
@@ -4654,9 +4749,9 @@
|
|
|
4654
4749
|
margin-right: 0;
|
|
4655
4750
|
}
|
|
4656
4751
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
|
|
4657
|
-
border:
|
|
4658
|
-
border-width: 0 0
|
|
4659
|
-
border-color: transparent transparent
|
|
4752
|
+
border: solid rgba(255, 255, 255, 0.12);
|
|
4753
|
+
border-width: 0 0 1px 0;
|
|
4754
|
+
border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent;
|
|
4660
4755
|
background: transparent;
|
|
4661
4756
|
color: rgba(255, 255, 255, 0.6);
|
|
4662
4757
|
padding: 1rem 1.5rem;
|
|
@@ -4664,7 +4759,7 @@
|
|
|
4664
4759
|
border-top-right-radius: 4px;
|
|
4665
4760
|
border-top-left-radius: 4px;
|
|
4666
4761
|
transition: none;
|
|
4667
|
-
margin: 0 0
|
|
4762
|
+
margin: 0 0 -1px 0;
|
|
4668
4763
|
}
|
|
4669
4764
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
|
4670
4765
|
margin-right: 0.5rem;
|
|
@@ -4672,16 +4767,16 @@
|
|
|
4672
4767
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
4673
4768
|
outline: 0 none;
|
|
4674
4769
|
outline-offset: 0;
|
|
4675
|
-
box-shadow: none;
|
|
4770
|
+
box-shadow: inset none;
|
|
4676
4771
|
}
|
|
4677
4772
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
4678
4773
|
background: rgba(206, 147, 216, 0.04);
|
|
4679
|
-
border-color:
|
|
4774
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
4680
4775
|
color: rgba(255, 255, 255, 0.6);
|
|
4681
4776
|
}
|
|
4682
4777
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
|
|
4683
4778
|
background: transparent;
|
|
4684
|
-
border-color:
|
|
4779
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
4685
4780
|
color: #CE93D8;
|
|
4686
4781
|
}
|
|
4687
4782
|
|
|
@@ -5065,8 +5160,46 @@
|
|
|
5065
5160
|
box-shadow: none;
|
|
5066
5161
|
}
|
|
5067
5162
|
|
|
5068
|
-
.p-galleria-mask
|
|
5069
|
-
|
|
5163
|
+
.p-galleria-mask {
|
|
5164
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5165
|
+
}
|
|
5166
|
+
|
|
5167
|
+
.p-image-mask {
|
|
5168
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5169
|
+
}
|
|
5170
|
+
|
|
5171
|
+
.p-image-preview-indicator {
|
|
5172
|
+
background-color: transparent;
|
|
5173
|
+
color: #f8f9fa;
|
|
5174
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5175
|
+
}
|
|
5176
|
+
|
|
5177
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5178
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5179
|
+
}
|
|
5180
|
+
|
|
5181
|
+
.p-image-toolbar {
|
|
5182
|
+
padding: 1rem;
|
|
5183
|
+
}
|
|
5184
|
+
|
|
5185
|
+
.p-image-action.p-link {
|
|
5186
|
+
color: #f8f9fa;
|
|
5187
|
+
background-color: transparent;
|
|
5188
|
+
width: 3rem;
|
|
5189
|
+
height: 3rem;
|
|
5190
|
+
border-radius: 50%;
|
|
5191
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5192
|
+
margin-right: 0.5rem;
|
|
5193
|
+
}
|
|
5194
|
+
.p-image-action.p-link:last-child {
|
|
5195
|
+
margin-right: 0;
|
|
5196
|
+
}
|
|
5197
|
+
.p-image-action.p-link:hover {
|
|
5198
|
+
color: #f8f9fa;
|
|
5199
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5200
|
+
}
|
|
5201
|
+
.p-image-action.p-link i {
|
|
5202
|
+
font-size: 1.5rem;
|
|
5070
5203
|
}
|
|
5071
5204
|
|
|
5072
5205
|
.p-avatar {
|
|
@@ -5136,10 +5269,6 @@
|
|
|
5136
5269
|
line-height: 3rem;
|
|
5137
5270
|
}
|
|
5138
5271
|
|
|
5139
|
-
.p-blockui.p-component-overlay {
|
|
5140
|
-
background: rgba(0, 0, 0, 0.32);
|
|
5141
|
-
}
|
|
5142
|
-
|
|
5143
5272
|
.p-chip {
|
|
5144
5273
|
background-color: rgba(255, 255, 255, 0.12);
|
|
5145
5274
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -5198,7 +5327,7 @@
|
|
|
5198
5327
|
background: #CE93D8;
|
|
5199
5328
|
}
|
|
5200
5329
|
.p-progressbar .p-progressbar-label {
|
|
5201
|
-
color:
|
|
5330
|
+
color: #121212;
|
|
5202
5331
|
line-height: 4px;
|
|
5203
5332
|
}
|
|
5204
5333
|
|
|
@@ -5386,6 +5515,13 @@
|
|
|
5386
5515
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
|
5387
5516
|
}
|
|
5388
5517
|
|
|
5518
|
+
.p-breadcrumb .p-menuitem-link {
|
|
5519
|
+
padding: 0.25rem 0.5rem;
|
|
5520
|
+
}
|
|
5521
|
+
.p-breadcrumb .p-menuitem-link:focus {
|
|
5522
|
+
background: rgba(255, 255, 255, 0.12);
|
|
5523
|
+
}
|
|
5524
|
+
|
|
5389
5525
|
.p-button {
|
|
5390
5526
|
font-weight: 500;
|
|
5391
5527
|
min-width: 4rem;
|
|
@@ -5411,6 +5547,15 @@
|
|
|
5411
5547
|
.p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
|
|
5412
5548
|
background-color: rgba(206, 147, 216, 0.16);
|
|
5413
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
|
+
}
|
|
5414
5559
|
.p-button:disabled {
|
|
5415
5560
|
background-color: rgba(255, 255, 255, 0.12) !important;
|
|
5416
5561
|
color: rgba(255, 255, 255, 0.38) !important;
|
|
@@ -5884,6 +6029,13 @@
|
|
|
5884
6029
|
background-color: rgba(255, 255, 255, 0.03);
|
|
5885
6030
|
}
|
|
5886
6031
|
|
|
6032
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6033
|
+
box-shadow: inset 0 2px 0 0 #CE93D8;
|
|
6034
|
+
}
|
|
6035
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
6036
|
+
box-shadow: inset 0 -2px 0 0 #CE93D8;
|
|
6037
|
+
}
|
|
6038
|
+
|
|
5887
6039
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
|
5888
6040
|
background-image: none;
|
|
5889
6041
|
background: transparent;
|
|
@@ -5947,6 +6099,51 @@
|
|
|
5947
6099
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
|
5948
6100
|
}
|
|
5949
6101
|
|
|
6102
|
+
.fc {
|
|
6103
|
+
/* FullCalendar 4 */
|
|
6104
|
+
/* FullCalendar 5 */
|
|
6105
|
+
}
|
|
6106
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6107
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6108
|
+
}
|
|
6109
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6110
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6111
|
+
}
|
|
6112
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6113
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6114
|
+
}
|
|
6115
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6116
|
+
background: rgba(206, 147, 216, 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: #1c1c1c;
|
|
6120
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
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: #262626;
|
|
6124
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6125
|
+
}
|
|
6126
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6127
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6128
|
+
}
|
|
6129
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6130
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6131
|
+
}
|
|
6132
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6133
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6134
|
+
}
|
|
6135
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6136
|
+
background: rgba(206, 147, 216, 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: #1c1c1c;
|
|
6140
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
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: #262626;
|
|
6144
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6145
|
+
}
|
|
6146
|
+
|
|
5950
6147
|
.p-galleria .p-galleria-indicators {
|
|
5951
6148
|
padding: 1rem;
|
|
5952
6149
|
}
|
|
@@ -6054,19 +6251,22 @@
|
|
|
6054
6251
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6055
6252
|
box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04);
|
|
6056
6253
|
}
|
|
6057
|
-
.p-inputswitch.p-
|
|
6254
|
+
.p-inputswitch.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6058
6255
|
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6059
6256
|
}
|
|
6060
6257
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6061
6258
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6062
6259
|
}
|
|
6063
|
-
.p-inputswitch.p-inputswitch-checked.p-
|
|
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 {
|
|
6064
6261
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6065
6262
|
}
|
|
6066
6263
|
|
|
6067
6264
|
.p-fieldset .p-fieldset-legend {
|
|
6068
6265
|
border: 0 none;
|
|
6069
6266
|
}
|
|
6267
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6268
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6269
|
+
}
|
|
6070
6270
|
|
|
6071
6271
|
.p-float-label input:focus ~ label,
|
|
6072
6272
|
.p-float-label input.p-filled ~ label,
|
|
@@ -6105,9 +6305,27 @@
|
|
|
6105
6305
|
background: transparent;
|
|
6106
6306
|
}
|
|
6107
6307
|
|
|
6108
|
-
.p-listbox-item .p-ink {
|
|
6308
|
+
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
6109
6309
|
background-color: rgba(206, 147, 216, 0.16);
|
|
6110
6310
|
}
|
|
6311
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
6312
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6313
|
+
}
|
|
6314
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6315
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6316
|
+
}
|
|
6317
|
+
|
|
6318
|
+
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6319
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6320
|
+
}
|
|
6321
|
+
|
|
6322
|
+
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
6323
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6324
|
+
}
|
|
6325
|
+
|
|
6326
|
+
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
6327
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6328
|
+
}
|
|
6111
6329
|
|
|
6112
6330
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
6113
6331
|
background-image: none;
|
|
@@ -6120,9 +6338,18 @@
|
|
|
6120
6338
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
|
6121
6339
|
}
|
|
6122
6340
|
|
|
6123
|
-
.p-multiselect-item .p-ink {
|
|
6341
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
6124
6342
|
background-color: rgba(206, 147, 216, 0.16);
|
|
6125
6343
|
}
|
|
6344
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
6345
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6346
|
+
}
|
|
6347
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
|
6348
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6349
|
+
}
|
|
6350
|
+
.p-multiselect-panel .p-multiselect-close:focus {
|
|
6351
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6352
|
+
}
|
|
6126
6353
|
|
|
6127
6354
|
.p-input-filled .p-multiselect {
|
|
6128
6355
|
border-bottom-left-radius: 0;
|
|
@@ -6197,6 +6424,13 @@
|
|
|
6197
6424
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
|
6198
6425
|
}
|
|
6199
6426
|
|
|
6427
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
6428
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6429
|
+
}
|
|
6430
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
6431
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6432
|
+
}
|
|
6433
|
+
|
|
6200
6434
|
.p-overlaypanel .p-overlaypanel-content {
|
|
6201
6435
|
padding: 1.5rem;
|
|
6202
6436
|
}
|
|
@@ -6204,6 +6438,12 @@
|
|
|
6204
6438
|
.p-paginator {
|
|
6205
6439
|
justify-content: flex-end;
|
|
6206
6440
|
}
|
|
6441
|
+
.p-paginator .p-paginator-element:focus {
|
|
6442
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6443
|
+
}
|
|
6444
|
+
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
6445
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6446
|
+
}
|
|
6207
6447
|
|
|
6208
6448
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
6209
6449
|
border-color: transparent;
|
|
@@ -6237,6 +6477,9 @@
|
|
|
6237
6477
|
.p-panel .p-panel-title {
|
|
6238
6478
|
font-size: 1.25rem;
|
|
6239
6479
|
}
|
|
6480
|
+
.p-panel .p-panel-header-icon:focus {
|
|
6481
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6482
|
+
}
|
|
6240
6483
|
|
|
6241
6484
|
.p-panelmenu .p-panelmenu-panel {
|
|
6242
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);
|
|
@@ -6264,17 +6507,49 @@
|
|
|
6264
6507
|
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
|
|
6265
6508
|
opacity: 0.38;
|
|
6266
6509
|
}
|
|
6267
|
-
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header
|
|
6510
|
+
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
|
|
6268
6511
|
background: rgba(255, 255, 255, 0.04);
|
|
6269
6512
|
}
|
|
6513
|
+
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
6514
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6515
|
+
}
|
|
6516
|
+
|
|
6517
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
6518
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6519
|
+
}
|
|
6520
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
6521
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6522
|
+
}
|
|
6270
6523
|
|
|
6271
6524
|
.p-progressbar {
|
|
6272
6525
|
border-radius: 0;
|
|
6273
6526
|
}
|
|
6274
|
-
.p-progressbar .p-progressbar-label {
|
|
6527
|
+
.p-progressbar.p-progressbar-determinate .p-progressbar-label {
|
|
6275
6528
|
display: none;
|
|
6276
6529
|
}
|
|
6277
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(206, 147, 216, 0.12);
|
|
6542
|
+
}
|
|
6543
|
+
.p-rating .p-rating-icon.p-rating-cancel:focus {
|
|
6544
|
+
background: rgba(244, 68, 53, 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(244, 68, 53, 0.04);
|
|
6551
|
+
}
|
|
6552
|
+
|
|
6278
6553
|
.p-radiobutton {
|
|
6279
6554
|
border-radius: 50%;
|
|
6280
6555
|
transition: box-shadow 0.2s;
|
|
@@ -6352,7 +6627,7 @@
|
|
|
6352
6627
|
flex-direction: row;
|
|
6353
6628
|
flex: 1 1 auto;
|
|
6354
6629
|
overflow: visible;
|
|
6355
|
-
padding:
|
|
6630
|
+
padding: 1rem 0.5rem;
|
|
6356
6631
|
}
|
|
6357
6632
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
6358
6633
|
background-color: #9e9d9e;
|
|
@@ -6366,6 +6641,9 @@
|
|
|
6366
6641
|
margin: 0;
|
|
6367
6642
|
padding-left: 0.5rem;
|
|
6368
6643
|
}
|
|
6644
|
+
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
|
|
6645
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6646
|
+
}
|
|
6369
6647
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
6370
6648
|
background-color: #CE93D8;
|
|
6371
6649
|
color: #121212;
|
|
@@ -6401,6 +6679,10 @@
|
|
|
6401
6679
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
6402
6680
|
}
|
|
6403
6681
|
|
|
6682
|
+
.p-tieredmenu .p-menuitem-link:focus {
|
|
6683
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6684
|
+
}
|
|
6685
|
+
|
|
6404
6686
|
.p-toolbar {
|
|
6405
6687
|
border: 0 none;
|
|
6406
6688
|
}
|
|
@@ -6413,6 +6695,13 @@
|
|
|
6413
6695
|
display: none;
|
|
6414
6696
|
}
|
|
6415
6697
|
|
|
6698
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
6699
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6700
|
+
}
|
|
6701
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
6702
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6703
|
+
}
|
|
6704
|
+
|
|
6416
6705
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
6417
6706
|
background-image: none;
|
|
6418
6707
|
background: transparent;
|
|
@@ -6527,6 +6816,9 @@
|
|
|
6527
6816
|
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
|
|
6528
6817
|
background-color: rgba(206, 147, 216, 0.12);
|
|
6529
6818
|
}
|
|
6819
|
+
.p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
|
|
6820
|
+
background-color: rgba(206, 147, 216, 0.12);
|
|
6821
|
+
}
|
|
6530
6822
|
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
|
|
6531
6823
|
display: block;
|
|
6532
6824
|
position: absolute;
|