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: #191919;
|
|
4
3
|
--surface-b: #191919;
|
|
@@ -12,18 +11,37 @@
|
|
|
12
11
|
--primary-color-text: #212529;
|
|
13
12
|
--font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
14
13
|
--surface-0: #191919;
|
|
15
|
-
--surface-50: #
|
|
16
|
-
--surface-100: #
|
|
17
|
-
--surface-200: #
|
|
18
|
-
--surface-300: #
|
|
19
|
-
--surface-400: #
|
|
20
|
-
--surface-500: #
|
|
21
|
-
--surface-600: #
|
|
22
|
-
--surface-700: #
|
|
23
|
-
--surface-800: #
|
|
24
|
-
--surface-900: #
|
|
14
|
+
--surface-50: #303030;
|
|
15
|
+
--surface-100: #474747;
|
|
16
|
+
--surface-200: #5e5e5e;
|
|
17
|
+
--surface-300: #757575;
|
|
18
|
+
--surface-400: #8c8c8c;
|
|
19
|
+
--surface-500: #a3a3a3;
|
|
20
|
+
--surface-600: #bababa;
|
|
21
|
+
--surface-700: #d1d1d1;
|
|
22
|
+
--surface-800: #e8e8e8;
|
|
23
|
+
--surface-900: #ffffff;
|
|
24
|
+
--gray-50: #e8e8e8;
|
|
25
|
+
--gray-100: #d1d1d1;
|
|
26
|
+
--gray-200: #bababa;
|
|
27
|
+
--gray-300: #a3a3a3;
|
|
28
|
+
--gray-400: #8c8c8c;
|
|
29
|
+
--gray-500: #757575;
|
|
30
|
+
--gray-600: #5e5e5e;
|
|
31
|
+
--gray-700: #474747;
|
|
32
|
+
--gray-800: #303030;
|
|
33
|
+
--gray-900: #191919;
|
|
25
34
|
--content-padding:0.571rem 1rem;
|
|
26
35
|
--inline-spacing:0.5rem;
|
|
36
|
+
--border-radius:3px;
|
|
37
|
+
--surface-ground:#191919;
|
|
38
|
+
--surface-section:#191919;
|
|
39
|
+
--surface-card:#323232;
|
|
40
|
+
--surface-overlay:#323232;
|
|
41
|
+
--surface-border:#4b4b4b;
|
|
42
|
+
--surface-hover:#4c4c4c;
|
|
43
|
+
--focus-ring: 0 0 0 0.1rem white;
|
|
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.1rem white;
|
|
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:#f3f8fc;
|
|
73
116
|
--blue-100:#c6dcef;
|
|
@@ -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: #dedede;
|
|
351
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
352
|
+
font-weight: 700;
|
|
353
|
+
padding: 0.5rem;
|
|
307
354
|
}
|
|
308
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
box-shadow: 0 0 0 0.1rem white;
|
|
312
|
-
border-color: #C5E1A5;
|
|
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: #C5E1A5;
|
|
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: #212529;
|
|
408
453
|
background: #C5E1A5;
|
|
409
454
|
}
|
|
455
|
+
.p-datepicker .p-yearpicker {
|
|
456
|
+
margin: 0.857rem 0;
|
|
457
|
+
}
|
|
458
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
|
459
|
+
padding: 0.5rem;
|
|
460
|
+
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
461
|
+
border-radius: 3px;
|
|
462
|
+
}
|
|
463
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
464
|
+
color: #212529;
|
|
465
|
+
background: #C5E1A5;
|
|
466
|
+
}
|
|
410
467
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
411
|
-
border-
|
|
468
|
+
border-left: 1px solid #4b4b4b;
|
|
412
469
|
padding-right: 0.857rem;
|
|
413
470
|
padding-left: 0.857rem;
|
|
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: #4c4c4c;
|
|
@@ -429,17 +486,21 @@
|
|
|
429
486
|
outline-offset: 0;
|
|
430
487
|
box-shadow: 0 0 0 0.1rem white;
|
|
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: #4c4c4c;
|
|
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.1rem white;
|
|
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: #4c4c4c;
|
|
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.1rem white;
|
|
443
504
|
}
|
|
444
505
|
|
|
445
506
|
@media screen and (max-width: 769px) {
|
|
@@ -633,7 +694,7 @@
|
|
|
633
694
|
|
|
634
695
|
.p-colorpicker-panel {
|
|
635
696
|
background: #323232;
|
|
636
|
-
border
|
|
697
|
+
border: 1px solid #191919;
|
|
637
698
|
}
|
|
638
699
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
639
700
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
@@ -706,6 +767,7 @@
|
|
|
706
767
|
}
|
|
707
768
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
708
769
|
padding-right: 1.429rem;
|
|
770
|
+
margin-right: -1.429rem;
|
|
709
771
|
}
|
|
710
772
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
711
773
|
right: 0.429rem;
|
|
@@ -1375,7 +1437,7 @@
|
|
|
1375
1437
|
.p-rating .p-rating-icon:first-child {
|
|
1376
1438
|
margin-left: 0;
|
|
1377
1439
|
}
|
|
1378
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1440
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1379
1441
|
color: #C5E1A5;
|
|
1380
1442
|
}
|
|
1381
1443
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -2048,6 +2110,70 @@
|
|
|
2048
2110
|
border-color: transparent;
|
|
2049
2111
|
}
|
|
2050
2112
|
|
|
2113
|
+
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2114
|
+
width: 4rem;
|
|
2115
|
+
height: 4rem;
|
|
2116
|
+
}
|
|
2117
|
+
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
|
|
2118
|
+
font-size: 1.3rem;
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2121
|
+
.p-speeddial-action {
|
|
2122
|
+
width: 3rem;
|
|
2123
|
+
height: 3rem;
|
|
2124
|
+
background: #474747;
|
|
2125
|
+
color: #fff;
|
|
2126
|
+
}
|
|
2127
|
+
.p-speeddial-action:hover {
|
|
2128
|
+
background: #4d4d4d;
|
|
2129
|
+
color: #fff;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
.p-speeddial-direction-up .p-speeddial-item {
|
|
2133
|
+
margin: 0.25rem 0;
|
|
2134
|
+
}
|
|
2135
|
+
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
|
2136
|
+
margin-bottom: 0.5rem;
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
.p-speeddial-direction-down .p-speeddial-item {
|
|
2140
|
+
margin: 0.25rem 0;
|
|
2141
|
+
}
|
|
2142
|
+
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
|
2143
|
+
margin-top: 0.5rem;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
.p-speeddial-direction-left .p-speeddial-item {
|
|
2147
|
+
margin: 0 0.25rem;
|
|
2148
|
+
}
|
|
2149
|
+
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
|
2150
|
+
margin-right: 0.5rem;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
.p-speeddial-direction-right .p-speeddial-item {
|
|
2154
|
+
margin: 0 0.25rem;
|
|
2155
|
+
}
|
|
2156
|
+
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
|
2157
|
+
margin-left: 0.5rem;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.p-speeddial-circle .p-speeddial-item,
|
|
2161
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
|
2162
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
|
2163
|
+
margin: 0;
|
|
2164
|
+
}
|
|
2165
|
+
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2166
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2167
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2168
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2169
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2170
|
+
margin: 0;
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
.p-speeddial-mask {
|
|
2174
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2051
2177
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2052
2178
|
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2053
2179
|
width: 2rem;
|
|
@@ -2178,7 +2304,6 @@
|
|
|
2178
2304
|
background: #323232;
|
|
2179
2305
|
color: #dedede;
|
|
2180
2306
|
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2181
|
-
outline-color: white;
|
|
2182
2307
|
}
|
|
2183
2308
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2184
2309
|
text-align: left;
|
|
@@ -2220,6 +2345,10 @@
|
|
|
2220
2345
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2221
2346
|
font-weight: 700;
|
|
2222
2347
|
}
|
|
2348
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2349
|
+
outline: 1px solid white;
|
|
2350
|
+
outline-offset: -1px;
|
|
2351
|
+
}
|
|
2223
2352
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2224
2353
|
background: #C5E1A5;
|
|
2225
2354
|
color: #212529;
|
|
@@ -2241,6 +2370,10 @@
|
|
|
2241
2370
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2242
2371
|
background: #191919;
|
|
2243
2372
|
}
|
|
2373
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2374
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
|
|
2375
|
+
background-color: #252525;
|
|
2376
|
+
}
|
|
2244
2377
|
.p-datatable .p-datatable-loading-icon {
|
|
2245
2378
|
font-size: 2rem;
|
|
2246
2379
|
}
|
|
@@ -2478,126 +2611,293 @@
|
|
|
2478
2611
|
padding: 0.571rem 1rem;
|
|
2479
2612
|
}
|
|
2480
2613
|
|
|
2481
|
-
.fc
|
|
2614
|
+
.fc {
|
|
2615
|
+
/* FullCalendar 4 */
|
|
2616
|
+
/* FullCalendar 5 */
|
|
2617
|
+
}
|
|
2618
|
+
.fc.fc-unthemed .fc-view-container th {
|
|
2482
2619
|
background: #191919;
|
|
2483
2620
|
border: 1px solid #191919;
|
|
2484
2621
|
color: #dedede;
|
|
2485
2622
|
}
|
|
2486
|
-
.fc .fc-view-
|
|
2487
|
-
background: #323232;
|
|
2623
|
+
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
|
2488
2624
|
border: 1px solid #191919;
|
|
2489
2625
|
color: #dedede;
|
|
2490
|
-
border-top-width: 0;
|
|
2491
|
-
border-left-width: 0;
|
|
2492
2626
|
}
|
|
2493
|
-
.fc .fc-view-
|
|
2494
|
-
border
|
|
2627
|
+
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
|
2628
|
+
border: 1px solid #191919;
|
|
2495
2629
|
}
|
|
2496
|
-
.fc .fc-view-
|
|
2630
|
+
.fc.fc-unthemed .fc-view-container .fc-view {
|
|
2631
|
+
background: #323232;
|
|
2632
|
+
}
|
|
2633
|
+
.fc.fc-unthemed .fc-view-container .fc-row {
|
|
2497
2634
|
border-right: 1px solid #191919;
|
|
2498
|
-
display: none !important;
|
|
2499
2635
|
}
|
|
2500
|
-
.fc
|
|
2636
|
+
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
2501
2637
|
background: #AED581;
|
|
2502
2638
|
border: 1px solid #AED581;
|
|
2503
2639
|
color: #212529;
|
|
2504
2640
|
}
|
|
2505
|
-
.fc .fc-view-
|
|
2641
|
+
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
2506
2642
|
background: #191919;
|
|
2507
2643
|
border: 1px solid #191919;
|
|
2508
|
-
display: none !important;
|
|
2509
2644
|
}
|
|
2510
|
-
.fc .fc-
|
|
2645
|
+
.fc.fc-unthemed .fc-toolbar .fc-button {
|
|
2646
|
+
color: #212529;
|
|
2647
|
+
background: #C5E1A5;
|
|
2648
|
+
border: 1px solid #C5E1A5;
|
|
2649
|
+
font-size: 1rem;
|
|
2650
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2651
|
+
border-radius: 3px;
|
|
2652
|
+
display: flex;
|
|
2653
|
+
align-items: center;
|
|
2654
|
+
}
|
|
2655
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
2656
|
+
background: #AED581;
|
|
2657
|
+
color: #212529;
|
|
2658
|
+
border-color: #AED581;
|
|
2659
|
+
}
|
|
2660
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
2661
|
+
background: #9CCC65;
|
|
2662
|
+
color: #212529;
|
|
2663
|
+
border-color: #9CCC65;
|
|
2664
|
+
}
|
|
2665
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
2666
|
+
outline: 0 none;
|
|
2667
|
+
outline-offset: 0;
|
|
2668
|
+
box-shadow: 0 0 0 0.1rem white;
|
|
2669
|
+
}
|
|
2670
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
2671
|
+
font-family: "PrimeIcons" !important;
|
|
2672
|
+
text-indent: 0;
|
|
2673
|
+
font-size: 1rem;
|
|
2674
|
+
}
|
|
2675
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2676
|
+
content: "\e900";
|
|
2677
|
+
}
|
|
2678
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2679
|
+
font-family: "PrimeIcons" !important;
|
|
2680
|
+
text-indent: 0;
|
|
2681
|
+
font-size: 1rem;
|
|
2682
|
+
}
|
|
2683
|
+
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2684
|
+
content: "\e901";
|
|
2685
|
+
}
|
|
2686
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
2687
|
+
outline: 0 none;
|
|
2688
|
+
outline-offset: 0;
|
|
2689
|
+
box-shadow: 0 0 0 0.1rem white;
|
|
2690
|
+
}
|
|
2691
|
+
.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 {
|
|
2692
|
+
background: #252525;
|
|
2693
|
+
border: 1px solid #252525;
|
|
2694
|
+
color: #dedede;
|
|
2695
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2696
|
+
}
|
|
2697
|
+
.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 {
|
|
2698
|
+
background: #4c4c4c;
|
|
2699
|
+
border-color: #4c4c4c;
|
|
2700
|
+
color: #dedede;
|
|
2701
|
+
}
|
|
2702
|
+
.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 {
|
|
2703
|
+
background: #C5E1A5;
|
|
2704
|
+
border-color: #C5E1A5;
|
|
2705
|
+
color: #212529;
|
|
2706
|
+
}
|
|
2707
|
+
.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 {
|
|
2708
|
+
background: #AED581;
|
|
2709
|
+
border-color: #AED581;
|
|
2710
|
+
color: #212529;
|
|
2711
|
+
}
|
|
2712
|
+
.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 {
|
|
2713
|
+
outline: 0 none;
|
|
2714
|
+
outline-offset: 0;
|
|
2715
|
+
box-shadow: 0 0 0 0.1rem white;
|
|
2716
|
+
z-index: 1;
|
|
2717
|
+
}
|
|
2718
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
|
2719
|
+
border-radius: 0;
|
|
2720
|
+
}
|
|
2721
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2722
|
+
border-top-left-radius: 3px;
|
|
2723
|
+
border-bottom-left-radius: 3px;
|
|
2724
|
+
}
|
|
2725
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2726
|
+
border-top-right-radius: 3px;
|
|
2727
|
+
border-bottom-right-radius: 3px;
|
|
2728
|
+
}
|
|
2729
|
+
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
|
2730
|
+
border-color: #191919;
|
|
2731
|
+
}
|
|
2732
|
+
.fc.fc-theme-standard .fc-view-harness th {
|
|
2733
|
+
background: #191919;
|
|
2734
|
+
border-color: #191919;
|
|
2735
|
+
color: #dedede;
|
|
2736
|
+
}
|
|
2737
|
+
.fc.fc-theme-standard .fc-view-harness td {
|
|
2738
|
+
color: #dedede;
|
|
2739
|
+
border-color: #191919;
|
|
2740
|
+
}
|
|
2741
|
+
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
|
2742
|
+
background: #323232;
|
|
2743
|
+
}
|
|
2744
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
|
2745
|
+
background: none;
|
|
2746
|
+
border: 0 none;
|
|
2747
|
+
}
|
|
2748
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
|
2749
|
+
border: 1px solid #191919;
|
|
2750
|
+
padding: 0.857rem 1rem;
|
|
2751
|
+
background: #191919;
|
|
2752
|
+
color: #dedede;
|
|
2753
|
+
}
|
|
2754
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
|
2755
|
+
opacity: 1;
|
|
2756
|
+
display: flex;
|
|
2757
|
+
align-items: center;
|
|
2758
|
+
justify-content: center;
|
|
2759
|
+
overflow: hidden;
|
|
2760
|
+
font-family: "PrimeIcons" !important;
|
|
2761
|
+
font-size: 1rem;
|
|
2762
|
+
width: 2rem;
|
|
2763
|
+
height: 2rem;
|
|
2764
|
+
color: #8888;
|
|
2765
|
+
border: 0 none;
|
|
2766
|
+
background: transparent;
|
|
2767
|
+
border-radius: 50%;
|
|
2768
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2769
|
+
}
|
|
2770
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
2771
|
+
content: "\e90b";
|
|
2772
|
+
}
|
|
2773
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
2774
|
+
color: #dedede;
|
|
2775
|
+
border-color: transparent;
|
|
2776
|
+
background: transparent;
|
|
2777
|
+
}
|
|
2778
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
|
2779
|
+
outline: 0 none;
|
|
2780
|
+
outline-offset: 0;
|
|
2781
|
+
box-shadow: 0 0 0 0.1rem white;
|
|
2782
|
+
}
|
|
2783
|
+
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
|
2784
|
+
padding: 0.571rem 1rem;
|
|
2511
2785
|
border: 1px solid #191919;
|
|
2786
|
+
background: #323232;
|
|
2787
|
+
color: #dedede;
|
|
2788
|
+
border-top: 0 none;
|
|
2512
2789
|
}
|
|
2513
|
-
.fc .fc-view-harness .fc-
|
|
2514
|
-
|
|
2515
|
-
|
|
2790
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
2791
|
+
color: #212529;
|
|
2792
|
+
background: #AED581;
|
|
2793
|
+
border-color: #AED581;
|
|
2516
2794
|
}
|
|
2517
|
-
.fc .fc-
|
|
2795
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
2796
|
+
color: #212529;
|
|
2797
|
+
}
|
|
2798
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
2799
|
+
background: #AED581;
|
|
2800
|
+
border-color: #AED581;
|
|
2801
|
+
}
|
|
2802
|
+
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
2803
|
+
background: #4c4c4c;
|
|
2804
|
+
color: #dedede;
|
|
2805
|
+
}
|
|
2806
|
+
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
|
2807
|
+
background: #191919;
|
|
2808
|
+
}
|
|
2809
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
|
2518
2810
|
color: #212529;
|
|
2519
2811
|
background: #C5E1A5;
|
|
2520
2812
|
border: 1px solid #C5E1A5;
|
|
2521
2813
|
font-size: 1rem;
|
|
2522
2814
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2523
2815
|
border-radius: 3px;
|
|
2524
|
-
display: flex;
|
|
2525
|
-
align-items: center;
|
|
2526
2816
|
}
|
|
2527
|
-
.fc .fc-toolbar .fc-button:enabled:hover {
|
|
2817
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
2528
2818
|
background: #AED581;
|
|
2529
2819
|
color: #212529;
|
|
2530
2820
|
border-color: #AED581;
|
|
2531
2821
|
}
|
|
2532
|
-
.fc .fc-toolbar .fc-button:enabled:active {
|
|
2822
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
2533
2823
|
background: #9CCC65;
|
|
2534
2824
|
color: #212529;
|
|
2535
2825
|
border-color: #9CCC65;
|
|
2536
2826
|
}
|
|
2537
|
-
.fc .fc-toolbar .fc-button:enabled:active:focus {
|
|
2827
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
2538
2828
|
outline: 0 none;
|
|
2539
2829
|
outline-offset: 0;
|
|
2540
2830
|
box-shadow: 0 0 0 0.1rem white;
|
|
2541
2831
|
}
|
|
2542
|
-
.fc
|
|
2832
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
|
2833
|
+
opacity: 0.5;
|
|
2834
|
+
color: #212529;
|
|
2835
|
+
background: #C5E1A5;
|
|
2836
|
+
border: 1px solid #C5E1A5;
|
|
2837
|
+
}
|
|
2838
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
|
2543
2839
|
font-family: "PrimeIcons" !important;
|
|
2544
2840
|
text-indent: 0;
|
|
2545
2841
|
font-size: 1rem;
|
|
2546
2842
|
}
|
|
2547
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2548
|
-
content: "
|
|
2843
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2844
|
+
content: "\e900";
|
|
2549
2845
|
}
|
|
2550
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2846
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2551
2847
|
font-family: "PrimeIcons" !important;
|
|
2552
2848
|
text-indent: 0;
|
|
2553
2849
|
font-size: 1rem;
|
|
2554
2850
|
}
|
|
2555
|
-
.fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2556
|
-
content: "
|
|
2851
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2852
|
+
content: "\e901";
|
|
2557
2853
|
}
|
|
2558
|
-
.fc .fc-toolbar .fc-button:focus {
|
|
2854
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
2559
2855
|
outline: 0 none;
|
|
2560
2856
|
outline-offset: 0;
|
|
2561
2857
|
box-shadow: 0 0 0 0.1rem white;
|
|
2562
2858
|
}
|
|
2563
|
-
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
|
|
2859
|
+
.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 {
|
|
2564
2860
|
background: #252525;
|
|
2565
2861
|
border: 1px solid #252525;
|
|
2566
2862
|
color: #dedede;
|
|
2567
2863
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2568
2864
|
}
|
|
2569
|
-
.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 {
|
|
2865
|
+
.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 {
|
|
2570
2866
|
background: #4c4c4c;
|
|
2571
2867
|
border-color: #4c4c4c;
|
|
2572
2868
|
color: #dedede;
|
|
2573
2869
|
}
|
|
2574
|
-
.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 {
|
|
2870
|
+
.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 {
|
|
2575
2871
|
background: #C5E1A5;
|
|
2576
2872
|
border-color: #C5E1A5;
|
|
2577
2873
|
color: #212529;
|
|
2578
2874
|
}
|
|
2579
|
-
.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 {
|
|
2875
|
+
.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 {
|
|
2580
2876
|
background: #AED581;
|
|
2581
2877
|
border-color: #AED581;
|
|
2582
2878
|
color: #212529;
|
|
2583
2879
|
}
|
|
2584
|
-
.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 {
|
|
2880
|
+
.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 {
|
|
2585
2881
|
outline: 0 none;
|
|
2586
2882
|
outline-offset: 0;
|
|
2587
2883
|
box-shadow: 0 0 0 0.1rem white;
|
|
2588
2884
|
z-index: 1;
|
|
2589
2885
|
}
|
|
2590
|
-
.fc .fc-toolbar .fc-button-group .fc-button {
|
|
2886
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
|
|
2591
2887
|
border-radius: 0;
|
|
2592
2888
|
}
|
|
2593
|
-
.fc .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2889
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
|
|
2594
2890
|
border-top-left-radius: 3px;
|
|
2595
2891
|
border-bottom-left-radius: 3px;
|
|
2596
2892
|
}
|
|
2597
|
-
.fc .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2893
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
|
|
2598
2894
|
border-top-right-radius: 3px;
|
|
2599
2895
|
border-bottom-right-radius: 3px;
|
|
2600
2896
|
}
|
|
2897
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2898
|
+
color: #212529;
|
|
2899
|
+
background: #C5E1A5;
|
|
2900
|
+
}
|
|
2601
2901
|
|
|
2602
2902
|
.p-orderlist .p-orderlist-controls {
|
|
2603
2903
|
padding: 0.571rem 1rem;
|
|
@@ -2714,12 +3014,12 @@
|
|
|
2714
3014
|
color: #4c4c4c;
|
|
2715
3015
|
}
|
|
2716
3016
|
.p-paginator .p-paginator-first {
|
|
2717
|
-
border-top-left-radius:
|
|
2718
|
-
border-bottom-left-radius:
|
|
3017
|
+
border-top-left-radius: 0;
|
|
3018
|
+
border-bottom-left-radius: 0;
|
|
2719
3019
|
}
|
|
2720
3020
|
.p-paginator .p-paginator-last {
|
|
2721
|
-
border-top-right-radius:
|
|
2722
|
-
border-bottom-right-radius:
|
|
3021
|
+
border-top-right-radius: 0;
|
|
3022
|
+
border-bottom-right-radius: 0;
|
|
2723
3023
|
}
|
|
2724
3024
|
.p-paginator .p-dropdown {
|
|
2725
3025
|
margin-left: 0.5rem;
|
|
@@ -2729,6 +3029,13 @@
|
|
|
2729
3029
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
2730
3030
|
padding-right: 0;
|
|
2731
3031
|
}
|
|
3032
|
+
.p-paginator .p-paginator-page-input {
|
|
3033
|
+
margin-left: 0.5rem;
|
|
3034
|
+
margin-right: 0.5rem;
|
|
3035
|
+
}
|
|
3036
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3037
|
+
max-width: 2.357rem;
|
|
3038
|
+
}
|
|
2732
3039
|
.p-paginator .p-paginator-current {
|
|
2733
3040
|
background-color: transparent;
|
|
2734
3041
|
border: 0 none;
|
|
@@ -2991,7 +3298,6 @@
|
|
|
2991
3298
|
background: #323232;
|
|
2992
3299
|
color: #dedede;
|
|
2993
3300
|
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
2994
|
-
outline-color: white;
|
|
2995
3301
|
}
|
|
2996
3302
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
2997
3303
|
text-align: left;
|
|
@@ -3025,6 +3331,10 @@
|
|
|
3025
3331
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3026
3332
|
color: #dedede;
|
|
3027
3333
|
}
|
|
3334
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3335
|
+
outline: 1px solid white;
|
|
3336
|
+
outline-offset: -1px;
|
|
3337
|
+
}
|
|
3028
3338
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3029
3339
|
background: #C5E1A5;
|
|
3030
3340
|
color: #212529;
|
|
@@ -3211,6 +3521,9 @@
|
|
|
3211
3521
|
outline-offset: 0;
|
|
3212
3522
|
box-shadow: 0 0 0 0.1rem white;
|
|
3213
3523
|
}
|
|
3524
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
|
|
3525
|
+
color: #C5E1A5;
|
|
3526
|
+
}
|
|
3214
3527
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
|
3215
3528
|
background: #191919;
|
|
3216
3529
|
border-color: #191919;
|
|
@@ -3340,7 +3653,7 @@
|
|
|
3340
3653
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
3341
3654
|
outline: 0 none;
|
|
3342
3655
|
outline-offset: 0;
|
|
3343
|
-
box-shadow: 0 0 0 0.1rem white;
|
|
3656
|
+
box-shadow: inset 0 0 0 0.1rem white;
|
|
3344
3657
|
}
|
|
3345
3658
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
3346
3659
|
background: #191919;
|
|
@@ -3352,6 +3665,18 @@
|
|
|
3352
3665
|
border-color: #C5E1A5;
|
|
3353
3666
|
color: #212529;
|
|
3354
3667
|
}
|
|
3668
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3669
|
+
background: #C5E1A5;
|
|
3670
|
+
color: #212529;
|
|
3671
|
+
width: 2.357rem;
|
|
3672
|
+
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);
|
|
3673
|
+
border-radius: 0;
|
|
3674
|
+
}
|
|
3675
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3676
|
+
outline: 0 none;
|
|
3677
|
+
outline-offset: 0;
|
|
3678
|
+
box-shadow: inset 0 0 0 0.1rem white;
|
|
3679
|
+
}
|
|
3355
3680
|
.p-tabview .p-tabview-panels {
|
|
3356
3681
|
background: #323232;
|
|
3357
3682
|
padding: 0.571rem 1rem;
|
|
@@ -3480,10 +3805,6 @@
|
|
|
3480
3805
|
margin-left: 1rem;
|
|
3481
3806
|
}
|
|
3482
3807
|
|
|
3483
|
-
.p-dialog-mask.p-component-overlay {
|
|
3484
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
3485
|
-
}
|
|
3486
|
-
|
|
3487
3808
|
.p-overlaypanel {
|
|
3488
3809
|
background: #323232;
|
|
3489
3810
|
color: #dedede;
|
|
@@ -3564,10 +3885,6 @@
|
|
|
3564
3885
|
padding: 0.571rem 1rem;
|
|
3565
3886
|
}
|
|
3566
3887
|
|
|
3567
|
-
.p-sidebar-mask.p-component-overlay {
|
|
3568
|
-
background: rgba(0, 0, 0, 0.4);
|
|
3569
|
-
}
|
|
3570
|
-
|
|
3571
3888
|
.p-tooltip .p-tooltip-text {
|
|
3572
3889
|
background: #4c4c4c;
|
|
3573
3890
|
color: #dedede;
|
|
@@ -3672,6 +3989,7 @@
|
|
|
3672
3989
|
color: #dedede;
|
|
3673
3990
|
border: 1px solid #191919;
|
|
3674
3991
|
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
|
|
3992
|
+
border-radius: 3px;
|
|
3675
3993
|
width: 12.5rem;
|
|
3676
3994
|
}
|
|
3677
3995
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -3713,6 +4031,7 @@
|
|
|
3713
4031
|
background: #252525;
|
|
3714
4032
|
border: 1px solid #191919;
|
|
3715
4033
|
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
|
|
4034
|
+
border-radius: 3px;
|
|
3716
4035
|
}
|
|
3717
4036
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
3718
4037
|
background: #C5E1A5;
|
|
@@ -3731,6 +4050,66 @@
|
|
|
3731
4050
|
font-size: 0.875rem;
|
|
3732
4051
|
}
|
|
3733
4052
|
|
|
4053
|
+
.p-dock .p-dock-list-container {
|
|
4054
|
+
background: rgba(255, 255, 255, 0.1);
|
|
4055
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
4056
|
+
padding: 0.5rem 0.5rem;
|
|
4057
|
+
border-radius: 0.5rem;
|
|
4058
|
+
}
|
|
4059
|
+
.p-dock .p-dock-item {
|
|
4060
|
+
padding: 0.5rem;
|
|
4061
|
+
}
|
|
4062
|
+
.p-dock .p-dock-action {
|
|
4063
|
+
width: 4rem;
|
|
4064
|
+
height: 4rem;
|
|
4065
|
+
}
|
|
4066
|
+
.p-dock.p-dock-top .p-dock-item-second-prev,
|
|
4067
|
+
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
|
4068
|
+
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
|
4069
|
+
margin: 0 0.9rem;
|
|
4070
|
+
}
|
|
4071
|
+
.p-dock.p-dock-top .p-dock-item-prev,
|
|
4072
|
+
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
|
4073
|
+
.p-dock.p-dock-bottom .p-dock-item-next {
|
|
4074
|
+
margin: 0 1.3rem;
|
|
4075
|
+
}
|
|
4076
|
+
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
|
4077
|
+
margin: 0 1.5rem;
|
|
4078
|
+
}
|
|
4079
|
+
.p-dock.p-dock-left .p-dock-item-second-prev,
|
|
4080
|
+
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
|
4081
|
+
.p-dock.p-dock-right .p-dock-item-second-next {
|
|
4082
|
+
margin: 0.9rem 0;
|
|
4083
|
+
}
|
|
4084
|
+
.p-dock.p-dock-left .p-dock-item-prev,
|
|
4085
|
+
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
|
4086
|
+
.p-dock.p-dock-right .p-dock-item-next {
|
|
4087
|
+
margin: 1.3rem 0;
|
|
4088
|
+
}
|
|
4089
|
+
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
|
4090
|
+
margin: 1.5rem 0;
|
|
4091
|
+
}
|
|
4092
|
+
|
|
4093
|
+
@media screen and (max-width: 960px) {
|
|
4094
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4095
|
+
overflow-x: auto;
|
|
4096
|
+
width: 100%;
|
|
4097
|
+
}
|
|
4098
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4099
|
+
margin: 0 auto;
|
|
4100
|
+
}
|
|
4101
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4102
|
+
overflow-y: auto;
|
|
4103
|
+
height: 100%;
|
|
4104
|
+
}
|
|
4105
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4106
|
+
margin: auto 0;
|
|
4107
|
+
}
|
|
4108
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4109
|
+
transform: none;
|
|
4110
|
+
margin: 0;
|
|
4111
|
+
}
|
|
4112
|
+
}
|
|
3734
4113
|
.p-megamenu {
|
|
3735
4114
|
padding: 0.5rem;
|
|
3736
4115
|
background: #252525;
|
|
@@ -4327,7 +4706,7 @@
|
|
|
4327
4706
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
4328
4707
|
outline: 0 none;
|
|
4329
4708
|
outline-offset: 0;
|
|
4330
|
-
box-shadow: 0 0 0 0.1rem white;
|
|
4709
|
+
box-shadow: inset 0 0 0 0.1rem white;
|
|
4331
4710
|
}
|
|
4332
4711
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
4333
4712
|
background: #191919;
|
|
@@ -4720,8 +5099,46 @@
|
|
|
4720
5099
|
box-shadow: 0 0 0 0.1rem white;
|
|
4721
5100
|
}
|
|
4722
5101
|
|
|
4723
|
-
.p-galleria-mask
|
|
4724
|
-
|
|
5102
|
+
.p-galleria-mask {
|
|
5103
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5104
|
+
}
|
|
5105
|
+
|
|
5106
|
+
.p-image-mask {
|
|
5107
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5108
|
+
}
|
|
5109
|
+
|
|
5110
|
+
.p-image-preview-indicator {
|
|
5111
|
+
background-color: transparent;
|
|
5112
|
+
color: #f8f9fa;
|
|
5113
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5114
|
+
}
|
|
5115
|
+
|
|
5116
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5117
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5118
|
+
}
|
|
5119
|
+
|
|
5120
|
+
.p-image-toolbar {
|
|
5121
|
+
padding: 1rem;
|
|
5122
|
+
}
|
|
5123
|
+
|
|
5124
|
+
.p-image-action.p-link {
|
|
5125
|
+
color: #f8f9fa;
|
|
5126
|
+
background-color: transparent;
|
|
5127
|
+
width: 3rem;
|
|
5128
|
+
height: 3rem;
|
|
5129
|
+
border-radius: 50%;
|
|
5130
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5131
|
+
margin-right: 0.5rem;
|
|
5132
|
+
}
|
|
5133
|
+
.p-image-action.p-link:last-child {
|
|
5134
|
+
margin-right: 0;
|
|
5135
|
+
}
|
|
5136
|
+
.p-image-action.p-link:hover {
|
|
5137
|
+
color: #f8f9fa;
|
|
5138
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5139
|
+
}
|
|
5140
|
+
.p-image-action.p-link i {
|
|
5141
|
+
font-size: 1.5rem;
|
|
4725
5142
|
}
|
|
4726
5143
|
|
|
4727
5144
|
.p-avatar {
|
|
@@ -4791,10 +5208,6 @@
|
|
|
4791
5208
|
line-height: 3rem;
|
|
4792
5209
|
}
|
|
4793
5210
|
|
|
4794
|
-
.p-blockui.p-component-overlay {
|
|
4795
|
-
background: rgba(0, 0, 0, 0.4);
|
|
4796
|
-
}
|
|
4797
|
-
|
|
4798
5211
|
.p-chip {
|
|
4799
5212
|
background-color: #4b4b4b;
|
|
4800
5213
|
color: #dedede;
|
|
@@ -4853,7 +5266,7 @@
|
|
|
4853
5266
|
background: #C5E1A5;
|
|
4854
5267
|
}
|
|
4855
5268
|
.p-progressbar .p-progressbar-label {
|
|
4856
|
-
color: #
|
|
5269
|
+
color: #212529;
|
|
4857
5270
|
line-height: 24px;
|
|
4858
5271
|
}
|
|
4859
5272
|
|