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
@@ -413,6 +413,9 @@
|
|
413
413
|
transition: box-shadow 0.15s;
|
414
414
|
border-radius: 0;
|
415
415
|
}
|
416
|
+
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
|
417
|
+
margin-top: 0;
|
418
|
+
}
|
416
419
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
417
420
|
color: #ffffff;
|
418
421
|
background: #883cae;
|
@@ -751,6 +754,9 @@
|
|
751
754
|
transition: box-shadow 0.15s;
|
752
755
|
border-radius: 0;
|
753
756
|
}
|
757
|
+
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
|
758
|
+
margin-top: 0;
|
759
|
+
}
|
754
760
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
755
761
|
color: #ffffff;
|
756
762
|
background: #883cae;
|
@@ -816,6 +822,7 @@
|
|
816
822
|
color: #212529;
|
817
823
|
border-radius: 4px;
|
818
824
|
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
825
|
+
outline-color: transparent;
|
819
826
|
}
|
820
827
|
.p-checkbox .p-checkbox-box .p-checkbox-icon {
|
821
828
|
transition-duration: 0.15s;
|
@@ -1024,6 +1031,9 @@
|
|
1024
1031
|
transition: box-shadow 0.15s;
|
1025
1032
|
border-radius: 0;
|
1026
1033
|
}
|
1034
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
|
1035
|
+
margin-top: 0;
|
1036
|
+
}
|
1027
1037
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
1028
1038
|
color: #ffffff;
|
1029
1039
|
background: #883cae;
|
@@ -1186,6 +1196,17 @@
|
|
1186
1196
|
right: 3.107rem;
|
1187
1197
|
}
|
1188
1198
|
|
1199
|
+
.p-inputotp {
|
1200
|
+
display: flex;
|
1201
|
+
align-items: center;
|
1202
|
+
gap: 0.5rem;
|
1203
|
+
}
|
1204
|
+
|
1205
|
+
.p-inputotp-input {
|
1206
|
+
text-align: center;
|
1207
|
+
width: 2.5rem;
|
1208
|
+
}
|
1209
|
+
|
1189
1210
|
.p-inputswitch {
|
1190
1211
|
width: 3rem;
|
1191
1212
|
height: 1.75rem;
|
@@ -1382,6 +1403,9 @@
|
|
1382
1403
|
transition: box-shadow 0.15s;
|
1383
1404
|
border-radius: 0;
|
1384
1405
|
}
|
1406
|
+
.p-listbox .p-listbox-list .p-listbox-item:first-child {
|
1407
|
+
margin-top: 0;
|
1408
|
+
}
|
1385
1409
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
1386
1410
|
color: #ffffff;
|
1387
1411
|
background: #883cae;
|
@@ -1406,12 +1430,16 @@
|
|
1406
1430
|
}
|
1407
1431
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1408
1432
|
color: #212529;
|
1409
|
-
background: #
|
1433
|
+
background: #e9ecef;
|
1410
1434
|
}
|
1411
1435
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
1412
1436
|
color: #212529;
|
1413
1437
|
background: #e9ecef;
|
1414
1438
|
}
|
1439
|
+
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
|
1440
|
+
color: #212529;
|
1441
|
+
background: #e9ecef;
|
1442
|
+
}
|
1415
1443
|
.p-listbox.p-focus {
|
1416
1444
|
outline: 0 none;
|
1417
1445
|
outline-offset: 0;
|
@@ -1533,6 +1561,9 @@
|
|
1533
1561
|
transition: box-shadow 0.15s;
|
1534
1562
|
border-radius: 0;
|
1535
1563
|
}
|
1564
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
|
1565
|
+
margin-top: 0;
|
1566
|
+
}
|
1536
1567
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
1537
1568
|
color: #ffffff;
|
1538
1569
|
background: #883cae;
|
@@ -1542,7 +1573,7 @@
|
|
1542
1573
|
}
|
1543
1574
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1544
1575
|
color: #212529;
|
1545
|
-
background: #
|
1576
|
+
background: #e9ecef;
|
1546
1577
|
}
|
1547
1578
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
1548
1579
|
color: #212529;
|
@@ -1632,6 +1663,7 @@
|
|
1632
1663
|
color: #212529;
|
1633
1664
|
border-radius: 50%;
|
1634
1665
|
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
1666
|
+
outline-color: transparent;
|
1635
1667
|
}
|
1636
1668
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
1637
1669
|
border-color: #ced4da;
|
@@ -1686,6 +1718,13 @@
|
|
1686
1718
|
.p-rating {
|
1687
1719
|
gap: 0.5rem;
|
1688
1720
|
}
|
1721
|
+
.p-rating .p-rating-item {
|
1722
|
+
border-radius: 50%;
|
1723
|
+
outline-color: transparent;
|
1724
|
+
display: inline-flex;
|
1725
|
+
justify-content: center;
|
1726
|
+
align-items: center;
|
1727
|
+
}
|
1689
1728
|
.p-rating .p-rating-item .p-rating-icon {
|
1690
1729
|
color: #495057;
|
1691
1730
|
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
@@ -1702,7 +1741,6 @@
|
|
1702
1741
|
outline: 0 none;
|
1703
1742
|
outline-offset: 0;
|
1704
1743
|
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
1705
|
-
border-color: #883cae;
|
1706
1744
|
}
|
1707
1745
|
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
|
1708
1746
|
color: #883cae;
|
@@ -1985,6 +2023,7 @@
|
|
1985
2023
|
font-size: 1rem;
|
1986
2024
|
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
1987
2025
|
border-radius: 4px;
|
2026
|
+
outline-color: transparent;
|
1988
2027
|
}
|
1989
2028
|
.p-button:not(:disabled):hover {
|
1990
2029
|
background: #7a38a7;
|
@@ -2049,7 +2088,7 @@
|
|
2049
2088
|
background: #dee2e6;
|
2050
2089
|
color: #6c757d;
|
2051
2090
|
}
|
2052
|
-
.p-button:focus {
|
2091
|
+
.p-button:focus-visible {
|
2053
2092
|
outline: 0 none;
|
2054
2093
|
outline-offset: 0;
|
2055
2094
|
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
@@ -2122,422 +2161,302 @@
|
|
2122
2161
|
.p-fluid .p-button-icon-only {
|
2123
2162
|
width: 2.357rem;
|
2124
2163
|
}
|
2125
|
-
.p-fluid .p-
|
2164
|
+
.p-fluid .p-button-group {
|
2126
2165
|
display: flex;
|
2127
2166
|
}
|
2128
|
-
.p-fluid .p-
|
2167
|
+
.p-fluid .p-button-group .p-button {
|
2129
2168
|
flex: 1;
|
2130
2169
|
}
|
2131
2170
|
|
2132
|
-
.p-button.p-button-secondary,
|
2133
|
-
.p-buttonset.p-button-secondary > .p-button,
|
2134
|
-
.p-splitbutton.p-button-secondary > .p-button {
|
2171
|
+
.p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
2135
2172
|
color: #ffffff;
|
2136
2173
|
background: #6c757d;
|
2137
2174
|
border: 1px solid #6c757d;
|
2138
2175
|
}
|
2139
|
-
.p-button.p-button-secondary:not(:disabled):hover,
|
2140
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2141
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2176
|
+
.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 {
|
2142
2177
|
background: #5a6268;
|
2143
2178
|
color: #ffffff;
|
2144
2179
|
border-color: #5a6268;
|
2145
2180
|
}
|
2146
|
-
.p-button.p-button-secondary:not(:disabled):focus,
|
2147
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2148
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2181
|
+
.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 {
|
2149
2182
|
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
|
2150
2183
|
}
|
2151
|
-
.p-button.p-button-secondary:not(:disabled):active,
|
2152
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2153
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2184
|
+
.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 {
|
2154
2185
|
background: #545b62;
|
2155
2186
|
color: #ffffff;
|
2156
2187
|
border-color: #4e555b;
|
2157
2188
|
}
|
2158
|
-
.p-button.p-button-secondary.p-button-outlined,
|
2159
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2160
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2189
|
+
.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 {
|
2161
2190
|
background-color: transparent;
|
2162
2191
|
color: #6c757d;
|
2163
2192
|
border: 1px solid;
|
2164
2193
|
}
|
2165
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2166
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2167
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2194
|
+
.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 {
|
2168
2195
|
background: rgba(108, 117, 125, 0.04);
|
2169
2196
|
color: #6c757d;
|
2170
2197
|
border: 1px solid;
|
2171
2198
|
}
|
2172
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2173
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2174
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2199
|
+
.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 {
|
2175
2200
|
background: rgba(108, 117, 125, 0.16);
|
2176
2201
|
color: #6c757d;
|
2177
2202
|
border: 1px solid;
|
2178
2203
|
}
|
2179
|
-
.p-button.p-button-secondary.p-button-text,
|
2180
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2181
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2204
|
+
.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 {
|
2182
2205
|
background-color: transparent;
|
2183
2206
|
color: #6c757d;
|
2184
2207
|
border-color: transparent;
|
2185
2208
|
}
|
2186
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2187
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2188
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2209
|
+
.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 {
|
2189
2210
|
background: rgba(108, 117, 125, 0.04);
|
2190
2211
|
border-color: transparent;
|
2191
2212
|
color: #6c757d;
|
2192
2213
|
}
|
2193
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2194
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2195
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2214
|
+
.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 {
|
2196
2215
|
background: rgba(108, 117, 125, 0.16);
|
2197
2216
|
border-color: transparent;
|
2198
2217
|
color: #6c757d;
|
2199
2218
|
}
|
2200
2219
|
|
2201
|
-
.p-button.p-button-info,
|
2202
|
-
.p-buttonset.p-button-info > .p-button,
|
2203
|
-
.p-splitbutton.p-button-info > .p-button {
|
2220
|
+
.p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
2204
2221
|
color: #ffffff;
|
2205
2222
|
background: #17a2b8;
|
2206
2223
|
border: 1px solid #17a2b8;
|
2207
2224
|
}
|
2208
|
-
.p-button.p-button-info:not(:disabled):hover,
|
2209
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2210
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2225
|
+
.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 {
|
2211
2226
|
background: #138496;
|
2212
2227
|
color: #ffffff;
|
2213
2228
|
border-color: #117a8b;
|
2214
2229
|
}
|
2215
|
-
.p-button.p-button-info:not(:disabled):focus,
|
2216
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2217
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2230
|
+
.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 {
|
2218
2231
|
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
|
2219
2232
|
}
|
2220
|
-
.p-button.p-button-info:not(:disabled):active,
|
2221
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2222
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2233
|
+
.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 {
|
2223
2234
|
background: #138496;
|
2224
2235
|
color: #ffffff;
|
2225
2236
|
border-color: #117a8b;
|
2226
2237
|
}
|
2227
|
-
.p-button.p-button-info.p-button-outlined,
|
2228
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2229
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2238
|
+
.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 {
|
2230
2239
|
background-color: transparent;
|
2231
2240
|
color: #17a2b8;
|
2232
2241
|
border: 1px solid;
|
2233
2242
|
}
|
2234
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2235
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2236
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2243
|
+
.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 {
|
2237
2244
|
background: rgba(23, 162, 184, 0.04);
|
2238
2245
|
color: #17a2b8;
|
2239
2246
|
border: 1px solid;
|
2240
2247
|
}
|
2241
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2242
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2243
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2248
|
+
.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 {
|
2244
2249
|
background: rgba(23, 162, 184, 0.16);
|
2245
2250
|
color: #17a2b8;
|
2246
2251
|
border: 1px solid;
|
2247
2252
|
}
|
2248
|
-
.p-button.p-button-info.p-button-text,
|
2249
|
-
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2250
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2253
|
+
.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 {
|
2251
2254
|
background-color: transparent;
|
2252
2255
|
color: #17a2b8;
|
2253
2256
|
border-color: transparent;
|
2254
2257
|
}
|
2255
|
-
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2256
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2257
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2258
|
+
.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 {
|
2258
2259
|
background: rgba(23, 162, 184, 0.04);
|
2259
2260
|
border-color: transparent;
|
2260
2261
|
color: #17a2b8;
|
2261
2262
|
}
|
2262
|
-
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2263
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2264
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2263
|
+
.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 {
|
2265
2264
|
background: rgba(23, 162, 184, 0.16);
|
2266
2265
|
border-color: transparent;
|
2267
2266
|
color: #17a2b8;
|
2268
2267
|
}
|
2269
2268
|
|
2270
|
-
.p-button.p-button-success,
|
2271
|
-
.p-buttonset.p-button-success > .p-button,
|
2272
|
-
.p-splitbutton.p-button-success > .p-button {
|
2269
|
+
.p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
2273
2270
|
color: #ffffff;
|
2274
2271
|
background: #28a745;
|
2275
2272
|
border: 1px solid #28a745;
|
2276
2273
|
}
|
2277
|
-
.p-button.p-button-success:not(:disabled):hover,
|
2278
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2279
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2274
|
+
.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 {
|
2280
2275
|
background: #218838;
|
2281
2276
|
color: #ffffff;
|
2282
2277
|
border-color: #1e7e34;
|
2283
2278
|
}
|
2284
|
-
.p-button.p-button-success:not(:disabled):focus,
|
2285
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2286
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2279
|
+
.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 {
|
2287
2280
|
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
|
2288
2281
|
}
|
2289
|
-
.p-button.p-button-success:not(:disabled):active,
|
2290
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2291
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2282
|
+
.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 {
|
2292
2283
|
background: #1e7e34;
|
2293
2284
|
color: #ffffff;
|
2294
2285
|
border-color: #1c7430;
|
2295
2286
|
}
|
2296
|
-
.p-button.p-button-success.p-button-outlined,
|
2297
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2298
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2287
|
+
.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 {
|
2299
2288
|
background-color: transparent;
|
2300
2289
|
color: #28a745;
|
2301
2290
|
border: 1px solid;
|
2302
2291
|
}
|
2303
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2304
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2305
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2292
|
+
.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 {
|
2306
2293
|
background: rgba(40, 167, 69, 0.04);
|
2307
2294
|
color: #28a745;
|
2308
2295
|
border: 1px solid;
|
2309
2296
|
}
|
2310
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2311
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2312
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2297
|
+
.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 {
|
2313
2298
|
background: rgba(40, 167, 69, 0.16);
|
2314
2299
|
color: #28a745;
|
2315
2300
|
border: 1px solid;
|
2316
2301
|
}
|
2317
|
-
.p-button.p-button-success.p-button-text,
|
2318
|
-
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2319
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2302
|
+
.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 {
|
2320
2303
|
background-color: transparent;
|
2321
2304
|
color: #28a745;
|
2322
2305
|
border-color: transparent;
|
2323
2306
|
}
|
2324
|
-
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2325
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2326
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2307
|
+
.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 {
|
2327
2308
|
background: rgba(40, 167, 69, 0.04);
|
2328
2309
|
border-color: transparent;
|
2329
2310
|
color: #28a745;
|
2330
2311
|
}
|
2331
|
-
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2332
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2333
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2312
|
+
.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 {
|
2334
2313
|
background: rgba(40, 167, 69, 0.16);
|
2335
2314
|
border-color: transparent;
|
2336
2315
|
color: #28a745;
|
2337
2316
|
}
|
2338
2317
|
|
2339
|
-
.p-button.p-button-warning,
|
2340
|
-
.p-buttonset.p-button-warning > .p-button,
|
2341
|
-
.p-splitbutton.p-button-warning > .p-button {
|
2318
|
+
.p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
2342
2319
|
color: #212529;
|
2343
2320
|
background: #ffc107;
|
2344
2321
|
border: 1px solid #ffc107;
|
2345
2322
|
}
|
2346
|
-
.p-button.p-button-warning:not(:disabled):hover,
|
2347
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2348
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2323
|
+
.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 {
|
2349
2324
|
background: #e0a800;
|
2350
2325
|
color: #212529;
|
2351
2326
|
border-color: #d39e00;
|
2352
2327
|
}
|
2353
|
-
.p-button.p-button-warning:not(:disabled):focus,
|
2354
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2355
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2328
|
+
.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 {
|
2356
2329
|
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
2357
2330
|
}
|
2358
|
-
.p-button.p-button-warning:not(:disabled):active,
|
2359
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2360
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2331
|
+
.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 {
|
2361
2332
|
background: #d39e00;
|
2362
2333
|
color: #212529;
|
2363
2334
|
border-color: #c69500;
|
2364
2335
|
}
|
2365
|
-
.p-button.p-button-warning.p-button-outlined,
|
2366
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2367
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2336
|
+
.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 {
|
2368
2337
|
background-color: transparent;
|
2369
2338
|
color: #ffc107;
|
2370
2339
|
border: 1px solid;
|
2371
2340
|
}
|
2372
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2373
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2374
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2341
|
+
.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 {
|
2375
2342
|
background: rgba(255, 193, 7, 0.04);
|
2376
2343
|
color: #ffc107;
|
2377
2344
|
border: 1px solid;
|
2378
2345
|
}
|
2379
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2380
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2381
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2346
|
+
.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 {
|
2382
2347
|
background: rgba(255, 193, 7, 0.16);
|
2383
2348
|
color: #ffc107;
|
2384
2349
|
border: 1px solid;
|
2385
2350
|
}
|
2386
|
-
.p-button.p-button-warning.p-button-text,
|
2387
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2388
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2351
|
+
.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 {
|
2389
2352
|
background-color: transparent;
|
2390
2353
|
color: #ffc107;
|
2391
2354
|
border-color: transparent;
|
2392
2355
|
}
|
2393
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2394
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2395
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2356
|
+
.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 {
|
2396
2357
|
background: rgba(255, 193, 7, 0.04);
|
2397
2358
|
border-color: transparent;
|
2398
2359
|
color: #ffc107;
|
2399
2360
|
}
|
2400
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2401
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2402
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2361
|
+
.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 {
|
2403
2362
|
background: rgba(255, 193, 7, 0.16);
|
2404
2363
|
border-color: transparent;
|
2405
2364
|
color: #ffc107;
|
2406
2365
|
}
|
2407
2366
|
|
2408
|
-
.p-button.p-button-help,
|
2409
|
-
.p-buttonset.p-button-help > .p-button,
|
2410
|
-
.p-splitbutton.p-button-help > .p-button {
|
2367
|
+
.p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
2411
2368
|
color: #ffffff;
|
2412
2369
|
background: #6f42c1;
|
2413
2370
|
border: 1px solid #6f42c1;
|
2414
2371
|
}
|
2415
|
-
.p-button.p-button-help:not(:disabled):hover,
|
2416
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2417
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2372
|
+
.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 {
|
2418
2373
|
background: #633bad;
|
2419
2374
|
color: #ffffff;
|
2420
2375
|
border-color: #58349a;
|
2421
2376
|
}
|
2422
|
-
.p-button.p-button-help:not(:disabled):focus,
|
2423
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2424
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2377
|
+
.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 {
|
2425
2378
|
box-shadow: 0 0 0 0.2rem #d3c6ec;
|
2426
2379
|
}
|
2427
|
-
.p-button.p-button-help:not(:disabled):active,
|
2428
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2429
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2380
|
+
.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 {
|
2430
2381
|
background: #58349a;
|
2431
2382
|
color: #ffffff;
|
2432
2383
|
border-color: #4d2e87;
|
2433
2384
|
}
|
2434
|
-
.p-button.p-button-help.p-button-outlined,
|
2435
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2436
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2385
|
+
.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 {
|
2437
2386
|
background-color: transparent;
|
2438
2387
|
color: #6f42c1;
|
2439
2388
|
border: 1px solid;
|
2440
2389
|
}
|
2441
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2442
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2443
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2390
|
+
.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 {
|
2444
2391
|
background: rgba(111, 66, 193, 0.04);
|
2445
2392
|
color: #6f42c1;
|
2446
2393
|
border: 1px solid;
|
2447
2394
|
}
|
2448
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2449
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2450
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2395
|
+
.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 {
|
2451
2396
|
background: rgba(111, 66, 193, 0.16);
|
2452
2397
|
color: #6f42c1;
|
2453
2398
|
border: 1px solid;
|
2454
2399
|
}
|
2455
|
-
.p-button.p-button-help.p-button-text,
|
2456
|
-
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2457
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2400
|
+
.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 {
|
2458
2401
|
background-color: transparent;
|
2459
2402
|
color: #6f42c1;
|
2460
2403
|
border-color: transparent;
|
2461
2404
|
}
|
2462
|
-
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2463
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2464
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2405
|
+
.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 {
|
2465
2406
|
background: rgba(111, 66, 193, 0.04);
|
2466
2407
|
border-color: transparent;
|
2467
2408
|
color: #6f42c1;
|
2468
2409
|
}
|
2469
|
-
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2470
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2471
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2410
|
+
.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 {
|
2472
2411
|
background: rgba(111, 66, 193, 0.16);
|
2473
2412
|
border-color: transparent;
|
2474
2413
|
color: #6f42c1;
|
2475
2414
|
}
|
2476
2415
|
|
2477
|
-
.p-button.p-button-danger,
|
2478
|
-
.p-buttonset.p-button-danger > .p-button,
|
2479
|
-
.p-splitbutton.p-button-danger > .p-button {
|
2416
|
+
.p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
2480
2417
|
color: #ffffff;
|
2481
2418
|
background: #dc3545;
|
2482
2419
|
border: 1px solid #dc3545;
|
2483
2420
|
}
|
2484
|
-
.p-button.p-button-danger:not(:disabled):hover,
|
2485
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2486
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2421
|
+
.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 {
|
2487
2422
|
background: #c82333;
|
2488
2423
|
color: #ffffff;
|
2489
2424
|
border-color: #bd2130;
|
2490
2425
|
}
|
2491
|
-
.p-button.p-button-danger:not(:disabled):focus,
|
2492
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2493
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2426
|
+
.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 {
|
2494
2427
|
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
|
2495
2428
|
}
|
2496
|
-
.p-button.p-button-danger:not(:disabled):active,
|
2497
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2498
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2429
|
+
.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 {
|
2499
2430
|
background: #bd2130;
|
2500
2431
|
color: #ffffff;
|
2501
2432
|
border-color: #b21f2d;
|
2502
2433
|
}
|
2503
|
-
.p-button.p-button-danger.p-button-outlined,
|
2504
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2505
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2434
|
+
.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 {
|
2506
2435
|
background-color: transparent;
|
2507
2436
|
color: #dc3545;
|
2508
2437
|
border: 1px solid;
|
2509
2438
|
}
|
2510
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2511
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2512
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2439
|
+
.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 {
|
2513
2440
|
background: rgba(220, 53, 69, 0.04);
|
2514
2441
|
color: #dc3545;
|
2515
2442
|
border: 1px solid;
|
2516
2443
|
}
|
2517
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2518
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2519
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2444
|
+
.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 {
|
2520
2445
|
background: rgba(220, 53, 69, 0.16);
|
2521
2446
|
color: #dc3545;
|
2522
2447
|
border: 1px solid;
|
2523
2448
|
}
|
2524
|
-
.p-button.p-button-danger.p-button-text,
|
2525
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2526
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2449
|
+
.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 {
|
2527
2450
|
background-color: transparent;
|
2528
2451
|
color: #dc3545;
|
2529
2452
|
border-color: transparent;
|
2530
2453
|
}
|
2531
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2532
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2533
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2454
|
+
.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 {
|
2534
2455
|
background: rgba(220, 53, 69, 0.04);
|
2535
2456
|
border-color: transparent;
|
2536
2457
|
color: #dc3545;
|
2537
2458
|
}
|
2538
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2539
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2540
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2459
|
+
.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 {
|
2541
2460
|
background: rgba(220, 53, 69, 0.16);
|
2542
2461
|
border-color: transparent;
|
2543
2462
|
color: #dc3545;
|
@@ -2648,253 +2567,14 @@
|
|
2648
2567
|
.p-splitbutton {
|
2649
2568
|
border-radius: 4px;
|
2650
2569
|
}
|
2651
|
-
.p-splitbutton.p-button-outlined > .p-button {
|
2652
|
-
background-color: transparent;
|
2653
|
-
color: #883cae;
|
2654
|
-
border: 1px solid;
|
2655
|
-
}
|
2656
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover {
|
2657
|
-
background: rgba(136, 60, 174, 0.04);
|
2658
|
-
color: #883cae;
|
2659
|
-
}
|
2660
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):active {
|
2661
|
-
background: rgba(136, 60, 174, 0.16);
|
2662
|
-
color: #883cae;
|
2663
|
-
}
|
2664
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2665
|
-
color: #6c757d;
|
2666
|
-
border-color: #6c757d;
|
2667
|
-
}
|
2668
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover {
|
2669
|
-
background: #e9ecef;
|
2670
|
-
color: #6c757d;
|
2671
|
-
}
|
2672
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active {
|
2673
|
-
background: #dee2e6;
|
2674
|
-
color: #6c757d;
|
2675
|
-
}
|
2676
|
-
.p-splitbutton.p-button-text > .p-button {
|
2677
|
-
background-color: transparent;
|
2678
|
-
color: #883cae;
|
2679
|
-
border-color: transparent;
|
2680
|
-
}
|
2681
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):hover {
|
2682
|
-
background: rgba(136, 60, 174, 0.04);
|
2683
|
-
color: #883cae;
|
2684
|
-
border-color: transparent;
|
2685
|
-
}
|
2686
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):active {
|
2687
|
-
background: rgba(136, 60, 174, 0.16);
|
2688
|
-
color: #883cae;
|
2689
|
-
border-color: transparent;
|
2690
|
-
}
|
2691
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2692
|
-
color: #6c757d;
|
2693
|
-
}
|
2694
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover {
|
2695
|
-
background: #e9ecef;
|
2696
|
-
color: #6c757d;
|
2697
|
-
}
|
2698
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active {
|
2699
|
-
background: #dee2e6;
|
2700
|
-
color: #6c757d;
|
2701
|
-
}
|
2702
|
-
.p-splitbutton.p-button-raised {
|
2703
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
2704
|
-
}
|
2705
2570
|
.p-splitbutton.p-button-rounded {
|
2706
2571
|
border-radius: 2rem;
|
2707
2572
|
}
|
2708
2573
|
.p-splitbutton.p-button-rounded > .p-button {
|
2709
2574
|
border-radius: 2rem;
|
2710
2575
|
}
|
2711
|
-
.p-splitbutton.p-button-
|
2712
|
-
|
2713
|
-
padding: 0.4375rem 0.65625rem;
|
2714
|
-
}
|
2715
|
-
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2716
|
-
font-size: 0.875rem;
|
2717
|
-
}
|
2718
|
-
.p-splitbutton.p-button-lg > .p-button {
|
2719
|
-
font-size: 1.25rem;
|
2720
|
-
padding: 0.625rem 0.9375rem;
|
2721
|
-
}
|
2722
|
-
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2723
|
-
font-size: 1.25rem;
|
2724
|
-
}
|
2725
|
-
|
2726
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2727
|
-
background-color: transparent;
|
2728
|
-
color: #6c757d;
|
2729
|
-
border: 1px solid;
|
2730
|
-
}
|
2731
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover {
|
2732
|
-
background: rgba(108, 117, 125, 0.04);
|
2733
|
-
color: #6c757d;
|
2734
|
-
}
|
2735
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
|
2736
|
-
background: rgba(108, 117, 125, 0.16);
|
2737
|
-
color: #6c757d;
|
2738
|
-
}
|
2739
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2740
|
-
background-color: transparent;
|
2741
|
-
color: #6c757d;
|
2742
|
-
border-color: transparent;
|
2743
|
-
}
|
2744
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover {
|
2745
|
-
background: rgba(108, 117, 125, 0.04);
|
2746
|
-
border-color: transparent;
|
2747
|
-
color: #6c757d;
|
2748
|
-
}
|
2749
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active {
|
2750
|
-
background: rgba(108, 117, 125, 0.16);
|
2751
|
-
border-color: transparent;
|
2752
|
-
color: #6c757d;
|
2753
|
-
}
|
2754
|
-
|
2755
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2756
|
-
background-color: transparent;
|
2757
|
-
color: #17a2b8;
|
2758
|
-
border: 1px solid;
|
2759
|
-
}
|
2760
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover {
|
2761
|
-
background: rgba(23, 162, 184, 0.04);
|
2762
|
-
color: #17a2b8;
|
2763
|
-
}
|
2764
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active {
|
2765
|
-
background: rgba(23, 162, 184, 0.16);
|
2766
|
-
color: #17a2b8;
|
2767
|
-
}
|
2768
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2769
|
-
background-color: transparent;
|
2770
|
-
color: #17a2b8;
|
2771
|
-
border-color: transparent;
|
2772
|
-
}
|
2773
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover {
|
2774
|
-
background: rgba(23, 162, 184, 0.04);
|
2775
|
-
border-color: transparent;
|
2776
|
-
color: #17a2b8;
|
2777
|
-
}
|
2778
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active {
|
2779
|
-
background: rgba(23, 162, 184, 0.16);
|
2780
|
-
border-color: transparent;
|
2781
|
-
color: #17a2b8;
|
2782
|
-
}
|
2783
|
-
|
2784
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2785
|
-
background-color: transparent;
|
2786
|
-
color: #28a745;
|
2787
|
-
border: 1px solid;
|
2788
|
-
}
|
2789
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover {
|
2790
|
-
background: rgba(40, 167, 69, 0.04);
|
2791
|
-
color: #28a745;
|
2792
|
-
}
|
2793
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
|
2794
|
-
background: rgba(40, 167, 69, 0.16);
|
2795
|
-
color: #28a745;
|
2796
|
-
}
|
2797
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2798
|
-
background-color: transparent;
|
2799
|
-
color: #28a745;
|
2800
|
-
border-color: transparent;
|
2801
|
-
}
|
2802
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover {
|
2803
|
-
background: rgba(40, 167, 69, 0.04);
|
2804
|
-
border-color: transparent;
|
2805
|
-
color: #28a745;
|
2806
|
-
}
|
2807
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active {
|
2808
|
-
background: rgba(40, 167, 69, 0.16);
|
2809
|
-
border-color: transparent;
|
2810
|
-
color: #28a745;
|
2811
|
-
}
|
2812
|
-
|
2813
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2814
|
-
background-color: transparent;
|
2815
|
-
color: #ffc107;
|
2816
|
-
border: 1px solid;
|
2817
|
-
}
|
2818
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover {
|
2819
|
-
background: rgba(255, 193, 7, 0.04);
|
2820
|
-
color: #ffc107;
|
2821
|
-
}
|
2822
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
|
2823
|
-
background: rgba(255, 193, 7, 0.16);
|
2824
|
-
color: #ffc107;
|
2825
|
-
}
|
2826
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2827
|
-
background-color: transparent;
|
2828
|
-
color: #ffc107;
|
2829
|
-
border-color: transparent;
|
2830
|
-
}
|
2831
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover {
|
2832
|
-
background: rgba(255, 193, 7, 0.04);
|
2833
|
-
border-color: transparent;
|
2834
|
-
color: #ffc107;
|
2835
|
-
}
|
2836
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active {
|
2837
|
-
background: rgba(255, 193, 7, 0.16);
|
2838
|
-
border-color: transparent;
|
2839
|
-
color: #ffc107;
|
2840
|
-
}
|
2841
|
-
|
2842
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2843
|
-
background-color: transparent;
|
2844
|
-
color: #6f42c1;
|
2845
|
-
border: 1px solid;
|
2846
|
-
}
|
2847
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover {
|
2848
|
-
background: rgba(111, 66, 193, 0.04);
|
2849
|
-
color: #6f42c1;
|
2850
|
-
}
|
2851
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
|
2852
|
-
background: rgba(111, 66, 193, 0.16);
|
2853
|
-
color: #6f42c1;
|
2854
|
-
}
|
2855
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2856
|
-
background-color: transparent;
|
2857
|
-
color: #6f42c1;
|
2858
|
-
border-color: transparent;
|
2859
|
-
}
|
2860
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover {
|
2861
|
-
background: rgba(111, 66, 193, 0.04);
|
2862
|
-
border-color: transparent;
|
2863
|
-
color: #6f42c1;
|
2864
|
-
}
|
2865
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active {
|
2866
|
-
background: rgba(111, 66, 193, 0.16);
|
2867
|
-
border-color: transparent;
|
2868
|
-
color: #6f42c1;
|
2869
|
-
}
|
2870
|
-
|
2871
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2872
|
-
background-color: transparent;
|
2873
|
-
color: #dc3545;
|
2874
|
-
border: 1px solid;
|
2875
|
-
}
|
2876
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover {
|
2877
|
-
background: rgba(220, 53, 69, 0.04);
|
2878
|
-
color: #dc3545;
|
2879
|
-
}
|
2880
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
2881
|
-
background: rgba(220, 53, 69, 0.16);
|
2882
|
-
color: #dc3545;
|
2883
|
-
}
|
2884
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2885
|
-
background-color: transparent;
|
2886
|
-
color: #dc3545;
|
2887
|
-
border-color: transparent;
|
2888
|
-
}
|
2889
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover {
|
2890
|
-
background: rgba(220, 53, 69, 0.04);
|
2891
|
-
border-color: transparent;
|
2892
|
-
color: #dc3545;
|
2893
|
-
}
|
2894
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active {
|
2895
|
-
background: rgba(220, 53, 69, 0.16);
|
2896
|
-
border-color: transparent;
|
2897
|
-
color: #dc3545;
|
2576
|
+
.p-splitbutton.p-button-raised {
|
2577
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
2898
2578
|
}
|
2899
2579
|
|
2900
2580
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
@@ -3308,6 +2988,9 @@
|
|
3308
2988
|
transition: box-shadow 0.15s;
|
3309
2989
|
border-radius: 0;
|
3310
2990
|
}
|
2991
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
|
2992
|
+
margin-top: 0;
|
2993
|
+
}
|
3311
2994
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
3312
2995
|
color: #ffffff;
|
3313
2996
|
background: #883cae;
|
@@ -3411,6 +3094,9 @@
|
|
3411
3094
|
background: transparent;
|
3412
3095
|
transition: box-shadow 0.15s;
|
3413
3096
|
}
|
3097
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
|
3098
|
+
margin-top: 0;
|
3099
|
+
}
|
3414
3100
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3415
3101
|
background: #e9ecef;
|
3416
3102
|
color: #212529;
|
@@ -3627,6 +3313,9 @@
|
|
3627
3313
|
background: transparent;
|
3628
3314
|
transition: box-shadow 0.15s;
|
3629
3315
|
}
|
3316
|
+
.p-picklist .p-picklist-list .p-picklist-item:first-child {
|
3317
|
+
margin-top: 0;
|
3318
|
+
}
|
3630
3319
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3631
3320
|
background: #e9ecef;
|
3632
3321
|
color: #212529;
|
@@ -4315,6 +4004,174 @@
|
|
4315
4004
|
background: #dee2e6;
|
4316
4005
|
}
|
4317
4006
|
|
4007
|
+
.p-stepper .p-stepper-nav {
|
4008
|
+
position: relative;
|
4009
|
+
display: flex;
|
4010
|
+
justify-content: space-between;
|
4011
|
+
align-items: center;
|
4012
|
+
margin: 0;
|
4013
|
+
padding: 0;
|
4014
|
+
list-style-type: none;
|
4015
|
+
overflow-x: auto;
|
4016
|
+
}
|
4017
|
+
|
4018
|
+
.p-stepper-vertical .p-stepper-nav {
|
4019
|
+
flex-direction: column;
|
4020
|
+
}
|
4021
|
+
|
4022
|
+
.p-stepper-header {
|
4023
|
+
position: relative;
|
4024
|
+
display: flex;
|
4025
|
+
flex: 1 1 auto;
|
4026
|
+
align-items: center;
|
4027
|
+
}
|
4028
|
+
.p-stepper-header:last-of-type {
|
4029
|
+
flex: initial;
|
4030
|
+
}
|
4031
|
+
|
4032
|
+
.p-stepper-header .p-stepper-action {
|
4033
|
+
border: 0 none;
|
4034
|
+
display: inline-flex;
|
4035
|
+
align-items: center;
|
4036
|
+
text-decoration: none;
|
4037
|
+
cursor: pointer;
|
4038
|
+
}
|
4039
|
+
.p-stepper-header .p-stepper-action:focus-visible {
|
4040
|
+
outline: 0 none;
|
4041
|
+
outline-offset: 0;
|
4042
|
+
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
4043
|
+
}
|
4044
|
+
|
4045
|
+
.p-stepper.p-stepper-readonly .p-stepper-header {
|
4046
|
+
cursor: auto;
|
4047
|
+
}
|
4048
|
+
|
4049
|
+
.p-stepper-header.p-highlight .p-stepper-action {
|
4050
|
+
cursor: default;
|
4051
|
+
}
|
4052
|
+
|
4053
|
+
.p-stepper-title {
|
4054
|
+
display: block;
|
4055
|
+
white-space: nowrap;
|
4056
|
+
overflow: hidden;
|
4057
|
+
text-overflow: ellipsis;
|
4058
|
+
max-width: 100%;
|
4059
|
+
}
|
4060
|
+
|
4061
|
+
.p-stepper-number {
|
4062
|
+
display: flex;
|
4063
|
+
align-items: center;
|
4064
|
+
justify-content: center;
|
4065
|
+
}
|
4066
|
+
|
4067
|
+
.p-stepper-separator {
|
4068
|
+
flex: 1 1 0;
|
4069
|
+
}
|
4070
|
+
|
4071
|
+
.p-stepper .p-stepper-nav {
|
4072
|
+
display: flex;
|
4073
|
+
justify-content: space-between;
|
4074
|
+
margin: 0;
|
4075
|
+
padding: 0;
|
4076
|
+
list-style-type: none;
|
4077
|
+
}
|
4078
|
+
.p-stepper .p-stepper-header {
|
4079
|
+
padding: 0.5rem;
|
4080
|
+
}
|
4081
|
+
.p-stepper .p-stepper-header .p-stepper-action {
|
4082
|
+
transition: box-shadow 0.15s;
|
4083
|
+
border-radius: 4px;
|
4084
|
+
background: transparent;
|
4085
|
+
outline-color: transparent;
|
4086
|
+
}
|
4087
|
+
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
|
4088
|
+
color: #212529;
|
4089
|
+
border: 1px solid #dee2e6;
|
4090
|
+
border-width: 2px;
|
4091
|
+
background: transparent;
|
4092
|
+
min-width: 2rem;
|
4093
|
+
height: 2rem;
|
4094
|
+
line-height: 2rem;
|
4095
|
+
font-size: 1.143rem;
|
4096
|
+
border-radius: 4px;
|
4097
|
+
transition: box-shadow 0.15s;
|
4098
|
+
}
|
4099
|
+
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
|
4100
|
+
margin-left: 0.5rem;
|
4101
|
+
color: #6c757d;
|
4102
|
+
font-weight: 600;
|
4103
|
+
transition: box-shadow 0.15s;
|
4104
|
+
}
|
4105
|
+
.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
|
4106
|
+
outline: 0 none;
|
4107
|
+
outline-offset: 0;
|
4108
|
+
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
4109
|
+
}
|
4110
|
+
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
4111
|
+
background: #883cae;
|
4112
|
+
color: #ffffff;
|
4113
|
+
}
|
4114
|
+
.p-stepper .p-stepper-header.p-highlight .p-stepper-title {
|
4115
|
+
color: #212529;
|
4116
|
+
}
|
4117
|
+
.p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
|
4118
|
+
outline: 0 none;
|
4119
|
+
outline-offset: 0;
|
4120
|
+
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
4121
|
+
}
|
4122
|
+
.p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
|
4123
|
+
background-color: #883cae;
|
4124
|
+
}
|
4125
|
+
.p-stepper .p-stepper-panels {
|
4126
|
+
background: #ffffff;
|
4127
|
+
padding: 1.25rem;
|
4128
|
+
color: #212529;
|
4129
|
+
}
|
4130
|
+
.p-stepper .p-stepper-separator {
|
4131
|
+
background-color: #dee2e6;
|
4132
|
+
width: 100%;
|
4133
|
+
height: 2px;
|
4134
|
+
margin-inline-start: 1rem;
|
4135
|
+
transition: box-shadow 0.15s;
|
4136
|
+
}
|
4137
|
+
.p-stepper.p-stepper-vertical {
|
4138
|
+
display: flex;
|
4139
|
+
flex-direction: column;
|
4140
|
+
}
|
4141
|
+
.p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
|
4142
|
+
display: flex;
|
4143
|
+
flex: 1 1 auto;
|
4144
|
+
background: #ffffff;
|
4145
|
+
color: #212529;
|
4146
|
+
}
|
4147
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel {
|
4148
|
+
display: flex;
|
4149
|
+
flex-direction: column;
|
4150
|
+
flex: initial;
|
4151
|
+
}
|
4152
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
|
4153
|
+
flex: 1 1 auto;
|
4154
|
+
}
|
4155
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
|
4156
|
+
flex: initial;
|
4157
|
+
}
|
4158
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
|
4159
|
+
width: 100%;
|
4160
|
+
padding-left: 1rem;
|
4161
|
+
}
|
4162
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
|
4163
|
+
flex: 0 0 auto;
|
4164
|
+
width: 2px;
|
4165
|
+
height: auto;
|
4166
|
+
margin-inline-start: calc(1.75rem + 2px);
|
4167
|
+
}
|
4168
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
|
4169
|
+
background-color: #883cae;
|
4170
|
+
}
|
4171
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
|
4172
|
+
padding-left: 3rem;
|
4173
|
+
}
|
4174
|
+
|
4318
4175
|
.p-tabview .p-tabview-nav-content {
|
4319
4176
|
scroll-padding-inline: 2.357rem;
|
4320
4177
|
}
|
@@ -4929,6 +4786,7 @@
|
|
4929
4786
|
color: #212529;
|
4930
4787
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
4931
4788
|
box-shadow: none;
|
4789
|
+
border-radius: 4px;
|
4932
4790
|
}
|
4933
4791
|
.p-megamenu .p-submenu-header {
|
4934
4792
|
margin: 0;
|
@@ -5182,6 +5040,7 @@
|
|
5182
5040
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
5183
5041
|
box-shadow: none;
|
5184
5042
|
width: 12.5rem;
|
5043
|
+
border-radius: 4px;
|
5185
5044
|
}
|
5186
5045
|
.p-menubar .p-submenu-list .p-menuitem-separator {
|
5187
5046
|
border-top: 1px solid #dee2e6;
|
@@ -5683,6 +5542,7 @@
|
|
5683
5542
|
background: #ffffff;
|
5684
5543
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
5685
5544
|
box-shadow: none;
|
5545
|
+
border-radius: 4px;
|
5686
5546
|
}
|
5687
5547
|
.p-tieredmenu .p-menuitem > .p-menuitem-content {
|
5688
5548
|
color: #212529;
|
@@ -6260,10 +6120,6 @@
|
|
6260
6120
|
display: flex;
|
6261
6121
|
}
|
6262
6122
|
|
6263
|
-
.p-metergroup-vertical {
|
6264
|
-
height: 100%;
|
6265
|
-
}
|
6266
|
-
|
6267
6123
|
.p-metergroup-vertical .p-metergroup-meters {
|
6268
6124
|
flex-direction: column;
|
6269
6125
|
}
|