primevue 2.4.2 → 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.vue +8 -1
- package/accordion/accordion.common.js +9 -3
- package/accordion/accordion.umd.js +9 -3
- package/accordion/accordion.umd.min.js +1 -1
- package/accordiontab/AccordionTab.vue +2 -2
- package/accordiontab/accordiontab.common.js +9 -4
- package/accordiontab/accordiontab.umd.js +9 -4
- package/accordiontab/accordiontab.umd.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +1 -0
- package/autocomplete/AutoComplete.vue +8 -0
- package/autocomplete/autocomplete.common.js +21 -3
- package/autocomplete/autocomplete.umd.js +21 -3
- 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 +5 -0
- package/badgedirective/badgedirective.umd.js +5 -0
- package/badgedirective/badgedirective.umd.min.js +1 -1
- package/blockui/BlockUI.vue +6 -16
- package/blockui/blockui.common.js +16 -16
- package/blockui/blockui.umd.js +16 -16
- package/blockui/blockui.umd.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +1 -0
- package/breadcrumb/Breadcrumb.vue +11 -3
- package/breadcrumb/BreadcrumbItem.vue +30 -11
- package/breadcrumb/breadcrumb.common.js +45 -17
- package/breadcrumb/breadcrumb.umd.js +45 -17
- 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 +6 -1
- package/button/button.umd.js +6 -1
- package/button/button.umd.min.js +1 -1
- package/calendar/Calendar.d.ts +5 -0
- package/calendar/Calendar.vue +321 -69
- package/calendar/calendar.common.js +340 -42
- package/calendar/calendar.umd.js +340 -42
- 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 +8 -3
- package/carousel/carousel.umd.js +8 -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 +15 -4
- package/cascadeselect/cascadeselect.umd.js +15 -4
- package/cascadeselect/cascadeselect.umd.min.js +1 -1
- package/cascadeselect/cascadeselectsub.common.js +10 -1
- package/cascadeselect/cascadeselectsub.umd.js +10 -1
- package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
- package/cascadeselect/demo.html +3 -4
- package/chart/Chart.vue +22 -13
- package/chart/chart.common.1.js +12825 -0
- package/chart/chart.common.js +1040 -37026
- package/chart/chart.umd.1.js +12825 -0
- package/chart/chart.umd.js +1040 -37026
- package/chart/chart.umd.min.1.js +7 -0
- package/chart/chart.umd.min.js +1 -278
- package/checkbox/Checkbox.css +1 -0
- package/checkbox/Checkbox.d.ts +2 -0
- package/checkbox/Checkbox.vue +11 -3
- package/checkbox/checkbox.common.js +17 -5
- package/checkbox/checkbox.umd.js +17 -5
- 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 +6 -1
- package/colorpicker/colorpicker.umd.js +6 -1
- package/colorpicker/colorpicker.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.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 +437 -38
- package/confirmdialog/confirmdialog.umd.js +437 -38
- 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 +513 -13
- package/confirmpopup/confirmpopup.umd.js +513 -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 +46 -14
- package/contextmenu/contextmenu.umd.js +46 -14
- package/contextmenu/contextmenu.umd.min.js +1 -1
- package/contextmenu/contextmenusub.common.js +36 -8
- package/contextmenu/contextmenusub.umd.js +36 -8
- package/contextmenu/contextmenusub.umd.min.js +1 -1
- package/contextmenu/demo.html +4 -3
- package/datatable/BodyCell.vue +9 -5
- package/datatable/DataTable.d.ts +10 -9
- package/datatable/DataTable.vue +27 -19
- package/datatable/TableBody.vue +18 -5
- package/datatable/bodycell.common.js +21 -9
- package/datatable/bodycell.umd.js +21 -9
- package/datatable/bodycell.umd.min.js +1 -1
- package/datatable/datatable.common.js +1993 -89
- package/datatable/datatable.umd.js +1993 -89
- 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 +7 -2
- package/datatable/scrollableview.umd.js +7 -2
- package/datatable/scrollableview.umd.min.js +1 -1
- package/datatable/tablebody.common.js +44 -15
- package/datatable/tablebody.umd.js +44 -15
- 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 +7 -2
- package/datatable/tableheader.umd.js +7 -2
- package/datatable/tableheader.umd.min.js +1 -1
- 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 +10 -10
- package/dataview/dataview.common.js +1937 -65
- package/dataview/dataview.umd.js +1937 -65
- 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.vue +1 -7
- package/deferredcontent/deferredcontent.common.js +2 -2
- package/deferredcontent/deferredcontent.umd.js +2 -2
- package/dialog/Dialog.vue +35 -21
- package/dialog/dialog.common.js +42 -18
- package/dialog/dialog.umd.js +42 -18
- 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 +15 -0
- package/dock/Dock.vue +173 -0
- package/dock/DockSub.vue +132 -0
- package/dock/demo.html +17 -0
- package/dock/dock.common.js +917 -0
- package/dock/dock.umd.js +927 -0
- package/dock/dock.umd.min.js +1 -0
- package/dock/docksub.common.js +428 -0
- package/dock/docksub.umd.js +438 -0
- package/dock/docksub.umd.min.js +1 -0
- package/dock/index.d.ts +1 -0
- package/dock/index.js +2 -0
- package/dock/plugin.js +4 -0
- package/dropdown/Dropdown.d.ts +5 -3
- package/dropdown/Dropdown.vue +31 -5
- package/dropdown/dropdown.common.js +44 -6
- package/dropdown/dropdown.umd.js +44 -6
- 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 +6 -1
- package/fieldset/fieldset.umd.js +6 -1
- package/fieldset/fieldset.umd.min.js +1 -1
- package/fileupload/FileUpload.d.ts +2 -0
- package/fileupload/FileUpload.vue +12 -7
- package/fileupload/fileupload.common.js +42 -23
- package/fileupload/fileupload.umd.js +42 -23
- package/fileupload/fileupload.umd.min.js +1 -1
- package/fullcalendar/fullcalendar.common.js +1573 -777
- package/fullcalendar/fullcalendar.umd.js +1573 -777
- package/fullcalendar/fullcalendar.umd.min.js +5 -5
- package/galleria/Galleria.vue +3 -8
- package/galleria/GalleriaContent.vue +9 -0
- package/galleria/galleria.common.js +31 -13
- package/galleria/galleria.umd.js +31 -13
- package/galleria/galleria.umd.min.js +1 -1
- package/galleria/galleriacontent.common.js +18 -4
- package/galleria/galleriacontent.umd.js +18 -4
- package/galleria/galleriacontent.umd.min.js +1 -1
- package/galleria/galleriaitem.common.js +6 -1
- package/galleria/galleriaitem.umd.js +6 -1
- package/galleria/galleriaitem.umd.min.js +1 -1
- package/galleria/galleriathumbnails.common.js +6 -1
- package/galleria/galleriathumbnails.umd.js +6 -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/imagepreview/imagepreview.common.js +4083 -0
- package/imagepreview/imagepreview.umd.js +4093 -0
- 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 +7 -2
- package/inplace/inplace.umd.js +7 -2
- package/inplace/inplace.umd.min.js +1 -1
- package/inputmask/InputMask.vue +7 -5
- package/inputmask/inputmask.common.js +19 -6
- package/inputmask/inputmask.umd.js +19 -6
- package/inputmask/inputmask.umd.min.js +1 -1
- package/inputnumber/InputNumber.vue +183 -62
- package/inputnumber/inputnumber.common.js +228 -104
- package/inputnumber/inputnumber.umd.js +228 -104
- 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 +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 +10 -1
- package/listbox/listbox.umd.js +10 -1
- 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 +52 -10
- package/megamenu/megamenu.umd.js +52 -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 +46 -17
- package/menu/menu.umd.js +46 -17
- package/menu/menu.umd.min.js +1 -1
- package/menu/menuitem.common.js +33 -11
- package/menu/menuitem.umd.js +33 -11
- package/menu/menuitem.umd.min.js +1 -1
- package/menubar/Menubar.d.ts +1 -0
- package/menubar/Menubar.vue +5 -1
- package/menubar/MenubarSub.vue +34 -14
- package/menubar/menubar.common.js +46 -14
- package/menubar/menubar.umd.js +46 -14
- package/menubar/menubar.umd.min.js +1 -1
- package/menubar/menubarsub.common.js +36 -8
- package/menubar/menubarsub.umd.js +36 -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 +12 -3
- package/message/message.umd.js +12 -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 +20 -5
- package/multiselect/multiselect.umd.js +20 -5
- 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 +15 -4
- package/orderlist/orderlist.umd.js +15 -4
- package/orderlist/orderlist.umd.min.js +1 -1
- package/organizationchart/organizationchart.common.js +11 -2
- package/organizationchart/organizationchart.umd.js +11 -2
- package/organizationchart/organizationchart.umd.min.js +1 -1
- package/organizationchart/organizationchartnode.common.js +6 -1
- package/organizationchart/organizationchartnode.umd.js +6 -1
- package/organizationchart/organizationchartnode.umd.min.js +1 -1
- package/overlaypanel/overlaypanel.common.js +6 -1
- package/overlaypanel/overlaypanel.umd.js +6 -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 +6 -1
- package/paginator/firstpagelink.umd.js +6 -1
- package/paginator/firstpagelink.umd.min.js +1 -1
- package/paginator/jumptopagedropdown.common.js +6476 -0
- package/paginator/jumptopagedropdown.umd.js +6486 -0
- package/paginator/jumptopagedropdown.umd.min.js +1 -0
- package/paginator/jumptopageinput.common.js +7421 -0
- package/paginator/jumptopageinput.umd.js +7431 -0
- package/paginator/jumptopageinput.umd.min.js +1 -0
- package/paginator/lastpagelink.common.js +6 -1
- package/paginator/lastpagelink.umd.js +6 -1
- package/paginator/lastpagelink.umd.min.js +1 -1
- package/paginator/nextpagelink.common.js +6 -1
- package/paginator/nextpagelink.umd.js +6 -1
- package/paginator/nextpagelink.umd.min.js +1 -1
- package/paginator/pagelinks.common.js +6 -1
- package/paginator/pagelinks.umd.js +6 -1
- package/paginator/pagelinks.umd.min.js +1 -1
- package/paginator/paginator.common.js +2264 -125
- package/paginator/paginator.umd.js +2264 -125
- package/paginator/paginator.umd.min.js +1 -1
- package/paginator/prevpagelink.common.js +6 -1
- package/paginator/prevpagelink.umd.js +6 -1
- package/paginator/prevpagelink.umd.min.js +1 -1
- package/paginator/rowsperpagedropdown.common.js +52 -13
- package/paginator/rowsperpagedropdown.umd.js +52 -13
- 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 +7 -2
- package/panel/panel.umd.js +7 -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 +11 -2
- package/password/password.umd.js +11 -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 +22 -4
- package/picklist/picklist.umd.js +22 -4
- package/picklist/picklist.umd.min.js +1 -1
- package/progressbar/ProgressBar.vue +20 -13
- package/progressbar/progressbar.common.js +11 -6
- package/progressbar/progressbar.umd.js +11 -6
- 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 +15 -4
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +503 -83
- package/resources/themes/arya-green/theme.css +503 -83
- package/resources/themes/arya-orange/theme.css +503 -83
- package/resources/themes/arya-purple/theme.css +503 -83
- package/resources/themes/bootstrap4-dark-blue/theme.css +500 -87
- package/resources/themes/bootstrap4-dark-purple/theme.css +500 -87
- package/resources/themes/bootstrap4-light-blue/theme.css +490 -77
- package/resources/themes/bootstrap4-light-purple/theme.css +490 -77
- package/resources/themes/fluent-light/theme.css +497 -77
- 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 +500 -87
- package/resources/themes/luna-blue/theme.css +500 -87
- package/resources/themes/luna-green/theme.css +500 -87
- package/resources/themes/luna-pink/theme.css +500 -87
- package/resources/themes/md-dark-deeppurple/theme.css +801 -128
- package/resources/themes/md-dark-indigo/theme.css +801 -128
- package/resources/themes/md-light-deeppurple/theme.css +791 -118
- package/resources/themes/md-light-indigo/theme.css +791 -118
- package/resources/themes/mdc-dark-deeppurple/theme.css +1087 -414
- package/resources/themes/mdc-dark-indigo/theme.css +1035 -362
- package/resources/themes/mdc-light-deeppurple/theme.css +791 -118
- package/resources/themes/mdc-light-indigo/theme.css +791 -118
- package/resources/themes/nova/theme.css +490 -77
- package/resources/themes/nova-accent/theme.css +490 -77
- package/resources/themes/nova-alt/theme.css +490 -77
- package/resources/themes/nova-vue/theme.css +490 -77
- package/resources/themes/rhea/theme.css +490 -77
- package/resources/themes/saga-blue/theme.css +493 -73
- package/resources/themes/saga-green/theme.css +493 -73
- package/resources/themes/saga-orange/theme.css +493 -73
- package/resources/themes/saga-purple/theme.css +493 -73
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/tailwind-light/theme.css +5493 -0
- package/resources/themes/vela-blue/theme.css +503 -83
- package/resources/themes/vela-green/theme.css +503 -83
- package/resources/themes/vela-orange/theme.css +503 -83
- package/resources/themes/vela-purple/theme.css +503 -83
- package/ripple/ripple.common.js +5 -0
- package/ripple/ripple.umd.js +5 -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 +6 -1
- package/scrollpanel/scrollpanel.umd.js +6 -1
- package/scrollpanel/scrollpanel.umd.min.js +1 -1
- package/scrolltop/scrolltop.common.js +6 -1
- package/scrolltop/scrolltop.umd.js +6 -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 +17 -3
- package/selectbutton/selectbutton.umd.js +17 -3
- package/selectbutton/selectbutton.umd.min.js +1 -1
- package/sidebar/Sidebar.vue +3 -16
- package/sidebar/sidebar.common.js +15 -15
- package/sidebar/sidebar.umd.js +15 -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.common.js +6 -1
- package/slider/slider.umd.js +6 -1
- package/slider/slider.umd.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +31 -0
- package/speeddial/SpeedDial.vue +341 -0
- package/speeddial/demo.html +17 -0
- package/speeddial/index.d.ts +1 -0
- package/speeddial/index.js +2 -0
- package/speeddial/plugin.js +4 -0
- package/speeddial/speeddial.common.js +4741 -0
- package/speeddial/speeddial.umd.js +4751 -0
- package/speeddial/speeddial.umd.min.js +1 -0
- package/splitbutton/splitbutton.common.js +51 -22
- package/splitbutton/splitbutton.umd.js +51 -22
- package/splitbutton/splitbutton.umd.min.js +1 -1
- package/splitter/splitter.common.js +5 -0
- package/splitter/splitter.umd.js +5 -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.d.ts +5 -0
- package/styleclass/StyleClass.js +179 -0
- package/styleclass/demo.html +8 -0
- package/styleclass/index.d.ts +1 -0
- package/styleclass/index.js +2 -0
- package/styleclass/plugin.js +4 -0
- package/styleclass/styleclass.common.js +3576 -0
- package/styleclass/styleclass.umd.js +3586 -0
- package/styleclass/styleclass.umd.min.js +1 -0
- package/tabmenu/TabMenu.d.ts +1 -0
- package/tabmenu/TabMenu.vue +44 -11
- package/tabmenu/tabmenu.common.js +171 -9
- package/tabmenu/tabmenu.umd.js +171 -9
- 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 +86 -5
- package/tabview/tabview.umd.js +86 -5
- 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/TieredMenu.d.ts +1 -0
- package/tieredmenu/TieredMenu.vue +5 -1
- package/tieredmenu/TieredMenuSub.vue +30 -14
- package/tieredmenu/demo.html +4 -3
- package/tieredmenu/tieredmenu.common.js +41 -13
- package/tieredmenu/tieredmenu.umd.js +41 -13
- package/tieredmenu/tieredmenu.umd.min.js +1 -1
- package/tieredmenu/tieredmenusub.common.js +31 -7
- package/tieredmenu/tieredmenusub.umd.js +31 -7
- 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 +7 -1
- package/toast/Toast.vue +51 -4
- package/toast/ToastMessage.vue +44 -10
- package/toast/toast.common.js +103 -14
- package/toast/toast.umd.js +103 -14
- package/toast/toast.umd.min.js +1 -1
- package/toast/toastmessage.common.js +44 -7
- package/toast/toastmessage.umd.js +44 -7
- package/toast/toastmessage.umd.min.js +1 -1
- package/togglebutton/togglebutton.common.js +6 -1
- package/togglebutton/togglebutton.umd.js +6 -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 +59 -6
- package/tooltip/tooltip.common.js +1763 -70
- package/tooltip/tooltip.umd.js +1763 -70
- package/tooltip/tooltip.umd.min.js +1 -1
- package/tree/TreeNode.vue +5 -1
- package/tree/tree.common.js +23 -8
- package/tree/tree.umd.js +23 -8
- package/tree/tree.umd.min.js +1 -1
- package/tree/treenode.common.js +16 -3
- package/tree/treenode.umd.js +16 -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 +1900 -90
- package/treetable/treetable.umd.js +1900 -90
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +11 -1
- package/treetable/treetablerow.umd.js +11 -1
- package/treetable/treetablerow.umd.min.js +1 -1
- package/treetable/treetablerowloader.common.js +12 -1
- package/treetable/treetablerowloader.umd.js +12 -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/DomHandler.js +5 -0
- package/utils/EventBus.js +33 -0
- package/utils/connectedoverlayscrollhandler.common.js +5 -0
- package/utils/connectedoverlayscrollhandler.umd.js +5 -0
- package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
- package/utils/domhandler.common.js +5 -0
- package/utils/domhandler.umd.js +5 -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/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 +236 -16
- package/vetur-tags.json +88 -18
- package/web-types.json +2042 -1266
- 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;
|
|
@@ -7,7 +6,7 @@
|
|
|
7
6
|
--surface-e:#ffffff;
|
|
8
7
|
--surface-f:#ffffff;
|
|
9
8
|
--text-color:rgba(0, 0, 0, 0.87);
|
|
10
|
-
--text-color-secondary:
|
|
9
|
+
--text-color-secondary:rgba(0, 0, 0, 0.6);
|
|
11
10
|
--primary-color:#673AB7;
|
|
12
11
|
--primary-color-text:#ffffff;
|
|
13
12
|
--font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
|
|
@@ -22,8 +21,27 @@
|
|
|
22
21
|
--surface-700: #616161;
|
|
23
22
|
--surface-800: #424242;
|
|
24
23
|
--surface-900: #212121;
|
|
24
|
+
--gray-50: #FAFAFA;
|
|
25
|
+
--gray-100: #F5F5F5;
|
|
26
|
+
--gray-200: #EEEEEE;
|
|
27
|
+
--gray-300: #E0E0E0;
|
|
28
|
+
--gray-400: #BDBDBD;
|
|
29
|
+
--gray-500: #9E9E9E;
|
|
30
|
+
--gray-600: #757575;
|
|
31
|
+
--gray-700: #616161;
|
|
32
|
+
--gray-800: #424242;
|
|
33
|
+
--gray-900: #212121;
|
|
25
34
|
--content-padding:1rem;
|
|
26
35
|
--inline-spacing:0.5rem;
|
|
36
|
+
--border-radius:4px;
|
|
37
|
+
--surface-ground:#fafafa;
|
|
38
|
+
--surface-section:#ffffff;
|
|
39
|
+
--surface-card:#ffffff;
|
|
40
|
+
--surface-overlay:#ffffff;
|
|
41
|
+
--surface-border:rgba(0,0,0,.12);
|
|
42
|
+
--surface-hover:rgba(0,0,0,.04);
|
|
43
|
+
--focus-ring: none;
|
|
44
|
+
--maskbg: rgba(0, 0, 0, 0.32);
|
|
27
45
|
}
|
|
28
46
|
|
|
29
47
|
/* roboto-regular - latin-ext_latin */
|
|
@@ -92,6 +110,31 @@
|
|
|
92
110
|
box-shadow: none;
|
|
93
111
|
}
|
|
94
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
|
+
|
|
95
138
|
:root {
|
|
96
139
|
--blue-50:#f4fafe;
|
|
97
140
|
--blue-100:#cae6fc;
|
|
@@ -326,14 +369,16 @@
|
|
|
326
369
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
|
327
370
|
line-height: 2rem;
|
|
328
371
|
}
|
|
329
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
330
|
-
|
|
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;
|
|
331
378
|
}
|
|
332
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
box-shadow: none;
|
|
336
|
-
border-color: #673AB7;
|
|
379
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
380
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
381
|
+
color: #673AB7;
|
|
337
382
|
}
|
|
338
383
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
339
384
|
margin-right: 0.5rem;
|
|
@@ -431,8 +476,20 @@
|
|
|
431
476
|
color: #673AB7;
|
|
432
477
|
background: rgba(103, 58, 183, 0.12);
|
|
433
478
|
}
|
|
479
|
+
.p-datepicker .p-yearpicker {
|
|
480
|
+
margin: 0.5rem 0;
|
|
481
|
+
}
|
|
482
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
|
483
|
+
padding: 0.5rem;
|
|
484
|
+
transition: none;
|
|
485
|
+
border-radius: 4px;
|
|
486
|
+
}
|
|
487
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
488
|
+
color: #673AB7;
|
|
489
|
+
background: rgba(103, 58, 183, 0.12);
|
|
490
|
+
}
|
|
434
491
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
435
|
-
border-
|
|
492
|
+
border-left: 1px solid rgba(0, 0, 0, 0.12);
|
|
436
493
|
padding-right: 0.5rem;
|
|
437
494
|
padding-left: 0.5rem;
|
|
438
495
|
padding-top: 0;
|
|
@@ -440,10 +497,10 @@
|
|
|
440
497
|
}
|
|
441
498
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
|
442
499
|
padding-left: 0;
|
|
500
|
+
border-left: 0 none;
|
|
443
501
|
}
|
|
444
502
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
|
445
503
|
padding-right: 0;
|
|
446
|
-
border-right: 0 none;
|
|
447
504
|
}
|
|
448
505
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
|
449
506
|
background: rgba(0, 0, 0, 0.04);
|
|
@@ -453,17 +510,21 @@
|
|
|
453
510
|
outline-offset: 0;
|
|
454
511
|
box-shadow: none;
|
|
455
512
|
}
|
|
456
|
-
.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 {
|
|
457
514
|
background: rgba(0, 0, 0, 0.04);
|
|
458
515
|
}
|
|
459
|
-
.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 {
|
|
460
517
|
outline: 0 none;
|
|
461
518
|
outline-offset: 0;
|
|
462
519
|
box-shadow: none;
|
|
463
520
|
}
|
|
464
|
-
|
|
465
|
-
.
|
|
466
|
-
|
|
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;
|
|
467
528
|
}
|
|
468
529
|
|
|
469
530
|
@media screen and (max-width: 769px) {
|
|
@@ -653,7 +714,7 @@
|
|
|
653
714
|
|
|
654
715
|
.p-colorpicker-panel {
|
|
655
716
|
background: #323232;
|
|
656
|
-
border
|
|
717
|
+
border: 1px solid #191919;
|
|
657
718
|
}
|
|
658
719
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
659
720
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
@@ -726,6 +787,7 @@
|
|
|
726
787
|
}
|
|
727
788
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
728
789
|
padding-right: 1.75rem;
|
|
790
|
+
margin-right: -1.75rem;
|
|
729
791
|
}
|
|
730
792
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
731
793
|
right: 0.75rem;
|
|
@@ -1391,7 +1453,7 @@
|
|
|
1391
1453
|
.p-rating .p-rating-icon:first-child {
|
|
1392
1454
|
margin-left: 0;
|
|
1393
1455
|
}
|
|
1394
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1456
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1395
1457
|
color: #673AB7;
|
|
1396
1458
|
}
|
|
1397
1459
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -1615,17 +1677,17 @@
|
|
|
1615
1677
|
.p-button.p-button-outlined {
|
|
1616
1678
|
background-color: transparent;
|
|
1617
1679
|
color: #673AB7;
|
|
1618
|
-
border:
|
|
1680
|
+
border: 0 none;
|
|
1619
1681
|
}
|
|
1620
1682
|
.p-button.p-button-outlined:enabled:hover {
|
|
1621
1683
|
background: rgba(103, 58, 183, 0.04);
|
|
1622
1684
|
color: #673AB7;
|
|
1623
|
-
border:
|
|
1685
|
+
border: 0 none;
|
|
1624
1686
|
}
|
|
1625
1687
|
.p-button.p-button-outlined:enabled:active {
|
|
1626
1688
|
background: rgba(103, 58, 183, 0.16);
|
|
1627
1689
|
color: #673AB7;
|
|
1628
|
-
border:
|
|
1690
|
+
border: 0 none;
|
|
1629
1691
|
}
|
|
1630
1692
|
.p-button.p-button-outlined.p-button-plain {
|
|
1631
1693
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -1763,17 +1825,17 @@
|
|
|
1763
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 {
|
|
1764
1826
|
background-color: transparent;
|
|
1765
1827
|
color: #4CAF50;
|
|
1766
|
-
border:
|
|
1828
|
+
border: 0 none;
|
|
1767
1829
|
}
|
|
1768
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 {
|
|
1769
1831
|
background: rgba(76, 175, 80, 0.04);
|
|
1770
1832
|
color: #4CAF50;
|
|
1771
|
-
border:
|
|
1833
|
+
border: 0 none;
|
|
1772
1834
|
}
|
|
1773
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 {
|
|
1774
1836
|
background: rgba(76, 175, 80, 0.16);
|
|
1775
1837
|
color: #4CAF50;
|
|
1776
|
-
border:
|
|
1838
|
+
border: 0 none;
|
|
1777
1839
|
}
|
|
1778
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 {
|
|
1779
1841
|
background-color: transparent;
|
|
@@ -1812,17 +1874,17 @@
|
|
|
1812
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 {
|
|
1813
1875
|
background-color: transparent;
|
|
1814
1876
|
color: #2196F3;
|
|
1815
|
-
border:
|
|
1877
|
+
border: 0 none;
|
|
1816
1878
|
}
|
|
1817
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 {
|
|
1818
1880
|
background: rgba(33, 150, 243, 0.04);
|
|
1819
1881
|
color: #2196F3;
|
|
1820
|
-
border:
|
|
1882
|
+
border: 0 none;
|
|
1821
1883
|
}
|
|
1822
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 {
|
|
1823
1885
|
background: rgba(33, 150, 243, 0.16);
|
|
1824
1886
|
color: #2196F3;
|
|
1825
|
-
border:
|
|
1887
|
+
border: 0 none;
|
|
1826
1888
|
}
|
|
1827
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 {
|
|
1828
1890
|
background-color: transparent;
|
|
@@ -1861,17 +1923,17 @@
|
|
|
1861
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 {
|
|
1862
1924
|
background-color: transparent;
|
|
1863
1925
|
color: #689F38;
|
|
1864
|
-
border:
|
|
1926
|
+
border: 0 none;
|
|
1865
1927
|
}
|
|
1866
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 {
|
|
1867
1929
|
background: rgba(104, 159, 56, 0.04);
|
|
1868
1930
|
color: #689F38;
|
|
1869
|
-
border:
|
|
1931
|
+
border: 0 none;
|
|
1870
1932
|
}
|
|
1871
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 {
|
|
1872
1934
|
background: rgba(104, 159, 56, 0.16);
|
|
1873
1935
|
color: #689F38;
|
|
1874
|
-
border:
|
|
1936
|
+
border: 0 none;
|
|
1875
1937
|
}
|
|
1876
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 {
|
|
1877
1939
|
background-color: transparent;
|
|
@@ -1910,17 +1972,17 @@
|
|
|
1910
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 {
|
|
1911
1973
|
background-color: transparent;
|
|
1912
1974
|
color: #FBC02D;
|
|
1913
|
-
border:
|
|
1975
|
+
border: 0 none;
|
|
1914
1976
|
}
|
|
1915
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 {
|
|
1916
1978
|
background: rgba(251, 192, 45, 0.04);
|
|
1917
1979
|
color: #FBC02D;
|
|
1918
|
-
border:
|
|
1980
|
+
border: 0 none;
|
|
1919
1981
|
}
|
|
1920
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 {
|
|
1921
1983
|
background: rgba(251, 192, 45, 0.16);
|
|
1922
1984
|
color: #FBC02D;
|
|
1923
|
-
border:
|
|
1985
|
+
border: 0 none;
|
|
1924
1986
|
}
|
|
1925
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 {
|
|
1926
1988
|
background-color: transparent;
|
|
@@ -1959,17 +2021,17 @@
|
|
|
1959
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 {
|
|
1960
2022
|
background-color: transparent;
|
|
1961
2023
|
color: #9C27B0;
|
|
1962
|
-
border:
|
|
2024
|
+
border: 0 none;
|
|
1963
2025
|
}
|
|
1964
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 {
|
|
1965
2027
|
background: rgba(156, 39, 176, 0.04);
|
|
1966
2028
|
color: #9C27B0;
|
|
1967
|
-
border:
|
|
2029
|
+
border: 0 none;
|
|
1968
2030
|
}
|
|
1969
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 {
|
|
1970
2032
|
background: rgba(156, 39, 176, 0.16);
|
|
1971
2033
|
color: #9C27B0;
|
|
1972
|
-
border:
|
|
2034
|
+
border: 0 none;
|
|
1973
2035
|
}
|
|
1974
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 {
|
|
1975
2037
|
background-color: transparent;
|
|
@@ -2008,17 +2070,17 @@
|
|
|
2008
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 {
|
|
2009
2071
|
background-color: transparent;
|
|
2010
2072
|
color: #D32F2F;
|
|
2011
|
-
border:
|
|
2073
|
+
border: 0 none;
|
|
2012
2074
|
}
|
|
2013
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 {
|
|
2014
2076
|
background: rgba(211, 47, 47, 0.04);
|
|
2015
2077
|
color: #D32F2F;
|
|
2016
|
-
border:
|
|
2078
|
+
border: 0 none;
|
|
2017
2079
|
}
|
|
2018
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 {
|
|
2019
2081
|
background: rgba(211, 47, 47, 0.16);
|
|
2020
2082
|
color: #D32F2F;
|
|
2021
|
-
border:
|
|
2083
|
+
border: 0 none;
|
|
2022
2084
|
}
|
|
2023
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 {
|
|
2024
2086
|
background-color: transparent;
|
|
@@ -2060,6 +2122,70 @@
|
|
|
2060
2122
|
border-color: transparent;
|
|
2061
2123
|
}
|
|
2062
2124
|
|
|
2125
|
+
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2126
|
+
width: 4rem;
|
|
2127
|
+
height: 4rem;
|
|
2128
|
+
}
|
|
2129
|
+
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
|
|
2130
|
+
font-size: 2rem;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
.p-speeddial-action {
|
|
2134
|
+
width: 3rem;
|
|
2135
|
+
height: 3rem;
|
|
2136
|
+
background: #4CAF50;
|
|
2137
|
+
color: #fff;
|
|
2138
|
+
}
|
|
2139
|
+
.p-speeddial-action:hover {
|
|
2140
|
+
background: rgba(76, 175, 80, 0.92);
|
|
2141
|
+
color: #fff;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.p-speeddial-direction-up .p-speeddial-item {
|
|
2145
|
+
margin: 0.25rem 0;
|
|
2146
|
+
}
|
|
2147
|
+
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2148
|
+
margin-bottom: 0.5rem;
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
.p-speeddial-direction-down .p-speeddial-item {
|
|
2152
|
+
margin: 0.25rem 0;
|
|
2153
|
+
}
|
|
2154
|
+
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2155
|
+
margin-top: 0.5rem;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
.p-speeddial-direction-left .p-speeddial-item {
|
|
2159
|
+
margin: 0 0.25rem;
|
|
2160
|
+
}
|
|
2161
|
+
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2162
|
+
margin-right: 0.5rem;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
.p-speeddial-direction-right .p-speeddial-item {
|
|
2166
|
+
margin: 0 0.25rem;
|
|
2167
|
+
}
|
|
2168
|
+
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2169
|
+
margin-left: 0.5rem;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
.p-speeddial-circle .p-speeddial-item,
|
|
2173
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2174
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2175
|
+
margin: 0;
|
|
2176
|
+
}
|
|
2177
|
+
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2178
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2179
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2180
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2181
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2182
|
+
margin: 0;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
.p-speeddial-mask {
|
|
2186
|
+
background-color: rgba(0, 0, 0, 0.32);
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2063
2189
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2064
2190
|
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2065
2191
|
width: 2rem;
|
|
@@ -2190,7 +2316,6 @@
|
|
|
2190
2316
|
background: #ffffff;
|
|
2191
2317
|
color: rgba(0, 0, 0, 0.87);
|
|
2192
2318
|
transition: none;
|
|
2193
|
-
outline-color: transparent;
|
|
2194
2319
|
}
|
|
2195
2320
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2196
2321
|
text-align: left;
|
|
@@ -2232,6 +2357,10 @@
|
|
|
2232
2357
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2233
2358
|
font-weight: 500;
|
|
2234
2359
|
}
|
|
2360
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2361
|
+
outline: 1px solid transparent;
|
|
2362
|
+
outline-offset: -1px;
|
|
2363
|
+
}
|
|
2235
2364
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2236
2365
|
background: rgba(103, 58, 183, 0.12);
|
|
2237
2366
|
color: #673AB7;
|
|
@@ -2253,6 +2382,10 @@
|
|
|
2253
2382
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2254
2383
|
background: #ffffff;
|
|
2255
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
|
+
}
|
|
2256
2389
|
.p-datatable .p-datatable-loading-icon {
|
|
2257
2390
|
font-size: 2rem;
|
|
2258
2391
|
}
|
|
@@ -2490,126 +2623,293 @@
|
|
|
2490
2623
|
padding: 0.75rem;
|
|
2491
2624
|
}
|
|
2492
2625
|
|
|
2493
|
-
.fc
|
|
2626
|
+
.fc {
|
|
2627
|
+
/* FullCalendar 4 */
|
|
2628
|
+
/* FullCalendar 5 */
|
|
2629
|
+
}
|
|
2630
|
+
.fc.fc-unthemed .fc-view-container th {
|
|
2494
2631
|
background: #ffffff;
|
|
2495
2632
|
border: 1px solid #e0e0e0;
|
|
2496
2633
|
color: rgba(0, 0, 0, 0.87);
|
|
2497
2634
|
}
|
|
2498
|
-
.fc .fc-view-
|
|
2499
|
-
background: #ffffff;
|
|
2635
|
+
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
2500
2636
|
border: 1px solid #e0e0e0;
|
|
2501
2637
|
color: rgba(0, 0, 0, 0.87);
|
|
2502
|
-
border-top-width: 0;
|
|
2503
|
-
border-left-width: 0;
|
|
2504
2638
|
}
|
|
2505
|
-
.fc .fc-view-
|
|
2506
|
-
border
|
|
2639
|
+
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
2640
|
+
border: 1px solid #e0e0e0;
|
|
2641
|
+
}
|
|
2642
|
+
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
2643
|
+
background: #ffffff;
|
|
2507
2644
|
}
|
|
2508
|
-
.fc .fc-view-
|
|
2645
|
+
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
2509
2646
|
border-right: 1px solid #e0e0e0;
|
|
2510
|
-
display: none !important;
|
|
2511
2647
|
}
|
|
2512
|
-
.fc
|
|
2648
|
+
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
2513
2649
|
background: rgba(103, 58, 183, 0.12);
|
|
2514
2650
|
border: 1px solid rgba(103, 58, 183, 0.12);
|
|
2515
2651
|
color: #673AB7;
|
|
2516
2652
|
}
|
|
2517
|
-
.fc .fc-view-
|
|
2653
|
+
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
2654
|
+
background: #ffffff;
|
|
2655
|
+
border: 1px solid #e0e0e0;
|
|
2656
|
+
}
|
|
2657
|
+
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
2658
|
+
color: #ffffff;
|
|
2659
|
+
background: #673AB7;
|
|
2660
|
+
border: 0 none;
|
|
2661
|
+
font-size: 1rem;
|
|
2662
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
2663
|
+
border-radius: 4px;
|
|
2664
|
+
display: flex;
|
|
2665
|
+
align-items: center;
|
|
2666
|
+
}
|
|
2667
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
2668
|
+
background: rgba(103, 58, 183, 0.92);
|
|
2669
|
+
color: #ffffff;
|
|
2670
|
+
border-color: transparent;
|
|
2671
|
+
}
|
|
2672
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
2673
|
+
background: rgba(103, 58, 183, 0.68);
|
|
2674
|
+
color: #ffffff;
|
|
2675
|
+
border-color: transparent;
|
|
2676
|
+
}
|
|
2677
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
2678
|
+
outline: 0 none;
|
|
2679
|
+
outline-offset: 0;
|
|
2680
|
+
box-shadow: none;
|
|
2681
|
+
}
|
|
2682
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
2683
|
+
font-family: "PrimeIcons" !important;
|
|
2684
|
+
text-indent: 0;
|
|
2685
|
+
font-size: 1rem;
|
|
2686
|
+
}
|
|
2687
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2688
|
+
content: "\e900";
|
|
2689
|
+
}
|
|
2690
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2691
|
+
font-family: "PrimeIcons" !important;
|
|
2692
|
+
text-indent: 0;
|
|
2693
|
+
font-size: 1rem;
|
|
2694
|
+
}
|
|
2695
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2696
|
+
content: "\e901";
|
|
2697
|
+
}
|
|
2698
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
2699
|
+
outline: 0 none;
|
|
2700
|
+
outline-offset: 0;
|
|
2701
|
+
box-shadow: none;
|
|
2702
|
+
}
|
|
2703
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
2704
|
+
background: #ffffff;
|
|
2705
|
+
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
2706
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2707
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
2708
|
+
}
|
|
2709
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
2710
|
+
background: #f6f6f6;
|
|
2711
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
2712
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2713
|
+
}
|
|
2714
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
2715
|
+
background: #e0e0e1;
|
|
2716
|
+
border-color: #e0e0e1;
|
|
2717
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2718
|
+
}
|
|
2719
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
2720
|
+
background: #d9d8d9;
|
|
2721
|
+
border-color: #d9d8d9;
|
|
2722
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2723
|
+
}
|
|
2724
|
+
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
|
|
2725
|
+
outline: 0 none;
|
|
2726
|
+
outline-offset: 0;
|
|
2727
|
+
box-shadow: none;
|
|
2728
|
+
z-index: 1;
|
|
2729
|
+
}
|
|
2730
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
2731
|
+
border-radius: 0;
|
|
2732
|
+
}
|
|
2733
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2734
|
+
border-top-left-radius: 4px;
|
|
2735
|
+
border-bottom-left-radius: 4px;
|
|
2736
|
+
}
|
|
2737
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2738
|
+
border-top-right-radius: 4px;
|
|
2739
|
+
border-bottom-right-radius: 4px;
|
|
2740
|
+
}
|
|
2741
|
+
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
2742
|
+
border-color: #e0e0e0;
|
|
2743
|
+
}
|
|
2744
|
+
.fc.fc-theme-standard .fc-view-harness th {
|
|
2745
|
+
background: #ffffff;
|
|
2746
|
+
border-color: #e0e0e0;
|
|
2747
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2748
|
+
}
|
|
2749
|
+
.fc.fc-theme-standard .fc-view-harness td {
|
|
2750
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2751
|
+
border-color: #e0e0e0;
|
|
2752
|
+
}
|
|
2753
|
+
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
2518
2754
|
background: #ffffff;
|
|
2755
|
+
}
|
|
2756
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
2757
|
+
background: none;
|
|
2758
|
+
border: 0 none;
|
|
2759
|
+
}
|
|
2760
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
|
2519
2761
|
border: 1px solid #e0e0e0;
|
|
2520
|
-
|
|
2762
|
+
padding: 0.75rem;
|
|
2763
|
+
background: #ffffff;
|
|
2764
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2765
|
+
}
|
|
2766
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
|
2767
|
+
opacity: 1;
|
|
2768
|
+
display: flex;
|
|
2769
|
+
align-items: center;
|
|
2770
|
+
justify-content: center;
|
|
2771
|
+
overflow: hidden;
|
|
2772
|
+
font-family: "PrimeIcons" !important;
|
|
2773
|
+
font-size: 1rem;
|
|
2774
|
+
width: 2rem;
|
|
2775
|
+
height: 2rem;
|
|
2776
|
+
color: rgba(0, 0, 0, 0.6);
|
|
2777
|
+
border: 0 none;
|
|
2778
|
+
background: transparent;
|
|
2779
|
+
border-radius: 50%;
|
|
2780
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2781
|
+
}
|
|
2782
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
2783
|
+
content: "\e90b";
|
|
2784
|
+
}
|
|
2785
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
2786
|
+
color: rgba(0, 0, 0, 0.6);
|
|
2787
|
+
border-color: transparent;
|
|
2788
|
+
background: rgba(0, 0, 0, 0.04);
|
|
2789
|
+
}
|
|
2790
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
|
2791
|
+
outline: 0 none;
|
|
2792
|
+
outline-offset: 0;
|
|
2793
|
+
box-shadow: none;
|
|
2521
2794
|
}
|
|
2522
|
-
.fc .fc-view-harness .fc-
|
|
2795
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
2796
|
+
padding: 0.75rem;
|
|
2523
2797
|
border: 1px solid #e0e0e0;
|
|
2798
|
+
background: #ffffff;
|
|
2799
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2800
|
+
border-top: 0 none;
|
|
2801
|
+
}
|
|
2802
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
2803
|
+
color: #673AB7;
|
|
2804
|
+
background: rgba(103, 58, 183, 0.12);
|
|
2805
|
+
border-color: rgba(103, 58, 183, 0.12);
|
|
2806
|
+
}
|
|
2807
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
2808
|
+
color: #673AB7;
|
|
2809
|
+
}
|
|
2810
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
2811
|
+
background: rgba(103, 58, 183, 0.12);
|
|
2812
|
+
border-color: rgba(103, 58, 183, 0.12);
|
|
2813
|
+
}
|
|
2814
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
2815
|
+
background: rgba(0, 0, 0, 0.04);
|
|
2816
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2524
2817
|
}
|
|
2525
|
-
.fc .fc-view-harness .fc-
|
|
2526
|
-
|
|
2527
|
-
border-bottom-width: 0;
|
|
2818
|
+
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
2819
|
+
background: #ffffff;
|
|
2528
2820
|
}
|
|
2529
|
-
.fc .fc-toolbar .fc-button {
|
|
2821
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
2530
2822
|
color: #ffffff;
|
|
2531
2823
|
background: #673AB7;
|
|
2532
2824
|
border: 0 none;
|
|
2533
2825
|
font-size: 1rem;
|
|
2534
2826
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
2535
2827
|
border-radius: 4px;
|
|
2536
|
-
display: flex;
|
|
2537
|
-
align-items: center;
|
|
2538
2828
|
}
|
|
2539
|
-
.fc .fc-toolbar .fc-button:enabled:hover {
|
|
2829
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
2540
2830
|
background: rgba(103, 58, 183, 0.92);
|
|
2541
2831
|
color: #ffffff;
|
|
2542
2832
|
border-color: transparent;
|
|
2543
2833
|
}
|
|
2544
|
-
.fc .fc-toolbar .fc-button:enabled:active {
|
|
2834
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
2545
2835
|
background: rgba(103, 58, 183, 0.68);
|
|
2546
2836
|
color: #ffffff;
|
|
2547
2837
|
border-color: transparent;
|
|
2548
2838
|
}
|
|
2549
|
-
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
|
2839
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
2550
2840
|
outline: 0 none;
|
|
2551
2841
|
outline-offset: 0;
|
|
2552
2842
|
box-shadow: none;
|
|
2553
2843
|
}
|
|
2554
|
-
.fc
|
|
2844
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
|
2845
|
+
opacity: 0.38;
|
|
2846
|
+
color: #ffffff;
|
|
2847
|
+
background: #673AB7;
|
|
2848
|
+
border: 0 none;
|
|
2849
|
+
}
|
|
2850
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
2555
2851
|
font-family: "PrimeIcons" !important;
|
|
2556
2852
|
text-indent: 0;
|
|
2557
2853
|
font-size: 1rem;
|
|
2558
2854
|
}
|
|
2559
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2560
|
-
content: "
|
|
2855
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2856
|
+
content: "\e900";
|
|
2561
2857
|
}
|
|
2562
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2858
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2563
2859
|
font-family: "PrimeIcons" !important;
|
|
2564
2860
|
text-indent: 0;
|
|
2565
2861
|
font-size: 1rem;
|
|
2566
2862
|
}
|
|
2567
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2568
|
-
content: "
|
|
2863
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2864
|
+
content: "\e901";
|
|
2569
2865
|
}
|
|
2570
|
-
.fc .fc-toolbar .fc-button:focus {
|
|
2866
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
2571
2867
|
outline: 0 none;
|
|
2572
2868
|
outline-offset: 0;
|
|
2573
2869
|
box-shadow: none;
|
|
2574
2870
|
}
|
|
2575
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
2871
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
2576
2872
|
background: #ffffff;
|
|
2577
2873
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
2578
2874
|
color: rgba(0, 0, 0, 0.87);
|
|
2579
2875
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
2580
2876
|
}
|
|
2581
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
2877
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
|
2582
2878
|
background: #f6f6f6;
|
|
2583
2879
|
border-color: rgba(0, 0, 0, 0.12);
|
|
2584
2880
|
color: rgba(0, 0, 0, 0.87);
|
|
2585
2881
|
}
|
|
2586
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
2882
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
|
2587
2883
|
background: #e0e0e1;
|
|
2588
2884
|
border-color: #e0e0e1;
|
|
2589
2885
|
color: rgba(0, 0, 0, 0.87);
|
|
2590
2886
|
}
|
|
2591
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
2887
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
2592
2888
|
background: #d9d8d9;
|
|
2593
2889
|
border-color: #d9d8d9;
|
|
2594
2890
|
color: rgba(0, 0, 0, 0.87);
|
|
2595
2891
|
}
|
|
2596
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
|
|
2892
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
|
|
2597
2893
|
outline: 0 none;
|
|
2598
2894
|
outline-offset: 0;
|
|
2599
2895
|
box-shadow: none;
|
|
2600
2896
|
z-index: 1;
|
|
2601
2897
|
}
|
|
2602
|
-
.fc .fc-toolbar .fc-button-group .fc-button {
|
|
2898
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
|
|
2603
2899
|
border-radius: 0;
|
|
2604
2900
|
}
|
|
2605
|
-
.fc .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2901
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2606
2902
|
border-top-left-radius: 4px;
|
|
2607
2903
|
border-bottom-left-radius: 4px;
|
|
2608
2904
|
}
|
|
2609
|
-
.fc .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2905
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2610
2906
|
border-top-right-radius: 4px;
|
|
2611
2907
|
border-bottom-right-radius: 4px;
|
|
2612
2908
|
}
|
|
2909
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2910
|
+
color: #673AB7;
|
|
2911
|
+
background: rgba(103, 58, 183, 0.12);
|
|
2912
|
+
}
|
|
2613
2913
|
|
|
2614
2914
|
.p-orderlist .p-orderlist-controls {
|
|
2615
2915
|
padding: 0.75rem;
|
|
@@ -2726,12 +3026,12 @@
|
|
|
2726
3026
|
color: rgba(0, 0, 0, 0.6);
|
|
2727
3027
|
}
|
|
2728
3028
|
.p-paginator .p-paginator-first {
|
|
2729
|
-
border-top-left-radius:
|
|
2730
|
-
border-bottom-left-radius:
|
|
3029
|
+
border-top-left-radius: 50%;
|
|
3030
|
+
border-bottom-left-radius: 50%;
|
|
2731
3031
|
}
|
|
2732
3032
|
.p-paginator .p-paginator-last {
|
|
2733
|
-
border-top-right-radius:
|
|
2734
|
-
border-bottom-right-radius:
|
|
3033
|
+
border-top-right-radius: 50%;
|
|
3034
|
+
border-bottom-right-radius: 50%;
|
|
2735
3035
|
}
|
|
2736
3036
|
.p-paginator .p-dropdown {
|
|
2737
3037
|
margin-left: 0.5rem;
|
|
@@ -2741,6 +3041,13 @@
|
|
|
2741
3041
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
2742
3042
|
padding-right: 0;
|
|
2743
3043
|
}
|
|
3044
|
+
.p-paginator .p-paginator-page-input {
|
|
3045
|
+
margin-left: 0.5rem;
|
|
3046
|
+
margin-right: 0.5rem;
|
|
3047
|
+
}
|
|
3048
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3049
|
+
max-width: 3rem;
|
|
3050
|
+
}
|
|
2744
3051
|
.p-paginator .p-paginator-current {
|
|
2745
3052
|
background-color: transparent;
|
|
2746
3053
|
border: 0 none;
|
|
@@ -3003,7 +3310,6 @@
|
|
|
3003
3310
|
background: #ffffff;
|
|
3004
3311
|
color: rgba(0, 0, 0, 0.87);
|
|
3005
3312
|
transition: none;
|
|
3006
|
-
outline-color: transparent;
|
|
3007
3313
|
}
|
|
3008
3314
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
3009
3315
|
text-align: left;
|
|
@@ -3037,6 +3343,10 @@
|
|
|
3037
3343
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3038
3344
|
color: rgba(0, 0, 0, 0.87);
|
|
3039
3345
|
}
|
|
3346
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3347
|
+
outline: 1px solid transparent;
|
|
3348
|
+
outline-offset: -1px;
|
|
3349
|
+
}
|
|
3040
3350
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3041
3351
|
background: rgba(103, 58, 183, 0.12);
|
|
3042
3352
|
color: #673AB7;
|
|
@@ -3248,6 +3558,9 @@
|
|
|
3248
3558
|
outline-offset: 0;
|
|
3249
3559
|
box-shadow: none;
|
|
3250
3560
|
}
|
|
3561
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
|
|
3562
|
+
color: rgba(0, 0, 0, 0.87);
|
|
3563
|
+
}
|
|
3251
3564
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
|
3252
3565
|
background: rgba(0, 0, 0, 0.04);
|
|
3253
3566
|
border-color: #e0e0e0;
|
|
@@ -3362,9 +3675,9 @@
|
|
|
3362
3675
|
margin-right: 0;
|
|
3363
3676
|
}
|
|
3364
3677
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
|
3365
|
-
border:
|
|
3366
|
-
border-width: 0 0
|
|
3367
|
-
border-color: transparent transparent
|
|
3678
|
+
border: solid rgba(0, 0, 0, 0.12);
|
|
3679
|
+
border-width: 0 0 1px 0;
|
|
3680
|
+
border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
|
|
3368
3681
|
background: #ffffff;
|
|
3369
3682
|
color: rgba(0, 0, 0, 0.6);
|
|
3370
3683
|
padding: 0.75rem 1.25rem;
|
|
@@ -3372,23 +3685,35 @@
|
|
|
3372
3685
|
border-top-right-radius: 4px;
|
|
3373
3686
|
border-top-left-radius: 4px;
|
|
3374
3687
|
transition: none;
|
|
3375
|
-
margin: 0 0
|
|
3688
|
+
margin: 0 0 -1px 0;
|
|
3376
3689
|
}
|
|
3377
3690
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
3378
3691
|
outline: 0 none;
|
|
3379
3692
|
outline-offset: 0;
|
|
3380
|
-
box-shadow: none;
|
|
3693
|
+
box-shadow: inset none;
|
|
3381
3694
|
}
|
|
3382
3695
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
3383
3696
|
background: rgba(103, 58, 183, 0.04);
|
|
3384
|
-
border-color:
|
|
3697
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3385
3698
|
color: rgba(0, 0, 0, 0.6);
|
|
3386
3699
|
}
|
|
3387
3700
|
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
|
3388
3701
|
background: #ffffff;
|
|
3389
|
-
border-color:
|
|
3702
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3390
3703
|
color: #673AB7;
|
|
3391
3704
|
}
|
|
3705
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3706
|
+
background: #ffffff;
|
|
3707
|
+
color: #673AB7;
|
|
3708
|
+
width: 2.25rem;
|
|
3709
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
3710
|
+
border-radius: 0;
|
|
3711
|
+
}
|
|
3712
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3713
|
+
outline: 0 none;
|
|
3714
|
+
outline-offset: 0;
|
|
3715
|
+
box-shadow: inset none;
|
|
3716
|
+
}
|
|
3392
3717
|
.p-tabview .p-tabview-panels {
|
|
3393
3718
|
background: #ffffff;
|
|
3394
3719
|
padding: 0.75rem;
|
|
@@ -3517,10 +3842,6 @@
|
|
|
3517
3842
|
margin-left: 1rem;
|
|
3518
3843
|
}
|
|
3519
3844
|
|
|
3520
|
-
.p-dialog-mask.p-component-overlay {
|
|
3521
|
-
background-color: rgba(0, 0, 0, 0.32);
|
|
3522
|
-
}
|
|
3523
|
-
|
|
3524
3845
|
.p-overlaypanel {
|
|
3525
3846
|
background: #ffffff;
|
|
3526
3847
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -3601,10 +3922,6 @@
|
|
|
3601
3922
|
padding: 0.75rem;
|
|
3602
3923
|
}
|
|
3603
3924
|
|
|
3604
|
-
.p-sidebar-mask.p-component-overlay {
|
|
3605
|
-
background: rgba(0, 0, 0, 0.32);
|
|
3606
|
-
}
|
|
3607
|
-
|
|
3608
3925
|
.p-tooltip .p-tooltip-text {
|
|
3609
3926
|
background: rgba(97, 97, 97, 0.9);
|
|
3610
3927
|
color: #ffffff;
|
|
@@ -3709,6 +4026,7 @@
|
|
|
3709
4026
|
color: rgba(0, 0, 0, 0.87);
|
|
3710
4027
|
border: 0 none;
|
|
3711
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;
|
|
3712
4030
|
width: 12.5rem;
|
|
3713
4031
|
}
|
|
3714
4032
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -3750,6 +4068,7 @@
|
|
|
3750
4068
|
background: #ffffff;
|
|
3751
4069
|
border: 0 none;
|
|
3752
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;
|
|
3753
4072
|
}
|
|
3754
4073
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
3755
4074
|
background: rgba(0, 0, 0, 0.04);
|
|
@@ -3768,6 +4087,66 @@
|
|
|
3768
4087
|
font-size: 0.875rem;
|
|
3769
4088
|
}
|
|
3770
4089
|
|
|
4090
|
+
.p-dock .p-dock-list-container {
|
|
4091
|
+
background: rgba(255, 255, 255, 0.1);
|
|
4092
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
4093
|
+
padding: 0.5rem 0.5rem;
|
|
4094
|
+
border-radius: 0.5rem;
|
|
4095
|
+
}
|
|
4096
|
+
.p-dock .p-dock-item {
|
|
4097
|
+
padding: 0.5rem;
|
|
4098
|
+
}
|
|
4099
|
+
.p-dock .p-dock-action {
|
|
4100
|
+
width: 4rem;
|
|
4101
|
+
height: 4rem;
|
|
4102
|
+
}
|
|
4103
|
+
.p-dock.p-dock-top .p-dock-item-second-prev,
|
|
4104
|
+
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
|
4105
|
+
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
|
4106
|
+
margin: 0 0.9rem;
|
|
4107
|
+
}
|
|
4108
|
+
.p-dock.p-dock-top .p-dock-item-prev,
|
|
4109
|
+
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
|
4110
|
+
.p-dock.p-dock-bottom .p-dock-item-next {
|
|
4111
|
+
margin: 0 1.3rem;
|
|
4112
|
+
}
|
|
4113
|
+
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
|
4114
|
+
margin: 0 1.5rem;
|
|
4115
|
+
}
|
|
4116
|
+
.p-dock.p-dock-left .p-dock-item-second-prev,
|
|
4117
|
+
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
|
4118
|
+
.p-dock.p-dock-right .p-dock-item-second-next {
|
|
4119
|
+
margin: 0.9rem 0;
|
|
4120
|
+
}
|
|
4121
|
+
.p-dock.p-dock-left .p-dock-item-prev,
|
|
4122
|
+
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
|
4123
|
+
.p-dock.p-dock-right .p-dock-item-next {
|
|
4124
|
+
margin: 1.3rem 0;
|
|
4125
|
+
}
|
|
4126
|
+
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
|
4127
|
+
margin: 1.5rem 0;
|
|
4128
|
+
}
|
|
4129
|
+
|
|
4130
|
+
@media screen and (max-width: 960px) {
|
|
4131
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4132
|
+
overflow-x: auto;
|
|
4133
|
+
width: 100%;
|
|
4134
|
+
}
|
|
4135
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4136
|
+
margin: 0 auto;
|
|
4137
|
+
}
|
|
4138
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4139
|
+
overflow-y: auto;
|
|
4140
|
+
height: 100%;
|
|
4141
|
+
}
|
|
4142
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4143
|
+
margin: auto 0;
|
|
4144
|
+
}
|
|
4145
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4146
|
+
transform: none;
|
|
4147
|
+
margin: 0;
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
3771
4150
|
.p-megamenu {
|
|
3772
4151
|
padding: 0.75rem;
|
|
3773
4152
|
background: transparent;
|
|
@@ -4370,9 +4749,9 @@
|
|
|
4370
4749
|
margin-right: 0;
|
|
4371
4750
|
}
|
|
4372
4751
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
|
|
4373
|
-
border:
|
|
4374
|
-
border-width: 0 0
|
|
4375
|
-
border-color: transparent transparent
|
|
4752
|
+
border: solid rgba(0, 0, 0, 0.12);
|
|
4753
|
+
border-width: 0 0 1px 0;
|
|
4754
|
+
border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
|
|
4376
4755
|
background: #ffffff;
|
|
4377
4756
|
color: rgba(0, 0, 0, 0.6);
|
|
4378
4757
|
padding: 0.75rem 1.25rem;
|
|
@@ -4380,7 +4759,7 @@
|
|
|
4380
4759
|
border-top-right-radius: 4px;
|
|
4381
4760
|
border-top-left-radius: 4px;
|
|
4382
4761
|
transition: none;
|
|
4383
|
-
margin: 0 0
|
|
4762
|
+
margin: 0 0 -1px 0;
|
|
4384
4763
|
}
|
|
4385
4764
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
|
4386
4765
|
margin-right: 0.5rem;
|
|
@@ -4388,16 +4767,16 @@
|
|
|
4388
4767
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
4389
4768
|
outline: 0 none;
|
|
4390
4769
|
outline-offset: 0;
|
|
4391
|
-
box-shadow: none;
|
|
4770
|
+
box-shadow: inset none;
|
|
4392
4771
|
}
|
|
4393
4772
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
4394
4773
|
background: rgba(103, 58, 183, 0.04);
|
|
4395
|
-
border-color:
|
|
4774
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
4396
4775
|
color: rgba(0, 0, 0, 0.6);
|
|
4397
4776
|
}
|
|
4398
4777
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
|
|
4399
4778
|
background: #ffffff;
|
|
4400
|
-
border-color:
|
|
4779
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
4401
4780
|
color: #673AB7;
|
|
4402
4781
|
}
|
|
4403
4782
|
|
|
@@ -4781,8 +5160,46 @@
|
|
|
4781
5160
|
box-shadow: none;
|
|
4782
5161
|
}
|
|
4783
5162
|
|
|
4784
|
-
.p-galleria-mask
|
|
4785
|
-
|
|
5163
|
+
.p-galleria-mask {
|
|
5164
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5165
|
+
}
|
|
5166
|
+
|
|
5167
|
+
.p-image-mask {
|
|
5168
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5169
|
+
}
|
|
5170
|
+
|
|
5171
|
+
.p-image-preview-indicator {
|
|
5172
|
+
background-color: transparent;
|
|
5173
|
+
color: #f8f9fa;
|
|
5174
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5175
|
+
}
|
|
5176
|
+
|
|
5177
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5178
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5179
|
+
}
|
|
5180
|
+
|
|
5181
|
+
.p-image-toolbar {
|
|
5182
|
+
padding: 1rem;
|
|
5183
|
+
}
|
|
5184
|
+
|
|
5185
|
+
.p-image-action.p-link {
|
|
5186
|
+
color: #f8f9fa;
|
|
5187
|
+
background-color: transparent;
|
|
5188
|
+
width: 3rem;
|
|
5189
|
+
height: 3rem;
|
|
5190
|
+
border-radius: 50%;
|
|
5191
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5192
|
+
margin-right: 0.5rem;
|
|
5193
|
+
}
|
|
5194
|
+
.p-image-action.p-link:last-child {
|
|
5195
|
+
margin-right: 0;
|
|
5196
|
+
}
|
|
5197
|
+
.p-image-action.p-link:hover {
|
|
5198
|
+
color: #f8f9fa;
|
|
5199
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5200
|
+
}
|
|
5201
|
+
.p-image-action.p-link i {
|
|
5202
|
+
font-size: 1.5rem;
|
|
4786
5203
|
}
|
|
4787
5204
|
|
|
4788
5205
|
.p-avatar {
|
|
@@ -4852,10 +5269,6 @@
|
|
|
4852
5269
|
line-height: 3rem;
|
|
4853
5270
|
}
|
|
4854
5271
|
|
|
4855
|
-
.p-blockui.p-component-overlay {
|
|
4856
|
-
background: rgba(0, 0, 0, 0.32);
|
|
4857
|
-
}
|
|
4858
|
-
|
|
4859
5272
|
.p-chip {
|
|
4860
5273
|
background-color: rgba(0, 0, 0, 0.12);
|
|
4861
5274
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -4914,7 +5327,7 @@
|
|
|
4914
5327
|
background: #673AB7;
|
|
4915
5328
|
}
|
|
4916
5329
|
.p-progressbar .p-progressbar-label {
|
|
4917
|
-
color:
|
|
5330
|
+
color: #ffffff;
|
|
4918
5331
|
line-height: 4px;
|
|
4919
5332
|
}
|
|
4920
5333
|
|
|
@@ -5102,6 +5515,13 @@
|
|
|
5102
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;
|
|
5103
5516
|
}
|
|
5104
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
|
+
|
|
5105
5525
|
.p-button {
|
|
5106
5526
|
font-weight: 500;
|
|
5107
5527
|
min-width: 4rem;
|
|
@@ -5127,6 +5547,15 @@
|
|
|
5127
5547
|
.p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
|
|
5128
5548
|
background-color: rgba(103, 58, 183, 0.16);
|
|
5129
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
|
+
}
|
|
5130
5559
|
.p-button:disabled {
|
|
5131
5560
|
background-color: rgba(0, 0, 0, 0.12) !important;
|
|
5132
5561
|
color: rgba(0, 0, 0, 0.38) !important;
|
|
@@ -5430,6 +5859,15 @@
|
|
|
5430
5859
|
background-image: none;
|
|
5431
5860
|
background: transparent;
|
|
5432
5861
|
}
|
|
5862
|
+
|
|
5863
|
+
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
|
|
5864
|
+
padding-top: 1.25rem;
|
|
5865
|
+
padding-bottom: 0.25rem;
|
|
5866
|
+
}
|
|
5867
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label {
|
|
5868
|
+
padding-top: 1.25rem;
|
|
5869
|
+
padding-bottom: 0.25rem;
|
|
5870
|
+
}
|
|
5433
5871
|
.p-input-filled .p-cascadeselect.p-invalid {
|
|
5434
5872
|
border-color: transparent;
|
|
5435
5873
|
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
@@ -5591,6 +6029,13 @@
|
|
|
5591
6029
|
background-color: rgba(0, 0, 0, 0.03);
|
|
5592
6030
|
}
|
|
5593
6031
|
|
|
6032
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6033
|
+
box-shadow: inset 0 2px 0 0 #673AB7;
|
|
6034
|
+
}
|
|
6035
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
6036
|
+
box-shadow: inset 0 -2px 0 0 #673AB7;
|
|
6037
|
+
}
|
|
6038
|
+
|
|
5594
6039
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
|
5595
6040
|
background-image: none;
|
|
5596
6041
|
background: transparent;
|
|
@@ -5654,6 +6099,51 @@
|
|
|
5654
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;
|
|
5655
6100
|
}
|
|
5656
6101
|
|
|
6102
|
+
.fc {
|
|
6103
|
+
/* FullCalendar 4 */
|
|
6104
|
+
/* FullCalendar 5 */
|
|
6105
|
+
}
|
|
6106
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6107
|
+
background: rgba(103, 58, 183, 0.76);
|
|
6108
|
+
}
|
|
6109
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6110
|
+
background: rgba(103, 58, 183, 0.68);
|
|
6111
|
+
}
|
|
6112
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6113
|
+
background: rgba(103, 58, 183, 0.76);
|
|
6114
|
+
}
|
|
6115
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6116
|
+
background: rgba(103, 58, 183, 0.68);
|
|
6117
|
+
}
|
|
6118
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6119
|
+
background: #e0e0e1;
|
|
6120
|
+
border-color: #e0e0e1;
|
|
6121
|
+
}
|
|
6122
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6123
|
+
background: #d9d8d9;
|
|
6124
|
+
border-color: #d9d8d9;
|
|
6125
|
+
}
|
|
6126
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6127
|
+
background: rgba(103, 58, 183, 0.76);
|
|
6128
|
+
}
|
|
6129
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6130
|
+
background: rgba(103, 58, 183, 0.68);
|
|
6131
|
+
}
|
|
6132
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6133
|
+
background: rgba(103, 58, 183, 0.76);
|
|
6134
|
+
}
|
|
6135
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6136
|
+
background: rgba(103, 58, 183, 0.68);
|
|
6137
|
+
}
|
|
6138
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6139
|
+
background: #e0e0e1;
|
|
6140
|
+
border-color: #e0e0e1;
|
|
6141
|
+
}
|
|
6142
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6143
|
+
background: #d9d8d9;
|
|
6144
|
+
border-color: #d9d8d9;
|
|
6145
|
+
}
|
|
6146
|
+
|
|
5657
6147
|
.p-galleria .p-galleria-indicators {
|
|
5658
6148
|
padding: 1rem;
|
|
5659
6149
|
}
|
|
@@ -5761,19 +6251,22 @@
|
|
|
5761
6251
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
5762
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);
|
|
5763
6253
|
}
|
|
5764
|
-
.p-inputswitch.p-
|
|
6254
|
+
.p-inputswitch.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
5765
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);
|
|
5766
6256
|
}
|
|
5767
6257
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
5768
6258
|
box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
5769
6259
|
}
|
|
5770
|
-
.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 {
|
|
5771
6261
|
box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
5772
6262
|
}
|
|
5773
6263
|
|
|
5774
6264
|
.p-fieldset .p-fieldset-legend {
|
|
5775
6265
|
border: 0 none;
|
|
5776
6266
|
}
|
|
6267
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6268
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6269
|
+
}
|
|
5777
6270
|
|
|
5778
6271
|
.p-float-label input:focus ~ label,
|
|
5779
6272
|
.p-float-label input.p-filled ~ label,
|
|
@@ -5812,9 +6305,27 @@
|
|
|
5812
6305
|
background: transparent;
|
|
5813
6306
|
}
|
|
5814
6307
|
|
|
5815
|
-
.p-listbox-item .p-ink {
|
|
6308
|
+
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
5816
6309
|
background-color: rgba(103, 58, 183, 0.16);
|
|
5817
6310
|
}
|
|
6311
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
6312
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6313
|
+
}
|
|
6314
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6315
|
+
background: rgba(103, 58, 183, 0.24);
|
|
6316
|
+
}
|
|
6317
|
+
|
|
6318
|
+
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6319
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6320
|
+
}
|
|
6321
|
+
|
|
6322
|
+
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
6323
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6324
|
+
}
|
|
6325
|
+
|
|
6326
|
+
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
6327
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6328
|
+
}
|
|
5818
6329
|
|
|
5819
6330
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
5820
6331
|
background-image: none;
|
|
@@ -5827,9 +6338,18 @@
|
|
|
5827
6338
|
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
|
5828
6339
|
}
|
|
5829
6340
|
|
|
5830
|
-
.p-multiselect-item .p-ink {
|
|
6341
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
5831
6342
|
background-color: rgba(103, 58, 183, 0.16);
|
|
5832
6343
|
}
|
|
6344
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
6345
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6346
|
+
}
|
|
6347
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
|
6348
|
+
background: rgba(103, 58, 183, 0.24);
|
|
6349
|
+
}
|
|
6350
|
+
.p-multiselect-panel .p-multiselect-close:focus {
|
|
6351
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6352
|
+
}
|
|
5833
6353
|
|
|
5834
6354
|
.p-input-filled .p-multiselect {
|
|
5835
6355
|
border-bottom-left-radius: 0;
|
|
@@ -5904,6 +6424,13 @@
|
|
|
5904
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;
|
|
5905
6425
|
}
|
|
5906
6426
|
|
|
6427
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
6428
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6429
|
+
}
|
|
6430
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
6431
|
+
background: rgba(103, 58, 183, 0.24);
|
|
6432
|
+
}
|
|
6433
|
+
|
|
5907
6434
|
.p-overlaypanel .p-overlaypanel-content {
|
|
5908
6435
|
padding: 1.5rem;
|
|
5909
6436
|
}
|
|
@@ -5911,6 +6438,12 @@
|
|
|
5911
6438
|
.p-paginator {
|
|
5912
6439
|
justify-content: flex-end;
|
|
5913
6440
|
}
|
|
6441
|
+
.p-paginator .p-paginator-element:focus {
|
|
6442
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6443
|
+
}
|
|
6444
|
+
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
6445
|
+
background: rgba(103, 58, 183, 0.24);
|
|
6446
|
+
}
|
|
5914
6447
|
|
|
5915
6448
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
5916
6449
|
border-color: transparent;
|
|
@@ -5944,6 +6477,9 @@
|
|
|
5944
6477
|
.p-panel .p-panel-title {
|
|
5945
6478
|
font-size: 1.25rem;
|
|
5946
6479
|
}
|
|
6480
|
+
.p-panel .p-panel-header-icon:focus {
|
|
6481
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6482
|
+
}
|
|
5947
6483
|
|
|
5948
6484
|
.p-panelmenu .p-panelmenu-panel {
|
|
5949
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);
|
|
@@ -5971,17 +6507,49 @@
|
|
|
5971
6507
|
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
|
|
5972
6508
|
opacity: 0.38;
|
|
5973
6509
|
}
|
|
5974
|
-
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header
|
|
6510
|
+
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
|
|
5975
6511
|
background: #f6f6f6;
|
|
5976
6512
|
}
|
|
6513
|
+
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
6514
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6515
|
+
}
|
|
6516
|
+
|
|
6517
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
6518
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6519
|
+
}
|
|
6520
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
6521
|
+
background: rgba(103, 58, 183, 0.24);
|
|
6522
|
+
}
|
|
5977
6523
|
|
|
5978
6524
|
.p-progressbar {
|
|
5979
6525
|
border-radius: 0;
|
|
5980
6526
|
}
|
|
5981
|
-
.p-progressbar .p-progressbar-label {
|
|
6527
|
+
.p-progressbar.p-progressbar-determinate .p-progressbar-label {
|
|
5982
6528
|
display: none;
|
|
5983
6529
|
}
|
|
5984
6530
|
|
|
6531
|
+
.p-rating .p-rating-icon {
|
|
6532
|
+
border-radius: 50%;
|
|
6533
|
+
width: 2rem;
|
|
6534
|
+
height: 2rem;
|
|
6535
|
+
display: inline-flex;
|
|
6536
|
+
justify-content: center;
|
|
6537
|
+
align-items: center;
|
|
6538
|
+
margin-left: 0;
|
|
6539
|
+
}
|
|
6540
|
+
.p-rating .p-rating-icon:focus {
|
|
6541
|
+
background: rgba(103, 58, 183, 0.12);
|
|
6542
|
+
}
|
|
6543
|
+
.p-rating .p-rating-icon.p-rating-cancel:focus {
|
|
6544
|
+
background: rgba(176, 0, 32, 0.12);
|
|
6545
|
+
}
|
|
6546
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
6547
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6548
|
+
}
|
|
6549
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
|
|
6550
|
+
background: rgba(176, 0, 32, 0.04);
|
|
6551
|
+
}
|
|
6552
|
+
|
|
5985
6553
|
.p-radiobutton {
|
|
5986
6554
|
border-radius: 50%;
|
|
5987
6555
|
transition: box-shadow 0.2s;
|
|
@@ -6059,7 +6627,7 @@
|
|
|
6059
6627
|
flex-direction: row;
|
|
6060
6628
|
flex: 1 1 auto;
|
|
6061
6629
|
overflow: visible;
|
|
6062
|
-
padding:
|
|
6630
|
+
padding: 1rem 0.5rem;
|
|
6063
6631
|
}
|
|
6064
6632
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
6065
6633
|
background-color: #9e9d9e;
|
|
@@ -6073,6 +6641,9 @@
|
|
|
6073
6641
|
margin: 0;
|
|
6074
6642
|
padding-left: 0.5rem;
|
|
6075
6643
|
}
|
|
6644
|
+
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
|
|
6645
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6646
|
+
}
|
|
6076
6647
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
6077
6648
|
background-color: #673AB7;
|
|
6078
6649
|
color: #ffffff;
|
|
@@ -6108,6 +6679,10 @@
|
|
|
6108
6679
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
6109
6680
|
}
|
|
6110
6681
|
|
|
6682
|
+
.p-tieredmenu .p-menuitem-link:focus {
|
|
6683
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6684
|
+
}
|
|
6685
|
+
|
|
6111
6686
|
.p-toolbar {
|
|
6112
6687
|
border: 0 none;
|
|
6113
6688
|
}
|
|
@@ -6120,6 +6695,101 @@
|
|
|
6120
6695
|
display: none;
|
|
6121
6696
|
}
|
|
6122
6697
|
|
|
6698
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
6699
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6700
|
+
}
|
|
6701
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
6702
|
+
background: rgba(103, 58, 183, 0.24);
|
|
6703
|
+
}
|
|
6704
|
+
|
|
6705
|
+
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
6706
|
+
background-image: none;
|
|
6707
|
+
background: transparent;
|
|
6708
|
+
}
|
|
6709
|
+
.p-treeselect .p-treeselect-label {
|
|
6710
|
+
border: 0 none;
|
|
6711
|
+
}
|
|
6712
|
+
.p-treeselect:not(.p-disabled).p-focus {
|
|
6713
|
+
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
|
6714
|
+
}
|
|
6715
|
+
|
|
6716
|
+
.p-treeselect-item .p-ink {
|
|
6717
|
+
background-color: rgba(103, 58, 183, 0.16);
|
|
6718
|
+
}
|
|
6719
|
+
|
|
6720
|
+
.p-input-filled .p-treeselect {
|
|
6721
|
+
border-bottom-left-radius: 0;
|
|
6722
|
+
border-bottom-right-radius: 0;
|
|
6723
|
+
border: 1px solid transparent;
|
|
6724
|
+
background: #f5f5f5 no-repeat;
|
|
6725
|
+
background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38));
|
|
6726
|
+
background-size: 0 2px, 100% 1px;
|
|
6727
|
+
background-position: 50% 100%, 50% 100%;
|
|
6728
|
+
background-origin: border-box;
|
|
6729
|
+
}
|
|
6730
|
+
.p-input-filled .p-treeselect .p-inputtext {
|
|
6731
|
+
background-image: none;
|
|
6732
|
+
background: transparent;
|
|
6733
|
+
}
|
|
6734
|
+
.p-input-filled .p-treeselect:not(.p-disabled):hover {
|
|
6735
|
+
background-color: #ececec;
|
|
6736
|
+
border-color: transparent;
|
|
6737
|
+
background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87));
|
|
6738
|
+
}
|
|
6739
|
+
.p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus {
|
|
6740
|
+
box-shadow: none;
|
|
6741
|
+
background-color: #dcdcdc;
|
|
6742
|
+
border-color: transparent;
|
|
6743
|
+
background-size: 100% 2px, 100% 1px;
|
|
6744
|
+
}
|
|
6745
|
+
.p-input-filled .p-treeselect .p-inputtext:enabled:hover, .p-input-filled .p-treeselect .p-inputtext:enabled:focus {
|
|
6746
|
+
background-image: none;
|
|
6747
|
+
background: transparent;
|
|
6748
|
+
}
|
|
6749
|
+
.p-input-filled .p-treeselect .p-treeselect-label:hover {
|
|
6750
|
+
background-image: none;
|
|
6751
|
+
background: transparent;
|
|
6752
|
+
}
|
|
6753
|
+
|
|
6754
|
+
.p-float-label .p-treeselect-label .p-treeselect-token {
|
|
6755
|
+
padding: 0.25rem 1rem;
|
|
6756
|
+
margin-top: 0.25rem;
|
|
6757
|
+
margin-bottom: 0.25rem;
|
|
6758
|
+
}
|
|
6759
|
+
|
|
6760
|
+
.p-input-filled .p-float-label .p-treeselect .p-treeselect-label {
|
|
6761
|
+
padding-top: 1.25rem;
|
|
6762
|
+
padding-bottom: 0.25rem;
|
|
6763
|
+
}
|
|
6764
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label {
|
|
6765
|
+
padding-top: 1.25rem;
|
|
6766
|
+
padding-bottom: 0.25rem;
|
|
6767
|
+
}
|
|
6768
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token {
|
|
6769
|
+
padding-top: 0;
|
|
6770
|
+
padding-bottom: 0;
|
|
6771
|
+
margin-top: 0;
|
|
6772
|
+
margin-bottom: 0;
|
|
6773
|
+
}
|
|
6774
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token .p-treeselect-token-icon {
|
|
6775
|
+
font-size: 75%;
|
|
6776
|
+
}
|
|
6777
|
+
.p-input-filled .p-treeselect.p-invalid {
|
|
6778
|
+
border-color: transparent;
|
|
6779
|
+
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
6780
|
+
}
|
|
6781
|
+
.p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover {
|
|
6782
|
+
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
6783
|
+
}
|
|
6784
|
+
.p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus {
|
|
6785
|
+
box-shadow: none;
|
|
6786
|
+
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
|
|
6787
|
+
}
|
|
6788
|
+
|
|
6789
|
+
.p-treeselect.p-invalid:not(.p-disabled).p-focus {
|
|
6790
|
+
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;
|
|
6791
|
+
}
|
|
6792
|
+
|
|
6123
6793
|
.p-treetable .p-sortable-column {
|
|
6124
6794
|
outline: 0 none;
|
|
6125
6795
|
}
|
|
@@ -6146,6 +6816,9 @@
|
|
|
6146
6816
|
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
|
|
6147
6817
|
background-color: rgba(103, 58, 183, 0.12);
|
|
6148
6818
|
}
|
|
6819
|
+
.p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
|
|
6820
|
+
background-color: rgba(103, 58, 183, 0.12);
|
|
6821
|
+
}
|
|
6149
6822
|
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
|
|
6150
6823
|
display: block;
|
|
6151
6824
|
position: absolute;
|