primevue 3.11.1 → 3.12.2
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 +256 -2
- package/accordion/accordion.esm.js +1 -1
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +1 -1
- package/accordiontab/accordiontab.esm.js +1 -1
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +1 -1
- package/api/api.js +1 -1
- package/autocomplete/autocomplete.cjs.js +4 -4
- package/autocomplete/autocomplete.esm.js +1 -1
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +5 -5
- package/avatar/avatar.esm.js +1 -1
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +1 -1
- package/avatargroup/avatargroup.esm.js +1 -1
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +1 -1
- 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.esm.js +1 -1
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +1 -1
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +1 -1
- 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 +30 -0
- package/calendar/Calendar.vue +19 -10
- package/calendar/calendar.cjs.js +22 -13
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +20 -11
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +23 -14
- package/calendar/calendar.min.js +1 -1
- package/card/card.esm.js +1 -1
- package/card/card.esm.min.js +1 -1
- package/card/card.js +1 -1
- package/carousel/carousel.cjs.js +1 -1
- package/carousel/carousel.esm.js +1 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +2 -2
- 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.cjs.js +4 -2
- package/chart/chart.esm.js +1 -1
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +1 -1
- package/checkbox/checkbox.esm.js +1 -1
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +1 -1
- package/chip/chip.esm.js +1 -1
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +1 -1
- package/chips/chips.esm.js +1 -1
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +1 -1
- package/colorpicker/colorpicker.cjs.js +1 -1
- package/colorpicker/colorpicker.esm.js +1 -1
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +2 -2
- package/column/Column.d.ts +19 -3
- package/column/Column.vue +6 -2
- package/column/column.cjs.js +6 -2
- package/column/column.cjs.min.js +1 -1
- package/column/column.esm.js +7 -3
- package/column/column.esm.min.js +1 -1
- package/column/column.js +7 -3
- package/column/column.min.js +1 -1
- package/columngroup/columngroup.esm.js +1 -1
- package/columngroup/columngroup.esm.min.js +1 -1
- package/columngroup/columngroup.js +1 -1
- package/config/PrimeVue.d.ts +8 -0
- package/config/config.cjs.js +1 -1
- package/config/config.esm.js +2 -1
- 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 +4 -0
- package/confirmationservice/ConfirmationService.d.ts +8 -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.cjs.js +6 -6
- package/confirmdialog/confirmdialog.esm.js +1 -1
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +7 -7
- package/confirmpopup/ConfirmPopup.vue +1 -1
- package/confirmpopup/confirmpopup.cjs.js +7 -7
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +2 -2
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +8 -8
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +1 -1
- package/contextmenu/contextmenu.esm.js +1 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +2 -2
- package/core/core.js +115 -81
- package/core/core.min.js +6 -6
- package/datatable/BodyCell.vue +17 -8
- package/datatable/DataTable.d.ts +1 -1
- package/datatable/DataTable.vue +18 -15
- package/datatable/RowCheckbox.vue +1 -1
- package/datatable/TableBody.vue +7 -1
- package/datatable/datatable.cjs.js +68 -47
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +57 -36
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +69 -48
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +1 -1
- package/dataview/dataview.cjs.js +1 -1
- package/dataview/dataview.esm.js +1 -1
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +2 -2
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +1 -1
- package/deferredcontent/DeferredContent.vue +2 -2
- package/deferredcontent/deferredcontent.cjs.js +2 -2
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +3 -3
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +3 -3
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/dialog.cjs.js +1 -1
- package/dialog/dialog.esm.js +1 -1
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +2 -2
- package/divider/divider.esm.js +1 -1
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +1 -1
- package/dock/dock.cjs.js +2 -2
- package/dock/dock.esm.js +1 -1
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +3 -3
- package/dropdown/Dropdown.vue +15 -10
- package/dropdown/dropdown.cjs.js +26 -22
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +25 -21
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +27 -23
- package/dropdown/dropdown.min.js +1 -1
- 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.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.vue +1 -0
- package/fileupload/fileupload.cjs.js +5 -4
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +2 -1
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +6 -5
- package/fileupload/fileupload.min.js +1 -1
- package/fullcalendar/fullcalendar.esm.js +1 -1
- package/fullcalendar/fullcalendar.esm.min.js +1 -1
- package/fullcalendar/fullcalendar.js +1 -1
- package/galleria/Galleria.vue +2 -8
- package/galleria/galleria.cjs.js +5 -11
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +3 -9
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +6 -12
- package/galleria/galleria.min.js +1 -1
- package/image/image.esm.js +1 -1
- package/image/image.esm.min.js +1 -1
- package/image/image.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +1 -1
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +1 -1
- 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.esm.js +1 -1
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +1 -1
- package/inputnumber/InputNumber.d.ts +22 -1
- package/inputnumber/InputNumber.vue +7 -3
- package/inputnumber/inputnumber.cjs.js +8 -4
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -3
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +9 -5
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +1 -1
- package/inputswitch/inputswitch.esm.js +1 -1
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +1 -1
- package/inputtext/inputtext.esm.js +1 -1
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +1 -1
- package/knob/Knob.vue +1 -1
- package/knob/knob.cjs.js +1 -1
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +2 -2
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +2 -2
- package/knob/knob.min.js +1 -1
- 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.cjs.js +1 -1
- package/megamenu/megamenu.esm.js +1 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -2
- package/menu/Menu.vue +1 -1
- package/menu/menu.cjs.js +3 -3
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +2 -2
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +4 -4
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +1 -1
- package/menubar/menubar.esm.js +1 -1
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +2 -2
- package/message/message.cjs.js +1 -1
- package/message/message.esm.js +1 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +2 -2
- package/multiselect/MultiSelect.vue +21 -14
- package/multiselect/multiselect.cjs.js +25 -16
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +23 -14
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +26 -17
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +4 -0
- package/orderlist/OrderList.vue +10 -1
- package/orderlist/orderlist.cjs.js +19 -11
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +18 -10
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +20 -12
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +1 -1
- package/organizationchart/organizationchart.esm.js +1 -1
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.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.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 +1 -1
- package/paginator/paginator.cjs.js +8 -8
- package/paginator/paginator.esm.js +1 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +9 -9
- 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.vue +9 -4
- package/panelmenu/PanelMenuSub.vue +6 -1
- package/panelmenu/panelmenu.cjs.js +16 -4
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +17 -5
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +17 -5
- package/panelmenu/panelmenu.min.js +1 -1
- 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 +5 -1
- package/picklist/PickList.vue +10 -1
- package/picklist/picklist.cjs.js +27 -19
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +26 -18
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +28 -20
- package/picklist/picklist.min.js +1 -1
- package/progressbar/progressbar.esm.js +1 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +1 -1
- package/progressspinner/progressspinner.esm.js +1 -1
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +1 -1
- package/radiobutton/radiobutton.esm.js +1 -1
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.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/resources/themes/arya-blue/theme.css +275 -1
- package/resources/themes/arya-green/theme.css +275 -1
- package/resources/themes/arya-orange/theme.css +275 -1
- package/resources/themes/arya-purple/theme.css +275 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +279 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +279 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +278 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +278 -0
- package/resources/themes/fluent-light/theme.css +274 -0
- package/resources/themes/lara-dark-blue/theme.css +282 -52
- package/resources/themes/lara-dark-indigo/theme.css +282 -52
- package/resources/themes/lara-dark-purple/theme.css +282 -52
- package/resources/themes/lara-dark-teal/theme.css +282 -52
- package/resources/themes/lara-light-blue/theme.css +374 -144
- package/resources/themes/lara-light-indigo/theme.css +281 -51
- package/resources/themes/lara-light-purple/theme.css +281 -51
- package/resources/themes/lara-light-teal/theme.css +281 -51
- package/resources/themes/luna-amber/theme.css +274 -0
- package/resources/themes/luna-blue/theme.css +274 -0
- package/resources/themes/luna-green/theme.css +274 -0
- package/resources/themes/luna-pink/theme.css +274 -0
- package/resources/themes/md-dark-deeppurple/theme.css +365 -8
- package/resources/themes/md-dark-indigo/theme.css +365 -8
- package/resources/themes/md-light-deeppurple/theme.css +362 -5
- package/resources/themes/md-light-indigo/theme.css +362 -5
- package/resources/themes/mdc-dark-deeppurple/theme.css +365 -8
- package/resources/themes/mdc-dark-indigo/theme.css +365 -8
- package/resources/themes/mdc-light-deeppurple/theme.css +362 -5
- package/resources/themes/mdc-light-indigo/theme.css +362 -5
- package/resources/themes/nova/theme.css +274 -0
- package/resources/themes/nova-accent/theme.css +274 -0
- package/resources/themes/nova-alt/theme.css +274 -0
- package/resources/themes/nova-vue/theme.css +274 -0
- package/resources/themes/rhea/theme.css +274 -0
- package/resources/themes/saga-blue/theme.css +274 -0
- package/resources/themes/saga-green/theme.css +274 -0
- package/resources/themes/saga-orange/theme.css +274 -0
- package/resources/themes/saga-purple/theme.css +274 -0
- package/resources/themes/tailwind-light/theme.css +274 -0
- package/resources/themes/vela-blue/theme.css +275 -1
- package/resources/themes/vela-green/theme.css +275 -1
- package/resources/themes/vela-orange/theme.css +275 -1
- package/resources/themes/vela-purple/theme.css +275 -1
- package/ripple/ripple.esm.js +1 -1
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +1 -1
- package/row/row.esm.js +1 -1
- package/row/row.esm.min.js +1 -1
- package/row/row.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +1 -1
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +1 -1
- package/scrolltop/scrolltop.esm.js +1 -1
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +1 -1
- package/selectbutton/selectbutton.cjs.js +1 -1
- package/selectbutton/selectbutton.esm.js +1 -1
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +2 -2
- 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.esm.js +1 -1
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +1 -1
- package/slider/Slider.vue +10 -2
- package/slider/slider.cjs.js +9 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +10 -2
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +10 -2
- package/slider/slider.min.js +1 -1
- package/speeddial/speeddial.cjs.js +3 -3
- package/speeddial/speeddial.esm.js +1 -1
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +4 -4
- package/splitbutton/SplitButton.vue +6 -2
- package/splitbutton/splitbutton.cjs.js +5 -5
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +4 -4
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +6 -6
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.vue +1 -1
- 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.esm.js +1 -1
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +1 -1
- package/steps/steps.esm.js +1 -1
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.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.cjs.js +1 -1
- package/tabmenu/tabmenu.esm.js +1 -1
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +2 -2
- package/tabpanel/tabpanel.esm.js +1 -1
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +1 -1
- package/tabview/TabView.vue +1 -1
- package/tabview/tabview.cjs.js +2 -2
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +2 -2
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +3 -3
- package/tabview/tabview.min.js +1 -1
- package/tag/tag.esm.js +1 -1
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +1 -1
- 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.esm.js +1 -1
- package/terminalservice/terminalservice.esm.min.js +1 -1
- package/terminalservice/terminalservice.js +1 -1
- package/textarea/textarea.esm.js +1 -1
- package/textarea/textarea.esm.min.js +1 -1
- package/textarea/textarea.js +1 -1
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/tieredmenu.cjs.js +3 -3
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +2 -2
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +4 -4
- package/tieredmenu/tieredmenu.min.js +1 -1
- 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 +1 -1
- 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.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.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.esm.js +1 -1
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +1 -1
- package/tooltip/tooltip.cjs.js +16 -0
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +17 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +17 -1
- package/tooltip/tooltip.min.js +1 -1
- package/tree/tree.cjs.js +1 -1
- package/tree/tree.esm.js +1 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +2 -2
- package/treeselect/treeselect.cjs.js +3 -3
- package/treeselect/treeselect.esm.js +1 -1
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +4 -4
- package/treetable/FooterCell.vue +1 -1
- package/treetable/TreeTable.d.ts +1 -1
- package/treetable/treetable.cjs.js +3 -3
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +2 -2
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +4 -4
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +1 -1
- package/useconfirm/useconfirm.js +1 -1
- package/usetoast/usetoast.js +1 -1
- package/utils/utils.js +1 -1
- package/vetur-attributes.json +15 -3
- package/vetur-tags.json +6 -3
- package/virtualscroller/VirtualScroller.vue +23 -13
- package/virtualscroller/virtualscroller.cjs.js +23 -13
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +24 -14
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +24 -14
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +130 -10
- 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-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-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-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-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-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-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-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
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
--text-color-secondary:#6c757d;
|
|
10
10
|
--primary-color:#3B82F6;
|
|
11
11
|
--primary-color-text:#ffffff;
|
|
12
|
-
--font-family
|
|
12
|
+
--font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
13
13
|
--surface-0: #ffffff;
|
|
14
14
|
--surface-50: #FAFAFA;
|
|
15
15
|
--surface-100: #F5F5F5;
|
|
@@ -44,47 +44,12 @@
|
|
|
44
44
|
--maskbg: rgba(0, 0, 0, 0.4);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
@font-face {
|
|
48
|
-
font-family: "Inter";
|
|
49
|
-
font-style: normal;
|
|
50
|
-
font-weight: 300;
|
|
51
|
-
src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff");
|
|
52
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
53
|
-
}
|
|
54
|
-
@font-face {
|
|
55
|
-
font-family: "Inter";
|
|
56
|
-
font-style: normal;
|
|
57
|
-
font-weight: 400;
|
|
58
|
-
src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
|
|
59
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
60
|
-
}
|
|
61
|
-
@font-face {
|
|
62
|
-
font-family: "Inter";
|
|
63
|
-
font-style: normal;
|
|
64
|
-
font-weight: 500;
|
|
65
|
-
src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff");
|
|
66
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
67
|
-
}
|
|
68
|
-
@font-face {
|
|
69
|
-
font-family: "Inter";
|
|
70
|
-
font-style: normal;
|
|
71
|
-
font-weight: 600;
|
|
72
|
-
src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff");
|
|
73
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
74
|
-
}
|
|
75
|
-
@font-face {
|
|
76
|
-
font-family: "Inter";
|
|
77
|
-
font-style: normal;
|
|
78
|
-
font-weight: 700;
|
|
79
|
-
src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
|
|
80
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
81
|
-
}
|
|
82
47
|
* {
|
|
83
48
|
box-sizing: border-box;
|
|
84
49
|
}
|
|
85
50
|
|
|
86
51
|
.p-component {
|
|
87
|
-
font-family:
|
|
52
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
88
53
|
font-size: 1rem;
|
|
89
54
|
font-weight: normal;
|
|
90
55
|
}
|
|
@@ -112,7 +77,7 @@
|
|
|
112
77
|
|
|
113
78
|
.p-link {
|
|
114
79
|
font-size: 1rem;
|
|
115
|
-
font-family:
|
|
80
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
116
81
|
border-radius: 6px;
|
|
117
82
|
}
|
|
118
83
|
.p-link:focus {
|
|
@@ -247,6 +212,16 @@
|
|
|
247
212
|
--purple-700:#763cad;
|
|
248
213
|
--purple-800:#5c2f88;
|
|
249
214
|
--purple-900:#432263;
|
|
215
|
+
--red-50:#fff5f5;
|
|
216
|
+
--red-100:#ffd0ce;
|
|
217
|
+
--red-200:#ffaca7;
|
|
218
|
+
--red-300:#ff8780;
|
|
219
|
+
--red-400:#ff6259;
|
|
220
|
+
--red-500:#ff3d32;
|
|
221
|
+
--red-600:#d9342b;
|
|
222
|
+
--red-700:#b32b23;
|
|
223
|
+
--red-800:#8c221c;
|
|
224
|
+
--red-900:#661814;
|
|
250
225
|
}
|
|
251
226
|
|
|
252
227
|
.p-autocomplete .p-autocomplete-loader {
|
|
@@ -271,7 +246,7 @@
|
|
|
271
246
|
padding: 0.375rem 0;
|
|
272
247
|
}
|
|
273
248
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
|
274
|
-
font-family:
|
|
249
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
275
250
|
font-size: 1rem;
|
|
276
251
|
color: #495057;
|
|
277
252
|
padding: 0;
|
|
@@ -315,7 +290,7 @@
|
|
|
315
290
|
background: #e9ecef;
|
|
316
291
|
}
|
|
317
292
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
|
318
|
-
color: #
|
|
293
|
+
color: #1D4ED8;
|
|
319
294
|
background: #EFF6FF;
|
|
320
295
|
}
|
|
321
296
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
|
|
@@ -416,7 +391,7 @@
|
|
|
416
391
|
border: 1px solid transparent;
|
|
417
392
|
}
|
|
418
393
|
.p-datepicker table td > span.p-highlight {
|
|
419
|
-
color: #
|
|
394
|
+
color: #1D4ED8;
|
|
420
395
|
background: #EFF6FF;
|
|
421
396
|
}
|
|
422
397
|
.p-datepicker table td > span:focus {
|
|
@@ -430,7 +405,7 @@
|
|
|
430
405
|
border-color: transparent;
|
|
431
406
|
}
|
|
432
407
|
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
|
433
|
-
color: #
|
|
408
|
+
color: #1D4ED8;
|
|
434
409
|
background: #EFF6FF;
|
|
435
410
|
}
|
|
436
411
|
.p-datepicker .p-datepicker-buttonbar {
|
|
@@ -484,7 +459,7 @@
|
|
|
484
459
|
border-radius: 6px;
|
|
485
460
|
}
|
|
486
461
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
|
487
|
-
color: #
|
|
462
|
+
color: #1D4ED8;
|
|
488
463
|
background: #EFF6FF;
|
|
489
464
|
}
|
|
490
465
|
.p-datepicker .p-yearpicker {
|
|
@@ -496,7 +471,7 @@
|
|
|
496
471
|
border-radius: 6px;
|
|
497
472
|
}
|
|
498
473
|
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
499
|
-
color: #
|
|
474
|
+
color: #1D4ED8;
|
|
500
475
|
background: #EFF6FF;
|
|
501
476
|
}
|
|
502
477
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
@@ -608,7 +583,7 @@
|
|
|
608
583
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
609
584
|
}
|
|
610
585
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
|
611
|
-
color: #
|
|
586
|
+
color: #1D4ED8;
|
|
612
587
|
background: #EFF6FF;
|
|
613
588
|
}
|
|
614
589
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
|
|
@@ -661,8 +636,8 @@
|
|
|
661
636
|
border-color: #3B82F6;
|
|
662
637
|
}
|
|
663
638
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
664
|
-
border-color: #
|
|
665
|
-
background: #
|
|
639
|
+
border-color: #1D4ED8;
|
|
640
|
+
background: #1D4ED8;
|
|
666
641
|
color: #ffffff;
|
|
667
642
|
}
|
|
668
643
|
.p-checkbox.p-invalid > .p-checkbox-box {
|
|
@@ -679,7 +654,7 @@
|
|
|
679
654
|
background-color: #e9ecef;
|
|
680
655
|
}
|
|
681
656
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
682
|
-
background: #
|
|
657
|
+
background: #1D4ED8;
|
|
683
658
|
}
|
|
684
659
|
|
|
685
660
|
.p-chips .p-chips-multiple-container {
|
|
@@ -708,7 +683,7 @@
|
|
|
708
683
|
padding: 0.375rem 0;
|
|
709
684
|
}
|
|
710
685
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
711
|
-
font-family:
|
|
686
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
712
687
|
font-size: 1rem;
|
|
713
688
|
color: #495057;
|
|
714
689
|
padding: 0;
|
|
@@ -817,7 +792,7 @@
|
|
|
817
792
|
border-radius: 0;
|
|
818
793
|
}
|
|
819
794
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
|
820
|
-
color: #
|
|
795
|
+
color: #1D4ED8;
|
|
821
796
|
background: #EFF6FF;
|
|
822
797
|
}
|
|
823
798
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
|
@@ -1059,14 +1034,14 @@
|
|
|
1059
1034
|
background: #ffffff;
|
|
1060
1035
|
}
|
|
1061
1036
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
|
1062
|
-
background: #
|
|
1037
|
+
background: #2563eb;
|
|
1063
1038
|
}
|
|
1064
1039
|
.p-inputswitch.p-invalid {
|
|
1065
1040
|
border-color: #e24c4c;
|
|
1066
1041
|
}
|
|
1067
1042
|
|
|
1068
1043
|
.p-inputtext {
|
|
1069
|
-
font-family:
|
|
1044
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
1070
1045
|
font-size: 1rem;
|
|
1071
1046
|
color: #495057;
|
|
1072
1047
|
background: #ffffff;
|
|
@@ -1195,7 +1170,7 @@
|
|
|
1195
1170
|
border-radius: 0;
|
|
1196
1171
|
}
|
|
1197
1172
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
|
1198
|
-
color: #
|
|
1173
|
+
color: #1D4ED8;
|
|
1199
1174
|
background: #EFF6FF;
|
|
1200
1175
|
}
|
|
1201
1176
|
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
@@ -1329,7 +1304,7 @@
|
|
|
1329
1304
|
border-radius: 0;
|
|
1330
1305
|
}
|
|
1331
1306
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
|
1332
|
-
color: #
|
|
1307
|
+
color: #1D4ED8;
|
|
1333
1308
|
background: #EFF6FF;
|
|
1334
1309
|
}
|
|
1335
1310
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
|
@@ -1426,8 +1401,8 @@
|
|
|
1426
1401
|
background: #3B82F6;
|
|
1427
1402
|
}
|
|
1428
1403
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1429
|
-
border-color: #
|
|
1430
|
-
background: #
|
|
1404
|
+
border-color: #1D4ED8;
|
|
1405
|
+
background: #1D4ED8;
|
|
1431
1406
|
color: #ffffff;
|
|
1432
1407
|
}
|
|
1433
1408
|
.p-radiobutton.p-invalid > .p-radiobutton-box {
|
|
@@ -1447,7 +1422,7 @@
|
|
|
1447
1422
|
background: #3B82F6;
|
|
1448
1423
|
}
|
|
1449
1424
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
1450
|
-
background: #
|
|
1425
|
+
background: #1D4ED8;
|
|
1451
1426
|
}
|
|
1452
1427
|
|
|
1453
1428
|
.p-rating .p-rating-icon {
|
|
@@ -1506,8 +1481,8 @@
|
|
|
1506
1481
|
color: #ffffff;
|
|
1507
1482
|
}
|
|
1508
1483
|
.p-selectbutton .p-button.p-highlight:hover {
|
|
1509
|
-
background: #
|
|
1510
|
-
border-color: #
|
|
1484
|
+
background: #2563eb;
|
|
1485
|
+
border-color: #2563eb;
|
|
1511
1486
|
color: #ffffff;
|
|
1512
1487
|
}
|
|
1513
1488
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
|
@@ -1657,8 +1632,8 @@
|
|
|
1657
1632
|
color: #ffffff;
|
|
1658
1633
|
}
|
|
1659
1634
|
.p-togglebutton.p-button.p-highlight:hover {
|
|
1660
|
-
background: #
|
|
1661
|
-
border-color: #
|
|
1635
|
+
background: #2563eb;
|
|
1636
|
+
border-color: #2563eb;
|
|
1662
1637
|
color: #ffffff;
|
|
1663
1638
|
}
|
|
1664
1639
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
|
@@ -1679,14 +1654,14 @@
|
|
|
1679
1654
|
border-radius: 6px;
|
|
1680
1655
|
}
|
|
1681
1656
|
.p-button:enabled:hover {
|
|
1682
|
-
background: #
|
|
1657
|
+
background: #2563eb;
|
|
1683
1658
|
color: #ffffff;
|
|
1684
|
-
border-color: #
|
|
1659
|
+
border-color: #2563eb;
|
|
1685
1660
|
}
|
|
1686
1661
|
.p-button:enabled:active {
|
|
1687
|
-
background: #
|
|
1662
|
+
background: #1D4ED8;
|
|
1688
1663
|
color: #ffffff;
|
|
1689
|
-
border-color: #
|
|
1664
|
+
border-color: #1D4ED8;
|
|
1690
1665
|
}
|
|
1691
1666
|
.p-button.p-button-outlined {
|
|
1692
1667
|
background-color: transparent;
|
|
@@ -2113,13 +2088,13 @@
|
|
|
2113
2088
|
}
|
|
2114
2089
|
|
|
2115
2090
|
.p-button.p-button-link {
|
|
2116
|
-
color: #
|
|
2091
|
+
color: #1D4ED8;
|
|
2117
2092
|
background: transparent;
|
|
2118
2093
|
border: transparent;
|
|
2119
2094
|
}
|
|
2120
2095
|
.p-button.p-button-link:enabled:hover {
|
|
2121
2096
|
background: transparent;
|
|
2122
|
-
color: #
|
|
2097
|
+
color: #1D4ED8;
|
|
2123
2098
|
border-color: transparent;
|
|
2124
2099
|
}
|
|
2125
2100
|
.p-button.p-button-link:enabled:hover .p-button-label {
|
|
@@ -2132,7 +2107,7 @@
|
|
|
2132
2107
|
}
|
|
2133
2108
|
.p-button.p-button-link:enabled:active {
|
|
2134
2109
|
background: transparent;
|
|
2135
|
-
color: #
|
|
2110
|
+
color: #1D4ED8;
|
|
2136
2111
|
border-color: transparent;
|
|
2137
2112
|
}
|
|
2138
2113
|
|
|
@@ -2200,6 +2175,258 @@
|
|
|
2200
2175
|
background-color: rgba(0, 0, 0, 0.4);
|
|
2201
2176
|
}
|
|
2202
2177
|
|
|
2178
|
+
.p-splitbutton {
|
|
2179
|
+
border-radius: 6px;
|
|
2180
|
+
}
|
|
2181
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
|
2182
|
+
background-color: transparent;
|
|
2183
|
+
color: #3B82F6;
|
|
2184
|
+
border: 1px solid;
|
|
2185
|
+
}
|
|
2186
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2187
|
+
background: rgba(59, 130, 246, 0.04);
|
|
2188
|
+
color: #3B82F6;
|
|
2189
|
+
}
|
|
2190
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2191
|
+
background: rgba(59, 130, 246, 0.16);
|
|
2192
|
+
color: #3B82F6;
|
|
2193
|
+
}
|
|
2194
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
|
2195
|
+
color: #6c757d;
|
|
2196
|
+
border-color: #6c757d;
|
|
2197
|
+
}
|
|
2198
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2199
|
+
background: #e9ecef;
|
|
2200
|
+
color: #6c757d;
|
|
2201
|
+
}
|
|
2202
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2203
|
+
background: #dee2e6;
|
|
2204
|
+
color: #6c757d;
|
|
2205
|
+
}
|
|
2206
|
+
.p-splitbutton.p-button-text > .p-button {
|
|
2207
|
+
background-color: transparent;
|
|
2208
|
+
color: #3B82F6;
|
|
2209
|
+
border-color: transparent;
|
|
2210
|
+
}
|
|
2211
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2212
|
+
background: rgba(59, 130, 246, 0.04);
|
|
2213
|
+
color: #3B82F6;
|
|
2214
|
+
border-color: transparent;
|
|
2215
|
+
}
|
|
2216
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2217
|
+
background: rgba(59, 130, 246, 0.16);
|
|
2218
|
+
color: #3B82F6;
|
|
2219
|
+
border-color: transparent;
|
|
2220
|
+
}
|
|
2221
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
|
2222
|
+
color: #6c757d;
|
|
2223
|
+
}
|
|
2224
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2225
|
+
background: #e9ecef;
|
|
2226
|
+
color: #6c757d;
|
|
2227
|
+
}
|
|
2228
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2229
|
+
background: #dee2e6;
|
|
2230
|
+
color: #6c757d;
|
|
2231
|
+
}
|
|
2232
|
+
.p-splitbutton.p-button-raised {
|
|
2233
|
+
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);
|
|
2234
|
+
}
|
|
2235
|
+
.p-splitbutton.p-button-rounded {
|
|
2236
|
+
border-radius: 2rem;
|
|
2237
|
+
}
|
|
2238
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
|
2239
|
+
border-radius: 2rem;
|
|
2240
|
+
}
|
|
2241
|
+
.p-splitbutton.p-button-sm > .p-button {
|
|
2242
|
+
font-size: 0.875rem;
|
|
2243
|
+
padding: 0.65625rem 1.09375rem;
|
|
2244
|
+
}
|
|
2245
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
|
2246
|
+
font-size: 0.875rem;
|
|
2247
|
+
}
|
|
2248
|
+
.p-splitbutton.p-button-lg > .p-button {
|
|
2249
|
+
font-size: 1.25rem;
|
|
2250
|
+
padding: 0.9375rem 1.5625rem;
|
|
2251
|
+
}
|
|
2252
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
|
2253
|
+
font-size: 1.25rem;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2257
|
+
background-color: transparent;
|
|
2258
|
+
color: #64748B;
|
|
2259
|
+
border: 1px solid;
|
|
2260
|
+
}
|
|
2261
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2262
|
+
background: rgba(100, 116, 139, 0.04);
|
|
2263
|
+
color: #64748B;
|
|
2264
|
+
}
|
|
2265
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2266
|
+
background: rgba(100, 116, 139, 0.16);
|
|
2267
|
+
color: #64748B;
|
|
2268
|
+
}
|
|
2269
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
|
2270
|
+
background-color: transparent;
|
|
2271
|
+
color: #64748B;
|
|
2272
|
+
border-color: transparent;
|
|
2273
|
+
}
|
|
2274
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2275
|
+
background: rgba(100, 116, 139, 0.04);
|
|
2276
|
+
border-color: transparent;
|
|
2277
|
+
color: #64748B;
|
|
2278
|
+
}
|
|
2279
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2280
|
+
background: rgba(100, 116, 139, 0.16);
|
|
2281
|
+
border-color: transparent;
|
|
2282
|
+
color: #64748B;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2286
|
+
background-color: transparent;
|
|
2287
|
+
color: #3B82F6;
|
|
2288
|
+
border: 1px solid;
|
|
2289
|
+
}
|
|
2290
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2291
|
+
background: rgba(59, 130, 246, 0.04);
|
|
2292
|
+
color: #3B82F6;
|
|
2293
|
+
}
|
|
2294
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2295
|
+
background: rgba(59, 130, 246, 0.16);
|
|
2296
|
+
color: #3B82F6;
|
|
2297
|
+
}
|
|
2298
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
|
2299
|
+
background-color: transparent;
|
|
2300
|
+
color: #3B82F6;
|
|
2301
|
+
border-color: transparent;
|
|
2302
|
+
}
|
|
2303
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2304
|
+
background: rgba(59, 130, 246, 0.04);
|
|
2305
|
+
border-color: transparent;
|
|
2306
|
+
color: #3B82F6;
|
|
2307
|
+
}
|
|
2308
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2309
|
+
background: rgba(59, 130, 246, 0.16);
|
|
2310
|
+
border-color: transparent;
|
|
2311
|
+
color: #3B82F6;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2315
|
+
background-color: transparent;
|
|
2316
|
+
color: #22C55E;
|
|
2317
|
+
border: 1px solid;
|
|
2318
|
+
}
|
|
2319
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2320
|
+
background: rgba(34, 197, 94, 0.04);
|
|
2321
|
+
color: #22C55E;
|
|
2322
|
+
}
|
|
2323
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2324
|
+
background: rgba(34, 197, 94, 0.16);
|
|
2325
|
+
color: #22C55E;
|
|
2326
|
+
}
|
|
2327
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
|
2328
|
+
background-color: transparent;
|
|
2329
|
+
color: #22C55E;
|
|
2330
|
+
border-color: transparent;
|
|
2331
|
+
}
|
|
2332
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2333
|
+
background: rgba(34, 197, 94, 0.04);
|
|
2334
|
+
border-color: transparent;
|
|
2335
|
+
color: #22C55E;
|
|
2336
|
+
}
|
|
2337
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2338
|
+
background: rgba(34, 197, 94, 0.16);
|
|
2339
|
+
border-color: transparent;
|
|
2340
|
+
color: #22C55E;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2344
|
+
background-color: transparent;
|
|
2345
|
+
color: #F59E0B;
|
|
2346
|
+
border: 1px solid;
|
|
2347
|
+
}
|
|
2348
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2349
|
+
background: rgba(245, 158, 11, 0.04);
|
|
2350
|
+
color: #F59E0B;
|
|
2351
|
+
}
|
|
2352
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2353
|
+
background: rgba(245, 158, 11, 0.16);
|
|
2354
|
+
color: #F59E0B;
|
|
2355
|
+
}
|
|
2356
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
|
2357
|
+
background-color: transparent;
|
|
2358
|
+
color: #F59E0B;
|
|
2359
|
+
border-color: transparent;
|
|
2360
|
+
}
|
|
2361
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2362
|
+
background: rgba(245, 158, 11, 0.04);
|
|
2363
|
+
border-color: transparent;
|
|
2364
|
+
color: #F59E0B;
|
|
2365
|
+
}
|
|
2366
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2367
|
+
background: rgba(245, 158, 11, 0.16);
|
|
2368
|
+
border-color: transparent;
|
|
2369
|
+
color: #F59E0B;
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2373
|
+
background-color: transparent;
|
|
2374
|
+
color: #A855F7;
|
|
2375
|
+
border: 1px solid;
|
|
2376
|
+
}
|
|
2377
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2378
|
+
background: rgba(168, 85, 247, 0.04);
|
|
2379
|
+
color: #A855F7;
|
|
2380
|
+
}
|
|
2381
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2382
|
+
background: rgba(168, 85, 247, 0.16);
|
|
2383
|
+
color: #A855F7;
|
|
2384
|
+
}
|
|
2385
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
|
2386
|
+
background-color: transparent;
|
|
2387
|
+
color: #A855F7;
|
|
2388
|
+
border-color: transparent;
|
|
2389
|
+
}
|
|
2390
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2391
|
+
background: rgba(168, 85, 247, 0.04);
|
|
2392
|
+
border-color: transparent;
|
|
2393
|
+
color: #A855F7;
|
|
2394
|
+
}
|
|
2395
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2396
|
+
background: rgba(168, 85, 247, 0.16);
|
|
2397
|
+
border-color: transparent;
|
|
2398
|
+
color: #A855F7;
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2402
|
+
background-color: transparent;
|
|
2403
|
+
color: #EF4444;
|
|
2404
|
+
border: 1px solid;
|
|
2405
|
+
}
|
|
2406
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2407
|
+
background: rgba(239, 68, 68, 0.04);
|
|
2408
|
+
color: #EF4444;
|
|
2409
|
+
}
|
|
2410
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2411
|
+
background: rgba(239, 68, 68, 0.16);
|
|
2412
|
+
color: #EF4444;
|
|
2413
|
+
}
|
|
2414
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
|
2415
|
+
background-color: transparent;
|
|
2416
|
+
color: #EF4444;
|
|
2417
|
+
border-color: transparent;
|
|
2418
|
+
}
|
|
2419
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2420
|
+
background: rgba(239, 68, 68, 0.04);
|
|
2421
|
+
border-color: transparent;
|
|
2422
|
+
color: #EF4444;
|
|
2423
|
+
}
|
|
2424
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2425
|
+
background: rgba(239, 68, 68, 0.16);
|
|
2426
|
+
border-color: transparent;
|
|
2427
|
+
color: #EF4444;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2203
2430
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
2204
2431
|
.p-carousel .p-carousel-content .p-carousel-next {
|
|
2205
2432
|
width: 2rem;
|
|
@@ -2242,7 +2469,7 @@
|
|
|
2242
2469
|
}
|
|
2243
2470
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
2244
2471
|
background: #EFF6FF;
|
|
2245
|
-
color: #
|
|
2472
|
+
color: #1D4ED8;
|
|
2246
2473
|
}
|
|
2247
2474
|
|
|
2248
2475
|
.p-datatable .p-paginator-top {
|
|
@@ -2297,7 +2524,7 @@
|
|
|
2297
2524
|
height: 1.143rem;
|
|
2298
2525
|
min-width: 1.143rem;
|
|
2299
2526
|
line-height: 1.143rem;
|
|
2300
|
-
color: #
|
|
2527
|
+
color: #1D4ED8;
|
|
2301
2528
|
background: #EFF6FF;
|
|
2302
2529
|
margin-left: 0.5rem;
|
|
2303
2530
|
}
|
|
@@ -2310,17 +2537,17 @@
|
|
|
2310
2537
|
}
|
|
2311
2538
|
.p-datatable .p-sortable-column.p-highlight {
|
|
2312
2539
|
background: #EFF6FF;
|
|
2313
|
-
color: #
|
|
2540
|
+
color: #1D4ED8;
|
|
2314
2541
|
}
|
|
2315
2542
|
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
|
2316
|
-
color: #
|
|
2543
|
+
color: #1D4ED8;
|
|
2317
2544
|
}
|
|
2318
2545
|
.p-datatable .p-sortable-column.p-highlight:hover {
|
|
2319
2546
|
background: #EFF6FF;
|
|
2320
|
-
color: #
|
|
2547
|
+
color: #1D4ED8;
|
|
2321
2548
|
}
|
|
2322
2549
|
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
|
2323
|
-
color: #
|
|
2550
|
+
color: #1D4ED8;
|
|
2324
2551
|
}
|
|
2325
2552
|
.p-datatable .p-sortable-column:focus {
|
|
2326
2553
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
@@ -2377,7 +2604,7 @@
|
|
|
2377
2604
|
}
|
|
2378
2605
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2379
2606
|
background: #EFF6FF;
|
|
2380
|
-
color: #
|
|
2607
|
+
color: #1D4ED8;
|
|
2381
2608
|
}
|
|
2382
2609
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
2383
2610
|
box-shadow: inset 0 2px 0 0 #EFF6FF;
|
|
@@ -2441,13 +2668,13 @@
|
|
|
2441
2668
|
}
|
|
2442
2669
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
|
2443
2670
|
background: #EFF6FF;
|
|
2444
|
-
color: #
|
|
2671
|
+
color: #1D4ED8;
|
|
2445
2672
|
}
|
|
2446
2673
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
|
2447
|
-
color: #
|
|
2674
|
+
color: #1D4ED8;
|
|
2448
2675
|
}
|
|
2449
2676
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
|
2450
|
-
color: #
|
|
2677
|
+
color: #1D4ED8;
|
|
2451
2678
|
}
|
|
2452
2679
|
.p-datatable.p-datatable-sm .p-datatable-header {
|
|
2453
2680
|
padding: 0.5rem 0.5rem;
|
|
@@ -2542,7 +2769,7 @@
|
|
|
2542
2769
|
}
|
|
2543
2770
|
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
|
2544
2771
|
background: #EFF6FF;
|
|
2545
|
-
color: #
|
|
2772
|
+
color: #1D4ED8;
|
|
2546
2773
|
}
|
|
2547
2774
|
.p-column-filter-menu-button:focus {
|
|
2548
2775
|
outline: 0 none;
|
|
@@ -2591,7 +2818,7 @@
|
|
|
2591
2818
|
border-radius: 0;
|
|
2592
2819
|
}
|
|
2593
2820
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2594
|
-
color: #
|
|
2821
|
+
color: #1D4ED8;
|
|
2595
2822
|
background: #EFF6FF;
|
|
2596
2823
|
}
|
|
2597
2824
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
|
@@ -2660,8 +2887,8 @@
|
|
|
2660
2887
|
border-right: 1px solid #dee2e6;
|
|
2661
2888
|
}
|
|
2662
2889
|
.fc.fc-unthemed .fc-view-container .fc-event {
|
|
2663
|
-
background: #
|
|
2664
|
-
border: 1px solid #
|
|
2890
|
+
background: #2563eb;
|
|
2891
|
+
border: 1px solid #2563eb;
|
|
2665
2892
|
color: #ffffff;
|
|
2666
2893
|
}
|
|
2667
2894
|
.fc.fc-unthemed .fc-view-container .fc-divider {
|
|
@@ -2679,14 +2906,14 @@
|
|
|
2679
2906
|
align-items: center;
|
|
2680
2907
|
}
|
|
2681
2908
|
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
|
2682
|
-
background: #
|
|
2909
|
+
background: #2563eb;
|
|
2683
2910
|
color: #ffffff;
|
|
2684
|
-
border-color: #
|
|
2911
|
+
border-color: #2563eb;
|
|
2685
2912
|
}
|
|
2686
2913
|
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
|
2687
|
-
background: #
|
|
2914
|
+
background: #1D4ED8;
|
|
2688
2915
|
color: #ffffff;
|
|
2689
|
-
border-color: #
|
|
2916
|
+
border-color: #1D4ED8;
|
|
2690
2917
|
}
|
|
2691
2918
|
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
|
2692
2919
|
outline: 0 none;
|
|
@@ -2731,8 +2958,8 @@
|
|
|
2731
2958
|
color: #ffffff;
|
|
2732
2959
|
}
|
|
2733
2960
|
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
2734
|
-
background: #
|
|
2735
|
-
border-color: #
|
|
2961
|
+
background: #2563eb;
|
|
2962
|
+
border-color: #2563eb;
|
|
2736
2963
|
color: #ffffff;
|
|
2737
2964
|
}
|
|
2738
2965
|
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
|
|
@@ -2815,15 +3042,15 @@
|
|
|
2815
3042
|
}
|
|
2816
3043
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
|
2817
3044
|
color: #ffffff;
|
|
2818
|
-
background: #
|
|
2819
|
-
border-color: #
|
|
3045
|
+
background: #2563eb;
|
|
3046
|
+
border-color: #2563eb;
|
|
2820
3047
|
}
|
|
2821
3048
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
|
2822
3049
|
color: #ffffff;
|
|
2823
3050
|
}
|
|
2824
3051
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
|
2825
|
-
background: #
|
|
2826
|
-
border-color: #
|
|
3052
|
+
background: #2563eb;
|
|
3053
|
+
border-color: #2563eb;
|
|
2827
3054
|
}
|
|
2828
3055
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
|
2829
3056
|
background: #e9ecef;
|
|
@@ -2841,14 +3068,14 @@
|
|
|
2841
3068
|
border-radius: 6px;
|
|
2842
3069
|
}
|
|
2843
3070
|
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
|
2844
|
-
background: #
|
|
3071
|
+
background: #2563eb;
|
|
2845
3072
|
color: #ffffff;
|
|
2846
|
-
border-color: #
|
|
3073
|
+
border-color: #2563eb;
|
|
2847
3074
|
}
|
|
2848
3075
|
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
|
2849
|
-
background: #
|
|
3076
|
+
background: #1D4ED8;
|
|
2850
3077
|
color: #ffffff;
|
|
2851
|
-
border-color: #
|
|
3078
|
+
border-color: #1D4ED8;
|
|
2852
3079
|
}
|
|
2853
3080
|
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
|
2854
3081
|
outline: 0 none;
|
|
@@ -2899,8 +3126,8 @@
|
|
|
2899
3126
|
color: #ffffff;
|
|
2900
3127
|
}
|
|
2901
3128
|
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
|
2902
|
-
background: #
|
|
2903
|
-
border-color: #
|
|
3129
|
+
background: #2563eb;
|
|
3130
|
+
border-color: #2563eb;
|
|
2904
3131
|
color: #ffffff;
|
|
2905
3132
|
}
|
|
2906
3133
|
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
|
|
@@ -2921,7 +3148,7 @@
|
|
|
2921
3148
|
border-bottom-right-radius: 6px;
|
|
2922
3149
|
}
|
|
2923
3150
|
.fc.fc-theme-standard .fc-highlight {
|
|
2924
|
-
color: #
|
|
3151
|
+
color: #1D4ED8;
|
|
2925
3152
|
background: #EFF6FF;
|
|
2926
3153
|
}
|
|
2927
3154
|
|
|
@@ -2967,9 +3194,15 @@
|
|
|
2967
3194
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
2968
3195
|
}
|
|
2969
3196
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
|
2970
|
-
color: #
|
|
3197
|
+
color: #1D4ED8;
|
|
2971
3198
|
background: #EFF6FF;
|
|
2972
3199
|
}
|
|
3200
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
|
3201
|
+
background: #fcfcfc;
|
|
3202
|
+
}
|
|
3203
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
|
3204
|
+
background: #e9ecef;
|
|
3205
|
+
}
|
|
2973
3206
|
|
|
2974
3207
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
2975
3208
|
background: #e9ecef;
|
|
@@ -2977,7 +3210,7 @@
|
|
|
2977
3210
|
}
|
|
2978
3211
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
|
2979
3212
|
background: #EFF6FF;
|
|
2980
|
-
color: #
|
|
3213
|
+
color: #1D4ED8;
|
|
2981
3214
|
}
|
|
2982
3215
|
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
|
2983
3216
|
color: #70aeff;
|
|
@@ -3084,7 +3317,7 @@
|
|
|
3084
3317
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
|
3085
3318
|
background: #EFF6FF;
|
|
3086
3319
|
border-color: #EFF6FF;
|
|
3087
|
-
color: #
|
|
3320
|
+
color: #1D4ED8;
|
|
3088
3321
|
}
|
|
3089
3322
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
|
3090
3323
|
background: #e9ecef;
|
|
@@ -3134,9 +3367,15 @@
|
|
|
3134
3367
|
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
|
|
3135
3368
|
}
|
|
3136
3369
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3137
|
-
color: #
|
|
3370
|
+
color: #1D4ED8;
|
|
3138
3371
|
background: #EFF6FF;
|
|
3139
3372
|
}
|
|
3373
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
|
|
3374
|
+
background: #fcfcfc;
|
|
3375
|
+
}
|
|
3376
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
|
3377
|
+
background: #e9ecef;
|
|
3378
|
+
}
|
|
3140
3379
|
|
|
3141
3380
|
.p-timeline .p-timeline-event-marker {
|
|
3142
3381
|
border: 2px solid #3B82F6;
|
|
@@ -3215,15 +3454,15 @@
|
|
|
3215
3454
|
}
|
|
3216
3455
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3217
3456
|
background: #EFF6FF;
|
|
3218
|
-
color: #
|
|
3457
|
+
color: #1D4ED8;
|
|
3219
3458
|
}
|
|
3220
3459
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
|
3221
3460
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
|
3222
|
-
color: #
|
|
3461
|
+
color: #1D4ED8;
|
|
3223
3462
|
}
|
|
3224
3463
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
|
3225
3464
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
|
3226
|
-
color: #
|
|
3465
|
+
color: #1D4ED8;
|
|
3227
3466
|
}
|
|
3228
3467
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
|
3229
3468
|
background: #e9ecef;
|
|
@@ -3302,7 +3541,7 @@
|
|
|
3302
3541
|
height: 1.143rem;
|
|
3303
3542
|
min-width: 1.143rem;
|
|
3304
3543
|
line-height: 1.143rem;
|
|
3305
|
-
color: #
|
|
3544
|
+
color: #1D4ED8;
|
|
3306
3545
|
background: #EFF6FF;
|
|
3307
3546
|
margin-left: 0.5rem;
|
|
3308
3547
|
}
|
|
@@ -3315,10 +3554,10 @@
|
|
|
3315
3554
|
}
|
|
3316
3555
|
.p-treetable .p-sortable-column.p-highlight {
|
|
3317
3556
|
background: #EFF6FF;
|
|
3318
|
-
color: #
|
|
3557
|
+
color: #1D4ED8;
|
|
3319
3558
|
}
|
|
3320
3559
|
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
|
3321
|
-
color: #
|
|
3560
|
+
color: #1D4ED8;
|
|
3322
3561
|
}
|
|
3323
3562
|
.p-treetable .p-treetable-tbody > tr {
|
|
3324
3563
|
background: #ffffff;
|
|
@@ -3363,13 +3602,13 @@
|
|
|
3363
3602
|
}
|
|
3364
3603
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3365
3604
|
background: #EFF6FF;
|
|
3366
|
-
color: #
|
|
3605
|
+
color: #1D4ED8;
|
|
3367
3606
|
}
|
|
3368
3607
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
|
3369
|
-
color: #
|
|
3608
|
+
color: #1D4ED8;
|
|
3370
3609
|
}
|
|
3371
3610
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
|
|
3372
|
-
color: #
|
|
3611
|
+
color: #1D4ED8;
|
|
3373
3612
|
}
|
|
3374
3613
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
|
3375
3614
|
background: #e9ecef;
|
|
@@ -3853,7 +4092,7 @@
|
|
|
3853
4092
|
right: -1rem;
|
|
3854
4093
|
}
|
|
3855
4094
|
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
|
|
3856
|
-
background: #
|
|
4095
|
+
background: #2563eb;
|
|
3857
4096
|
color: #ffffff;
|
|
3858
4097
|
}
|
|
3859
4098
|
.p-overlaypanel:after {
|
|
@@ -3967,14 +4206,14 @@
|
|
|
3967
4206
|
}
|
|
3968
4207
|
|
|
3969
4208
|
.p-fileupload-choose:not(.p-disabled):hover {
|
|
3970
|
-
background: #
|
|
4209
|
+
background: #2563eb;
|
|
3971
4210
|
color: #ffffff;
|
|
3972
|
-
border-color: #
|
|
4211
|
+
border-color: #2563eb;
|
|
3973
4212
|
}
|
|
3974
4213
|
.p-fileupload-choose:not(.p-disabled):active {
|
|
3975
|
-
background: #
|
|
4214
|
+
background: #1D4ED8;
|
|
3976
4215
|
color: #ffffff;
|
|
3977
|
-
border-color: #
|
|
4216
|
+
border-color: #1D4ED8;
|
|
3978
4217
|
}
|
|
3979
4218
|
|
|
3980
4219
|
.p-breadcrumb {
|
|
@@ -4063,10 +4302,10 @@
|
|
|
4063
4302
|
background: #EFF6FF;
|
|
4064
4303
|
}
|
|
4065
4304
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
|
4066
|
-
color: #
|
|
4305
|
+
color: #1D4ED8;
|
|
4067
4306
|
}
|
|
4068
4307
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
4069
|
-
color: #
|
|
4308
|
+
color: #1D4ED8;
|
|
4070
4309
|
}
|
|
4071
4310
|
.p-contextmenu .p-menu-separator {
|
|
4072
4311
|
border-top: 1px solid #dee2e6;
|
|
@@ -4184,15 +4423,15 @@
|
|
|
4184
4423
|
}
|
|
4185
4424
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4186
4425
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4187
|
-
color: #
|
|
4426
|
+
color: #1D4ED8;
|
|
4188
4427
|
}
|
|
4189
4428
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4190
4429
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4191
|
-
color: #
|
|
4430
|
+
color: #1D4ED8;
|
|
4192
4431
|
}
|
|
4193
4432
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4194
4433
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4195
|
-
color: #
|
|
4434
|
+
color: #1D4ED8;
|
|
4196
4435
|
}
|
|
4197
4436
|
.p-megamenu .p-menuitem-link {
|
|
4198
4437
|
padding: 0.75rem 1.25rem;
|
|
@@ -4255,10 +4494,10 @@
|
|
|
4255
4494
|
background: #EFF6FF;
|
|
4256
4495
|
}
|
|
4257
4496
|
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
|
4258
|
-
color: #
|
|
4497
|
+
color: #1D4ED8;
|
|
4259
4498
|
}
|
|
4260
4499
|
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
4261
|
-
color: #
|
|
4500
|
+
color: #1D4ED8;
|
|
4262
4501
|
}
|
|
4263
4502
|
.p-megamenu.p-megamenu-vertical {
|
|
4264
4503
|
width: 12.5rem;
|
|
@@ -4408,15 +4647,15 @@
|
|
|
4408
4647
|
}
|
|
4409
4648
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
|
|
4410
4649
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
|
4411
|
-
color: #
|
|
4650
|
+
color: #1D4ED8;
|
|
4412
4651
|
}
|
|
4413
4652
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
|
|
4414
4653
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
|
4415
|
-
color: #
|
|
4654
|
+
color: #1D4ED8;
|
|
4416
4655
|
}
|
|
4417
4656
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
|
|
4418
4657
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
|
4419
|
-
color: #
|
|
4658
|
+
color: #1D4ED8;
|
|
4420
4659
|
}
|
|
4421
4660
|
.p-menubar .p-submenu-list {
|
|
4422
4661
|
padding: 0.25rem 0;
|
|
@@ -4436,10 +4675,10 @@
|
|
|
4436
4675
|
background: #EFF6FF;
|
|
4437
4676
|
}
|
|
4438
4677
|
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
|
4439
|
-
color: #
|
|
4678
|
+
color: #1D4ED8;
|
|
4440
4679
|
}
|
|
4441
4680
|
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
4442
|
-
color: #
|
|
4681
|
+
color: #1D4ED8;
|
|
4443
4682
|
}
|
|
4444
4683
|
|
|
4445
4684
|
@media screen and (max-width: 960px) {
|
|
@@ -4688,7 +4927,7 @@
|
|
|
4688
4927
|
}
|
|
4689
4928
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
|
4690
4929
|
background: #EFF6FF;
|
|
4691
|
-
color: #
|
|
4930
|
+
color: #1D4ED8;
|
|
4692
4931
|
}
|
|
4693
4932
|
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
|
4694
4933
|
font-weight: 700;
|
|
@@ -4802,10 +5041,10 @@
|
|
|
4802
5041
|
background: #EFF6FF;
|
|
4803
5042
|
}
|
|
4804
5043
|
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
|
|
4805
|
-
color: #
|
|
5044
|
+
color: #1D4ED8;
|
|
4806
5045
|
}
|
|
4807
5046
|
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
|
|
4808
|
-
color: #
|
|
5047
|
+
color: #1D4ED8;
|
|
4809
5048
|
}
|
|
4810
5049
|
.p-tieredmenu .p-menu-separator {
|
|
4811
5050
|
border-top: 1px solid #dee2e6;
|
|
@@ -5079,7 +5318,7 @@
|
|
|
5079
5318
|
}
|
|
5080
5319
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
5081
5320
|
background: #EFF6FF;
|
|
5082
|
-
color: #
|
|
5321
|
+
color: #1D4ED8;
|
|
5083
5322
|
}
|
|
5084
5323
|
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
|
5085
5324
|
margin-right: 0.5rem;
|
|
@@ -5098,7 +5337,7 @@
|
|
|
5098
5337
|
}
|
|
5099
5338
|
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
5100
5339
|
background: #EFF6FF;
|
|
5101
|
-
color: #
|
|
5340
|
+
color: #1D4ED8;
|
|
5102
5341
|
}
|
|
5103
5342
|
.p-galleria .p-galleria-thumbnail-container {
|
|
5104
5343
|
background: rgba(0, 0, 0, 0.9);
|
|
@@ -5359,7 +5598,7 @@
|
|
|
5359
5598
|
}
|
|
5360
5599
|
.p-terminal .p-terminal-input {
|
|
5361
5600
|
font-size: 1rem;
|
|
5362
|
-
font-family:
|
|
5601
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
5363
5602
|
}
|
|
5364
5603
|
|
|
5365
5604
|
.p-button-label {
|
|
@@ -5373,15 +5612,6 @@
|
|
|
5373
5612
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
|
5374
5613
|
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
5375
5614
|
}
|
|
5376
|
-
.p-tabview .p-tabview-nav .p-tabview-ink-bar {
|
|
5377
|
-
z-index: 1;
|
|
5378
|
-
display: block;
|
|
5379
|
-
position: absolute;
|
|
5380
|
-
bottom: 0;
|
|
5381
|
-
height: 2px;
|
|
5382
|
-
background-color: #3B82F6;
|
|
5383
|
-
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
5384
|
-
}
|
|
5385
5615
|
|
|
5386
5616
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
5387
5617
|
background-color: #3B82F6;
|