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.
- 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 +4893 -0
- package/api/api.umd.js +4903 -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 -106
- package/{utils/filterutils.umd.js → api/filterservice.umd.js} +209 -108
- 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 +64 -23
- package/autocomplete/autocomplete.umd.js +64 -23
- 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 +342 -70
- package/calendar/calendar.common.js +403 -73
- package/calendar/calendar.umd.js +403 -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 -17
- package/cascadeselect/cascadeselect.umd.js +53 -17
- package/cascadeselect/cascadeselect.umd.min.js +1 -1
- package/cascadeselect/cascadeselectsub.common.js +48 -14
- package/cascadeselect/cascadeselectsub.umd.js +48 -14
- package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
- package/cascadeselect/demo.html +4 -3
- 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 -18
- package/checkbox/checkbox.umd.js +38 -18
- 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 +3589 -130
- package/config/primevue.umd.js +3589 -130
- package/config/primevue.umd.min.js +1 -1
- package/{confirmationservice → confirmationeventbus}/ConfirmationEventBus.js +3 -3
- package/confirmationeventbus/confirmationeventbus.common.js +1777 -0
- package/confirmationeventbus/confirmationeventbus.umd.js +1787 -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 +1609 -6
- package/confirmationservice/confirmationservice.umd.js +1609 -6
- package/confirmationservice/confirmationservice.umd.min.js +1 -1
- package/confirmdialog/ConfirmDialog.vue +9 -3
- package/confirmdialog/confirmdialog.common.js +465 -46
- package/confirmdialog/confirmdialog.umd.js +465 -46
- 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 +535 -13
- package/confirmpopup/confirmpopup.umd.js +535 -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 +43 -15
- package/datatable/DataTable.vue +606 -398
- package/datatable/FooterCell.vue +82 -0
- package/datatable/HeaderCell.vue +246 -0
- package/datatable/HeaderCheckbox.vue +7 -4
- package/datatable/RowCheckbox.vue +2 -2
- package/datatable/RowRadioButton.vue +1 -1
- package/datatable/TableBody.vue +92 -23
- package/datatable/TableFooter.vue +34 -18
- package/datatable/TableHeader.vue +79 -134
- package/datatable/bodycell.common.js +592 -65
- package/datatable/bodycell.umd.js +592 -65
- package/datatable/bodycell.umd.min.js +1 -1
- package/datatable/columnfilter.common.js +7615 -0
- package/datatable/columnfilter.umd.js +7625 -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 +4384 -1399
- package/datatable/datatable.umd.js +4384 -1399
- package/datatable/datatable.umd.min.js +1 -1
- package/datatable/demo.html +3 -3
- package/datatable/footercell.common.js +5457 -0
- package/datatable/footercell.umd.js +5467 -0
- package/datatable/footercell.umd.min.js +1 -0
- package/datatable/headercell.common.js +8066 -0
- package/datatable/headercell.umd.js +8076 -0
- package/datatable/headercell.umd.min.js +1 -0
- package/datatable/headercheckbox.common.js +8 -5
- package/datatable/headercheckbox.umd.js +8 -5
- package/datatable/headercheckbox.umd.min.js +1 -1
- package/datatable/rowcheckbox.common.js +3 -3
- package/datatable/rowcheckbox.umd.js +3 -3
- package/datatable/rowcheckbox.umd.min.js +1 -1
- package/datatable/rowradiobutton.common.js +3 -3
- package/datatable/rowradiobutton.umd.js +3 -3
- package/datatable/rowradiobutton.umd.min.js +1 -1
- package/datatable/tablebody.common.js +1041 -443
- package/datatable/tablebody.umd.js +1041 -443
- package/datatable/tablebody.umd.min.js +1 -1
- package/datatable/tablefooter.common.js +3789 -105
- package/datatable/tablefooter.umd.js +3789 -105
- package/datatable/tablefooter.umd.min.js +1 -1
- package/datatable/tableheader.common.js +6635 -2132
- package/datatable/tableheader.umd.js +6635 -2132
- 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 +8 -8
- package/dataview/dataview.common.js +1974 -79
- package/dataview/dataview.umd.js +1974 -79
- 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.d.ts +1 -0
- package/dialog/Dialog.vue +41 -24
- package/dialog/dialog.common.js +68 -27
- package/dialog/dialog.umd.js +68 -27
- 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 +34 -6
- package/dropdown/dropdown.common.js +84 -21
- package/dropdown/dropdown.umd.js +84 -21
- 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 -14
- package/listbox/listbox.umd.js +48 -14
- 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/demo.html +3 -4
- 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 -18
- package/multiselect/multiselect.umd.js +58 -18
- 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 -17
- package/orderlist/orderlist.umd.js +53 -17
- 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 +1777 -0
- package/overlayeventbus/overlayeventbus.umd.js +1787 -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 +6505 -0
- package/paginator/jumptopagedropdown.umd.js +6515 -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 +2280 -118
- package/paginator/paginator.umd.js +2280 -118
- 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 +92 -28
- package/paginator/rowsperpagedropdown.umd.js +92 -28
- 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 -17
- package/picklist/picklist.umd.js +57 -17
- 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 -14
- package/radiobutton/radiobutton.umd.js +26 -14
- 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 +198 -59
- package/resources/themes/arya-green/theme.css +198 -59
- package/resources/themes/arya-orange/theme.css +198 -59
- package/resources/themes/arya-purple/theme.css +198 -59
- package/resources/themes/bootstrap4-dark-blue/theme.css +179 -47
- package/resources/themes/bootstrap4-dark-purple/theme.css +179 -47
- package/resources/themes/bootstrap4-light-blue/theme.css +179 -47
- package/resources/themes/bootstrap4-light-purple/theme.css +179 -47
- package/resources/themes/fluent-light/theme.css +202 -63
- 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 +5421 -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 +5421 -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 +5421 -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 +5421 -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 +5421 -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 +5421 -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 +5421 -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 +5421 -0
- package/resources/themes/luna-amber/theme.css +195 -63
- package/resources/themes/luna-blue/theme.css +195 -63
- package/resources/themes/luna-green/theme.css +195 -63
- package/resources/themes/luna-pink/theme.css +195 -63
- package/resources/themes/md-dark-deeppurple/theme.css +382 -87
- package/resources/themes/md-dark-indigo/theme.css +382 -87
- package/resources/themes/md-light-deeppurple/theme.css +382 -87
- package/resources/themes/md-light-indigo/theme.css +382 -87
- package/resources/themes/mdc-dark-deeppurple/theme.css +382 -87
- package/resources/themes/mdc-dark-indigo/theme.css +382 -87
- package/resources/themes/mdc-light-deeppurple/theme.css +382 -87
- package/resources/themes/mdc-light-indigo/theme.css +382 -87
- package/resources/themes/nova/theme.css +195 -63
- package/resources/themes/nova-accent/theme.css +195 -63
- package/resources/themes/nova-alt/theme.css +195 -63
- package/resources/themes/nova-vue/theme.css +195 -63
- package/resources/themes/rhea/theme.css +195 -63
- package/resources/themes/saga-blue/theme.css +182 -43
- package/resources/themes/saga-green/theme.css +182 -43
- package/resources/themes/saga-orange/theme.css +182 -43
- package/resources/themes/saga-purple/theme.css +182 -43
- 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 +5496 -0
- package/resources/themes/vela-blue/theme.css +198 -59
- package/resources/themes/vela-green/theme.css +198 -59
- package/resources/themes/vela-orange/theme.css +198 -59
- package/resources/themes/vela-purple/theme.css +198 -59
- 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 -16
- package/selectbutton/selectbutton.umd.js +55 -16
- package/selectbutton/selectbutton.umd.min.js +1 -1
- package/sidebar/Sidebar.vue +5 -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.common.js +27 -0
- package/styleclass/styleclass.umd.js +27 -0
- 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 -18
- package/tabview/tabview.umd.js +124 -18
- package/tabview/tabview.umd.min.js +1 -1
- package/tag/Tag.vue +1 -1
- package/tag/tag.common.js +3 -3
- package/tag/tag.umd.js +3 -3
- package/tag/tag.umd.min.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/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 -14
- package/timeline/timeline.umd.js +26 -14
- 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 +1760 -69
- package/tooltip/tooltip.umd.js +1760 -69
- package/tooltip/tooltip.umd.min.js +1 -1
- package/tree/Tree.vue +1 -0
- package/tree/TreeNode.vue +5 -1
- package/tree/tree.common.js +68 -32
- package/tree/tree.umd.js +68 -32
- 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/FooterCell.vue +81 -0
- package/treetable/HeaderCell.vue +183 -0
- package/treetable/TreeTable.d.ts +3 -2
- package/treetable/TreeTable.vue +73 -114
- package/treetable/TreeTableRow.vue +7 -4
- package/treetable/footercell.common.js +5304 -0
- package/treetable/footercell.umd.js +5314 -0
- package/treetable/footercell.umd.min.js +1 -0
- package/treetable/headercell.common.js +5533 -0
- package/treetable/headercell.umd.js +5543 -0
- package/treetable/headercell.umd.min.js +1 -0
- package/treetable/treetable.common.js +3795 -1558
- package/treetable/treetable.umd.js +3795 -1558
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +58 -22
- package/treetable/treetablerow.umd.js +58 -22
- package/treetable/treetablerow.umd.min.js +1 -1
- package/treetable/treetablerowloader.common.js +61 -26
- package/treetable/treetablerowloader.umd.js +61 -26
- 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 +1774 -0
- package/utils/eventbus.umd.js +1784 -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 -13
- package/utils/objectutils.umd.js +25 -13
- package/utils/objectutils.umd.min.js +1 -1
- package/utils/utils.common.js +5486 -0
- package/utils/utils.umd.js +5496 -0
- package/utils/utils.umd.min.js +1 -0
- package/vetur-attributes.json +156 -20
- package/vetur-tags.json +60 -21
- package/web-types.json +497 -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:#ffffff;
|
|
4
3
|
--surface-b:#fafafa;
|
|
@@ -39,8 +38,10 @@
|
|
|
39
38
|
--surface-section:#ffffff;
|
|
40
39
|
--surface-card:#ffffff;
|
|
41
40
|
--surface-overlay:#ffffff;
|
|
42
|
-
--surface-border
|
|
41
|
+
--surface-border:rgba(0,0,0,.12);
|
|
43
42
|
--surface-hover:rgba(0,0,0,.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(0, 0, 0, 0.87);
|
|
375
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
376
|
+
font-weight: 500;
|
|
377
|
+
padding: 0.5rem;
|
|
348
378
|
}
|
|
349
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
box-shadow: none;
|
|
353
|
-
border-color: #3F51B5;
|
|
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: #3F51B5;
|
|
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: #3F51B5;
|
|
449
477
|
background: rgba(63, 81, 181, 0.12);
|
|
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: #3F51B5;
|
|
489
|
+
background: rgba(63, 81, 181, 0.12);
|
|
490
|
+
}
|
|
451
491
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
452
|
-
border-
|
|
492
|
+
border-left: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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: #323232;
|
|
673
|
-
border
|
|
717
|
+
border: 1px solid #191919;
|
|
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;
|
|
@@ -790,6 +835,9 @@
|
|
|
790
835
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
|
791
836
|
background-color: #dcdcdc;
|
|
792
837
|
}
|
|
838
|
+
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
|
839
|
+
background-color: transparent;
|
|
840
|
+
}
|
|
793
841
|
|
|
794
842
|
.p-editor-container .p-editor-toolbar {
|
|
795
843
|
background: #ffffff;
|
|
@@ -1408,7 +1456,7 @@
|
|
|
1408
1456
|
.p-rating .p-rating-icon:first-child {
|
|
1409
1457
|
margin-left: 0;
|
|
1410
1458
|
}
|
|
1411
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1459
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1412
1460
|
color: #3F51B5;
|
|
1413
1461
|
}
|
|
1414
1462
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -1632,17 +1680,17 @@
|
|
|
1632
1680
|
.p-button.p-button-outlined {
|
|
1633
1681
|
background-color: transparent;
|
|
1634
1682
|
color: #3F51B5;
|
|
1635
|
-
border:
|
|
1683
|
+
border: 0 none;
|
|
1636
1684
|
}
|
|
1637
1685
|
.p-button.p-button-outlined:enabled:hover {
|
|
1638
1686
|
background: rgba(63, 81, 181, 0.04);
|
|
1639
1687
|
color: #3F51B5;
|
|
1640
|
-
border:
|
|
1688
|
+
border: 0 none;
|
|
1641
1689
|
}
|
|
1642
1690
|
.p-button.p-button-outlined:enabled:active {
|
|
1643
1691
|
background: rgba(63, 81, 181, 0.16);
|
|
1644
1692
|
color: #3F51B5;
|
|
1645
|
-
border:
|
|
1693
|
+
border: 0 none;
|
|
1646
1694
|
}
|
|
1647
1695
|
.p-button.p-button-outlined.p-button-plain {
|
|
1648
1696
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -1780,17 +1828,17 @@
|
|
|
1780
1828
|
.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
1829
|
background-color: transparent;
|
|
1782
1830
|
color: #ff4081;
|
|
1783
|
-
border:
|
|
1831
|
+
border: 0 none;
|
|
1784
1832
|
}
|
|
1785
1833
|
.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
1834
|
background: rgba(255, 64, 129, 0.04);
|
|
1787
1835
|
color: #ff4081;
|
|
1788
|
-
border:
|
|
1836
|
+
border: 0 none;
|
|
1789
1837
|
}
|
|
1790
1838
|
.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
1839
|
background: rgba(255, 64, 129, 0.16);
|
|
1792
1840
|
color: #ff4081;
|
|
1793
|
-
border:
|
|
1841
|
+
border: 0 none;
|
|
1794
1842
|
}
|
|
1795
1843
|
.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
1844
|
background-color: transparent;
|
|
@@ -1829,17 +1877,17 @@
|
|
|
1829
1877
|
.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
1878
|
background-color: transparent;
|
|
1831
1879
|
color: #2196F3;
|
|
1832
|
-
border:
|
|
1880
|
+
border: 0 none;
|
|
1833
1881
|
}
|
|
1834
1882
|
.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
1883
|
background: rgba(33, 150, 243, 0.04);
|
|
1836
1884
|
color: #2196F3;
|
|
1837
|
-
border:
|
|
1885
|
+
border: 0 none;
|
|
1838
1886
|
}
|
|
1839
1887
|
.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
1888
|
background: rgba(33, 150, 243, 0.16);
|
|
1841
1889
|
color: #2196F3;
|
|
1842
|
-
border:
|
|
1890
|
+
border: 0 none;
|
|
1843
1891
|
}
|
|
1844
1892
|
.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
1893
|
background-color: transparent;
|
|
@@ -1878,17 +1926,17 @@
|
|
|
1878
1926
|
.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
1927
|
background-color: transparent;
|
|
1880
1928
|
color: #689F38;
|
|
1881
|
-
border:
|
|
1929
|
+
border: 0 none;
|
|
1882
1930
|
}
|
|
1883
1931
|
.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
1932
|
background: rgba(104, 159, 56, 0.04);
|
|
1885
1933
|
color: #689F38;
|
|
1886
|
-
border:
|
|
1934
|
+
border: 0 none;
|
|
1887
1935
|
}
|
|
1888
1936
|
.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
1937
|
background: rgba(104, 159, 56, 0.16);
|
|
1890
1938
|
color: #689F38;
|
|
1891
|
-
border:
|
|
1939
|
+
border: 0 none;
|
|
1892
1940
|
}
|
|
1893
1941
|
.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
1942
|
background-color: transparent;
|
|
@@ -1927,17 +1975,17 @@
|
|
|
1927
1975
|
.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
1976
|
background-color: transparent;
|
|
1929
1977
|
color: #FBC02D;
|
|
1930
|
-
border:
|
|
1978
|
+
border: 0 none;
|
|
1931
1979
|
}
|
|
1932
1980
|
.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
1981
|
background: rgba(251, 192, 45, 0.04);
|
|
1934
1982
|
color: #FBC02D;
|
|
1935
|
-
border:
|
|
1983
|
+
border: 0 none;
|
|
1936
1984
|
}
|
|
1937
1985
|
.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
1986
|
background: rgba(251, 192, 45, 0.16);
|
|
1939
1987
|
color: #FBC02D;
|
|
1940
|
-
border:
|
|
1988
|
+
border: 0 none;
|
|
1941
1989
|
}
|
|
1942
1990
|
.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
1991
|
background-color: transparent;
|
|
@@ -1976,17 +2024,17 @@
|
|
|
1976
2024
|
.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
2025
|
background-color: transparent;
|
|
1978
2026
|
color: #9C27B0;
|
|
1979
|
-
border:
|
|
2027
|
+
border: 0 none;
|
|
1980
2028
|
}
|
|
1981
2029
|
.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
2030
|
background: rgba(156, 39, 176, 0.04);
|
|
1983
2031
|
color: #9C27B0;
|
|
1984
|
-
border:
|
|
2032
|
+
border: 0 none;
|
|
1985
2033
|
}
|
|
1986
2034
|
.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
2035
|
background: rgba(156, 39, 176, 0.16);
|
|
1988
2036
|
color: #9C27B0;
|
|
1989
|
-
border:
|
|
2037
|
+
border: 0 none;
|
|
1990
2038
|
}
|
|
1991
2039
|
.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
2040
|
background-color: transparent;
|
|
@@ -2025,17 +2073,17 @@
|
|
|
2025
2073
|
.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
2074
|
background-color: transparent;
|
|
2027
2075
|
color: #D32F2F;
|
|
2028
|
-
border:
|
|
2076
|
+
border: 0 none;
|
|
2029
2077
|
}
|
|
2030
2078
|
.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
2079
|
background: rgba(211, 47, 47, 0.04);
|
|
2032
2080
|
color: #D32F2F;
|
|
2033
|
-
border:
|
|
2081
|
+
border: 0 none;
|
|
2034
2082
|
}
|
|
2035
2083
|
.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
2084
|
background: rgba(211, 47, 47, 0.16);
|
|
2037
2085
|
color: #D32F2F;
|
|
2038
|
-
border:
|
|
2086
|
+
border: 0 none;
|
|
2039
2087
|
}
|
|
2040
2088
|
.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
2089
|
background-color: transparent;
|
|
@@ -2271,7 +2319,6 @@
|
|
|
2271
2319
|
background: #ffffff;
|
|
2272
2320
|
color: rgba(0, 0, 0, 0.87);
|
|
2273
2321
|
transition: none;
|
|
2274
|
-
outline-color: transparent;
|
|
2275
2322
|
}
|
|
2276
2323
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2277
2324
|
text-align: left;
|
|
@@ -2313,6 +2360,10 @@
|
|
|
2313
2360
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2314
2361
|
font-weight: 500;
|
|
2315
2362
|
}
|
|
2363
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2364
|
+
outline: 0.15rem solid transparent;
|
|
2365
|
+
outline-offset: -0.15rem;
|
|
2366
|
+
}
|
|
2316
2367
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2317
2368
|
background: rgba(63, 81, 181, 0.12);
|
|
2318
2369
|
color: #3F51B5;
|
|
@@ -2334,6 +2385,10 @@
|
|
|
2334
2385
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2335
2386
|
background: #ffffff;
|
|
2336
2387
|
}
|
|
2388
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2389
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
|
|
2390
|
+
background-color: #ffffff;
|
|
2391
|
+
}
|
|
2337
2392
|
.p-datatable .p-datatable-loading-icon {
|
|
2338
2393
|
font-size: 2rem;
|
|
2339
2394
|
}
|
|
@@ -2633,7 +2688,7 @@
|
|
|
2633
2688
|
font-size: 1rem;
|
|
2634
2689
|
}
|
|
2635
2690
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2636
|
-
content: "
|
|
2691
|
+
content: "\e900";
|
|
2637
2692
|
}
|
|
2638
2693
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2639
2694
|
font-family: "PrimeIcons" !important;
|
|
@@ -2641,7 +2696,7 @@
|
|
|
2641
2696
|
font-size: 1rem;
|
|
2642
2697
|
}
|
|
2643
2698
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2644
|
-
content: "
|
|
2699
|
+
content: "\e901";
|
|
2645
2700
|
}
|
|
2646
2701
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
2647
2702
|
outline: 0 none;
|
|
@@ -2728,7 +2783,7 @@
|
|
|
2728
2783
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2729
2784
|
}
|
|
2730
2785
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
2731
|
-
content: "
|
|
2786
|
+
content: "\e90b";
|
|
2732
2787
|
}
|
|
2733
2788
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
2734
2789
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -2801,7 +2856,7 @@
|
|
|
2801
2856
|
font-size: 1rem;
|
|
2802
2857
|
}
|
|
2803
2858
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2804
|
-
content: "
|
|
2859
|
+
content: "\e900";
|
|
2805
2860
|
}
|
|
2806
2861
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2807
2862
|
font-family: "PrimeIcons" !important;
|
|
@@ -2809,7 +2864,7 @@
|
|
|
2809
2864
|
font-size: 1rem;
|
|
2810
2865
|
}
|
|
2811
2866
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2812
|
-
content: "
|
|
2867
|
+
content: "\e901";
|
|
2813
2868
|
}
|
|
2814
2869
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
2815
2870
|
outline: 0 none;
|
|
@@ -2854,6 +2909,10 @@
|
|
|
2854
2909
|
border-top-right-radius: 4px;
|
|
2855
2910
|
border-bottom-right-radius: 4px;
|
|
2856
2911
|
}
|
|
2912
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2913
|
+
color: #3F51B5;
|
|
2914
|
+
background: rgba(63, 81, 181, 0.12);
|
|
2915
|
+
}
|
|
2857
2916
|
|
|
2858
2917
|
.p-orderlist .p-orderlist-controls {
|
|
2859
2918
|
padding: 1rem;
|
|
@@ -2970,12 +3029,12 @@
|
|
|
2970
3029
|
color: rgba(0, 0, 0, 0.6);
|
|
2971
3030
|
}
|
|
2972
3031
|
.p-paginator .p-paginator-first {
|
|
2973
|
-
border-top-left-radius:
|
|
2974
|
-
border-bottom-left-radius:
|
|
3032
|
+
border-top-left-radius: 50%;
|
|
3033
|
+
border-bottom-left-radius: 50%;
|
|
2975
3034
|
}
|
|
2976
3035
|
.p-paginator .p-paginator-last {
|
|
2977
|
-
border-top-right-radius:
|
|
2978
|
-
border-bottom-right-radius:
|
|
3036
|
+
border-top-right-radius: 50%;
|
|
3037
|
+
border-bottom-right-radius: 50%;
|
|
2979
3038
|
}
|
|
2980
3039
|
.p-paginator .p-dropdown {
|
|
2981
3040
|
margin-left: 0.5rem;
|
|
@@ -2985,6 +3044,13 @@
|
|
|
2985
3044
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
2986
3045
|
padding-right: 0;
|
|
2987
3046
|
}
|
|
3047
|
+
.p-paginator .p-paginator-page-input {
|
|
3048
|
+
margin-left: 0.5rem;
|
|
3049
|
+
margin-right: 0.5rem;
|
|
3050
|
+
}
|
|
3051
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3052
|
+
max-width: 3rem;
|
|
3053
|
+
}
|
|
2988
3054
|
.p-paginator .p-paginator-current {
|
|
2989
3055
|
background-color: transparent;
|
|
2990
3056
|
border: 0 none;
|
|
@@ -3247,7 +3313,6 @@
|
|
|
3247
3313
|
background: #ffffff;
|
|
3248
3314
|
color: rgba(0, 0, 0, 0.87);
|
|
3249
3315
|
transition: none;
|
|
3250
|
-
outline-color: transparent;
|
|
3251
3316
|
}
|
|
3252
3317
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
3253
3318
|
text-align: left;
|
|
@@ -3281,6 +3346,10 @@
|
|
|
3281
3346
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3282
3347
|
color: rgba(0, 0, 0, 0.87);
|
|
3283
3348
|
}
|
|
3349
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3350
|
+
outline: 0.15rem solid transparent;
|
|
3351
|
+
outline-offset: -0.15rem;
|
|
3352
|
+
}
|
|
3284
3353
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3285
3354
|
background: rgba(63, 81, 181, 0.12);
|
|
3286
3355
|
color: #3F51B5;
|
|
@@ -3492,6 +3561,9 @@
|
|
|
3492
3561
|
outline-offset: 0;
|
|
3493
3562
|
box-shadow: none;
|
|
3494
3563
|
}
|
|
3564
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
|
|
3565
|
+
color: rgba(0, 0, 0, 0.87);
|
|
3566
|
+
}
|
|
3495
3567
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
|
3496
3568
|
background: rgba(0, 0, 0, 0.04);
|
|
3497
3569
|
border-color: #e0e0e0;
|
|
@@ -3606,9 +3678,9 @@
|
|
|
3606
3678
|
margin-right: 0;
|
|
3607
3679
|
}
|
|
3608
3680
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
|
3609
|
-
border:
|
|
3610
|
-
border-width: 0 0
|
|
3611
|
-
border-color: transparent transparent
|
|
3681
|
+
border: solid rgba(0, 0, 0, 0.12);
|
|
3682
|
+
border-width: 0 0 1px 0;
|
|
3683
|
+
border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
|
|
3612
3684
|
background: #ffffff;
|
|
3613
3685
|
color: rgba(0, 0, 0, 0.6);
|
|
3614
3686
|
padding: 1rem 1.5rem;
|
|
@@ -3616,23 +3688,35 @@
|
|
|
3616
3688
|
border-top-right-radius: 4px;
|
|
3617
3689
|
border-top-left-radius: 4px;
|
|
3618
3690
|
transition: none;
|
|
3619
|
-
margin: 0 0
|
|
3691
|
+
margin: 0 0 -1px 0;
|
|
3620
3692
|
}
|
|
3621
3693
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
3622
3694
|
outline: 0 none;
|
|
3623
3695
|
outline-offset: 0;
|
|
3624
|
-
box-shadow: none;
|
|
3696
|
+
box-shadow: inset none;
|
|
3625
3697
|
}
|
|
3626
3698
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
3627
3699
|
background: rgba(63, 81, 181, 0.04);
|
|
3628
|
-
border-color:
|
|
3700
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3629
3701
|
color: rgba(0, 0, 0, 0.6);
|
|
3630
3702
|
}
|
|
3631
3703
|
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
|
3632
3704
|
background: #ffffff;
|
|
3633
|
-
border-color:
|
|
3705
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3634
3706
|
color: #3F51B5;
|
|
3635
3707
|
}
|
|
3708
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3709
|
+
background: #ffffff;
|
|
3710
|
+
color: #3F51B5;
|
|
3711
|
+
width: 3rem;
|
|
3712
|
+
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);
|
|
3713
|
+
border-radius: 0;
|
|
3714
|
+
}
|
|
3715
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3716
|
+
outline: 0 none;
|
|
3717
|
+
outline-offset: 0;
|
|
3718
|
+
box-shadow: inset none;
|
|
3719
|
+
}
|
|
3636
3720
|
.p-tabview .p-tabview-panels {
|
|
3637
3721
|
background: #ffffff;
|
|
3638
3722
|
padding: 1rem;
|
|
@@ -3761,10 +3845,6 @@
|
|
|
3761
3845
|
margin-left: 1rem;
|
|
3762
3846
|
}
|
|
3763
3847
|
|
|
3764
|
-
.p-dialog-mask.p-component-overlay {
|
|
3765
|
-
background-color: rgba(0, 0, 0, 0.32);
|
|
3766
|
-
}
|
|
3767
|
-
|
|
3768
3848
|
.p-overlaypanel {
|
|
3769
3849
|
background: #ffffff;
|
|
3770
3850
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -3845,10 +3925,6 @@
|
|
|
3845
3925
|
padding: 1rem;
|
|
3846
3926
|
}
|
|
3847
3927
|
|
|
3848
|
-
.p-sidebar-mask.p-component-overlay {
|
|
3849
|
-
background: rgba(0, 0, 0, 0.32);
|
|
3850
|
-
}
|
|
3851
|
-
|
|
3852
3928
|
.p-tooltip .p-tooltip-text {
|
|
3853
3929
|
background: rgba(97, 97, 97, 0.9);
|
|
3854
3930
|
color: #ffffff;
|
|
@@ -3953,6 +4029,7 @@
|
|
|
3953
4029
|
color: rgba(0, 0, 0, 0.87);
|
|
3954
4030
|
border: 0 none;
|
|
3955
4031
|
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);
|
|
4032
|
+
border-radius: 4px;
|
|
3956
4033
|
width: 12.5rem;
|
|
3957
4034
|
}
|
|
3958
4035
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -3994,6 +4071,7 @@
|
|
|
3994
4071
|
background: #ffffff;
|
|
3995
4072
|
border: 0 none;
|
|
3996
4073
|
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);
|
|
4074
|
+
border-radius: 4px;
|
|
3997
4075
|
}
|
|
3998
4076
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
3999
4077
|
background: rgba(0, 0, 0, 0.04);
|
|
@@ -4012,7 +4090,7 @@
|
|
|
4012
4090
|
font-size: 0.875rem;
|
|
4013
4091
|
}
|
|
4014
4092
|
|
|
4015
|
-
.p-dock .p-dock-list {
|
|
4093
|
+
.p-dock .p-dock-list-container {
|
|
4016
4094
|
background: rgba(255, 255, 255, 0.1);
|
|
4017
4095
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
4018
4096
|
padding: 0.5rem 0.5rem;
|
|
@@ -4052,6 +4130,26 @@
|
|
|
4052
4130
|
margin: 1.5rem 0;
|
|
4053
4131
|
}
|
|
4054
4132
|
|
|
4133
|
+
@media screen and (max-width: 960px) {
|
|
4134
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4135
|
+
overflow-x: auto;
|
|
4136
|
+
width: 100%;
|
|
4137
|
+
}
|
|
4138
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4139
|
+
margin: 0 auto;
|
|
4140
|
+
}
|
|
4141
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4142
|
+
overflow-y: auto;
|
|
4143
|
+
height: 100%;
|
|
4144
|
+
}
|
|
4145
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4146
|
+
margin: auto 0;
|
|
4147
|
+
}
|
|
4148
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4149
|
+
transform: none;
|
|
4150
|
+
margin: 0;
|
|
4151
|
+
}
|
|
4152
|
+
}
|
|
4055
4153
|
.p-megamenu {
|
|
4056
4154
|
padding: 1rem;
|
|
4057
4155
|
background: transparent;
|
|
@@ -4654,9 +4752,9 @@
|
|
|
4654
4752
|
margin-right: 0;
|
|
4655
4753
|
}
|
|
4656
4754
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
|
|
4657
|
-
border:
|
|
4658
|
-
border-width: 0 0
|
|
4659
|
-
border-color: transparent transparent
|
|
4755
|
+
border: solid rgba(0, 0, 0, 0.12);
|
|
4756
|
+
border-width: 0 0 1px 0;
|
|
4757
|
+
border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
|
|
4660
4758
|
background: #ffffff;
|
|
4661
4759
|
color: rgba(0, 0, 0, 0.6);
|
|
4662
4760
|
padding: 1rem 1.5rem;
|
|
@@ -4664,7 +4762,7 @@
|
|
|
4664
4762
|
border-top-right-radius: 4px;
|
|
4665
4763
|
border-top-left-radius: 4px;
|
|
4666
4764
|
transition: none;
|
|
4667
|
-
margin: 0 0
|
|
4765
|
+
margin: 0 0 -1px 0;
|
|
4668
4766
|
}
|
|
4669
4767
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
|
4670
4768
|
margin-right: 0.5rem;
|
|
@@ -4672,16 +4770,16 @@
|
|
|
4672
4770
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
4673
4771
|
outline: 0 none;
|
|
4674
4772
|
outline-offset: 0;
|
|
4675
|
-
box-shadow: none;
|
|
4773
|
+
box-shadow: inset none;
|
|
4676
4774
|
}
|
|
4677
4775
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
4678
4776
|
background: rgba(63, 81, 181, 0.04);
|
|
4679
|
-
border-color:
|
|
4777
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
4680
4778
|
color: rgba(0, 0, 0, 0.6);
|
|
4681
4779
|
}
|
|
4682
4780
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
|
|
4683
4781
|
background: #ffffff;
|
|
4684
|
-
border-color:
|
|
4782
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
4685
4783
|
color: #3F51B5;
|
|
4686
4784
|
}
|
|
4687
4785
|
|
|
@@ -5065,8 +5163,46 @@
|
|
|
5065
5163
|
box-shadow: none;
|
|
5066
5164
|
}
|
|
5067
5165
|
|
|
5068
|
-
.p-galleria-mask
|
|
5069
|
-
|
|
5166
|
+
.p-galleria-mask {
|
|
5167
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5168
|
+
}
|
|
5169
|
+
|
|
5170
|
+
.p-image-mask {
|
|
5171
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5172
|
+
}
|
|
5173
|
+
|
|
5174
|
+
.p-image-preview-indicator {
|
|
5175
|
+
background-color: transparent;
|
|
5176
|
+
color: #f8f9fa;
|
|
5177
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5178
|
+
}
|
|
5179
|
+
|
|
5180
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5181
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5182
|
+
}
|
|
5183
|
+
|
|
5184
|
+
.p-image-toolbar {
|
|
5185
|
+
padding: 1rem;
|
|
5186
|
+
}
|
|
5187
|
+
|
|
5188
|
+
.p-image-action.p-link {
|
|
5189
|
+
color: #f8f9fa;
|
|
5190
|
+
background-color: transparent;
|
|
5191
|
+
width: 3rem;
|
|
5192
|
+
height: 3rem;
|
|
5193
|
+
border-radius: 50%;
|
|
5194
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5195
|
+
margin-right: 0.5rem;
|
|
5196
|
+
}
|
|
5197
|
+
.p-image-action.p-link:last-child {
|
|
5198
|
+
margin-right: 0;
|
|
5199
|
+
}
|
|
5200
|
+
.p-image-action.p-link:hover {
|
|
5201
|
+
color: #f8f9fa;
|
|
5202
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5203
|
+
}
|
|
5204
|
+
.p-image-action.p-link i {
|
|
5205
|
+
font-size: 1.5rem;
|
|
5070
5206
|
}
|
|
5071
5207
|
|
|
5072
5208
|
.p-avatar {
|
|
@@ -5136,10 +5272,6 @@
|
|
|
5136
5272
|
line-height: 3rem;
|
|
5137
5273
|
}
|
|
5138
5274
|
|
|
5139
|
-
.p-blockui.p-component-overlay {
|
|
5140
|
-
background: rgba(0, 0, 0, 0.32);
|
|
5141
|
-
}
|
|
5142
|
-
|
|
5143
5275
|
.p-chip {
|
|
5144
5276
|
background-color: rgba(0, 0, 0, 0.12);
|
|
5145
5277
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -5198,7 +5330,7 @@
|
|
|
5198
5330
|
background: #3F51B5;
|
|
5199
5331
|
}
|
|
5200
5332
|
.p-progressbar .p-progressbar-label {
|
|
5201
|
-
color:
|
|
5333
|
+
color: #ffffff;
|
|
5202
5334
|
line-height: 4px;
|
|
5203
5335
|
}
|
|
5204
5336
|
|
|
@@ -5386,6 +5518,13 @@
|
|
|
5386
5518
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
5387
5519
|
}
|
|
5388
5520
|
|
|
5521
|
+
.p-breadcrumb .p-menuitem-link {
|
|
5522
|
+
padding: 0.25rem 0.5rem;
|
|
5523
|
+
}
|
|
5524
|
+
.p-breadcrumb .p-menuitem-link:focus {
|
|
5525
|
+
background: rgba(0, 0, 0, 0.12);
|
|
5526
|
+
}
|
|
5527
|
+
|
|
5389
5528
|
.p-button {
|
|
5390
5529
|
font-weight: 500;
|
|
5391
5530
|
min-width: 4rem;
|
|
@@ -5411,6 +5550,15 @@
|
|
|
5411
5550
|
.p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
|
|
5412
5551
|
background-color: rgba(63, 81, 181, 0.16);
|
|
5413
5552
|
}
|
|
5553
|
+
.p-button.p-button-outlined {
|
|
5554
|
+
box-shadow: inset 0 0 0 1px;
|
|
5555
|
+
}
|
|
5556
|
+
.p-button.p-button-outlined:enabled:focus {
|
|
5557
|
+
box-shadow: inset 0 0 0 1px;
|
|
5558
|
+
}
|
|
5559
|
+
.p-button.p-button-outlined:enabled:active {
|
|
5560
|
+
box-shadow: inset 0 0 0 1px;
|
|
5561
|
+
}
|
|
5414
5562
|
.p-button:disabled {
|
|
5415
5563
|
background-color: rgba(0, 0, 0, 0.12) !important;
|
|
5416
5564
|
color: rgba(0, 0, 0, 0.38) !important;
|
|
@@ -5884,6 +6032,13 @@
|
|
|
5884
6032
|
background-color: rgba(0, 0, 0, 0.03);
|
|
5885
6033
|
}
|
|
5886
6034
|
|
|
6035
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6036
|
+
box-shadow: inset 0 2px 0 0 #3F51B5;
|
|
6037
|
+
}
|
|
6038
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
6039
|
+
box-shadow: inset 0 -2px 0 0 #3F51B5;
|
|
6040
|
+
}
|
|
6041
|
+
|
|
5887
6042
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
|
5888
6043
|
background-image: none;
|
|
5889
6044
|
background: transparent;
|
|
@@ -5947,6 +6102,51 @@
|
|
|
5947
6102
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
5948
6103
|
}
|
|
5949
6104
|
|
|
6105
|
+
.fc {
|
|
6106
|
+
/* FullCalendar 4 */
|
|
6107
|
+
/* FullCalendar 5 */
|
|
6108
|
+
}
|
|
6109
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6110
|
+
background: rgba(63, 81, 181, 0.76);
|
|
6111
|
+
}
|
|
6112
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6113
|
+
background: rgba(63, 81, 181, 0.68);
|
|
6114
|
+
}
|
|
6115
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6116
|
+
background: rgba(63, 81, 181, 0.76);
|
|
6117
|
+
}
|
|
6118
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6119
|
+
background: rgba(63, 81, 181, 0.68);
|
|
6120
|
+
}
|
|
6121
|
+
.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 {
|
|
6122
|
+
background: #e0e0e1;
|
|
6123
|
+
border-color: #e0e0e1;
|
|
6124
|
+
}
|
|
6125
|
+
.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 {
|
|
6126
|
+
background: #d9d8d9;
|
|
6127
|
+
border-color: #d9d8d9;
|
|
6128
|
+
}
|
|
6129
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6130
|
+
background: rgba(63, 81, 181, 0.76);
|
|
6131
|
+
}
|
|
6132
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6133
|
+
background: rgba(63, 81, 181, 0.68);
|
|
6134
|
+
}
|
|
6135
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6136
|
+
background: rgba(63, 81, 181, 0.76);
|
|
6137
|
+
}
|
|
6138
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6139
|
+
background: rgba(63, 81, 181, 0.68);
|
|
6140
|
+
}
|
|
6141
|
+
.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 {
|
|
6142
|
+
background: #e0e0e1;
|
|
6143
|
+
border-color: #e0e0e1;
|
|
6144
|
+
}
|
|
6145
|
+
.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 {
|
|
6146
|
+
background: #d9d8d9;
|
|
6147
|
+
border-color: #d9d8d9;
|
|
6148
|
+
}
|
|
6149
|
+
|
|
5950
6150
|
.p-galleria .p-galleria-indicators {
|
|
5951
6151
|
padding: 1rem;
|
|
5952
6152
|
}
|
|
@@ -6054,19 +6254,22 @@
|
|
|
6054
6254
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6055
6255
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04);
|
|
6056
6256
|
}
|
|
6057
|
-
.p-inputswitch.p-
|
|
6257
|
+
.p-inputswitch.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6058
6258
|
box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
6059
6259
|
}
|
|
6060
6260
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6061
6261
|
box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
6062
6262
|
}
|
|
6063
|
-
.p-inputswitch.p-inputswitch-checked.p-
|
|
6263
|
+
.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
6264
|
box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
6065
6265
|
}
|
|
6066
6266
|
|
|
6067
6267
|
.p-fieldset .p-fieldset-legend {
|
|
6068
6268
|
border: 0 none;
|
|
6069
6269
|
}
|
|
6270
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6271
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6272
|
+
}
|
|
6070
6273
|
|
|
6071
6274
|
.p-float-label input:focus ~ label,
|
|
6072
6275
|
.p-float-label input.p-filled ~ label,
|
|
@@ -6105,9 +6308,27 @@
|
|
|
6105
6308
|
background: transparent;
|
|
6106
6309
|
}
|
|
6107
6310
|
|
|
6108
|
-
.p-listbox-item .p-ink {
|
|
6311
|
+
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
6109
6312
|
background-color: rgba(63, 81, 181, 0.16);
|
|
6110
6313
|
}
|
|
6314
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
6315
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6316
|
+
}
|
|
6317
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6318
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6319
|
+
}
|
|
6320
|
+
|
|
6321
|
+
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6322
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6323
|
+
}
|
|
6324
|
+
|
|
6325
|
+
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
6326
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6327
|
+
}
|
|
6328
|
+
|
|
6329
|
+
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
6330
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6331
|
+
}
|
|
6111
6332
|
|
|
6112
6333
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
6113
6334
|
background-image: none;
|
|
@@ -6120,9 +6341,18 @@
|
|
|
6120
6341
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
6121
6342
|
}
|
|
6122
6343
|
|
|
6123
|
-
.p-multiselect-item .p-ink {
|
|
6344
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
6124
6345
|
background-color: rgba(63, 81, 181, 0.16);
|
|
6125
6346
|
}
|
|
6347
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
6348
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6349
|
+
}
|
|
6350
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
|
6351
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6352
|
+
}
|
|
6353
|
+
.p-multiselect-panel .p-multiselect-close:focus {
|
|
6354
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6355
|
+
}
|
|
6126
6356
|
|
|
6127
6357
|
.p-input-filled .p-multiselect {
|
|
6128
6358
|
border-bottom-left-radius: 0;
|
|
@@ -6197,6 +6427,13 @@
|
|
|
6197
6427
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6198
6428
|
}
|
|
6199
6429
|
|
|
6430
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
6431
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6432
|
+
}
|
|
6433
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
6434
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6435
|
+
}
|
|
6436
|
+
|
|
6200
6437
|
.p-overlaypanel .p-overlaypanel-content {
|
|
6201
6438
|
padding: 1.5rem;
|
|
6202
6439
|
}
|
|
@@ -6204,6 +6441,12 @@
|
|
|
6204
6441
|
.p-paginator {
|
|
6205
6442
|
justify-content: flex-end;
|
|
6206
6443
|
}
|
|
6444
|
+
.p-paginator .p-paginator-element:focus {
|
|
6445
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6446
|
+
}
|
|
6447
|
+
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
6448
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6449
|
+
}
|
|
6207
6450
|
|
|
6208
6451
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
6209
6452
|
border-color: transparent;
|
|
@@ -6237,6 +6480,9 @@
|
|
|
6237
6480
|
.p-panel .p-panel-title {
|
|
6238
6481
|
font-size: 1.25rem;
|
|
6239
6482
|
}
|
|
6483
|
+
.p-panel .p-panel-header-icon:focus {
|
|
6484
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6485
|
+
}
|
|
6240
6486
|
|
|
6241
6487
|
.p-panelmenu .p-panelmenu-panel {
|
|
6242
6488
|
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 +6510,49 @@
|
|
|
6264
6510
|
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
|
|
6265
6511
|
opacity: 0.38;
|
|
6266
6512
|
}
|
|
6267
|
-
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header
|
|
6513
|
+
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
|
|
6268
6514
|
background: #f6f6f6;
|
|
6269
6515
|
}
|
|
6516
|
+
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
6517
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6518
|
+
}
|
|
6519
|
+
|
|
6520
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
6521
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6522
|
+
}
|
|
6523
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
6524
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6525
|
+
}
|
|
6270
6526
|
|
|
6271
6527
|
.p-progressbar {
|
|
6272
6528
|
border-radius: 0;
|
|
6273
6529
|
}
|
|
6274
|
-
.p-progressbar .p-progressbar-label {
|
|
6530
|
+
.p-progressbar.p-progressbar-determinate .p-progressbar-label {
|
|
6275
6531
|
display: none;
|
|
6276
6532
|
}
|
|
6277
6533
|
|
|
6534
|
+
.p-rating .p-rating-icon {
|
|
6535
|
+
border-radius: 50%;
|
|
6536
|
+
width: 2rem;
|
|
6537
|
+
height: 2rem;
|
|
6538
|
+
display: inline-flex;
|
|
6539
|
+
justify-content: center;
|
|
6540
|
+
align-items: center;
|
|
6541
|
+
margin-left: 0;
|
|
6542
|
+
}
|
|
6543
|
+
.p-rating .p-rating-icon:focus {
|
|
6544
|
+
background: rgba(63, 81, 181, 0.12);
|
|
6545
|
+
}
|
|
6546
|
+
.p-rating .p-rating-icon.p-rating-cancel:focus {
|
|
6547
|
+
background: rgba(176, 0, 32, 0.12);
|
|
6548
|
+
}
|
|
6549
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
6550
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6551
|
+
}
|
|
6552
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
|
|
6553
|
+
background: rgba(176, 0, 32, 0.04);
|
|
6554
|
+
}
|
|
6555
|
+
|
|
6278
6556
|
.p-radiobutton {
|
|
6279
6557
|
border-radius: 50%;
|
|
6280
6558
|
transition: box-shadow 0.2s;
|
|
@@ -6352,7 +6630,7 @@
|
|
|
6352
6630
|
flex-direction: row;
|
|
6353
6631
|
flex: 1 1 auto;
|
|
6354
6632
|
overflow: visible;
|
|
6355
|
-
padding:
|
|
6633
|
+
padding: 1rem 0.5rem;
|
|
6356
6634
|
}
|
|
6357
6635
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
6358
6636
|
background-color: #9e9d9e;
|
|
@@ -6366,6 +6644,9 @@
|
|
|
6366
6644
|
margin: 0;
|
|
6367
6645
|
padding-left: 0.5rem;
|
|
6368
6646
|
}
|
|
6647
|
+
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
|
|
6648
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6649
|
+
}
|
|
6369
6650
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
6370
6651
|
background-color: #3F51B5;
|
|
6371
6652
|
color: #ffffff;
|
|
@@ -6401,6 +6682,10 @@
|
|
|
6401
6682
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
6402
6683
|
}
|
|
6403
6684
|
|
|
6685
|
+
.p-tieredmenu .p-menuitem-link:focus {
|
|
6686
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6687
|
+
}
|
|
6688
|
+
|
|
6404
6689
|
.p-toolbar {
|
|
6405
6690
|
border: 0 none;
|
|
6406
6691
|
}
|
|
@@ -6413,6 +6698,13 @@
|
|
|
6413
6698
|
display: none;
|
|
6414
6699
|
}
|
|
6415
6700
|
|
|
6701
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
6702
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6703
|
+
}
|
|
6704
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
6705
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6706
|
+
}
|
|
6707
|
+
|
|
6416
6708
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
6417
6709
|
background-image: none;
|
|
6418
6710
|
background: transparent;
|
|
@@ -6527,6 +6819,9 @@
|
|
|
6527
6819
|
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
|
|
6528
6820
|
background-color: rgba(63, 81, 181, 0.12);
|
|
6529
6821
|
}
|
|
6822
|
+
.p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
|
|
6823
|
+
background-color: rgba(63, 81, 181, 0.12);
|
|
6824
|
+
}
|
|
6530
6825
|
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
|
|
6531
6826
|
display: block;
|
|
6532
6827
|
position: absolute;
|