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:rgba(255, 255, 255, 0.6);
|
|
10
10
|
--primary-color:#A5B4FC;
|
|
11
11
|
--primary-color-text:#1c2127;
|
|
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: #040d19;
|
|
14
14
|
--surface-50: #1d2530;
|
|
15
15
|
--surface-100: #363d47;
|
|
@@ -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: rgba(255, 255, 255, 0.87);
|
|
277
252
|
padding: 0;
|
|
@@ -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: rgba(255, 255, 255, 0.87);
|
|
714
689
|
padding: 0;
|
|
@@ -1066,7 +1041,7 @@
|
|
|
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: rgba(255, 255, 255, 0.87);
|
|
1072
1047
|
background: #040d19;
|
|
@@ -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: #A5B4FC;
|
|
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(165, 180, 252, 0.04);
|
|
2188
|
+
color: #A5B4FC;
|
|
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(165, 180, 252, 0.16);
|
|
2192
|
+
color: #A5B4FC;
|
|
2193
|
+
}
|
|
2194
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
|
2195
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2196
|
+
border-color: rgba(255, 255, 255, 0.6);
|
|
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: rgba(255, 255, 255, 0.03);
|
|
2200
|
+
color: rgba(255, 255, 255, 0.6);
|
|
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: rgba(255, 255, 255, 0.16);
|
|
2204
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2205
|
+
}
|
|
2206
|
+
.p-splitbutton.p-button-text > .p-button {
|
|
2207
|
+
background-color: transparent;
|
|
2208
|
+
color: #A5B4FC;
|
|
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(165, 180, 252, 0.04);
|
|
2213
|
+
color: #A5B4FC;
|
|
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(165, 180, 252, 0.16);
|
|
2218
|
+
color: #A5B4FC;
|
|
2219
|
+
border-color: transparent;
|
|
2220
|
+
}
|
|
2221
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
|
2222
|
+
color: rgba(255, 255, 255, 0.6);
|
|
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: rgba(255, 255, 255, 0.03);
|
|
2226
|
+
color: rgba(255, 255, 255, 0.6);
|
|
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: rgba(255, 255, 255, 0.16);
|
|
2230
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2231
|
+
}
|
|
2232
|
+
.p-splitbutton.p-button-raised {
|
|
2233
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
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: #CBD5E1;
|
|
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(203, 213, 225, 0.04);
|
|
2263
|
+
color: #CBD5E1;
|
|
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(203, 213, 225, 0.16);
|
|
2267
|
+
color: #CBD5E1;
|
|
2268
|
+
}
|
|
2269
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
|
2270
|
+
background-color: transparent;
|
|
2271
|
+
color: #CBD5E1;
|
|
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(203, 213, 225, 0.04);
|
|
2276
|
+
border-color: transparent;
|
|
2277
|
+
color: #CBD5E1;
|
|
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(203, 213, 225, 0.16);
|
|
2281
|
+
border-color: transparent;
|
|
2282
|
+
color: #CBD5E1;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2286
|
+
background-color: transparent;
|
|
2287
|
+
color: #93C5FD;
|
|
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(147, 197, 253, 0.04);
|
|
2292
|
+
color: #93C5FD;
|
|
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(147, 197, 253, 0.16);
|
|
2296
|
+
color: #93C5FD;
|
|
2297
|
+
}
|
|
2298
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
|
2299
|
+
background-color: transparent;
|
|
2300
|
+
color: #93C5FD;
|
|
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(147, 197, 253, 0.04);
|
|
2305
|
+
border-color: transparent;
|
|
2306
|
+
color: #93C5FD;
|
|
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(147, 197, 253, 0.16);
|
|
2310
|
+
border-color: transparent;
|
|
2311
|
+
color: #93C5FD;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2315
|
+
background-color: transparent;
|
|
2316
|
+
color: #86EFAC;
|
|
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(134, 239, 172, 0.04);
|
|
2321
|
+
color: #86EFAC;
|
|
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(134, 239, 172, 0.16);
|
|
2325
|
+
color: #86EFAC;
|
|
2326
|
+
}
|
|
2327
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
|
2328
|
+
background-color: transparent;
|
|
2329
|
+
color: #86EFAC;
|
|
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(134, 239, 172, 0.04);
|
|
2334
|
+
border-color: transparent;
|
|
2335
|
+
color: #86EFAC;
|
|
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(134, 239, 172, 0.16);
|
|
2339
|
+
border-color: transparent;
|
|
2340
|
+
color: #86EFAC;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2344
|
+
background-color: transparent;
|
|
2345
|
+
color: #FCD34D;
|
|
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(252, 211, 77, 0.04);
|
|
2350
|
+
color: #FCD34D;
|
|
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(252, 211, 77, 0.16);
|
|
2354
|
+
color: #FCD34D;
|
|
2355
|
+
}
|
|
2356
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
|
2357
|
+
background-color: transparent;
|
|
2358
|
+
color: #FCD34D;
|
|
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(252, 211, 77, 0.04);
|
|
2363
|
+
border-color: transparent;
|
|
2364
|
+
color: #FCD34D;
|
|
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(252, 211, 77, 0.16);
|
|
2368
|
+
border-color: transparent;
|
|
2369
|
+
color: #FCD34D;
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2373
|
+
background-color: transparent;
|
|
2374
|
+
color: #D8B4FE;
|
|
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(216, 180, 254, 0.04);
|
|
2379
|
+
color: #D8B4FE;
|
|
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(216, 180, 254, 0.16);
|
|
2383
|
+
color: #D8B4FE;
|
|
2384
|
+
}
|
|
2385
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
|
2386
|
+
background-color: transparent;
|
|
2387
|
+
color: #D8B4FE;
|
|
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(216, 180, 254, 0.04);
|
|
2392
|
+
border-color: transparent;
|
|
2393
|
+
color: #D8B4FE;
|
|
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(216, 180, 254, 0.16);
|
|
2397
|
+
border-color: transparent;
|
|
2398
|
+
color: #D8B4FE;
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2402
|
+
background-color: transparent;
|
|
2403
|
+
color: #FCA5A5;
|
|
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(252, 165, 165, 0.04);
|
|
2408
|
+
color: #FCA5A5;
|
|
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(252, 165, 165, 0.16);
|
|
2412
|
+
color: #FCA5A5;
|
|
2413
|
+
}
|
|
2414
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
|
2415
|
+
background-color: transparent;
|
|
2416
|
+
color: #FCA5A5;
|
|
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(252, 165, 165, 0.04);
|
|
2421
|
+
border-color: transparent;
|
|
2422
|
+
color: #FCA5A5;
|
|
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(252, 165, 165, 0.16);
|
|
2426
|
+
border-color: transparent;
|
|
2427
|
+
color: #FCA5A5;
|
|
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;
|
|
@@ -2437,7 +2664,7 @@
|
|
|
2437
2664
|
border-left-width: 0;
|
|
2438
2665
|
}
|
|
2439
2666
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
|
2440
|
-
background:
|
|
2667
|
+
background: #0d1a2c;
|
|
2441
2668
|
}
|
|
2442
2669
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
|
2443
2670
|
background: rgba(165, 180, 252, 0.16);
|
|
@@ -2970,6 +3197,12 @@
|
|
|
2970
3197
|
color: rgba(255, 255, 255, 0.87);
|
|
2971
3198
|
background: rgba(165, 180, 252, 0.16);
|
|
2972
3199
|
}
|
|
3200
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
|
3201
|
+
background: rgba(255, 255, 255, 0.01);
|
|
3202
|
+
}
|
|
3203
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
|
3204
|
+
background: rgba(255, 255, 255, 0.03);
|
|
3205
|
+
}
|
|
2973
3206
|
|
|
2974
3207
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
2975
3208
|
background: rgba(255, 255, 255, 0.03);
|
|
@@ -3137,6 +3370,12 @@
|
|
|
3137
3370
|
color: rgba(255, 255, 255, 0.87);
|
|
3138
3371
|
background: rgba(165, 180, 252, 0.16);
|
|
3139
3372
|
}
|
|
3373
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
|
|
3374
|
+
background: rgba(255, 255, 255, 0.01);
|
|
3375
|
+
}
|
|
3376
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
|
3377
|
+
background: rgba(255, 255, 255, 0.03);
|
|
3378
|
+
}
|
|
3140
3379
|
|
|
3141
3380
|
.p-timeline .p-timeline-event-marker {
|
|
3142
3381
|
border: 2px solid #A5B4FC;
|
|
@@ -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: #A5B4FC;
|
|
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: #A5B4FC;
|