primeng 17.11.0 → 17.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion.d.ts +5 -0
- package/animateonscroll/animateonscroll.d.ts +2 -0
- package/api/messageservice.d.ts +1 -1
- package/api/translation.d.ts +2 -0
- package/api/translationkeys.d.ts +1 -0
- package/api/treenode.d.ts +1 -0
- package/autocomplete/autocomplete.d.ts +27 -0
- package/autocomplete/autocomplete.interface.d.ts +1 -1
- package/autofocus/autofocus.d.ts +1 -0
- package/badge/badge.d.ts +1 -0
- package/baseicon/baseicon.d.ts +1 -0
- package/blockui/blockui.d.ts +2 -0
- package/button/button.d.ts +58 -4
- package/calendar/calendar.d.ts +41 -10
- package/carousel/carousel.d.ts +4 -0
- package/cascadeselect/cascadeselect.d.ts +11 -2
- package/chart/chart.d.ts +1 -0
- package/checkbox/checkbox.d.ts +5 -0
- package/chip/chip.d.ts +1 -0
- package/chips/chips.d.ts +12 -0
- package/colorpicker/colorpicker.d.ts +4 -0
- package/confirmdialog/confirmdialog.d.ts +11 -0
- package/confirmpopup/confirmpopup.d.ts +2 -0
- package/contextmenu/contextmenu.d.ts +11 -0
- package/dataview/dataview.d.ts +16 -0
- package/dialog/dialog.d.ts +19 -1
- package/dragdrop/dragdrop.d.ts +1 -0
- package/dropdown/dropdown.d.ts +23 -0
- package/dynamicdialog/dialogservice.d.ts +3 -3
- package/dynamicdialog/dynamicdialog-ref.d.ts +9 -3
- package/dynamicdialog/dynamicdialog.d.ts +1 -0
- package/editor/editor.d.ts +8 -8
- package/esm2022/accordion/accordion.mjs +22 -17
- package/esm2022/animate/animate.mjs +7 -7
- package/esm2022/animateonscroll/animateonscroll.mjs +13 -11
- package/esm2022/api/confirmationservice.mjs +3 -3
- package/esm2022/api/contextmenuservice.mjs +3 -3
- package/esm2022/api/filterservice.mjs +3 -3
- package/esm2022/api/messageservice.mjs +5 -5
- package/esm2022/api/overlayservice.mjs +3 -3
- package/esm2022/api/primengconfig.mjs +7 -5
- package/esm2022/api/shared.mjs +13 -13
- package/esm2022/api/translation.mjs +1 -1
- package/esm2022/api/translationkeys.mjs +2 -1
- package/esm2022/api/treedragdropservice.mjs +3 -3
- package/esm2022/api/treenode.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.interface.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.mjs +73 -43
- package/esm2022/autofocus/autofocus.mjs +11 -10
- package/esm2022/avatar/avatar.mjs +7 -7
- package/esm2022/avatargroup/avatargroup.mjs +7 -7
- package/esm2022/badge/badge.mjs +14 -13
- package/esm2022/baseicon/baseicon.mjs +7 -6
- package/esm2022/blockui/blockui.mjs +13 -11
- package/esm2022/breadcrumb/breadcrumb.mjs +7 -7
- package/esm2022/button/button.mjs +120 -21
- package/esm2022/buttongroup/buttongroup.mjs +7 -7
- package/esm2022/calendar/calendar.mjs +128 -111
- package/esm2022/card/card.mjs +7 -7
- package/esm2022/carousel/carousel.mjs +17 -13
- package/esm2022/cascadeselect/cascadeselect.mjs +41 -31
- package/esm2022/chart/chart.mjs +11 -10
- package/esm2022/checkbox/checkbox.mjs +19 -14
- package/esm2022/chip/chip.mjs +37 -16
- package/esm2022/chips/chips.mjs +29 -17
- package/esm2022/colorpicker/colorpicker.mjs +17 -13
- package/esm2022/confirmdialog/confirmdialog.mjs +35 -24
- package/esm2022/confirmpopup/confirmpopup.mjs +14 -12
- package/esm2022/contextmenu/contextmenu.mjs +36 -25
- package/esm2022/dataview/dataview.mjs +45 -29
- package/esm2022/defer/defer.mjs +7 -7
- package/esm2022/dialog/dialog.mjs +55 -33
- package/esm2022/divider/divider.mjs +7 -7
- package/esm2022/dock/dock.mjs +7 -7
- package/esm2022/dragdrop/dragdrop.mjs +14 -13
- package/esm2022/dropdown/dropdown.mjs +70 -46
- package/esm2022/dynamicdialog/dialogservice.mjs +6 -6
- package/esm2022/dynamicdialog/dynamicdialog-ref.mjs +8 -2
- package/esm2022/dynamicdialog/dynamicdialog.mjs +15 -11
- package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
- package/esm2022/editor/editor.mjs +55 -51
- package/esm2022/fieldset/fieldset.mjs +13 -11
- package/esm2022/fileupload/fileupload.mjs +82 -25
- package/esm2022/floatlabel/floatlabel.mjs +7 -7
- package/esm2022/focustrap/focustrap.mjs +11 -10
- package/esm2022/galleria/galleria.mjs +71 -46
- package/esm2022/iconfield/iconfield.mjs +7 -7
- package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
- package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
- package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
- package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
- package/esm2022/icons/angledown/angledown.mjs +3 -3
- package/esm2022/icons/angleleft/angleleft.mjs +3 -3
- package/esm2022/icons/angleright/angleright.mjs +3 -3
- package/esm2022/icons/angleup/angleup.mjs +3 -3
- package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
- package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
- package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
- package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
- package/esm2022/icons/arrowright/arrowright.mjs +3 -3
- package/esm2022/icons/arrowup/arrowup.mjs +3 -3
- package/esm2022/icons/ban/ban.mjs +3 -3
- package/esm2022/icons/bars/bars.mjs +3 -3
- package/esm2022/icons/calendar/calendar.mjs +3 -3
- package/esm2022/icons/caretleft/caretleft.mjs +3 -3
- package/esm2022/icons/caretright/caretright.mjs +3 -3
- package/esm2022/icons/check/check.mjs +3 -3
- package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
- package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
- package/esm2022/icons/chevronright/chevronright.mjs +3 -3
- package/esm2022/icons/chevronup/chevronup.mjs +3 -3
- package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
- package/esm2022/icons/eye/eye.mjs +3 -3
- package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
- package/esm2022/icons/filter/filter.mjs +3 -3
- package/esm2022/icons/filterslash/filterslash.mjs +3 -3
- package/esm2022/icons/home/home.mjs +3 -3
- package/esm2022/icons/infocircle/infocircle.mjs +3 -3
- package/esm2022/icons/minus/minus.mjs +3 -3
- package/esm2022/icons/pencil/pencil.mjs +3 -3
- package/esm2022/icons/plus/plus.mjs +3 -3
- package/esm2022/icons/refresh/refresh.mjs +3 -3
- package/esm2022/icons/search/search.mjs +3 -3
- package/esm2022/icons/searchminus/searchminus.mjs +3 -3
- package/esm2022/icons/searchplus/searchplus.mjs +3 -3
- package/esm2022/icons/sortalt/sortalt.mjs +3 -3
- package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
- package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
- package/esm2022/icons/spinner/spinner.mjs +3 -3
- package/esm2022/icons/star/star.mjs +3 -3
- package/esm2022/icons/starfill/starfill.mjs +3 -3
- package/esm2022/icons/thlarge/thlarge.mjs +3 -3
- package/esm2022/icons/times/times.mjs +3 -3
- package/esm2022/icons/timescircle/timescircle.mjs +3 -3
- package/esm2022/icons/trash/trash.mjs +3 -3
- package/esm2022/icons/undo/undo.mjs +3 -3
- package/esm2022/icons/upload/upload.mjs +3 -3
- package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
- package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
- package/esm2022/image/image.mjs +11 -10
- package/esm2022/inplace/inplace.mjs +24 -20
- package/esm2022/inputgroup/inputgroup.mjs +7 -7
- package/esm2022/inputgroupaddon/inputgroupaddon.mjs +7 -7
- package/esm2022/inputicon/inputicon.mjs +7 -7
- package/esm2022/inputmask/inputmask.mjs +31 -20
- package/esm2022/inputnumber/inputnumber.interface.mjs +1 -1
- package/esm2022/inputnumber/inputnumber.mjs +52 -26
- package/esm2022/inputotp/inputotp.interface.mjs +2 -0
- package/esm2022/inputotp/inputotp.mjs +358 -0
- package/esm2022/inputotp/primeng-inputotp.mjs +5 -0
- package/esm2022/inputotp/public_api.mjs +3 -0
- package/esm2022/inputswitch/inputswitch.mjs +15 -12
- package/esm2022/inputtext/inputtext.mjs +7 -7
- package/esm2022/inputtextarea/inputtextarea.mjs +11 -10
- package/esm2022/keyfilter/keyfilter.mjs +11 -10
- package/esm2022/knob/knob.mjs +27 -18
- package/esm2022/listbox/listbox.mjs +48 -26
- package/esm2022/megamenu/megamenu.mjs +24 -18
- package/esm2022/menu/menu.mjs +23 -29
- package/esm2022/menubar/menubar.mjs +37 -26
- package/esm2022/message/message.mjs +11 -10
- package/esm2022/messages/messages.mjs +24 -12
- package/esm2022/metergroup/metergroup.mjs +13 -13
- package/esm2022/multiselect/multiselect.mjs +92 -58
- package/esm2022/orderlist/orderlist.mjs +24 -17
- package/esm2022/organizationchart/organizationchart.mjs +20 -16
- package/esm2022/overlay/overlay.mjs +7 -7
- package/esm2022/overlaypanel/overlaypanel.mjs +19 -14
- package/esm2022/paginator/paginator.mjs +48 -18
- package/esm2022/panel/panel.mjs +15 -12
- package/esm2022/panelmenu/panelmenu.mjs +51 -38
- package/esm2022/password/password.mjs +27 -21
- package/esm2022/picklist/picklist.mjs +61 -68
- package/esm2022/progressbar/progressbar.mjs +13 -11
- package/esm2022/progressspinner/progressspinner.mjs +7 -7
- package/esm2022/radiobutton/radiobutton.mjs +16 -14
- package/esm2022/rating/rating.mjs +23 -19
- package/esm2022/ripple/ripple.mjs +7 -7
- package/esm2022/scroller/scroller.mjs +9 -9
- package/esm2022/scrollpanel/scrollpanel.mjs +11 -10
- package/esm2022/scrolltop/scrolltop.mjs +11 -10
- package/esm2022/selectbutton/selectbutton.mjs +19 -14
- package/esm2022/sidebar/sidebar.mjs +23 -16
- package/esm2022/skeleton/skeleton.mjs +7 -7
- package/esm2022/slidemenu/slidemenu.mjs +46 -29
- package/esm2022/slider/slider.mjs +23 -16
- package/esm2022/speeddial/speeddial.interface.mjs +1 -1
- package/esm2022/speeddial/speeddial.mjs +100 -80
- package/esm2022/spinner/spinner.mjs +29 -19
- package/esm2022/splitbutton/splitbutton.mjs +158 -24
- package/esm2022/splitter/splitter.mjs +15 -12
- package/esm2022/stepper/primeng-stepper.mjs +5 -0
- package/esm2022/stepper/public_api.mjs +3 -0
- package/esm2022/stepper/stepper.interface.mjs +2 -0
- package/esm2022/stepper/stepper.mjs +685 -0
- package/esm2022/steps/steps.mjs +21 -24
- package/esm2022/styleclass/styleclass.mjs +13 -11
- package/esm2022/table/table.mjs +268 -167
- package/esm2022/tabmenu/tabmenu.mjs +13 -11
- package/esm2022/tabview/tabview.mjs +26 -19
- package/esm2022/tag/tag.mjs +24 -12
- package/esm2022/terminal/terminal.mjs +7 -7
- package/esm2022/terminal/terminalservice.mjs +3 -3
- package/esm2022/tieredmenu/tieredmenu.mjs +53 -38
- package/esm2022/timeline/timeline.mjs +7 -7
- package/esm2022/toast/toast.mjs +26 -19
- package/esm2022/togglebutton/togglebutton.mjs +15 -13
- package/esm2022/toolbar/toolbar.mjs +7 -7
- package/esm2022/tooltip/tooltip.mjs +27 -18
- package/esm2022/tree/tree.mjs +54 -32
- package/esm2022/treeselect/treeselect.mjs +57 -22
- package/esm2022/treetable/treetable.mjs +334 -147
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +15 -12
- package/esm2022/virtualscroller/virtualscroller.mjs +15 -12
- package/fesm2022/primeng-accordion.mjs +21 -16
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-animate.mjs +7 -7
- package/fesm2022/primeng-animateonscroll.mjs +12 -10
- package/fesm2022/primeng-animateonscroll.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +39 -36
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +72 -42
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-autofocus.mjs +10 -9
- package/fesm2022/primeng-autofocus.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +7 -7
- package/fesm2022/primeng-avatargroup.mjs +7 -7
- package/fesm2022/primeng-badge.mjs +13 -12
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-baseicon.mjs +6 -5
- package/fesm2022/primeng-baseicon.mjs.map +1 -1
- package/fesm2022/primeng-blockui.mjs +12 -10
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +7 -7
- package/fesm2022/primeng-button.mjs +119 -20
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-buttongroup.mjs +7 -7
- package/fesm2022/primeng-calendar.mjs +127 -110
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +7 -7
- package/fesm2022/primeng-carousel.mjs +16 -12
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +40 -30
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +10 -9
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +18 -13
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +36 -15
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +28 -16
- package/fesm2022/primeng-chips.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +16 -12
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +34 -23
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +13 -11
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +35 -24
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +44 -28
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-defer.mjs +7 -7
- package/fesm2022/primeng-dialog.mjs +54 -32
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +7 -7
- package/fesm2022/primeng-dock.mjs +7 -7
- package/fesm2022/primeng-dragdrop.mjs +13 -12
- package/fesm2022/primeng-dragdrop.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +69 -45
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +29 -19
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +54 -49
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +12 -10
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +81 -24
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-floatlabel.mjs +7 -7
- package/fesm2022/primeng-focustrap.mjs +10 -9
- package/fesm2022/primeng-focustrap.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +70 -45
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-iconfield.mjs +7 -7
- package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
- package/fesm2022/primeng-icons-angledown.mjs +3 -3
- package/fesm2022/primeng-icons-angleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angleright.mjs +3 -3
- package/fesm2022/primeng-icons-angleup.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowup.mjs +3 -3
- package/fesm2022/primeng-icons-ban.mjs +3 -3
- package/fesm2022/primeng-icons-bars.mjs +3 -3
- package/fesm2022/primeng-icons-calendar.mjs +3 -3
- package/fesm2022/primeng-icons-caretleft.mjs +3 -3
- package/fesm2022/primeng-icons-caretright.mjs +3 -3
- package/fesm2022/primeng-icons-check.mjs +3 -3
- package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
- package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
- package/fesm2022/primeng-icons-chevronright.mjs +3 -3
- package/fesm2022/primeng-icons-chevronup.mjs +3 -3
- package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
- package/fesm2022/primeng-icons-eye.mjs +3 -3
- package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
- package/fesm2022/primeng-icons-filter.mjs +3 -3
- package/fesm2022/primeng-icons-filterslash.mjs +3 -3
- package/fesm2022/primeng-icons-home.mjs +3 -3
- package/fesm2022/primeng-icons-infocircle.mjs +3 -3
- package/fesm2022/primeng-icons-minus.mjs +3 -3
- package/fesm2022/primeng-icons-pencil.mjs +3 -3
- package/fesm2022/primeng-icons-plus.mjs +3 -3
- package/fesm2022/primeng-icons-refresh.mjs +3 -3
- package/fesm2022/primeng-icons-search.mjs +3 -3
- package/fesm2022/primeng-icons-searchminus.mjs +3 -3
- package/fesm2022/primeng-icons-searchplus.mjs +3 -3
- package/fesm2022/primeng-icons-sortalt.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
- package/fesm2022/primeng-icons-spinner.mjs +3 -3
- package/fesm2022/primeng-icons-star.mjs +3 -3
- package/fesm2022/primeng-icons-starfill.mjs +3 -3
- package/fesm2022/primeng-icons-thlarge.mjs +3 -3
- package/fesm2022/primeng-icons-times.mjs +3 -3
- package/fesm2022/primeng-icons-timescircle.mjs +3 -3
- package/fesm2022/primeng-icons-trash.mjs +3 -3
- package/fesm2022/primeng-icons-undo.mjs +3 -3
- package/fesm2022/primeng-icons-upload.mjs +3 -3
- package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
- package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
- package/fesm2022/primeng-image.mjs +10 -9
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +23 -19
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputgroup.mjs +7 -7
- package/fesm2022/primeng-inputgroupaddon.mjs +7 -7
- package/fesm2022/primeng-inputicon.mjs +7 -7
- package/fesm2022/primeng-inputmask.mjs +30 -19
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +51 -25
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +365 -0
- package/fesm2022/primeng-inputotp.mjs.map +1 -0
- package/fesm2022/primeng-inputswitch.mjs +14 -11
- package/fesm2022/primeng-inputswitch.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +7 -7
- package/fesm2022/primeng-inputtextarea.mjs +10 -9
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +10 -9
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-knob.mjs +26 -17
- package/fesm2022/primeng-knob.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +47 -25
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +23 -17
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +22 -28
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +36 -25
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +10 -9
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-messages.mjs +23 -11
- package/fesm2022/primeng-messages.mjs.map +1 -1
- package/fesm2022/primeng-metergroup.mjs +12 -12
- package/fesm2022/primeng-metergroup.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +91 -57
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +23 -16
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +19 -15
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +7 -7
- package/fesm2022/primeng-overlaypanel.mjs +18 -13
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +47 -17
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +14 -11
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +50 -37
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +26 -20
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +60 -67
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +12 -10
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-progressspinner.mjs +7 -7
- package/fesm2022/primeng-radiobutton.mjs +15 -13
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +22 -18
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +7 -7
- package/fesm2022/primeng-scroller.mjs +8 -8
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +10 -9
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +10 -9
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +18 -13
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +22 -15
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +7 -7
- package/fesm2022/primeng-slidemenu.mjs +45 -28
- package/fesm2022/primeng-slidemenu.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +22 -15
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +99 -79
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-spinner.mjs +28 -18
- package/fesm2022/primeng-spinner.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +157 -23
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +14 -11
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-stepper.mjs +692 -0
- package/fesm2022/primeng-stepper.mjs.map +1 -0
- package/fesm2022/primeng-steps.mjs +20 -23
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +12 -10
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +267 -166
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +12 -10
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +25 -18
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +23 -11
- package/fesm2022/primeng-tag.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +10 -10
- package/fesm2022/primeng-tieredmenu.mjs +52 -37
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +7 -7
- package/fesm2022/primeng-toast.mjs +25 -18
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +14 -12
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toolbar.mjs +7 -7
- package/fesm2022/primeng-tooltip.mjs +26 -17
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +53 -31
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +56 -21
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +333 -146
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-tristatecheckbox.mjs +14 -11
- package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
- package/fesm2022/primeng-virtualscroller.mjs +14 -11
- package/fesm2022/primeng-virtualscroller.mjs.map +1 -1
- package/fieldset/fieldset.d.ts +2 -0
- package/fileupload/fileupload.d.ts +11 -0
- package/focustrap/focustrap.d.ts +1 -0
- package/galleria/galleria.d.ts +25 -0
- package/image/image.d.ts +1 -0
- package/inplace/inplace.d.ts +4 -0
- package/inputmask/inputmask.d.ts +11 -0
- package/inputnumber/inputnumber.d.ts +17 -0
- package/inputnumber/inputnumber.interface.d.ts +1 -1
- package/inputotp/index.d.ts +5 -0
- package/inputotp/inputotp.d.ts +115 -0
- package/inputotp/inputotp.interface.d.ts +65 -0
- package/inputotp/public_api.d.ts +2 -0
- package/inputswitch/inputswitch.d.ts +3 -0
- package/inputtextarea/inputtextarea.d.ts +1 -0
- package/keyfilter/keyfilter.d.ts +1 -0
- package/knob/knob.d.ts +9 -0
- package/listbox/listbox.d.ts +22 -2
- package/megamenu/megamenu.d.ts +6 -0
- package/menu/menu.d.ts +4 -0
- package/menubar/menubar.d.ts +11 -0
- package/message/message.d.ts +1 -0
- package/messages/messages.d.ts +10 -1
- package/metergroup/metergroup.d.ts +2 -2
- package/multiselect/multiselect.d.ts +23 -1
- package/orderlist/orderlist.d.ts +7 -0
- package/organizationchart/organizationchart.d.ts +4 -0
- package/overlaypanel/overlaypanel.d.ts +5 -0
- package/package.json +106 -94
- package/paginator/paginator.d.ts +19 -2
- package/panel/panel.d.ts +3 -0
- package/panelmenu/panelmenu.d.ts +11 -1
- package/password/password.d.ts +6 -0
- package/picklist/picklist.d.ts +14 -3
- package/progressbar/progressbar.d.ts +2 -0
- package/radiobutton/radiobutton.d.ts +2 -0
- package/rating/rating.d.ts +4 -0
- package/resources/components/calendar/calendar.css +1 -0
- package/resources/components/cascadeselect/cascadeselect.css +1 -0
- package/resources/components/inputotp/inputotp.css +3 -0
- package/resources/components/rating/rating.css +2 -0
- package/resources/components/stepper/stepper.css +9 -0
- package/resources/themes/arya-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-blue/theme.css +287 -431
- package/resources/themes/arya-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-green/theme.css +287 -431
- package/resources/themes/arya-orange/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-orange/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-orange/theme.css +287 -431
- package/resources/themes/arya-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-purple/theme.css +287 -431
- package/resources/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/theme.css +7724 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/theme.css +7724 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/theme.css +7724 -0
- package/resources/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/theme.css +7724 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/theme.css +7724 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/theme.css +7724 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/theme.css +7724 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/theme.css +7724 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/theme.css +7724 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/theme.css +7724 -0
- package/resources/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/theme.css +7726 -0
- package/resources/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/theme.css +7726 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/theme.css +7726 -0
- package/resources/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-green/theme.css +7726 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/theme.css +7726 -0
- package/resources/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/theme.css +7726 -0
- package/resources/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/theme.css +7734 -0
- package/resources/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/theme.css +7726 -0
- package/resources/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/theme.css +7726 -0
- package/resources/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/theme.css +7726 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +287 -431
- package/resources/themes/bootstrap4-dark-purple/theme.css +287 -431
- package/resources/themes/bootstrap4-light-blue/theme.css +287 -431
- package/resources/themes/bootstrap4-light-purple/theme.css +287 -431
- package/resources/themes/fluent-light/theme.css +281 -431
- package/resources/themes/lara-dark-amber/theme.css +649 -448
- package/resources/themes/lara-dark-blue/theme.css +336 -431
- package/resources/themes/lara-dark-cyan/theme.css +649 -448
- package/resources/themes/lara-dark-green/theme.css +649 -448
- package/resources/themes/lara-dark-indigo/theme.css +336 -431
- package/resources/themes/lara-dark-pink/theme.css +649 -448
- package/resources/themes/lara-dark-purple/theme.css +336 -431
- package/resources/themes/lara-dark-teal/theme.css +336 -431
- package/resources/themes/lara-light-amber/theme.css +619 -467
- package/resources/themes/lara-light-blue/theme.css +287 -431
- package/resources/themes/lara-light-cyan/theme.css +619 -467
- package/resources/themes/lara-light-green/theme.css +619 -467
- package/resources/themes/lara-light-indigo/theme.css +287 -431
- package/resources/themes/lara-light-pink/theme.css +619 -467
- package/resources/themes/lara-light-purple/theme.css +287 -431
- package/resources/themes/lara-light-teal/theme.css +287 -431
- package/resources/themes/luna-amber/theme.css +287 -431
- package/resources/themes/luna-blue/theme.css +287 -431
- package/resources/themes/luna-green/theme.css +287 -431
- package/resources/themes/luna-pink/theme.css +287 -431
- package/resources/themes/md-dark-deeppurple/theme.css +370 -431
- package/resources/themes/md-dark-indigo/theme.css +370 -431
- package/resources/themes/md-light-deeppurple/theme.css +370 -431
- package/resources/themes/md-light-indigo/theme.css +370 -431
- package/resources/themes/mdc-dark-deeppurple/theme.css +370 -431
- package/resources/themes/mdc-dark-indigo/theme.css +370 -431
- package/resources/themes/mdc-light-deeppurple/theme.css +370 -431
- package/resources/themes/mdc-light-indigo/theme.css +370 -431
- package/resources/themes/mira/theme.css +287 -431
- package/resources/themes/nano/theme.css +287 -431
- package/resources/themes/nova/theme.css +287 -431
- package/resources/themes/nova-accent/theme.css +287 -431
- package/resources/themes/nova-alt/theme.css +287 -431
- package/resources/themes/rhea/theme.css +287 -431
- package/resources/themes/saga-blue/theme.css +287 -431
- package/resources/themes/saga-green/theme.css +287 -431
- package/resources/themes/saga-orange/theme.css +287 -431
- package/resources/themes/saga-purple/theme.css +287 -431
- package/resources/themes/soho-dark/theme.css +287 -431
- package/resources/themes/soho-light/theme.css +287 -431
- package/resources/themes/tailwind-light/theme.css +285 -431
- package/resources/themes/vela-blue/theme.css +287 -431
- package/resources/themes/vela-green/theme.css +287 -431
- package/resources/themes/vela-orange/theme.css +287 -431
- package/resources/themes/vela-purple/theme.css +287 -431
- package/resources/themes/viva-dark/theme.css +287 -431
- package/resources/themes/viva-light/theme.css +287 -431
- package/scrollpanel/scrollpanel.d.ts +1 -0
- package/scrolltop/scrolltop.d.ts +1 -0
- package/selectbutton/selectbutton.d.ts +5 -0
- package/sidebar/sidebar.d.ts +7 -0
- package/slidemenu/slidemenu.d.ts +17 -0
- package/slider/slider.d.ts +7 -0
- package/speeddial/speeddial.d.ts +7 -0
- package/speeddial/speeddial.interface.d.ts +17 -0
- package/spinner/spinner.d.ts +10 -0
- package/splitbutton/splitbutton.d.ts +72 -6
- package/splitter/splitter.d.ts +3 -0
- package/stepper/index.d.ts +5 -0
- package/stepper/public_api.d.ts +2 -0
- package/stepper/stepper.d.ts +125 -0
- package/stepper/stepper.interface.d.ts +26 -0
- package/steps/steps.d.ts +3 -0
- package/styleclass/styleclass.d.ts +2 -0
- package/table/table.d.ts +73 -2
- package/tabmenu/tabmenu.d.ts +2 -0
- package/tabview/tabview.d.ts +7 -0
- package/tag/tag.d.ts +11 -2
- package/tieredmenu/tieredmenu.d.ts +15 -3
- package/toast/toast.d.ts +7 -0
- package/togglebutton/togglebutton.d.ts +2 -0
- package/tooltip/tooltip.d.ts +9 -0
- package/tree/tree.d.ts +20 -0
- package/treeselect/treeselect.d.ts +25 -2
- package/treetable/treetable.d.ts +62 -4
- package/tristatecheckbox/tristatecheckbox.d.ts +3 -0
- package/virtualscroller/virtualscroller.d.ts +3 -0
@@ -430,6 +430,9 @@
|
|
430
430
|
transition: box-shadow 0.2s;
|
431
431
|
border-radius: 0;
|
432
432
|
}
|
433
|
+
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
|
434
|
+
margin-top: 0;
|
435
|
+
}
|
433
436
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
434
437
|
color: rgba(255, 255, 255, 0.87);
|
435
438
|
background: rgba(45, 212, 191, 0.16);
|
@@ -768,6 +771,9 @@
|
|
768
771
|
transition: box-shadow 0.2s;
|
769
772
|
border-radius: 0;
|
770
773
|
}
|
774
|
+
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
|
775
|
+
margin-top: 0;
|
776
|
+
}
|
771
777
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
772
778
|
color: rgba(255, 255, 255, 0.87);
|
773
779
|
background: rgba(45, 212, 191, 0.16);
|
@@ -833,6 +839,7 @@
|
|
833
839
|
color: rgba(255, 255, 255, 0.87);
|
834
840
|
border-radius: 6px;
|
835
841
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
842
|
+
outline-color: transparent;
|
836
843
|
}
|
837
844
|
.p-checkbox .p-checkbox-box .p-checkbox-icon {
|
838
845
|
transition-duration: 0.2s;
|
@@ -1037,6 +1044,9 @@
|
|
1037
1044
|
transition: box-shadow 0.2s;
|
1038
1045
|
border-radius: 0;
|
1039
1046
|
}
|
1047
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
|
1048
|
+
margin-top: 0;
|
1049
|
+
}
|
1040
1050
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
1041
1051
|
color: rgba(255, 255, 255, 0.87);
|
1042
1052
|
background: rgba(45, 212, 191, 0.16);
|
@@ -1199,6 +1209,17 @@
|
|
1199
1209
|
right: 3.75rem;
|
1200
1210
|
}
|
1201
1211
|
|
1212
|
+
.p-inputotp {
|
1213
|
+
display: flex;
|
1214
|
+
align-items: center;
|
1215
|
+
gap: 0.5rem;
|
1216
|
+
}
|
1217
|
+
|
1218
|
+
.p-inputotp-input {
|
1219
|
+
text-align: center;
|
1220
|
+
width: 2.5rem;
|
1221
|
+
}
|
1222
|
+
|
1202
1223
|
.p-inputswitch {
|
1203
1224
|
width: 3rem;
|
1204
1225
|
height: 1.75rem;
|
@@ -1395,6 +1416,9 @@
|
|
1395
1416
|
transition: box-shadow 0.2s;
|
1396
1417
|
border-radius: 0;
|
1397
1418
|
}
|
1419
|
+
.p-listbox .p-listbox-list .p-listbox-item:first-child {
|
1420
|
+
margin-top: 0;
|
1421
|
+
}
|
1398
1422
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
1399
1423
|
color: rgba(255, 255, 255, 0.87);
|
1400
1424
|
background: rgba(45, 212, 191, 0.16);
|
@@ -1419,12 +1443,16 @@
|
|
1419
1443
|
}
|
1420
1444
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1421
1445
|
color: rgba(255, 255, 255, 0.87);
|
1422
|
-
background:
|
1446
|
+
background: rgba(255, 255, 255, 0.03);
|
1423
1447
|
}
|
1424
1448
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
1425
1449
|
color: rgba(255, 255, 255, 0.87);
|
1426
1450
|
background: rgba(255, 255, 255, 0.03);
|
1427
1451
|
}
|
1452
|
+
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
|
1453
|
+
color: rgba(255, 255, 255, 0.87);
|
1454
|
+
background: rgba(255, 255, 255, 0.03);
|
1455
|
+
}
|
1428
1456
|
.p-listbox.p-focus {
|
1429
1457
|
outline: 0 none;
|
1430
1458
|
outline-offset: 0;
|
@@ -1546,6 +1574,9 @@
|
|
1546
1574
|
transition: box-shadow 0.2s;
|
1547
1575
|
border-radius: 0;
|
1548
1576
|
}
|
1577
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
|
1578
|
+
margin-top: 0;
|
1579
|
+
}
|
1549
1580
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
1550
1581
|
color: rgba(255, 255, 255, 0.87);
|
1551
1582
|
background: rgba(45, 212, 191, 0.16);
|
@@ -1555,7 +1586,7 @@
|
|
1555
1586
|
}
|
1556
1587
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1557
1588
|
color: rgba(255, 255, 255, 0.87);
|
1558
|
-
background:
|
1589
|
+
background: rgba(255, 255, 255, 0.03);
|
1559
1590
|
}
|
1560
1591
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
1561
1592
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1645,6 +1676,7 @@
|
|
1645
1676
|
color: rgba(255, 255, 255, 0.87);
|
1646
1677
|
border-radius: 50%;
|
1647
1678
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
1679
|
+
outline-color: transparent;
|
1648
1680
|
}
|
1649
1681
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
1650
1682
|
border-color: #2dd4bf;
|
@@ -1695,6 +1727,13 @@
|
|
1695
1727
|
.p-rating {
|
1696
1728
|
gap: 0.5rem;
|
1697
1729
|
}
|
1730
|
+
.p-rating .p-rating-item {
|
1731
|
+
border-radius: 50%;
|
1732
|
+
outline-color: transparent;
|
1733
|
+
display: inline-flex;
|
1734
|
+
justify-content: center;
|
1735
|
+
align-items: center;
|
1736
|
+
}
|
1698
1737
|
.p-rating .p-rating-item .p-rating-icon {
|
1699
1738
|
color: rgba(255, 255, 255, 0.87);
|
1700
1739
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
@@ -1711,7 +1750,6 @@
|
|
1711
1750
|
outline: 0 none;
|
1712
1751
|
outline-offset: 0;
|
1713
1752
|
box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
|
1714
|
-
border-color: #2dd4bf;
|
1715
1753
|
}
|
1716
1754
|
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
|
1717
1755
|
color: #2dd4bf;
|
@@ -1990,6 +2028,7 @@
|
|
1990
2028
|
font-size: 1rem;
|
1991
2029
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
1992
2030
|
border-radius: 6px;
|
2031
|
+
outline-color: transparent;
|
1993
2032
|
}
|
1994
2033
|
.p-button:not(:disabled):hover {
|
1995
2034
|
background: #5eead4;
|
@@ -2054,7 +2093,7 @@
|
|
2054
2093
|
background: rgba(255, 255, 255, 0.16);
|
2055
2094
|
color: rgba(255, 255, 255, 0.6);
|
2056
2095
|
}
|
2057
|
-
.p-button:focus {
|
2096
|
+
.p-button:focus-visible {
|
2058
2097
|
outline: 0 none;
|
2059
2098
|
outline-offset: 0;
|
2060
2099
|
box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
|
@@ -2127,427 +2166,356 @@
|
|
2127
2166
|
.p-fluid .p-button-icon-only {
|
2128
2167
|
width: 3rem;
|
2129
2168
|
}
|
2130
|
-
.p-fluid .p-
|
2169
|
+
.p-fluid .p-button-group {
|
2131
2170
|
display: flex;
|
2132
2171
|
}
|
2133
|
-
.p-fluid .p-
|
2172
|
+
.p-fluid .p-button-group .p-button {
|
2134
2173
|
flex: 1;
|
2135
2174
|
}
|
2136
2175
|
|
2137
|
-
.p-button.p-button-secondary,
|
2138
|
-
.p-buttonset.p-button-secondary > .p-button,
|
2139
|
-
.p-splitbutton.p-button-secondary > .p-button {
|
2176
|
+
.p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
2140
2177
|
color: #020617;
|
2141
2178
|
background: #94a3b8;
|
2142
2179
|
border: 1px solid #94a3b8;
|
2143
2180
|
}
|
2144
|
-
.p-button.p-button-secondary:not(:disabled):hover,
|
2145
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2146
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2181
|
+
.p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2147
2182
|
background: #cbd5e1;
|
2148
2183
|
color: #020617;
|
2149
2184
|
border-color: #cbd5e1;
|
2150
2185
|
}
|
2151
|
-
.p-button.p-button-secondary:not(:disabled):focus,
|
2152
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2153
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2186
|
+
.p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2154
2187
|
box-shadow: 0 0 0 1px #b4bfcd;
|
2155
2188
|
}
|
2156
|
-
.p-button.p-button-secondary:not(:disabled):active,
|
2157
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2158
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2189
|
+
.p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2159
2190
|
background: #e2e8f0;
|
2160
2191
|
color: #020617;
|
2161
2192
|
border-color: #e2e8f0;
|
2162
2193
|
}
|
2163
|
-
.p-button.p-button-secondary.p-button-outlined,
|
2164
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2165
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2194
|
+
.p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2166
2195
|
background-color: transparent;
|
2167
2196
|
color: #94a3b8;
|
2168
2197
|
border: 1px solid;
|
2169
2198
|
}
|
2170
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2171
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2172
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2199
|
+
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2173
2200
|
background: rgba(148, 163, 184, 0.04);
|
2174
2201
|
color: #94a3b8;
|
2175
2202
|
border: 1px solid;
|
2176
2203
|
}
|
2177
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2178
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2179
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2204
|
+
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2180
2205
|
background: rgba(148, 163, 184, 0.16);
|
2181
2206
|
color: #94a3b8;
|
2182
2207
|
border: 1px solid;
|
2183
2208
|
}
|
2184
|
-
.p-button.p-button-secondary.p-button-text,
|
2185
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2186
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2209
|
+
.p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2187
2210
|
background-color: transparent;
|
2188
2211
|
color: #94a3b8;
|
2189
2212
|
border-color: transparent;
|
2190
2213
|
}
|
2191
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2192
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2193
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2214
|
+
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2194
2215
|
background: rgba(148, 163, 184, 0.04);
|
2195
2216
|
border-color: transparent;
|
2196
2217
|
color: #94a3b8;
|
2197
2218
|
}
|
2198
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2199
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2200
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2219
|
+
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2201
2220
|
background: rgba(148, 163, 184, 0.16);
|
2202
2221
|
border-color: transparent;
|
2203
2222
|
color: #94a3b8;
|
2204
2223
|
}
|
2205
2224
|
|
2206
|
-
.p-button.p-button-info,
|
2207
|
-
.p-buttonset.p-button-info > .p-button,
|
2208
|
-
.p-splitbutton.p-button-info > .p-button {
|
2225
|
+
.p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
2209
2226
|
color: #082f49;
|
2210
2227
|
background: #38bdf8;
|
2211
2228
|
border: 1px solid #38bdf8;
|
2212
2229
|
}
|
2213
|
-
.p-button.p-button-info:not(:disabled):hover,
|
2214
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2215
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2230
|
+
.p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2216
2231
|
background: #7dd3fc;
|
2217
2232
|
color: #082f49;
|
2218
2233
|
border-color: #7dd3fc;
|
2219
2234
|
}
|
2220
|
-
.p-button.p-button-info:not(:disabled):focus,
|
2221
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2222
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2235
|
+
.p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2223
2236
|
box-shadow: 0 0 0 1px #74d1fa;
|
2224
2237
|
}
|
2225
|
-
.p-button.p-button-info:not(:disabled):active,
|
2226
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2227
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2238
|
+
.p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2228
2239
|
background: #bae6fd;
|
2229
2240
|
color: #082f49;
|
2230
2241
|
border-color: #bae6fd;
|
2231
2242
|
}
|
2232
|
-
.p-button.p-button-info.p-button-outlined,
|
2233
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2234
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2243
|
+
.p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2235
2244
|
background-color: transparent;
|
2236
2245
|
color: #38bdf8;
|
2237
2246
|
border: 1px solid;
|
2238
2247
|
}
|
2239
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2240
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2241
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2248
|
+
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2242
2249
|
background: rgba(56, 189, 248, 0.04);
|
2243
2250
|
color: #38bdf8;
|
2244
2251
|
border: 1px solid;
|
2245
2252
|
}
|
2246
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2247
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2248
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2253
|
+
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2249
2254
|
background: rgba(56, 189, 248, 0.16);
|
2250
2255
|
color: #38bdf8;
|
2251
2256
|
border: 1px solid;
|
2252
2257
|
}
|
2253
|
-
.p-button.p-button-info.p-button-text,
|
2254
|
-
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2255
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2258
|
+
.p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
2256
2259
|
background-color: transparent;
|
2257
2260
|
color: #38bdf8;
|
2258
2261
|
border-color: transparent;
|
2259
2262
|
}
|
2260
|
-
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2261
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2262
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2263
|
+
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2263
2264
|
background: rgba(56, 189, 248, 0.04);
|
2264
2265
|
border-color: transparent;
|
2265
2266
|
color: #38bdf8;
|
2266
2267
|
}
|
2267
|
-
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2268
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2269
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2268
|
+
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2270
2269
|
background: rgba(56, 189, 248, 0.16);
|
2271
2270
|
border-color: transparent;
|
2272
2271
|
color: #38bdf8;
|
2273
2272
|
}
|
2274
2273
|
|
2275
|
-
.p-button.p-button-success,
|
2276
|
-
.p-buttonset.p-button-success > .p-button,
|
2277
|
-
.p-splitbutton.p-button-success > .p-button {
|
2274
|
+
.p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
2278
2275
|
color: #052e16;
|
2279
2276
|
background: #4ade80;
|
2280
2277
|
border: 1px solid #4ade80;
|
2281
2278
|
}
|
2282
|
-
.p-button.p-button-success:not(:disabled):hover,
|
2283
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2284
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2279
|
+
.p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2285
2280
|
background: #86efac;
|
2286
2281
|
color: #052e16;
|
2287
2282
|
border-color: #86efac;
|
2288
2283
|
}
|
2289
|
-
.p-button.p-button-success:not(:disabled):focus,
|
2290
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2291
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2284
|
+
.p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2292
2285
|
box-shadow: 0 0 0 1px #80e8a6;
|
2293
2286
|
}
|
2294
|
-
.p-button.p-button-success:not(:disabled):active,
|
2295
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2296
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2287
|
+
.p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2297
2288
|
background: #bbf7d0;
|
2298
2289
|
color: #052e16;
|
2299
2290
|
border-color: #bbf7d0;
|
2300
2291
|
}
|
2301
|
-
.p-button.p-button-success.p-button-outlined,
|
2302
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2303
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2292
|
+
.p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2304
2293
|
background-color: transparent;
|
2305
2294
|
color: #4ade80;
|
2306
2295
|
border: 1px solid;
|
2307
2296
|
}
|
2308
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2309
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2310
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2297
|
+
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2311
2298
|
background: rgba(74, 222, 128, 0.04);
|
2312
2299
|
color: #4ade80;
|
2313
2300
|
border: 1px solid;
|
2314
2301
|
}
|
2315
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2316
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2317
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2302
|
+
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2318
2303
|
background: rgba(74, 222, 128, 0.16);
|
2319
2304
|
color: #4ade80;
|
2320
2305
|
border: 1px solid;
|
2321
2306
|
}
|
2322
|
-
.p-button.p-button-success.p-button-text,
|
2323
|
-
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2324
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2307
|
+
.p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
2325
2308
|
background-color: transparent;
|
2326
2309
|
color: #4ade80;
|
2327
2310
|
border-color: transparent;
|
2328
2311
|
}
|
2329
|
-
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2330
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2331
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2312
|
+
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2332
2313
|
background: rgba(74, 222, 128, 0.04);
|
2333
2314
|
border-color: transparent;
|
2334
2315
|
color: #4ade80;
|
2335
2316
|
}
|
2336
|
-
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2337
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2338
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2317
|
+
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2339
2318
|
background: rgba(74, 222, 128, 0.16);
|
2340
2319
|
border-color: transparent;
|
2341
2320
|
color: #4ade80;
|
2342
2321
|
}
|
2343
2322
|
|
2344
|
-
.p-button.p-button-warning,
|
2345
|
-
.p-buttonset.p-button-warning > .p-button,
|
2346
|
-
.p-splitbutton.p-button-warning > .p-button {
|
2323
|
+
.p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
2347
2324
|
color: #431407;
|
2348
2325
|
background: #fb923c;
|
2349
2326
|
border: 1px solid #fb923c;
|
2350
2327
|
}
|
2351
|
-
.p-button.p-button-warning:not(:disabled):hover,
|
2352
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2353
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2328
|
+
.p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2354
2329
|
background: #fdba74;
|
2355
2330
|
color: #431407;
|
2356
2331
|
border-color: #fdba74;
|
2357
2332
|
}
|
2358
|
-
.p-button.p-button-warning:not(:disabled):focus,
|
2359
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2360
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2333
|
+
.p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2361
2334
|
box-shadow: 0 0 0 1px #fcb377;
|
2362
2335
|
}
|
2363
|
-
.p-button.p-button-warning:not(:disabled):active,
|
2364
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2365
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2336
|
+
.p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2366
2337
|
background: #fed7aa;
|
2367
2338
|
color: #431407;
|
2368
2339
|
border-color: #fed7aa;
|
2369
2340
|
}
|
2370
|
-
.p-button.p-button-warning.p-button-outlined,
|
2371
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2372
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2341
|
+
.p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2373
2342
|
background-color: transparent;
|
2374
2343
|
color: #fb923c;
|
2375
2344
|
border: 1px solid;
|
2376
2345
|
}
|
2377
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2378
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2379
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2346
|
+
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2380
2347
|
background: rgba(251, 146, 60, 0.04);
|
2381
2348
|
color: #fb923c;
|
2382
2349
|
border: 1px solid;
|
2383
2350
|
}
|
2384
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2385
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2386
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2351
|
+
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2387
2352
|
background: rgba(251, 146, 60, 0.16);
|
2388
2353
|
color: #fb923c;
|
2389
2354
|
border: 1px solid;
|
2390
2355
|
}
|
2391
|
-
.p-button.p-button-warning.p-button-text,
|
2392
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2393
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2356
|
+
.p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2394
2357
|
background-color: transparent;
|
2395
2358
|
color: #fb923c;
|
2396
2359
|
border-color: transparent;
|
2397
2360
|
}
|
2398
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2399
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2400
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2361
|
+
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2401
2362
|
background: rgba(251, 146, 60, 0.04);
|
2402
2363
|
border-color: transparent;
|
2403
2364
|
color: #fb923c;
|
2404
2365
|
}
|
2405
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2406
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2407
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2366
|
+
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2408
2367
|
background: rgba(251, 146, 60, 0.16);
|
2409
2368
|
border-color: transparent;
|
2410
2369
|
color: #fb923c;
|
2411
2370
|
}
|
2412
2371
|
|
2413
|
-
.p-button.p-button-help,
|
2414
|
-
.p-buttonset.p-button-help > .p-button,
|
2415
|
-
.p-splitbutton.p-button-help > .p-button {
|
2372
|
+
.p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
2416
2373
|
color: #3b0764;
|
2417
2374
|
background: #c084fc;
|
2418
2375
|
border: 1px solid #c084fc;
|
2419
2376
|
}
|
2420
|
-
.p-button.p-button-help:not(:disabled):hover,
|
2421
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2422
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2377
|
+
.p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2423
2378
|
background: #d8b4fe;
|
2424
2379
|
color: #3b0764;
|
2425
2380
|
border-color: #d8b4fe;
|
2426
2381
|
}
|
2427
|
-
.p-button.p-button-help:not(:disabled):focus,
|
2428
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2429
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2382
|
+
.p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2430
2383
|
box-shadow: 0 0 0 1px #d3a9fd;
|
2431
2384
|
}
|
2432
|
-
.p-button.p-button-help:not(:disabled):active,
|
2433
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2434
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2385
|
+
.p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2435
2386
|
background: #e9d5ff;
|
2436
2387
|
color: #3b0764;
|
2437
2388
|
border-color: #e9d5ff;
|
2438
2389
|
}
|
2439
|
-
.p-button.p-button-help.p-button-outlined,
|
2440
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2441
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2390
|
+
.p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2442
2391
|
background-color: transparent;
|
2443
2392
|
color: #c084fc;
|
2444
2393
|
border: 1px solid;
|
2445
2394
|
}
|
2446
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2447
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2448
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2395
|
+
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2449
2396
|
background: rgba(192, 132, 252, 0.04);
|
2450
2397
|
color: #c084fc;
|
2451
2398
|
border: 1px solid;
|
2452
2399
|
}
|
2453
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2454
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2455
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2400
|
+
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2456
2401
|
background: rgba(192, 132, 252, 0.16);
|
2457
2402
|
color: #c084fc;
|
2458
2403
|
border: 1px solid;
|
2459
2404
|
}
|
2460
|
-
.p-button.p-button-help.p-button-text,
|
2461
|
-
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2462
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2405
|
+
.p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
2463
2406
|
background-color: transparent;
|
2464
2407
|
color: #c084fc;
|
2465
2408
|
border-color: transparent;
|
2466
2409
|
}
|
2467
|
-
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2468
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2469
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2410
|
+
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2470
2411
|
background: rgba(192, 132, 252, 0.04);
|
2471
2412
|
border-color: transparent;
|
2472
2413
|
color: #c084fc;
|
2473
2414
|
}
|
2474
|
-
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2475
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2476
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2415
|
+
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2477
2416
|
background: rgba(192, 132, 252, 0.16);
|
2478
2417
|
border-color: transparent;
|
2479
2418
|
color: #c084fc;
|
2480
2419
|
}
|
2481
2420
|
|
2482
|
-
.p-button.p-button-danger,
|
2483
|
-
.p-buttonset.p-button-danger > .p-button,
|
2484
|
-
.p-splitbutton.p-button-danger > .p-button {
|
2421
|
+
.p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
2485
2422
|
color: #450a0a;
|
2486
2423
|
background: #f87171;
|
2487
2424
|
border: 1px solid #f87171;
|
2488
2425
|
}
|
2489
|
-
.p-button.p-button-danger:not(:disabled):hover,
|
2490
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2491
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2426
|
+
.p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2492
2427
|
background: #fca5a5;
|
2493
2428
|
color: #450a0a;
|
2494
2429
|
border-color: #fca5a5;
|
2495
2430
|
}
|
2496
|
-
.p-button.p-button-danger:not(:disabled):focus,
|
2497
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2498
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2431
|
+
.p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2499
2432
|
box-shadow: 0 0 0 1px #fa9c9c;
|
2500
2433
|
}
|
2501
|
-
.p-button.p-button-danger:not(:disabled):active,
|
2502
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2503
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2434
|
+
.p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2504
2435
|
background: #fecaca;
|
2505
2436
|
color: #450a0a;
|
2506
2437
|
border-color: #fecaca;
|
2507
2438
|
}
|
2508
|
-
.p-button.p-button-danger.p-button-outlined,
|
2509
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2510
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2439
|
+
.p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2511
2440
|
background-color: transparent;
|
2512
2441
|
color: #f87171;
|
2513
2442
|
border: 1px solid;
|
2514
2443
|
}
|
2515
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2516
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2517
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2444
|
+
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2518
2445
|
background: rgba(248, 113, 113, 0.04);
|
2519
2446
|
color: #f87171;
|
2520
2447
|
border: 1px solid;
|
2521
2448
|
}
|
2522
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2523
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2524
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2449
|
+
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2525
2450
|
background: rgba(248, 113, 113, 0.16);
|
2526
2451
|
color: #f87171;
|
2527
2452
|
border: 1px solid;
|
2528
2453
|
}
|
2529
|
-
.p-button.p-button-danger.p-button-text,
|
2530
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2531
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2454
|
+
.p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2532
2455
|
background-color: transparent;
|
2533
2456
|
color: #f87171;
|
2534
2457
|
border-color: transparent;
|
2535
2458
|
}
|
2536
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2537
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2538
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2459
|
+
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2539
2460
|
background: rgba(248, 113, 113, 0.04);
|
2540
2461
|
border-color: transparent;
|
2541
2462
|
color: #f87171;
|
2542
2463
|
}
|
2543
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2544
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2545
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2464
|
+
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2546
2465
|
background: rgba(248, 113, 113, 0.16);
|
2547
2466
|
border-color: transparent;
|
2548
2467
|
color: #f87171;
|
2549
2468
|
}
|
2550
2469
|
|
2470
|
+
.p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button {
|
2471
|
+
color: #111827;
|
2472
|
+
background: #ffffff;
|
2473
|
+
border: 1px solid #ffffff;
|
2474
|
+
}
|
2475
|
+
.p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
|
2476
|
+
background: #f3f4f6;
|
2477
|
+
color: #111827;
|
2478
|
+
border-color: #f3f4f6;
|
2479
|
+
}
|
2480
|
+
.p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
|
2481
|
+
box-shadow: none;
|
2482
|
+
}
|
2483
|
+
.p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
|
2484
|
+
background: #e5e7eb;
|
2485
|
+
color: #111827;
|
2486
|
+
border-color: #e5e7eb;
|
2487
|
+
}
|
2488
|
+
.p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
|
2489
|
+
background-color: transparent;
|
2490
|
+
color: #ffffff;
|
2491
|
+
border: 1px solid;
|
2492
|
+
}
|
2493
|
+
.p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
|
2494
|
+
background: rgba(255, 255, 255, 0.04);
|
2495
|
+
color: #ffffff;
|
2496
|
+
border: 1px solid;
|
2497
|
+
}
|
2498
|
+
.p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
|
2499
|
+
background: rgba(255, 255, 255, 0.16);
|
2500
|
+
color: #ffffff;
|
2501
|
+
border: 1px solid;
|
2502
|
+
}
|
2503
|
+
.p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text {
|
2504
|
+
background-color: transparent;
|
2505
|
+
color: #ffffff;
|
2506
|
+
border-color: transparent;
|
2507
|
+
}
|
2508
|
+
.p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
|
2509
|
+
background: rgba(255, 255, 255, 0.04);
|
2510
|
+
border-color: transparent;
|
2511
|
+
color: #ffffff;
|
2512
|
+
}
|
2513
|
+
.p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
|
2514
|
+
background: rgba(255, 255, 255, 0.16);
|
2515
|
+
border-color: transparent;
|
2516
|
+
color: #ffffff;
|
2517
|
+
}
|
2518
|
+
|
2551
2519
|
.p-button.p-button-link {
|
2552
2520
|
color: #2dd4bf;
|
2553
2521
|
background: transparent;
|
@@ -2653,253 +2621,14 @@
|
|
2653
2621
|
.p-splitbutton {
|
2654
2622
|
border-radius: 6px;
|
2655
2623
|
}
|
2656
|
-
.p-splitbutton.p-button-outlined > .p-button {
|
2657
|
-
background-color: transparent;
|
2658
|
-
color: #2dd4bf;
|
2659
|
-
border: 1px solid;
|
2660
|
-
}
|
2661
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover {
|
2662
|
-
background: rgba(45, 212, 191, 0.04);
|
2663
|
-
color: #2dd4bf;
|
2664
|
-
}
|
2665
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):active {
|
2666
|
-
background: rgba(45, 212, 191, 0.16);
|
2667
|
-
color: #2dd4bf;
|
2668
|
-
}
|
2669
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2670
|
-
color: rgba(255, 255, 255, 0.6);
|
2671
|
-
border-color: rgba(255, 255, 255, 0.6);
|
2672
|
-
}
|
2673
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover {
|
2674
|
-
background: rgba(255, 255, 255, 0.03);
|
2675
|
-
color: rgba(255, 255, 255, 0.6);
|
2676
|
-
}
|
2677
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active {
|
2678
|
-
background: rgba(255, 255, 255, 0.16);
|
2679
|
-
color: rgba(255, 255, 255, 0.6);
|
2680
|
-
}
|
2681
|
-
.p-splitbutton.p-button-text > .p-button {
|
2682
|
-
background-color: transparent;
|
2683
|
-
color: #2dd4bf;
|
2684
|
-
border-color: transparent;
|
2685
|
-
}
|
2686
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):hover {
|
2687
|
-
background: rgba(45, 212, 191, 0.04);
|
2688
|
-
color: #2dd4bf;
|
2689
|
-
border-color: transparent;
|
2690
|
-
}
|
2691
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):active {
|
2692
|
-
background: rgba(45, 212, 191, 0.16);
|
2693
|
-
color: #2dd4bf;
|
2694
|
-
border-color: transparent;
|
2695
|
-
}
|
2696
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2697
|
-
color: rgba(255, 255, 255, 0.6);
|
2698
|
-
}
|
2699
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover {
|
2700
|
-
background: rgba(255, 255, 255, 0.03);
|
2701
|
-
color: rgba(255, 255, 255, 0.6);
|
2702
|
-
}
|
2703
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active {
|
2704
|
-
background: rgba(255, 255, 255, 0.16);
|
2705
|
-
color: rgba(255, 255, 255, 0.6);
|
2706
|
-
}
|
2707
|
-
.p-splitbutton.p-button-raised {
|
2708
|
-
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);
|
2709
|
-
}
|
2710
2624
|
.p-splitbutton.p-button-rounded {
|
2711
2625
|
border-radius: 2rem;
|
2712
2626
|
}
|
2713
2627
|
.p-splitbutton.p-button-rounded > .p-button {
|
2714
2628
|
border-radius: 2rem;
|
2715
2629
|
}
|
2716
|
-
.p-splitbutton.p-button-
|
2717
|
-
|
2718
|
-
padding: 0.65625rem 1.09375rem;
|
2719
|
-
}
|
2720
|
-
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2721
|
-
font-size: 0.875rem;
|
2722
|
-
}
|
2723
|
-
.p-splitbutton.p-button-lg > .p-button {
|
2724
|
-
font-size: 1.25rem;
|
2725
|
-
padding: 0.9375rem 1.5625rem;
|
2726
|
-
}
|
2727
|
-
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2728
|
-
font-size: 1.25rem;
|
2729
|
-
}
|
2730
|
-
|
2731
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2732
|
-
background-color: transparent;
|
2733
|
-
color: #94a3b8;
|
2734
|
-
border: 1px solid;
|
2735
|
-
}
|
2736
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover {
|
2737
|
-
background: rgba(148, 163, 184, 0.04);
|
2738
|
-
color: #94a3b8;
|
2739
|
-
}
|
2740
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
|
2741
|
-
background: rgba(148, 163, 184, 0.16);
|
2742
|
-
color: #94a3b8;
|
2743
|
-
}
|
2744
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2745
|
-
background-color: transparent;
|
2746
|
-
color: #94a3b8;
|
2747
|
-
border-color: transparent;
|
2748
|
-
}
|
2749
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover {
|
2750
|
-
background: rgba(148, 163, 184, 0.04);
|
2751
|
-
border-color: transparent;
|
2752
|
-
color: #94a3b8;
|
2753
|
-
}
|
2754
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active {
|
2755
|
-
background: rgba(148, 163, 184, 0.16);
|
2756
|
-
border-color: transparent;
|
2757
|
-
color: #94a3b8;
|
2758
|
-
}
|
2759
|
-
|
2760
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2761
|
-
background-color: transparent;
|
2762
|
-
color: #38bdf8;
|
2763
|
-
border: 1px solid;
|
2764
|
-
}
|
2765
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover {
|
2766
|
-
background: rgba(56, 189, 248, 0.04);
|
2767
|
-
color: #38bdf8;
|
2768
|
-
}
|
2769
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active {
|
2770
|
-
background: rgba(56, 189, 248, 0.16);
|
2771
|
-
color: #38bdf8;
|
2772
|
-
}
|
2773
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2774
|
-
background-color: transparent;
|
2775
|
-
color: #38bdf8;
|
2776
|
-
border-color: transparent;
|
2777
|
-
}
|
2778
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover {
|
2779
|
-
background: rgba(56, 189, 248, 0.04);
|
2780
|
-
border-color: transparent;
|
2781
|
-
color: #38bdf8;
|
2782
|
-
}
|
2783
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active {
|
2784
|
-
background: rgba(56, 189, 248, 0.16);
|
2785
|
-
border-color: transparent;
|
2786
|
-
color: #38bdf8;
|
2787
|
-
}
|
2788
|
-
|
2789
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2790
|
-
background-color: transparent;
|
2791
|
-
color: #4ade80;
|
2792
|
-
border: 1px solid;
|
2793
|
-
}
|
2794
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover {
|
2795
|
-
background: rgba(74, 222, 128, 0.04);
|
2796
|
-
color: #4ade80;
|
2797
|
-
}
|
2798
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
|
2799
|
-
background: rgba(74, 222, 128, 0.16);
|
2800
|
-
color: #4ade80;
|
2801
|
-
}
|
2802
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2803
|
-
background-color: transparent;
|
2804
|
-
color: #4ade80;
|
2805
|
-
border-color: transparent;
|
2806
|
-
}
|
2807
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover {
|
2808
|
-
background: rgba(74, 222, 128, 0.04);
|
2809
|
-
border-color: transparent;
|
2810
|
-
color: #4ade80;
|
2811
|
-
}
|
2812
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active {
|
2813
|
-
background: rgba(74, 222, 128, 0.16);
|
2814
|
-
border-color: transparent;
|
2815
|
-
color: #4ade80;
|
2816
|
-
}
|
2817
|
-
|
2818
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2819
|
-
background-color: transparent;
|
2820
|
-
color: #fb923c;
|
2821
|
-
border: 1px solid;
|
2822
|
-
}
|
2823
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover {
|
2824
|
-
background: rgba(251, 146, 60, 0.04);
|
2825
|
-
color: #fb923c;
|
2826
|
-
}
|
2827
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
|
2828
|
-
background: rgba(251, 146, 60, 0.16);
|
2829
|
-
color: #fb923c;
|
2830
|
-
}
|
2831
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2832
|
-
background-color: transparent;
|
2833
|
-
color: #fb923c;
|
2834
|
-
border-color: transparent;
|
2835
|
-
}
|
2836
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover {
|
2837
|
-
background: rgba(251, 146, 60, 0.04);
|
2838
|
-
border-color: transparent;
|
2839
|
-
color: #fb923c;
|
2840
|
-
}
|
2841
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active {
|
2842
|
-
background: rgba(251, 146, 60, 0.16);
|
2843
|
-
border-color: transparent;
|
2844
|
-
color: #fb923c;
|
2845
|
-
}
|
2846
|
-
|
2847
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2848
|
-
background-color: transparent;
|
2849
|
-
color: #c084fc;
|
2850
|
-
border: 1px solid;
|
2851
|
-
}
|
2852
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover {
|
2853
|
-
background: rgba(192, 132, 252, 0.04);
|
2854
|
-
color: #c084fc;
|
2855
|
-
}
|
2856
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
|
2857
|
-
background: rgba(192, 132, 252, 0.16);
|
2858
|
-
color: #c084fc;
|
2859
|
-
}
|
2860
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2861
|
-
background-color: transparent;
|
2862
|
-
color: #c084fc;
|
2863
|
-
border-color: transparent;
|
2864
|
-
}
|
2865
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover {
|
2866
|
-
background: rgba(192, 132, 252, 0.04);
|
2867
|
-
border-color: transparent;
|
2868
|
-
color: #c084fc;
|
2869
|
-
}
|
2870
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active {
|
2871
|
-
background: rgba(192, 132, 252, 0.16);
|
2872
|
-
border-color: transparent;
|
2873
|
-
color: #c084fc;
|
2874
|
-
}
|
2875
|
-
|
2876
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2877
|
-
background-color: transparent;
|
2878
|
-
color: #f87171;
|
2879
|
-
border: 1px solid;
|
2880
|
-
}
|
2881
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover {
|
2882
|
-
background: rgba(248, 113, 113, 0.04);
|
2883
|
-
color: #f87171;
|
2884
|
-
}
|
2885
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
2886
|
-
background: rgba(248, 113, 113, 0.16);
|
2887
|
-
color: #f87171;
|
2888
|
-
}
|
2889
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2890
|
-
background-color: transparent;
|
2891
|
-
color: #f87171;
|
2892
|
-
border-color: transparent;
|
2893
|
-
}
|
2894
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover {
|
2895
|
-
background: rgba(248, 113, 113, 0.04);
|
2896
|
-
border-color: transparent;
|
2897
|
-
color: #f87171;
|
2898
|
-
}
|
2899
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active {
|
2900
|
-
background: rgba(248, 113, 113, 0.16);
|
2901
|
-
border-color: transparent;
|
2902
|
-
color: #f87171;
|
2630
|
+
.p-splitbutton.p-button-raised {
|
2631
|
+
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);
|
2903
2632
|
}
|
2904
2633
|
|
2905
2634
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
@@ -3313,6 +3042,9 @@
|
|
3313
3042
|
transition: box-shadow 0.2s;
|
3314
3043
|
border-radius: 0;
|
3315
3044
|
}
|
3045
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
|
3046
|
+
margin-top: 0;
|
3047
|
+
}
|
3316
3048
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
3317
3049
|
color: rgba(255, 255, 255, 0.87);
|
3318
3050
|
background: rgba(45, 212, 191, 0.16);
|
@@ -3416,6 +3148,9 @@
|
|
3416
3148
|
background: transparent;
|
3417
3149
|
transition: box-shadow 0.2s;
|
3418
3150
|
}
|
3151
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
|
3152
|
+
margin-top: 0;
|
3153
|
+
}
|
3419
3154
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3420
3155
|
background: rgba(255, 255, 255, 0.03);
|
3421
3156
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3632,6 +3367,9 @@
|
|
3632
3367
|
background: transparent;
|
3633
3368
|
transition: box-shadow 0.2s;
|
3634
3369
|
}
|
3370
|
+
.p-picklist .p-picklist-list .p-picklist-item:first-child {
|
3371
|
+
margin-top: 0;
|
3372
|
+
}
|
3635
3373
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3636
3374
|
background: rgba(255, 255, 255, 0.03);
|
3637
3375
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4296,6 +4034,174 @@
|
|
4296
4034
|
background: #424b57;
|
4297
4035
|
}
|
4298
4036
|
|
4037
|
+
.p-stepper .p-stepper-nav {
|
4038
|
+
position: relative;
|
4039
|
+
display: flex;
|
4040
|
+
justify-content: space-between;
|
4041
|
+
align-items: center;
|
4042
|
+
margin: 0;
|
4043
|
+
padding: 0;
|
4044
|
+
list-style-type: none;
|
4045
|
+
overflow-x: auto;
|
4046
|
+
}
|
4047
|
+
|
4048
|
+
.p-stepper-vertical .p-stepper-nav {
|
4049
|
+
flex-direction: column;
|
4050
|
+
}
|
4051
|
+
|
4052
|
+
.p-stepper-header {
|
4053
|
+
position: relative;
|
4054
|
+
display: flex;
|
4055
|
+
flex: 1 1 auto;
|
4056
|
+
align-items: center;
|
4057
|
+
}
|
4058
|
+
.p-stepper-header:last-of-type {
|
4059
|
+
flex: initial;
|
4060
|
+
}
|
4061
|
+
|
4062
|
+
.p-stepper-header .p-stepper-action {
|
4063
|
+
border: 0 none;
|
4064
|
+
display: inline-flex;
|
4065
|
+
align-items: center;
|
4066
|
+
text-decoration: none;
|
4067
|
+
cursor: pointer;
|
4068
|
+
}
|
4069
|
+
.p-stepper-header .p-stepper-action:focus-visible {
|
4070
|
+
outline: 0 none;
|
4071
|
+
outline-offset: 0;
|
4072
|
+
box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
|
4073
|
+
}
|
4074
|
+
|
4075
|
+
.p-stepper.p-stepper-readonly .p-stepper-header {
|
4076
|
+
cursor: auto;
|
4077
|
+
}
|
4078
|
+
|
4079
|
+
.p-stepper-header.p-highlight .p-stepper-action {
|
4080
|
+
cursor: default;
|
4081
|
+
}
|
4082
|
+
|
4083
|
+
.p-stepper-title {
|
4084
|
+
display: block;
|
4085
|
+
white-space: nowrap;
|
4086
|
+
overflow: hidden;
|
4087
|
+
text-overflow: ellipsis;
|
4088
|
+
max-width: 100%;
|
4089
|
+
}
|
4090
|
+
|
4091
|
+
.p-stepper-number {
|
4092
|
+
display: flex;
|
4093
|
+
align-items: center;
|
4094
|
+
justify-content: center;
|
4095
|
+
}
|
4096
|
+
|
4097
|
+
.p-stepper-separator {
|
4098
|
+
flex: 1 1 0;
|
4099
|
+
}
|
4100
|
+
|
4101
|
+
.p-stepper .p-stepper-nav {
|
4102
|
+
display: flex;
|
4103
|
+
justify-content: space-between;
|
4104
|
+
margin: 0;
|
4105
|
+
padding: 0;
|
4106
|
+
list-style-type: none;
|
4107
|
+
}
|
4108
|
+
.p-stepper .p-stepper-header {
|
4109
|
+
padding: 0.5rem;
|
4110
|
+
}
|
4111
|
+
.p-stepper .p-stepper-header .p-stepper-action {
|
4112
|
+
transition: box-shadow 0.2s;
|
4113
|
+
border-radius: 6px;
|
4114
|
+
background: transparent;
|
4115
|
+
outline-color: transparent;
|
4116
|
+
}
|
4117
|
+
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
|
4118
|
+
color: rgba(255, 255, 255, 0.87);
|
4119
|
+
border: 0 none;
|
4120
|
+
border-width: 2px;
|
4121
|
+
background: transparent;
|
4122
|
+
min-width: 2rem;
|
4123
|
+
height: 2rem;
|
4124
|
+
line-height: 2rem;
|
4125
|
+
font-size: 1.143rem;
|
4126
|
+
border-radius: 50%;
|
4127
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
4128
|
+
}
|
4129
|
+
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
|
4130
|
+
margin-left: 0.5rem;
|
4131
|
+
color: rgba(255, 255, 255, 0.6);
|
4132
|
+
font-weight: 700;
|
4133
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
4134
|
+
}
|
4135
|
+
.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
|
4136
|
+
outline: 0 none;
|
4137
|
+
outline-offset: 0;
|
4138
|
+
box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
|
4139
|
+
}
|
4140
|
+
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
4141
|
+
background: rgba(45, 212, 191, 0.16);
|
4142
|
+
color: rgba(255, 255, 255, 0.87);
|
4143
|
+
}
|
4144
|
+
.p-stepper .p-stepper-header.p-highlight .p-stepper-title {
|
4145
|
+
color: rgba(255, 255, 255, 0.87);
|
4146
|
+
}
|
4147
|
+
.p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
|
4148
|
+
outline: 0 none;
|
4149
|
+
outline-offset: 0;
|
4150
|
+
box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
|
4151
|
+
}
|
4152
|
+
.p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
|
4153
|
+
background-color: #2dd4bf;
|
4154
|
+
}
|
4155
|
+
.p-stepper .p-stepper-panels {
|
4156
|
+
background: #1f2937;
|
4157
|
+
padding: 1.25rem;
|
4158
|
+
color: rgba(255, 255, 255, 0.87);
|
4159
|
+
}
|
4160
|
+
.p-stepper .p-stepper-separator {
|
4161
|
+
background-color: #424b57;
|
4162
|
+
width: 100%;
|
4163
|
+
height: 2px;
|
4164
|
+
margin-inline-start: 1rem;
|
4165
|
+
transition: box-shadow 0.2s;
|
4166
|
+
}
|
4167
|
+
.p-stepper.p-stepper-vertical {
|
4168
|
+
display: flex;
|
4169
|
+
flex-direction: column;
|
4170
|
+
}
|
4171
|
+
.p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
|
4172
|
+
display: flex;
|
4173
|
+
flex: 1 1 auto;
|
4174
|
+
background: #1f2937;
|
4175
|
+
color: rgba(255, 255, 255, 0.87);
|
4176
|
+
}
|
4177
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel {
|
4178
|
+
display: flex;
|
4179
|
+
flex-direction: column;
|
4180
|
+
flex: initial;
|
4181
|
+
}
|
4182
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
|
4183
|
+
flex: 1 1 auto;
|
4184
|
+
}
|
4185
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
|
4186
|
+
flex: initial;
|
4187
|
+
}
|
4188
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
|
4189
|
+
width: 100%;
|
4190
|
+
padding-left: 1rem;
|
4191
|
+
}
|
4192
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
|
4193
|
+
flex: 0 0 auto;
|
4194
|
+
width: 2px;
|
4195
|
+
height: auto;
|
4196
|
+
margin-inline-start: calc(1.75rem + 2px);
|
4197
|
+
}
|
4198
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
|
4199
|
+
background-color: #2dd4bf;
|
4200
|
+
}
|
4201
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
|
4202
|
+
padding-left: 3rem;
|
4203
|
+
}
|
4204
|
+
|
4299
4205
|
.p-tabview .p-tabview-nav-content {
|
4300
4206
|
scroll-padding-inline: 3rem;
|
4301
4207
|
}
|
@@ -4910,6 +4816,7 @@
|
|
4910
4816
|
color: rgba(255, 255, 255, 0.87);
|
4911
4817
|
border: 1px solid #424b57;
|
4912
4818
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
4819
|
+
border-radius: 6px;
|
4913
4820
|
}
|
4914
4821
|
.p-megamenu .p-submenu-header {
|
4915
4822
|
margin: 0;
|
@@ -5163,6 +5070,7 @@
|
|
5163
5070
|
border: 1px solid #424b57;
|
5164
5071
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
5165
5072
|
width: 12.5rem;
|
5073
|
+
border-radius: 6px;
|
5166
5074
|
}
|
5167
5075
|
.p-menubar .p-submenu-list .p-menuitem-separator {
|
5168
5076
|
border-top: 1px solid #424b57;
|
@@ -5640,6 +5548,7 @@
|
|
5640
5548
|
background: #374151;
|
5641
5549
|
border: 1px solid #424b57;
|
5642
5550
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
5551
|
+
border-radius: 6px;
|
5643
5552
|
}
|
5644
5553
|
.p-tieredmenu .p-menuitem > .p-menuitem-content {
|
5645
5554
|
color: rgba(255, 255, 255, 0.87);
|
@@ -6217,10 +6126,6 @@
|
|
6217
6126
|
display: flex;
|
6218
6127
|
}
|
6219
6128
|
|
6220
|
-
.p-metergroup-vertical {
|
6221
|
-
height: 100%;
|
6222
|
-
}
|
6223
|
-
|
6224
6129
|
.p-metergroup-vertical .p-metergroup-meters {
|
6225
6130
|
flex-direction: column;
|
6226
6131
|
}
|