primevue 3.8.2 → 3.11.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/accordion/Accordion.d.ts +74 -11
- package/accordion/accordion.esm.js +1 -1
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +1 -1
- package/accordiontab/AccordionTab.d.ts +37 -8
- package/accordiontab/accordiontab.esm.js +1 -1
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +1 -1
- package/api/Api.d.ts +292 -251
- 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 +67 -33
- package/api/api.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +280 -63
- package/autocomplete/AutoComplete.vue +16 -9
- package/autocomplete/autocomplete.cjs.js +23 -15
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +20 -12
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +24 -16
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +57 -8
- package/avatar/avatar.esm.js +1 -1
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +29 -3
- package/avatargroup/avatargroup.esm.js +1 -1
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +1 -1
- package/badge/Badge.d.ts +46 -5
- package/badge/badge.esm.js +1 -1
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +1 -1
- package/badgedirective/badgedirective.esm.js +1 -1
- package/badgedirective/badgedirective.esm.min.js +1 -1
- package/badgedirective/badgedirective.js +1 -1
- package/blockui/BlockUI.d.ts +52 -11
- package/blockui/blockui.esm.js +1 -1
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +49 -9
- 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 +6 -3
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +6 -3
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +68 -11
- package/button/button.cjs.js +1 -1
- package/button/button.esm.js +1 -1
- package/button/button.esm.min.js +1 -1
- package/button/button.js +2 -2
- package/calendar/Calendar.d.ts +320 -58
- package/calendar/Calendar.vue +406 -84
- package/calendar/calendar.cjs.js +521 -204
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +521 -203
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +523 -205
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +43 -9
- package/card/card.esm.js +1 -1
- package/card/card.esm.min.js +1 -1
- package/card/card.js +1 -1
- package/carousel/Carousel.d.ts +121 -24
- package/carousel/Carousel.vue +2 -2
- package/carousel/carousel.cjs.js +7 -7
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +7 -7
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +8 -8
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +172 -35
- package/cascadeselect/cascadeselect.cjs.js +2 -2
- package/cascadeselect/cascadeselect.esm.js +1 -1
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +3 -3
- package/chart/Chart.d.ts +104 -12
- package/chart/Chart.vue +18 -4
- package/chart/chart.cjs.js +20 -8
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +19 -5
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +19 -5
- package/chart/chart.min.js +1 -1
- package/checkbox/Checkbox.d.ts +66 -8
- package/checkbox/checkbox.esm.js +1 -1
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +1 -1
- package/chip/Chip.d.ts +50 -4
- package/chip/chip.esm.js +1 -1
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +1 -1
- package/chips/Chips.d.ts +88 -15
- package/chips/chips.esm.js +1 -1
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +1 -1
- package/colorpicker/ColorPicker.d.ts +105 -13
- package/colorpicker/ColorPicker.vue +6 -1
- package/colorpicker/colorpicker.cjs.js +7 -2
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +7 -2
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +8 -3
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.d.ts +448 -78
- package/column/column.esm.js +1 -1
- package/column/column.esm.min.js +1 -1
- package/column/column.js +1 -1
- package/columngroup/ColumnGroup.d.ts +30 -4
- package/columngroup/columngroup.esm.js +1 -1
- package/columngroup/columngroup.esm.min.js +1 -1
- package/columngroup/columngroup.js +1 -1
- package/config/config.cjs.js +1 -1
- package/config/config.esm.js +1 -2
- package/config/config.esm.min.js +1 -1
- package/config/config.js +2 -2
- package/confirmationeventbus/confirmationeventbus.esm.js +1 -1
- package/confirmationeventbus/confirmationeventbus.esm.min.js +1 -1
- package/confirmationeventbus/confirmationeventbus.js +1 -1
- package/confirmationoptions/ConfirmationOptions.d.ts +58 -0
- package/confirmationoptions/package.json +3 -0
- package/confirmationservice/ConfirmationService.d.ts +2 -1
- package/confirmationservice/confirmationservice.cjs.js +2 -2
- package/confirmationservice/confirmationservice.esm.js +1 -1
- package/confirmationservice/confirmationservice.esm.min.js +1 -1
- package/confirmationservice/confirmationservice.js +3 -3
- package/confirmdialog/ConfirmDialog.d.ts +57 -5
- package/confirmdialog/ConfirmDialog.vue +8 -2
- package/confirmdialog/confirmdialog.cjs.js +17 -10
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +12 -5
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +18 -11
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +41 -3
- package/confirmpopup/ConfirmPopup.vue +7 -4
- package/confirmpopup/confirmpopup.cjs.js +19 -11
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +15 -7
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +20 -12
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +88 -16
- package/contextmenu/ContextMenuSub.vue +7 -4
- package/contextmenu/contextmenu.cjs.js +8 -5
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +8 -5
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +9 -6
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +861 -383
- package/core/core.min.js +15 -13
- package/datatable/BodyCell.vue +27 -1
- package/datatable/ColumnFilter.vue +17 -6
- package/datatable/DataTable.d.ts +1056 -130
- package/datatable/DataTable.vue +150 -131
- package/datatable/HeaderCheckbox.vue +5 -2
- package/datatable/RowCheckbox.vue +1 -1
- package/datatable/RowRadioButton.vue +1 -1
- package/datatable/TableBody.vue +57 -14
- package/datatable/TableFooter.vue +15 -1
- package/datatable/TableHeader.vue +15 -1
- package/datatable/datatable.cjs.js +542 -381
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +533 -373
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +543 -383
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +198 -32
- package/dataview/DataView.vue +8 -8
- package/dataview/dataview.cjs.js +13 -13
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +13 -13
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +14 -14
- package/dataview/dataview.min.js +1 -1
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +34 -5
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +1 -1
- package/deferredcontent/DeferredContent.d.ts +31 -6
- package/deferredcontent/deferredcontent.esm.js +1 -1
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +1 -1
- package/dialog/Dialog.d.ts +187 -34
- package/dialog/Dialog.vue +1 -1
- package/dialog/dialog.cjs.js +2 -3
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +2 -3
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +3 -4
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.d.ts +53 -8
- package/divider/divider.esm.js +1 -1
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +1 -1
- package/dock/Dock.d.ts +92 -15
- package/dock/DockSub.vue +3 -1
- package/dock/dock.cjs.js +4 -1
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +4 -2
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +5 -3
- package/dock/dock.min.js +1 -1
- package/dropdown/Dropdown.d.ts +340 -76
- package/dropdown/Dropdown.vue +1 -1
- package/dropdown/dropdown.cjs.js +4 -4
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +2 -2
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +5 -5
- package/dropdown/dropdown.min.js +1 -1
- package/editor/Editor.d.ts +78 -11
- package/editor/editor.cjs.js +1 -1
- package/editor/editor.esm.js +1 -1
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +2 -2
- package/fieldset/Fieldset.d.ts +63 -11
- package/fieldset/fieldset.cjs.js +1 -1
- package/fieldset/fieldset.esm.js +1 -1
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +2 -2
- package/fileupload/FileUpload.d.ts +255 -37
- package/fileupload/fileupload.cjs.js +4 -4
- package/fileupload/fileupload.esm.js +1 -1
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +5 -5
- package/fullcalendar/FullCalendar.d.ts +29 -3
- package/fullcalendar/fullcalendar.esm.js +1 -1
- package/fullcalendar/fullcalendar.esm.min.js +1 -1
- package/fullcalendar/fullcalendar.js +1 -1
- package/galleria/Galleria.d.ts +196 -46
- package/galleria/galleria.cjs.js +3 -3
- package/galleria/galleria.esm.js +1 -1
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +4 -4
- package/image/Image.d.ts +51 -6
- package/image/image.esm.js +1 -1
- package/image/image.esm.min.js +1 -1
- package/image/image.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +34 -6
- package/inlinemessage/inlinemessage.esm.js +1 -1
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +1 -1
- package/inplace/Inplace.d.ts +57 -12
- package/inplace/inplace.cjs.js +1 -1
- package/inplace/inplace.esm.js +1 -1
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +2 -2
- package/inputmask/InputMask.d.ts +75 -15
- package/inputmask/inputmask.esm.js +1 -1
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +1 -1
- package/inputnumber/InputNumber.d.ts +180 -30
- package/inputnumber/InputNumber.vue +19 -3
- package/inputnumber/inputnumber.cjs.js +21 -5
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +20 -4
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +22 -6
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +61 -9
- package/inputswitch/inputswitch.esm.js +1 -1
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +1 -1
- package/inputtext/InputText.d.ts +34 -5
- 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 +4 -4
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +3 -3
- package/inputtext/inputtext.min.js +1 -1
- package/knob/Knob.d.ts +92 -18
- package/knob/knob.esm.js +1 -1
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +1 -1
- package/listbox/Listbox.d.ts +246 -56
- package/listbox/listbox.cjs.js +2 -2
- package/listbox/listbox.esm.js +1 -1
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +3 -3
- package/megamenu/MegaMenu.d.ts +60 -12
- package/megamenu/MegaMenu.vue +10 -7
- package/megamenu/megamenu.cjs.js +11 -8
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +11 -8
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +12 -9
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +84 -15
- package/menu/Menu.vue +6 -3
- package/menu/Menuitem.vue +5 -2
- package/menu/menu.cjs.js +13 -7
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +12 -6
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +14 -8
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +52 -11
- package/menubar/Menubar.vue +1 -0
- package/menubar/MenubarSub.vue +7 -4
- package/menubar/menubar.cjs.js +9 -6
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +9 -6
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +10 -7
- package/menubar/menubar.min.js +1 -1
- package/menuitem/MenuItem.d.ts +82 -0
- package/menuitem/package.json +3 -0
- package/message/Message.d.ts +57 -10
- package/message/Message.vue +6 -2
- package/message/message.cjs.js +7 -3
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +7 -3
- package/message/message.esm.min.js +1 -1
- package/message/message.js +8 -4
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +368 -83
- package/multiselect/multiselect.cjs.js +3 -3
- package/multiselect/multiselect.esm.js +1 -1
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +4 -4
- package/orderlist/OrderList.d.ts +122 -17
- package/orderlist/OrderList.vue +2 -0
- package/orderlist/orderlist.cjs.js +5 -3
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +4 -2
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +6 -4
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +137 -15
- package/organizationchart/OrganizationChart.vue +1 -0
- package/organizationchart/organizationchart.cjs.js +1 -1
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +2 -2
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +2 -2
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlayeventbus/overlayeventbus.esm.js +1 -1
- package/overlayeventbus/overlayeventbus.esm.min.js +1 -1
- package/overlayeventbus/overlayeventbus.js +1 -1
- package/overlaypanel/OverlayPanel.d.ts +107 -12
- package/overlaypanel/overlaypanel.cjs.js +5 -5
- package/overlaypanel/overlaypanel.esm.js +1 -1
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +6 -6
- package/package.json +5 -1
- package/paginator/Paginator.d.ts +129 -27
- package/paginator/Paginator.vue +4 -4
- package/paginator/paginator.cjs.js +12 -12
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +5 -5
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +13 -13
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +64 -8
- package/panel/Panel.vue +1 -1
- package/panel/panel.cjs.js +1 -1
- package/panel/panel.esm.js +1 -1
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +2 -2
- package/panelmenu/PanelMenu.d.ts +59 -11
- package/panelmenu/PanelMenu.vue +8 -5
- package/panelmenu/PanelMenuSub.vue +8 -5
- package/panelmenu/panelmenu.cjs.js +18 -12
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +19 -13
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +19 -13
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/Password.d.ts +115 -24
- package/password/password.cjs.js +2 -2
- package/password/password.esm.js +1 -1
- package/password/password.esm.min.js +1 -1
- package/password/password.js +3 -3
- package/picklist/PickList.d.ts +199 -26
- package/picklist/PickList.vue +10 -4
- package/picklist/picklist.cjs.js +15 -9
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +14 -8
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +16 -10
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +43 -8
- 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 +15 -14
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +14 -13
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/ProgressSpinner.d.ts +39 -6
- package/progressspinner/progressspinner.esm.js +1 -1
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +1 -1
- package/radiobutton/RadioButton.d.ts +52 -7
- package/radiobutton/radiobutton.esm.js +1 -1
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +1 -1
- package/rating/Rating.d.ts +67 -10
- 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 +2 -2
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +2 -2
- 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 +81 -33
- package/resources/themes/arya-green/theme.css +81 -33
- package/resources/themes/arya-orange/theme.css +81 -33
- package/resources/themes/arya-purple/theme.css +81 -33
- package/resources/themes/bootstrap4-dark-blue/theme.css +62 -21
- package/resources/themes/bootstrap4-dark-purple/theme.css +62 -21
- package/resources/themes/bootstrap4-light-blue/theme.css +62 -21
- package/resources/themes/bootstrap4-light-purple/theme.css +62 -21
- package/resources/themes/fluent-light/theme.css +81 -33
- 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 +5421 -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 +5421 -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 +5421 -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 +5421 -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 +5421 -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 +5421 -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 +5421 -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 +5421 -0
- package/resources/themes/luna-amber/theme.css +78 -37
- package/resources/themes/luna-blue/theme.css +78 -37
- package/resources/themes/luna-green/theme.css +78 -37
- package/resources/themes/luna-pink/theme.css +78 -37
- package/resources/themes/md-dark-deeppurple/theme.css +252 -48
- package/resources/themes/md-dark-indigo/theme.css +252 -48
- package/resources/themes/md-light-deeppurple/theme.css +252 -48
- package/resources/themes/md-light-indigo/theme.css +252 -48
- package/resources/themes/mdc-dark-deeppurple/theme.css +252 -48
- package/resources/themes/mdc-dark-indigo/theme.css +252 -48
- package/resources/themes/mdc-light-deeppurple/theme.css +252 -48
- package/resources/themes/mdc-light-indigo/theme.css +252 -48
- package/resources/themes/nova/theme.css +78 -37
- package/resources/themes/nova-accent/theme.css +78 -37
- package/resources/themes/nova-alt/theme.css +78 -37
- package/resources/themes/nova-vue/theme.css +78 -37
- package/resources/themes/rhea/theme.css +78 -37
- package/resources/themes/saga-blue/theme.css +65 -17
- package/resources/themes/saga-green/theme.css +65 -17
- package/resources/themes/saga-orange/theme.css +65 -17
- package/resources/themes/saga-purple/theme.css +65 -17
- package/resources/themes/tailwind-light/theme.css +92 -36
- package/resources/themes/vela-blue/theme.css +81 -33
- package/resources/themes/vela-green/theme.css +81 -33
- package/resources/themes/vela-orange/theme.css +81 -33
- package/resources/themes/vela-purple/theme.css +81 -33
- package/ripple/ripple.esm.js +1 -1
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +1 -1
- package/row/Row.d.ts +25 -3
- package/row/row.esm.js +1 -1
- package/row/row.esm.min.js +1 -1
- package/row/row.js +1 -1
- package/scrollpanel/ScrollPanel.d.ts +27 -5
- package/scrollpanel/scrollpanel.esm.js +1 -1
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +1 -1
- package/scrolltop/ScrollTop.d.ts +47 -7
- package/scrolltop/scrolltop.esm.js +1 -1
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +1 -1
- package/selectbutton/SelectButton.d.ts +108 -19
- package/selectbutton/SelectButton.vue +8 -2
- package/selectbutton/selectbutton.cjs.js +15 -10
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +15 -10
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +16 -11
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/Sidebar.d.ts +81 -16
- package/sidebar/sidebar.cjs.js +1 -1
- package/sidebar/sidebar.esm.js +1 -1
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +2 -2
- package/skeleton/Skeleton.d.ts +58 -9
- package/skeleton/skeleton.esm.js +1 -1
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +1 -1
- package/slider/Slider.d.ts +90 -14
- package/slider/slider.esm.js +1 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +1 -1
- package/speeddial/SpeedDial.d.ts +166 -29
- package/speeddial/SpeedDial.vue +3 -1
- package/speeddial/speeddial.cjs.js +5 -2
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +4 -2
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +6 -4
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +76 -11
- package/splitbutton/SplitButton.vue +3 -1
- package/splitbutton/splitbutton.cjs.js +15 -13
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +15 -13
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +16 -14
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +74 -7
- package/splitter/Splitter.vue +5 -5
- package/splitter/splitter.cjs.js +1 -1
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +2 -2
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +2 -2
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.d.ts +34 -7
- package/splitterpanel/splitterpanel.esm.js +1 -1
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +1 -1
- package/steps/Steps.d.ts +51 -11
- 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 +6 -3
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +6 -3
- package/steps/steps.min.js +1 -1
- package/styleclass/styleclass.esm.js +1 -1
- package/styleclass/styleclass.esm.min.js +1 -1
- package/styleclass/styleclass.js +1 -1
- package/tabmenu/TabMenu.d.ts +63 -10
- package/tabmenu/TabMenu.vue +6 -3
- package/tabmenu/tabmenu.cjs.js +7 -4
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +7 -4
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +8 -5
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +38 -7
- package/tabpanel/tabpanel.esm.js +1 -1
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +1 -1
- package/tabview/TabView.d.ts +73 -11
- package/tabview/tabview.cjs.js +1 -1
- package/tabview/tabview.esm.js +1 -1
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +2 -2
- package/tag/Tag.d.ts +44 -8
- package/tag/Tag.vue +1 -1
- package/tag/tag.cjs.js +6 -6
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +8 -8
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +7 -7
- package/tag/tag.min.js +1 -1
- package/terminal/Terminal.d.ts +36 -5
- package/terminal/terminal.cjs.js +3 -3
- package/terminal/terminal.esm.js +1 -1
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +4 -4
- package/terminalservice/TerminalService.d.ts +9 -6
- package/terminalservice/terminalservice.esm.js +1 -1
- package/terminalservice/terminalservice.esm.min.js +1 -1
- package/terminalservice/terminalservice.js +1 -1
- package/textarea/Textarea.d.ts +38 -6
- package/textarea/textarea.esm.js +1 -1
- package/textarea/textarea.esm.min.js +1 -1
- package/textarea/textarea.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +89 -15
- package/tieredmenu/TieredMenuSub.vue +7 -4
- package/tieredmenu/tieredmenu.cjs.js +9 -6
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +8 -5
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +10 -7
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/Timeline.d.ts +94 -15
- package/timeline/timeline.esm.js +1 -1
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +1 -1
- package/toast/Toast.d.ts +118 -12
- package/toast/toast.cjs.js +7 -7
- package/toast/toast.esm.js +1 -1
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +8 -8
- package/toasteventbus/toasteventbus.esm.js +1 -1
- package/toasteventbus/toasteventbus.esm.min.js +1 -1
- package/toasteventbus/toasteventbus.js +1 -1
- package/toastservice/ToastService.d.ts +17 -5
- package/toastservice/toastservice.cjs.js +3 -3
- package/toastservice/toastservice.esm.js +1 -1
- package/toastservice/toastservice.esm.min.js +1 -1
- package/toastservice/toastservice.js +4 -4
- package/togglebutton/ToggleButton.d.ts +64 -11
- package/togglebutton/togglebutton.cjs.js +1 -1
- package/togglebutton/togglebutton.esm.js +1 -1
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +2 -2
- package/toolbar/Toolbar.d.ts +31 -6
- package/toolbar/Toolbar.vue +2 -2
- package/toolbar/toolbar.cjs.js +2 -2
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +3 -3
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +3 -3
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/tooltip.esm.js +1 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +1 -1
- package/tree/Tree.d.ts +189 -26
- package/tree/Tree.vue +1 -0
- package/tree/TreeNode.vue +4 -1
- package/tree/tree.cjs.js +6 -3
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +6 -3
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +7 -4
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +201 -44
- package/treeselect/TreeSelect.vue +9 -0
- package/treeselect/treeselect.cjs.js +12 -3
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +10 -1
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +13 -4
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BodyCell.vue +3 -3
- package/treetable/TreeTable.d.ts +459 -63
- package/treetable/TreeTable.vue +9 -9
- package/treetable/treetable.cjs.js +17 -17
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +16 -16
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +18 -18
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +40 -6
- package/tristatecheckbox/tristatecheckbox.esm.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +1 -1
- package/ts-helpers.d.ts +28 -0
- package/useconfirm/UseConfirm.d.ts +5 -19
- package/useconfirm/useconfirm.js +1 -1
- package/usetoast/UseToast.d.ts +3 -5
- package/usetoast/usetoast.js +1 -1
- package/utils/Utils.d.ts +3 -0
- package/utils/utils.cjs.js +41 -4
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +41 -4
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +42 -5
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +66 -30
- package/vetur-tags.json +16 -7
- package/virtualscroller/VirtualScroller.d.ts +294 -53
- package/virtualscroller/VirtualScroller.vue +296 -255
- package/virtualscroller/virtualscroller.cjs.js +325 -266
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +326 -267
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +326 -267
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +296 -47
|
@@ -369,14 +369,16 @@
|
|
|
369
369
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
|
370
370
|
line-height: 2.5rem;
|
|
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: #CE93D8;
|
|
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: #CE93D8;
|
|
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: #CE93D8;
|
|
475
477
|
background: rgba(206, 147, 216, 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: #CE93D8;
|
|
489
|
+
background: rgba(206, 147, 216, 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 {
|
|
500
514
|
background: rgba(255, 255, 255, 0.04);
|
|
501
515
|
}
|
|
502
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
516
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
|
517
|
+
outline: 0 none;
|
|
518
|
+
outline-offset: 0;
|
|
519
|
+
box-shadow: none;
|
|
520
|
+
}
|
|
521
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
|
522
|
+
background: rgba(255, 255, 255, 0.04);
|
|
523
|
+
}
|
|
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;
|
|
@@ -692,7 +714,7 @@
|
|
|
692
714
|
|
|
693
715
|
.p-colorpicker-panel {
|
|
694
716
|
background: #2b2b2b;
|
|
695
|
-
border
|
|
717
|
+
border: 1px solid #1e1e1e;
|
|
696
718
|
}
|
|
697
719
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
698
720
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
@@ -813,6 +835,9 @@
|
|
|
813
835
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
|
814
836
|
background-color: rgba(255, 255, 255, 0.1);
|
|
815
837
|
}
|
|
838
|
+
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
|
839
|
+
background-color: transparent;
|
|
840
|
+
}
|
|
816
841
|
|
|
817
842
|
.p-editor-container .p-editor-toolbar {
|
|
818
843
|
background: #1e1e1e;
|
|
@@ -1431,7 +1456,7 @@
|
|
|
1431
1456
|
.p-rating .p-rating-icon:first-child {
|
|
1432
1457
|
margin-left: 0;
|
|
1433
1458
|
}
|
|
1434
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1459
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1435
1460
|
color: #CE93D8;
|
|
1436
1461
|
}
|
|
1437
1462
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -1655,17 +1680,17 @@
|
|
|
1655
1680
|
.p-button.p-button-outlined {
|
|
1656
1681
|
background-color: transparent;
|
|
1657
1682
|
color: #CE93D8;
|
|
1658
|
-
border:
|
|
1683
|
+
border: 0px none;
|
|
1659
1684
|
}
|
|
1660
1685
|
.p-button.p-button-outlined:enabled:hover {
|
|
1661
1686
|
background: rgba(206, 147, 216, 0.04);
|
|
1662
1687
|
color: #CE93D8;
|
|
1663
|
-
border:
|
|
1688
|
+
border: 0px none;
|
|
1664
1689
|
}
|
|
1665
1690
|
.p-button.p-button-outlined:enabled:active {
|
|
1666
1691
|
background: rgba(206, 147, 216, 0.16);
|
|
1667
1692
|
color: #CE93D8;
|
|
1668
|
-
border:
|
|
1693
|
+
border: 0px none;
|
|
1669
1694
|
}
|
|
1670
1695
|
.p-button.p-button-outlined.p-button-plain {
|
|
1671
1696
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -1803,17 +1828,17 @@
|
|
|
1803
1828
|
.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
1829
|
background-color: transparent;
|
|
1805
1830
|
color: #A5D6A7;
|
|
1806
|
-
border:
|
|
1831
|
+
border: 0px none;
|
|
1807
1832
|
}
|
|
1808
1833
|
.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
1834
|
background: rgba(165, 214, 167, 0.04);
|
|
1810
1835
|
color: #A5D6A7;
|
|
1811
|
-
border:
|
|
1836
|
+
border: 0px none;
|
|
1812
1837
|
}
|
|
1813
1838
|
.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
1839
|
background: rgba(165, 214, 167, 0.16);
|
|
1815
1840
|
color: #A5D6A7;
|
|
1816
|
-
border:
|
|
1841
|
+
border: 0px none;
|
|
1817
1842
|
}
|
|
1818
1843
|
.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
1844
|
background-color: transparent;
|
|
@@ -1852,17 +1877,17 @@
|
|
|
1852
1877
|
.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
1878
|
background-color: transparent;
|
|
1854
1879
|
color: #90CAF9;
|
|
1855
|
-
border:
|
|
1880
|
+
border: 0px none;
|
|
1856
1881
|
}
|
|
1857
1882
|
.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
1883
|
background: rgba(144, 202, 249, 0.04);
|
|
1859
1884
|
color: #90CAF9;
|
|
1860
|
-
border:
|
|
1885
|
+
border: 0px none;
|
|
1861
1886
|
}
|
|
1862
1887
|
.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
1888
|
background: rgba(144, 202, 249, 0.16);
|
|
1864
1889
|
color: #90CAF9;
|
|
1865
|
-
border:
|
|
1890
|
+
border: 0px none;
|
|
1866
1891
|
}
|
|
1867
1892
|
.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
1893
|
background-color: transparent;
|
|
@@ -1901,17 +1926,17 @@
|
|
|
1901
1926
|
.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
1927
|
background-color: transparent;
|
|
1903
1928
|
color: #C5E1A5;
|
|
1904
|
-
border:
|
|
1929
|
+
border: 0px none;
|
|
1905
1930
|
}
|
|
1906
1931
|
.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
1932
|
background: rgba(197, 225, 165, 0.04);
|
|
1908
1933
|
color: #C5E1A5;
|
|
1909
|
-
border:
|
|
1934
|
+
border: 0px none;
|
|
1910
1935
|
}
|
|
1911
1936
|
.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
1937
|
background: rgba(197, 225, 165, 0.16);
|
|
1913
1938
|
color: #C5E1A5;
|
|
1914
|
-
border:
|
|
1939
|
+
border: 0px none;
|
|
1915
1940
|
}
|
|
1916
1941
|
.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
1942
|
background-color: transparent;
|
|
@@ -1950,17 +1975,17 @@
|
|
|
1950
1975
|
.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
1976
|
background-color: transparent;
|
|
1952
1977
|
color: #FFF59D;
|
|
1953
|
-
border:
|
|
1978
|
+
border: 0px none;
|
|
1954
1979
|
}
|
|
1955
1980
|
.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
1981
|
background: rgba(255, 245, 157, 0.04);
|
|
1957
1982
|
color: #FFF59D;
|
|
1958
|
-
border:
|
|
1983
|
+
border: 0px none;
|
|
1959
1984
|
}
|
|
1960
1985
|
.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
1986
|
background: rgba(255, 245, 157, 0.16);
|
|
1962
1987
|
color: #FFF59D;
|
|
1963
|
-
border:
|
|
1988
|
+
border: 0px none;
|
|
1964
1989
|
}
|
|
1965
1990
|
.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
1991
|
background-color: transparent;
|
|
@@ -1999,17 +2024,17 @@
|
|
|
1999
2024
|
.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
2025
|
background-color: transparent;
|
|
2001
2026
|
color: #CE93D8;
|
|
2002
|
-
border:
|
|
2027
|
+
border: 0px none;
|
|
2003
2028
|
}
|
|
2004
2029
|
.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
2030
|
background: rgba(206, 147, 216, 0.04);
|
|
2006
2031
|
color: #CE93D8;
|
|
2007
|
-
border:
|
|
2032
|
+
border: 0px none;
|
|
2008
2033
|
}
|
|
2009
2034
|
.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
2035
|
background: rgba(206, 147, 216, 0.16);
|
|
2011
2036
|
color: #CE93D8;
|
|
2012
|
-
border:
|
|
2037
|
+
border: 0px none;
|
|
2013
2038
|
}
|
|
2014
2039
|
.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
2040
|
background-color: transparent;
|
|
@@ -2048,17 +2073,17 @@
|
|
|
2048
2073
|
.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
2074
|
background-color: transparent;
|
|
2050
2075
|
color: #EF9A9A;
|
|
2051
|
-
border:
|
|
2076
|
+
border: 0px none;
|
|
2052
2077
|
}
|
|
2053
2078
|
.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
2079
|
background: rgba(239, 154, 154, 0.04);
|
|
2055
2080
|
color: #EF9A9A;
|
|
2056
|
-
border:
|
|
2081
|
+
border: 0px none;
|
|
2057
2082
|
}
|
|
2058
2083
|
.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
2084
|
background: rgba(239, 154, 154, 0.16);
|
|
2060
2085
|
color: #EF9A9A;
|
|
2061
|
-
border:
|
|
2086
|
+
border: 0px none;
|
|
2062
2087
|
}
|
|
2063
2088
|
.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
2089
|
background-color: transparent;
|
|
@@ -2294,7 +2319,6 @@
|
|
|
2294
2319
|
background: #1e1e1e;
|
|
2295
2320
|
color: rgba(255, 255, 255, 0.87);
|
|
2296
2321
|
transition: none;
|
|
2297
|
-
outline-color: transparent;
|
|
2298
2322
|
}
|
|
2299
2323
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2300
2324
|
text-align: left;
|
|
@@ -2336,6 +2360,10 @@
|
|
|
2336
2360
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2337
2361
|
font-weight: 500;
|
|
2338
2362
|
}
|
|
2363
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2364
|
+
outline: 1px solid transparent;
|
|
2365
|
+
outline-offset: -1px;
|
|
2366
|
+
}
|
|
2339
2367
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2340
2368
|
background: rgba(206, 147, 216, 0.16);
|
|
2341
2369
|
color: #CE93D8;
|
|
@@ -2357,6 +2385,10 @@
|
|
|
2357
2385
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2358
2386
|
background: #1e1e1e;
|
|
2359
2387
|
}
|
|
2388
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2389
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
|
|
2390
|
+
background-color: #1e1e1e;
|
|
2391
|
+
}
|
|
2360
2392
|
.p-datatable .p-datatable-loading-icon {
|
|
2361
2393
|
font-size: 2rem;
|
|
2362
2394
|
}
|
|
@@ -2877,6 +2909,10 @@
|
|
|
2877
2909
|
border-top-right-radius: 4px;
|
|
2878
2910
|
border-bottom-right-radius: 4px;
|
|
2879
2911
|
}
|
|
2912
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2913
|
+
color: #CE93D8;
|
|
2914
|
+
background: rgba(206, 147, 216, 0.16);
|
|
2915
|
+
}
|
|
2880
2916
|
|
|
2881
2917
|
.p-orderlist .p-orderlist-controls {
|
|
2882
2918
|
padding: 1rem;
|
|
@@ -2993,12 +3029,12 @@
|
|
|
2993
3029
|
color: rgba(255, 255, 255, 0.6);
|
|
2994
3030
|
}
|
|
2995
3031
|
.p-paginator .p-paginator-first {
|
|
2996
|
-
border-top-left-radius:
|
|
2997
|
-
border-bottom-left-radius:
|
|
3032
|
+
border-top-left-radius: 50%;
|
|
3033
|
+
border-bottom-left-radius: 50%;
|
|
2998
3034
|
}
|
|
2999
3035
|
.p-paginator .p-paginator-last {
|
|
3000
|
-
border-top-right-radius:
|
|
3001
|
-
border-bottom-right-radius:
|
|
3036
|
+
border-top-right-radius: 50%;
|
|
3037
|
+
border-bottom-right-radius: 50%;
|
|
3002
3038
|
}
|
|
3003
3039
|
.p-paginator .p-dropdown {
|
|
3004
3040
|
margin-left: 0.5rem;
|
|
@@ -3277,7 +3313,6 @@
|
|
|
3277
3313
|
background: #1e1e1e;
|
|
3278
3314
|
color: rgba(255, 255, 255, 0.87);
|
|
3279
3315
|
transition: none;
|
|
3280
|
-
outline-color: transparent;
|
|
3281
3316
|
}
|
|
3282
3317
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
3283
3318
|
text-align: left;
|
|
@@ -3311,6 +3346,10 @@
|
|
|
3311
3346
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3312
3347
|
color: rgba(255, 255, 255, 0.87);
|
|
3313
3348
|
}
|
|
3349
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3350
|
+
outline: 0.15rem solid transparent;
|
|
3351
|
+
outline-offset: -0.15rem;
|
|
3352
|
+
}
|
|
3314
3353
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3315
3354
|
background: rgba(206, 147, 216, 0.16);
|
|
3316
3355
|
color: #CE93D8;
|
|
@@ -3990,6 +4029,7 @@
|
|
|
3990
4029
|
color: rgba(255, 255, 255, 0.87);
|
|
3991
4030
|
border: 0 none;
|
|
3992
4031
|
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);
|
|
4032
|
+
border-radius: 4px;
|
|
3993
4033
|
width: 12.5rem;
|
|
3994
4034
|
}
|
|
3995
4035
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -4031,6 +4071,7 @@
|
|
|
4031
4071
|
background: #2b2b2b;
|
|
4032
4072
|
border: 0 none;
|
|
4033
4073
|
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);
|
|
4074
|
+
border-radius: 4px;
|
|
4034
4075
|
}
|
|
4035
4076
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
4036
4077
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -5289,7 +5330,7 @@
|
|
|
5289
5330
|
background: #CE93D8;
|
|
5290
5331
|
}
|
|
5291
5332
|
.p-progressbar .p-progressbar-label {
|
|
5292
|
-
color:
|
|
5333
|
+
color: #121212;
|
|
5293
5334
|
line-height: 4px;
|
|
5294
5335
|
}
|
|
5295
5336
|
|
|
@@ -5477,6 +5518,13 @@
|
|
|
5477
5518
|
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
5519
|
}
|
|
5479
5520
|
|
|
5521
|
+
.p-breadcrumb .p-menuitem-link {
|
|
5522
|
+
padding: 0.25rem 0.5rem;
|
|
5523
|
+
}
|
|
5524
|
+
.p-breadcrumb .p-menuitem-link:focus {
|
|
5525
|
+
background: rgba(255, 255, 255, 0.12);
|
|
5526
|
+
}
|
|
5527
|
+
|
|
5480
5528
|
.p-button {
|
|
5481
5529
|
font-weight: 500;
|
|
5482
5530
|
min-width: 4rem;
|
|
@@ -5502,6 +5550,15 @@
|
|
|
5502
5550
|
.p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
|
|
5503
5551
|
background-color: rgba(206, 147, 216, 0.16);
|
|
5504
5552
|
}
|
|
5553
|
+
.p-button.p-button-outlined {
|
|
5554
|
+
box-shadow: inset 0 0 0 1px;
|
|
5555
|
+
}
|
|
5556
|
+
.p-button.p-button-outlined:enabled:focus {
|
|
5557
|
+
box-shadow: inset 0 0 0 1px;
|
|
5558
|
+
}
|
|
5559
|
+
.p-button.p-button-outlined:enabled:active {
|
|
5560
|
+
box-shadow: inset 0 0 0 1px;
|
|
5561
|
+
}
|
|
5505
5562
|
.p-button:disabled {
|
|
5506
5563
|
background-color: rgba(255, 255, 255, 0.12) !important;
|
|
5507
5564
|
color: rgba(255, 255, 255, 0.38) !important;
|
|
@@ -5975,6 +6032,13 @@
|
|
|
5975
6032
|
background-color: rgba(255, 255, 255, 0.03);
|
|
5976
6033
|
}
|
|
5977
6034
|
|
|
6035
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
6036
|
+
box-shadow: inset 0 2px 0 0 #CE93D8;
|
|
6037
|
+
}
|
|
6038
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
6039
|
+
box-shadow: inset 0 -2px 0 0 #CE93D8;
|
|
6040
|
+
}
|
|
6041
|
+
|
|
5978
6042
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
|
5979
6043
|
background-image: none;
|
|
5980
6044
|
background: transparent;
|
|
@@ -6038,6 +6102,51 @@
|
|
|
6038
6102
|
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
6103
|
}
|
|
6040
6104
|
|
|
6105
|
+
.fc {
|
|
6106
|
+
/* FullCalendar 4 */
|
|
6107
|
+
/* FullCalendar 5 */
|
|
6108
|
+
}
|
|
6109
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
6110
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6111
|
+
}
|
|
6112
|
+
.fc.fc-unthemed .fc-toolbar .fc-button:active {
|
|
6113
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6114
|
+
}
|
|
6115
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6116
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6117
|
+
}
|
|
6118
|
+
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active {
|
|
6119
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6120
|
+
}
|
|
6121
|
+
.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 {
|
|
6122
|
+
background: #1c1c1c;
|
|
6123
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6124
|
+
}
|
|
6125
|
+
.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 {
|
|
6126
|
+
background: #262626;
|
|
6127
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6128
|
+
}
|
|
6129
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
6130
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6131
|
+
}
|
|
6132
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button:active {
|
|
6133
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6134
|
+
}
|
|
6135
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus {
|
|
6136
|
+
background: rgba(206, 147, 216, 0.76);
|
|
6137
|
+
}
|
|
6138
|
+
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active {
|
|
6139
|
+
background: rgba(206, 147, 216, 0.68);
|
|
6140
|
+
}
|
|
6141
|
+
.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 {
|
|
6142
|
+
background: #1c1c1c;
|
|
6143
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6144
|
+
}
|
|
6145
|
+
.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 {
|
|
6146
|
+
background: #262626;
|
|
6147
|
+
border-color: rgba(255, 255, 255, 0.12);
|
|
6148
|
+
}
|
|
6149
|
+
|
|
6041
6150
|
.p-galleria .p-galleria-indicators {
|
|
6042
6151
|
padding: 1rem;
|
|
6043
6152
|
}
|
|
@@ -6145,19 +6254,22 @@
|
|
|
6145
6254
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6146
6255
|
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
6256
|
}
|
|
6148
|
-
.p-inputswitch.p-
|
|
6257
|
+
.p-inputswitch.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6149
6258
|
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
6259
|
}
|
|
6151
6260
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6152
6261
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 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
6262
|
}
|
|
6154
|
-
.p-inputswitch.p-inputswitch-checked.p-
|
|
6263
|
+
.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
6264
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 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
6265
|
}
|
|
6157
6266
|
|
|
6158
6267
|
.p-fieldset .p-fieldset-legend {
|
|
6159
6268
|
border: 0 none;
|
|
6160
6269
|
}
|
|
6270
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
|
6271
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6272
|
+
}
|
|
6161
6273
|
|
|
6162
6274
|
.p-float-label input:focus ~ label,
|
|
6163
6275
|
.p-float-label input.p-filled ~ label,
|
|
@@ -6196,9 +6308,27 @@
|
|
|
6196
6308
|
background: transparent;
|
|
6197
6309
|
}
|
|
6198
6310
|
|
|
6199
|
-
.p-listbox-item .p-ink {
|
|
6311
|
+
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
|
6200
6312
|
background-color: rgba(206, 147, 216, 0.16);
|
|
6201
6313
|
}
|
|
6314
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
6315
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6316
|
+
}
|
|
6317
|
+
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
|
6318
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6319
|
+
}
|
|
6320
|
+
|
|
6321
|
+
.p-megamenu .p-menuitem .p-menuitem-link:focus {
|
|
6322
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6323
|
+
}
|
|
6324
|
+
|
|
6325
|
+
.p-menu .p-menuitem .p-menuitem-link:focus {
|
|
6326
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6327
|
+
}
|
|
6328
|
+
|
|
6329
|
+
.p-menubar .p-menuitem .p-menuitem-link:focus {
|
|
6330
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6331
|
+
}
|
|
6202
6332
|
|
|
6203
6333
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
6204
6334
|
background-image: none;
|
|
@@ -6211,9 +6341,18 @@
|
|
|
6211
6341
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
|
6212
6342
|
}
|
|
6213
6343
|
|
|
6214
|
-
.p-multiselect-item .p-ink {
|
|
6344
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
|
6215
6345
|
background-color: rgba(206, 147, 216, 0.16);
|
|
6216
6346
|
}
|
|
6347
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
6348
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6349
|
+
}
|
|
6350
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
|
6351
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6352
|
+
}
|
|
6353
|
+
.p-multiselect-panel .p-multiselect-close:focus {
|
|
6354
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6355
|
+
}
|
|
6217
6356
|
|
|
6218
6357
|
.p-input-filled .p-multiselect {
|
|
6219
6358
|
border-bottom-left-radius: 0;
|
|
@@ -6288,6 +6427,13 @@
|
|
|
6288
6427
|
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
6428
|
}
|
|
6290
6429
|
|
|
6430
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
6431
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6432
|
+
}
|
|
6433
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
|
6434
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6435
|
+
}
|
|
6436
|
+
|
|
6291
6437
|
.p-overlaypanel .p-overlaypanel-content {
|
|
6292
6438
|
padding: 1.5rem;
|
|
6293
6439
|
}
|
|
@@ -6295,6 +6441,12 @@
|
|
|
6295
6441
|
.p-paginator {
|
|
6296
6442
|
justify-content: flex-end;
|
|
6297
6443
|
}
|
|
6444
|
+
.p-paginator .p-paginator-element:focus {
|
|
6445
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6446
|
+
}
|
|
6447
|
+
.p-paginator .p-paginator-element:focus.p-highlight {
|
|
6448
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6449
|
+
}
|
|
6298
6450
|
|
|
6299
6451
|
.p-input-filled .p-password.p-invalid > .p-inputtext {
|
|
6300
6452
|
border-color: transparent;
|
|
@@ -6328,6 +6480,9 @@
|
|
|
6328
6480
|
.p-panel .p-panel-title {
|
|
6329
6481
|
font-size: 1.25rem;
|
|
6330
6482
|
}
|
|
6483
|
+
.p-panel .p-panel-header-icon:focus {
|
|
6484
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6485
|
+
}
|
|
6331
6486
|
|
|
6332
6487
|
.p-panelmenu .p-panelmenu-panel {
|
|
6333
6488
|
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 +6510,49 @@
|
|
|
6355
6510
|
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
|
|
6356
6511
|
opacity: 0.38;
|
|
6357
6512
|
}
|
|
6358
|
-
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header
|
|
6513
|
+
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
|
|
6359
6514
|
background: rgba(255, 255, 255, 0.04);
|
|
6360
6515
|
}
|
|
6516
|
+
.p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
|
|
6517
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6518
|
+
}
|
|
6519
|
+
|
|
6520
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
6521
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6522
|
+
}
|
|
6523
|
+
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
|
6524
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6525
|
+
}
|
|
6361
6526
|
|
|
6362
6527
|
.p-progressbar {
|
|
6363
6528
|
border-radius: 0;
|
|
6364
6529
|
}
|
|
6365
|
-
.p-progressbar .p-progressbar-label {
|
|
6530
|
+
.p-progressbar.p-progressbar-determinate .p-progressbar-label {
|
|
6366
6531
|
display: none;
|
|
6367
6532
|
}
|
|
6368
6533
|
|
|
6534
|
+
.p-rating .p-rating-icon {
|
|
6535
|
+
border-radius: 50%;
|
|
6536
|
+
width: 2rem;
|
|
6537
|
+
height: 2rem;
|
|
6538
|
+
display: inline-flex;
|
|
6539
|
+
justify-content: center;
|
|
6540
|
+
align-items: center;
|
|
6541
|
+
margin-left: 0;
|
|
6542
|
+
}
|
|
6543
|
+
.p-rating .p-rating-icon:focus {
|
|
6544
|
+
background: rgba(206, 147, 216, 0.12);
|
|
6545
|
+
}
|
|
6546
|
+
.p-rating .p-rating-icon.p-rating-cancel:focus {
|
|
6547
|
+
background: rgba(244, 68, 53, 0.12);
|
|
6548
|
+
}
|
|
6549
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
6550
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6551
|
+
}
|
|
6552
|
+
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
|
|
6553
|
+
background: rgba(244, 68, 53, 0.04);
|
|
6554
|
+
}
|
|
6555
|
+
|
|
6369
6556
|
.p-radiobutton {
|
|
6370
6557
|
border-radius: 50%;
|
|
6371
6558
|
transition: box-shadow 0.2s;
|
|
@@ -6443,7 +6630,7 @@
|
|
|
6443
6630
|
flex-direction: row;
|
|
6444
6631
|
flex: 1 1 auto;
|
|
6445
6632
|
overflow: visible;
|
|
6446
|
-
padding:
|
|
6633
|
+
padding: 1rem 0.5rem;
|
|
6447
6634
|
}
|
|
6448
6635
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
6449
6636
|
background-color: #9e9d9e;
|
|
@@ -6457,6 +6644,9 @@
|
|
|
6457
6644
|
margin: 0;
|
|
6458
6645
|
padding-left: 0.5rem;
|
|
6459
6646
|
}
|
|
6647
|
+
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
|
|
6648
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6649
|
+
}
|
|
6460
6650
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
6461
6651
|
background-color: #CE93D8;
|
|
6462
6652
|
color: #121212;
|
|
@@ -6492,6 +6682,10 @@
|
|
|
6492
6682
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
6493
6683
|
}
|
|
6494
6684
|
|
|
6685
|
+
.p-tieredmenu .p-menuitem-link:focus {
|
|
6686
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6687
|
+
}
|
|
6688
|
+
|
|
6495
6689
|
.p-toolbar {
|
|
6496
6690
|
border: 0 none;
|
|
6497
6691
|
}
|
|
@@ -6504,6 +6698,13 @@
|
|
|
6504
6698
|
display: none;
|
|
6505
6699
|
}
|
|
6506
6700
|
|
|
6701
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
6702
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6703
|
+
}
|
|
6704
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
|
|
6705
|
+
background: rgba(206, 147, 216, 0.24);
|
|
6706
|
+
}
|
|
6707
|
+
|
|
6507
6708
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
|
6508
6709
|
background-image: none;
|
|
6509
6710
|
background: transparent;
|
|
@@ -6618,6 +6819,9 @@
|
|
|
6618
6819
|
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
|
|
6619
6820
|
background-color: rgba(206, 147, 216, 0.12);
|
|
6620
6821
|
}
|
|
6822
|
+
.p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
|
|
6823
|
+
background-color: rgba(206, 147, 216, 0.12);
|
|
6824
|
+
}
|
|
6621
6825
|
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
|
|
6622
6826
|
display: block;
|
|
6623
6827
|
position: absolute;
|