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
@@ -449,6 +449,9 @@
|
|
449
449
|
transition: none;
|
450
450
|
border-radius: 0;
|
451
451
|
}
|
452
|
+
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
|
453
|
+
margin-top: 0;
|
454
|
+
}
|
452
455
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
453
456
|
color: #312e81;
|
454
457
|
background: #eef2ff;
|
@@ -787,6 +790,9 @@
|
|
787
790
|
transition: none;
|
788
791
|
border-radius: 0;
|
789
792
|
}
|
793
|
+
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
|
794
|
+
margin-top: 0;
|
795
|
+
}
|
790
796
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
791
797
|
color: #312e81;
|
792
798
|
background: #eef2ff;
|
@@ -1056,6 +1062,9 @@
|
|
1056
1062
|
transition: none;
|
1057
1063
|
border-radius: 0;
|
1058
1064
|
}
|
1065
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
|
1066
|
+
margin-top: 0;
|
1067
|
+
}
|
1059
1068
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
1060
1069
|
color: #312e81;
|
1061
1070
|
background: #eef2ff;
|
@@ -1218,6 +1227,17 @@
|
|
1218
1227
|
right: 3.75rem;
|
1219
1228
|
}
|
1220
1229
|
|
1230
|
+
.p-inputotp {
|
1231
|
+
display: flex;
|
1232
|
+
align-items: center;
|
1233
|
+
gap: 0.5rem;
|
1234
|
+
}
|
1235
|
+
|
1236
|
+
.p-inputotp-input {
|
1237
|
+
text-align: center;
|
1238
|
+
width: 2.5rem;
|
1239
|
+
}
|
1240
|
+
|
1221
1241
|
.p-inputswitch {
|
1222
1242
|
width: 3rem;
|
1223
1243
|
height: 1.75rem;
|
@@ -1414,6 +1434,9 @@
|
|
1414
1434
|
transition: none;
|
1415
1435
|
border-radius: 0;
|
1416
1436
|
}
|
1437
|
+
.p-listbox .p-listbox-list .p-listbox-item:first-child {
|
1438
|
+
margin-top: 0;
|
1439
|
+
}
|
1417
1440
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
1418
1441
|
color: #312e81;
|
1419
1442
|
background: #eef2ff;
|
@@ -1438,12 +1461,16 @@
|
|
1438
1461
|
}
|
1439
1462
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1440
1463
|
color: #18181b;
|
1441
|
-
background: #
|
1464
|
+
background: #f4f4f5;
|
1442
1465
|
}
|
1443
1466
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
1444
1467
|
color: #18181b;
|
1445
1468
|
background: #f4f4f5;
|
1446
1469
|
}
|
1470
|
+
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
|
1471
|
+
color: #18181b;
|
1472
|
+
background: #f4f4f5;
|
1473
|
+
}
|
1447
1474
|
.p-listbox.p-focus {
|
1448
1475
|
outline: 0 none;
|
1449
1476
|
outline-offset: 0;
|
@@ -1565,6 +1592,9 @@
|
|
1565
1592
|
transition: none;
|
1566
1593
|
border-radius: 0;
|
1567
1594
|
}
|
1595
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
|
1596
|
+
margin-top: 0;
|
1597
|
+
}
|
1568
1598
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
1569
1599
|
color: #312e81;
|
1570
1600
|
background: #eef2ff;
|
@@ -1574,7 +1604,7 @@
|
|
1574
1604
|
}
|
1575
1605
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1576
1606
|
color: #18181b;
|
1577
|
-
background: #
|
1607
|
+
background: #f4f4f5;
|
1578
1608
|
}
|
1579
1609
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
1580
1610
|
color: #18181b;
|
@@ -1714,6 +1744,13 @@
|
|
1714
1744
|
.p-rating {
|
1715
1745
|
gap: 0.5rem;
|
1716
1746
|
}
|
1747
|
+
.p-rating .p-rating-item {
|
1748
|
+
border-radius: 50%;
|
1749
|
+
outline-color: transparent;
|
1750
|
+
display: inline-flex;
|
1751
|
+
justify-content: center;
|
1752
|
+
align-items: center;
|
1753
|
+
}
|
1717
1754
|
.p-rating .p-rating-item .p-rating-icon {
|
1718
1755
|
color: #3f3f46;
|
1719
1756
|
transition: none;
|
@@ -1730,7 +1767,6 @@
|
|
1730
1767
|
outline: 0 none;
|
1731
1768
|
outline-offset: 0;
|
1732
1769
|
box-shadow: 0 0 0 1px #6366f1;
|
1733
|
-
border-color: #4f46e5;
|
1734
1770
|
}
|
1735
1771
|
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
|
1736
1772
|
color: #4f46e5;
|
@@ -2009,6 +2045,7 @@
|
|
2009
2045
|
font-size: 1rem;
|
2010
2046
|
transition: none;
|
2011
2047
|
border-radius: 0.375rem;
|
2048
|
+
outline-color: transparent;
|
2012
2049
|
}
|
2013
2050
|
.p-button:not(:disabled):hover {
|
2014
2051
|
background: #4338ca;
|
@@ -2073,7 +2110,7 @@
|
|
2073
2110
|
background: #e5e7eb;
|
2074
2111
|
color: #71717a;
|
2075
2112
|
}
|
2076
|
-
.p-button:focus {
|
2113
|
+
.p-button:focus-visible {
|
2077
2114
|
outline: 0 none;
|
2078
2115
|
outline-offset: 0;
|
2079
2116
|
box-shadow: 0 0 0 1px #6366f1;
|
@@ -2146,422 +2183,302 @@
|
|
2146
2183
|
.p-fluid .p-button-icon-only {
|
2147
2184
|
width: 3rem;
|
2148
2185
|
}
|
2149
|
-
.p-fluid .p-
|
2186
|
+
.p-fluid .p-button-group {
|
2150
2187
|
display: flex;
|
2151
2188
|
}
|
2152
|
-
.p-fluid .p-
|
2189
|
+
.p-fluid .p-button-group .p-button {
|
2153
2190
|
flex: 1;
|
2154
2191
|
}
|
2155
2192
|
|
2156
|
-
.p-button.p-button-secondary,
|
2157
|
-
.p-buttonset.p-button-secondary > .p-button,
|
2158
|
-
.p-splitbutton.p-button-secondary > .p-button {
|
2193
|
+
.p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
2159
2194
|
color: #ffffff;
|
2160
2195
|
background: #64748b;
|
2161
2196
|
border: 1px solid #64748b;
|
2162
2197
|
}
|
2163
|
-
.p-button.p-button-secondary:not(:disabled):hover,
|
2164
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2165
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2198
|
+
.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 {
|
2166
2199
|
background: #475569;
|
2167
2200
|
color: #ffffff;
|
2168
2201
|
border-color: #475569;
|
2169
2202
|
}
|
2170
|
-
.p-button.p-button-secondary:not(:disabled):focus,
|
2171
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2172
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2203
|
+
.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 {
|
2173
2204
|
box-shadow: 0 0 0 0.2rem #c0c7d2;
|
2174
2205
|
}
|
2175
|
-
.p-button.p-button-secondary:not(:disabled):active,
|
2176
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2177
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2206
|
+
.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 {
|
2178
2207
|
background: #475569;
|
2179
2208
|
color: #ffffff;
|
2180
2209
|
border-color: #475569;
|
2181
2210
|
}
|
2182
|
-
.p-button.p-button-secondary.p-button-outlined,
|
2183
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2184
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2211
|
+
.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 {
|
2185
2212
|
background-color: transparent;
|
2186
2213
|
color: #64748b;
|
2187
2214
|
border: 1px solid;
|
2188
2215
|
}
|
2189
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2190
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2191
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2216
|
+
.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 {
|
2192
2217
|
background: rgba(100, 116, 139, 0.04);
|
2193
2218
|
color: #64748b;
|
2194
2219
|
border: 1px solid;
|
2195
2220
|
}
|
2196
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2197
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2198
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2221
|
+
.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 {
|
2199
2222
|
background: rgba(100, 116, 139, 0.16);
|
2200
2223
|
color: #64748b;
|
2201
2224
|
border: 1px solid;
|
2202
2225
|
}
|
2203
|
-
.p-button.p-button-secondary.p-button-text,
|
2204
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2205
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2226
|
+
.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 {
|
2206
2227
|
background-color: transparent;
|
2207
2228
|
color: #64748b;
|
2208
2229
|
border-color: transparent;
|
2209
2230
|
}
|
2210
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2211
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2212
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2231
|
+
.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 {
|
2213
2232
|
background: rgba(100, 116, 139, 0.04);
|
2214
2233
|
border-color: transparent;
|
2215
2234
|
color: #64748b;
|
2216
2235
|
}
|
2217
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2218
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2219
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2236
|
+
.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 {
|
2220
2237
|
background: rgba(100, 116, 139, 0.16);
|
2221
2238
|
border-color: transparent;
|
2222
2239
|
color: #64748b;
|
2223
2240
|
}
|
2224
2241
|
|
2225
|
-
.p-button.p-button-info,
|
2226
|
-
.p-buttonset.p-button-info > .p-button,
|
2227
|
-
.p-splitbutton.p-button-info > .p-button {
|
2242
|
+
.p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
2228
2243
|
color: #ffffff;
|
2229
2244
|
background: #3b82f6;
|
2230
2245
|
border: 1px solid #3b82f6;
|
2231
2246
|
}
|
2232
|
-
.p-button.p-button-info:not(:disabled):hover,
|
2233
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2234
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2247
|
+
.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 {
|
2235
2248
|
background: #2563eb;
|
2236
2249
|
color: #ffffff;
|
2237
2250
|
border-color: #2563eb;
|
2238
2251
|
}
|
2239
|
-
.p-button.p-button-info:not(:disabled):focus,
|
2240
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2241
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2252
|
+
.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 {
|
2242
2253
|
box-shadow: 0 0 0 0.2rem #b1cdfb;
|
2243
2254
|
}
|
2244
|
-
.p-button.p-button-info:not(:disabled):active,
|
2245
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2246
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2255
|
+
.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 {
|
2247
2256
|
background: #2563eb;
|
2248
2257
|
color: #ffffff;
|
2249
2258
|
border-color: #2563eb;
|
2250
2259
|
}
|
2251
|
-
.p-button.p-button-info.p-button-outlined,
|
2252
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2253
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2260
|
+
.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 {
|
2254
2261
|
background-color: transparent;
|
2255
2262
|
color: #3b82f6;
|
2256
2263
|
border: 1px solid;
|
2257
2264
|
}
|
2258
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2259
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2260
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2265
|
+
.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 {
|
2261
2266
|
background: rgba(59, 130, 246, 0.04);
|
2262
2267
|
color: #3b82f6;
|
2263
2268
|
border: 1px solid;
|
2264
2269
|
}
|
2265
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2266
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2267
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2270
|
+
.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 {
|
2268
2271
|
background: rgba(59, 130, 246, 0.16);
|
2269
2272
|
color: #3b82f6;
|
2270
2273
|
border: 1px solid;
|
2271
2274
|
}
|
2272
|
-
.p-button.p-button-info.p-button-text,
|
2273
|
-
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2274
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2275
|
+
.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 {
|
2275
2276
|
background-color: transparent;
|
2276
2277
|
color: #3b82f6;
|
2277
2278
|
border-color: transparent;
|
2278
2279
|
}
|
2279
|
-
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2280
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2281
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2280
|
+
.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 {
|
2282
2281
|
background: rgba(59, 130, 246, 0.04);
|
2283
2282
|
border-color: transparent;
|
2284
2283
|
color: #3b82f6;
|
2285
2284
|
}
|
2286
|
-
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2287
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2288
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2285
|
+
.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 {
|
2289
2286
|
background: rgba(59, 130, 246, 0.16);
|
2290
2287
|
border-color: transparent;
|
2291
2288
|
color: #3b82f6;
|
2292
2289
|
}
|
2293
2290
|
|
2294
|
-
.p-button.p-button-success,
|
2295
|
-
.p-buttonset.p-button-success > .p-button,
|
2296
|
-
.p-splitbutton.p-button-success > .p-button {
|
2291
|
+
.p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
2297
2292
|
color: #ffffff;
|
2298
2293
|
background: #22c55e;
|
2299
2294
|
border: 1px solid #22c55e;
|
2300
2295
|
}
|
2301
|
-
.p-button.p-button-success:not(:disabled):hover,
|
2302
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2303
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2296
|
+
.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 {
|
2304
2297
|
background: #16a34a;
|
2305
2298
|
color: #ffffff;
|
2306
2299
|
border-color: #16a34a;
|
2307
2300
|
}
|
2308
|
-
.p-button.p-button-success:not(:disabled):focus,
|
2309
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2310
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2301
|
+
.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 {
|
2311
2302
|
box-shadow: 0 0 0 0.2rem #a0efbd;
|
2312
2303
|
}
|
2313
|
-
.p-button.p-button-success:not(:disabled):active,
|
2314
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2315
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2304
|
+
.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 {
|
2316
2305
|
background: #16a34a;
|
2317
2306
|
color: #ffffff;
|
2318
2307
|
border-color: #16a34a;
|
2319
2308
|
}
|
2320
|
-
.p-button.p-button-success.p-button-outlined,
|
2321
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2322
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2309
|
+
.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 {
|
2323
2310
|
background-color: transparent;
|
2324
2311
|
color: #22c55e;
|
2325
2312
|
border: 1px solid;
|
2326
2313
|
}
|
2327
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2328
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2329
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2314
|
+
.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 {
|
2330
2315
|
background: rgba(34, 197, 94, 0.04);
|
2331
2316
|
color: #22c55e;
|
2332
2317
|
border: 1px solid;
|
2333
2318
|
}
|
2334
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2335
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2336
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2319
|
+
.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 {
|
2337
2320
|
background: rgba(34, 197, 94, 0.16);
|
2338
2321
|
color: #22c55e;
|
2339
2322
|
border: 1px solid;
|
2340
2323
|
}
|
2341
|
-
.p-button.p-button-success.p-button-text,
|
2342
|
-
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2343
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2324
|
+
.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 {
|
2344
2325
|
background-color: transparent;
|
2345
2326
|
color: #22c55e;
|
2346
2327
|
border-color: transparent;
|
2347
2328
|
}
|
2348
|
-
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2349
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2350
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2329
|
+
.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 {
|
2351
2330
|
background: rgba(34, 197, 94, 0.04);
|
2352
2331
|
border-color: transparent;
|
2353
2332
|
color: #22c55e;
|
2354
2333
|
}
|
2355
|
-
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2356
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2357
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2334
|
+
.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 {
|
2358
2335
|
background: rgba(34, 197, 94, 0.16);
|
2359
2336
|
border-color: transparent;
|
2360
2337
|
color: #22c55e;
|
2361
2338
|
}
|
2362
2339
|
|
2363
|
-
.p-button.p-button-warning,
|
2364
|
-
.p-buttonset.p-button-warning > .p-button,
|
2365
|
-
.p-splitbutton.p-button-warning > .p-button {
|
2340
|
+
.p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
2366
2341
|
color: #ffffff;
|
2367
2342
|
background: #f59e0b;
|
2368
2343
|
border: 1px solid #f59e0b;
|
2369
2344
|
}
|
2370
|
-
.p-button.p-button-warning:not(:disabled):hover,
|
2371
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2372
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2345
|
+
.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 {
|
2373
2346
|
background: #d97706;
|
2374
2347
|
color: #ffffff;
|
2375
2348
|
border-color: #d97706;
|
2376
2349
|
}
|
2377
|
-
.p-button.p-button-warning:not(:disabled):focus,
|
2378
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2379
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2350
|
+
.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 {
|
2380
2351
|
box-shadow: 0 0 0 0.2rem #fbd89d;
|
2381
2352
|
}
|
2382
|
-
.p-button.p-button-warning:not(:disabled):active,
|
2383
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2384
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2353
|
+
.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 {
|
2385
2354
|
background: #d97706;
|
2386
2355
|
color: #ffffff;
|
2387
2356
|
border-color: #d97706;
|
2388
2357
|
}
|
2389
|
-
.p-button.p-button-warning.p-button-outlined,
|
2390
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2391
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2358
|
+
.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 {
|
2392
2359
|
background-color: transparent;
|
2393
2360
|
color: #f59e0b;
|
2394
2361
|
border: 1px solid;
|
2395
2362
|
}
|
2396
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2397
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2398
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2363
|
+
.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 {
|
2399
2364
|
background: rgba(245, 158, 11, 0.04);
|
2400
2365
|
color: #f59e0b;
|
2401
2366
|
border: 1px solid;
|
2402
2367
|
}
|
2403
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2404
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2405
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2368
|
+
.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 {
|
2406
2369
|
background: rgba(245, 158, 11, 0.16);
|
2407
2370
|
color: #f59e0b;
|
2408
2371
|
border: 1px solid;
|
2409
2372
|
}
|
2410
|
-
.p-button.p-button-warning.p-button-text,
|
2411
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2412
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2373
|
+
.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 {
|
2413
2374
|
background-color: transparent;
|
2414
2375
|
color: #f59e0b;
|
2415
2376
|
border-color: transparent;
|
2416
2377
|
}
|
2417
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2418
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2419
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2378
|
+
.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 {
|
2420
2379
|
background: rgba(245, 158, 11, 0.04);
|
2421
2380
|
border-color: transparent;
|
2422
2381
|
color: #f59e0b;
|
2423
2382
|
}
|
2424
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2425
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2426
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2383
|
+
.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 {
|
2427
2384
|
background: rgba(245, 158, 11, 0.16);
|
2428
2385
|
border-color: transparent;
|
2429
2386
|
color: #f59e0b;
|
2430
2387
|
}
|
2431
2388
|
|
2432
|
-
.p-button.p-button-help,
|
2433
|
-
.p-buttonset.p-button-help > .p-button,
|
2434
|
-
.p-splitbutton.p-button-help > .p-button {
|
2389
|
+
.p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
2435
2390
|
color: #ffffff;
|
2436
2391
|
background: #a855f7;
|
2437
2392
|
border: 1px solid #a855f7;
|
2438
2393
|
}
|
2439
|
-
.p-button.p-button-help:not(:disabled):hover,
|
2440
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2441
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2394
|
+
.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 {
|
2442
2395
|
background: #9333ea;
|
2443
2396
|
color: #ffffff;
|
2444
2397
|
border-color: #9333ea;
|
2445
2398
|
}
|
2446
|
-
.p-button.p-button-help:not(:disabled):focus,
|
2447
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2448
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2399
|
+
.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 {
|
2449
2400
|
box-shadow: 0 0 0 0.2rem #dcbbfc;
|
2450
2401
|
}
|
2451
|
-
.p-button.p-button-help:not(:disabled):active,
|
2452
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2453
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2402
|
+
.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 {
|
2454
2403
|
background: #9333ea;
|
2455
2404
|
color: #ffffff;
|
2456
2405
|
border-color: #9333ea;
|
2457
2406
|
}
|
2458
|
-
.p-button.p-button-help.p-button-outlined,
|
2459
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2460
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2407
|
+
.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 {
|
2461
2408
|
background-color: transparent;
|
2462
2409
|
color: #a855f7;
|
2463
2410
|
border: 1px solid;
|
2464
2411
|
}
|
2465
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2466
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2467
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2412
|
+
.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 {
|
2468
2413
|
background: rgba(168, 85, 247, 0.04);
|
2469
2414
|
color: #a855f7;
|
2470
2415
|
border: 1px solid;
|
2471
2416
|
}
|
2472
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2473
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2474
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2417
|
+
.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 {
|
2475
2418
|
background: rgba(168, 85, 247, 0.16);
|
2476
2419
|
color: #a855f7;
|
2477
2420
|
border: 1px solid;
|
2478
2421
|
}
|
2479
|
-
.p-button.p-button-help.p-button-text,
|
2480
|
-
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2481
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2422
|
+
.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 {
|
2482
2423
|
background-color: transparent;
|
2483
2424
|
color: #a855f7;
|
2484
2425
|
border-color: transparent;
|
2485
2426
|
}
|
2486
|
-
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2487
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2488
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2427
|
+
.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 {
|
2489
2428
|
background: rgba(168, 85, 247, 0.04);
|
2490
2429
|
border-color: transparent;
|
2491
2430
|
color: #a855f7;
|
2492
2431
|
}
|
2493
|
-
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2494
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2495
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2432
|
+
.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 {
|
2496
2433
|
background: rgba(168, 85, 247, 0.16);
|
2497
2434
|
border-color: transparent;
|
2498
2435
|
color: #a855f7;
|
2499
2436
|
}
|
2500
2437
|
|
2501
|
-
.p-button.p-button-danger,
|
2502
|
-
.p-buttonset.p-button-danger > .p-button,
|
2503
|
-
.p-splitbutton.p-button-danger > .p-button {
|
2438
|
+
.p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
2504
2439
|
color: #ffffff;
|
2505
2440
|
background: #ef4444;
|
2506
2441
|
border: 1px solid #ef4444;
|
2507
2442
|
}
|
2508
|
-
.p-button.p-button-danger:not(:disabled):hover,
|
2509
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2510
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2443
|
+
.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 {
|
2511
2444
|
background: #dc2626;
|
2512
2445
|
color: #ffffff;
|
2513
2446
|
border-color: #dc2626;
|
2514
2447
|
}
|
2515
|
-
.p-button.p-button-danger:not(:disabled):focus,
|
2516
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2517
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2448
|
+
.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 {
|
2518
2449
|
box-shadow: 0 0 0 0.2rem #f9b4b4;
|
2519
2450
|
}
|
2520
|
-
.p-button.p-button-danger:not(:disabled):active,
|
2521
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2522
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2451
|
+
.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 {
|
2523
2452
|
background: #dc2626;
|
2524
2453
|
color: #ffffff;
|
2525
2454
|
border-color: #dc2626;
|
2526
2455
|
}
|
2527
|
-
.p-button.p-button-danger.p-button-outlined,
|
2528
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2529
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2456
|
+
.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 {
|
2530
2457
|
background-color: transparent;
|
2531
2458
|
color: #ef4444;
|
2532
2459
|
border: 1px solid;
|
2533
2460
|
}
|
2534
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2535
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2536
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2461
|
+
.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 {
|
2537
2462
|
background: rgba(239, 68, 68, 0.04);
|
2538
2463
|
color: #ef4444;
|
2539
2464
|
border: 1px solid;
|
2540
2465
|
}
|
2541
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2542
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2543
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2466
|
+
.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 {
|
2544
2467
|
background: rgba(239, 68, 68, 0.16);
|
2545
2468
|
color: #ef4444;
|
2546
2469
|
border: 1px solid;
|
2547
2470
|
}
|
2548
|
-
.p-button.p-button-danger.p-button-text,
|
2549
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2550
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2471
|
+
.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 {
|
2551
2472
|
background-color: transparent;
|
2552
2473
|
color: #ef4444;
|
2553
2474
|
border-color: transparent;
|
2554
2475
|
}
|
2555
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2556
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2557
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2476
|
+
.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 {
|
2558
2477
|
background: rgba(239, 68, 68, 0.04);
|
2559
2478
|
border-color: transparent;
|
2560
2479
|
color: #ef4444;
|
2561
2480
|
}
|
2562
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2563
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2564
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2481
|
+
.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 {
|
2565
2482
|
background: rgba(239, 68, 68, 0.16);
|
2566
2483
|
border-color: transparent;
|
2567
2484
|
color: #ef4444;
|
@@ -2672,253 +2589,14 @@
|
|
2672
2589
|
.p-splitbutton {
|
2673
2590
|
border-radius: 0.375rem;
|
2674
2591
|
}
|
2675
|
-
.p-splitbutton.p-button-outlined > .p-button {
|
2676
|
-
background-color: transparent;
|
2677
|
-
color: #4f46e5;
|
2678
|
-
border: 1px solid;
|
2679
|
-
}
|
2680
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover {
|
2681
|
-
background: rgba(79, 70, 229, 0.04);
|
2682
|
-
color: #4f46e5;
|
2683
|
-
}
|
2684
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):active {
|
2685
|
-
background: rgba(79, 70, 229, 0.16);
|
2686
|
-
color: #4f46e5;
|
2687
|
-
}
|
2688
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2689
|
-
color: #71717a;
|
2690
|
-
border-color: #71717a;
|
2691
|
-
}
|
2692
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover {
|
2693
|
-
background: #f4f4f5;
|
2694
|
-
color: #71717a;
|
2695
|
-
}
|
2696
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active {
|
2697
|
-
background: #e5e7eb;
|
2698
|
-
color: #71717a;
|
2699
|
-
}
|
2700
|
-
.p-splitbutton.p-button-text > .p-button {
|
2701
|
-
background-color: transparent;
|
2702
|
-
color: #4f46e5;
|
2703
|
-
border-color: transparent;
|
2704
|
-
}
|
2705
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):hover {
|
2706
|
-
background: rgba(79, 70, 229, 0.04);
|
2707
|
-
color: #4f46e5;
|
2708
|
-
border-color: transparent;
|
2709
|
-
}
|
2710
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):active {
|
2711
|
-
background: rgba(79, 70, 229, 0.16);
|
2712
|
-
color: #4f46e5;
|
2713
|
-
border-color: transparent;
|
2714
|
-
}
|
2715
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2716
|
-
color: #71717a;
|
2717
|
-
}
|
2718
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover {
|
2719
|
-
background: #f4f4f5;
|
2720
|
-
color: #71717a;
|
2721
|
-
}
|
2722
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active {
|
2723
|
-
background: #e5e7eb;
|
2724
|
-
color: #71717a;
|
2725
|
-
}
|
2726
|
-
.p-splitbutton.p-button-raised {
|
2727
|
-
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
2728
|
-
}
|
2729
2592
|
.p-splitbutton.p-button-rounded {
|
2730
2593
|
border-radius: 2rem;
|
2731
2594
|
}
|
2732
2595
|
.p-splitbutton.p-button-rounded > .p-button {
|
2733
2596
|
border-radius: 2rem;
|
2734
2597
|
}
|
2735
|
-
.p-splitbutton.p-button-
|
2736
|
-
|
2737
|
-
padding: 0.65625rem 0.875rem;
|
2738
|
-
}
|
2739
|
-
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2740
|
-
font-size: 0.875rem;
|
2741
|
-
}
|
2742
|
-
.p-splitbutton.p-button-lg > .p-button {
|
2743
|
-
font-size: 1.25rem;
|
2744
|
-
padding: 0.9375rem 1.25rem;
|
2745
|
-
}
|
2746
|
-
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2747
|
-
font-size: 1.25rem;
|
2748
|
-
}
|
2749
|
-
|
2750
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2751
|
-
background-color: transparent;
|
2752
|
-
color: #64748b;
|
2753
|
-
border: 1px solid;
|
2754
|
-
}
|
2755
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover {
|
2756
|
-
background: rgba(100, 116, 139, 0.04);
|
2757
|
-
color: #64748b;
|
2758
|
-
}
|
2759
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
|
2760
|
-
background: rgba(100, 116, 139, 0.16);
|
2761
|
-
color: #64748b;
|
2762
|
-
}
|
2763
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2764
|
-
background-color: transparent;
|
2765
|
-
color: #64748b;
|
2766
|
-
border-color: transparent;
|
2767
|
-
}
|
2768
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover {
|
2769
|
-
background: rgba(100, 116, 139, 0.04);
|
2770
|
-
border-color: transparent;
|
2771
|
-
color: #64748b;
|
2772
|
-
}
|
2773
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active {
|
2774
|
-
background: rgba(100, 116, 139, 0.16);
|
2775
|
-
border-color: transparent;
|
2776
|
-
color: #64748b;
|
2777
|
-
}
|
2778
|
-
|
2779
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2780
|
-
background-color: transparent;
|
2781
|
-
color: #3b82f6;
|
2782
|
-
border: 1px solid;
|
2783
|
-
}
|
2784
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover {
|
2785
|
-
background: rgba(59, 130, 246, 0.04);
|
2786
|
-
color: #3b82f6;
|
2787
|
-
}
|
2788
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active {
|
2789
|
-
background: rgba(59, 130, 246, 0.16);
|
2790
|
-
color: #3b82f6;
|
2791
|
-
}
|
2792
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2793
|
-
background-color: transparent;
|
2794
|
-
color: #3b82f6;
|
2795
|
-
border-color: transparent;
|
2796
|
-
}
|
2797
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover {
|
2798
|
-
background: rgba(59, 130, 246, 0.04);
|
2799
|
-
border-color: transparent;
|
2800
|
-
color: #3b82f6;
|
2801
|
-
}
|
2802
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active {
|
2803
|
-
background: rgba(59, 130, 246, 0.16);
|
2804
|
-
border-color: transparent;
|
2805
|
-
color: #3b82f6;
|
2806
|
-
}
|
2807
|
-
|
2808
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2809
|
-
background-color: transparent;
|
2810
|
-
color: #22c55e;
|
2811
|
-
border: 1px solid;
|
2812
|
-
}
|
2813
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover {
|
2814
|
-
background: rgba(34, 197, 94, 0.04);
|
2815
|
-
color: #22c55e;
|
2816
|
-
}
|
2817
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
|
2818
|
-
background: rgba(34, 197, 94, 0.16);
|
2819
|
-
color: #22c55e;
|
2820
|
-
}
|
2821
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2822
|
-
background-color: transparent;
|
2823
|
-
color: #22c55e;
|
2824
|
-
border-color: transparent;
|
2825
|
-
}
|
2826
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover {
|
2827
|
-
background: rgba(34, 197, 94, 0.04);
|
2828
|
-
border-color: transparent;
|
2829
|
-
color: #22c55e;
|
2830
|
-
}
|
2831
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active {
|
2832
|
-
background: rgba(34, 197, 94, 0.16);
|
2833
|
-
border-color: transparent;
|
2834
|
-
color: #22c55e;
|
2835
|
-
}
|
2836
|
-
|
2837
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2838
|
-
background-color: transparent;
|
2839
|
-
color: #f59e0b;
|
2840
|
-
border: 1px solid;
|
2841
|
-
}
|
2842
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover {
|
2843
|
-
background: rgba(245, 158, 11, 0.04);
|
2844
|
-
color: #f59e0b;
|
2845
|
-
}
|
2846
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
|
2847
|
-
background: rgba(245, 158, 11, 0.16);
|
2848
|
-
color: #f59e0b;
|
2849
|
-
}
|
2850
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2851
|
-
background-color: transparent;
|
2852
|
-
color: #f59e0b;
|
2853
|
-
border-color: transparent;
|
2854
|
-
}
|
2855
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover {
|
2856
|
-
background: rgba(245, 158, 11, 0.04);
|
2857
|
-
border-color: transparent;
|
2858
|
-
color: #f59e0b;
|
2859
|
-
}
|
2860
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active {
|
2861
|
-
background: rgba(245, 158, 11, 0.16);
|
2862
|
-
border-color: transparent;
|
2863
|
-
color: #f59e0b;
|
2864
|
-
}
|
2865
|
-
|
2866
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2867
|
-
background-color: transparent;
|
2868
|
-
color: #a855f7;
|
2869
|
-
border: 1px solid;
|
2870
|
-
}
|
2871
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover {
|
2872
|
-
background: rgba(168, 85, 247, 0.04);
|
2873
|
-
color: #a855f7;
|
2874
|
-
}
|
2875
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
|
2876
|
-
background: rgba(168, 85, 247, 0.16);
|
2877
|
-
color: #a855f7;
|
2878
|
-
}
|
2879
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2880
|
-
background-color: transparent;
|
2881
|
-
color: #a855f7;
|
2882
|
-
border-color: transparent;
|
2883
|
-
}
|
2884
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover {
|
2885
|
-
background: rgba(168, 85, 247, 0.04);
|
2886
|
-
border-color: transparent;
|
2887
|
-
color: #a855f7;
|
2888
|
-
}
|
2889
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active {
|
2890
|
-
background: rgba(168, 85, 247, 0.16);
|
2891
|
-
border-color: transparent;
|
2892
|
-
color: #a855f7;
|
2893
|
-
}
|
2894
|
-
|
2895
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2896
|
-
background-color: transparent;
|
2897
|
-
color: #ef4444;
|
2898
|
-
border: 1px solid;
|
2899
|
-
}
|
2900
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover {
|
2901
|
-
background: rgba(239, 68, 68, 0.04);
|
2902
|
-
color: #ef4444;
|
2903
|
-
}
|
2904
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
2905
|
-
background: rgba(239, 68, 68, 0.16);
|
2906
|
-
color: #ef4444;
|
2907
|
-
}
|
2908
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2909
|
-
background-color: transparent;
|
2910
|
-
color: #ef4444;
|
2911
|
-
border-color: transparent;
|
2912
|
-
}
|
2913
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover {
|
2914
|
-
background: rgba(239, 68, 68, 0.04);
|
2915
|
-
border-color: transparent;
|
2916
|
-
color: #ef4444;
|
2917
|
-
}
|
2918
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active {
|
2919
|
-
background: rgba(239, 68, 68, 0.16);
|
2920
|
-
border-color: transparent;
|
2921
|
-
color: #ef4444;
|
2598
|
+
.p-splitbutton.p-button-raised {
|
2599
|
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
2922
2600
|
}
|
2923
2601
|
|
2924
2602
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
@@ -3332,6 +3010,9 @@
|
|
3332
3010
|
transition: none;
|
3333
3011
|
border-radius: 0;
|
3334
3012
|
}
|
3013
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
|
3014
|
+
margin-top: 0;
|
3015
|
+
}
|
3335
3016
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
3336
3017
|
color: #312e81;
|
3337
3018
|
background: #eef2ff;
|
@@ -3435,6 +3116,9 @@
|
|
3435
3116
|
background: transparent;
|
3436
3117
|
transition: none;
|
3437
3118
|
}
|
3119
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
|
3120
|
+
margin-top: 0;
|
3121
|
+
}
|
3438
3122
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3439
3123
|
background: #f4f4f5;
|
3440
3124
|
color: #18181b;
|
@@ -3651,6 +3335,9 @@
|
|
3651
3335
|
background: transparent;
|
3652
3336
|
transition: none;
|
3653
3337
|
}
|
3338
|
+
.p-picklist .p-picklist-list .p-picklist-item:first-child {
|
3339
|
+
margin-top: 0;
|
3340
|
+
}
|
3654
3341
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3655
3342
|
background: #f4f4f5;
|
3656
3343
|
color: #18181b;
|
@@ -4339,6 +4026,174 @@
|
|
4339
4026
|
background: #e5e7eb;
|
4340
4027
|
}
|
4341
4028
|
|
4029
|
+
.p-stepper .p-stepper-nav {
|
4030
|
+
position: relative;
|
4031
|
+
display: flex;
|
4032
|
+
justify-content: space-between;
|
4033
|
+
align-items: center;
|
4034
|
+
margin: 0;
|
4035
|
+
padding: 0;
|
4036
|
+
list-style-type: none;
|
4037
|
+
overflow-x: auto;
|
4038
|
+
}
|
4039
|
+
|
4040
|
+
.p-stepper-vertical .p-stepper-nav {
|
4041
|
+
flex-direction: column;
|
4042
|
+
}
|
4043
|
+
|
4044
|
+
.p-stepper-header {
|
4045
|
+
position: relative;
|
4046
|
+
display: flex;
|
4047
|
+
flex: 1 1 auto;
|
4048
|
+
align-items: center;
|
4049
|
+
}
|
4050
|
+
.p-stepper-header:last-of-type {
|
4051
|
+
flex: initial;
|
4052
|
+
}
|
4053
|
+
|
4054
|
+
.p-stepper-header .p-stepper-action {
|
4055
|
+
border: 0 none;
|
4056
|
+
display: inline-flex;
|
4057
|
+
align-items: center;
|
4058
|
+
text-decoration: none;
|
4059
|
+
cursor: pointer;
|
4060
|
+
}
|
4061
|
+
.p-stepper-header .p-stepper-action:focus-visible {
|
4062
|
+
outline: 0 none;
|
4063
|
+
outline-offset: 0;
|
4064
|
+
box-shadow: 0 0 0 1px #6366f1;
|
4065
|
+
}
|
4066
|
+
|
4067
|
+
.p-stepper.p-stepper-readonly .p-stepper-header {
|
4068
|
+
cursor: auto;
|
4069
|
+
}
|
4070
|
+
|
4071
|
+
.p-stepper-header.p-highlight .p-stepper-action {
|
4072
|
+
cursor: default;
|
4073
|
+
}
|
4074
|
+
|
4075
|
+
.p-stepper-title {
|
4076
|
+
display: block;
|
4077
|
+
white-space: nowrap;
|
4078
|
+
overflow: hidden;
|
4079
|
+
text-overflow: ellipsis;
|
4080
|
+
max-width: 100%;
|
4081
|
+
}
|
4082
|
+
|
4083
|
+
.p-stepper-number {
|
4084
|
+
display: flex;
|
4085
|
+
align-items: center;
|
4086
|
+
justify-content: center;
|
4087
|
+
}
|
4088
|
+
|
4089
|
+
.p-stepper-separator {
|
4090
|
+
flex: 1 1 0;
|
4091
|
+
}
|
4092
|
+
|
4093
|
+
.p-stepper .p-stepper-nav {
|
4094
|
+
display: flex;
|
4095
|
+
justify-content: space-between;
|
4096
|
+
margin: 0;
|
4097
|
+
padding: 0;
|
4098
|
+
list-style-type: none;
|
4099
|
+
}
|
4100
|
+
.p-stepper .p-stepper-header {
|
4101
|
+
padding: 0.5rem;
|
4102
|
+
}
|
4103
|
+
.p-stepper .p-stepper-header .p-stepper-action {
|
4104
|
+
transition: none;
|
4105
|
+
border-radius: 0.375rem;
|
4106
|
+
background: #ffffff;
|
4107
|
+
outline-color: transparent;
|
4108
|
+
}
|
4109
|
+
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
|
4110
|
+
color: #3f3f46;
|
4111
|
+
border: 1px solid #f4f4f5;
|
4112
|
+
border-width: 2px;
|
4113
|
+
background: #ffffff;
|
4114
|
+
min-width: 2rem;
|
4115
|
+
height: 2rem;
|
4116
|
+
line-height: 2rem;
|
4117
|
+
font-size: 1.143rem;
|
4118
|
+
border-radius: 50%;
|
4119
|
+
transition: none;
|
4120
|
+
}
|
4121
|
+
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
|
4122
|
+
margin-left: 0.5rem;
|
4123
|
+
color: #71717a;
|
4124
|
+
font-weight: 600;
|
4125
|
+
transition: none;
|
4126
|
+
}
|
4127
|
+
.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
|
4128
|
+
outline: 0 none;
|
4129
|
+
outline-offset: 0;
|
4130
|
+
box-shadow: 0 0 0 1px #6366f1;
|
4131
|
+
}
|
4132
|
+
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
4133
|
+
background: #eef2ff;
|
4134
|
+
color: #312e81;
|
4135
|
+
}
|
4136
|
+
.p-stepper .p-stepper-header.p-highlight .p-stepper-title {
|
4137
|
+
color: #3f3f46;
|
4138
|
+
}
|
4139
|
+
.p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
|
4140
|
+
outline: 0 none;
|
4141
|
+
outline-offset: 0;
|
4142
|
+
box-shadow: 0 0 0 1px #6366f1;
|
4143
|
+
}
|
4144
|
+
.p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
|
4145
|
+
background-color: #4f46e5;
|
4146
|
+
}
|
4147
|
+
.p-stepper .p-stepper-panels {
|
4148
|
+
background: #ffffff;
|
4149
|
+
padding: 1.25rem;
|
4150
|
+
color: #3f3f46;
|
4151
|
+
}
|
4152
|
+
.p-stepper .p-stepper-separator {
|
4153
|
+
background-color: #e5e7eb;
|
4154
|
+
width: 100%;
|
4155
|
+
height: 2px;
|
4156
|
+
margin-inline-start: 1rem;
|
4157
|
+
transition: none;
|
4158
|
+
}
|
4159
|
+
.p-stepper.p-stepper-vertical {
|
4160
|
+
display: flex;
|
4161
|
+
flex-direction: column;
|
4162
|
+
}
|
4163
|
+
.p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
|
4164
|
+
display: flex;
|
4165
|
+
flex: 1 1 auto;
|
4166
|
+
background: #ffffff;
|
4167
|
+
color: #3f3f46;
|
4168
|
+
}
|
4169
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel {
|
4170
|
+
display: flex;
|
4171
|
+
flex-direction: column;
|
4172
|
+
flex: initial;
|
4173
|
+
}
|
4174
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
|
4175
|
+
flex: 1 1 auto;
|
4176
|
+
}
|
4177
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
|
4178
|
+
flex: initial;
|
4179
|
+
}
|
4180
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
|
4181
|
+
width: 100%;
|
4182
|
+
padding-left: 1rem;
|
4183
|
+
}
|
4184
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
|
4185
|
+
flex: 0 0 auto;
|
4186
|
+
width: 2px;
|
4187
|
+
height: auto;
|
4188
|
+
margin-inline-start: calc(1.75rem + 2px);
|
4189
|
+
}
|
4190
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
|
4191
|
+
background-color: #4f46e5;
|
4192
|
+
}
|
4193
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
|
4194
|
+
padding-left: 3rem;
|
4195
|
+
}
|
4196
|
+
|
4342
4197
|
.p-tabview .p-tabview-nav-content {
|
4343
4198
|
scroll-padding-inline: 3rem;
|
4344
4199
|
}
|
@@ -4953,6 +4808,7 @@
|
|
4953
4808
|
color: #3f3f46;
|
4954
4809
|
border: 0 none;
|
4955
4810
|
box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
4811
|
+
border-radius: 0.375rem;
|
4956
4812
|
}
|
4957
4813
|
.p-megamenu .p-submenu-header {
|
4958
4814
|
margin: 0;
|
@@ -5206,6 +5062,7 @@
|
|
5206
5062
|
border: 0 none;
|
5207
5063
|
box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
5208
5064
|
width: 12.5rem;
|
5065
|
+
border-radius: 0.375rem;
|
5209
5066
|
}
|
5210
5067
|
.p-menubar .p-submenu-list .p-menuitem-separator {
|
5211
5068
|
border-top: 1px solid #f3f4f6;
|
@@ -5707,6 +5564,7 @@
|
|
5707
5564
|
background: #ffffff;
|
5708
5565
|
border: 0 none;
|
5709
5566
|
box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
5567
|
+
border-radius: 0.375rem;
|
5710
5568
|
}
|
5711
5569
|
.p-tieredmenu .p-menuitem > .p-menuitem-content {
|
5712
5570
|
color: #3f3f46;
|
@@ -6284,10 +6142,6 @@
|
|
6284
6142
|
display: flex;
|
6285
6143
|
}
|
6286
6144
|
|
6287
|
-
.p-metergroup-vertical {
|
6288
|
-
height: 100%;
|
6289
|
-
}
|
6290
|
-
|
6291
6145
|
.p-metergroup-vertical .p-metergroup-meters {
|
6292
6146
|
flex-direction: column;
|
6293
6147
|
}
|