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:#f8f9fa;
|
|
@@ -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:3px;
|
|
37
|
+
--surface-ground:#f8f9fa;
|
|
38
|
+
--surface-section:#ffffff;
|
|
39
|
+
--surface-card:#ffffff;
|
|
40
|
+
--surface-overlay:#ffffff;
|
|
41
|
+
--surface-border:#dee2e6;
|
|
42
|
+
--surface-hover: #e9ecef;
|
|
43
|
+
--focus-ring: 0 0 0 0.2rem #b7e0b8;
|
|
44
|
+
--maskbg: rgba(0, 0, 0, 0.4);
|
|
27
45
|
}
|
|
28
46
|
|
|
29
47
|
* {
|
|
@@ -68,6 +86,31 @@
|
|
|
68
86
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
69
87
|
}
|
|
70
88
|
|
|
89
|
+
.p-component-overlay-enter {
|
|
90
|
+
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.p-component-overlay-leave {
|
|
94
|
+
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@keyframes p-component-overlay-enter-animation {
|
|
98
|
+
from {
|
|
99
|
+
background-color: transparent;
|
|
100
|
+
}
|
|
101
|
+
to {
|
|
102
|
+
background-color: var(--maskbg);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
@keyframes p-component-overlay-leave-animation {
|
|
106
|
+
from {
|
|
107
|
+
background-color: var(--maskbg);
|
|
108
|
+
}
|
|
109
|
+
to {
|
|
110
|
+
background-color: transparent;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
71
114
|
:root {
|
|
72
115
|
--blue-50:#f4fafe;
|
|
73
116
|
--blue-100:#cae6fc;
|
|
@@ -302,14 +345,16 @@
|
|
|
302
345
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
|
303
346
|
line-height: 2rem;
|
|
304
347
|
}
|
|
305
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
306
|
-
|
|
348
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
349
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
350
|
+
color: #495057;
|
|
351
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
352
|
+
font-weight: 600;
|
|
353
|
+
padding: 0.5rem;
|
|
307
354
|
}
|
|
308
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
312
|
-
border-color: #4CAF50;
|
|
355
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
356
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
357
|
+
color: #4CAF50;
|
|
313
358
|
}
|
|
314
359
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
315
360
|
margin-right: 0.5rem;
|
|
@@ -407,8 +452,20 @@
|
|
|
407
452
|
color: #495057;
|
|
408
453
|
background: #E8F5E9;
|
|
409
454
|
}
|
|
455
|
+
.p-datepicker .p-yearpicker {
|
|
456
|
+
margin: 0.5rem 0;
|
|
457
|
+
}
|
|
458
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
|
459
|
+
padding: 0.5rem;
|
|
460
|
+
transition: box-shadow 0.2s;
|
|
461
|
+
border-radius: 3px;
|
|
462
|
+
}
|
|
463
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
464
|
+
color: #495057;
|
|
465
|
+
background: #E8F5E9;
|
|
466
|
+
}
|
|
410
467
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
411
|
-
border-
|
|
468
|
+
border-left: 1px solid #dee2e6;
|
|
412
469
|
padding-right: 0.5rem;
|
|
413
470
|
padding-left: 0.5rem;
|
|
414
471
|
padding-top: 0;
|
|
@@ -416,10 +473,10 @@
|
|
|
416
473
|
}
|
|
417
474
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
|
418
475
|
padding-left: 0;
|
|
476
|
+
border-left: 0 none;
|
|
419
477
|
}
|
|
420
478
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
|
421
479
|
padding-right: 0;
|
|
422
|
-
border-right: 0 none;
|
|
423
480
|
}
|
|
424
481
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
|
425
482
|
background: #e9ecef;
|
|
@@ -429,17 +486,21 @@
|
|
|
429
486
|
outline-offset: 0;
|
|
430
487
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
431
488
|
}
|
|
432
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
489
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
|
|
433
490
|
background: #e9ecef;
|
|
434
491
|
}
|
|
435
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
492
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
|
436
493
|
outline: 0 none;
|
|
437
494
|
outline-offset: 0;
|
|
438
495
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
439
496
|
}
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
497
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
|
498
|
+
background: #e9ecef;
|
|
499
|
+
}
|
|
500
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
|
|
501
|
+
outline: 0 none;
|
|
502
|
+
outline-offset: 0;
|
|
503
|
+
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
443
504
|
}
|
|
444
505
|
|
|
445
506
|
@media screen and (max-width: 769px) {
|
|
@@ -629,7 +690,7 @@
|
|
|
629
690
|
|
|
630
691
|
.p-colorpicker-panel {
|
|
631
692
|
background: #323232;
|
|
632
|
-
border
|
|
693
|
+
border: 1px solid #191919;
|
|
633
694
|
}
|
|
634
695
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
635
696
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
@@ -702,6 +763,7 @@
|
|
|
702
763
|
}
|
|
703
764
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
704
765
|
padding-right: 1.5rem;
|
|
766
|
+
margin-right: -1.5rem;
|
|
705
767
|
}
|
|
706
768
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
707
769
|
right: 0.5rem;
|
|
@@ -1367,7 +1429,7 @@
|
|
|
1367
1429
|
.p-rating .p-rating-icon:first-child {
|
|
1368
1430
|
margin-left: 0;
|
|
1369
1431
|
}
|
|
1370
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1432
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1371
1433
|
color: #4CAF50;
|
|
1372
1434
|
}
|
|
1373
1435
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -2036,6 +2098,70 @@
|
|
|
2036
2098
|
border-color: transparent;
|
|
2037
2099
|
}
|
|
2038
2100
|
|
|
2101
|
+
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2102
|
+
width: 4rem;
|
|
2103
|
+
height: 4rem;
|
|
2104
|
+
}
|
|
2105
|
+
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
|
|
2106
|
+
font-size: 1.3rem;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
.p-speeddial-action {
|
|
2110
|
+
width: 3rem;
|
|
2111
|
+
height: 3rem;
|
|
2112
|
+
background: #495057;
|
|
2113
|
+
color: #fff;
|
|
2114
|
+
}
|
|
2115
|
+
.p-speeddial-action:hover {
|
|
2116
|
+
background: #343a40;
|
|
2117
|
+
color: #fff;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.p-speeddial-direction-up .p-speeddial-item {
|
|
2121
|
+
margin: 0.25rem 0;
|
|
2122
|
+
}
|
|
2123
|
+
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2124
|
+
margin-bottom: 0.5rem;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
.p-speeddial-direction-down .p-speeddial-item {
|
|
2128
|
+
margin: 0.25rem 0;
|
|
2129
|
+
}
|
|
2130
|
+
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2131
|
+
margin-top: 0.5rem;
|
|
2132
|
+
}
|
|
2133
|
+
|
|
2134
|
+
.p-speeddial-direction-left .p-speeddial-item {
|
|
2135
|
+
margin: 0 0.25rem;
|
|
2136
|
+
}
|
|
2137
|
+
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2138
|
+
margin-right: 0.5rem;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.p-speeddial-direction-right .p-speeddial-item {
|
|
2142
|
+
margin: 0 0.25rem;
|
|
2143
|
+
}
|
|
2144
|
+
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2145
|
+
margin-left: 0.5rem;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
.p-speeddial-circle .p-speeddial-item,
|
|
2149
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2150
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2151
|
+
margin: 0;
|
|
2152
|
+
}
|
|
2153
|
+
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2154
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2155
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2156
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2157
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2158
|
+
margin: 0;
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
.p-speeddial-mask {
|
|
2162
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2039
2165
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2040
2166
|
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2041
2167
|
width: 2rem;
|
|
@@ -2166,7 +2292,6 @@
|
|
|
2166
2292
|
background: #ffffff;
|
|
2167
2293
|
color: #495057;
|
|
2168
2294
|
transition: box-shadow 0.2s;
|
|
2169
|
-
outline-color: #b7e0b8;
|
|
2170
2295
|
}
|
|
2171
2296
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2172
2297
|
text-align: left;
|
|
@@ -2208,6 +2333,10 @@
|
|
|
2208
2333
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2209
2334
|
font-weight: 600;
|
|
2210
2335
|
}
|
|
2336
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2337
|
+
outline: 1px solid #b7e0b8;
|
|
2338
|
+
outline-offset: -1px;
|
|
2339
|
+
}
|
|
2211
2340
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2212
2341
|
background: #E8F5E9;
|
|
2213
2342
|
color: #495057;
|
|
@@ -2229,6 +2358,10 @@
|
|
|
2229
2358
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2230
2359
|
background: #f8f9fa;
|
|
2231
2360
|
}
|
|
2361
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2362
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
|
|
2363
|
+
background-color: #f8f9fa;
|
|
2364
|
+
}
|
|
2232
2365
|
.p-datatable .p-datatable-loading-icon {
|
|
2233
2366
|
font-size: 2rem;
|
|
2234
2367
|
}
|
|
@@ -2466,126 +2599,293 @@
|
|
|
2466
2599
|
padding: 1rem;
|
|
2467
2600
|
}
|
|
2468
2601
|
|
|
2469
|
-
.fc
|
|
2602
|
+
.fc {
|
|
2603
|
+
/* FullCalendar 4 */
|
|
2604
|
+
/* FullCalendar 5 */
|
|
2605
|
+
}
|
|
2606
|
+
.fc.fc-unthemed .fc-view-container th {
|
|
2470
2607
|
background: #f8f9fa;
|
|
2471
2608
|
border: 1px solid #dee2e6;
|
|
2472
2609
|
color: #495057;
|
|
2473
2610
|
}
|
|
2474
|
-
.fc .fc-view-
|
|
2475
|
-
background: #ffffff;
|
|
2611
|
+
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
2476
2612
|
border: 1px solid #dee2e6;
|
|
2477
2613
|
color: #495057;
|
|
2478
|
-
border-top-width: 0;
|
|
2479
|
-
border-left-width: 0;
|
|
2480
2614
|
}
|
|
2481
|
-
.fc .fc-view-
|
|
2482
|
-
border
|
|
2615
|
+
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
2616
|
+
border: 1px solid #dee2e6;
|
|
2483
2617
|
}
|
|
2484
|
-
.fc .fc-view-
|
|
2618
|
+
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
2619
|
+
background: #ffffff;
|
|
2620
|
+
}
|
|
2621
|
+
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
2485
2622
|
border-right: 1px solid #dee2e6;
|
|
2486
|
-
display: none !important;
|
|
2487
2623
|
}
|
|
2488
|
-
.fc
|
|
2624
|
+
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
2489
2625
|
background: #449e48;
|
|
2490
2626
|
border: 1px solid #449e48;
|
|
2491
2627
|
color: #ffffff;
|
|
2492
2628
|
}
|
|
2493
|
-
.fc .fc-view-
|
|
2629
|
+
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
2630
|
+
background: #f8f9fa;
|
|
2631
|
+
border: 1px solid #dee2e6;
|
|
2632
|
+
}
|
|
2633
|
+
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
2634
|
+
color: #ffffff;
|
|
2635
|
+
background: #4CAF50;
|
|
2636
|
+
border: 1px solid #4CAF50;
|
|
2637
|
+
font-size: 1rem;
|
|
2638
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2639
|
+
border-radius: 3px;
|
|
2640
|
+
display: flex;
|
|
2641
|
+
align-items: center;
|
|
2642
|
+
}
|
|
2643
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
2644
|
+
background: #449e48;
|
|
2645
|
+
color: #ffffff;
|
|
2646
|
+
border-color: #449e48;
|
|
2647
|
+
}
|
|
2648
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
2649
|
+
background: #3d8c40;
|
|
2650
|
+
color: #ffffff;
|
|
2651
|
+
border-color: #3d8c40;
|
|
2652
|
+
}
|
|
2653
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
2654
|
+
outline: 0 none;
|
|
2655
|
+
outline-offset: 0;
|
|
2656
|
+
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
2657
|
+
}
|
|
2658
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
2659
|
+
font-family: "PrimeIcons" !important;
|
|
2660
|
+
text-indent: 0;
|
|
2661
|
+
font-size: 1rem;
|
|
2662
|
+
}
|
|
2663
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2664
|
+
content: "\e900";
|
|
2665
|
+
}
|
|
2666
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2667
|
+
font-family: "PrimeIcons" !important;
|
|
2668
|
+
text-indent: 0;
|
|
2669
|
+
font-size: 1rem;
|
|
2670
|
+
}
|
|
2671
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2672
|
+
content: "\e901";
|
|
2673
|
+
}
|
|
2674
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
2675
|
+
outline: 0 none;
|
|
2676
|
+
outline-offset: 0;
|
|
2677
|
+
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
2678
|
+
}
|
|
2679
|
+
.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 {
|
|
2680
|
+
background: #ffffff;
|
|
2681
|
+
border: 1px solid #ced4da;
|
|
2682
|
+
color: #495057;
|
|
2683
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2684
|
+
}
|
|
2685
|
+
.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 {
|
|
2686
|
+
background: #e9ecef;
|
|
2687
|
+
border-color: #ced4da;
|
|
2688
|
+
color: #495057;
|
|
2689
|
+
}
|
|
2690
|
+
.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 {
|
|
2691
|
+
background: #4CAF50;
|
|
2692
|
+
border-color: #4CAF50;
|
|
2693
|
+
color: #ffffff;
|
|
2694
|
+
}
|
|
2695
|
+
.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 {
|
|
2696
|
+
background: #449e48;
|
|
2697
|
+
border-color: #449e48;
|
|
2698
|
+
color: #ffffff;
|
|
2699
|
+
}
|
|
2700
|
+
.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 {
|
|
2701
|
+
outline: 0 none;
|
|
2702
|
+
outline-offset: 0;
|
|
2703
|
+
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
2704
|
+
z-index: 1;
|
|
2705
|
+
}
|
|
2706
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
2707
|
+
border-radius: 0;
|
|
2708
|
+
}
|
|
2709
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2710
|
+
border-top-left-radius: 3px;
|
|
2711
|
+
border-bottom-left-radius: 3px;
|
|
2712
|
+
}
|
|
2713
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2714
|
+
border-top-right-radius: 3px;
|
|
2715
|
+
border-bottom-right-radius: 3px;
|
|
2716
|
+
}
|
|
2717
|
+
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
2718
|
+
border-color: #dee2e6;
|
|
2719
|
+
}
|
|
2720
|
+
.fc.fc-theme-standard .fc-view-harness th {
|
|
2494
2721
|
background: #f8f9fa;
|
|
2722
|
+
border-color: #dee2e6;
|
|
2723
|
+
color: #495057;
|
|
2724
|
+
}
|
|
2725
|
+
.fc.fc-theme-standard .fc-view-harness td {
|
|
2726
|
+
color: #495057;
|
|
2727
|
+
border-color: #dee2e6;
|
|
2728
|
+
}
|
|
2729
|
+
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
2730
|
+
background: #ffffff;
|
|
2731
|
+
}
|
|
2732
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
2733
|
+
background: none;
|
|
2734
|
+
border: 0 none;
|
|
2735
|
+
}
|
|
2736
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
|
2495
2737
|
border: 1px solid #dee2e6;
|
|
2496
|
-
|
|
2738
|
+
padding: 1rem;
|
|
2739
|
+
background: #f8f9fa;
|
|
2740
|
+
color: #495057;
|
|
2741
|
+
}
|
|
2742
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
|
2743
|
+
opacity: 1;
|
|
2744
|
+
display: flex;
|
|
2745
|
+
align-items: center;
|
|
2746
|
+
justify-content: center;
|
|
2747
|
+
overflow: hidden;
|
|
2748
|
+
font-family: "PrimeIcons" !important;
|
|
2749
|
+
font-size: 1rem;
|
|
2750
|
+
width: 2rem;
|
|
2751
|
+
height: 2rem;
|
|
2752
|
+
color: #6c757d;
|
|
2753
|
+
border: 0 none;
|
|
2754
|
+
background: transparent;
|
|
2755
|
+
border-radius: 50%;
|
|
2756
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2757
|
+
}
|
|
2758
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
2759
|
+
content: "\e90b";
|
|
2760
|
+
}
|
|
2761
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
2762
|
+
color: #495057;
|
|
2763
|
+
border-color: transparent;
|
|
2764
|
+
background: #e9ecef;
|
|
2765
|
+
}
|
|
2766
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
|
2767
|
+
outline: 0 none;
|
|
2768
|
+
outline-offset: 0;
|
|
2769
|
+
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
2497
2770
|
}
|
|
2498
|
-
.fc .fc-view-harness .fc-
|
|
2771
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
2772
|
+
padding: 1rem;
|
|
2499
2773
|
border: 1px solid #dee2e6;
|
|
2774
|
+
background: #ffffff;
|
|
2775
|
+
color: #495057;
|
|
2776
|
+
border-top: 0 none;
|
|
2777
|
+
}
|
|
2778
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
2779
|
+
color: #ffffff;
|
|
2780
|
+
background: #449e48;
|
|
2781
|
+
border-color: #449e48;
|
|
2500
2782
|
}
|
|
2501
|
-
.fc .fc-view-harness .fc-
|
|
2502
|
-
|
|
2503
|
-
|
|
2783
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
2784
|
+
color: #ffffff;
|
|
2785
|
+
}
|
|
2786
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
2787
|
+
background: #449e48;
|
|
2788
|
+
border-color: #449e48;
|
|
2789
|
+
}
|
|
2790
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
2791
|
+
background: #e9ecef;
|
|
2792
|
+
color: #495057;
|
|
2793
|
+
}
|
|
2794
|
+
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
2795
|
+
background: #f8f9fa;
|
|
2504
2796
|
}
|
|
2505
|
-
.fc .fc-toolbar .fc-button {
|
|
2797
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
2506
2798
|
color: #ffffff;
|
|
2507
2799
|
background: #4CAF50;
|
|
2508
2800
|
border: 1px solid #4CAF50;
|
|
2509
2801
|
font-size: 1rem;
|
|
2510
2802
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2511
2803
|
border-radius: 3px;
|
|
2512
|
-
display: flex;
|
|
2513
|
-
align-items: center;
|
|
2514
2804
|
}
|
|
2515
|
-
.fc .fc-toolbar .fc-button:enabled:hover {
|
|
2805
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
2516
2806
|
background: #449e48;
|
|
2517
2807
|
color: #ffffff;
|
|
2518
2808
|
border-color: #449e48;
|
|
2519
2809
|
}
|
|
2520
|
-
.fc .fc-toolbar .fc-button:enabled:active {
|
|
2810
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
2521
2811
|
background: #3d8c40;
|
|
2522
2812
|
color: #ffffff;
|
|
2523
2813
|
border-color: #3d8c40;
|
|
2524
2814
|
}
|
|
2525
|
-
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
|
2815
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
2526
2816
|
outline: 0 none;
|
|
2527
2817
|
outline-offset: 0;
|
|
2528
2818
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
2529
2819
|
}
|
|
2530
|
-
.fc
|
|
2820
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
|
2821
|
+
opacity: 0.6;
|
|
2822
|
+
color: #ffffff;
|
|
2823
|
+
background: #4CAF50;
|
|
2824
|
+
border: 1px solid #4CAF50;
|
|
2825
|
+
}
|
|
2826
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
2531
2827
|
font-family: "PrimeIcons" !important;
|
|
2532
2828
|
text-indent: 0;
|
|
2533
2829
|
font-size: 1rem;
|
|
2534
2830
|
}
|
|
2535
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2536
|
-
content: "
|
|
2831
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2832
|
+
content: "\e900";
|
|
2537
2833
|
}
|
|
2538
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2834
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2539
2835
|
font-family: "PrimeIcons" !important;
|
|
2540
2836
|
text-indent: 0;
|
|
2541
2837
|
font-size: 1rem;
|
|
2542
2838
|
}
|
|
2543
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2544
|
-
content: "
|
|
2839
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2840
|
+
content: "\e901";
|
|
2545
2841
|
}
|
|
2546
|
-
.fc .fc-toolbar .fc-button:focus {
|
|
2842
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
2547
2843
|
outline: 0 none;
|
|
2548
2844
|
outline-offset: 0;
|
|
2549
2845
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
2550
2846
|
}
|
|
2551
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
2847
|
+
.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 {
|
|
2552
2848
|
background: #ffffff;
|
|
2553
2849
|
border: 1px solid #ced4da;
|
|
2554
2850
|
color: #495057;
|
|
2555
2851
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2556
2852
|
}
|
|
2557
|
-
.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 {
|
|
2853
|
+
.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 {
|
|
2558
2854
|
background: #e9ecef;
|
|
2559
2855
|
border-color: #ced4da;
|
|
2560
2856
|
color: #495057;
|
|
2561
2857
|
}
|
|
2562
|
-
.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 {
|
|
2858
|
+
.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 {
|
|
2563
2859
|
background: #4CAF50;
|
|
2564
2860
|
border-color: #4CAF50;
|
|
2565
2861
|
color: #ffffff;
|
|
2566
2862
|
}
|
|
2567
|
-
.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 {
|
|
2863
|
+
.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 {
|
|
2568
2864
|
background: #449e48;
|
|
2569
2865
|
border-color: #449e48;
|
|
2570
2866
|
color: #ffffff;
|
|
2571
2867
|
}
|
|
2572
|
-
.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 {
|
|
2868
|
+
.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 {
|
|
2573
2869
|
outline: 0 none;
|
|
2574
2870
|
outline-offset: 0;
|
|
2575
2871
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
2576
2872
|
z-index: 1;
|
|
2577
2873
|
}
|
|
2578
|
-
.fc .fc-toolbar .fc-button-group .fc-button {
|
|
2874
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
|
|
2579
2875
|
border-radius: 0;
|
|
2580
2876
|
}
|
|
2581
|
-
.fc .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2877
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2582
2878
|
border-top-left-radius: 3px;
|
|
2583
2879
|
border-bottom-left-radius: 3px;
|
|
2584
2880
|
}
|
|
2585
|
-
.fc .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2881
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2586
2882
|
border-top-right-radius: 3px;
|
|
2587
2883
|
border-bottom-right-radius: 3px;
|
|
2588
2884
|
}
|
|
2885
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2886
|
+
color: #495057;
|
|
2887
|
+
background: #E8F5E9;
|
|
2888
|
+
}
|
|
2589
2889
|
|
|
2590
2890
|
.p-orderlist .p-orderlist-controls {
|
|
2591
2891
|
padding: 1rem;
|
|
@@ -2717,6 +3017,13 @@
|
|
|
2717
3017
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
2718
3018
|
padding-right: 0;
|
|
2719
3019
|
}
|
|
3020
|
+
.p-paginator .p-paginator-page-input {
|
|
3021
|
+
margin-left: 0.5rem;
|
|
3022
|
+
margin-right: 0.5rem;
|
|
3023
|
+
}
|
|
3024
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3025
|
+
max-width: 2.357rem;
|
|
3026
|
+
}
|
|
2720
3027
|
.p-paginator .p-paginator-current {
|
|
2721
3028
|
background-color: transparent;
|
|
2722
3029
|
border: 0 none;
|
|
@@ -2979,7 +3286,6 @@
|
|
|
2979
3286
|
background: #ffffff;
|
|
2980
3287
|
color: #495057;
|
|
2981
3288
|
transition: box-shadow 0.2s;
|
|
2982
|
-
outline-color: #b7e0b8;
|
|
2983
3289
|
}
|
|
2984
3290
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
2985
3291
|
text-align: left;
|
|
@@ -3013,6 +3319,10 @@
|
|
|
3013
3319
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3014
3320
|
color: #495057;
|
|
3015
3321
|
}
|
|
3322
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3323
|
+
outline: 1px solid #b7e0b8;
|
|
3324
|
+
outline-offset: -1px;
|
|
3325
|
+
}
|
|
3016
3326
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3017
3327
|
background: #E8F5E9;
|
|
3018
3328
|
color: #495057;
|
|
@@ -3224,6 +3534,9 @@
|
|
|
3224
3534
|
outline-offset: 0;
|
|
3225
3535
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
3226
3536
|
}
|
|
3537
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
|
|
3538
|
+
color: #495057;
|
|
3539
|
+
}
|
|
3227
3540
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
|
3228
3541
|
background: #e9ecef;
|
|
3229
3542
|
border-color: #dee2e6;
|
|
@@ -3353,7 +3666,7 @@
|
|
|
3353
3666
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
3354
3667
|
outline: 0 none;
|
|
3355
3668
|
outline-offset: 0;
|
|
3356
|
-
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
3669
|
+
box-shadow: inset 0 0 0 0.2rem #b7e0b8;
|
|
3357
3670
|
}
|
|
3358
3671
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
3359
3672
|
background: #ffffff;
|
|
@@ -3365,6 +3678,18 @@
|
|
|
3365
3678
|
border-color: #4CAF50;
|
|
3366
3679
|
color: #4CAF50;
|
|
3367
3680
|
}
|
|
3681
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3682
|
+
background: #ffffff;
|
|
3683
|
+
color: #4CAF50;
|
|
3684
|
+
width: 2.357rem;
|
|
3685
|
+
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);
|
|
3686
|
+
border-radius: 0;
|
|
3687
|
+
}
|
|
3688
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3689
|
+
outline: 0 none;
|
|
3690
|
+
outline-offset: 0;
|
|
3691
|
+
box-shadow: inset 0 0 0 0.2rem #b7e0b8;
|
|
3692
|
+
}
|
|
3368
3693
|
.p-tabview .p-tabview-panels {
|
|
3369
3694
|
background: #ffffff;
|
|
3370
3695
|
padding: 1rem;
|
|
@@ -3493,10 +3818,6 @@
|
|
|
3493
3818
|
margin-left: 1rem;
|
|
3494
3819
|
}
|
|
3495
3820
|
|
|
3496
|
-
.p-dialog-mask.p-component-overlay {
|
|
3497
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
3498
|
-
}
|
|
3499
|
-
|
|
3500
3821
|
.p-overlaypanel {
|
|
3501
3822
|
background: #ffffff;
|
|
3502
3823
|
color: #495057;
|
|
@@ -3577,10 +3898,6 @@
|
|
|
3577
3898
|
padding: 1rem;
|
|
3578
3899
|
}
|
|
3579
3900
|
|
|
3580
|
-
.p-sidebar-mask.p-component-overlay {
|
|
3581
|
-
background: rgba(0, 0, 0, 0.4);
|
|
3582
|
-
}
|
|
3583
|
-
|
|
3584
3901
|
.p-tooltip .p-tooltip-text {
|
|
3585
3902
|
background: #495057;
|
|
3586
3903
|
color: #ffffff;
|
|
@@ -3685,6 +4002,7 @@
|
|
|
3685
4002
|
color: #495057;
|
|
3686
4003
|
border: 0 none;
|
|
3687
4004
|
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);
|
|
4005
|
+
border-radius: 3px;
|
|
3688
4006
|
width: 12.5rem;
|
|
3689
4007
|
}
|
|
3690
4008
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -3726,6 +4044,7 @@
|
|
|
3726
4044
|
background: #ffffff;
|
|
3727
4045
|
border: 0 none;
|
|
3728
4046
|
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);
|
|
4047
|
+
border-radius: 3px;
|
|
3729
4048
|
}
|
|
3730
4049
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
3731
4050
|
background: #e9ecef;
|
|
@@ -3744,6 +4063,66 @@
|
|
|
3744
4063
|
font-size: 0.875rem;
|
|
3745
4064
|
}
|
|
3746
4065
|
|
|
4066
|
+
.p-dock .p-dock-list-container {
|
|
4067
|
+
background: rgba(255, 255, 255, 0.1);
|
|
4068
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
4069
|
+
padding: 0.5rem 0.5rem;
|
|
4070
|
+
border-radius: 0.5rem;
|
|
4071
|
+
}
|
|
4072
|
+
.p-dock .p-dock-item {
|
|
4073
|
+
padding: 0.5rem;
|
|
4074
|
+
}
|
|
4075
|
+
.p-dock .p-dock-action {
|
|
4076
|
+
width: 4rem;
|
|
4077
|
+
height: 4rem;
|
|
4078
|
+
}
|
|
4079
|
+
.p-dock.p-dock-top .p-dock-item-second-prev,
|
|
4080
|
+
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
|
4081
|
+
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
|
4082
|
+
margin: 0 0.9rem;
|
|
4083
|
+
}
|
|
4084
|
+
.p-dock.p-dock-top .p-dock-item-prev,
|
|
4085
|
+
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
|
4086
|
+
.p-dock.p-dock-bottom .p-dock-item-next {
|
|
4087
|
+
margin: 0 1.3rem;
|
|
4088
|
+
}
|
|
4089
|
+
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
|
4090
|
+
margin: 0 1.5rem;
|
|
4091
|
+
}
|
|
4092
|
+
.p-dock.p-dock-left .p-dock-item-second-prev,
|
|
4093
|
+
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
|
4094
|
+
.p-dock.p-dock-right .p-dock-item-second-next {
|
|
4095
|
+
margin: 0.9rem 0;
|
|
4096
|
+
}
|
|
4097
|
+
.p-dock.p-dock-left .p-dock-item-prev,
|
|
4098
|
+
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
|
4099
|
+
.p-dock.p-dock-right .p-dock-item-next {
|
|
4100
|
+
margin: 1.3rem 0;
|
|
4101
|
+
}
|
|
4102
|
+
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
|
4103
|
+
margin: 1.5rem 0;
|
|
4104
|
+
}
|
|
4105
|
+
|
|
4106
|
+
@media screen and (max-width: 960px) {
|
|
4107
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4108
|
+
overflow-x: auto;
|
|
4109
|
+
width: 100%;
|
|
4110
|
+
}
|
|
4111
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4112
|
+
margin: 0 auto;
|
|
4113
|
+
}
|
|
4114
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4115
|
+
overflow-y: auto;
|
|
4116
|
+
height: 100%;
|
|
4117
|
+
}
|
|
4118
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4119
|
+
margin: auto 0;
|
|
4120
|
+
}
|
|
4121
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4122
|
+
transform: none;
|
|
4123
|
+
margin: 0;
|
|
4124
|
+
}
|
|
4125
|
+
}
|
|
3747
4126
|
.p-megamenu {
|
|
3748
4127
|
padding: 0.5rem;
|
|
3749
4128
|
background: #f8f9fa;
|
|
@@ -4364,7 +4743,7 @@
|
|
|
4364
4743
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
4365
4744
|
outline: 0 none;
|
|
4366
4745
|
outline-offset: 0;
|
|
4367
|
-
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
4746
|
+
box-shadow: inset 0 0 0 0.2rem #b7e0b8;
|
|
4368
4747
|
}
|
|
4369
4748
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
4370
4749
|
background: #ffffff;
|
|
@@ -4757,8 +5136,46 @@
|
|
|
4757
5136
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
4758
5137
|
}
|
|
4759
5138
|
|
|
4760
|
-
.p-galleria-mask
|
|
4761
|
-
|
|
5139
|
+
.p-galleria-mask {
|
|
5140
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5141
|
+
}
|
|
5142
|
+
|
|
5143
|
+
.p-image-mask {
|
|
5144
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5145
|
+
}
|
|
5146
|
+
|
|
5147
|
+
.p-image-preview-indicator {
|
|
5148
|
+
background-color: transparent;
|
|
5149
|
+
color: #f8f9fa;
|
|
5150
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5151
|
+
}
|
|
5152
|
+
|
|
5153
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5154
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5155
|
+
}
|
|
5156
|
+
|
|
5157
|
+
.p-image-toolbar {
|
|
5158
|
+
padding: 1rem;
|
|
5159
|
+
}
|
|
5160
|
+
|
|
5161
|
+
.p-image-action.p-link {
|
|
5162
|
+
color: #f8f9fa;
|
|
5163
|
+
background-color: transparent;
|
|
5164
|
+
width: 3rem;
|
|
5165
|
+
height: 3rem;
|
|
5166
|
+
border-radius: 50%;
|
|
5167
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5168
|
+
margin-right: 0.5rem;
|
|
5169
|
+
}
|
|
5170
|
+
.p-image-action.p-link:last-child {
|
|
5171
|
+
margin-right: 0;
|
|
5172
|
+
}
|
|
5173
|
+
.p-image-action.p-link:hover {
|
|
5174
|
+
color: #f8f9fa;
|
|
5175
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5176
|
+
}
|
|
5177
|
+
.p-image-action.p-link i {
|
|
5178
|
+
font-size: 1.5rem;
|
|
4762
5179
|
}
|
|
4763
5180
|
|
|
4764
5181
|
.p-avatar {
|
|
@@ -4828,10 +5245,6 @@
|
|
|
4828
5245
|
line-height: 3rem;
|
|
4829
5246
|
}
|
|
4830
5247
|
|
|
4831
|
-
.p-blockui.p-component-overlay {
|
|
4832
|
-
background: rgba(0, 0, 0, 0.4);
|
|
4833
|
-
}
|
|
4834
|
-
|
|
4835
5248
|
.p-chip {
|
|
4836
5249
|
background-color: #dee2e6;
|
|
4837
5250
|
color: #495057;
|
|
@@ -4890,7 +5303,7 @@
|
|
|
4890
5303
|
background: #4CAF50;
|
|
4891
5304
|
}
|
|
4892
5305
|
.p-progressbar .p-progressbar-label {
|
|
4893
|
-
color: #
|
|
5306
|
+
color: #ffffff;
|
|
4894
5307
|
line-height: 1.5rem;
|
|
4895
5308
|
}
|
|
4896
5309
|
|
|
@@ -4968,3 +5381,10 @@
|
|
|
4968
5381
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
4969
5382
|
background-color: #4CAF50;
|
|
4970
5383
|
}
|
|
5384
|
+
|
|
5385
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
5386
|
+
box-shadow: inset 0 2px 0 0 #4CAF50;
|
|
5387
|
+
}
|
|
5388
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
5389
|
+
box-shadow: inset 0 -2px 0 0 #4CAF50;
|
|
5390
|
+
}
|