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
@@ -439,6 +439,9 @@
|
|
439
439
|
transition: none;
|
440
440
|
border-radius: 0;
|
441
441
|
}
|
442
|
+
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
|
443
|
+
margin-top: 0;
|
444
|
+
}
|
442
445
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
443
446
|
color: #2e3440;
|
444
447
|
background: #d8dee9;
|
@@ -777,6 +780,9 @@
|
|
777
780
|
transition: none;
|
778
781
|
border-radius: 0;
|
779
782
|
}
|
783
|
+
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
|
784
|
+
margin-top: 0;
|
785
|
+
}
|
780
786
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
781
787
|
color: #2e3440;
|
782
788
|
background: #d8dee9;
|
@@ -842,6 +848,7 @@
|
|
842
848
|
color: #4c566a;
|
843
849
|
border-radius: 4px;
|
844
850
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
851
|
+
outline-color: transparent;
|
845
852
|
}
|
846
853
|
.p-checkbox .p-checkbox-box .p-checkbox-icon {
|
847
854
|
transition-duration: 0.2s;
|
@@ -1046,6 +1053,9 @@
|
|
1046
1053
|
transition: none;
|
1047
1054
|
border-radius: 0;
|
1048
1055
|
}
|
1056
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
|
1057
|
+
margin-top: 0;
|
1058
|
+
}
|
1049
1059
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
1050
1060
|
color: #2e3440;
|
1051
1061
|
background: #d8dee9;
|
@@ -1208,6 +1218,17 @@
|
|
1208
1218
|
right: 2.857rem;
|
1209
1219
|
}
|
1210
1220
|
|
1221
|
+
.p-inputotp {
|
1222
|
+
display: flex;
|
1223
|
+
align-items: center;
|
1224
|
+
gap: 0.5rem;
|
1225
|
+
}
|
1226
|
+
|
1227
|
+
.p-inputotp-input {
|
1228
|
+
text-align: center;
|
1229
|
+
width: 2rem;
|
1230
|
+
}
|
1231
|
+
|
1211
1232
|
.p-inputswitch {
|
1212
1233
|
width: 3rem;
|
1213
1234
|
height: 1.75rem;
|
@@ -1404,6 +1425,9 @@
|
|
1404
1425
|
transition: none;
|
1405
1426
|
border-radius: 0;
|
1406
1427
|
}
|
1428
|
+
.p-listbox .p-listbox-list .p-listbox-item:first-child {
|
1429
|
+
margin-top: 0;
|
1430
|
+
}
|
1407
1431
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
1408
1432
|
color: #2e3440;
|
1409
1433
|
background: #d8dee9;
|
@@ -1428,12 +1452,16 @@
|
|
1428
1452
|
}
|
1429
1453
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1430
1454
|
color: #4c566a;
|
1431
|
-
background:
|
1455
|
+
background: transparent;
|
1432
1456
|
}
|
1433
1457
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
1434
1458
|
color: #4c566a;
|
1435
1459
|
background: transparent;
|
1436
1460
|
}
|
1461
|
+
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
|
1462
|
+
color: #4c566a;
|
1463
|
+
background: transparent;
|
1464
|
+
}
|
1437
1465
|
.p-listbox.p-focus {
|
1438
1466
|
outline: 0 none;
|
1439
1467
|
outline-offset: 0;
|
@@ -1555,6 +1583,9 @@
|
|
1555
1583
|
transition: none;
|
1556
1584
|
border-radius: 0;
|
1557
1585
|
}
|
1586
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
|
1587
|
+
margin-top: 0;
|
1588
|
+
}
|
1558
1589
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
1559
1590
|
color: #2e3440;
|
1560
1591
|
background: #d8dee9;
|
@@ -1564,7 +1595,7 @@
|
|
1564
1595
|
}
|
1565
1596
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1566
1597
|
color: #4c566a;
|
1567
|
-
background:
|
1598
|
+
background: transparent;
|
1568
1599
|
}
|
1569
1600
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
1570
1601
|
color: #4c566a;
|
@@ -1654,6 +1685,7 @@
|
|
1654
1685
|
color: #4c566a;
|
1655
1686
|
border-radius: 50%;
|
1656
1687
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
1688
|
+
outline-color: transparent;
|
1657
1689
|
}
|
1658
1690
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
1659
1691
|
border-color: #81a1c1;
|
@@ -1704,6 +1736,13 @@
|
|
1704
1736
|
.p-rating {
|
1705
1737
|
gap: 0.5rem;
|
1706
1738
|
}
|
1739
|
+
.p-rating .p-rating-item {
|
1740
|
+
border-radius: 50%;
|
1741
|
+
outline-color: transparent;
|
1742
|
+
display: inline-flex;
|
1743
|
+
justify-content: center;
|
1744
|
+
align-items: center;
|
1745
|
+
}
|
1707
1746
|
.p-rating .p-rating-item .p-rating-icon {
|
1708
1747
|
color: #4c566a;
|
1709
1748
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
@@ -1720,7 +1759,6 @@
|
|
1720
1759
|
outline: 0 none;
|
1721
1760
|
outline-offset: 0;
|
1722
1761
|
box-shadow: 0 0 0 0.2rem #c0d0e0;
|
1723
|
-
border-color: #81a1c1;
|
1724
1762
|
}
|
1725
1763
|
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
|
1726
1764
|
color: #5e81ac;
|
@@ -1999,6 +2037,7 @@
|
|
1999
2037
|
font-size: 1rem;
|
2000
2038
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
2001
2039
|
border-radius: 4px;
|
2040
|
+
outline-color: transparent;
|
2002
2041
|
}
|
2003
2042
|
.p-button:not(:disabled):hover {
|
2004
2043
|
background: #81a1c1;
|
@@ -2063,7 +2102,7 @@
|
|
2063
2102
|
background: #e5e9f0;
|
2064
2103
|
color: #81a1c1;
|
2065
2104
|
}
|
2066
|
-
.p-button:focus {
|
2105
|
+
.p-button:focus-visible {
|
2067
2106
|
outline: 0 none;
|
2068
2107
|
outline-offset: 0;
|
2069
2108
|
box-shadow: 0 0 0 0.2rem #c0d0e0;
|
@@ -2136,422 +2175,302 @@
|
|
2136
2175
|
.p-fluid .p-button-icon-only {
|
2137
2176
|
width: 2.357rem;
|
2138
2177
|
}
|
2139
|
-
.p-fluid .p-
|
2178
|
+
.p-fluid .p-button-group {
|
2140
2179
|
display: flex;
|
2141
2180
|
}
|
2142
|
-
.p-fluid .p-
|
2181
|
+
.p-fluid .p-button-group .p-button {
|
2143
2182
|
flex: 1;
|
2144
2183
|
}
|
2145
2184
|
|
2146
|
-
.p-button.p-button-secondary,
|
2147
|
-
.p-buttonset.p-button-secondary > .p-button,
|
2148
|
-
.p-splitbutton.p-button-secondary > .p-button {
|
2185
|
+
.p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
2149
2186
|
color: #ffffff;
|
2150
2187
|
background: #4c566a;
|
2151
2188
|
border: 2px solid #4c566a;
|
2152
2189
|
}
|
2153
|
-
.p-button.p-button-secondary:not(:disabled):hover,
|
2154
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2155
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2190
|
+
.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 {
|
2156
2191
|
background: #707888;
|
2157
2192
|
color: #ffffff;
|
2158
2193
|
border-color: #4c566a;
|
2159
2194
|
}
|
2160
|
-
.p-button.p-button-secondary:not(:disabled):focus,
|
2161
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2162
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2195
|
+
.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 {
|
2163
2196
|
box-shadow: 0 0 0 0.2rem #b3bac8;
|
2164
2197
|
}
|
2165
|
-
.p-button.p-button-secondary:not(:disabled):active,
|
2166
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2167
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2198
|
+
.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 {
|
2168
2199
|
background: #2e3440;
|
2169
2200
|
color: #ffffff;
|
2170
2201
|
border-color: #2e3440;
|
2171
2202
|
}
|
2172
|
-
.p-button.p-button-secondary.p-button-outlined,
|
2173
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2174
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2203
|
+
.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 {
|
2175
2204
|
background-color: transparent;
|
2176
2205
|
color: #4c566a;
|
2177
2206
|
border: 2px solid;
|
2178
2207
|
}
|
2179
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2180
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2181
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2208
|
+
.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 {
|
2182
2209
|
background: rgba(76, 86, 106, 0.12);
|
2183
2210
|
color: #4c566a;
|
2184
2211
|
border: 2px solid;
|
2185
2212
|
}
|
2186
|
-
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2187
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2188
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2213
|
+
.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 {
|
2189
2214
|
background: rgba(76, 86, 106, 0.24);
|
2190
2215
|
color: #4c566a;
|
2191
2216
|
border: 2px solid;
|
2192
2217
|
}
|
2193
|
-
.p-button.p-button-secondary.p-button-text,
|
2194
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2195
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2218
|
+
.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 {
|
2196
2219
|
background-color: transparent;
|
2197
2220
|
color: #4c566a;
|
2198
2221
|
border-color: transparent;
|
2199
2222
|
}
|
2200
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2201
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2202
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2223
|
+
.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 {
|
2203
2224
|
background: rgba(76, 86, 106, 0.12);
|
2204
2225
|
border-color: transparent;
|
2205
2226
|
color: #4c566a;
|
2206
2227
|
}
|
2207
|
-
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2208
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2209
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2228
|
+
.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 {
|
2210
2229
|
background: rgba(76, 86, 106, 0.24);
|
2211
2230
|
border-color: transparent;
|
2212
2231
|
color: #4c566a;
|
2213
2232
|
}
|
2214
2233
|
|
2215
|
-
.p-button.p-button-info,
|
2216
|
-
.p-buttonset.p-button-info > .p-button,
|
2217
|
-
.p-splitbutton.p-button-info > .p-button {
|
2234
|
+
.p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
2218
2235
|
color: #ffffff;
|
2219
2236
|
background: #639bb2;
|
2220
2237
|
border: 2px solid #639bb2;
|
2221
2238
|
}
|
2222
|
-
.p-button.p-button-info:not(:disabled):hover,
|
2223
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2224
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2239
|
+
.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 {
|
2225
2240
|
background: #88c0d0;
|
2226
2241
|
color: #ffffff;
|
2227
2242
|
border-color: #639bb2;
|
2228
2243
|
}
|
2229
|
-
.p-button.p-button-info:not(:disabled):focus,
|
2230
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2231
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2244
|
+
.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 {
|
2232
2245
|
box-shadow: 0 0 0 0.2rem #c1d7e0;
|
2233
2246
|
}
|
2234
|
-
.p-button.p-button-info:not(:disabled):active,
|
2235
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2236
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2247
|
+
.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 {
|
2237
2248
|
background: #497e94;
|
2238
2249
|
color: #ffffff;
|
2239
2250
|
border-color: #497e94;
|
2240
2251
|
}
|
2241
|
-
.p-button.p-button-info.p-button-outlined,
|
2242
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2243
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2252
|
+
.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 {
|
2244
2253
|
background-color: transparent;
|
2245
2254
|
color: #639bb2;
|
2246
2255
|
border: 2px solid;
|
2247
2256
|
}
|
2248
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2249
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2250
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2257
|
+
.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 {
|
2251
2258
|
background: rgba(99, 155, 178, 0.12);
|
2252
2259
|
color: #639bb2;
|
2253
2260
|
border: 2px solid;
|
2254
2261
|
}
|
2255
|
-
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2256
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2257
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2262
|
+
.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 {
|
2258
2263
|
background: rgba(99, 155, 178, 0.24);
|
2259
2264
|
color: #639bb2;
|
2260
2265
|
border: 2px solid;
|
2261
2266
|
}
|
2262
|
-
.p-button.p-button-info.p-button-text,
|
2263
|
-
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2264
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2267
|
+
.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 {
|
2265
2268
|
background-color: transparent;
|
2266
2269
|
color: #639bb2;
|
2267
2270
|
border-color: transparent;
|
2268
2271
|
}
|
2269
|
-
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2270
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2271
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2272
|
+
.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 {
|
2272
2273
|
background: rgba(99, 155, 178, 0.12);
|
2273
2274
|
border-color: transparent;
|
2274
2275
|
color: #639bb2;
|
2275
2276
|
}
|
2276
|
-
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2277
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2278
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2277
|
+
.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 {
|
2279
2278
|
background: rgba(99, 155, 178, 0.24);
|
2280
2279
|
border-color: transparent;
|
2281
2280
|
color: #639bb2;
|
2282
2281
|
}
|
2283
2282
|
|
2284
|
-
.p-button.p-button-success,
|
2285
|
-
.p-buttonset.p-button-success > .p-button,
|
2286
|
-
.p-splitbutton.p-button-success > .p-button {
|
2283
|
+
.p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
2287
2284
|
color: #ffffff;
|
2288
2285
|
background: #7fa366;
|
2289
2286
|
border: 2px solid #7fa366;
|
2290
2287
|
}
|
2291
|
-
.p-button.p-button-success:not(:disabled):hover,
|
2292
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2293
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2288
|
+
.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 {
|
2294
2289
|
background: #a3be8c;
|
2295
2290
|
color: #ffffff;
|
2296
2291
|
border-color: #7fa366;
|
2297
2292
|
}
|
2298
|
-
.p-button.p-button-success:not(:disabled):focus,
|
2299
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2300
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2293
|
+
.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 {
|
2301
2294
|
box-shadow: 0 0 0 0.2rem #ccdac2;
|
2302
2295
|
}
|
2303
|
-
.p-button.p-button-success:not(:disabled):active,
|
2304
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2305
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2296
|
+
.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 {
|
2306
2297
|
background: #658450;
|
2307
2298
|
color: #ffffff;
|
2308
2299
|
border-color: #658450;
|
2309
2300
|
}
|
2310
|
-
.p-button.p-button-success.p-button-outlined,
|
2311
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2312
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2301
|
+
.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 {
|
2313
2302
|
background-color: transparent;
|
2314
2303
|
color: #7fa366;
|
2315
2304
|
border: 2px solid;
|
2316
2305
|
}
|
2317
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2318
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2319
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2306
|
+
.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 {
|
2320
2307
|
background: rgba(127, 163, 102, 0.12);
|
2321
2308
|
color: #7fa366;
|
2322
2309
|
border: 2px solid;
|
2323
2310
|
}
|
2324
|
-
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2325
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2326
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2311
|
+
.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 {
|
2327
2312
|
background: rgba(127, 163, 102, 0.24);
|
2328
2313
|
color: #7fa366;
|
2329
2314
|
border: 2px solid;
|
2330
2315
|
}
|
2331
|
-
.p-button.p-button-success.p-button-text,
|
2332
|
-
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2333
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2316
|
+
.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 {
|
2334
2317
|
background-color: transparent;
|
2335
2318
|
color: #7fa366;
|
2336
2319
|
border-color: transparent;
|
2337
2320
|
}
|
2338
|
-
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2339
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2340
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2321
|
+
.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 {
|
2341
2322
|
background: rgba(127, 163, 102, 0.12);
|
2342
2323
|
border-color: transparent;
|
2343
2324
|
color: #7fa366;
|
2344
2325
|
}
|
2345
|
-
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2346
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2347
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2326
|
+
.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 {
|
2348
2327
|
background: rgba(127, 163, 102, 0.24);
|
2349
2328
|
border-color: transparent;
|
2350
2329
|
color: #7fa366;
|
2351
2330
|
}
|
2352
2331
|
|
2353
|
-
.p-button.p-button-warning,
|
2354
|
-
.p-buttonset.p-button-warning > .p-button,
|
2355
|
-
.p-splitbutton.p-button-warning > .p-button {
|
2332
|
+
.p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
2356
2333
|
color: #ffffff;
|
2357
2334
|
background: #d08770;
|
2358
2335
|
border: 2px solid #d08770;
|
2359
2336
|
}
|
2360
|
-
.p-button.p-button-warning:not(:disabled):hover,
|
2361
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2362
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2337
|
+
.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 {
|
2363
2338
|
background: #e2ac94;
|
2364
2339
|
color: #ffffff;
|
2365
2340
|
border-color: #d08770;
|
2366
2341
|
}
|
2367
|
-
.p-button.p-button-warning:not(:disabled):focus,
|
2368
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2369
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2342
|
+
.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 {
|
2370
2343
|
box-shadow: 0 0 0 0.2rem #eccfc6;
|
2371
2344
|
}
|
2372
|
-
.p-button.p-button-warning:not(:disabled):active,
|
2373
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2374
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2345
|
+
.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 {
|
2375
2346
|
background: #c05f40;
|
2376
2347
|
color: #ffffff;
|
2377
2348
|
border-color: #c05f40;
|
2378
2349
|
}
|
2379
|
-
.p-button.p-button-warning.p-button-outlined,
|
2380
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2381
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2350
|
+
.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 {
|
2382
2351
|
background-color: transparent;
|
2383
2352
|
color: #d08770;
|
2384
2353
|
border: 2px solid;
|
2385
2354
|
}
|
2386
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2387
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2388
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2355
|
+
.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 {
|
2389
2356
|
background: rgba(208, 135, 112, 0.12);
|
2390
2357
|
color: #d08770;
|
2391
2358
|
border: 2px solid;
|
2392
2359
|
}
|
2393
|
-
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2394
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2395
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2360
|
+
.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 {
|
2396
2361
|
background: rgba(208, 135, 112, 0.24);
|
2397
2362
|
color: #d08770;
|
2398
2363
|
border: 2px solid;
|
2399
2364
|
}
|
2400
|
-
.p-button.p-button-warning.p-button-text,
|
2401
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2402
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2365
|
+
.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 {
|
2403
2366
|
background-color: transparent;
|
2404
2367
|
color: #d08770;
|
2405
2368
|
border-color: transparent;
|
2406
2369
|
}
|
2407
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2408
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2409
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2370
|
+
.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 {
|
2410
2371
|
background: rgba(208, 135, 112, 0.12);
|
2411
2372
|
border-color: transparent;
|
2412
2373
|
color: #d08770;
|
2413
2374
|
}
|
2414
|
-
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2415
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2416
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2375
|
+
.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 {
|
2417
2376
|
background: rgba(208, 135, 112, 0.24);
|
2418
2377
|
border-color: transparent;
|
2419
2378
|
color: #d08770;
|
2420
2379
|
}
|
2421
2380
|
|
2422
|
-
.p-button.p-button-help,
|
2423
|
-
.p-buttonset.p-button-help > .p-button,
|
2424
|
-
.p-splitbutton.p-button-help > .p-button {
|
2381
|
+
.p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
2425
2382
|
color: #ffffff;
|
2426
2383
|
background: #9a6796;
|
2427
2384
|
border: 2px solid #9a6796;
|
2428
2385
|
}
|
2429
|
-
.p-button.p-button-help:not(:disabled):hover,
|
2430
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2431
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2386
|
+
.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 {
|
2432
2387
|
background: #b48ead;
|
2433
2388
|
color: #ffffff;
|
2434
2389
|
border-color: #9a6796;
|
2435
2390
|
}
|
2436
|
-
.p-button.p-button-help:not(:disabled):focus,
|
2437
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2438
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2391
|
+
.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 {
|
2439
2392
|
box-shadow: 0 0 0 0.2rem #d7c2d5;
|
2440
2393
|
}
|
2441
|
-
.p-button.p-button-help:not(:disabled):active,
|
2442
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2443
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2394
|
+
.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 {
|
2444
2395
|
background: #7c5278;
|
2445
2396
|
color: #ffffff;
|
2446
2397
|
border-color: #7c5278;
|
2447
2398
|
}
|
2448
|
-
.p-button.p-button-help.p-button-outlined,
|
2449
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2450
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2399
|
+
.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 {
|
2451
2400
|
background-color: transparent;
|
2452
2401
|
color: #9a6796;
|
2453
2402
|
border: 2px solid;
|
2454
2403
|
}
|
2455
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2456
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2457
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2404
|
+
.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 {
|
2458
2405
|
background: rgba(154, 103, 150, 0.12);
|
2459
2406
|
color: #9a6796;
|
2460
2407
|
border: 2px solid;
|
2461
2408
|
}
|
2462
|
-
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2463
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2464
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2409
|
+
.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 {
|
2465
2410
|
background: rgba(154, 103, 150, 0.24);
|
2466
2411
|
color: #9a6796;
|
2467
2412
|
border: 2px solid;
|
2468
2413
|
}
|
2469
|
-
.p-button.p-button-help.p-button-text,
|
2470
|
-
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2471
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2414
|
+
.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 {
|
2472
2415
|
background-color: transparent;
|
2473
2416
|
color: #9a6796;
|
2474
2417
|
border-color: transparent;
|
2475
2418
|
}
|
2476
|
-
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2477
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2478
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2419
|
+
.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 {
|
2479
2420
|
background: rgba(154, 103, 150, 0.12);
|
2480
2421
|
border-color: transparent;
|
2481
2422
|
color: #9a6796;
|
2482
2423
|
}
|
2483
|
-
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2484
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2485
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2424
|
+
.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 {
|
2486
2425
|
background: rgba(154, 103, 150, 0.24);
|
2487
2426
|
border-color: transparent;
|
2488
2427
|
color: #9a6796;
|
2489
2428
|
}
|
2490
2429
|
|
2491
|
-
.p-button.p-button-danger,
|
2492
|
-
.p-buttonset.p-button-danger > .p-button,
|
2493
|
-
.p-splitbutton.p-button-danger > .p-button {
|
2430
|
+
.p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
2494
2431
|
color: #ffffff;
|
2495
2432
|
background: #bf616a;
|
2496
2433
|
border: 2px solid #bf616a;
|
2497
2434
|
}
|
2498
|
-
.p-button.p-button-danger:not(:disabled):hover,
|
2499
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2500
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2435
|
+
.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 {
|
2501
2436
|
background: #d88889;
|
2502
2437
|
color: #ffffff;
|
2503
2438
|
border-color: #bf616a;
|
2504
2439
|
}
|
2505
|
-
.p-button.p-button-danger:not(:disabled):focus,
|
2506
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2507
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2440
|
+
.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 {
|
2508
2441
|
box-shadow: 0 0 0 0.2rem #e5c0c3;
|
2509
2442
|
}
|
2510
|
-
.p-button.p-button-danger:not(:disabled):active,
|
2511
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2512
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2443
|
+
.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 {
|
2513
2444
|
background: #a4424c;
|
2514
2445
|
color: #ffffff;
|
2515
2446
|
border-color: #a4424c;
|
2516
2447
|
}
|
2517
|
-
.p-button.p-button-danger.p-button-outlined,
|
2518
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2519
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2448
|
+
.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 {
|
2520
2449
|
background-color: transparent;
|
2521
2450
|
color: #bf616a;
|
2522
2451
|
border: 2px solid;
|
2523
2452
|
}
|
2524
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2525
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2526
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2453
|
+
.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 {
|
2527
2454
|
background: rgba(191, 97, 106, 0.12);
|
2528
2455
|
color: #bf616a;
|
2529
2456
|
border: 2px solid;
|
2530
2457
|
}
|
2531
|
-
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2532
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2533
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2458
|
+
.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 {
|
2534
2459
|
background: rgba(191, 97, 106, 0.24);
|
2535
2460
|
color: #bf616a;
|
2536
2461
|
border: 2px solid;
|
2537
2462
|
}
|
2538
|
-
.p-button.p-button-danger.p-button-text,
|
2539
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2540
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2463
|
+
.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 {
|
2541
2464
|
background-color: transparent;
|
2542
2465
|
color: #bf616a;
|
2543
2466
|
border-color: transparent;
|
2544
2467
|
}
|
2545
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2546
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2547
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2468
|
+
.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 {
|
2548
2469
|
background: rgba(191, 97, 106, 0.12);
|
2549
2470
|
border-color: transparent;
|
2550
2471
|
color: #bf616a;
|
2551
2472
|
}
|
2552
|
-
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2553
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2554
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2473
|
+
.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 {
|
2555
2474
|
background: rgba(191, 97, 106, 0.24);
|
2556
2475
|
border-color: transparent;
|
2557
2476
|
color: #bf616a;
|
@@ -2662,253 +2581,14 @@
|
|
2662
2581
|
.p-splitbutton {
|
2663
2582
|
border-radius: 4px;
|
2664
2583
|
}
|
2665
|
-
.p-splitbutton.p-button-outlined > .p-button {
|
2666
|
-
background-color: transparent;
|
2667
|
-
color: #5e81ac;
|
2668
|
-
border: 2px solid;
|
2669
|
-
}
|
2670
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover {
|
2671
|
-
background: rgba(94, 129, 172, 0.12);
|
2672
|
-
color: #5e81ac;
|
2673
|
-
}
|
2674
|
-
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):active {
|
2675
|
-
background: rgba(94, 129, 172, 0.24);
|
2676
|
-
color: #5e81ac;
|
2677
|
-
}
|
2678
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2679
|
-
color: #81a1c1;
|
2680
|
-
border-color: #81a1c1;
|
2681
|
-
}
|
2682
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover {
|
2683
|
-
background: #ffffff;
|
2684
|
-
color: #81a1c1;
|
2685
|
-
}
|
2686
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active {
|
2687
|
-
background: #e5e9f0;
|
2688
|
-
color: #81a1c1;
|
2689
|
-
}
|
2690
|
-
.p-splitbutton.p-button-text > .p-button {
|
2691
|
-
background-color: transparent;
|
2692
|
-
color: #5e81ac;
|
2693
|
-
border-color: transparent;
|
2694
|
-
}
|
2695
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):hover {
|
2696
|
-
background: rgba(94, 129, 172, 0.12);
|
2697
|
-
color: #5e81ac;
|
2698
|
-
border-color: transparent;
|
2699
|
-
}
|
2700
|
-
.p-splitbutton.p-button-text > .p-button:not(:disabled):active {
|
2701
|
-
background: rgba(94, 129, 172, 0.24);
|
2702
|
-
color: #5e81ac;
|
2703
|
-
border-color: transparent;
|
2704
|
-
}
|
2705
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2706
|
-
color: #81a1c1;
|
2707
|
-
}
|
2708
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover {
|
2709
|
-
background: #ffffff;
|
2710
|
-
color: #81a1c1;
|
2711
|
-
}
|
2712
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active {
|
2713
|
-
background: #e5e9f0;
|
2714
|
-
color: #81a1c1;
|
2715
|
-
}
|
2716
|
-
.p-splitbutton.p-button-raised {
|
2717
|
-
box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2), 0 12px 10px 0 rgba(0, 0, 0, 0.06);
|
2718
|
-
}
|
2719
2584
|
.p-splitbutton.p-button-rounded {
|
2720
2585
|
border-radius: 2rem;
|
2721
2586
|
}
|
2722
2587
|
.p-splitbutton.p-button-rounded > .p-button {
|
2723
2588
|
border-radius: 2rem;
|
2724
2589
|
}
|
2725
|
-
.p-splitbutton.p-button-
|
2726
|
-
|
2727
|
-
padding: 0.4375rem 0.875rem;
|
2728
|
-
}
|
2729
|
-
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2730
|
-
font-size: 0.875rem;
|
2731
|
-
}
|
2732
|
-
.p-splitbutton.p-button-lg > .p-button {
|
2733
|
-
font-size: 1.25rem;
|
2734
|
-
padding: 0.625rem 1.25rem;
|
2735
|
-
}
|
2736
|
-
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2737
|
-
font-size: 1.25rem;
|
2738
|
-
}
|
2739
|
-
|
2740
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2741
|
-
background-color: transparent;
|
2742
|
-
color: #4c566a;
|
2743
|
-
border: 2px solid;
|
2744
|
-
}
|
2745
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover {
|
2746
|
-
background: rgba(76, 86, 106, 0.12);
|
2747
|
-
color: #4c566a;
|
2748
|
-
}
|
2749
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
|
2750
|
-
background: rgba(76, 86, 106, 0.24);
|
2751
|
-
color: #4c566a;
|
2752
|
-
}
|
2753
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2754
|
-
background-color: transparent;
|
2755
|
-
color: #4c566a;
|
2756
|
-
border-color: transparent;
|
2757
|
-
}
|
2758
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover {
|
2759
|
-
background: rgba(76, 86, 106, 0.12);
|
2760
|
-
border-color: transparent;
|
2761
|
-
color: #4c566a;
|
2762
|
-
}
|
2763
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active {
|
2764
|
-
background: rgba(76, 86, 106, 0.24);
|
2765
|
-
border-color: transparent;
|
2766
|
-
color: #4c566a;
|
2767
|
-
}
|
2768
|
-
|
2769
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2770
|
-
background-color: transparent;
|
2771
|
-
color: #639bb2;
|
2772
|
-
border: 2px solid;
|
2773
|
-
}
|
2774
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover {
|
2775
|
-
background: rgba(99, 155, 178, 0.12);
|
2776
|
-
color: #639bb2;
|
2777
|
-
}
|
2778
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active {
|
2779
|
-
background: rgba(99, 155, 178, 0.24);
|
2780
|
-
color: #639bb2;
|
2781
|
-
}
|
2782
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2783
|
-
background-color: transparent;
|
2784
|
-
color: #639bb2;
|
2785
|
-
border-color: transparent;
|
2786
|
-
}
|
2787
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover {
|
2788
|
-
background: rgba(99, 155, 178, 0.12);
|
2789
|
-
border-color: transparent;
|
2790
|
-
color: #639bb2;
|
2791
|
-
}
|
2792
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active {
|
2793
|
-
background: rgba(99, 155, 178, 0.24);
|
2794
|
-
border-color: transparent;
|
2795
|
-
color: #639bb2;
|
2796
|
-
}
|
2797
|
-
|
2798
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2799
|
-
background-color: transparent;
|
2800
|
-
color: #7fa366;
|
2801
|
-
border: 2px solid;
|
2802
|
-
}
|
2803
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover {
|
2804
|
-
background: rgba(127, 163, 102, 0.12);
|
2805
|
-
color: #7fa366;
|
2806
|
-
}
|
2807
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
|
2808
|
-
background: rgba(127, 163, 102, 0.24);
|
2809
|
-
color: #7fa366;
|
2810
|
-
}
|
2811
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2812
|
-
background-color: transparent;
|
2813
|
-
color: #7fa366;
|
2814
|
-
border-color: transparent;
|
2815
|
-
}
|
2816
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover {
|
2817
|
-
background: rgba(127, 163, 102, 0.12);
|
2818
|
-
border-color: transparent;
|
2819
|
-
color: #7fa366;
|
2820
|
-
}
|
2821
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active {
|
2822
|
-
background: rgba(127, 163, 102, 0.24);
|
2823
|
-
border-color: transparent;
|
2824
|
-
color: #7fa366;
|
2825
|
-
}
|
2826
|
-
|
2827
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2828
|
-
background-color: transparent;
|
2829
|
-
color: #d08770;
|
2830
|
-
border: 2px solid;
|
2831
|
-
}
|
2832
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover {
|
2833
|
-
background: rgba(208, 135, 112, 0.12);
|
2834
|
-
color: #d08770;
|
2835
|
-
}
|
2836
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
|
2837
|
-
background: rgba(208, 135, 112, 0.24);
|
2838
|
-
color: #d08770;
|
2839
|
-
}
|
2840
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2841
|
-
background-color: transparent;
|
2842
|
-
color: #d08770;
|
2843
|
-
border-color: transparent;
|
2844
|
-
}
|
2845
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover {
|
2846
|
-
background: rgba(208, 135, 112, 0.12);
|
2847
|
-
border-color: transparent;
|
2848
|
-
color: #d08770;
|
2849
|
-
}
|
2850
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active {
|
2851
|
-
background: rgba(208, 135, 112, 0.24);
|
2852
|
-
border-color: transparent;
|
2853
|
-
color: #d08770;
|
2854
|
-
}
|
2855
|
-
|
2856
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2857
|
-
background-color: transparent;
|
2858
|
-
color: #9a6796;
|
2859
|
-
border: 2px solid;
|
2860
|
-
}
|
2861
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover {
|
2862
|
-
background: rgba(154, 103, 150, 0.12);
|
2863
|
-
color: #9a6796;
|
2864
|
-
}
|
2865
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
|
2866
|
-
background: rgba(154, 103, 150, 0.24);
|
2867
|
-
color: #9a6796;
|
2868
|
-
}
|
2869
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2870
|
-
background-color: transparent;
|
2871
|
-
color: #9a6796;
|
2872
|
-
border-color: transparent;
|
2873
|
-
}
|
2874
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover {
|
2875
|
-
background: rgba(154, 103, 150, 0.12);
|
2876
|
-
border-color: transparent;
|
2877
|
-
color: #9a6796;
|
2878
|
-
}
|
2879
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active {
|
2880
|
-
background: rgba(154, 103, 150, 0.24);
|
2881
|
-
border-color: transparent;
|
2882
|
-
color: #9a6796;
|
2883
|
-
}
|
2884
|
-
|
2885
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2886
|
-
background-color: transparent;
|
2887
|
-
color: #bf616a;
|
2888
|
-
border: 2px solid;
|
2889
|
-
}
|
2890
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover {
|
2891
|
-
background: rgba(191, 97, 106, 0.12);
|
2892
|
-
color: #bf616a;
|
2893
|
-
}
|
2894
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
2895
|
-
background: rgba(191, 97, 106, 0.24);
|
2896
|
-
color: #bf616a;
|
2897
|
-
}
|
2898
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2899
|
-
background-color: transparent;
|
2900
|
-
color: #bf616a;
|
2901
|
-
border-color: transparent;
|
2902
|
-
}
|
2903
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover {
|
2904
|
-
background: rgba(191, 97, 106, 0.12);
|
2905
|
-
border-color: transparent;
|
2906
|
-
color: #bf616a;
|
2907
|
-
}
|
2908
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active {
|
2909
|
-
background: rgba(191, 97, 106, 0.24);
|
2910
|
-
border-color: transparent;
|
2911
|
-
color: #bf616a;
|
2590
|
+
.p-splitbutton.p-button-raised {
|
2591
|
+
box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2), 0 12px 10px 0 rgba(0, 0, 0, 0.06);
|
2912
2592
|
}
|
2913
2593
|
|
2914
2594
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
@@ -3322,6 +3002,9 @@
|
|
3322
3002
|
transition: none;
|
3323
3003
|
border-radius: 0;
|
3324
3004
|
}
|
3005
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
|
3006
|
+
margin-top: 0;
|
3007
|
+
}
|
3325
3008
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
3326
3009
|
color: #2e3440;
|
3327
3010
|
background: #d8dee9;
|
@@ -3425,6 +3108,9 @@
|
|
3425
3108
|
background: transparent;
|
3426
3109
|
transition: none;
|
3427
3110
|
}
|
3111
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
|
3112
|
+
margin-top: 0;
|
3113
|
+
}
|
3428
3114
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3429
3115
|
background: transparent;
|
3430
3116
|
color: #4c566a;
|
@@ -3641,6 +3327,9 @@
|
|
3641
3327
|
background: transparent;
|
3642
3328
|
transition: none;
|
3643
3329
|
}
|
3330
|
+
.p-picklist .p-picklist-list .p-picklist-item:first-child {
|
3331
|
+
margin-top: 0;
|
3332
|
+
}
|
3644
3333
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3645
3334
|
background: transparent;
|
3646
3335
|
color: #4c566a;
|
@@ -4329,6 +4018,174 @@
|
|
4329
4018
|
background: #c2c7d1;
|
4330
4019
|
}
|
4331
4020
|
|
4021
|
+
.p-stepper .p-stepper-nav {
|
4022
|
+
position: relative;
|
4023
|
+
display: flex;
|
4024
|
+
justify-content: space-between;
|
4025
|
+
align-items: center;
|
4026
|
+
margin: 0;
|
4027
|
+
padding: 0;
|
4028
|
+
list-style-type: none;
|
4029
|
+
overflow-x: auto;
|
4030
|
+
}
|
4031
|
+
|
4032
|
+
.p-stepper-vertical .p-stepper-nav {
|
4033
|
+
flex-direction: column;
|
4034
|
+
}
|
4035
|
+
|
4036
|
+
.p-stepper-header {
|
4037
|
+
position: relative;
|
4038
|
+
display: flex;
|
4039
|
+
flex: 1 1 auto;
|
4040
|
+
align-items: center;
|
4041
|
+
}
|
4042
|
+
.p-stepper-header:last-of-type {
|
4043
|
+
flex: initial;
|
4044
|
+
}
|
4045
|
+
|
4046
|
+
.p-stepper-header .p-stepper-action {
|
4047
|
+
border: 0 none;
|
4048
|
+
display: inline-flex;
|
4049
|
+
align-items: center;
|
4050
|
+
text-decoration: none;
|
4051
|
+
cursor: pointer;
|
4052
|
+
}
|
4053
|
+
.p-stepper-header .p-stepper-action:focus-visible {
|
4054
|
+
outline: 0 none;
|
4055
|
+
outline-offset: 0;
|
4056
|
+
box-shadow: 0 0 0 0.2rem #c0d0e0;
|
4057
|
+
}
|
4058
|
+
|
4059
|
+
.p-stepper.p-stepper-readonly .p-stepper-header {
|
4060
|
+
cursor: auto;
|
4061
|
+
}
|
4062
|
+
|
4063
|
+
.p-stepper-header.p-highlight .p-stepper-action {
|
4064
|
+
cursor: default;
|
4065
|
+
}
|
4066
|
+
|
4067
|
+
.p-stepper-title {
|
4068
|
+
display: block;
|
4069
|
+
white-space: nowrap;
|
4070
|
+
overflow: hidden;
|
4071
|
+
text-overflow: ellipsis;
|
4072
|
+
max-width: 100%;
|
4073
|
+
}
|
4074
|
+
|
4075
|
+
.p-stepper-number {
|
4076
|
+
display: flex;
|
4077
|
+
align-items: center;
|
4078
|
+
justify-content: center;
|
4079
|
+
}
|
4080
|
+
|
4081
|
+
.p-stepper-separator {
|
4082
|
+
flex: 1 1 0;
|
4083
|
+
}
|
4084
|
+
|
4085
|
+
.p-stepper .p-stepper-nav {
|
4086
|
+
display: flex;
|
4087
|
+
justify-content: space-between;
|
4088
|
+
margin: 0;
|
4089
|
+
padding: 0;
|
4090
|
+
list-style-type: none;
|
4091
|
+
}
|
4092
|
+
.p-stepper .p-stepper-header {
|
4093
|
+
padding: 0.5rem;
|
4094
|
+
}
|
4095
|
+
.p-stepper .p-stepper-header .p-stepper-action {
|
4096
|
+
transition: none;
|
4097
|
+
border-radius: 4px;
|
4098
|
+
background: #ffffff;
|
4099
|
+
outline-color: transparent;
|
4100
|
+
}
|
4101
|
+
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
|
4102
|
+
color: #4c566a;
|
4103
|
+
border: 1px solid #ffffff;
|
4104
|
+
border-width: 2px;
|
4105
|
+
background: #ffffff;
|
4106
|
+
min-width: 2rem;
|
4107
|
+
height: 2rem;
|
4108
|
+
line-height: 2rem;
|
4109
|
+
font-size: 1.143rem;
|
4110
|
+
border-radius: 50%;
|
4111
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
4112
|
+
}
|
4113
|
+
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
|
4114
|
+
margin-left: 0.5rem;
|
4115
|
+
color: #81a1c1;
|
4116
|
+
font-weight: 600;
|
4117
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
4118
|
+
}
|
4119
|
+
.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
|
4120
|
+
outline: 0 none;
|
4121
|
+
outline-offset: 0;
|
4122
|
+
box-shadow: 0 0 0 0.2rem #c0d0e0;
|
4123
|
+
}
|
4124
|
+
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
4125
|
+
background: #d8dee9;
|
4126
|
+
color: #2e3440;
|
4127
|
+
}
|
4128
|
+
.p-stepper .p-stepper-header.p-highlight .p-stepper-title {
|
4129
|
+
color: #4c566a;
|
4130
|
+
}
|
4131
|
+
.p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
|
4132
|
+
outline: 0 none;
|
4133
|
+
outline-offset: 0;
|
4134
|
+
box-shadow: 0 0 0 0.2rem #c0d0e0;
|
4135
|
+
}
|
4136
|
+
.p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
|
4137
|
+
background-color: #5e81ac;
|
4138
|
+
}
|
4139
|
+
.p-stepper .p-stepper-panels {
|
4140
|
+
background: #ffffff;
|
4141
|
+
padding: 1rem;
|
4142
|
+
color: #4c566a;
|
4143
|
+
}
|
4144
|
+
.p-stepper .p-stepper-separator {
|
4145
|
+
background-color: #e5e9f0;
|
4146
|
+
width: 100%;
|
4147
|
+
height: 2px;
|
4148
|
+
margin-inline-start: 1rem;
|
4149
|
+
transition: none;
|
4150
|
+
}
|
4151
|
+
.p-stepper.p-stepper-vertical {
|
4152
|
+
display: flex;
|
4153
|
+
flex-direction: column;
|
4154
|
+
}
|
4155
|
+
.p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
|
4156
|
+
display: flex;
|
4157
|
+
flex: 1 1 auto;
|
4158
|
+
background: #ffffff;
|
4159
|
+
color: #4c566a;
|
4160
|
+
}
|
4161
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel {
|
4162
|
+
display: flex;
|
4163
|
+
flex-direction: column;
|
4164
|
+
flex: initial;
|
4165
|
+
}
|
4166
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
|
4167
|
+
flex: 1 1 auto;
|
4168
|
+
}
|
4169
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
|
4170
|
+
flex: initial;
|
4171
|
+
}
|
4172
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
|
4173
|
+
width: 100%;
|
4174
|
+
padding-left: 1rem;
|
4175
|
+
}
|
4176
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
|
4177
|
+
flex: 0 0 auto;
|
4178
|
+
width: 2px;
|
4179
|
+
height: auto;
|
4180
|
+
margin-inline-start: calc(1.75rem + 2px);
|
4181
|
+
}
|
4182
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
|
4183
|
+
background-color: #5e81ac;
|
4184
|
+
}
|
4185
|
+
.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
|
4186
|
+
padding-left: 3rem;
|
4187
|
+
}
|
4188
|
+
|
4332
4189
|
.p-tabview .p-tabview-nav-content {
|
4333
4190
|
scroll-padding-inline: 2.357rem;
|
4334
4191
|
}
|
@@ -4943,6 +4800,7 @@
|
|
4943
4800
|
color: #4c566a;
|
4944
4801
|
border: 0 none;
|
4945
4802
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
4803
|
+
border-radius: 4px;
|
4946
4804
|
}
|
4947
4805
|
.p-megamenu .p-submenu-header {
|
4948
4806
|
margin: 0;
|
@@ -5196,6 +5054,7 @@
|
|
5196
5054
|
border: 0 none;
|
5197
5055
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
5198
5056
|
width: 12.5rem;
|
5057
|
+
border-radius: 4px;
|
5199
5058
|
}
|
5200
5059
|
.p-menubar .p-submenu-list .p-menuitem-separator {
|
5201
5060
|
border-top: 1px solid #e5e9f0;
|
@@ -5697,6 +5556,7 @@
|
|
5697
5556
|
background: #ffffff;
|
5698
5557
|
border: 0 none;
|
5699
5558
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
5559
|
+
border-radius: 4px;
|
5700
5560
|
}
|
5701
5561
|
.p-tieredmenu .p-menuitem > .p-menuitem-content {
|
5702
5562
|
color: #4c566a;
|
@@ -6274,10 +6134,6 @@
|
|
6274
6134
|
display: flex;
|
6275
6135
|
}
|
6276
6136
|
|
6277
|
-
.p-metergroup-vertical {
|
6278
|
-
height: 100%;
|
6279
|
-
}
|
6280
|
-
|
6281
6137
|
.p-metergroup-vertical .p-metergroup-meters {
|
6282
6138
|
flex-direction: column;
|
6283
6139
|
}
|