primevue 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion.common.js +1 -1
- package/accordion/accordion.umd.js +1 -1
- package/accordiontab/accordiontab.common.js +1 -1
- package/accordiontab/accordiontab.umd.js +1 -1
- package/autocomplete/autocomplete.common.js +7 -2
- package/autocomplete/autocomplete.umd.js +7 -2
- 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/blockui/blockui.common.js +1 -1
- package/blockui/blockui.umd.js +1 -1
- package/breadcrumb/BreadcrumbItem.vue +5 -2
- package/breadcrumb/breadcrumb.common.js +11 -8
- package/breadcrumb/breadcrumb.umd.js +11 -8
- package/breadcrumb/breadcrumb.umd.min.js +1 -1
- package/breadcrumb/breadcrumbitem.common.js +6 -3
- package/breadcrumb/breadcrumbitem.umd.js +6 -3
- package/breadcrumb/breadcrumbitem.umd.min.js +1 -1
- package/button/button.common.js +1 -1
- package/button/button.umd.js +1 -1
- package/calendar/Calendar.d.ts +5 -0
- package/calendar/Calendar.vue +313 -54
- package/calendar/calendar.common.js +327 -36
- package/calendar/calendar.umd.js +327 -36
- 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 +3 -3
- package/carousel/carousel.umd.js +3 -3
- package/carousel/carousel.umd.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +4 -4
- package/cascadeselect/cascadeselect.common.js +6 -2
- package/cascadeselect/cascadeselect.umd.js +6 -2
- package/cascadeselect/cascadeselect.umd.min.js +1 -1
- package/cascadeselect/cascadeselectsub.common.js +5 -1
- package/cascadeselect/cascadeselectsub.umd.js +5 -1
- package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
- package/chart/Chart.vue +5 -2
- package/chart/chart.common.js +7 -4
- package/chart/chart.umd.js +7 -4
- package/chart/chart.umd.min.js +1 -1
- package/checkbox/checkbox.common.js +5 -1
- package/checkbox/checkbox.umd.js +5 -1
- 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 +1 -1
- package/colorpicker/colorpicker.umd.js +1 -1
- package/columngroup/columngroup.common.js +1 -1
- package/columngroup/columngroup.umd.js +1 -1
- package/common/Common.css +8 -4
- package/config/primevue.common.js +4 -0
- package/config/primevue.umd.js +4 -0
- 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 +396 -17
- package/confirmdialog/confirmdialog.umd.js +396 -17
- 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 +508 -13
- package/confirmpopup/confirmpopup.umd.js +508 -13
- package/confirmpopup/confirmpopup.umd.min.js +1 -1
- package/contextmenu/ContextMenuSub.vue +8 -5
- package/contextmenu/contextmenu.common.js +11 -8
- package/contextmenu/contextmenu.umd.js +11 -8
- package/contextmenu/contextmenu.umd.min.js +1 -1
- package/contextmenu/contextmenusub.common.js +7 -4
- package/contextmenu/contextmenusub.umd.js +7 -4
- package/contextmenu/contextmenusub.umd.min.js +1 -1
- package/contextmenu/demo.html +4 -3
- package/datatable/BodyCell.vue +1 -0
- package/datatable/DataTable.d.ts +9 -9
- package/datatable/DataTable.vue +19 -15
- package/datatable/TableBody.vue +5 -1
- package/datatable/bodycell.common.js +10 -5
- package/datatable/bodycell.umd.js +10 -5
- package/datatable/bodycell.umd.min.js +1 -1
- package/datatable/datatable.common.js +79 -48
- package/datatable/datatable.umd.js +79 -48
- package/datatable/datatable.umd.min.js +1 -1
- 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/scrollableview.common.js +2 -2
- package/datatable/scrollableview.umd.js +2 -2
- package/datatable/tablebody.common.js +20 -11
- package/datatable/tablebody.umd.js +20 -11
- package/datatable/tablebody.umd.min.js +1 -1
- package/datatable/tablefooter.common.js +1 -1
- package/datatable/tablefooter.umd.js +1 -1
- package/datatable/tableheader.common.js +2 -2
- package/datatable/tableheader.umd.js +2 -2
- package/datatable/tableloadingbody.common.js +1 -1
- package/datatable/tableloadingbody.umd.js +1 -1
- package/dataview/DataView.d.ts +2 -2
- package/dataview/DataView.vue +8 -8
- package/dataview/dataview.common.js +50 -29
- package/dataview/dataview.umd.js +50 -29
- 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.common.js +5 -1
- package/dialog/dialog.umd.js +5 -1
- 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.common.js +2 -2
- package/dock/dock.umd.js +2 -2
- package/dock/docksub.common.js +1 -1
- package/dock/docksub.umd.js +1 -1
- package/dropdown/Dropdown.d.ts +3 -3
- package/dropdown/dropdown.common.js +5 -1
- package/dropdown/dropdown.umd.js +5 -1
- 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 +1 -1
- package/fieldset/fieldset.umd.js +1 -1
- package/fileupload/fileupload.common.js +23 -17
- package/fileupload/fileupload.umd.js +23 -17
- package/fileupload/fileupload.umd.min.js +1 -1
- package/fullcalendar/fullcalendar.common.js +343 -129
- package/fullcalendar/fullcalendar.umd.js +343 -129
- package/fullcalendar/fullcalendar.umd.min.js +4 -4
- package/galleria/galleria.common.js +8 -4
- package/galleria/galleria.umd.js +8 -4
- package/galleria/galleria.umd.min.js +1 -1
- package/galleria/galleriacontent.common.js +3 -3
- package/galleria/galleriacontent.umd.js +3 -3
- package/galleria/galleriaitem.common.js +1 -1
- package/galleria/galleriaitem.umd.js +1 -1
- package/galleria/galleriathumbnails.common.js +1 -1
- package/galleria/galleriathumbnails.umd.js +1 -1
- package/imagepreview/imagepreview.common.js +1 -1
- package/imagepreview/imagepreview.umd.js +1 -1
- package/inlinemessage/inlinemessage.common.js +1 -1
- package/inlinemessage/inlinemessage.umd.js +1 -1
- package/inplace/inplace.common.js +2 -2
- package/inplace/inplace.umd.js +2 -2
- package/inputmask/inputmask.common.js +5 -1
- package/inputmask/inputmask.umd.js +5 -1
- package/inputmask/inputmask.umd.min.js +1 -1
- package/inputnumber/InputNumber.vue +18 -3
- package/inputnumber/inputnumber.common.js +26 -6
- package/inputnumber/inputnumber.umd.js +26 -6
- package/inputnumber/inputnumber.umd.min.js +1 -1
- package/inputswitch/inputswitch.common.js +1 -1
- package/inputswitch/inputswitch.umd.js +1 -1
- package/inputtext/inputtext.common.js +5 -1
- package/inputtext/inputtext.umd.js +5 -1
- 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 +5 -1
- package/listbox/listbox.umd.js +5 -1
- package/listbox/listbox.umd.min.js +1 -1
- package/megamenu/MegaMenu.vue +12 -9
- package/megamenu/megamenu.common.js +8 -5
- package/megamenu/megamenu.umd.js +8 -5
- package/megamenu/megamenu.umd.min.js +1 -1
- package/menu/Menu.vue +7 -4
- package/menu/Menuitem.vue +5 -2
- package/menu/menu.common.js +16 -10
- package/menu/menu.umd.js +16 -10
- package/menu/menu.umd.min.js +1 -1
- package/menu/menuitem.common.js +6 -3
- package/menu/menuitem.umd.js +6 -3
- package/menu/menuitem.umd.min.js +1 -1
- package/menubar/MenubarSub.vue +8 -5
- package/menubar/menubar.common.js +11 -8
- package/menubar/menubar.umd.js +11 -8
- package/menubar/menubar.umd.min.js +1 -1
- package/menubar/menubarsub.common.js +7 -4
- package/menubar/menubarsub.umd.js +7 -4
- 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 +7 -3
- package/message/message.umd.js +7 -3
- package/message/message.umd.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +3 -3
- package/multiselect/multiselect.common.js +5 -1
- package/multiselect/multiselect.umd.js +5 -1
- 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 +10 -4
- package/orderlist/orderlist.umd.js +10 -4
- package/orderlist/orderlist.umd.min.js +1 -1
- package/organizationchart/organizationchart.common.js +6 -2
- package/organizationchart/organizationchart.umd.js +6 -2
- package/organizationchart/organizationchart.umd.min.js +1 -1
- package/organizationchart/organizationchartnode.common.js +1 -1
- package/organizationchart/organizationchartnode.umd.js +1 -1
- package/overlaypanel/overlaypanel.common.js +1 -1
- package/overlaypanel/overlaypanel.umd.js +1 -1
- package/package.json +5 -1
- package/paginator/Paginator.d.ts +2 -2
- package/paginator/Paginator.vue +4 -4
- package/paginator/currentpagereport.common.js +1 -1
- package/paginator/currentpagereport.umd.js +1 -1
- package/paginator/firstpagelink.common.js +1 -1
- package/paginator/firstpagelink.umd.js +1 -1
- package/paginator/jumptopagedropdown.common.js +6 -2
- package/paginator/jumptopagedropdown.umd.js +6 -2
- package/paginator/jumptopagedropdown.umd.min.js +1 -1
- package/paginator/jumptopageinput.common.js +31 -11
- package/paginator/jumptopageinput.umd.js +31 -11
- package/paginator/jumptopageinput.umd.min.js +1 -1
- package/paginator/lastpagelink.common.js +1 -1
- package/paginator/lastpagelink.umd.js +1 -1
- package/paginator/nextpagelink.common.js +1 -1
- package/paginator/nextpagelink.umd.js +1 -1
- package/paginator/pagelinks.common.js +1 -1
- package/paginator/pagelinks.umd.js +1 -1
- package/paginator/paginator.common.js +44 -23
- package/paginator/paginator.umd.js +44 -23
- package/paginator/paginator.umd.min.js +1 -1
- package/paginator/prevpagelink.common.js +1 -1
- package/paginator/prevpagelink.umd.js +1 -1
- package/paginator/rowsperpagedropdown.common.js +6 -2
- package/paginator/rowsperpagedropdown.umd.js +6 -2
- 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 +2 -2
- package/panel/panel.umd.js +2 -2
- package/panelmenu/PanelMenu.vue +6 -3
- package/panelmenu/PanelMenuSub.vue +7 -4
- package/panelmenu/panelmenu.common.js +17 -11
- package/panelmenu/panelmenu.umd.js +17 -11
- package/panelmenu/panelmenu.umd.min.js +1 -1
- package/panelmenu/panelmenusub.common.js +7 -4
- package/panelmenu/panelmenusub.umd.js +7 -4
- package/panelmenu/panelmenusub.umd.min.js +1 -1
- package/password/password.common.js +6 -2
- package/password/password.umd.js +6 -2
- package/password/password.umd.min.js +1 -1
- package/picklist/PickList.d.ts +8 -0
- package/picklist/PickList.vue +13 -4
- package/picklist/picklist.common.js +17 -4
- package/picklist/picklist.umd.js +17 -4
- 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 +5 -1
- package/radiobutton/radiobutton.umd.js +5 -1
- 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 +8 -4
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +67 -23
- package/resources/themes/arya-green/theme.css +67 -23
- package/resources/themes/arya-orange/theme.css +67 -23
- package/resources/themes/arya-purple/theme.css +67 -23
- package/resources/themes/bootstrap4-dark-blue/theme.css +64 -27
- package/resources/themes/bootstrap4-dark-purple/theme.css +64 -27
- package/resources/themes/bootstrap4-light-blue/theme.css +64 -27
- package/resources/themes/bootstrap4-light-purple/theme.css +64 -27
- package/resources/themes/fluent-light/theme.css +71 -27
- 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 +64 -27
- package/resources/themes/luna-blue/theme.css +64 -27
- package/resources/themes/luna-green/theme.css +64 -27
- package/resources/themes/luna-pink/theme.css +64 -27
- package/resources/themes/md-dark-deeppurple/theme.css +255 -55
- package/resources/themes/md-dark-indigo/theme.css +255 -55
- package/resources/themes/md-light-deeppurple/theme.css +255 -55
- package/resources/themes/md-light-indigo/theme.css +255 -55
- package/resources/themes/mdc-dark-deeppurple/theme.css +255 -55
- package/resources/themes/mdc-dark-indigo/theme.css +255 -55
- package/resources/themes/mdc-light-deeppurple/theme.css +255 -55
- package/resources/themes/mdc-light-indigo/theme.css +255 -55
- package/resources/themes/nova/theme.css +64 -27
- package/resources/themes/nova-accent/theme.css +64 -27
- package/resources/themes/nova-alt/theme.css +64 -27
- package/resources/themes/nova-vue/theme.css +64 -27
- package/resources/themes/rhea/theme.css +64 -27
- package/resources/themes/saga-blue/theme.css +67 -23
- package/resources/themes/saga-green/theme.css +67 -23
- package/resources/themes/saga-orange/theme.css +67 -23
- package/resources/themes/saga-purple/theme.css +67 -23
- package/resources/themes/tailwind-light/theme.css +78 -26
- package/resources/themes/vela-blue/theme.css +67 -23
- package/resources/themes/vela-green/theme.css +67 -23
- package/resources/themes/vela-orange/theme.css +67 -23
- package/resources/themes/vela-purple/theme.css +67 -23
- package/row/row.common.js +1 -1
- package/row/row.umd.js +1 -1
- package/scrollpanel/scrollpanel.common.js +1 -1
- package/scrollpanel/scrollpanel.umd.js +1 -1
- package/scrolltop/scrolltop.common.js +1 -1
- package/scrolltop/scrolltop.umd.js +1 -1
- package/selectbutton/SelectButton.d.ts +3 -3
- package/selectbutton/SelectButton.vue +6 -1
- package/selectbutton/selectbutton.common.js +12 -3
- package/selectbutton/selectbutton.umd.js +12 -3
- package/selectbutton/selectbutton.umd.min.js +1 -1
- package/sidebar/sidebar.common.js +1 -1
- package/sidebar/sidebar.umd.js +1 -1
- package/skeleton/skeleton.common.js +1 -1
- package/skeleton/skeleton.umd.js +1 -1
- package/slider/slider.common.js +1 -1
- package/slider/slider.umd.js +1 -1
- package/speeddial/speeddial.common.js +6 -2
- package/speeddial/speeddial.umd.js +6 -2
- package/speeddial/speeddial.umd.min.js +1 -1
- package/splitbutton/splitbutton.common.js +21 -15
- package/splitbutton/splitbutton.umd.js +21 -15
- package/splitbutton/splitbutton.umd.min.js +1 -1
- package/steps/Steps.vue +5 -2
- package/steps/steps.common.js +6 -3
- package/steps/steps.umd.js +6 -3
- package/steps/steps.umd.min.js +1 -1
- package/tabmenu/TabMenu.vue +6 -3
- package/tabmenu/tabmenu.common.js +6 -3
- package/tabmenu/tabmenu.umd.js +6 -3
- 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.common.js +5 -1
- package/tabview/tabview.umd.js +5 -1
- 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 +5 -1
- package/textarea/textarea.umd.js +5 -1
- package/textarea/textarea.umd.min.js +1 -1
- package/tieredmenu/TieredMenuSub.vue +7 -4
- package/tieredmenu/demo.html +4 -3
- package/tieredmenu/tieredmenu.common.js +11 -8
- package/tieredmenu/tieredmenu.umd.js +11 -8
- package/tieredmenu/tieredmenu.umd.min.js +1 -1
- package/tieredmenu/tieredmenusub.common.js +7 -4
- package/tieredmenu/tieredmenusub.umd.js +7 -4
- package/tieredmenu/tieredmenusub.umd.min.js +1 -1
- package/timeline/timeline.common.js +5 -1
- package/timeline/timeline.umd.js +5 -1
- package/timeline/timeline.umd.min.js +1 -1
- package/toast/Toast.d.ts +4 -1
- package/toast/toast.common.js +2 -2
- package/toast/toast.umd.js +2 -2
- package/toast/toastmessage.common.js +1 -1
- package/toast/toastmessage.umd.js +1 -1
- package/togglebutton/togglebutton.common.js +1 -1
- package/togglebutton/togglebutton.umd.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.common.js +4 -0
- package/tooltip/tooltip.umd.js +4 -0
- package/tooltip/tooltip.umd.min.js +1 -1
- package/tree/TreeNode.vue +5 -1
- package/tree/tree.common.js +18 -8
- package/tree/tree.umd.js +18 -8
- package/tree/tree.umd.min.js +1 -1
- package/tree/treenode.common.js +11 -3
- package/tree/treenode.umd.js +11 -3
- package/tree/treenode.umd.min.js +1 -1
- package/treetable/TreeTable.d.ts +2 -2
- package/treetable/TreeTable.vue +8 -8
- package/treetable/treetable.common.js +55 -31
- package/treetable/treetable.umd.js +55 -31
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +6 -1
- package/treetable/treetablerow.umd.js +6 -1
- package/treetable/treetablerow.umd.min.js +1 -1
- package/treetable/treetablerowloader.common.js +7 -1
- package/treetable/treetablerowloader.umd.js +7 -1
- package/treetable/treetablerowloader.umd.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.common.js +1 -1
- package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
- package/utils/EventBus.js +33 -0
- package/utils/eventbus.common.js +1774 -0
- package/utils/eventbus.umd.js +1784 -0
- package/utils/eventbus.umd.min.js +1 -0
- package/utils/filterutils.common.js +4 -0
- package/utils/filterutils.umd.js +4 -0
- package/utils/filterutils.umd.min.js +1 -1
- package/utils/objectutils.common.js +4 -0
- package/utils/objectutils.umd.js +4 -0
- package/utils/objectutils.umd.min.js +1 -1
- package/vetur-attributes.json +44 -16
- package/vetur-tags.json +9 -2
- package/web-types.json +153 -29
- package/confirmationservice/confirmationeventbus.common.js +0 -174
- package/confirmationservice/confirmationeventbus.umd.js +0 -184
- package/confirmationservice/confirmationeventbus.umd.min.js +0 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
:root {
|
|
3
2
|
--surface-a:#ffffff;
|
|
4
3
|
--surface-b:#fafafa;
|
|
@@ -42,6 +41,7 @@
|
|
|
42
41
|
--surface-border:rgba(0,0,0,.12);
|
|
43
42
|
--surface-hover:rgba(0,0,0,.04);
|
|
44
43
|
--focus-ring: none;
|
|
44
|
+
--maskbg: rgba(0, 0, 0, 0.32);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
/* roboto-regular - latin-ext_latin */
|
|
@@ -81,7 +81,6 @@
|
|
|
81
81
|
.p-component-overlay {
|
|
82
82
|
background-color: rgba(0, 0, 0, 0.32);
|
|
83
83
|
transition-duration: 0.2s;
|
|
84
|
-
--maskbg: rgba(0, 0, 0, 0.32);
|
|
85
84
|
}
|
|
86
85
|
|
|
87
86
|
.p-disabled, .p-component:disabled {
|
|
@@ -370,14 +369,16 @@
|
|
|
370
369
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
|
371
370
|
line-height: 2rem;
|
|
372
371
|
}
|
|
373
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
374
|
-
|
|
372
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
373
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
374
|
+
color: rgba(0, 0, 0, 0.87);
|
|
375
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
376
|
+
font-weight: 500;
|
|
377
|
+
padding: 0.5rem;
|
|
375
378
|
}
|
|
376
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
box-shadow: none;
|
|
380
|
-
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;
|
|
381
382
|
}
|
|
382
383
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
383
384
|
margin-right: 0.5rem;
|
|
@@ -475,8 +476,20 @@
|
|
|
475
476
|
color: #3F51B5;
|
|
476
477
|
background: rgba(63, 81, 181, 0.12);
|
|
477
478
|
}
|
|
479
|
+
.p-datepicker .p-yearpicker {
|
|
480
|
+
margin: 0.5rem 0;
|
|
481
|
+
}
|
|
482
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
|
483
|
+
padding: 0.5rem;
|
|
484
|
+
transition: none;
|
|
485
|
+
border-radius: 4px;
|
|
486
|
+
}
|
|
487
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
488
|
+
color: #3F51B5;
|
|
489
|
+
background: rgba(63, 81, 181, 0.12);
|
|
490
|
+
}
|
|
478
491
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
479
|
-
border-
|
|
492
|
+
border-left: 1px solid rgba(0, 0, 0, 0.12);
|
|
480
493
|
padding-right: 0.5rem;
|
|
481
494
|
padding-left: 0.5rem;
|
|
482
495
|
padding-top: 0;
|
|
@@ -484,10 +497,10 @@
|
|
|
484
497
|
}
|
|
485
498
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
|
486
499
|
padding-left: 0;
|
|
500
|
+
border-left: 0 none;
|
|
487
501
|
}
|
|
488
502
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
|
489
503
|
padding-right: 0;
|
|
490
|
-
border-right: 0 none;
|
|
491
504
|
}
|
|
492
505
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
|
493
506
|
background: rgba(0, 0, 0, 0.04);
|
|
@@ -497,10 +510,18 @@
|
|
|
497
510
|
outline-offset: 0;
|
|
498
511
|
box-shadow: none;
|
|
499
512
|
}
|
|
500
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
513
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
|
|
501
514
|
background: rgba(0, 0, 0, 0.04);
|
|
502
515
|
}
|
|
503
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
516
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
|
517
|
+
outline: 0 none;
|
|
518
|
+
outline-offset: 0;
|
|
519
|
+
box-shadow: none;
|
|
520
|
+
}
|
|
521
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
|
522
|
+
background: rgba(0, 0, 0, 0.04);
|
|
523
|
+
}
|
|
524
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
|
|
504
525
|
outline: 0 none;
|
|
505
526
|
outline-offset: 0;
|
|
506
527
|
box-shadow: none;
|
|
@@ -693,7 +714,7 @@
|
|
|
693
714
|
|
|
694
715
|
.p-colorpicker-panel {
|
|
695
716
|
background: #323232;
|
|
696
|
-
border
|
|
717
|
+
border: 1px solid #191919;
|
|
697
718
|
}
|
|
698
719
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
699
720
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
@@ -1432,7 +1453,7 @@
|
|
|
1432
1453
|
.p-rating .p-rating-icon:first-child {
|
|
1433
1454
|
margin-left: 0;
|
|
1434
1455
|
}
|
|
1435
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1456
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1436
1457
|
color: #3F51B5;
|
|
1437
1458
|
}
|
|
1438
1459
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -1656,17 +1677,17 @@
|
|
|
1656
1677
|
.p-button.p-button-outlined {
|
|
1657
1678
|
background-color: transparent;
|
|
1658
1679
|
color: #3F51B5;
|
|
1659
|
-
border:
|
|
1680
|
+
border: 0 none;
|
|
1660
1681
|
}
|
|
1661
1682
|
.p-button.p-button-outlined:enabled:hover {
|
|
1662
1683
|
background: rgba(63, 81, 181, 0.04);
|
|
1663
1684
|
color: #3F51B5;
|
|
1664
|
-
border:
|
|
1685
|
+
border: 0 none;
|
|
1665
1686
|
}
|
|
1666
1687
|
.p-button.p-button-outlined:enabled:active {
|
|
1667
1688
|
background: rgba(63, 81, 181, 0.16);
|
|
1668
1689
|
color: #3F51B5;
|
|
1669
|
-
border:
|
|
1690
|
+
border: 0 none;
|
|
1670
1691
|
}
|
|
1671
1692
|
.p-button.p-button-outlined.p-button-plain {
|
|
1672
1693
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -1804,17 +1825,17 @@
|
|
|
1804
1825
|
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
|
1805
1826
|
background-color: transparent;
|
|
1806
1827
|
color: #ff4081;
|
|
1807
|
-
border:
|
|
1828
|
+
border: 0 none;
|
|
1808
1829
|
}
|
|
1809
1830
|
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
|
|
1810
1831
|
background: rgba(255, 64, 129, 0.04);
|
|
1811
1832
|
color: #ff4081;
|
|
1812
|
-
border:
|
|
1833
|
+
border: 0 none;
|
|
1813
1834
|
}
|
|
1814
1835
|
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
|
|
1815
1836
|
background: rgba(255, 64, 129, 0.16);
|
|
1816
1837
|
color: #ff4081;
|
|
1817
|
-
border:
|
|
1838
|
+
border: 0 none;
|
|
1818
1839
|
}
|
|
1819
1840
|
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
|
1820
1841
|
background-color: transparent;
|
|
@@ -1853,17 +1874,17 @@
|
|
|
1853
1874
|
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
|
1854
1875
|
background-color: transparent;
|
|
1855
1876
|
color: #2196F3;
|
|
1856
|
-
border:
|
|
1877
|
+
border: 0 none;
|
|
1857
1878
|
}
|
|
1858
1879
|
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
|
|
1859
1880
|
background: rgba(33, 150, 243, 0.04);
|
|
1860
1881
|
color: #2196F3;
|
|
1861
|
-
border:
|
|
1882
|
+
border: 0 none;
|
|
1862
1883
|
}
|
|
1863
1884
|
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
|
|
1864
1885
|
background: rgba(33, 150, 243, 0.16);
|
|
1865
1886
|
color: #2196F3;
|
|
1866
|
-
border:
|
|
1887
|
+
border: 0 none;
|
|
1867
1888
|
}
|
|
1868
1889
|
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
|
1869
1890
|
background-color: transparent;
|
|
@@ -1902,17 +1923,17 @@
|
|
|
1902
1923
|
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
|
1903
1924
|
background-color: transparent;
|
|
1904
1925
|
color: #689F38;
|
|
1905
|
-
border:
|
|
1926
|
+
border: 0 none;
|
|
1906
1927
|
}
|
|
1907
1928
|
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
|
|
1908
1929
|
background: rgba(104, 159, 56, 0.04);
|
|
1909
1930
|
color: #689F38;
|
|
1910
|
-
border:
|
|
1931
|
+
border: 0 none;
|
|
1911
1932
|
}
|
|
1912
1933
|
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
|
|
1913
1934
|
background: rgba(104, 159, 56, 0.16);
|
|
1914
1935
|
color: #689F38;
|
|
1915
|
-
border:
|
|
1936
|
+
border: 0 none;
|
|
1916
1937
|
}
|
|
1917
1938
|
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
|
1918
1939
|
background-color: transparent;
|
|
@@ -1951,17 +1972,17 @@
|
|
|
1951
1972
|
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
|
1952
1973
|
background-color: transparent;
|
|
1953
1974
|
color: #FBC02D;
|
|
1954
|
-
border:
|
|
1975
|
+
border: 0 none;
|
|
1955
1976
|
}
|
|
1956
1977
|
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
|
|
1957
1978
|
background: rgba(251, 192, 45, 0.04);
|
|
1958
1979
|
color: #FBC02D;
|
|
1959
|
-
border:
|
|
1980
|
+
border: 0 none;
|
|
1960
1981
|
}
|
|
1961
1982
|
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
|
|
1962
1983
|
background: rgba(251, 192, 45, 0.16);
|
|
1963
1984
|
color: #FBC02D;
|
|
1964
|
-
border:
|
|
1985
|
+
border: 0 none;
|
|
1965
1986
|
}
|
|
1966
1987
|
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
|
1967
1988
|
background-color: transparent;
|
|
@@ -2000,17 +2021,17 @@
|
|
|
2000
2021
|
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
|
2001
2022
|
background-color: transparent;
|
|
2002
2023
|
color: #9C27B0;
|
|
2003
|
-
border:
|
|
2024
|
+
border: 0 none;
|
|
2004
2025
|
}
|
|
2005
2026
|
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
|
|
2006
2027
|
background: rgba(156, 39, 176, 0.04);
|
|
2007
2028
|
color: #9C27B0;
|
|
2008
|
-
border:
|
|
2029
|
+
border: 0 none;
|
|
2009
2030
|
}
|
|
2010
2031
|
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
|
|
2011
2032
|
background: rgba(156, 39, 176, 0.16);
|
|
2012
2033
|
color: #9C27B0;
|
|
2013
|
-
border:
|
|
2034
|
+
border: 0 none;
|
|
2014
2035
|
}
|
|
2015
2036
|
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
|
2016
2037
|
background-color: transparent;
|
|
@@ -2049,17 +2070,17 @@
|
|
|
2049
2070
|
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
|
2050
2071
|
background-color: transparent;
|
|
2051
2072
|
color: #D32F2F;
|
|
2052
|
-
border:
|
|
2073
|
+
border: 0 none;
|
|
2053
2074
|
}
|
|
2054
2075
|
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
|
|
2055
2076
|
background: rgba(211, 47, 47, 0.04);
|
|
2056
2077
|
color: #D32F2F;
|
|
2057
|
-
border:
|
|
2078
|
+
border: 0 none;
|
|
2058
2079
|
}
|
|
2059
2080
|
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
|
|
2060
2081
|
background: rgba(211, 47, 47, 0.16);
|
|
2061
2082
|
color: #D32F2F;
|
|
2062
|
-
border:
|
|
2083
|
+
border: 0 none;
|
|
2063
2084
|
}
|
|
2064
2085
|
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
|
2065
2086
|
background-color: transparent;
|
|
@@ -2295,7 +2316,6 @@
|
|
|
2295
2316
|
background: #ffffff;
|
|
2296
2317
|
color: rgba(0, 0, 0, 0.87);
|
|
2297
2318
|
transition: none;
|
|
2298
|
-
outline-color: transparent;
|
|
2299
2319
|
}
|
|
2300
2320
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2301
2321
|
text-align: left;
|
|
@@ -2337,6 +2357,10 @@
|
|
|
2337
2357
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2338
2358
|
font-weight: 500;
|
|
2339
2359
|
}
|
|
2360
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2361
|
+
outline: 1px solid transparent;
|
|
2362
|
+
outline-offset: -1px;
|
|
2363
|
+
}
|
|
2340
2364
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2341
2365
|
background: rgba(63, 81, 181, 0.12);
|
|
2342
2366
|
color: #3F51B5;
|
|
@@ -2358,6 +2382,10 @@
|
|
|
2358
2382
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2359
2383
|
background: #ffffff;
|
|
2360
2384
|
}
|
|
2385
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2386
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
|
|
2387
|
+
background-color: #ffffff;
|
|
2388
|
+
}
|
|
2361
2389
|
.p-datatable .p-datatable-loading-icon {
|
|
2362
2390
|
font-size: 2rem;
|
|
2363
2391
|
}
|
|
@@ -2657,7 +2685,7 @@
|
|
|
2657
2685
|
font-size: 1rem;
|
|
2658
2686
|
}
|
|
2659
2687
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2660
|
-
content: "
|
|
2688
|
+
content: "\e900";
|
|
2661
2689
|
}
|
|
2662
2690
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2663
2691
|
font-family: "PrimeIcons" !important;
|
|
@@ -2665,7 +2693,7 @@
|
|
|
2665
2693
|
font-size: 1rem;
|
|
2666
2694
|
}
|
|
2667
2695
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2668
|
-
content: "
|
|
2696
|
+
content: "\e901";
|
|
2669
2697
|
}
|
|
2670
2698
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
2671
2699
|
outline: 0 none;
|
|
@@ -2752,7 +2780,7 @@
|
|
|
2752
2780
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2753
2781
|
}
|
|
2754
2782
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
2755
|
-
content: "
|
|
2783
|
+
content: "\e90b";
|
|
2756
2784
|
}
|
|
2757
2785
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
2758
2786
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -2825,7 +2853,7 @@
|
|
|
2825
2853
|
font-size: 1rem;
|
|
2826
2854
|
}
|
|
2827
2855
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2828
|
-
content: "
|
|
2856
|
+
content: "\e900";
|
|
2829
2857
|
}
|
|
2830
2858
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2831
2859
|
font-family: "PrimeIcons" !important;
|
|
@@ -2833,7 +2861,7 @@
|
|
|
2833
2861
|
font-size: 1rem;
|
|
2834
2862
|
}
|
|
2835
2863
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2836
|
-
content: "
|
|
2864
|
+
content: "\e901";
|
|
2837
2865
|
}
|
|
2838
2866
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
2839
2867
|
outline: 0 none;
|
|
@@ -2878,6 +2906,10 @@
|
|
|
2878
2906
|
border-top-right-radius: 4px;
|
|
2879
2907
|
border-bottom-right-radius: 4px;
|
|
2880
2908
|
}
|
|
2909
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2910
|
+
color: #3F51B5;
|
|
2911
|
+
background: rgba(63, 81, 181, 0.12);
|
|
2912
|
+
}
|
|
2881
2913
|
|
|
2882
2914
|
.p-orderlist .p-orderlist-controls {
|
|
2883
2915
|
padding: 0.75rem;
|
|
@@ -2994,12 +3026,12 @@
|
|
|
2994
3026
|
color: rgba(0, 0, 0, 0.6);
|
|
2995
3027
|
}
|
|
2996
3028
|
.p-paginator .p-paginator-first {
|
|
2997
|
-
border-top-left-radius:
|
|
2998
|
-
border-bottom-left-radius:
|
|
3029
|
+
border-top-left-radius: 50%;
|
|
3030
|
+
border-bottom-left-radius: 50%;
|
|
2999
3031
|
}
|
|
3000
3032
|
.p-paginator .p-paginator-last {
|
|
3001
|
-
border-top-right-radius:
|
|
3002
|
-
border-bottom-right-radius:
|
|
3033
|
+
border-top-right-radius: 50%;
|
|
3034
|
+
border-bottom-right-radius: 50%;
|
|
3003
3035
|
}
|
|
3004
3036
|
.p-paginator .p-dropdown {
|
|
3005
3037
|
margin-left: 0.5rem;
|
|
@@ -3278,7 +3310,6 @@
|
|
|
3278
3310
|
background: #ffffff;
|
|
3279
3311
|
color: rgba(0, 0, 0, 0.87);
|
|
3280
3312
|
transition: none;
|
|
3281
|
-
outline-color: transparent;
|
|
3282
3313
|
}
|
|
3283
3314
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
3284
3315
|
text-align: left;
|
|
@@ -3312,6 +3343,10 @@
|
|
|
3312
3343
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3313
3344
|
color: rgba(0, 0, 0, 0.87);
|
|
3314
3345
|
}
|
|
3346
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3347
|
+
outline: 1px solid transparent;
|
|
3348
|
+
outline-offset: -1px;
|
|
3349
|
+
}
|
|
3315
3350
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3316
3351
|
background: rgba(63, 81, 181, 0.12);
|
|
3317
3352
|
color: #3F51B5;
|
|
@@ -3991,6 +4026,7 @@
|
|
|
3991
4026
|
color: rgba(0, 0, 0, 0.87);
|
|
3992
4027
|
border: 0 none;
|
|
3993
4028
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
4029
|
+
border-radius: 4px;
|
|
3994
4030
|
width: 12.5rem;
|
|
3995
4031
|
}
|
|
3996
4032
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -4032,6 +4068,7 @@
|
|
|
4032
4068
|
background: #ffffff;
|
|
4033
4069
|
border: 0 none;
|
|
4034
4070
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
4071
|
+
border-radius: 4px;
|
|
4035
4072
|
}
|
|
4036
4073
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
4037
4074
|
background: rgba(0, 0, 0, 0.04);
|
|
@@ -5290,7 +5327,7 @@
|
|
|
5290
5327
|
background: #3F51B5;
|
|
5291
5328
|
}
|
|
5292
5329
|
.p-progressbar .p-progressbar-label {
|
|
5293
|
-
color:
|
|
5330
|
+
color: #ffffff;
|
|
5294
5331
|
line-height: 4px;
|
|
5295
5332
|
}
|
|
5296
5333
|
|
|
@@ -5478,6 +5515,13 @@
|
|
|
5478
5515
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
5479
5516
|
}
|
|
5480
5517
|
|
|
5518
|
+
.p-breadcrumb .p-menuitem-link {
|
|
5519
|
+
padding: 0.25rem 0.5rem;
|
|
5520
|
+
}
|
|
5521
|
+
.p-breadcrumb .p-menuitem-link:focus {
|
|
5522
|
+
background: rgba(0, 0, 0, 0.12);
|
|
5523
|
+
}
|
|
5524
|
+
|
|
5481
5525
|
.p-button {
|
|
5482
5526
|
font-weight: 500;
|
|
5483
5527
|
min-width: 4rem;
|
|
@@ -5503,6 +5547,15 @@
|
|
|
5503
5547
|
.p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
|
|
5504
5548
|
background-color: rgba(63, 81, 181, 0.16);
|
|
5505
5549
|
}
|
|
5550
|
+
.p-button.p-button-outlined {
|
|
5551
|
+
box-shadow: inset 0 0 0 1px;
|
|
5552
|
+
}
|
|
5553
|
+
.p-button.p-button-outlined:enabled:focus {
|
|
5554
|
+
box-shadow: inset 0 0 0 1px;
|
|
5555
|
+
}
|
|
5556
|
+
.p-button.p-button-outlined:enabled:active {
|
|
5557
|
+
box-shadow: inset 0 0 0 1px;
|
|
5558
|
+
}
|
|
5506
5559
|
.p-button:disabled {
|
|
5507
5560
|
background-color: rgba(0, 0, 0, 0.12) !important;
|
|
5508
5561
|
color: rgba(0, 0, 0, 0.38) !important;
|
|
@@ -5976,6 +6029,13 @@
|
|
|
5976
6029
|
background-color: rgba(0, 0, 0, 0.03);
|
|
5977
6030
|
}
|
|
5978
6031
|
|
|
6032
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6033
|
+
box-shadow: inset 0 2px 0 0 #3F51B5;
|
|
6034
|
+
}
|
|
6035
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
6036
|
+
box-shadow: inset 0 -2px 0 0 #3F51B5;
|
|
6037
|
+
}
|
|
6038
|
+
|
|
5979
6039
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
|
5980
6040
|
background-image: none;
|
|
5981
6041
|
background: transparent;
|
|
@@ -6039,6 +6099,51 @@
|
|
|
6039
6099
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6040
6100
|
}
|
|
6041
6101
|
|
|
6102
|
+
.fc {
|
|
6103
|
+
/* FullCalendar 4 */
|
|
6104
|
+
/* FullCalendar 5 */
|
|
6105
|
+
}
|
|
6106
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6107
|
+
background: rgba(63, 81, 181, 0.76);
|
|
6108
|
+
}
|
|
6109
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6110
|
+
background: rgba(63, 81, 181, 0.68);
|
|
6111
|
+
}
|
|
6112
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6113
|
+
background: rgba(63, 81, 181, 0.76);
|
|
6114
|
+
}
|
|
6115
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6116
|
+
background: rgba(63, 81, 181, 0.68);
|
|
6117
|
+
}
|
|
6118
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6119
|
+
background: #e0e0e1;
|
|
6120
|
+
border-color: #e0e0e1;
|
|
6121
|
+
}
|
|
6122
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6123
|
+
background: #d9d8d9;
|
|
6124
|
+
border-color: #d9d8d9;
|
|
6125
|
+
}
|
|
6126
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6127
|
+
background: rgba(63, 81, 181, 0.76);
|
|
6128
|
+
}
|
|
6129
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6130
|
+
background: rgba(63, 81, 181, 0.68);
|
|
6131
|
+
}
|
|
6132
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6133
|
+
background: rgba(63, 81, 181, 0.76);
|
|
6134
|
+
}
|
|
6135
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6136
|
+
background: rgba(63, 81, 181, 0.68);
|
|
6137
|
+
}
|
|
6138
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6139
|
+
background: #e0e0e1;
|
|
6140
|
+
border-color: #e0e0e1;
|
|
6141
|
+
}
|
|
6142
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6143
|
+
background: #d9d8d9;
|
|
6144
|
+
border-color: #d9d8d9;
|
|
6145
|
+
}
|
|
6146
|
+
|
|
6042
6147
|
.p-galleria .p-galleria-indicators {
|
|
6043
6148
|
padding: 1rem;
|
|
6044
6149
|
}
|
|
@@ -6146,19 +6251,22 @@
|
|
|
6146
6251
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6147
6252
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04);
|
|
6148
6253
|
}
|
|
6149
|
-
.p-inputswitch.p-
|
|
6254
|
+
.p-inputswitch.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6150
6255
|
box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
6151
6256
|
}
|
|
6152
6257
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6153
6258
|
box-shadow: 0 0 1px 10px rgba(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);
|
|
6154
6259
|
}
|
|
6155
|
-
.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 {
|
|
6156
6261
|
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);
|
|
6157
6262
|
}
|
|
6158
6263
|
|
|
6159
6264
|
.p-fieldset .p-fieldset-legend {
|
|
6160
6265
|
border: 0 none;
|
|
6161
6266
|
}
|
|
6267
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6268
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6269
|
+
}
|
|
6162
6270
|
|
|
6163
6271
|
.p-float-label input:focus ~ label,
|
|
6164
6272
|
.p-float-label input.p-filled ~ label,
|
|
@@ -6197,9 +6305,27 @@
|
|
|
6197
6305
|
background: transparent;
|
|
6198
6306
|
}
|
|
6199
6307
|
|
|
6200
|
-
.p-listbox-item .p-ink {
|
|
6308
|
+
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
6201
6309
|
background-color: rgba(63, 81, 181, 0.16);
|
|
6202
6310
|
}
|
|
6311
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
6312
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6313
|
+
}
|
|
6314
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6315
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6316
|
+
}
|
|
6317
|
+
|
|
6318
|
+
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6319
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6320
|
+
}
|
|
6321
|
+
|
|
6322
|
+
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
6323
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6324
|
+
}
|
|
6325
|
+
|
|
6326
|
+
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
6327
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6328
|
+
}
|
|
6203
6329
|
|
|
6204
6330
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
6205
6331
|
background-image: none;
|
|
@@ -6212,9 +6338,18 @@
|
|
|
6212
6338
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
|
6213
6339
|
}
|
|
6214
6340
|
|
|
6215
|
-
.p-multiselect-item .p-ink {
|
|
6341
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
6216
6342
|
background-color: rgba(63, 81, 181, 0.16);
|
|
6217
6343
|
}
|
|
6344
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
6345
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6346
|
+
}
|
|
6347
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
|
6348
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6349
|
+
}
|
|
6350
|
+
.p-multiselect-panel .p-multiselect-close:focus {
|
|
6351
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6352
|
+
}
|
|
6218
6353
|
|
|
6219
6354
|
.p-input-filled .p-multiselect {
|
|
6220
6355
|
border-bottom-left-radius: 0;
|
|
@@ -6289,6 +6424,13 @@
|
|
|
6289
6424
|
box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020;
|
|
6290
6425
|
}
|
|
6291
6426
|
|
|
6427
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
6428
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6429
|
+
}
|
|
6430
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
6431
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6432
|
+
}
|
|
6433
|
+
|
|
6292
6434
|
.p-overlaypanel .p-overlaypanel-content {
|
|
6293
6435
|
padding: 1.5rem;
|
|
6294
6436
|
}
|
|
@@ -6296,6 +6438,12 @@
|
|
|
6296
6438
|
.p-paginator {
|
|
6297
6439
|
justify-content: flex-end;
|
|
6298
6440
|
}
|
|
6441
|
+
.p-paginator .p-paginator-element:focus {
|
|
6442
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6443
|
+
}
|
|
6444
|
+
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
6445
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6446
|
+
}
|
|
6299
6447
|
|
|
6300
6448
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
6301
6449
|
border-color: transparent;
|
|
@@ -6329,6 +6477,9 @@
|
|
|
6329
6477
|
.p-panel .p-panel-title {
|
|
6330
6478
|
font-size: 1.25rem;
|
|
6331
6479
|
}
|
|
6480
|
+
.p-panel .p-panel-header-icon:focus {
|
|
6481
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6482
|
+
}
|
|
6332
6483
|
|
|
6333
6484
|
.p-panelmenu .p-panelmenu-panel {
|
|
6334
6485
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -6356,17 +6507,49 @@
|
|
|
6356
6507
|
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
|
|
6357
6508
|
opacity: 0.38;
|
|
6358
6509
|
}
|
|
6359
|
-
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header
|
|
6510
|
+
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
|
|
6360
6511
|
background: #f6f6f6;
|
|
6361
6512
|
}
|
|
6513
|
+
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
6514
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6515
|
+
}
|
|
6516
|
+
|
|
6517
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
6518
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6519
|
+
}
|
|
6520
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
6521
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6522
|
+
}
|
|
6362
6523
|
|
|
6363
6524
|
.p-progressbar {
|
|
6364
6525
|
border-radius: 0;
|
|
6365
6526
|
}
|
|
6366
|
-
.p-progressbar .p-progressbar-label {
|
|
6527
|
+
.p-progressbar.p-progressbar-determinate .p-progressbar-label {
|
|
6367
6528
|
display: none;
|
|
6368
6529
|
}
|
|
6369
6530
|
|
|
6531
|
+
.p-rating .p-rating-icon {
|
|
6532
|
+
border-radius: 50%;
|
|
6533
|
+
width: 2rem;
|
|
6534
|
+
height: 2rem;
|
|
6535
|
+
display: inline-flex;
|
|
6536
|
+
justify-content: center;
|
|
6537
|
+
align-items: center;
|
|
6538
|
+
margin-left: 0;
|
|
6539
|
+
}
|
|
6540
|
+
.p-rating .p-rating-icon:focus {
|
|
6541
|
+
background: rgba(63, 81, 181, 0.12);
|
|
6542
|
+
}
|
|
6543
|
+
.p-rating .p-rating-icon.p-rating-cancel:focus {
|
|
6544
|
+
background: rgba(176, 0, 32, 0.12);
|
|
6545
|
+
}
|
|
6546
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
6547
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6548
|
+
}
|
|
6549
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
|
|
6550
|
+
background: rgba(176, 0, 32, 0.04);
|
|
6551
|
+
}
|
|
6552
|
+
|
|
6370
6553
|
.p-radiobutton {
|
|
6371
6554
|
border-radius: 50%;
|
|
6372
6555
|
transition: box-shadow 0.2s;
|
|
@@ -6444,7 +6627,7 @@
|
|
|
6444
6627
|
flex-direction: row;
|
|
6445
6628
|
flex: 1 1 auto;
|
|
6446
6629
|
overflow: visible;
|
|
6447
|
-
padding:
|
|
6630
|
+
padding: 1rem 0.5rem;
|
|
6448
6631
|
}
|
|
6449
6632
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
6450
6633
|
background-color: #9e9d9e;
|
|
@@ -6458,6 +6641,9 @@
|
|
|
6458
6641
|
margin: 0;
|
|
6459
6642
|
padding-left: 0.5rem;
|
|
6460
6643
|
}
|
|
6644
|
+
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
|
|
6645
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6646
|
+
}
|
|
6461
6647
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
6462
6648
|
background-color: #3F51B5;
|
|
6463
6649
|
color: #ffffff;
|
|
@@ -6493,6 +6679,10 @@
|
|
|
6493
6679
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
6494
6680
|
}
|
|
6495
6681
|
|
|
6682
|
+
.p-tieredmenu .p-menuitem-link:focus {
|
|
6683
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6684
|
+
}
|
|
6685
|
+
|
|
6496
6686
|
.p-toolbar {
|
|
6497
6687
|
border: 0 none;
|
|
6498
6688
|
}
|
|
@@ -6505,6 +6695,13 @@
|
|
|
6505
6695
|
display: none;
|
|
6506
6696
|
}
|
|
6507
6697
|
|
|
6698
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
6699
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6700
|
+
}
|
|
6701
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
6702
|
+
background: rgba(63, 81, 181, 0.24);
|
|
6703
|
+
}
|
|
6704
|
+
|
|
6508
6705
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
6509
6706
|
background-image: none;
|
|
6510
6707
|
background: transparent;
|
|
@@ -6619,6 +6816,9 @@
|
|
|
6619
6816
|
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
|
|
6620
6817
|
background-color: rgba(63, 81, 181, 0.12);
|
|
6621
6818
|
}
|
|
6819
|
+
.p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
|
|
6820
|
+
background-color: rgba(63, 81, 181, 0.12);
|
|
6821
|
+
}
|
|
6622
6822
|
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
|
|
6623
6823
|
display: block;
|
|
6624
6824
|
position: absolute;
|