primevue 3.8.2 → 3.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/Api.d.ts +70 -36
- package/api/api.cjs.js +66 -32
- package/api/api.cjs.min.js +1 -1
- package/api/api.esm.js +66 -32
- package/api/api.esm.min.js +1 -1
- package/api/api.js +66 -32
- package/api/api.min.js +1 -1
- package/autocomplete/AutoComplete.vue +16 -9
- package/autocomplete/autocomplete.cjs.js +19 -11
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +19 -11
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +19 -11
- package/autocomplete/autocomplete.min.js +1 -1
- package/breadcrumb/BreadcrumbItem.vue +5 -2
- package/breadcrumb/breadcrumb.cjs.js +5 -2
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +5 -2
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +5 -2
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/calendar/Calendar.d.ts +6 -0
- package/calendar/Calendar.vue +362 -67
- package/calendar/calendar.cjs.js +459 -168
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +461 -170
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +459 -168
- package/calendar/calendar.min.js +1 -1
- package/carousel/Carousel.vue +2 -2
- package/carousel/carousel.cjs.js +6 -6
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +6 -6
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +6 -6
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +8 -4
- package/chart/Chart.vue +9 -2
- package/chart/chart.cjs.js +9 -2
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +9 -2
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +9 -2
- package/chart/chart.min.js +1 -1
- package/colorpicker/ColorPicker.d.ts +3 -0
- package/colorpicker/ColorPicker.vue +6 -1
- package/colorpicker/colorpicker.cjs.js +6 -1
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +6 -1
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +6 -1
- package/colorpicker/colorpicker.min.js +1 -1
- package/confirmdialog/ConfirmDialog.vue +8 -2
- package/confirmdialog/confirmdialog.cjs.js +11 -4
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +11 -4
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +11 -4
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +7 -0
- package/confirmpopup/ConfirmPopup.vue +7 -4
- package/confirmpopup/confirmpopup.cjs.js +13 -5
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +14 -6
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +13 -5
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenuSub.vue +7 -4
- package/contextmenu/contextmenu.cjs.js +7 -4
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +7 -4
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +7 -4
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +132 -65
- package/core/core.min.js +14 -11
- package/datatable/BodyCell.vue +1 -0
- package/datatable/ColumnFilter.vue +17 -6
- package/datatable/DataTable.d.ts +5 -4
- package/datatable/DataTable.vue +34 -21
- package/datatable/TableBody.vue +5 -1
- package/datatable/TableFooter.vue +15 -1
- package/datatable/TableHeader.vue +15 -1
- package/datatable/datatable.cjs.js +175 -106
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +175 -106
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +175 -106
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +2 -2
- package/dataview/DataView.vue +8 -8
- package/dataview/dataview.cjs.js +12 -12
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +12 -12
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +12 -12
- package/dataview/dataview.min.js +1 -1
- package/dropdown/Dropdown.d.ts +10 -5
- package/inputnumber/InputNumber.vue +19 -3
- package/inputnumber/inputnumber.cjs.js +19 -3
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +19 -3
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +19 -3
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputtext/InputText.vue +1 -1
- package/inputtext/inputtext.cjs.js +2 -2
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.esm.js +3 -3
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +2 -2
- package/inputtext/inputtext.min.js +1 -1
- package/listbox/Listbox.d.ts +10 -5
- package/megamenu/MegaMenu.vue +10 -7
- package/megamenu/megamenu.cjs.js +10 -7
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +10 -7
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +10 -7
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.vue +6 -3
- package/menu/Menuitem.vue +5 -2
- package/menu/menu.cjs.js +11 -5
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +11 -5
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +11 -5
- package/menu/menu.min.js +1 -1
- package/menubar/MenubarSub.vue +7 -4
- package/menubar/menubar.cjs.js +7 -4
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +7 -4
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +7 -4
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +1 -0
- package/message/Message.vue +6 -2
- package/message/message.cjs.js +6 -2
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +6 -2
- package/message/message.esm.min.js +1 -1
- package/message/message.js +6 -2
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +10 -5
- package/orderlist/OrderList.d.ts +2 -0
- package/orderlist/OrderList.vue +2 -0
- package/orderlist/orderlist.cjs.js +3 -1
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +3 -1
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +3 -1
- package/orderlist/orderlist.min.js +1 -1
- package/package.json +5 -1
- package/paginator/Paginator.vue +4 -4
- package/paginator/paginator.cjs.js +4 -4
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +4 -4
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +4 -4
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +1 -0
- package/panel/Panel.vue +1 -1
- package/panelmenu/PanelMenu.vue +6 -3
- package/panelmenu/PanelMenuSub.vue +8 -5
- package/panelmenu/panelmenu.cjs.js +14 -8
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +14 -8
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +14 -8
- package/panelmenu/panelmenu.min.js +1 -1
- package/picklist/PickList.d.ts +8 -2
- package/picklist/PickList.vue +10 -4
- package/picklist/picklist.cjs.js +13 -7
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +13 -7
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +13 -7
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.vue +13 -12
- package/progressbar/progressbar.cjs.js +13 -12
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +14 -13
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +13 -12
- package/progressbar/progressbar.min.js +1 -1
- package/rating/Rating.vue +1 -1
- package/rating/rating.cjs.js +1 -1
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +1 -1
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +1 -1
- package/rating/rating.min.js +1 -1
- package/resources/primevue.css +5 -0
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +56 -15
- package/resources/themes/arya-green/theme.css +56 -15
- package/resources/themes/arya-orange/theme.css +56 -15
- package/resources/themes/arya-purple/theme.css +56 -15
- package/resources/themes/bootstrap4-dark-blue/theme.css +53 -19
- package/resources/themes/bootstrap4-dark-purple/theme.css +53 -19
- package/resources/themes/bootstrap4-light-blue/theme.css +53 -19
- package/resources/themes/bootstrap4-light-purple/theme.css +53 -19
- package/resources/themes/fluent-light/theme.css +56 -15
- 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 +5414 -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 +5414 -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 +5414 -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 +5414 -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 +5414 -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 +5414 -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 +5414 -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 +5414 -0
- package/resources/themes/luna-amber/theme.css +53 -19
- package/resources/themes/luna-blue/theme.css +53 -19
- package/resources/themes/luna-green/theme.css +53 -19
- package/resources/themes/luna-pink/theme.css +53 -19
- package/resources/themes/md-dark-deeppurple/theme.css +244 -47
- package/resources/themes/md-dark-indigo/theme.css +244 -47
- package/resources/themes/md-light-deeppurple/theme.css +244 -47
- package/resources/themes/md-light-indigo/theme.css +244 -47
- package/resources/themes/mdc-dark-deeppurple/theme.css +244 -47
- package/resources/themes/mdc-dark-indigo/theme.css +244 -47
- package/resources/themes/mdc-light-deeppurple/theme.css +244 -47
- package/resources/themes/mdc-light-indigo/theme.css +244 -47
- package/resources/themes/nova/theme.css +53 -19
- package/resources/themes/nova-accent/theme.css +53 -19
- package/resources/themes/nova-alt/theme.css +53 -19
- package/resources/themes/nova-vue/theme.css +53 -19
- package/resources/themes/rhea/theme.css +53 -19
- package/resources/themes/saga-blue/theme.css +56 -15
- package/resources/themes/saga-green/theme.css +56 -15
- package/resources/themes/saga-orange/theme.css +56 -15
- package/resources/themes/saga-purple/theme.css +56 -15
- package/resources/themes/tailwind-light/theme.css +67 -18
- package/resources/themes/vela-blue/theme.css +56 -15
- package/resources/themes/vela-green/theme.css +56 -15
- package/resources/themes/vela-orange/theme.css +56 -15
- package/resources/themes/vela-purple/theme.css +56 -15
- package/selectbutton/SelectButton.d.ts +8 -3
- package/selectbutton/SelectButton.vue +8 -2
- package/selectbutton/selectbutton.cjs.js +14 -9
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +14 -9
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +14 -9
- package/selectbutton/selectbutton.min.js +1 -1
- package/steps/Steps.vue +5 -2
- package/steps/steps.cjs.js +5 -2
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +5 -2
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +5 -2
- package/steps/steps.min.js +1 -1
- package/tabmenu/TabMenu.vue +6 -3
- package/tabmenu/tabmenu.cjs.js +6 -3
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +6 -3
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +6 -3
- package/tabmenu/tabmenu.min.js +1 -1
- package/terminalservice/TerminalService.d.ts +9 -6
- package/tieredmenu/TieredMenuSub.vue +7 -4
- package/tieredmenu/tieredmenu.cjs.js +7 -4
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +7 -4
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +7 -4
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/tree/TreeNode.vue +4 -1
- package/tree/tree.cjs.js +4 -1
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +4 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +4 -1
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.vue +9 -0
- package/treeselect/treeselect.cjs.js +9 -0
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +9 -0
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +9 -0
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/TreeTable.d.ts +2 -2
- package/treetable/TreeTable.vue +8 -8
- package/treetable/treetable.cjs.js +12 -12
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +12 -12
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +12 -12
- package/treetable/treetable.min.js +1 -1
- package/vetur-attributes.json +8 -0
- package/vetur-tags.json +3 -1
- package/web-types.json +143 -9
|
@@ -369,14 +369,16 @@
|
|
|
369
369
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
|
370
370
|
line-height: 2rem;
|
|
371
371
|
}
|
|
372
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
373
|
-
|
|
372
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
373
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
374
|
+
color: rgba(255, 255, 255, 0.87);
|
|
375
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
376
|
+
font-weight: 500;
|
|
377
|
+
padding: 0.5rem;
|
|
374
378
|
}
|
|
375
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
box-shadow: none;
|
|
379
|
-
border-color: #9FA8DA;
|
|
379
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
380
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
381
|
+
color: #9FA8DA;
|
|
380
382
|
}
|
|
381
383
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
382
384
|
margin-right: 0.5rem;
|
|
@@ -474,8 +476,20 @@
|
|
|
474
476
|
color: #9FA8DA;
|
|
475
477
|
background: rgba(159, 168, 218, 0.16);
|
|
476
478
|
}
|
|
479
|
+
.p-datepicker .p-yearpicker {
|
|
480
|
+
margin: 0.5rem 0;
|
|
481
|
+
}
|
|
482
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
|
483
|
+
padding: 0.5rem;
|
|
484
|
+
transition: none;
|
|
485
|
+
border-radius: 4px;
|
|
486
|
+
}
|
|
487
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
488
|
+
color: #9FA8DA;
|
|
489
|
+
background: rgba(159, 168, 218, 0.16);
|
|
490
|
+
}
|
|
477
491
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
478
|
-
border-
|
|
492
|
+
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
479
493
|
padding-right: 0.5rem;
|
|
480
494
|
padding-left: 0.5rem;
|
|
481
495
|
padding-top: 0;
|
|
@@ -483,10 +497,10 @@
|
|
|
483
497
|
}
|
|
484
498
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
|
485
499
|
padding-left: 0;
|
|
500
|
+
border-left: 0 none;
|
|
486
501
|
}
|
|
487
502
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
|
488
503
|
padding-right: 0;
|
|
489
|
-
border-right: 0 none;
|
|
490
504
|
}
|
|
491
505
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
|
492
506
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -496,10 +510,18 @@
|
|
|
496
510
|
outline-offset: 0;
|
|
497
511
|
box-shadow: none;
|
|
498
512
|
}
|
|
499
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
513
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
|
|
514
|
+
background: rgba(255, 255, 255, 0.04);
|
|
515
|
+
}
|
|
516
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
|
517
|
+
outline: 0 none;
|
|
518
|
+
outline-offset: 0;
|
|
519
|
+
box-shadow: none;
|
|
520
|
+
}
|
|
521
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
|
500
522
|
background: rgba(255, 255, 255, 0.04);
|
|
501
523
|
}
|
|
502
|
-
.p-datepicker:not(.p-disabled) .p-
|
|
524
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
|
|
503
525
|
outline: 0 none;
|
|
504
526
|
outline-offset: 0;
|
|
505
527
|
box-shadow: none;
|
|
@@ -1431,7 +1453,7 @@
|
|
|
1431
1453
|
.p-rating .p-rating-icon:first-child {
|
|
1432
1454
|
margin-left: 0;
|
|
1433
1455
|
}
|
|
1434
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1456
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1435
1457
|
color: #9FA8DA;
|
|
1436
1458
|
}
|
|
1437
1459
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -1655,17 +1677,17 @@
|
|
|
1655
1677
|
.p-button.p-button-outlined {
|
|
1656
1678
|
background-color: transparent;
|
|
1657
1679
|
color: #9FA8DA;
|
|
1658
|
-
border:
|
|
1680
|
+
border: 0px none;
|
|
1659
1681
|
}
|
|
1660
1682
|
.p-button.p-button-outlined:enabled:hover {
|
|
1661
1683
|
background: rgba(159, 168, 218, 0.04);
|
|
1662
1684
|
color: #9FA8DA;
|
|
1663
|
-
border:
|
|
1685
|
+
border: 0px none;
|
|
1664
1686
|
}
|
|
1665
1687
|
.p-button.p-button-outlined:enabled:active {
|
|
1666
1688
|
background: rgba(159, 168, 218, 0.16);
|
|
1667
1689
|
color: #9FA8DA;
|
|
1668
|
-
border:
|
|
1690
|
+
border: 0px none;
|
|
1669
1691
|
}
|
|
1670
1692
|
.p-button.p-button-outlined.p-button-plain {
|
|
1671
1693
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -1803,17 +1825,17 @@
|
|
|
1803
1825
|
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
|
1804
1826
|
background-color: transparent;
|
|
1805
1827
|
color: #F48FB1;
|
|
1806
|
-
border:
|
|
1828
|
+
border: 0px none;
|
|
1807
1829
|
}
|
|
1808
1830
|
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
|
|
1809
1831
|
background: rgba(244, 143, 177, 0.04);
|
|
1810
1832
|
color: #F48FB1;
|
|
1811
|
-
border:
|
|
1833
|
+
border: 0px none;
|
|
1812
1834
|
}
|
|
1813
1835
|
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
|
|
1814
1836
|
background: rgba(244, 143, 177, 0.16);
|
|
1815
1837
|
color: #F48FB1;
|
|
1816
|
-
border:
|
|
1838
|
+
border: 0px none;
|
|
1817
1839
|
}
|
|
1818
1840
|
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
|
1819
1841
|
background-color: transparent;
|
|
@@ -1852,17 +1874,17 @@
|
|
|
1852
1874
|
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
|
1853
1875
|
background-color: transparent;
|
|
1854
1876
|
color: #90CAF9;
|
|
1855
|
-
border:
|
|
1877
|
+
border: 0px none;
|
|
1856
1878
|
}
|
|
1857
1879
|
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
|
|
1858
1880
|
background: rgba(144, 202, 249, 0.04);
|
|
1859
1881
|
color: #90CAF9;
|
|
1860
|
-
border:
|
|
1882
|
+
border: 0px none;
|
|
1861
1883
|
}
|
|
1862
1884
|
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
|
|
1863
1885
|
background: rgba(144, 202, 249, 0.16);
|
|
1864
1886
|
color: #90CAF9;
|
|
1865
|
-
border:
|
|
1887
|
+
border: 0px none;
|
|
1866
1888
|
}
|
|
1867
1889
|
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
|
1868
1890
|
background-color: transparent;
|
|
@@ -1901,17 +1923,17 @@
|
|
|
1901
1923
|
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
|
1902
1924
|
background-color: transparent;
|
|
1903
1925
|
color: #C5E1A5;
|
|
1904
|
-
border:
|
|
1926
|
+
border: 0px none;
|
|
1905
1927
|
}
|
|
1906
1928
|
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
|
|
1907
1929
|
background: rgba(197, 225, 165, 0.04);
|
|
1908
1930
|
color: #C5E1A5;
|
|
1909
|
-
border:
|
|
1931
|
+
border: 0px none;
|
|
1910
1932
|
}
|
|
1911
1933
|
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
|
|
1912
1934
|
background: rgba(197, 225, 165, 0.16);
|
|
1913
1935
|
color: #C5E1A5;
|
|
1914
|
-
border:
|
|
1936
|
+
border: 0px none;
|
|
1915
1937
|
}
|
|
1916
1938
|
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
|
1917
1939
|
background-color: transparent;
|
|
@@ -1950,17 +1972,17 @@
|
|
|
1950
1972
|
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
|
1951
1973
|
background-color: transparent;
|
|
1952
1974
|
color: #FFF59D;
|
|
1953
|
-
border:
|
|
1975
|
+
border: 0px none;
|
|
1954
1976
|
}
|
|
1955
1977
|
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
|
|
1956
1978
|
background: rgba(255, 245, 157, 0.04);
|
|
1957
1979
|
color: #FFF59D;
|
|
1958
|
-
border:
|
|
1980
|
+
border: 0px none;
|
|
1959
1981
|
}
|
|
1960
1982
|
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
|
|
1961
1983
|
background: rgba(255, 245, 157, 0.16);
|
|
1962
1984
|
color: #FFF59D;
|
|
1963
|
-
border:
|
|
1985
|
+
border: 0px none;
|
|
1964
1986
|
}
|
|
1965
1987
|
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
|
1966
1988
|
background-color: transparent;
|
|
@@ -1999,17 +2021,17 @@
|
|
|
1999
2021
|
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
|
2000
2022
|
background-color: transparent;
|
|
2001
2023
|
color: #CE93D8;
|
|
2002
|
-
border:
|
|
2024
|
+
border: 0px none;
|
|
2003
2025
|
}
|
|
2004
2026
|
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
|
|
2005
2027
|
background: rgba(206, 147, 216, 0.04);
|
|
2006
2028
|
color: #CE93D8;
|
|
2007
|
-
border:
|
|
2029
|
+
border: 0px none;
|
|
2008
2030
|
}
|
|
2009
2031
|
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
|
|
2010
2032
|
background: rgba(206, 147, 216, 0.16);
|
|
2011
2033
|
color: #CE93D8;
|
|
2012
|
-
border:
|
|
2034
|
+
border: 0px none;
|
|
2013
2035
|
}
|
|
2014
2036
|
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
|
2015
2037
|
background-color: transparent;
|
|
@@ -2048,17 +2070,17 @@
|
|
|
2048
2070
|
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
|
2049
2071
|
background-color: transparent;
|
|
2050
2072
|
color: #EF9A9A;
|
|
2051
|
-
border:
|
|
2073
|
+
border: 0px none;
|
|
2052
2074
|
}
|
|
2053
2075
|
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
|
|
2054
2076
|
background: rgba(239, 154, 154, 0.04);
|
|
2055
2077
|
color: #EF9A9A;
|
|
2056
|
-
border:
|
|
2078
|
+
border: 0px none;
|
|
2057
2079
|
}
|
|
2058
2080
|
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
|
|
2059
2081
|
background: rgba(239, 154, 154, 0.16);
|
|
2060
2082
|
color: #EF9A9A;
|
|
2061
|
-
border:
|
|
2083
|
+
border: 0px none;
|
|
2062
2084
|
}
|
|
2063
2085
|
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
|
2064
2086
|
background-color: transparent;
|
|
@@ -2294,7 +2316,6 @@
|
|
|
2294
2316
|
background: #1e1e1e;
|
|
2295
2317
|
color: rgba(255, 255, 255, 0.87);
|
|
2296
2318
|
transition: none;
|
|
2297
|
-
outline-color: transparent;
|
|
2298
2319
|
}
|
|
2299
2320
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2300
2321
|
text-align: left;
|
|
@@ -2336,6 +2357,10 @@
|
|
|
2336
2357
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2337
2358
|
font-weight: 500;
|
|
2338
2359
|
}
|
|
2360
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2361
|
+
outline: 1px solid transparent;
|
|
2362
|
+
outline-offset: -1px;
|
|
2363
|
+
}
|
|
2339
2364
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2340
2365
|
background: rgba(159, 168, 218, 0.16);
|
|
2341
2366
|
color: #9FA8DA;
|
|
@@ -2877,6 +2902,10 @@
|
|
|
2877
2902
|
border-top-right-radius: 4px;
|
|
2878
2903
|
border-bottom-right-radius: 4px;
|
|
2879
2904
|
}
|
|
2905
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2906
|
+
color: #9FA8DA;
|
|
2907
|
+
background: rgba(159, 168, 218, 0.16);
|
|
2908
|
+
}
|
|
2880
2909
|
|
|
2881
2910
|
.p-orderlist .p-orderlist-controls {
|
|
2882
2911
|
padding: 0.75rem;
|
|
@@ -2993,12 +3022,12 @@
|
|
|
2993
3022
|
color: rgba(255, 255, 255, 0.6);
|
|
2994
3023
|
}
|
|
2995
3024
|
.p-paginator .p-paginator-first {
|
|
2996
|
-
border-top-left-radius:
|
|
2997
|
-
border-bottom-left-radius:
|
|
3025
|
+
border-top-left-radius: 50%;
|
|
3026
|
+
border-bottom-left-radius: 50%;
|
|
2998
3027
|
}
|
|
2999
3028
|
.p-paginator .p-paginator-last {
|
|
3000
|
-
border-top-right-radius:
|
|
3001
|
-
border-bottom-right-radius:
|
|
3029
|
+
border-top-right-radius: 50%;
|
|
3030
|
+
border-bottom-right-radius: 50%;
|
|
3002
3031
|
}
|
|
3003
3032
|
.p-paginator .p-dropdown {
|
|
3004
3033
|
margin-left: 0.5rem;
|
|
@@ -3277,7 +3306,6 @@
|
|
|
3277
3306
|
background: #1e1e1e;
|
|
3278
3307
|
color: rgba(255, 255, 255, 0.87);
|
|
3279
3308
|
transition: none;
|
|
3280
|
-
outline-color: transparent;
|
|
3281
3309
|
}
|
|
3282
3310
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
3283
3311
|
text-align: left;
|
|
@@ -3311,6 +3339,10 @@
|
|
|
3311
3339
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3312
3340
|
color: rgba(255, 255, 255, 0.87);
|
|
3313
3341
|
}
|
|
3342
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3343
|
+
outline: 1px solid transparent;
|
|
3344
|
+
outline-offset: -1px;
|
|
3345
|
+
}
|
|
3314
3346
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3315
3347
|
background: rgba(159, 168, 218, 0.16);
|
|
3316
3348
|
color: #9FA8DA;
|
|
@@ -3990,6 +4022,7 @@
|
|
|
3990
4022
|
color: rgba(255, 255, 255, 0.87);
|
|
3991
4023
|
border: 0 none;
|
|
3992
4024
|
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);
|
|
4025
|
+
border-radius: 4px;
|
|
3993
4026
|
width: 12.5rem;
|
|
3994
4027
|
}
|
|
3995
4028
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -4031,6 +4064,7 @@
|
|
|
4031
4064
|
background: #2b2b2b;
|
|
4032
4065
|
border: 0 none;
|
|
4033
4066
|
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);
|
|
4067
|
+
border-radius: 4px;
|
|
4034
4068
|
}
|
|
4035
4069
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
4036
4070
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -5289,7 +5323,7 @@
|
|
|
5289
5323
|
background: #9FA8DA;
|
|
5290
5324
|
}
|
|
5291
5325
|
.p-progressbar .p-progressbar-label {
|
|
5292
|
-
color:
|
|
5326
|
+
color: #121212;
|
|
5293
5327
|
line-height: 4px;
|
|
5294
5328
|
}
|
|
5295
5329
|
|
|
@@ -5477,6 +5511,13 @@
|
|
|
5477
5511
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
|
5478
5512
|
}
|
|
5479
5513
|
|
|
5514
|
+
.p-breadcrumb .p-menuitem-link {
|
|
5515
|
+
padding: 0.25rem 0.5rem;
|
|
5516
|
+
}
|
|
5517
|
+
.p-breadcrumb .p-menuitem-link:focus {
|
|
5518
|
+
background: rgba(255, 255, 255, 0.12);
|
|
5519
|
+
}
|
|
5520
|
+
|
|
5480
5521
|
.p-button {
|
|
5481
5522
|
font-weight: 500;
|
|
5482
5523
|
min-width: 4rem;
|
|
@@ -5502,6 +5543,15 @@
|
|
|
5502
5543
|
.p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
|
|
5503
5544
|
background-color: rgba(159, 168, 218, 0.16);
|
|
5504
5545
|
}
|
|
5546
|
+
.p-button.p-button-outlined {
|
|
5547
|
+
box-shadow: inset 0 0 0 1px;
|
|
5548
|
+
}
|
|
5549
|
+
.p-button.p-button-outlined:enabled:focus {
|
|
5550
|
+
box-shadow: inset 0 0 0 1px;
|
|
5551
|
+
}
|
|
5552
|
+
.p-button.p-button-outlined:enabled:active {
|
|
5553
|
+
box-shadow: inset 0 0 0 1px;
|
|
5554
|
+
}
|
|
5505
5555
|
.p-button:disabled {
|
|
5506
5556
|
background-color: rgba(255, 255, 255, 0.12) !important;
|
|
5507
5557
|
color: rgba(255, 255, 255, 0.38) !important;
|
|
@@ -5975,6 +6025,13 @@
|
|
|
5975
6025
|
background-color: rgba(255, 255, 255, 0.03);
|
|
5976
6026
|
}
|
|
5977
6027
|
|
|
6028
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6029
|
+
box-shadow: inset 0 2px 0 0 #9FA8DA;
|
|
6030
|
+
}
|
|
6031
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
6032
|
+
box-shadow: inset 0 -2px 0 0 #9FA8DA;
|
|
6033
|
+
}
|
|
6034
|
+
|
|
5978
6035
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
|
5979
6036
|
background-image: none;
|
|
5980
6037
|
background: transparent;
|
|
@@ -6038,6 +6095,51 @@
|
|
|
6038
6095
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
|
6039
6096
|
}
|
|
6040
6097
|
|
|
6098
|
+
.fc {
|
|
6099
|
+
/* FullCalendar 4 */
|
|
6100
|
+
/* FullCalendar 5 */
|
|
6101
|
+
}
|
|
6102
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6103
|
+
background: rgba(159, 168, 218, 0.76);
|
|
6104
|
+
}
|
|
6105
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6106
|
+
background: rgba(159, 168, 218, 0.68);
|
|
6107
|
+
}
|
|
6108
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6109
|
+
background: rgba(159, 168, 218, 0.76);
|
|
6110
|
+
}
|
|
6111
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6112
|
+
background: rgba(159, 168, 218, 0.68);
|
|
6113
|
+
}
|
|
6114
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6115
|
+
background: #1c1c1c;
|
|
6116
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6117
|
+
}
|
|
6118
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6119
|
+
background: #262626;
|
|
6120
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6121
|
+
}
|
|
6122
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6123
|
+
background: rgba(159, 168, 218, 0.76);
|
|
6124
|
+
}
|
|
6125
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6126
|
+
background: rgba(159, 168, 218, 0.68);
|
|
6127
|
+
}
|
|
6128
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6129
|
+
background: rgba(159, 168, 218, 0.76);
|
|
6130
|
+
}
|
|
6131
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6132
|
+
background: rgba(159, 168, 218, 0.68);
|
|
6133
|
+
}
|
|
6134
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus {
|
|
6135
|
+
background: #1c1c1c;
|
|
6136
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6137
|
+
}
|
|
6138
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight {
|
|
6139
|
+
background: #262626;
|
|
6140
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6141
|
+
}
|
|
6142
|
+
|
|
6041
6143
|
.p-galleria .p-galleria-indicators {
|
|
6042
6144
|
padding: 1rem;
|
|
6043
6145
|
}
|
|
@@ -6145,19 +6247,22 @@
|
|
|
6145
6247
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6146
6248
|
box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04);
|
|
6147
6249
|
}
|
|
6148
|
-
.p-inputswitch.p-
|
|
6250
|
+
.p-inputswitch.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6149
6251
|
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6150
6252
|
}
|
|
6151
6253
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6152
6254
|
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6153
6255
|
}
|
|
6154
|
-
.p-inputswitch.p-inputswitch-checked.p-
|
|
6256
|
+
.p-inputswitch.p-inputswitch-checked.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6155
6257
|
box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6156
6258
|
}
|
|
6157
6259
|
|
|
6158
6260
|
.p-fieldset .p-fieldset-legend {
|
|
6159
6261
|
border: 0 none;
|
|
6160
6262
|
}
|
|
6263
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6264
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6265
|
+
}
|
|
6161
6266
|
|
|
6162
6267
|
.p-float-label input:focus ~ label,
|
|
6163
6268
|
.p-float-label input.p-filled ~ label,
|
|
@@ -6196,9 +6301,27 @@
|
|
|
6196
6301
|
background: transparent;
|
|
6197
6302
|
}
|
|
6198
6303
|
|
|
6199
|
-
.p-listbox-item .p-ink {
|
|
6304
|
+
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
6200
6305
|
background-color: rgba(159, 168, 218, 0.16);
|
|
6201
6306
|
}
|
|
6307
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
6308
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6309
|
+
}
|
|
6310
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6311
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6312
|
+
}
|
|
6313
|
+
|
|
6314
|
+
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6315
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6316
|
+
}
|
|
6317
|
+
|
|
6318
|
+
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
6319
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6320
|
+
}
|
|
6321
|
+
|
|
6322
|
+
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
6323
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6324
|
+
}
|
|
6202
6325
|
|
|
6203
6326
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
6204
6327
|
background-image: none;
|
|
@@ -6211,9 +6334,18 @@
|
|
|
6211
6334
|
box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA;
|
|
6212
6335
|
}
|
|
6213
6336
|
|
|
6214
|
-
.p-multiselect-item .p-ink {
|
|
6337
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
6215
6338
|
background-color: rgba(159, 168, 218, 0.16);
|
|
6216
6339
|
}
|
|
6340
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
6341
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6342
|
+
}
|
|
6343
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
|
6344
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6345
|
+
}
|
|
6346
|
+
.p-multiselect-panel .p-multiselect-close:focus {
|
|
6347
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6348
|
+
}
|
|
6217
6349
|
|
|
6218
6350
|
.p-input-filled .p-multiselect {
|
|
6219
6351
|
border-bottom-left-radius: 0;
|
|
@@ -6288,6 +6420,13 @@
|
|
|
6288
6420
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
|
6289
6421
|
}
|
|
6290
6422
|
|
|
6423
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
6424
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6425
|
+
}
|
|
6426
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
6427
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6428
|
+
}
|
|
6429
|
+
|
|
6291
6430
|
.p-overlaypanel .p-overlaypanel-content {
|
|
6292
6431
|
padding: 1.5rem;
|
|
6293
6432
|
}
|
|
@@ -6295,6 +6434,12 @@
|
|
|
6295
6434
|
.p-paginator {
|
|
6296
6435
|
justify-content: flex-end;
|
|
6297
6436
|
}
|
|
6437
|
+
.p-paginator .p-paginator-element:focus {
|
|
6438
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6439
|
+
}
|
|
6440
|
+
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
6441
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6442
|
+
}
|
|
6298
6443
|
|
|
6299
6444
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
6300
6445
|
border-color: transparent;
|
|
@@ -6328,6 +6473,9 @@
|
|
|
6328
6473
|
.p-panel .p-panel-title {
|
|
6329
6474
|
font-size: 1.25rem;
|
|
6330
6475
|
}
|
|
6476
|
+
.p-panel .p-panel-header-icon:focus {
|
|
6477
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6478
|
+
}
|
|
6331
6479
|
|
|
6332
6480
|
.p-panelmenu .p-panelmenu-panel {
|
|
6333
6481
|
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);
|
|
@@ -6355,17 +6503,49 @@
|
|
|
6355
6503
|
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
|
|
6356
6504
|
opacity: 0.38;
|
|
6357
6505
|
}
|
|
6358
|
-
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header
|
|
6506
|
+
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
|
|
6359
6507
|
background: rgba(255, 255, 255, 0.04);
|
|
6360
6508
|
}
|
|
6509
|
+
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
6510
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6511
|
+
}
|
|
6512
|
+
|
|
6513
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
6514
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6515
|
+
}
|
|
6516
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
6517
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6518
|
+
}
|
|
6361
6519
|
|
|
6362
6520
|
.p-progressbar {
|
|
6363
6521
|
border-radius: 0;
|
|
6364
6522
|
}
|
|
6365
|
-
.p-progressbar .p-progressbar-label {
|
|
6523
|
+
.p-progressbar.p-progressbar-determinate .p-progressbar-label {
|
|
6366
6524
|
display: none;
|
|
6367
6525
|
}
|
|
6368
6526
|
|
|
6527
|
+
.p-rating .p-rating-icon {
|
|
6528
|
+
border-radius: 50%;
|
|
6529
|
+
width: 2rem;
|
|
6530
|
+
height: 2rem;
|
|
6531
|
+
display: inline-flex;
|
|
6532
|
+
justify-content: center;
|
|
6533
|
+
align-items: center;
|
|
6534
|
+
margin-left: 0;
|
|
6535
|
+
}
|
|
6536
|
+
.p-rating .p-rating-icon:focus {
|
|
6537
|
+
background: rgba(159, 168, 218, 0.12);
|
|
6538
|
+
}
|
|
6539
|
+
.p-rating .p-rating-icon.p-rating-cancel:focus {
|
|
6540
|
+
background: rgba(244, 68, 53, 0.12);
|
|
6541
|
+
}
|
|
6542
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
6543
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6544
|
+
}
|
|
6545
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
|
|
6546
|
+
background: rgba(244, 68, 53, 0.04);
|
|
6547
|
+
}
|
|
6548
|
+
|
|
6369
6549
|
.p-radiobutton {
|
|
6370
6550
|
border-radius: 50%;
|
|
6371
6551
|
transition: box-shadow 0.2s;
|
|
@@ -6443,7 +6623,7 @@
|
|
|
6443
6623
|
flex-direction: row;
|
|
6444
6624
|
flex: 1 1 auto;
|
|
6445
6625
|
overflow: visible;
|
|
6446
|
-
padding:
|
|
6626
|
+
padding: 1rem 0.5rem;
|
|
6447
6627
|
}
|
|
6448
6628
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
6449
6629
|
background-color: #9e9d9e;
|
|
@@ -6457,6 +6637,9 @@
|
|
|
6457
6637
|
margin: 0;
|
|
6458
6638
|
padding-left: 0.5rem;
|
|
6459
6639
|
}
|
|
6640
|
+
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
|
|
6641
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6642
|
+
}
|
|
6460
6643
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
6461
6644
|
background-color: #9FA8DA;
|
|
6462
6645
|
color: #121212;
|
|
@@ -6492,6 +6675,10 @@
|
|
|
6492
6675
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
6493
6676
|
}
|
|
6494
6677
|
|
|
6678
|
+
.p-tieredmenu .p-menuitem-link:focus {
|
|
6679
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6680
|
+
}
|
|
6681
|
+
|
|
6495
6682
|
.p-toolbar {
|
|
6496
6683
|
border: 0 none;
|
|
6497
6684
|
}
|
|
@@ -6504,6 +6691,13 @@
|
|
|
6504
6691
|
display: none;
|
|
6505
6692
|
}
|
|
6506
6693
|
|
|
6694
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
6695
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6696
|
+
}
|
|
6697
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
6698
|
+
background: rgba(159, 168, 218, 0.24);
|
|
6699
|
+
}
|
|
6700
|
+
|
|
6507
6701
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
6508
6702
|
background-image: none;
|
|
6509
6703
|
background: transparent;
|
|
@@ -6618,6 +6812,9 @@
|
|
|
6618
6812
|
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
|
|
6619
6813
|
background-color: rgba(159, 168, 218, 0.12);
|
|
6620
6814
|
}
|
|
6815
|
+
.p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
|
|
6816
|
+
background-color: rgba(159, 168, 218, 0.12);
|
|
6817
|
+
}
|
|
6621
6818
|
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
|
|
6622
6819
|
display: block;
|
|
6623
6820
|
position: absolute;
|